/*
Theme Name: mimorin.com 三森すずこオフィシャルサイト
Description: mimorin.com 三森すずこオフィシャルサイト
*/

@charset "utf-8";
/* CSS Document */

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */

/*--------------------------------------------
 common
--------------------------------------------*/
body {font:13px/1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color:#666666;	background-image:url(../images/bg_yellow.png);}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
li{	list-style:none;}

.font{font-family: 'Josefin Slab', serif; font-weight:300; letter-spacing:0.2em;}

.iframe{
	position:relative;
	padding:56% 0 0;
	width:100%;
	height:100%;
}
.iframe iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.sp{
	display:none;
}
a{ color:#666666;}
.mediaArea article a{ color:#8abc74; text-decoration:underline;}
.single .cmsAreaBody a{ color:#8abc74; text-decoration:underline;}
.nextPrevLink a{ color:#8abc74;}

#wrapper{
	overflow: hidden;
	width:100%;
	min-width:1040px;
	position:relative;
}
.menuClear{
	width:100%;
	height:100%;
	position:fixed;
	/*background-color: rgba(255,255,255,0.50);*/
	top:0;
	z-index:4;
}


@media screen and (max-width: 800px) {
	.sp{
		display: block;
	}
	#wrapper{
		/*margin:0 0 0 -200px;*/
		min-width:inherit;
	}
}

/* ----------------------------------------
*	Section: Clearing
---------------------------------------- */
.clearfix:after {	visibility: hidden;	display: block;	content: " ";	clear: both;	height: 0;	}
* html .clearfix{ zoom: 1; } /* IE6 */  
*:first-child+html .clearfix{ zoom: 1; } /* IE7 */


/*--------------------------------------------
header
--------------------------------------------*/
header{
	text-align:center;
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.25);
	position:relative;
	padding:0 0 1px;
	z-index:5;
	background:#ffffff;
}
header h1{
	font-size:32px;
	font-weight:300;
	padding:10px 0 0;
	background-image:
		url(../images/main_parts.png),
		url(../images/main_parts.png);
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		0 34px,
		100% 34px;
	width:360px;
	margin:0 auto;
}
header p{
	font-size:10px;
	padding-bottom:25px;
}
@media screen and (max-width: 800px) {
	header{
		text-align:left;
		background-image: url(../images/header_parts.png);
		background-repeat:no-repeat;
		background-position:10px 50%;
		background-size:4px 20px;
		height:40px;
		padding:0 0 0 20px;
	}
	header h1{
		width:auto;
		margin:0 auto;
		background:none;
		font-size:16px;
		padding:0;
	}
	header p{
		font-size:5px;
		padding:0;
	}
}
/*gnav*/
header nav{
	position:relative;
	background-image:url(../images/bg_green.png);
}
header nav:before{
	content: "";
	position:absolute;
	border-top:1px dashed #fff;
	width:100%;
	top:5px;
	left:0;
}
header nav:after{
	content: "";
	position:absolute;
	border-top:1px dashed #fff;
	width:100%;
	bottom:5px;
	left:0;
}
header nav ul{
	width:1000px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
header nav li{
	display:inline-block;
	font-size:15px;
}
header nav li a{
	display:block;
	padding:10px 14px 10px 44px;
	background-repeat:no-repeat;
	background-size:26px 26px;
	background-position:10px 50%;
}
header nav li a.headerNav--news{ background-image:url(../images/icon_news.png);}
header nav li a.headerNav--media{ background-image:url(../images/icon_media.png);}
header nav li a.headerNav--profile{ background-image:url(../images/icon_profile.png);}
header nav li a.headerNav--disco{ background-image:url(../images/icon_disco.png);}
header nav li a.headerNav--movie{ background-image:url(../images/icon_movie.png);}
header nav li a.headerNav--blog{ background-image:url(../images/icon_blog.png);}
header nav li a.headerNav--goods{ background-image:url(../images/icon_goods.png);}
header nav li a.headerNav--twitter{ background-image:url(../images/icon_twitter.png);}
header nav li a:hover{
	color:#fff;
}
@media screen and (max-width: 800px) {
	header p.menuBtn{
		position:absolute;
		top:0;
		right:0;
	}
	header p.menuBtn img{
		width:40px;
		height:40px;
	}
	header nav{
		position: fixed;
		top:0;
		box-shadow:0px 0px 3px 0px rgba(0,0,0,0.25);
		right:-203px;
		width:200px;
		height:100%;
		z-index:11;
	}
	header nav:before{
		display:none;
		}
	header nav:after{
		display:none;
	}
	header nav ul{
		width:auto;
		padding:0;
	}
	header nav li{
		display:block;
		background-image:url(../images/parts_arrow_white.png);
		background-repeat:no-repeat;
		background-size:13px 13px;
		background-position:177px 50%;
		border-bottom:dashed 1px #ffffff;
	}
}


/*--------------------------------------------
.slide
--------------------------------------------*/
.slide{
	background-image:url(../images/bg_yellow.png);
	text-align:center;
	padding:20px 0;
}
.slideCover{
	width:1000px;
	margin:0 auto;
	position:relative;
}
.slide ul{
	height:390px;
	overflow:hidden;
}
.slide ul li{
	position:absolute;
}
.slide ul li img{
	width:1000px;
	height:auto;
}
.slide a{
	color:#8abc74;
}
.slide a:hover{
	color:#ffffff;
}
@media screen and (max-width: 800px) {
	.slideCover{
		width: auto;
		/*padding:0 10px;*/
	}
	.slide ul{
		height: auto;
	}
	.slide ul li img{
		width:100%;
	}
}

/* bxslider */
.bx-controls{
	margin:20px 0 0;
}
.bx-pager-item{
	display:inline-block;
	margin:0 5px;
}
.bx-pager-item a{
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
	border-radius:50%;
	background-color:#B7DEA6;
}
.bx-pager-item a.active{
	background-color:#ffffff;
}
.bx-controls-direction a{
	position:absolute;
	width:40px;
	height:40px;
	top:170px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	overflow:hidden;
}
.bx-controls-direction a.bx-prev{
	left:-20px;
	background-image:url(../images/slide_icon_arrow_left.png);
}
.bx-controls-direction a.bx-next{
	right:-20px;
	background-image:url(../images/slide_icon_arrow_right.png);
}
.bx-controls-direction a:hover{
	opacity:0.5;
}
@media screen and (max-width: 800px) {
	.bx-controls-direction a{
		width:20px;
		height:20px;
		background-size:20px 20px;
	}
	.bx-controls-direction a.bx-prev{
		top:auto;
		bottom:0;
		left:20px;
	}
	.bx-controls-direction a.bx-next{
		top:auto;
		bottom:0;
		right:20px;
	}
}

/*--------------------------------------------
main
--------------------------------------------*/
main{
	position: relative;
	z-index:4;
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.25);
	background-image:
		url(../images/main_parts.png),
		url(../images/main_parts.png);
	background-repeat:
		repeat-x,
		repeat-x;
	background-position:
		0 top,
		0 bottom;
	background-color:#FFFFFF;
}
main section{
	margin-bottom:50px;
}
main section .head{
	background:url(../images/bg_head.png);
	font-size:20px;
	border-radius:3px;
	padding:10px;
}
main section .head h2{
	font-weight:300;
	float:left;
	padding:0 0 0 35px;
	background-repeat:no-repeat;
	background-position:0px 50%;
	background-size:26px 26px;
}
.newsArea .head h2{background-image:url(../images/icon_news.png);}
.mediaArea .head h2{background-image:url(../images/icon_media.png);}
.discoArea .head h2{background-image:url(../images/icon_disco.png);}
.movieArea .head h2{background-image:url(../images/icon_movie.png);}

main section .head p{
	float: right;
	background-image:url(../images/bg_green.png);
	border-radius:3px;
}
main section .head p a{
	display:block;
	font-size:14px;
	padding:5px 10px 5px 30px;
	letter-spacing:0.1em;
	background-image:url(../images/parts_arrow_white.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
	background-size:13px 13px;
}
main section .head p a:hover{
	color:#fff;
}
.mainCover{
	width:1000px;
	margin:0 auto;
	padding:50px 0;
}
.mainArea{
	width:600px;
	float:left;
}
.sidebar{
	width:310px;
	float:right;
}

@media screen and (max-width: 800px) {
	main section .head{
		border-radius:0;
	}
	main section{
		margin:0 0 10px;
	}
	.mainCover{
		width: auto;
	}
	.mainArea{
		width: auto;
		float: none;
	}
	.sidebar{
		width: auto;
		float: none;
		padding:0 10px;
	}
}

/*newsArea*/
.newsArea article{
	position:relative;
}
.newsArea article a{
	overflow:hidden;
	display:block;
	padding:15px 0;
	border-bottom:1px dotted #dddddd;
	background-image:url(../images/parts_arrow_green.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	background-size:13px 13px;
}
.newsArea article a:hover{
	background-color:#f8f8f8;
}
.newsArea article p{
	position:absolute;
	top:15px;
	left:15px;
	width:120px;
	color:#f6c0c0;
	font-weight:bold;
}
.newsArea article h3{
	border-left:1px dotted #dddddd;
	font-weight:normal;
	margin:0 0 0 120px;
	padding:0 20px;
}
/*mediaArea*/
.mediaArea article{
	position:relative;
	padding:15px 0;
	border-bottom:1px dotted #dddddd;
}
.mediaArea .dateTag{
	position:absolute;
	top:15px;
	left:15px;
	width:120px;
	color:#f6c0c0;
	font-weight:bold;
}
.mediaArea .txt{
	/*width:460px;*/
	border-left:1px dotted #dddddd;
	margin:0 0 0 120px;
	padding:0 0 0 15px;
	min-height:40px;
}
.mediaArea .date{
	color:#f6c0c0;
	font-weight:bold;
}
.mediaArea .tag{
	background-color:#E5E3AC;
	text-align:center;
	color:#666666;
	width:80px;
}
.mediaArea .release{
	font-size:10px;
	color:#999999;
}
.mediaArea h3{
	font-size:16px;
}
/*discoArea*/
#top .discoArea .body{
	padding:20px 0;
	border-bottom:1px dotted #dddddd;
}
#top .discoArea figure{
	float:left;
	width:240px;
}
#top .discoArea figure img{
	max-width:100%;
	height:auto;
}
#top .discoArea .txt{
	float:left;
	padding:0 0 0 20px;
	width:360px;
}
#top .discoArea .txt h3{
	font-size:16px;
	border-bottom:1px dotted #dddddd;
	padding:0 0 20px 0;
}
#top .discoArea .txt p{
	padding:10px 0;
}
#top .discoArea .txt ul li{
	width:50%;
	float:right;
	text-align:center;
	padding:0 0 0 10px;
}
#top .discoArea .txt ul li a{
	display:block;
	padding:10px 0 10px 15px;
	border-radius:3px;
	background-image:
		url(../images/parts_arrow_white.png),
		url(../images/bg_red.png);
	background-repeat:
		no-repeat,
		repeat;
	background-position:
		10px 50%,
		0 0;
	background-size:
		13px 13px,
		auto auto;
}
#top .discoArea .txt ul li a:hover{
	color:#FFFFFF;
}
#top .discoArea .txt .tagList{
	padding:10px 0 0;
}
#top .discoArea .tagList a{
	font-size:13px;
	background-color:#b7dea6;
	display:inline-block;
	padding:3px 8px;
	margin:0 3px 3px 0;
	border-radius:3px;
}
#top .discoArea .tagList a:hover{
	background:#C5E5B8;
}

/*movieArea*/
#top .movieArea{
	border:#dddddd 5px solid;
}
#top .movieArea .body{
	padding:10px;
}
#top .movieArea .body p{
	margin:10px 0 0;
}
@media screen and (max-width: 800px) {
	.newsArea article p{
		top:10px;
		left:10px;
	}
	.newsArea article h3{
		padding:0 7.5% 0 10px;
		margin:0 0 0 105px;
	}
	.newsArea article a{
		background-position:97.5% 50%;
		padding:10px 0;
	}
	.mediaArea article{
		padding:10px 0;
	}
	.mediaArea .dateTag{
		top:10px;
		left:10px;
	}
	.mediaArea .txt{
		width:auto;
		margin:0 0 0 105px;
		padding:0 10px;
	}
	#top .discoArea figure{
		float: none;
		width: auto;
		text-align:center;
		margin:0 auto 10px;
	}
	#top .discoArea .txt{
		float: none;
		width: auto;
		padding:0 10px;
	}
	#top .discoArea .txt h3{
		padding:0 0 10px;
	}
	#top .discoArea .txt ul li{
		width:100%;
		padding:10px 0;
	}
	.twitter{
		text-align:center;
	}
	.twitter iframe{
		width:100%;
	}
}

/*--------------------------------------------
footer
--------------------------------------------*/
footer{
	background-image:url(../images/bg_yellow.png);
	text-align:center;
	padding:40px 0 20px;
}
.bannerArea a img{
	height:75px;
	width:auto;
}
.bannerArea a:hover{
	opacity:0.5;
}
footer nav{
	width:1000px;
	margin:40px auto;
	border-top:1px dashed #B7DEA6;
	border-bottom:1px dashed #B7DEA6;
}
footer nav ul li{
	display: inline-block;
	font-size:16px;
}
footer nav ul li a{
	display:block;
	padding:10px;
}
footer nav ul li a:hover{
	color:#B7DEA6;
}
.social a{
	padding:0 5px;
}
.social a:hover{
	opacity:0.5;
}
.social a img{
	height:20px;
	width:auto;
}
.social{
	margin-bottom:30px;
}
address{
	font-style:normal;
	font-size:10px;
}
@media screen and (max-width: 800px) {
	.bannerArea{
		padding:0 10px;
	}
	.bannerArea a img{
		height: auto;
		width:100%;
	}
	footer nav{
		width:auto;
		margin:10px 10px 30px;
		border-left:1px dashed #B7DEA6;
		border-bottom:none;
	}
	footer nav ul li{
		width:50%;
		float:left;
		border-right:1px dashed #B7DEA6;
		border-bottom:1px dashed #B7DEA6;
	}

}
/*--------------------------------------------
lower
--------------------------------------------*/
.lowerHeadArea{
	background-image:url(../images/bg_yellow.png);
	text-align:center;
	padding:40px 0;
	font-size:24px;
}
.lowerHeadArea h2{
	padding:75px 0 0;
	background-repeat:no-repeat;
	background-position:50% 0;
}
.iconNews{background-image:url(../images/icon_news.png);}
.iconMedia{background-image:url(../images/icon_media.png);}
.iconProfile{background-image:url(../images/icon_profile.png);}
.iconDisco{background-image:url(../images/icon_disco.png);}
.iconMovie{background-image:url(../images/icon_movie.png);}

#lower{
	padding:30px 0;
}
#lower .mainCover{
	width:800px;
	padding:0;
	background-image: url(../images/bg_section-top.png);
	background-repeat:repeat-x;
	background-position:top 0;
}
.frame{
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.25);
	padding:50px 100px;
}
@media screen and (max-width: 800px) {
	.lowerHeadArea{
		padding:15px 0;
	}
	.lowerHeadArea h2{
		background-size:26px 26px;
		padding:30px 0 0;
		font-size:14px;
	}
	#lower .mainCover{
		width:auto;
		background:none;
	}
	.frame{
		padding:0;
		box-shadow:none;
	}
}
/*--------------------------------------------
lower news
--------------------------------------------*/
#lower .newsArea article:first-child{
	border-top:1px dotted #dddddd;
}
/*--------------------------------------------
lower media
--------------------------------------------*/
#lower .mediaArea article:first-child{
	border-top:1px dotted #dddddd;
}
/*--------------------------------------------
lower profile
--------------------------------------------*/
.profileArea{
	text-align:center;
}
.profileArea h3{
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.25);
}
.profileArea figure{
	padding:40px 0;
}
.profileArea__box{
	border-top:1px dotted #b7dea6;
	border-bottom:1px dotted #b7dea6;
	padding:20px 0 20px 150px;
}
.profileArea dt{
	font-weight:bold;
	float:left;
	width:80px;
}
.profileArea dd{
	float:left;
}
.profileArea--music dt{ color:#b5ce00;}
.profileArea--dance dt{ color:#28c4da;}
.profileArea--visual dt{ color:#8671b2;}
.profileArea--event dt{ color:#ff8cad;}
.profileArea--novel dt{ color:#ff8c00;}

.profileArea__read{
	padding:20px 0;
	line-height:2;
}
@media screen and (max-width: 800px) {
	.profileArea img{
		width:100%;
	}
	.profileArea figure{
		padding:40px;
	}
	.profileArea__box{
		padding:15px 10px;
		text-align:left;
	}
	.profileArea__box dl{
		margin:10px 0 0;
	}
	.profileArea__box dl:first-child{
		margin:0;
	}

	.profileArea dt{
		float: none;
		width: auto;
	}
	.profileArea__read{
		padding:10px;
		line-height:2;
		text-align:left;
	}
	.profileArea__read br{
		display:none;
	}
}
/*--------------------------------------------
lower disco
--------------------------------------------*/
#lower .discoArea .frame{
	padding:0;
}
#lower .discoArea__tagArea{
	padding:50px 0;
	text-align:center;
	border-bottom:1px solid #dddddd; 
}
.discoArea__crTag{
	font-size:20px;
	margin:0 0 20px;
}
.discoArea__crTag strong{
	font-weight:bold;
}
.discoArea__tagList li{
	display:inline-block;
	margin:0;
}
.discoArea__tagList a{
	display:block;
	background-color:#b7dea6;
	padding:5px 10px;
	border-radius:3px;
}
.discoArea__tagList a:hover{
	background:#C5E5B8;
}
.discoArea__posts article{
	width:33.33%;
	float:left;
	border-bottom:1px solid #dddddd; 
	border-right:1px solid #dddddd;
	padding:23px;
	background-image:url(../images/parts_corner.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.discoArea__posts article:nth-child(3n){
	border-right: none;
}
.discoArea__posts article img{
	width:100%;
	height:auto;
}
.discoArea__posts article figure{
	text-align:center;
	float:none;
}
.discoArea__posts article figure a:hover{
	opacity:0.75;
}
.discoArea__posts article h3{
	font-size:16px;
	padding:10px 0;
}
.discoArea__posts article h3 a:hover{
	color:#8abc74;
}
.discoArea__posts article .date{
	font-size:10px;
	color:#f6c0c0;
	font-weight:bold;
}
.discoArea__posts article .price{
	font-size:10px;
	margin-bottom:10px;
}
.discoArea__posts article .tagList a{
	font-size:13px;
	background-color:#b7dea6;
	display:inline-block;
	padding:3px 8px;
	margin:0 3px 3px 0;
	border-radius:3px;
}
.discoArea__posts article .tagList a:hover{
	background:#C5E5B8;
}
@media screen and (max-width: 800px) {
	#lower .discoArea__tagArea{
		padding:30px 10px;
		text-align: left;
		border-top:1px solid #dddddd; 
	}
	.discoArea__tagList a{
		margin:0 0 5px;
	}
	.discoArea__posts article{
		width: auto;
		float: none;
		border-bottom:1px solid #dddddd; 
		box-shadow:none;
		padding:15px;
	}
	.discoArea__posts article figure{
		position:absolute;
		width:85px;
	}
	.discoArea__posts article .txt{
		padding:0 0 0 100px;
	}
	.discoArea__posts article h3{
		padding:0 0 10px;
	}
}
/*--------------------------------------------
lower movie
--------------------------------------------*/
#lower .movieArea{
	background:none;
}
#lower .movieArea .frame{
	padding:0;
}
#lower .movieArea article{
	/*opacity:0;*/
	width:50%;
	float: left;
	padding:40px 40px 15px;
	border-bottom:1px solid #dddddd; 
	border-right:1px solid #dddddd;
	background-image:url(../images/parts_corner.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#lower .movieArea article:nth-child(2){
	border-right: none;
}
#lower .movieArea article h3{
	font-weight:normal;
	margin:10px 0 0;
}
@media screen and (max-width: 800px) {
#lower .movieArea article{
	width: auto;
	float: none;
	padding:15px;
	border-bottom:1px solid #dddddd;
	border-right: none;
}
#lower .movieArea article:first-child{
	border-top:1px solid #dddddd;
}
}
/*--------------------------------------------
pager
--------------------------------------------*/
.wp-pagenavi{
	text-align:center;
	padding:30px 0 50px;
}
.wp-pagenavi span,
.wp-pagenavi a{
	border:1px solid #b7dea6;
	background-color:#b7dea6;
	display:inline-block;
	padding:5px 10px;
	margin:0 2px; 
	border-radius:3px;
}
.wp-pagenavi a:hover{
	background:#C5E5B8;
}
.wp-pagenavi .pages{
	border:1px solid #b7dea6;
	background:none;
}
.wp-pagenavi .current{
	border:1px solid #b7dea6;
	background:#fff;
}
.wp-pagenavi .page{
}
.wp-pagenavi .extend{
	background:none;
	border:none;
	padding:5px 0;
}
.wp-pagenavi .previouspostslink{
}
.wp-pagenavi .nextpostslink{
}
.wp-pagenavi .first{
}
.wp-pagenavi .last{
}
@media screen and (max-width: 800px) {
	.wp-pagenavi{
		text-align: left;
		padding:10px 0 0 10px;
	}
	.wp-pagenavi span,
	.wp-pagenavi a{
		margin:0 4px 4px 0;
	}
}
/*--------------------------------------------
single
--------------------------------------------*/
.single .frame{
	padding:40px;
}
.singleThumb{
	width:600px;
	margin:0 auto 30px;
	text-align:center;
}
.singleThumb img{
	max-width: 100%;
	height:auto;
}
.cmsAreaHead{
	border-top:1px dotted #dddddd;
	border-bottom:1px dotted #dddddd;
	padding:20px 0;
}
.cmsAreaHead h1{
	font-size:24px;
}
.cmsAreaHead .date{
	float:left;
	color:#f6c0c0;
	font-weight:bold;
	padding:3px 1em 0 0;
}
.cmsAreaHead .price{
	float:left;
	padding:3px 1em 0 0;
}
.cmsAreaHead .tagList{
	clear:both;
	padding-top:5px;
}
.cmsAreaHead .tagList a{
	float:left;
	background-color:#b7dea6;
	display:inline-block;
	padding:3px 10px;
	margin:0 5px 0 0;
	border-radius:3px;
}
.cmsAreaHead .tagList a:hover{
	background:#C5E5B8;
}
.cmsAreaBody h1,
.cmsAreaBody h2{
	background-image:url(../images/bg_head.png);
	margin:30px 0 0;
	font-size:20px;
	border-radius:5px;
	font-weight: normal;
	padding:10px 20px;
}
.cmsAreaBody h3{
	border-top:1px dotted #dddddd;
	border-bottom:1px dotted #dddddd;
	margin:30px 0 0;
	padding:10px 20px;
	font-size:16px;
	position:relative;
}
.cmsAreaBody h3:after{
	border-left:5px solid #e5e3ac;
	position: absolute;
	top:25%;
	left:0;
	content: '';
	width:5px;
	height:50%;
}
.cmsAreaBody h4,
.cmsAreaBody h5,
.cmsAreaBody h6{
	margin:30px 0 0;
}
.cmsAreaBody p{
	margin:30px 0 0;
}
.cmsAreaBody em{
	font-style: italic;
}
.cmsAreaBody ol,
.cmsAreaBody ul{
	margin:30px 0 0;
}
.cmsAreaBody ol li{
	margin:0 0 0 1.5em;
	list-style: decimal;
}
.cmsAreaBody ul li{
	margin:0 0 0 1.5em;
	list-style: disc;
}

.cmsAreaBody blockquote{
	border: 1px dotted #dddddd;
	padding: 0 30px 30px;
	margin: 30px 0 0;
}
.cmsAreaBody table{
	margin:30px 0 0;
	width: 100% !important;
	table-layout: fixed;
}
.cmsAreaBody table td{
	padding: 10px;
	border: 1px dotted #dddddd;
	width: auto !important;
}
.cmsAreaBody table td img{
	max-width: 100%;
	height: auto;
}
.cmsAreaBody #privilegea{
	margin:30px 0 0;
	overflow:hidden;
	border-top:5px solid #dddddd;
	border-left:5px solid #dddddd;
}
.cmsAreaBody #privilegea li{
	border-right:5px solid #dddddd;
	border-bottom:5px solid #dddddd;
	border-left:none;
	border-top:none;
	width:33.33%;
	float:left;
	text-align:center;
	margin:0;
	list-style: none;
}
.cmsAreaBody #privilegea .shop{
	position:static;
	font-size:100%;
	display:block;
	width: auto;
	height:auto;
	padding:10px;
	font-weight:bold;
	border-bottom:1px dotted #dddddd;
}
.cmsAreaBody #privilegea p,
.cmsAreaBody #privilegea div{
	margin:0;
	padding:0;
}
.cmsAreaBody #privilegea img{
	width:100%;
	height:auto;
	position:static;
}
.cmsAreaBody #privilegea .item{
	font-size:14px;
	padding:5px 0;
}
.cmsAreaBody #privilegea .target{
	font-size:10px;
}

.cmsAreaBody .tokuten{margin: 2em 0 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
.cmsAreaBody .tokuten-item{width: calc( 50% - 5px ); padding: 10px; margin: 0 0 10px; border: 1px dashed #ddd; display: flex; flex-wrap: wrap; justify-content: space-between;}
.cmsAreaBody .tokuten-pic{width: calc( 50% - 5px ); position: relative; padding: calc( 50% - 5px ) 0 0;}
.cmsAreaBody .tokuten-pic img{ position: absolute; width: auto; height: auto; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
.cmsAreaBody .tokuten-txtArea{width: calc( 50% - 5px ); display: flex; flex-wrap: wrap; align-content: center; align-items: center;}
.cmsAreaBody .tokuten-txtArea p{margin: 10px 0 0; width: 100%;}
.cmsAreaBody .tokuten-txtArea p:first-child{margin: 0;}
.cmsAreaBody .tokuten-txt-shop{font-weight: bold; font-size: 14px;}
.cmsAreaBody .tokuten-txt-item{font-size: 11px;}
.cmsAreaBody .tokuten-txt-target{font-size: 11px;}
.cmsAreaBody .tokuten-txt-attention{font-size: 10px; color: #999999;}

.nextPrevLink{
	padding:15px 0 0;
}
.nextLink{
	float:left;
}
.nextLink a{
	background-image:url(../images/parts_arrow_green.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size:13px 13px;
	padding:0 0 0 1.5em;
}
.prevLink{
	float:right;
}

.prevLink a{
	background-image:url(../images/parts_arrow_green.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size:13px 13px;
	padding:0 0 0 1.5em;
}
@media screen and (max-width: 800px) {
	.single .frame{
		padding:10px;
		border-bottom:1px solid #dddddd;
	}
	.singleThumb img{
		max-width:100%;
		height:auto;
	}
	.singleThumb{
		width: auto;
		margin:0 auto 20px;
	}
	.singleThumb img{
		max-width: 100%;
	}
	.cmsAreaHead{
		padding:10px 0;
	}
	.cmsAreaHead h1{
		font-size:18px;
	}
	.cmsAreaBody h2,
	.cmsAreaBody h3,
	.cmsAreaBody p,
	.cmsAreaBody ol,
	.cmsAreaBody ul,
	.cmsAreaBody table{
		margin:20px 0 0;
	}
	.cmsAreaBody blockquote{
		padding: 0 20px 20px;
		margin: 20px 0 0;
	}
	.cmsAreaBody img{
		max-width:100%;
		height:auto;
	}

	.cmsAreaBody #privilegea li{
		width:50%;
	}
	.cmsAreaBody #privilegea img{
		width: 100%;
		height:auto;
	}

	.tokuten-item{width: 100%;}
	.tokuten-txtArea p{margin: 10px 0 0;}
	.tokuten-txtArea p:first-child{margin: 0;}

	.nextPrevLink{
		padding:15px 10px 0;
	}
}
/*--------------------------------------------
not found
--------------------------------------------*/
.notFound{
	background-image:url(../images/bg_yellow.png);
	text-align:center;
	padding:200px 0;
}
.notFound h2{
	font-size:36px;
	margin-bottom:30px;
}
