
.bold{
	font-weight:bold;
}

#container{
	background-image:url(../img/chara_bg.png);
}
/**選択ページ**/
.story{
	display:block;
	line-height:60px;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	width:120px;	/*ロゴの横幅に合わせる*/
	height:60px;
	text-align:center;
	background-image:url(../img/navationbuttom3.png);
	background-size:840px;
	background-repeat:no-repeat;
	background-position:-120px -120px;
}
.down{
	display:block;
	line-height:60px;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	width:120px;	/*ロゴの横幅に合わせる*/
	height:60px;
	text-align:center;
	background-image:url(../img/navationbuttom3.png);
	background-size:840px;
	background-repeat:no-repeat;
	background-position:-720px -120px;
}
/*ページトップ*/
#toppage{
	position:fixed;
	right:45px;
	bottom:100px;
	display:none;
}
#toppage a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all  0.3s ease-out;
}
#toppage a:hover{
	opacity:0.85;
}
/**キャンペーン***/
#contents{
	min-height:2300px;
	margin-bottom:55px;/*上書き*/
}
#contents h2{
	height:90px;/*上書き*/
}
/****共通****/
#pop{
	width:100%;
	padding-top:25px;
	position:relative;
	padding-bottom:30px;
	background-color:#FFF;
}
#pop figure{
	width:640px;
	margin:0 auto 20px auto;
	border: 1px solid #cccccc;
}
#pop h3{
	position:relative;
	margin-top:30px;
	text-align:center;
	z-index:2;
}
#textarea{
	width:740px;
	margin:52px auto 0 auto;
	padding:0px 5px;
	box-sizing:border-box;
}
#ornament{
	position:absolute;
	top:965px;
	right:90px;
	z-index:0;
}
#rel_time{
	font-size:1rem;
}
.changesize{
	font-size:0.875rem;
}
.bigsize{
	font-size:1.5rem;
}
.underline{
	text-decoration:underline;
}
#cation{
	margin-top:34px;
	font-size:0.875rem;
}
.small{
	font-size:0.75rem !important;
}

#shop{
	width:740px;
	margin:50px auto 30px auto;;
}

#shop h4{
	width: 100%;
	height:36px;
	padding-top:2px;
	line-height:36px;
	font-size:1.5rem;
	color:white;
	text-indent:1rem;
	letter-spacing:0.025em;
	
	/*グラデーション*/
	background: #7FB1FF; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #adceff 1%, #7fb1ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #adceff 1%,#7fb1ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #adceff 1%,#7fb1ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adceff', endColorstr='#7fb1ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius:3px;
}
#box{
	margin-top:30px;
	font-size:0.875rem;
}
dd{
	width:100%;
}

dd > a{
	display:block;
	width:80%;
}
#box h5{
	font-size:0.875rem;
	width:95%;
	padding:1px 0px;
	background-color:#efefef;
	text-indent:0.54rem;
	margin-bottom:10px;
}
#box a{
	text-decoration:underline;
}
#box a:hover{
	color:red;
}
.list_box{
	margin-bottom:20px;
}
.list_box:after{
	content:"";
	display:block;
	clear:both;
}
ul{
	padding-left:0.5rem;
}
li{
	margin-bottom:3px;
}
.box_L{
	float:left;
	width:50%;
}
.box_R{
	float:right;
	width:50%;
}
.list li:after {
	content:"";
	display:block;
	clear:both;
}
.text_L{
	float:left;
	width:75%;
}
.text_R{
   float:left;
}