@charset "utf-8";


.container-contents{
	background-image: url(https://titleimg.spike-chunsoft.co.jp/www.kenkabancho-otome.com/system/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/system/images/txt_01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 531px;
	height: 50px;
	margin: 96px 0 85px 0;	
}



/*
*/
.box--a{
	border-radius: 9px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 3px #CCC;
}
.vertical-align-bottom{
	vertical-align: bottom;	
}
.mb80{
	margin-bottom: 80px;	
}