@charset "utf-8";


* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}


/*フォントサイズ*/
body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 87.5%; /*14px*/
	letter-spacing: 0;
}
#wrap {
	font-size: 100%;
	color: #2E302E;
}
table {
	font-size:inherit;
}
/*フォントサイズ*/

.clearfix:after {
	content: " "; 
	display: block;
	height: 0.1px; 
	font-size: 0.1em; 
	clear: both;
	visibility: hidden;
}
*+html .clearfix{
  height:1%;
}
* html .clearfix,{
   height: 1%;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
a {
	color: #040404;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.clear {
	clear: both;
}
.pd10 {
	padding: 10px;
}
.fl_r {
	float: right;
}
.fl_l {
	float: left;
}
.tx_ac {
	text-align: center;
}
.tx_ar {
	text-align: right;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*フッター固定用css*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
html,body{
	height:100%;
	margin:0;
	padding:0;

/*　検証　一時コメントアウト
	overflow: auto;
*/
}

#wrap {}

body > #wrap {height: auto;}

#contener {}

#footer {}


/*--------------ビジュアルエディター用-----------------*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}



/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*要素パーツ*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/

@media screen and (max-width:640px){ /*SP*/}
@media screen and (min-width:641px) and (max-width: 1023px){ /*TB*/}
@media screen and (min-width:1024px){ /*PC*/}

@media screen and (max-width:768px){ /*SP*/}
@media screen and (min-width:769px){ /*PC*/}

#l_wrap{position: relative;}

.cont{
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.cont img{
	max-width: 100%;
}

.box{
	padding: 10px 15px;
	background: white;
}

@media screen and (max-width:768px){
	.cont{max-width: 768px;}
}

@media screen and (min-width:769px){
	.cont{max-width: 1128px;}
}



/*------------------------------------------------------------*/
/*header------------------------------------------------------*/
/*------------------------------------------------------------*/

header#l_top_hed {
	width: 100%;
	background: url('../../img/lang/bg_head.png') repeat-x left top;
	background-size: contain;
	z-index: 100;
	padding: 10px 0;
}

header#l_top_hed h1{
	padding: 15px 10px 15px 55px;
	max-width: 60%;
	font-weight: normal;
	background: url('../../img/lang/logo.png') no-repeat left center;
	background-size: 50px auto;
}


@media screen and (max-width:640px){ /*SP*/
	header#l_top_hed h1{
		font-size: 130%;
	}
}


@media screen and (min-width:641px){ /*TB-PC*/
	header#l_top_hed h1{
		font-size: 150%;
	}
}

/*top_btn_box*/

#top_btn_box{
	max-width: 40%;
	position: absolute;
	top: 10px;
	right: 0;
}

#top_btn_box p{
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
	padding: 10px 15px;
	cursor: pointer;
	float: left;
}

#top_btn_box p i{font-size: 160%;}



#lang_btn{
	background: #cecece;
	margin-right: 10px;
	margin-bottom: 0;
}

#lang_btn:hover{background: #bababa;}

#lang_btn i{color: #717171;}

@media screen and (min-width:769px){
	#lang_btn span:before{content: "Language ";}
}


#l_nav_btn{
	background: #3ba1cb;
	margin-bottom: 0;
}

#l_nav_btn i{color: white;}

@media screen and (min-width:769px){ /*PC*/
	#l_nav_btn{display: none;}
}

@media screen and (max-width:768px){ /*SP*/
	#l_nav{display: none;}
}


/*------------------------------------------------------------*/
/*l_nav------------------------------------------------------*/
/*------------------------------------------------------------*/

#l_nav{
	background: #3ba1cb;
	color: white;
}

#l_nav ul li a{
		color: white;
		display: block;
}

@media screen and (max-width:768px){ /*SP*/
	#l_nav ul li{}

	#l_nav ul li a{
		display: block;
		padding: 10px 20px;
		border-bottom: 1px dotted #85dbff;
	}

	#l_nav ul li i{display: visible;}

	#l_nav ul li:last-child a{border-bottom: none!important;}
}

@media screen and (min-width:769px){ /*PC*/

	#l_nav{
		z-index: 50;
		position: relative;
		margin-top: -5px;
	}

	#l_nav ul li{
		display: inline-block;
		padding: 20px 0;
	}

	#l_nav ul li a{
		padding: 0 20px;
		border-right: 1px solid white;
	}

	#l_nav ul li i{display: none;}

	#l_nav ul li:last-child a{border-right: none!important;}
}


/*------------------------------------------------------------*/
/*lang_menu------------------------------------------------------*/
/*------------------------------------------------------------*/

#lang_menu{
	background: #3d484d;
	color: white;
}

#lang_menu li a{
	color: white;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px dotted #898989;
}

#lang_menu li:last-child a{border-bottom: none!important;}

/*top_img-------------------------------------------------*/

#top_img{}

#top_img h2{
	box-sizing: border-box;
	width: 100%;
	background: rgba(0,0,0,0.45);
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	font-weight: normal;
	font-size: 128.6%;
	text-align: right;

}


@media screen and (min-width:769px){ /*PC*/
	#top_img h2{padding: 25px;}
}

@media screen and (max-width:768px){ /*SP*/
	#top_img{padding-bottom: 15px;}
	#top_img h2{padding: 5px 0; font-size: 85%; text-align: center;}
}

/*--------------------------------------------------*/
/*l_main*/
/*--------------------------------------------------*/

#l_wrap{margin: 15px auto;}

#l_main {line-height: 1.5;}
#l_main_box {}

.top_ttl {
	background: #ebebeb;
	padding: 10px;
	margin-bottom: 15px;
}

.top_ttl h2{
	font-size: 128.6%;
	font-weight: normal;
}

.top_ttl h2 i{
	color: #3ba1cb;
	font-size: 120%;
}

/*box_link*/
.box_link{
	margin: 0 auto 15px;
	width: 100%;
}


.box_link a{
	border-bottom: 1px solid #dedede;
	box-sizing: border-box;
	display: block;
	padding-right: 15px;
	border-left: 1px solid white;
}

.box_link a:hover{
	background: #3ba1cb;
	color: white;
	text-decoration: none;
}

.box_link a:nth-child(2n){
	border-left: 1px solid #dedede;
}

.box_link a dl{
	display: table;
	background:url('../../img/lang/arrow.gif') no-repeat right center;
	padding: 10px 15px;
	font-size: 114.3%;
	width: 100%;
}

@media screen and (min-width:641px){ /*PC-TB*/
	.box_link a{
		float: left;
		width: 50%;
		height: 130px;
	}
	.box_link a dl{height: 135px;}
}

@media screen and (max-width:640px){ /*SP*/
	.box_link a{
		width: 100%;
		border-left: none!important;
	}
}

.box_link a:hover dl{background:url('../../img/lang/arrow_hov.gif') no-repeat right center;}

.box_link a dl dt,.box_link a dl dd{
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}

.box_link a dl dt{
	max-width: 30%;
	padding-right: 15px;
}

.box_link a dl dt img{
	max-width: 100%;
	width: 100%;
}

.box_link a dl dd{width: 70%;}


@media screen and (min-width:769px){ /*PC*/
	/*#index_main*/
	#index_main{
		margin-top: -15px;
		background: url('../../img/lang/top_pickup_bg.jpg') no-repeat center bottom;
		background-size: contain;
	}

	#index_main div{
		padding: 20px 30px;
		line-height: 2;
	}

}

/*---------------------------------------------------*/
/*sidebar*/
/*---------------------------------------------------*/

#l_side{
	margin-right: 10px;
	padding: 10px;
	display: block;
}

@media screen and (max-width:768px){ /*SP*/
	.l_cont{width: 100%;}
	#l_side{width: 100%;}
	#l_wrap{margin: 0 auto;}
}

@media screen and (min-width:769px){/*PC*/
	#l_wrap .l_cont{width: 100%;}
	/*
	#l_wrap .l_cont{width: 78%;}
	#l_wrap #l_side{
		width: 20%;
		border-right: 1px solid #dedede;
	}
	*/
}



/*---------------------------------------------------*/
/*footer*/
/*---------------------------------------------------*/
footer {}

#f_link{margin-bottom: 25px;}

#f_link dt,#f_link dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 128.6%;
}

#f_link dd{padding: 0 10px;}
#f_link dd img{width: 100%;}	

@media screen and (max-width:768px){ /*SP*/
	#f_link dt{
		display: block!important;
		width: 100%;
	}
	#f_link dt{padding: 15px;}	
	#f_link dd{width: 33%;}	
}

@media screen and (min-width:769px){ /*PC*/

	#f_link{text-align: center;}
	#f_link dt{width: 22%;}
	#f_link dd{width: 26%;}
}

copy{
	background: #48575d;
	padding: 10px 0;
	display: block;
	color: white;
}