@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:rgba(141,198,222,1.00);
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#fff;
	height:100%;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none; }

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}

#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 13px;
	text-align: justify;
	word-break: break-all;
	line-height: 180%;
	height:100%;
}

#contents_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb10s{
	width:70%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: bold;
}

#other_lang{
	width:60%;
	margin:0 auto;
	padding:100px 0 100px 0;
}

#other_lang a{
	color:#EBF39A;
	text-decoration: none;
}

#other_lang a:hover{
	color:#FFF;
	text-decoration: none;
}

.tojapanese{
	width:30%;
	padding:2px;
	box-sizing: border-box;
	margin-top:30px;
	text-align: center;
	font-size: 13px;
}

.tojapanese a{
    display:block;
	width: 100%; /* 横幅 */
	background-color:rgba(88,114,140,1.00);
	padding:2px 10px 2px 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #333;
}

.tojapanese a:hover {
	background-color:rgba(161,195,199,1.00);
	text-decoration: none;
	color: #eee;
}



@media screen and (max-width:600px){

#other_lang{
	width:80%;
	margin:0 auto;
	padding:100px 0 100px 0;
}

.tojapanese{
	width:80%;
	padding:2px;
	box-sizing: border-box;
	margin-top:30px;
	text-align: center;
	font-size: 13px;
}



}