@charset "UTF-8";

/* 共通
------------------------------------------------------------*/
html {
   overflow-y:scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body{
	color:#333;
	-webkit-text-size-adjust:100%;
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0;
	/*border-top : solid 3px #aad81c;*/
}
header {
	width: 1200px;
	margin: 0 auto;
}
header .h_left {
	float: left;
	width : 330px;
	margin: 15px 0 10px;
}
header nav {
	float: right;
	width: 800px;
}
header nav ul {
	margin: 10px 0;
}
header nav ul li {
	background: url(../imgs/shared/nav_line.png) no-repeat left center;
	float: right;
	font-size: 14px;
	font-weight: bold;
	width: 170px;
	list-style: none;
	text-align: center;
	line-height: 1;
}
header nav ul li:last-child {
	background: none;
}

header nav ul li a {
	color: #494949;
	display: block;
	text-decoration: none;
	padding: 10px;
}
header nav ul li a:hover {
	background: #f3f7e5;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;
	margin: 0 5px;
}
header nav ul li span {
	color: #aad81c;
	font-size: 10px;
	font-weight: normal;
}
#wrap {
	width: 1200px;
	margin: 0 auto;
}
main {
    display: block;
	width: 1200px;
	margin: 0 auto;
}
footer {
	clear: both;
	color: #FFF;
	background: #2f2f2f;
	font-size: 12px;
}
footer #footer_inner {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
}
footer #footer_inner li {
	list-style: none;
}
footer nav#f_nav {
	border-bottom: solid 1px #FFF;
	margin-bottom: 40px;
}
footer nav ul {
	text-align: center;
}
footer nav ul li {
	display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 20px 0;
  border-left: solid 1px #FFF; 
}
footer nav ul li:first-child {
  border-left: none; 
}
footer nav ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 0 20px;
}
footer nav ul li a:hover {
	text-decoration: underline;
}
footer #f_company {
	clear: both;
	width: 50%;
	float: left;
}
#f_company p {
	width: 271px;
}
#f_company ul {
	float:  right;
	padding-right: 30px;
}
#f_company ul li {
	padding-left: 20px;
	line-height: 2;
	letter-spacing: 0.2em;
}
#f_company ul li:first-child {
	background: url(../imgs/shared/icon_footer_pin.png) no-repeat left 2px;
}
#f_company ul li:nth-child(2) {
	background: url(../imgs/shared/icon_footer_tel.png) no-repeat left 2px;
}
#f_company ul li:last-child {
	background: url(../imgs/shared/icon_footer_page.png) no-repeat left 2px;
}

footer #copy {
	width: 50%;
	float: right;
}
footer #copy p {
	text-align: right;
	padding: 40px 20px 0 0;
}
/* 下層ページ共通
------------------------------------------------------------*/
#kv #kv_inner h2 {
	font-size: 50px;
	color: #FFF;
	text-align: center;
	height: 165px;
    padding: 150px 0 0;
    line-height: 0.5;
}
#kv #kv_inner h2 span {
	font-size: 18px;
}
main section h2,main section h3,main section h4,main section h5 {
	margin-bottom: 30px;
}
main section {
	margin-bottom: 40px;
}
main section .lead {
	color: #a5ce2c;
	font-size: 26px;
	margin-bottom: 20px;
}
main section h2 {
    line-height: 0.9;
    font-size: 30px;
}
main section h3 {
	font-size: 22px;
	background: url(../imgs/shared/bg_h3.png) no-repeat left bottom;
	margin-bottom: 15px;
}
main section h4 {
	font-size: 18px;
	background: url(../imgs/shared/bg_h4.png) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 15px;
}
main section h5 {
	font-size: 16px;
	background: url(../imgs/shared/bg_h5.png) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 15px;
}
main section li {
	list-style: none;
	background: url(../imgs/shared/bg_li.png) no-repeat left center;
	padding-left: 10px;
}
main section table {
	width: 100%;
	border-collapse:collapse;
}
main section th,main section td {
	border: solid 1px #dbdbdb;
}
main section th {
	background: #ececec;
	width: 20%;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	padding: 15px 15px 15px 30px;
}
main section td {
	padding: 15px;
}
main section a {
	color: #a5ce2c;
}
main section a:hover {
	text-decoration: none;
}
#side {
	width: 305px;
	float: left;
	background: #ececec;
}
#side_area {
	width: 240px;
	margin: 30px auto;
}
#side_area h3 {
	color: #FFF;
	background: #2f2f2f;
	font-size: 25px;
	text-align: center;
	display: block;
	line-height: 2.5;
	padding: 0;
	margin: 0;
}
#side_area h4 {
	color: #a2ce1b;
	font-size: 14px;
	font-weight: normal;
	background: #FFF;
	text-align: center;
	display: block;
	line-height: 4;
	padding: 0;
	margin: 1px 0 0;
}
#side_area h4 a {
	color: #a2ce1b;
	text-decoration: none;
	display: block;
}
#side_area h4 a:hover {
	color: #333;
	background: #e5f2bf;
}
#side_area ul li {
	font-size: 13px;
	list-style: none;
	text-align: center;
	background: #f9f9f9;
	line-height: 3;
	margin-top: 1px;
}
#side_area ul li a {
	color: #252525;
	text-decoration: none;
	display: block;
}
#side_area ul li a:hover {
	color: #FFF;
	background: #a5ce2c;
}
/* 共通
------------------------------------------------------------*/


/* 共通
------------------------------------------------------------*/


/* 共通
------------------------------------------------------------*/
