body	{
	margin:0;
	padding:0;
	font-family:'游ゴシック体','Yu Gothic','ヒラギノ角ゴシック ProN','Hiragino Kaku Gothic ProN''メイリオ','Meiryo',sans-serif;
	}
a	{text-decoration:none;}

/*--------------------------- main ---------------------------*/
#main	{
	background-color:#060a15;
	background-image:url(../img/bg_main.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	}

#head	{
	width:960px;
	height:680px;
	margin:0 auto;
	background-image:url(../img/head_main.png);
	background-position:top center;
	background-repeat:no-repeat;
	}
footer p {
	margin-bottom:5px;
	color:#ffffff;
	font-size:12px;
	letter-spacing:1px;
	}

label img {margin-top:10px;}
.accbox {
	display:inline-block;
	width:700px;
	margin:10px auto;
	padding:15px 10px;
	background-color:#ffffff;
	border:solid 1px #cccccc;
	border-radius:20px;
	}
.accbox input {display:none;}
.accbox .accshow {
	height:0;
	overflow:hidden;
	opacity:0;
	}
.cssacc:checked + .accshow {
	height:auto;
	background:#fffffff;
	opacity:1;
	}

.accbox img {
	border-radius:10px;
	transition:0.3s;
	}
.accbox img:hover {opacity:0.6;}

.accbox .accshow img {
	margin:5px 0;
	border:solid 1px #dddddd;
	}


/*-------------------------- contents -------------------------*/
#con_wrap {background-image:url(../img/bg_contents.jpg);}

#contents {
	width:700px;
	margin:0 auto;
	}

.con_head {
	height:400px;
	background-repeat:no-repeat;
	}
#mem_head {background-image:url(../img/head_memorial.jpg);}
#dra_head {background-image:url(../img/head_drama.jpg);}
#pil_head {background-image:url(../img/head_pillow.jpg);}

#con_box {
	width:698px;
	min-height:498px;
	padding:30px 0 100px;
	background-color:#ffffff;
	border:1px solid #307fa0;
	text-align:center;
	}
#con_box h1 {
	margin-bottom:10px;
	color:#ff0000;
	font-size:20px;
	line-height:24px;
	}
#con_box #yume_vm {margin-bottom:60px;}

.c_block {
	display:inline-block;
	margin-bottom:25px;
	padding:10px;
	border:solid 1px #cccccc;
	border-radius:20px;
	}
.c_block img {
	border-radius:10px;
	margin-bottom:10px;
	}

.btn-flat-stripe {
	display:inline-block;
	margin:0 10px;
	padding:8px 120px;
	border-left:solid 2px #668ad8;
	border-right:solid 2px #668ad8;
	border-top:solid 1px #668ad8;
	border-bottom:solid 1px #668ad8;
  	border-radius:20px;
  	background:repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	color:#668ad8;
	font-weight:bold;
	text-shadow:0 0 5px white;
	transition:0.2s;
	}
.btn-flat-stripe:hover {opacity:0.5;}

.btn	{
	display:inline-block;
	padding:9px 50px 7px;
	background-color:#fff;
	border:1px solid #668ad8;
	border-radius:20px;
	color:#668ad8;
	font-size:16px;
	font-weight:bold;
	transition:0.3s;
	}
.btn:hover {opacity:0.5;}
