@charset "UTF-8";
/* CSS Document */
.content {
	max-width: 900px;
	width: 95%;
	display: block;
	margin:  30px auto;
}
.content:after {
	content: "";
	display: block;
	clear: both;
}
.content p { margin-bottom: 1em; }
main #top {
	background: url(../img/top_back.jpg) center repeat-x;
	z-index: 0;
}
main #top h1 {
	max-width: 1080px;
	width: 95%;
	margin: 0 auto;
	display: block;
	text-align: right;
	padding: 80px 0;
}
#top h1 img {
	max-width: 40%;
	margin-right: 5%;
}
#top h1.error {
	font-size: 1.8em;
	color: #888888;
}
#top h1.sitemap {
	font-size: 1.8em;
	color: #888888;
}
/*　ごあいさつ */
#aisatsu h2 {
	font-size: 2.5em;
	text-align: center;
	color:#0018A0;
	margin: 20px 0 40px;
}
#aisatsu h2 span {
	font-size: 0.7em
}
#aisatsu figure {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 50%;
} 
#aisatsu figcaption {
	font-size: 0.9em;
	color: #555;
	text-align: center;
}
#aisatsu .f_left { max-width: 50%;}

/*　会社概要　*/
#summary h2 {
	background-color: #002B9F;
	color: #fff;
	font-size: 1.5em;
	padding: 10px 20px;
	margin-bottom: 30px;
}
#summary table {
	width: 100%;
}
#summary tr {
	border-bottom: 1px solid #000;
}
#summary th, #summary td {
	padding: 15px 10px;
}
#summary th {
	width: 10em;
	vertical-align: middle;
}
/*　営業案内　*/
#eigyo p span {
	font-size: 1.5em;
	font-weight: bold;
	color: #9C0000;
}
#eigyo table {
	width: 100%;
	margin: 30px 0;
}
#eigyo tr { border-bottom: 1px solid #000; }
#eigyo th {
	font-weight: normal;
	color: #007D1C;
	width: 30%;
	text-align: left;
}
#eigyo th,#eigyo td { padding: 10px;}

/*　プライバシーポリシー　 */
#privacy h2 {
	background-color: #B40003;
	color: #fff;
	font-size: 1.4em;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#privacy h3 {
	font-size: 1.3em;
	color: #B40003;
	margin-bottom: 10px;
}
#privacy h4 {
	margin-top: 50px;
	color: #555;
	font-size: 1.15em;
	margin-bottom: 10px;
}
#privacy h5 {
	margin-top: 20px;
	color: #555;
	font-size: 1.1em;
	margin-bottom: 10px;
}
#privacy .content p { margin-left: 2em; }
#privacy li {
	list-style: disc;
	margin-left: 3em;
}
#privacy h4.h4_a { margin-top: 0;}
#privacy h4.h4_b {
	color: #B40003;
}
/*　おしらせ　 */
#notice h2 {
	background-color: #8600CE;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.4em;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#notice .copy {
	margin: 10px 0 20px;
	padding: 0 0 20px 0;
	border-bottom: 2px dotted #a8239a;
}
#notice .copy img {
	float: left;
	width:15%;
}
#notice .copy p {
	float: left;
	margin: 0 0 0 30px;
	width: 80%;
	font-size: 0.95em;
	color: #333;
}

/* _/_/_/_/_/_/_/_/_/ スマホのスタイル _/_/_/_/_/_/_/_/_/ */
@media all and (max-width: 600px) {
	main #top h1 { padding: 50px 0; }
	#top h1 img {
		max-width: 50%;
	}
	#privacy #top h1 img {
		max-width: 80%;
	}
	.content { margin-top: 0; }
	.localNav {
		margin-bottom: 10px;
		border-top: 1px solid #bbb;
	}
	.localNav li {
		border-bottom: 1px solid #bbb;
		list-style: none !important;
	}
	.localNav li:last-child { border-bottom: 3px solid #bbb}
	.localNav a {
		display: block;
		text-decoration: none;
		padding: 10px 2.5%;
	}
	/*　ごあいさつ */
	#aisatsu h2 {
		font-size: 1.9em;
	}
	/*　会社概要　*/
	#summary th {
		width: 5em;
	}
	#summary th br { display: none; }
	
	/*　プライバシーポリシー　*/
	#privacy .content p { margin-left: 0; }
	#privacy li { margin-left: 1em; }
	
	/*　おしらせ　 */
	#notice .copy img {
		float: none;
		width:60%;
		display: block;
		margin: 0 auto 10px;
	}
	#notice .copy p {
		width: 100%;
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	
}