@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figure {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:'Mplus 1p','Noto Sans Japanese',"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#333333;
	letter-spacing: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
table tr th,
table tr td {
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: #000;
}
a:hover {
	opacity: 0.7;
	text-decoration:underline;
}
.en {
	font-family: 'Roboto', sans-serif;
}
p{
	text-align: justify;
	text-justify: distribute;
}

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

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */


h2.house a{
	border-left: 4px #cc0000 solid;
	color: #cc0000;
}
h2.world a{
	border-left: 4px #138f13 solid;
	color: #138f13;
}
h2.shibata a{
	border-left: 4px #2953dc solid;
	color: #2953dc;
	font-size: 18px;
}
h2.kingdom a{
	border-left: 4px #9d9937 solid;
	color: #9d9937;
}
.aligncenter{
	display:block;
	margin:0 auto;
}

.contentsbody {
	display: block;
	padding: 50px 0;
	margin: 0;
	width: 100%;
	position: relative;
}

.contentswidth {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

.datatable1 {
	border-collapse: collapse;
	border-spacing: 0;	
	width: 100%;
	margin: 15px auto;
	font-size: 16px;
}
.datatable1 th {	
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
	padding: 15px 15px;
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
}
.datatable1 td {
	border-bottom: 1px solid #cccccc;
	padding: 15px 15px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.contentsbody * {
		box-sizing: border-box;
	}
	.contentsbody {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.contentswidth {
		width: 100%;
	}
	.datatable1 {
		display: block;		
		font-size: 14px;
	}
	.datatable1 tbody,
	.datatable1 thead,
	.datatable1 th,
	.datatable1 td {
		display: block;
		width: 100%;
	}
	.datatable1 th {	
		border-bottom: 1px solid #ccc;
		padding: 8px 5px;
		white-space: normal;
	}
	.datatable1 td {
		border-bottom: 1px solid #cccccc;
		padding: 10px 5px 20px;
		border-bottom: none;
	}
}