html{
    font-size: 62.5%;
}

body{
background-color: #fff;
}

.wrapper{
	width:700px;
	text-align:center;
	margin:10px auto;
}
a:hover {
	color: #FF0000;
}

p{
	font-size: 1.2rem;
	line-height: 1.8;
}


.navi ul{
list-style: none;
font-size: 1.3rem;
margin-left: 0;
padding-left: 0;
}

.navi li {
display: inline;
}

.pagetitle{
background-color: #ffcc00;
}

.pagetitle p{
    font-size: 1.6rem;
	padding: 20px;
}


.exb_title{
	background-color:#e0f398;
	text-align:center;
	padding:15px;
}

.exb_title h1{
	font-size: 2rem;
	margin-bottom:15px;
}

.exb_title h2{
	font-size: 1.6rem;
	text-align:center;
	color:#672b1c;
}
.exb_title h2 span{
	font-size: 1.4rem;
}

table img{
margin-bottom: 10px;
}


.exp_box{
	line-height:180%;
	text-align:left;
}

.exp_box p{
	font-size:1.4rem;
	line-height:1.8;
	margin-bottom:20px;
	text-align:justify;
}

.exp_box h3,
.exp_set h3{
	color:#B92A2C;
	background-color:#EFEFEF;
    font-size: 1.6rem;
	height: auto;
	margin: 30px 0 20px 0;
	padding: 10px 0;
	text-align:center;
}

h4{
    font-size: 1.5rem;
}


.yokoku_fukei{
	margin:30px 0 20px 0;
	text-align:center;
}

.yokoku_table{
	margin-bottom:20px;
	text-align:center;
	font-size:1.4rem;
	border:none;
}

.yokoku_table img{
	margin-top:15px;
}

.yokoku_table span{
	font-size:12px;
}

.yokoku_table td{
	padding:5px  0;
}

.zuhan{
	border: solid 2px #009;
	background-color: #eee;
	margin: 0px auto;
}



.zuhan p{
	font-size:1.4rem;
	list-style: 1.8;
}
.zuhan strong{
	font-size:1.6rem;
	margin:10px 0;
}


.list_table{
	width:100%;
	border-collapse: collapse;
	padding: 5px;
	font-size: 1.2rem;
}
.list_table th {
	font-size: 1.4rem;
	border: solid 1px #666666;
	color: #000000;
	background-color: #ff9;
	padding: 10px;
}

.list_table th.th_title{
	text-align:left;
	background-color: #ffc;
}

.list_table td {
	border: solid 1px #666666;
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
}

.list_table .nowrap_box {
	white-space:nowrap;
}

.review_link{
	width: 480px;
	margin:20px auto;
	text-align: center;
	background-color: #f99;
	border :solid 2px #009;
	padding: 10px;
	font-weight: bold;
}

.kouki_link{
	background-color: #ce0;
}


.figure{
text-align: center;
margin: 30px 0 0;
}

.figure img{
margin-bottom:20px;
}

.figcaption{
font-size: 1.4rem;
}

.center_text{
text-align: center;
}

.footer{
margin-top: 30px;
}