@charset "utf-8";


.container-contents{
	background-image: url(https://titleimg.spike-chunsoft.co.jp/www.kenkabancho-otome.com/goods/images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
.contents{
	position: relative;
	width: 1000px;
	margin: auto;
}
.contents-header{
	background-image: url(https://titleimg.spike-chunsoft.co.jp/www.kenkabancho-otome.com/goods/images/txt_01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 484px;
	height: 50px;
	margin: 96px 0 85px 0;	
}


.goods{
	margin-bottom: 50px;	
}
.goods_header{
	margin: 20px 0;
	width: 920px;
	height: 40px;
	box-sizing: border-box;
	padding: 8px 0 0 20px;
	font-size: 22px;
	font-weight: bold;
	background-image: url(https://titleimg.spike-chunsoft.co.jp/www.kenkabancho-otome.com/goods/images/bg_01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.goods_media{
	float: left;
	width: 400px;
	margin: 0 40px 0 0;
	text-align: center;
}
.goods_description{
	float: left;
	width: 480px;
}
.goods_description th{
	white-space: nowrap;
}
.goods_description th,
.goods_description td{
	line-height: 1.5;
}

/*
*/
.box--a{
	border-radius: 9px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 3px #CCC;
}

table{
	
}
table th{
	padding: 5px 10px;
}
table td{
	padding: 5px 10px;
}