/*共通*/
.subnavi .subnavi_wrapper,
.navi .navi_wrapper,
.content_wrapper,
.intro_wrapper,
.footer-inner{/* 画面幅 */
	width:1080px;
	margin: 0 auto;
}
/*メインビジュアルここから*/
#main_vsual{
	width: 100%;
	background-color: #ccc;
	height: 709px;
	background: url(../images/main.png) no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: relative;
}
#top_label{
	position: absolute;
	right: 100px;
	top: 0;
	width: 144px;
	height: 280px;
}
.subnavi{
	background-color: #666849;
}
.subnavi .subnavi_wrapper{
    overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
.language{
	background-color: #375600;
	color: #fff;
	float: left;
	padding:5px;
}
.subnavi .subnavi_wrapper ul{
	margin-top:5px;
	float:right;
}
.subnavi .subnavi_wrapper ul li{
	float:left;
	list-style:none;
	margin-right: 20px;
	}
.subnavi .subnavi_wrapper ul li a{
	color:#fff;

}	

.link-border{
	border:1px solid #fff;
	padding:5px 15px;
}
.navi{
    background: url(../images/gnavi_bg.jpg) repeat;
}
.navi .navi_wrapper{
    overflow: hidden;
}

.navi_wrapper ul li{
	float: left;
	list-style: none;
}

.nav_logo ing{
	padding: 10px;
}

/*ここから４つの画像*/
.content{
	margin-bottom: 80px;
}
.content_title p{
	text-align: center;
	line-height: 3;
}
.content_title{
	margin-bottom: 44px;
}

.content h2{
	text-align: center;
	font-size: 200%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 100;
    letter-spacing: 0.5em;
}
.content li{
	float: left;
	margin-right: 30px;
	list-style: none;
	margin-bottom: 20px;
}
.content:after{
	    display:block;
        clear:both;
        height:0px;
        visibility:hidden;
        content:".";

}
.content li:nth-child(2n+0){
	margin-right: 0;

}
.content_wrapper{
	padding-top: 60px;
}

/*紹介ここから*/
.intro{
	background-color: #F3F5F1;
}
.intro_wrapper{
	padding-top: 3em;
	padding-bottom: 80px;
}
.intro_wrapper:after{
	display: block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.intro_box{
	float: left;
	width: 46%;
	margin: 0 2%;
}
.intro_box p{
	text-align: center;
}
.intro_box .name{
	font-size: 150%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 3;
}
.intro_text{
	font-size: 95%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 2;
}


/*ここからfooter*/
footer{
	background-color: #1d1d1b;
	color: #fff;
}
.footer-inner{
	padding-top: 60px
	}

.footer-inner .f-logo{
	text-align: center;
	margin-bottom: 1em;
}

footer p{
	font-size: 14px;
	text-align: center;
	line-height: 2;
}
footer p:last-child{
	padding-bottom: 1em;
}


