/* ======================================================================= COMMON */

body {
	width: 100%;
	color: #FFF;
}
body#index {
	background-image:
		url("../img/index_back.png");
	background-repeat:
		repeat-x;
	background-position:
		0 127px;
	background-color:
		#7B7A7A;
}
body#sec {
	background-image:
		url("../img/common_back.png");
	background-repeat:
		repeat-x;
	background-position:
		0 100px;
	background-color:
		#FFF;
}

/* ---------------------フォント・背景色、背景画像指定 */
/* ヘッダー背景 */
header { background: url(../img/common_header_back.png) repeat-x 0 0; }
/* ナビゲーション背景 */
section.nav,
section.nav nav { background: url(../img/common_nav_back.png) repeat-x 0 0 ; }
/* 見出しフォント色 */
article section.index_service h2,
article section.index_service h2 a,
article.page_ctn section h1,
a {
	color: #FFF;
	font-size: 110%;
	}
article.page_ctn section h2 {
	color: #FFF;
	font-size: 120%;
	margin: 0 0 15px;
	}
article section.news h2 {
	color: #4F0000;
	font-size: 120%;
}
article section.news ul li span,
article section.news ul li h3 {
	color: #4F0000;
	font-size: 100%;
}
/* 見出し（お知らせ）ボーダー色 */
article section.news h2 { border-bottom:1px solid #4F0000; }
/* ページコンテンツタイトル */
article.page_ctn section h1 { border-bottom:4px solid #771000; }
/* ページコンテンツタイトル背景 */
article.page_ctn header {
	background:url("../img/common_title_back.png") repeat 0 0;
	/*border-bottom: 13px solid #FFF;*/
	}
/* ページ背景色 */
article.page_ctn { background-color:#000; }
/* ページタイトルフォント・リンク色 */
article.page_ctn header h1,
article.page_ctn header span a { color:#FFF; }

footer { background: url(../img/common_footer_back.png) repeat 0 0; }

/* リンクエフェクト */
a,
a img,
label {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out; /* opera */
	-moz-transition: all 0.3s ease-in-out; /* firefox */
	-webkit-transition: all 0.3s ease-in-out; /* chrome, safari */
	    -ms-transition: all 0.3s ease-in-out; /* ie */
	text-decoration:none;
}

a:hover , a:active,
a:hover img , a:active img {	
		opacity:0.8;
		filter:alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
		background:none!important;
		}

/* etc */
p {
	line-height:1.7em;
	font-size:0.9em;
}

/* centering */
header,
section.nav,
article,
section.main_img,
footer {
	width: 100%;
	clear: both;
	}

/*header h1.dc,
header section,*/
section.nav nav,
section.main_img figure,
article
/*footer section*/ {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	}

header h1.dc,
header section,
footer section {
	margin: 0 30px;
	min-width: 960px;
}


/* ----------------------------------------------------------------------- Header */


/* header > logo / tel / nav */

header h1.dc {
	display: block;
	font-size: 12px;
	color: #555;
	padding: 1em 0 0.5em;
	}
header section {
	overflow: hidden;
	}
header section h1 {
	display: block;
	width: 610px;
	height: 88px;
	float: left;
	}
header section figure {
	width: 312px;
	float: right;
	text-align: right;
	}
nav {
	clear: both;
	overflow: auto;
	padding-left:30px;
	}
	nav ul li {
		float: left;
		margin-right: 65px;
		}
		nav ul li a {
			display: block;
			color: #000;
			padding:10px 0;
			font-weight: normal;
			font-size: 95%;
			}

/* ----------------------------------------------------------------------- FOOTER */

footer {
	padding: 35px 0 55px;
	margin: 50px 0 0;
	color: #FFF;
	background-color: #000;
	/*border-top: 2px solid #FFF;*/
}


footer section address p {
	line-height: 1.1em;
	margin-top: 10px;
	font-style: normal;
	font-size:0.7em;
}
footer section p#copy {
	margin-top:0.5em;
	font-size:0.7em;
}

/* ======================================================================= Index */

article {
	margin-top:30px;
	clear:both;
	overflow:auto;
	}

article section.index_service {
	overflow: hidden;
	margin-top: 100px;
	}
	article section.index_service section {
		width: 320px;
		float: left;
		}
		article section.index_service section.index_service1 { width:312px; margin-right: 12px; }
		article section.index_service section.index_service2 { width:312px; margin-right: 12px; }
		article section.index_service section.index_service3 { width:312px; }
		article section.index_service section h2 {
			margin-bottom:0.5em;
			line-height: 1.5em;
			}
		article section.index_service section.index_service_dc {
			clear: both;
			background-color: black;
			color: white;
			width: 100%;
			text-align: center;
			margin-top:2em;
			padding: 1em;
			}

article section.news {
	margin-top: 70px;
	}
	article section.news h2 {
		padding-bottom:0.3em;
	}
	article section.news ul {
		margin-top: 35px;
	}
		article section.news ul li {
			margin-bottom: 1.5em;
		}
		article section.news ul li h3 {
			display: inline;
			font-size:1em;
			margin-left: 1em;
		}
		article section.news ul li p {
			margin: 0.3em 0 0 6.4em;
		}

section.main_img {
	background: url(../img/index_main_back.png) no-repeat center center;
	background-size: cover;
}

section.motto figure,
section.motto p {
	text-align: center;
	color: #000;
}

/* ======================================================================= Service */

article.page_ctn header {
	padding:45px 0 40px;
}
article.page_ctn header h1 {
	font-size: 2em;
	display: inline;
	margin-left:1.2em;
}
article.page_ctn header h1 span {
	font-size: 0.5em;
	font-weight: normal;
}
article.page_ctn section.matter_ctn {
	margin:0 40px 40px 40px;
}
article.page_ctn section h1 {
	font-size:1.5em;
	padding:40px 0 0.5em;
	margin-bottom:20px;
	clear: both;
}
article.page_ctn section section {
	overflow: auto;
}
article.page_ctn section section figure { width: 335px; }
article.page_ctn section#company1 section figure { width: 180px; }
article.page_ctn section section p { width: 525px; color: #FFF; }
article.page_ctn section#company1 section p { width: 650px; }
article.page_ctn section#company2 section p.year { padding-top: 1em; clear: both; }
article.page_ctn section section p.access { width: 235px !important; }
article.page_ctn section section p span {
	line-height: 1em;
	text-align: right;
	display: inline-block;
	width: 100%;
}
article.page_ctn section section table { width: 520px; }
article.page_ctn section section table tr th { width: 100px; text-align: left; }
article.page_ctn section section figure.map { width: 627px !important; }
article.page_ctn section section figure.left,
article.page_ctn section section p.left,
article.page_ctn section section table.left { float: left; }
article.page_ctn section section figure.right,
article.page_ctn section section p.right,
article.page_ctn section section figure.map { float: right; }

/* ======================================================================= Company */

