@charset "utf-8";

/* =======================================

        CommonElements

======================================= */
body {
  min-width: 980px;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #444444;
  line-height: 120%;
  -webkit-text-size-adjust: 100%;
}


a:hover {
  opacity: 0.5;
}



#main_img {
	position: relative;
	background: url(../img/main_bg_2.jpg) no-repeat center top;
	background-size:cover;
	height: 564px;
	z-index: 1;
}

#main_txt {
	position: relative;
	bottom:0;
	top: 0;
	left: 0;
	right: 0;
	width: 760px;
	margin: auto;
	z-index: 1;
}


#main_txt img {
	display: block;
	position: absolute;
	top: 80px;
	left: 40px;
	z-index: 999;
}

.cmn_box {
	width: 530px;
	margin: auto;
}

#header {
	background: #000;
	height: 60px;
}

#header > .cmn_box {
position: relative;
width: 800px;
}

#navi ul {
	position: absolute;
	z-index: 9999;
	right: 0;
	width: 360px;
	padding-top: 23px;
	padding-bottom: 17px;
}

#navi li {
	float: left;
	margin-right: 15px;
}

#navi li a {
	color: #fff;
	font-size: 14px;

}

#sec01 {
	background: url(../img/sec01_bg.jpg) left top;
	font-size: 10px;
	color: #fff;
	padding-bottom: 20px;
}

#sec01 p {
	width: 500px;
	font-size: 14px;
	line-height: 140%;
	margin: 10px 0 0 0;
}

#sec01 > .cmn_box {
	background: url(../img/sec01_bg02.png) no-repeat 96% center;
	width: 805px;
} 


#sec02 {
	padding: 10px 0;
	background: url(../img/bg01.jpg) left top;
}

#sec02 > .cmn_box {
	width: 805px;
}


#sec02_01 {
	margin-bottom: 10px;
}

#sec02_01 dl {
	float: left;
	width: 300px;
	text-align: center;
	margin-right: 22px;
	margin-top: 20px;
}

#sec02_01 dt,#sec02_02 dt {
	margin-bottom: 30px;
}


#sec02_01 dd span img,#sec02_02 dd span img {
	margin-bottom: 20px;
}

#sec02_01 dd,#sec02_02 dd {
	font-size: 14px;
	margin-top: 5px;
	line-height: 140%;
}


#sec02_02 dl {
	float: right;
	width: 300px;
	text-align: center;
	font-size: 14px;
	margin-left: 22px;
}

#sec03 {
	background: url(../img/bg02.jpg);
}

#sec03 h2 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

#sec03 iframe {
	padding: 20px 0 20px 0;
	display: block;
	margin: auto;
}

#sec04 {
	padding: 40px 0;
	background: url(../img/bg01.jpg);
}

#sec04 > .cmn_box {
	position: relative;
}

#sec04 h2 {
	display: block;
	position: absolute;
	right: -150px;
	top: 160px;
}


#sec04 li {
	float: left;
	width: 144px;
	text-align: center;
	margin-right: 44px;
	margin-bottom: 15px;
}

#sec04 li p {
	font-size: 16px;
	margin-top: 15px;
}

#sec04 li:nth-child(3n) {
	margin-right: 0;
}

#sec04 li img {
	border: 1px solid #ccc;
}


#sec05 {
	background: url(../img/bg02.jpg);
}

#sec05 h2 {
	text-align: center;
	padding: 40px 0;
}

#sec05 p {
	text-align: center ;
	color: #fff;
	font-size: 10px;
	padding: 10px 0;
}

#sec06 {
	background: url(../img/sec06_bg.jpg);
	background-size: cover;
}

#sec06 h2 {
	width: 210px;
	height: 214px;
	display: block;
	margin: auto;
	padding: 40px 0;
}

footer {
	background: url(../img/bg02.jpg);
	padding: 30px 0;
}

#logo {
	width: 196px;
	float: left;
	margin-top: 10px;
}

#f_add {
	float: right;
	width: 280px;
}

#f_add dl {
	color: #fff;
	border: 2px solid #fff;
	border-bottom: none;
}

#f_add dl:last-child {
	border-bottom: 2px solid #fff;
}

#f_add dt {
	float: left;
	width: 60px;
	text-align: center;
	padding:5px 0;
	font-size: 8px;
}
#f_add dd {
	float: left;
	width: 170px;
	padding:5px 0 5px 10px;
	font-size: 6px;
	border-left: 2px solid #fff;
}











