body {
	background-image:url(../images/bg_all_top.png);
	background-repeat:repeat-x;
	background-position:top center;
	-webkit-background-size: 320px 245px;
}
#wrapper {
	text-align:center;
	background-image:url(../images/bg_all_bot.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	-webkit-background-size: 320px 245px;
}
header{
	margin-top:0.5em;
	text-align:left;
}
header img {
	margin: 0 0 4px 4px;
}
header #List {
	float: right;
	height:28px;
	margin:10px 6px;
}
header h1 {
	font-size: 12px;
	color: #E73370;
	clear:both;
	margin-top:0.5em;
	text-align:center;
}
article {
	width: 95%;
	margin:16px auto;
	border: 1px solid #CCC;
	text-align: left;
	background-color:#ffffff;
}
section {
	clear:both;
}
.kaijoname {
	background-color: #FFE5E6;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e1e1e1));
	padding:6px;
}
.kaijoname:hover {
	cursor:pointer;
}
.kaijoname h2{
	float: left;
	width:90%;
	margin-bottom:0.5em;
	font-size:1.1em;
}
.kaijoname a{
	text-decoration:none;
	color: #E6326D;
}
.kaijoname .desc{
	clear:both;
	margin-top:8px;
}
.kaijoname .category{
	display:block;
	float:left;
	font-size: 0.8em;
	font-weight: bold;
	color:#fff;
	background-color: #EF98B5;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding:0.5em;
	overflow:hidden;
}
.kaijoname .areabox{
	display:block;
	float:right;
	font-size: 0.8em;
	color: #666;
	text-align: right;
	padding-top:1.0em;
}
.data {
	padding: 0.5em 0.5em 0.8em 0.5em;
	border-bottom:dashed 2px #e9c0df;
}
.data ul li{
	list-style-type:none;
	font-size: 0.9em;
	list-style-position: outside;
	list-style-image: url(../images/icon_heart_s.png);
	color:#666;
}
.data ul li span{
	color:#F03;
}
.data .kaijoimg {
	float:left;
	width:100px;
	text-align:center;
}
.data .kaijoimg img {
	vertical-align: bottom;
	-webkit-box-shadow: 3px 3px 5px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 5px 0px #777; /* Firefox用 */
	box-shadow: 3px 3px 5px 0px #777; /* CSS3 */
}
.data .right {
	float: right;
	width:55%;
}
.detail .point {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
	padding:10px 10px 0 10px;
}
.detail .point img {
	float: left;
	margin-right: 10px;
}
.detail .button {
	text-align: center;
	clear: both;
	margin:0.5em 0 0.2em 0;
}
.detail .button img {
	margin-right: 3px;
}
.detail .button img:last-child {
	margin-right: 0;
}
.detail .plan {
	padding:0 8px 8px 8px;
	background-image:url(../images/kaijo/bg_border.png);
	background-position:top center;
	-webkit-background-size: 319px 176px;
	width:90%;
	border:#F0A2D9 solid 1px;
	border-radius: 10px;
	margin:1.0em auto 0 auto;
	color:#666666;
	clear:both;
}
.detail .plan .pr {
	font-weight:bold;
	color:#C96;
}
.detail .plan .push {
	display: block;
	float:left;
	font-size:0.7em;
	text-align:center;
	padding: 2px;
	margin: 0 0.5em 0.5em 0.5em;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 0 0 5px 5px;
	border: 1px solid #c257a7;
	border-top:none;
	font-weight: bold;
	-webkit-box-shadow:inset 0 1px 0px #db9bcb;
	background-color:#c257a7;
	background: -webkit-gradient(linear, left top, left bottom, from(#db9bcb),
		to(#c257a7));
}
.detail .plan p {
	clear:left;
	padding-top: 4px;
}
footer #copy {
	color: #FFF;
	background-color: #F69;
}

/*以下、エリア選択ページ用*/
#sagasu {
	text-align:left;
	margin-top:1.0em;
	background:url(../images/kaijo/bg_border.png) repeat-x;
	-webkit-background-size: 319px 176px;
	border-top:2px solid #e7c5dd;
	border-bottom:2px solid #e7c5dd;
	clear:both;
}
#sagasu h1{
	display:block;
	background:url(../images/icon_cloverviolet.png) 10px 50% no-repeat;
	-webkit-background-size: 34px 33px;
	padding:15px 0 14px 56px;
	text-decoration:none;
	color:#c257a7;
	font-weight:bold;
}
nav {
	margin:1.0em 0;
	text-align:center;
	position:relative;
	overflow:hidden;
}
nav ul{
	margin:0 auto;
	text-align:left;
	position:relative;
	left: 50%;
	float:left;
}
nav ul li{
	float:left;
	width:98px;
	font-weight:bold;
	margin-right:5px;
	position: relative;
	left: -50%;
}
.lower{
	margin-top:3px !important;
}
nav ul li:last-child{
	margin:0;
}
nav ul li a{
	display:block;
	height:100%;
	text-decoration:none;
	color:#333;
}
nav .list{
	padding:0.5em;
	background-color:#cccccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
		to(#cccccc));
	border:solid 1px #999;
	border-radius:5px;
}
nav .ar{
	float:right;
	padding:0.5em 0.5em;
	text-shadow:0px 1px 0px #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#fed2de),
		to(#fa7fad));
	border:solid 1px #999;
	border-radius:0 5px 5px 0;
	color:#FFF;
}
.area {
	padding-bottom:1.0em;
	background-image:url(../images/kaijo/bg_monog.png);
	background-color:#ffffff;
	background-position:right top;
	background-repeat:repeat-y;
	-webkit-background-size:320px 385px;
	text-align:left;
}
.area h2 {
	height:26px;
	line-height:26px;
	font-size:1.1em;
	text-align:left;
	color:#fff;
	font-weight:bold;
	border:#F0A2D9 solid 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8d6e2),to(#e94a80));
}
.area h2 img{
	float:left;
	margin:0.3em 0.5em 0 0.5em;
}
.area_bt{
	width:320px;
	margin:8px auto 0 auto;
}
.area_bd{
	margin-top:8px;
	border-top:dashed 2px #d07aba;
}
.area img{
	margin:6px 0 0 6px;
}
.bot {
	margin-bottom:100px;
}

/*以下特集ページ用*/
#tokushu {
	background-color: #FFF;
	line-height: 1.2em;
	text-align: left;
	color:#666;
	font-size:12px;
	line-height:1.2em;
	padding:0.5em;
	margin-bottom:1.0em;
}
#tokushu .pink {
	font-weight: bold;
	color: #EA7B9F;
	padding:0.8em 0 0.5em 0;
}
.tokushuHead {
	padding:0.5em;
	background-color:#e94a80;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8d6e2),to(#ef7aa4));
	border:#F0A2D9 solid 1px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align: left;
	margin:1.0em 0;
}
.tokushuKaijo {
	width:100%;
	border: none;
	padding-bottom:0.5em;
	margin:0;
}
.tokushuKaijo .kaijoname {
	padding:0;
	background-color: #FFE5E6;
	background: url(../images/bg_gingam.png) top left repeat;
	-webkit-background-size: 20px 10px;
	height:45px;
	margin:0;
	width:100%;
	display:table;
	table-layout:fixed;
	overflow:hidden;
	border-top:#8a4500 2px dashed;
	border-bottom:#8a4500 2px dashed;
}
.tokushuKaijo .kaijoname h2 {
	float:none;
	display:table-cell;
	vartical-align:middle;
	width:100%;
	margin-bottom:0;
}
.tokushuKaijo .kaijoname h2 a{
	display:block;
	color: #674F4E;
	background:url(../images/column/icon_ribon.png) 10px 50% no-repeat;
	-webkit-background-size:35px 29px;
	padding:15px 0 15px 56px;
	text-decoration:none;
	width:100%;
}
/*iPhone用hoverスクリプト*/
.tokushuKaijo .kaijoname h2 a.hover{
	display:block;
	color: #674F4E;
	background-color:#FFD9F8;
	padding:15px 0 14px 56px;
	text-decoration:none;
	width:100%;
}
.tokushuKaijo .detail {
	margin-top:1.0em;
	padding-left:0.5em
}
.tokushuKaijo .kaijoimg {
	float:left;
	width:34%;
	text-align:center;
	margin-right:5%;
	margin-bottom:1.0em;
}
.tokushuKaijo .kaijoimg img {
	vertical-align: bottom;
	-webkit-box-shadow: 3px 3px 5px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 5px 0px #777; /* Firefox用 */
	box-shadow: 3px 3px 5px 0px #777; /* CSS3 */
}
.tokushuKaijo .point {
	float:left;
	width:58%;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
	padding:0;
	margin:0 0.5em 1.0em 0;
	background:url(../images/kaijo/bg_border.png) top center;
	-webkit-background-size: 319px 176px;
	border:#cccccc solid 1px;
	border-radius: 10px;
}
.tokushuKaijo .point .push {
	display:block;
	float:left;
	text-align:center;
	padding: 4px;
	margin: 0 0.5em 0 0;
	color:#fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 10px 0 5px 0;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#FBC8E6),to(#EF98B5));
}
.tokushuKaijo .point .comment{
	clear:left;
	padding:0.5em;
}
.tokushuKaijo .detail ul{
	clear:both;
	margin:1.0em 0;
}
.tokushuKaijo .detail ul li{
	margin-left:20px;
	list-style-type:none;
	font-size: 0.9em;
	list-style-position: outside;
	list-style-image: url(../images/icon_heart_s.png);
	color:#666;
}