@charset "Shift_JIS";

/**
 * default.css
 * modified : 2015.01.14
 */

/*--------------------------------------------------------------------------------
	Reset
--------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ul{zoom:1}ul:after{clear:both;display:block;content:"";height:0;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}a{outline:none;}nav{display:block;}a,a:link,a:active,a:visited,a:hover {color: #000;text-decoration: none;}section{display:block}

/*--------------------------------------------------------------------------------
	body
--------------------------------------------------------------------------------*/
body {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: "Ÿà–¾’©‘Ì","Yu Mincho", YuMincho,"\30D2\30E9\30AE\30CE\660E\671D\20Pro\20W\33","Hiragino Mincho Pro",
	"\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",'Droid Sans',serif;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

.clearfix { zoom: 1; }
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}

.pagetop {
	margin: 0 auto;
	width: 956px;
	line-height: 0;
	text-align: right;
}

a img.hover {
	transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
}
a img.hover:hover {
	opacity: 0.8;
}
html.no-opacity a img.hover:hover {
	filter: alpha(opacity=80);
}


/*--------------------------------------------------------------------------------
	Top
--------------------------------------------------------------------------------*/
#Top {
	position: relative;
	min-width: 950px;
	border-top: 6px solid #c83b18;
	overflow: hidden;
}

/*--------------------------------------------------------------------------------
	#Intro
--------------------------------------------------------------------------------*/
#Intro {
	height: 736px;
	background: url("../img/intro_main.jpg") no-repeat center 0 #000;
	overflow: hidden;
}
#Intro .inner {
	margin: 0 auto;
	width: 950px;
}
#Intro .inner-heading {
	position: relative;
	overflow: hidden;
	*zoom: 1;
}
#Intro .inner-heading:after {
	clear: both;
	display: block;
	content: "";
}
#Intro .inner-heading strong {
	float: left;
	display: block;
	margin-top: 19px;
	line-height: 0;
}
#Intro .inner-heading em {
	float: right;
	display: block;
	margin-top: 30px;
	line-height: 0;
}
#Intro h1 {
	margin: 257px 0 0 -21px;
}

/*--------------------------------------------------------------------------------
	#Navi
--------------------------------------------------------------------------------*/
#Navi {
	height: 83px;
	border-top: 1px solid #676767;
	background: #000;
}
#Navi .inner {
	z-index: 100;
	width: 100%;
	border-bottom: 1px solid #676767;
	background: #000;
}
#Navi ul {
	margin: 0 auto;
	width: 947px;
	height: 81px;
	background: url("../img/navi.png") no-repeat 0 -81px;
	*zoom: 1;
}
#Navi ul:after {
	clear: both;
	display: block;
	content: "";
}
#Navi li {
	float: left;
}
#Navi li a {
	display: block;
	height: 81px;
	background: url("../img/navi.png") no-repeat 0 0;
	text-indent: -9999em;
	transition: opacity 0.15s ease-in;
	-o-transition: opacity 0.15s ease-in;
	-ms-transition: opacity 0.15s ease-in;
	-moz-transition: opacity 0.15s ease-in;
	-webkit-transition: opacity 0.15s ease-in;
}
#Navi li a:hover,
#Navi li.on a {
	opacity: 0;
}
html.no-opacity #Navi li a:hover,
html.no-opacity #Navi li.on a {
	filter: alpha(opacity=0);
}

#Navi li.navi-00 a {
	width: 136px;
	background-position: 0 0;
}
#Navi li.navi-01 a {
	width: 270px;
	background-position: -136px 0;
}
#Navi li.navi-02 a {
	width: 271px;
	background-position: -406px 0;
}
#Navi li.navi-03 a {
	width: 270px;
	background-position: -677px 0;
}


/*--------------------------------------------------------------------------------
	.heading
--------------------------------------------------------------------------------*/
.heading {
	background: #141414;
}
.heading .inner {
	margin: 0 auto;
	width: 950px;
	height: 270px;
	*zoom: 1;
}
.heading .inner:after {
	clear: both;
	display: block;
	content: "";
}
.heading h2 {
	float: left;
}
.heading .img-box {
	float: right;
}

/*--------------------------------------------------------------------------------
	.section
--------------------------------------------------------------------------------*/
.section {
	position: relative;
	margin: 0 auto;
	width: 950px;
	zoom: 1;
}
.section:after {
	clear: both;
	display: block;
	content: "";
}
.section h3 {
	margin-bottom: 20px;
	font-size: 150%;
	line-height: 1.5;
}
.section h3.indent {
	text-indent: -12px;
}
.section p {
	font-size: 93%;
	line-height: 1.9;
}
.section p span.name {
	font-weight: bold;
}
.section .txt-box {
	width: 600px;
}
.section .txt-box.left {
	float: left;
}
.section .txt-box.right {
	float: right;
}
.section .img-box {
	width: 250px;
}
.section .img-box.left {
	float: left;
	margin-top: 5px;
}
.section .img-box.right {
	float: right;
	margin-top: 5px;
}
.section .img-box .title {
	display: block;
	margin-top: 15px;
	font-size: 75%;
}
.section .img-box .name {
	display: block;
	font-size: 100%;
}

/*--------------------------------------------------------------------------------
	#Stabilization
--------------------------------------------------------------------------------*/
#Stabilization {
	padding-bottom: 40px;
	color: #fff;
	background: #000;
	overflow: hidden;
}
#Stabilization .heading h2 {
	margin-top: 53px;
}
#Stabilization .sec-01 {
	margin-top: 100px;
}
#Stabilization .sec-03 {
	margin-top: 145px;
}

#Stabilization .img-02 {
	margin: 25px 0 40px 0;
	text-align: center;
}
#Stabilization .img-03 {
	margin: 15px 0 0 -145px;
}
#Stabilization .img-05 {
	margin: 30px 0 55px -193px;
}
#Stabilization .img-06 {
	margin: 75px 0 45px -56px;
}
#Stabilization .pagetop {
	margin-top: 150px;
}

/*--------------------------------------------------------------------------------
	#Body
--------------------------------------------------------------------------------*/
#Body {
	padding-bottom: 40px;
	color: #fff;
	background: #000;
	overflow: hidden;
}
#Body .heading h2 {
	margin-top: 61px;
}
#Body .sec-01 {
	margin-top: 100px;
}
#Body .img-02 {
	margin: 45px 0 70px -10px;
}
#Body .img-03 {
	margin: 45px 0 20px -106px;
}
#Body .img-04 {
	margin: 45px 0 0 -74px;
}
#Body .pagetop {
	margin-top: 150px;
}

/*--------------------------------------------------------------------------------
	#AF
--------------------------------------------------------------------------------*/
#AF {
	padding-bottom: 40px;
	color: #fff;
	background: #000;
	overflow: hidden;
}
#AF .heading h2 {
	margin-top: 60px;
}
#AF .sec-01 {
	margin-top: 100px;
}
#AF .sec-02 {
	margin-top: 130px;
}
#AF .img-02 {
	margin: 45px 0;
}
#AF .pagetop {
	margin-top: 150px;
}

/*--------------------------------------------------------------------------------
	#Message
--------------------------------------------------------------------------------*/
#Message .inner {
	padding: 84px 0 65px;
	text-align: center;
	background: url("../img/msg.jpg") no-repeat center 0 #cacaca;
	overflow: hidden;
}
#Message .pagetop {
	margin-top: 40px;
}

/*--------------------------------------------------------------------------------
	#Banner
--------------------------------------------------------------------------------*/
#Banner {
	margin-top: 0px;
	overflow: hidden;
}
#Banner img {
	margin-left: -485px;
}

/*--------------------------------------------------------------------------------
	Follow
--------------------------------------------------------------------------------*/
#Follow {
	padding: 70px 0 100px;
}
#Follow .section {
	margin: 0 auto;
	width: 950px;
}
#Follow .banner {
	width: 950px;
}
#Follow .banner ul {
	margin-left: -10px;
	zoom: 1;
}
#Follow .banner ul:after {
	clear: both;
	display: block;
	content: "";
}
#Follow .banner li {
	float: left;
	margin-left:10px;
}
#Follow .banner li.bnrright {
	margin-left: 52px;
}
#Follow .banner li.pick {
	width:763px;
}
#Follow .questionnaire {
	margin: 120px auto 0;
	width: 700px;
}

/*--------------------------------------------------------------------------------
	.footer
--------------------------------------------------------------------------------*/
.footer {
	margin: 0px auto 0;
	padding-bottom: 20px;
	width: 950px;
	zoom: 1;
}
.footer:after {
	clear: both;
	display: block;
	content: "";
}

.footer .detail {
	float: left;
}
.footer .copyright {
	float: right;
}