@charset "utf-8";

/* content
---------------------------------------- */
#content #side ul{
	margin-bottom:30px;
}
#content #side li span.sup{
	font-size:12px;
	padding-left: 5px;
}
#content .top{
	margin-top:-60px;
	margin-bottom:45px;
}
#content h2.title{
	display: block;
	font-size:20px;
	color:#007770;
	width:100%;
	margin-bottom:25px;
}
#content section{
	width:100%;
	max-width: 685px;
	padding-top:190px;
	margin-top:-190px!important;
	margin-bottom:60px;
}
#content h3.title{
	font-family:"ヒラギノ角ゴ Pro W3", HiraKakuPro-W6, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:19px;
	color:#333;
	font-weight: bolder;
	line-height: 130%;
	margin-bottom:15px;
}
#content section p{
	margin-bottom:20px;
	font-size:14px;
	word-break: break-all;
	text-align: justify;
}
#content section div.photo_area{
	margin-bottom:15px;
}
#content section div.photo_area ul li{
	box-sizing: border-box;
	float: left;
	display: block;
	width:23.3576%;
	max-width: 160px;
	margin-right:2.1897%;
	margin-bottom:2.1897%;
	/*
	border:1px solid #DDD;
	*/
}
#content section div.photo_area ul li:nth-child(4n){
	margin-right:0;
}
#content section div.photo_area ul li img{
	width:100%;
}
#content section div.selfee{
	clear: both;
	width:100%;
	border-radius: 8px;
	background-color: #C1ECD0;
	margin-bottom: 0;
}
#content section .comment{
	float: left;
	margin-left: 25px;
}
#content section .product{
	float:right;
	margin-top:40px;
	margin-right:32px;
}


@media screen and (max-width:640px) {
	#content #side{
		margin: 0 0 20px 0;
	}
	#content #side li a{
		padding-right:0;
	}
	#content #side li span.sup{
		font-size:10px;
		line-height: 100%;
		padding-left:0;
	}
	#content #side ul{
		margin-bottom:0px;
	}
	#content #main{
	}
	#content section div.photo_area{
		margin-bottom:10px;
	}
	#content .top {
		margin-top:0;
		margin-bottom: 15px;
	}
	#content .top img{
		width:100%;
	}
	#content section {
		padding-top: 130px;
		margin-top: -130px!important;
		margin-bottom:10px;
	}
	#content h2.title {
		padding-top:15px;
		margin-bottom: 10px;
	}
	#content h3.title {
		font-size: 16px;
		line-height: 150%;
		margin-bottom: 5px;
	}
	#content section div.selfee{
		box-sizing: border-box;
		border-radius: 4px;
		padding:0px 10px 10px 10px;
		margin-bottom:30px;
	}
	#content section .comment {
		margin: 0 0 5px 0;
		padding:0;
		width:100%;
		text-align: center;
	}
	#content section a.product{
		display: block;
		width: 200px;
		clear: both;
		float:none;
		margin:0 auto;
	}
}

