@charset "utf-8";
/* CSS Document */

/* keyVisual -------------------------*/
#keyVisual {
	height:529px;
	margin:45px auto 0;
	top:100px;
	background-image:url(../images/header/keyVisual_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#slide{
	width:980px;
	margin:0 auto;
	height:466px;
	position:relative;
	left: 0px;
    top: 7px;
}

/* reason -------------------------*/
#reason {
	width:100%;
	background:#F9F9F9;
	margin-top:-22px;
}

.inner {
	width:980px;
	margin:0 auto;
}

#reason p {
	font-size:17px;
	line-height:28px;
	margin-top:25px;
	margin-bottom:30px;
}

#reason span {
	color:#990000;
}

.btn {
	margin:20px auto;
	text-align:center;
	padding-bottom:30px;
}


/* news -------------------------*/
#news {
	height:auto;
	font-size:14px;
	margin-top:30px;
}

#news dl {
	width:980px;
	margin-top:15px;
}
#news dt {
line-height: 3em;
color: #6E90A2;
float: left;
border-bottom: 1px solid #6E90A2;
margin-right:20px;
}
#news dd {
line-height: 3em;
border-bottom: 1px dotted #A9A9A9;
}

p.detail {
	color:#21429D;
	text-align:right;
	margin-top:-33px;
	margin-right:20px;
	margin-bottom:10px;
	font-size:13px;
}


/* voice -------------------------*/
#voice {
	height:auto;
	font-size:14px;
	margin-top:30px;
	background:#F3F3F3;
}

#voice h3 {
	padding-top:20px;
}

#voice p {
	font-size:17px;
	line-height:28px;
	margin-top:25px;
	margin-bottom:30px;
}

#voice span {
	color:#990000;
}


/* loopslider -------------------------*/
.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0;
	width: 210px;
	height: 319px;
}
.simply-scroll-list li img {
	display: block;
}

/* middle -------------------------*/
#middle {
	width:984px;
	height:1251px;
	font-size:14px;
	margin:30px auto 0;
	background-image:url(../images/middle.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align:center;
}

#middle .sec_01 {
	width:440px;
	height:auto;
	padding-top:140px;
	padding-left:520px;
	line-height:28px;
}

#middle .sec_02 {
	width:440px;
	height:auto;
	padding-top:180px;
	padding-left:30px;
	line-height:28px;
}

#middle .sec_03 {
	width:440px;
	height:auto;
	padding-top:165px;
	padding-left:520px;
	line-height:28px;
}

#middle .sec_04 {
	width:440px;
	height:auto;
	padding-top:155px;
	padding-left:30px;
	line-height:28px;
}

/* one stop -------------------------*/
#oneStop {
	height:auto;
	font-size:14px;
	margin-top:30px;
	background:#EAEAEA;
}

#oneStop .inner {
	width:980px;
	height:928px;
	background-image:url(../images/oneStop.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#oneStop p {
	text-align:center;
	line-height:28px;
	padding-top:135px;
}


/* last -------------------------*/
#last {
	width:982px;
	height:auto;
	font-size:14px;
	margin:30px auto 60px;
	text-align:center;
}


#last p {
	width:250px;
	margin:20px auto;
	text-align:center;
	line-height:26px;
}

#last table td.first {
   border-style: solid solid; /* 線種 */
   border-width: 0px 0px 0px 1px; /* 線の太さ */
   border-color: #DDDDDD; /* 線色 */
}
#last table td.last {
   border-style: solid solid; /* 線種 */
   border-width: 0px 1px 0px 0px; /* 線の太さ */
   border-color: #DDDDDD; /* 線色 */
}
#last table td {
   border-style: solid dotted; /* 線種 */
   border-width: 0px 1px 0px 1px; /* 線の太さ */
   border-color: #999999; /* 線色 */
}











