@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	/* font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	/* font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-weight: 400;
}
.clear{
	clear:both;
	line-height: 0;
}
/* ==================================================
タグ
================================================== */
a[href^="tel:"] {
	color: inherit;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* ==================================================
テーブル
================================================== */
.styled-table01 {
	width: 100%;
	margin: 1em 0;
	line-height: 1.7;
	border-top: 1px solid #000000;
}

.styled-table01:first-child {
	margin-top: 0;
}

.styled-table01 th,
.styled-table01 td {
	padding: 18px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #111111;
}

.styled-table01 th {
	width: 35%;
	font-weight: 600;
	text-align: center;
}

.styled-table01 thead th {
}

.styled-table01 caption {
	text-align: center;
	font-size: 20px;
}


.styled-table02 {
	width: 100%;
	margin: 1em 0;
	line-height: 1.7;
	border-top: 1px solid #FFFFFF;
}

.styled-table02:first-child {
	margin-top: 0;
}

.styled-table02 th,
.styled-table02 td {
	padding: 18px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	color: #FFF;
	font-weight: 600;
}

.styled-table02 th,
.styled-table02 td {
	padding: 18px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	color: #FFF;
	font-weight: 600;
}

.styled-table02 th {
	width: 35%;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
}

.styled-table02 thead th {
}

.styled-table02 caption {
	text-align: left;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.styled-table02 {
		width: 100%;
		margin: 1em 0;
		line-height: 1.7;
		border-top: 0px;
	}

	.styled-table02 th {
		padding: 10px 10px 10px 25px;
		border-bottom: 0px;
		background-color: #000000;
		text-align: left;
	}

	.styled-table02 td {
		border-bottom: 0px;
		padding: 10px 0 10px 25px;
		margin-bottom: 30px;
		/* background-color: rgba(0, 0, 0, 0.5); */

	}
}

@media screen and (max-width: 640px) {
	.styled-table02 {
		width: 100%;
		margin: 1em 0;
		line-height: 1.7;
		border-top: 0px;
	}

	.styled-table02 th {
		padding: 10px 10px 10px 25px;
		border-bottom: 0px;
		background-color: #707070;
		text-align: left;
	}

	.styled-table02 td {
		border-bottom: 0px;
		padding: 10px;
		margin-bottom: 30px;
		/* background-color: rgba(0, 0, 0, 0.5); */

	}
}

/* ==================================================
リンク
================================================== */

a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: inherit;
}

a:hover {
	opacity: 0.7;
}


/* ==================================================
ヘッダー
================================================== */
.global-header {
}

.header-inner {
	max-width: 1080px;
	margin: 0 auto 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

/* 固定設定　（ヘッダーを固定しない場合はこの項目ごと消せば固定しなくなる）
-------------------------------------------------- */
.header-fix-area-wrap {
	height: 120px; /* .header-fix-area の高さの実数地をデベロッパーツールで調べてここに入力する */
}

.header-fix-area {
	width: 100%;
	background: #262626; /* ヘッダーの固定部分の背景 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-sizing: border-box;
	height: 120px;
}

@media screen and (max-width: 768px) {
	.header-fix-area-wrap {
		height: auto;
	}

	.header-fix-area {
		position: static;
	}
}

/* h1
-------------------------------------------------- */
.header-description {
    width: 100%;
    padding: 8px 0;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #FFFFFF;
	text-align: center;
}

/* 問い合わせ
-------------------------------------------------- */
.header-contacts {
	position: absolute;
	top:0;
	right: 0;
}

.header-contacts li {
	margin: 0 0 0 15px;
	font-size: 22px;
}

/* 電話番号 */
.header-contacts .tel a {
	text-decoration: none;
}

/* メール */
.header-contacts .mail a {
	padding: 5px 40px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	text-decoration: none;
	background: #eb6100;
	display: block;
}

/* グローバルナビ
-------------------------------------------------- */
.header-nav {
    background: #262626;
    color: #FFFFFF;
}

.nav_inner {
	max-width: 1280px;
	display: flex;
	justify-content: center;
	margin: 10px auto 0;
	padding-bottom: 10px;
}

.header-nav ul {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header-nav li {
    flex-grow: 1;
    text-align: center;
}

.header-nav a {
	padding: 0 20px;
	/* line-height: 60px; */
	color: inherit;
	font-size: 15px;
	text-decoration: none;
	display: block;
	letter-spacing: 2px;
	font-weight: 500;
}

.header-nav a:hover {
	opacity: 0.7;
}

.nav_r a {
}

.nav_l a {
}

.first_nav a {
	padding-left: 0;
}

.last_nav a {
	padding-right: 0;
}

.header-logo {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 252px;
	margin-top: 7px;
}

.sp_nav {
	display: none;
}

@media screen and (max-width: 910px) {
	.nav_r a {
		margin-right: 120px;
		padding-right: 0;
	}

	.nav_l a {
		margin-left: 120px;
		padding-left: 0;
	}
	.header-nav a {
		padding: 0 13px;
		color: inherit;
		font-size: 15px;
		text-decoration: none;
		display: block;
	}
	.first_nav a {
		padding-left: 0;
	}

	.last_nav a {
		padding-right: 0;
	}

	.header-logo {
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		margin: auto;
		width: 252px;
	}

	.header-logo img {
		width: 100%;
	}


}

@media screen and (max-width: 768px) {
	.sp_nav {
		display: block;
	}
}


/* メインビジュアル
-------------------------------------------------- */
.header-main-visual {
	height: calc(95vh - 120px);
	overflow: hidden;
	transition: all 0.5s;
}

.header-main-visual:not(.catch) {
	width: 100%;
}
.catch {
	width: 100%;
	height: inherit;
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
	.js-slick-fade .slick-image {
		height: calc(95vh - 120px);
		background: center / cover;
	}

/***************/

.sub_main_bg{
	background: url("../img/main_01.png") center bottom no-repeat;
	background-size:cover;
	height:250px;
}

.sub_main_bg p.sub_title{
	text-align:center;
	padding-top:100px;
	font-weight:bold;
	color:#fff;
	font-size:50px;

}


/* スマホ
-------------------------------------------------- */

@media screen and (max-width: 1850px) {
	.js-slick-fade {
		width: 200%;
		overflow: hidden;
		text-align: right;
	}
}

@media screen and (max-width: 1450px) {
	.js-slick-fade {
		margin-left: -300px;
	}
}

@media screen and (max-width: 768px) {
	.header-inner {
		margin: 0;
		padding: 0 10px;
		display: block;
		height: 96px;
	}

	.header-description,
	.header-contacts,
	.header-nav {
		display: none;
	}

	.header-logo {
    text-align: center;
    margin-top: 15px;
	}

	.header-fix-area {
		height: 96px;
	}

	.header-main-visual {
		height: calc(65vh - 120px);
		overflow: hidden;
	}

	.nav_l a {
		margin-left: 0px;
		padding-left: 0;
	}

	.js-slick-fade {
		margin-left: -200px;
	}
	
	.js-slick-fade .slick-image {
		height: calc(65vh - 120px);
		background: center / cover;
	}

	.catch {
		align-items: flex-start;
		margin-top: 35%;
	}
}

@media screen and (max-width: 640px) {
	.header-main-visual {
		height: 340px;
		overflow: hidden;
	}
	.catch {
		align-items: flex-start;
		margin-top: 35%;
	}

	.header-logo {
    top: 5px;
    text-align: center;
	}
	.js-slick-fade .slick-image {
		height: 340px;
		background: center / cover;
	}
}



/* ==================================================
フッター
================================================== */
.global-footer {
	background: #f1f1f1;
}

.footer-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.footer-inner {
		padding: 20px;
		flex-direction: column;
		justify-content: center;
	}
}

/* ロゴ
-------------------------------------------------- */
.footer-logo {
	margin: 0 0 20px;
}

/* 会社概要
-------------------------------------------------- */
.footer-about {
	text-align: left;
}

.footer-about li {
	margin: 0 0 15px;
	line-height: 1.2;
}

/* 電話番号 */
.footer-about .tel {
	font-size: 22px;
	color: inherit;
	font-weight: 600;
	letter-spacing: .1em;
	text-decoration: none;
}

.footer-about .fax {
	font-size: 20px;
}

.footer-about .tel a {
	color: inherit;
	font-weight: 600;
	letter-spacing: .1em;
}

/* 所在地 */
.footer-about .address {
}

@media screen and (max-width: 768px) {
	.footer-about {
		text-align: center;
	}
}

/* コピーライト
-------------------------------------------------- */
.footer-copyright {
	padding: 8px;
	line-height: 1.3;
	text-align: center;
	font-size: 10px;
	display: block;
}

.footer-copyright a {
	color: inherit;
}

/* ==================================================
セクション
================================================== */
.section .section-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 80px 0;
}

@media screen and (max-width: 768px) {
	.section {
	}

	.section .section-inner {
		padding: 60px 20px;
	}
}


/* ==================================================
content01
================================================== */


#content01 {
	background: url(../img/content01_bg.png) center / cover fixed; /* 画像URLのみ変更する */
}

@media screen and (max-width: 768px) {
	#content01 {
		max-height: auto; /* スマホ表示時の高さ上限は画面高さの50%まで */
	}
}


#content01 p {
    text-align: center;
    line-height: 2.5;
    letter-spacing: 1px;
    color: #FFFFFF;
}

#content01 h3 span{
    color: #bea926;	
}

/* ==================================================
要素の横並び（３つパターン）
================================================== */
.gallery-list01 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
}

.gallery-list01 li {
	width: calc((100% - 90px) / 3);
	margin: 0 45px 40px 0;
}

.gallery-list01 li:nth-child(3n) {
	margin-right: 0;
}


@media screen and (max-width: 768px) {
	.gallery-list01 li {
		width: calc((100% - 15px) / 3);
		margin: 0 5px 5px 0;
	}

	.gallery-list01 li:nth-child(3n) {
		margin-right: 0;
	}
}
.ga01 ,.ga02 ,.ga03{
	  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.ga01:hover ,.ga02:hover ,.ga03:hover{
	  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


/* ==================================================
content02
================================================== */
#content02{
	background: url(../img/content02_bg.png) center fixed; /* 画像URLのみ変更する */}

#content02 h3 {
	color: #FFFFFF;
}
#content02 h3 span{
    color: #9eb1dd;	
}
#content02 h3 span::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #FFFFFF;
	margin: 25px auto 0;
}

.content02-bg {
	height: auto; /* 任意の高さを入力 */
}
.content02-list {
	display: flex;
	flex-wrap: wrap;
}

.content02-list li {
	width: calc((100% - 90px) / 3);
	margin: 0 45px 50px 0;
}

.content02-list li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.content02-list li {
		width: calc((100% - 20px) / 3);
		margin: 0 10px 5px 0;
	}

	.content02-list li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 640px) {
	.content02-list li {
		width: calc(100% / 1);
		margin: 0 0px 30px 0;
	}

	.content02-list li img {
		width: 100%;
	}

	.content02-list li:nth-child(3n) {
		margin-right: 0;
	}
	#koujyou ,#katei ,#syuri{
    margin-top: 10px;
	}
}
.section-inner2{
	max-width: 90%;
	margin: 0 auto;
	padding: 80px 0;
}
/* ==================================================
文章＋画像 width:100％ 互い違い
================================================== */
section.column-section02 {
	max-width: none;
	margin: 0;
	background: #fff;
	display: flex;
}

.column-section02 .thumb-column {
	width: 50%;
}

.column-section02 .thumb-column img {
	width: 100%;
}

.column-section02 .text-column {
	width: 50%;
	padding: 10px 2%;
	line-height: 2;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.column-section02 .text-column .ttl{
    background-color: #606060;
    color: #FFFFFF;
    padding: 5px 15px;
    font-size: 20px;
    margin-bottom: 5px;
}
.column-section02.section .text-column p{
    font-size: 25px;
    margin-bottom: -3px;
}

.column-section02.right-thumb .thumb-column {
	order: 1;
}

@media screen and (max-width: 768px) {
	section.column-section02 {
		display: block;
	}

	.column-section02 .thumb-column {
		width: auto;
	}

	.column-section02 .text-column {
		width: auto;
		padding: 16px;
	}
}

/* ==================================================
content03
================================================== */
#content03{
	background: url(../img/content03_bg.png) center fixed; /* 画像URLのみ変更する */}

.section-inner3 {
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 0 100px;
    overflow: hidden;
    text-align: center;
}

#content03 p {
    text-align: center;
    line-height: 1.9;
    letter-spacing: 1px;
    color: #FFFFFF;
	text-align: left;
}

#content03 h3 span{
    color: #bd4115;	
}

.works_gallery{
	width:90%;
	margin:0 auto;
	display:flex;
	overflow:hidden;
flex-wrap:wrap;
}

.works_gallery li{
    display:block;
    width: 305px;
    margin: 0 10px 30px 10px;
    min-height: 404px;
}
.con_03ttl{
    font-size: 20px;
}

.button01{
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-decoration: none; /*角丸*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 50px auto 0;
    text-align: center;
    border: 1px solid rgba(255,255,255,1.00);
}
.button01:hover{
    background-color: #585858; /*ボタン色*/
}

@media screen and (max-width: 768px) {
	.gallery-list01 li {
		width: calc((100% - 15px) / 3);
		margin: 0 5px 5px 0;
	}

	.gallery-list01 li:nth-child(3n) {
		margin-right: 0;
	}
}
.scroll-bg {
}

@media screen and (max-width: 768px) {
	.scroll-bg  {
		max-height: 50vh; /* スマホ表示時の高さ上限は画面高さの50%まで */
	}
}

/* ==================================================
content04
================================================== */

#content04{
	background: url(../img/content04_bg.png) center fixed; /* 画像URLのみ変更する */}
#content04 h3 span{
    color: #bea926;	
}
.table-column-wrap {
	display: flex;
	justify-content: space-between;
}

.table-column-wrap .table-column {
	width: 49%;
}

.table-column-wrap .fb-column {
	width: 49%;
}

/* スマホ
-------------------------------------------------- */
@media screen and (max-width: 768px) {
	.table-column-wrap {
		display: block;
	}

	.table-column-wrap .table-column {
		width: auto;
		margin: 0 0 10px;
	}

	.table-column-wrap .fb-column {
    margin: 0 auto;
    width: 90%;
    max-height: 43vh;
	}
}

/* ==================================================
テーブル
================================================== */
.msr_newslist04 {
    text-align: left;
    padding: 30px;
    background-color: rgba(255,255,255,0.90);
}
.msr_newslist04 li {
  border-bottom: 1px solid #000000;
  font-size: 14px;
}
.msr_newslist04 li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000000;
    display: table;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 100%;
}
.msr_newslist04 li a:hover {
  text-decoration: none;
  background: #EEEEEE;
}
.msr_newslist04 li div {
  padding-bottom: 3px;
  width: 144px;
}
.msr_newslist04 li p {
  vertical-align: middle;
}
/* 時間の設定 */
.msr_newslist04 li time {
  display: table-cell;
  vertical-align: top;
  width: 90px;
}
/* カテゴリの設定 */
.msr_newslist04 li .cat01, .msr_newslist04 li .cat02 {
  background-color: #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  color: #FFFFFF;
  font-size: 10px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}
.msr_newslist04 li .cat02 {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #000000;
}


/* ==================================================
会社概要
================================================== */
#company  {
	background: #ededed;
}

.map {
	border: 1px solid #111111;
	height: 450px;
	margin-top: 50px;
}
#company h3 {
    color: rgba(50,50,50,1.00);
}
#company h3 span{
    color: #052E8E;
}
#company h3 span::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: rgba(50,50,50,1.00);
	margin: 25px auto 0;
}
/* ==================================================
募集要項
================================================== */

#recruit .section-inner {
	padding-bottom: 0;
}


#recruit::after {
	content: "";
	display: block;
	height: 950px;
	background: url(../img/recruit_bg.jpg)no-repeat center bottom;
}


@media screen and (max-width: 768px) {
	#recruit::after {
		height: 500px;
    background: url(../img/recruit_bg.jpg)no-repeat bottom / cover;
    background-size: 134%;
	}

}

@media screen and (max-width: 640px) {
	#recruit::after {
		height: 330px;
    background: url(../img/recruit_bg.jpg)no-repeat bottom / cover;
    background-size: 160%;
	}

}




/* 見出し
-------------------------------------------------- */
h3 {
    margin: 0 0 50px;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 5px;
    color: #FFFFFF;
}

h3 span {
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	width: 100%;
	display: block;
	font-size: 15px;
	letter-spacing: 2px;
	margin: 10px 0 25px;
	text-transform:uppercase;
}

h3 span::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	margin: 25px auto 0;
}



h4 {
	margin: 0 0 20px;
	padding: 8px;
	line-height: 1.3;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 5px;
	border-bottom: 1px solid #FFFFFF;
}

/***********************/



/*==================================================
 ブログ
================================================== */

.blog .contents1{
    background: url(../img/content01_bg.png) center / cover fixed;
	padding-top: 80px;
	padding-bottom: 60px;
	overflow: hidden;
}

.blog .contents1 .sec1{
	margin: 0 auto;
	width: 1080px;
}

.blog .contents1 .sec1 img{
	max-width:1040px;
}

.blog .contents1 .sec1 .item-box{
	background:#fff;
 	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	padding:20px;
	margin-bottom:20px;	
}

.blog .contents1 .sec1 .item-box dl{
	overflow:hidden;
	zoom:1;
}

.blog .contents1 .sec1 .item-box dl dt{
	float:left;
}

.blog .contents1 .sec1 .item-box dl dd{
	margin-left:100px;
}

.blog .contents1 .sec1 .item-box dl dd a{
	color:#000 !important;
}

/*==================================================
 ブログ詳細
================================================== */

.blog_detail .contents1{
    background: url(../img/content01_bg.png) center / cover fixed;
	padding-top: 80px;
	padding-bottom: 60px;
	overflow: hidden;
}

.blog_detail .contents1 .sec1 h3{
	font-size:25px;
	border-bottom:3px solid #2d2217;
	margin-bottom:20px;
	text-align:left;
	color:#000;
}

.blog_detail .contents1 .sec1{
	margin: 0 auto;
	width: 1080px;
}


.blog_detail .contents1 .sec1 img{
	max-width:1040px;
}

.blog_detail .contents1 .sec1 .item-box{
	background:#fff;

 	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	padding:20px;
	margin-bottom:20px;
	overflow:hidden;
	zoom:1;	
}

.blog_detail .contents1 .sec1 .item-box dl{
	overflow:hidden;
	zoom:1;
}

.blog_detail .contents1 .sec1 .item-box dl dt{
	float:left;
}


.blog_detail .contents1 .sec1 .item-box dl dd{
	margin-left:100px;
}

/*****共通*******/

.sns-sharerbtn-list {
	margin: 8px 0;
	padding: 8px 0;
	text-align: center;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background: #f0f0f0;
	overflow: hidden;
	clear: both;
}

.sns-sharerbtn-list li {
	margin: 0 4px;
	vertical-align: top;
	display: inline-block;
}


/**********************/
/****ページネーション**/
/**********************/

.pagenation {
	margin: 0;
	padding-bottom:30px;
	text-align: center;
	color: #999;
	font-size: 0;
	letter-spacing: 0;
	clear:both;
}

.pagenation li {
	font-size: 13px;
	width: 26px;
	margin: 0 2px;
	line-height: 30px;
	color: #000;
	border: 1px solid #e6e6e6;
	background: #fff;
	display: inline-block;
	vertical-align: top;
}

.pagenation li:hover,
.pagenation li.current {
	color: #fff;
	background: #000;
}

.pagenation li.dot {
	border: none;
}

.pagenation a {
	color: inherit;
	text-decoration: none;
	display: block;
}


.paginated-link {
	margin: 0 5px;
	overflow: hidden;
}


/************************/
/****新着詳細ページ前後**/
/************************/

.paginated-link li {
	width: 48%;
	padding: 0 5px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	background: #f0f0f0;
	box-sizing: border-box;
}

.paginated-link li.prev-link {
	float: left;
}

.paginated-link li.next-link {
	float: right;
}

.paginated-link li a {
	height: 35px;
	line-height: 35px;
	display: block;
	overflow: hidden;
}

/*********ぱんくずリスト***********/

div.bread{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	background:#000;
}

div.bread ul.breadcrumbs{
	width:1080px;
	margin:0 auto;
}

div.bread li{
	display:inline-block;
	color:#fff;
}

div.bread ul li:after {
    content: " > ";
}

div.bread ul li:last-child:after{
    content: "";
}

div.bread ul li a{
	color:#fff;
}

/****エラーページ*****/

.error .contents1{

	padding-top: 80px;
	padding-bottom: 60px;
	overflow: hidden;
}

.error .contents1 .sec1{
	width: 960px;
	margin:  auto;
	zoom:1;
	overflow: hidden;
}

.error .contents1 .sec1 a{
	color:#000 !important;
}

.error .contents1 h2{
	background:url(../image/plan_barbg.png);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-bottom: 47px;
}

