/* CSS Document */

section{display:block; margin:0; padding:0; position:relative; line-height:1.5;}
.left{float:left;}
/* page02 */


.contents_body{
	background:#000;
	width:800px;
	/*height:1628px;*/
	margin: 0px auto;
	padding-bottom:30px;
	position:relative;
	box-sizing:border-box;
	line-height:1.5;
	}

main section#sec01{width:100%; color:#fff; /*min-height:1040px;*/ padding:3%; box-sizing:border-box; margin:0 auto 2.5%;/* background:url(../images/p02/bg.jpg);*/}
main section#sec01 img.title{display:block; width:100%; margin:2% auto 1%;}
main section#sec01 img.image{margin:1.5% 1.2% 1.2%;}
main section#sec01 p{margin:1% 0; font-size:2rem; padding:1.5%; font-weight:bold;}

main section#sec02{width:750px; color:#000; /*min-height:1040px;*/ box-sizing:border-box; margin:20px auto; background:#fff; padding-bottom:1rem;}
main section#sec02 img{width:100%;}
main section#sec02 p{margin:1% 0; padding:1.5%;}

#sec02-txt{position:absolute; top:60px; left:190px; width:540px; color:#000; font-size:1.9rem; font-weight:bold;}
#sec02-txt span{color:#F00;font-weight:bold;}
