@charset "UTF-8";
/* CSS Document */

/* 中身======================================================================================================== */
#main_contents li{
	float: left;
	width: 50%;
	text-align: center;
	margin: 20px 0 0;
}

#main_contents li img{
	display: block;
	margin: 0px auto;
	padding: 0;
}


/* 詳細======================================================================================================== */
#detail #head .photo{
	width: 370px;
	text-align: center;
	margin: 0 0 20px;
}
#detail #head .photo img{
	max-width: 370px;
	height: auto;
}
#detail #head p{
	display: block;
	float: none;
	clear: both;
}
#detail #topics{
	background-color: #FFF6E1;
	padding: 20px;
}
#detail #topics h3{
	font-size: 20px;
	font-weight: bold;
	padding-bottom:10px;
}
#detail #topics dl{
	display: block;
	float: none;
	clear: both;
	background:#FFF;
	padding:0 10px 10px;
}
#detail #topics dt{
	color: #FE9300;
	float: left;
	padding: 10px 0 0;
}
#detail #topics dd{
	padding: 10px 0 0px 100px;
}

#detail .meibo_table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#detail .meibo_table th,
#detail .meibo_table td{
	border-bottom: solid 1px #CCC;
	padding: 10px;
}
#detail .meibo_table thead th{
	font-weight: bold;
}
#detail .meibo_table tbody th{
	font-weight: bold;
}
#detail .meibo_table td{
}
