#case .pack:after,
#case img:after,
#feature1 .pack:after,
#feature1 .lead:after,
#feature2 p.case-photo:after,
#feature2 .pack:after,
#feature2 .lead:after,
#feature3 .pack:after,
#feature3 .lead:after,
#feature1 .pack:after,
#feature2 .pack:after,
#feature3 .pack:after,
#apply .aboutApply:after,
#footer div.content ul:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#case .pack,
#feature2 p.case-photo,
#feature1 .pack,
#feature1 .lead,
#feature2 img,
#feature2 .pack,
#feature2 .lead,
#feature3 .pack,
#feature3 .lead,
#feature1 .pack,
#feature2 .pack,
#feature3 .pack,
#apply .aboutApply,
#footer div.content ul {
	zoom: 1;
}

* {
margin: 0;
padding: 0;
}
img {
	border: none;
}

body {
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Meiryo UI','ＭＳ ゴシック','ＭＳ Ｐゴシック','MS UI Gothic',sans-serif;
}

#container {
 min-width: 1060px;
 position: relative;
 padding-top: 700px;
}

/* #header */

#header {
	height: 114px;
	position: fixed;
	top: 0;
	min-width: 980px;
	width: 100%;
	z-index: 10000;
	box-shadow: 0 -1px 4px rgba(0,0,0,0.5);
}

#header div.news-container {
	background:rgba(34,34,34,0.7);
	width:100%;
}
#header div.news-content {
	height:46px;
	width:980px;
	margin:0 auto;
}
#header div.news-content h3 {
	float:left;
	width:85px;
	height:46px;
}
#header div.news-content ul {
	float:left;
	width: 890px;
	position: relative;
}
#header div.news-content li {
	margin-left:18px;
	color:white;
	font-size:12px;
	line-height:46px;
	list-style-type: none;
	display: none;
}
#header div.news-content ul li a {
	text-decoration: none;
	color:white;
}
#header div.news-content li .date {
	margin-right:22px;
}
#header div.content-container {
	background-color: rgba(104,135,194,0.9);
	width:100%;
	color: #fff;
}
#header div.content{
	height: 68px;
	width: 980px;
	margin: 0 auto;
}
#header div.content ul{
	position: relative;
}
#header div.content ul li{
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
}
#header div.content ul li.link{
	height: 68px;
	border-left: 1px solid #333333;
}
#header div.content ul li.link:last-child{
	border-right: 1px solid #333333;
}
#header div.content ul li.logo{
	padding: 0 27px 0 20px;
	height: 49px;
	top: 10px;
}
#header div.content ul li.logo a{
	width: 38px;
	height: 38px;
	display: block;
}
#header div.content ul li.link.menu1,
#header div.content ul li.link.menu2,
#header div.content ul li.link.menu3,
#header div.content ul li.link.menu4,
#header div.content ul li.link.menu5 {
	width: 216px;
}
#header div.content ul li.link.menu3 {
	display: none;
	pointer-events: none;
}
#header div.content ul li.link a{
	color: #fff;
	text-decoration:none;
	height: 68px;
	line-height: 74px;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 13px;
}
#header div.content ul li.link span.navBar {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 282px;
	height: 68px;
	background: url(../img/f_current.png) no-repeat center top;
}

#header div.content ul li.link a:hover {
	background: url(../img/f_current.png) no-repeat center top;
}
#header div.content ul li.link.current a {
	background: url(../img/f_current.png) no-repeat center top;
}



/* #top */

#top {
	background: url(../img/bg_01.jpg) no-repeat center top;
	background-size: 100% auto;
	/*min-width: 1250px;*/
	height: 700px;
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: auto;
}

.top-concept {
	width: 627px;
	margin: 0 auto;
	position: relative;
	top: 250px;
	padding: 30px;
	text-align: center;
	margin: auto;
	text-shadow: 1px 1px 1px #fff;
	background-color: rgba(255,255,255,0.5);
}
#top .top-concept .title,
#top .top-concept .titleLogo,
 {
	text-align: center;
	display: block;
}

#top .top-concept .title {
	color: #111;
}

#top .top-concept p.title {
	font-size: 18px;
}

#top .top-concept h2.title {
	font-size: 32px;
	font-weight: bold;
}

#top .top-concept .titleLogo img {
	margin: 28px 0 34px 0;
}

.button {
	margin: 10px;
    text-decoration: none;
    font: bold 1.5em;
    display: inline-block;
    text-align: center;
    color: #fff;

    border: 1px solid #9c9c9c;
    border: 1px solid rgba(0, 0, 0, 0.3);

    text-shadow: 0 1px 0 rgba(0,0,0,0.4);

    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
}
.button, .button span{
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.button span{
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.5em 2.5em;

/* The background pattern */

    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
                      -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);

/* Pattern settings */

    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
}

.button:hover{
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}
.button-blue{
-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #7cacde;
	height: 50px;
	vertical-align: middle;
}

.button-blue:hover{
    background: #81a8cb;
    background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );
    background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');
}

.button-blue:active{
    background: #4477a1;
}

.button:active{
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}




#container.full #top .top-concept {
	top: 198px;
}
#container.full #anchor-bottom {
	display: none;
}

#container.blind #top .top-concept {
	top: 188px;
}
#container.blind #anchor-bottom {
	display: block;
	top: 579px;
}



/* #about */

#about {
	background: #f5f5f5;
	/*min-width: 1250px;*/
	/*height: 560px;*/
	position: relative;
	overflow: hidden;
}

#about .about-concept {
	width: 1060px;
	/*height:560px;*/
	margin: 0 auto;
	position: relative
}

#about .about-concept .lead-title,
#about .about-concept .lead-box
 {
	 text-align: center;
	 display: block;
}

#about .about-concept p.lead-title
 {
	 font-size: 36px;
	 padding: 55px 0 30px 0;
	 text-shadow: 1px 1px 1px #aaa;
}

#about .about-concept p.lead-box
 {
	 font-size: 14px;
	 padding: 0px 0 60px 0;
	 line-height: 2.0;
}


/* #case */

#case {
	background: url(../img/bg_02.jpg) no-repeat center top;
	background-size: 100% auto;
	/*min-width: 1250px;
	height: 615px;*/
	position: relative;
}

#case .lead-title {
	 text-align: center;
	 display: block;
	 font-weight: bold;
	 line-height: 1.8;
	padding-top: 90px;
	padding-bottom: 60px;
	font-size: 28px;
	text-shadow: 1px 1px 1px #666;
}



#case .lead-title,
#case .lead-box {
	color: #fff;
}

#case .pack {
	width: 980px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 90px;
	}

#case p.case-photo {
	float: left;
	/*padding-right: 75px;*/
}
#case p.case-info {
	position: absolute;
	left: 55px;
	top: 330px;
	color: #fff;
	text-align: center;
}

#case img {
	/*float: left;
	padding-right: 75px;*/
}

#case .case-concept {
	/*height: 300px;*/
	margin-left: 300px;



}
#case .lead-box-bg {
	background-color: #333;
	filter:alpha(opacity=30);
    -moz-opacity: 0.5;
    opacity: 0.5;
	padding: 15px;
	/*height: 490px;*/
	height: 515px;
	width: 660px;
	position: absolute;
	top:0px;
}

#case .lead-box {
	font-size: 14px;
	line-height: 2.0;
	top: -6px;
	position: relative;
	z-index: 102;
	color: #FFF;
	padding: 15px;

}

/* #feature1 */

#feature1 {
	background-size: 100% auto;
	/*min-width: 1250px;
	height: 767px;*/
	position: relative;
}

#feature1 .feature-title {
	text-align: center;
	margin: 0 auto 90px auto;
	width: 980px;
	border-bottom: 1px solid #dddddd;
	text-shadow: 1px 1px 1px #aaa;

}

#feature1 .feature-title p {
	font-size: 36px;
	padding-top: 70px;
	padding-bottom: 50px;
}

#feature1 .pack {
	width:980px;
	/*height: 597px;*/
	margin: 0 auto;
	position: relative;
	/*padding-top: 90px;*/
	min-height: 306px
}

#feature1 .lead {
	float: left;
	width: 550px;
	padding-bottom: 90px;
}

#feature1 .pack img{
	position: absolute;
	bottom: 0;
	right: 0;
}

#feature1 .image {
	right: 25px;
}

#feature1 p.lead-title {
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}

#feature1 h3.lead-title {
	padding-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
}

#feature1 p.lead-box {
	font-size: 14px;
	line-height: 2.0;
}

/* #feature2 */

#feature2 {
	background: #f5f5f5;
	/*height: 595px;*/
	/*min-width: 1250px;*/
	padding-top: 90px;
}

#feature2 .pack {
	width: 980px;
	/*height: 595px;*/
	margin: 0 auto;
	position: relative;
	min-height: 306px
}

#feature2 img {
	float:left;
	position: absolute;
	bottom: 0;
	left: 0;
}

#feature2 .image {
	left: 25px;
}

#feature2 .lead {
	width: 550px;
	padding-bottom: 90px;
	float: right;
}

#feature2 p.lead-title {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

#feature2 h3.lead-title {
	padding-bottom: 27px;
	font-size: 28px;
	font-weight: bold;
}

#feature2 p.lead-box {
	font-size: 14px;
	line-height: 2.0;
}

/* #feature3 */

#feature3 {
	background: #fff;
	/*height: 595px;*/
	border-bottom: 1px solid #dddddd;
	position: relative;
	overflow: hidden;
}
#feature3 .pack {
	width: 980px;
	height: 395px;
	margin: 0 auto;
	position: static;
}

#feature3 .lead {
	float: left;
	width: 560px;
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
	z-index: 99;
}

#feature3 p.lead-title {
	/*padding-bottom: 15px;*/
	font-size: 12px;
	font-weight: bold;
}

#feature3 h3.lead-title {
	padding-bottom: 28px;
	font-size: 28px;
	font-weight: bold;
}

#feature3 p.lead-box {
	font-size: 14px;
	line-height: 2.0;
}

#feature3 .pack img{

}

#feature3 .image {
		position: absolute;
	bottom: 0;

	right: 250px;
}


/* #feature4 */

#feature4 {
	background: #f5f5f5;
	/*height: 595px;*/
	/*min-width: 1250px;*/
	padding-top: 90px;
}

#feature4 .pack {
	width: 980px;
	/*height: 595px;*/
	margin: 0 auto;
	position: relative;
	min-height: 306px;
	top: -20px;
}

#feature4 img {
	float:left;
	position: absolute;
	top: 0px;
	left: 0;
}



#feature4 .lead {
	width: 560px;
	padding-bottom: 90px;
	float: right;
}

#feature4 p.lead-title {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

#feature4 h3.lead-title {
	padding-bottom: 27px;
	font-size: 28px;
	font-weight: bold;
}

#feature4 p.lead-box {
	font-size: 14px;
	line-height: 2.0;
}



/* #apply */

#apply {
	/*height: 482px;*/
	/*min-width: 1250px;*/
	position: relative;
	padding-bottom:68px;
}

#apply .btn-apply,
#apply .copyright {
	text-align: center
}

#apply {
	width: 980px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 85px;
	text-align: center;
}

/* footer */

#footer {
	color: #fff;
	font-size: 12px;
	background-color: #333;

	background-size: 100% auto;
	min-width: 1060px;
	width: 100%;
	height: 150px;
	text-align: center;
	margin: 0 auto;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

#footer .contents {
	width: 980px;
	height: 78px;
	/* position: relative; */
	margin: 0 auto;
	list-style: none;
}
#footer .contents li {
	float: left;
}
#footer .contents li div {
	margin-bottom: 3px;
}
#footer .privacy, #footer .contact, #footer .tos {
	margin-top: 24px;
	width: 140px;
}

#footer .st-logo {
	float: left;
	padding: 25px 0;
	width: 180px;
}
#footer .ss-logo {
	float: left;
	padding: 25px 0;
	width: 180px;
}
#footer .copyright {
	clear: both;
}


/** contact */

#container-detail {
	margin-top: 150px;
}
#container-detail #wrapper {
	text-align: center;
}
#container-detail #main {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 40px;
}
#container-detail #main h1 {
	margin-bottom: 10px;

}
#container-detail #main p {
	margin: 10px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
}
#container-detail #main p.headline {
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
}
#container-detail #message {
	height: 150px;
}
#container-detail #submit-area {
	margin-top: 25px;
	text-align: center;
}
#container-detail .mod-icon-inquiry {
	background-color: #00A0E9;
	color: #FFFFFF;
	font-size: 72%;
	margin-left: 15px;
	padding: 2px 6px;
}
#container-detail span.error {
	color: #D20000;
}
#container-detail .form-control.error {
	background-color: #FFF5F5;
	border: 1px solid #E99C9C;
}

/*20140825*/
.aiful_details {
    float: right;
}
div#case p.lead-box a:hover{
    color: white;
}