@charset "utf-8";
.main {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	background-image:url(../image/main_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 370px;
	font-size: 0.9em;
	line-height: 1.7em;
	color: #FFF;
	text-shadow: 2px 2px 1px #000;
}


/*menuボタン*/
.glossy-reflection {
	background: #000;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 30px;
	text-align: center;
}

.glossy-reflection .image-wrap {
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.glossy-reflection .image-wrap:before {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,.1)));
	background: linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,.1) 100%);
}

.glossy-reflection .image-wrap:after {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 30px;
	bottom: -31px;
	left: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: -moz-linear-gradient(top, rgba(230,230,230,.3) 0%, rgba(230,230,230,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,.3)), color-stop(100%,rgba(230,230,230,0)));
	background: linear-gradient(top, rgba(230,230,230,.3) 0%,rgba(230,230,230,0) 100%);
}

.box {
	background: none;
}

.image-wrap{
}

/*menu ここまで*/

p {
	line-height: 1.4em;
	font-size: 0.9em;
}

/*chara*/
p .migi {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.7em;
  vertical-align: top;
}

p .hidari {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
  vertical-align: top;
}
/*charaここまで*/


/*sample*/
#pagecontent {
	text-align:center;
}

.gallerycontent a img {
	height:60px;
	width:80px;
	padding:3px;
	background-color:#000;
}

#prevbtn, #nextbtn {
	margin:10px 15px;
}
/*sampleここまで*/

table {
	font-size: 0.8em;
	color: #FFF;
}

.pic {
	text-align: center;
	margin: 5px;
	margin-bottom: 0px;
}

.nenrei {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	font-size: 1.5em;
	border: solid 2px #C00;
	color: #C00;
	text-align: center;
}