/*
 Theme Name:   twentytwelve_child
 Theme URI:    
 Author:       
 Author URI:   
 Template:     twentytwelve
 Version:      
 Text Domain:  twentytwelve
*/

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	font-size: 14px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, メイリオ, sans-serif;
}
a { color: #2c80ab;}
a:hover,a:focus,a:active { color: #0c6593;}
address { margin: 0;}
ul,ol {margin: 0;}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, メイリオ, sans-serif;
}
hr { clear: both;}
th { font-weight: normal;}
dd { margin: 0;}


/* =Repeatable patterns 179
-------------------------------------------------------------- */
/* Buttons */
.menu-toggle,
.menu-toggle:active,
.menu-toggle.toggled-on,
button.menu-toggle:active{
	background: url(http://www.maskmelon.com/wp-content/uploads/2018/07/sp-manu-back.png) no-repeat center 8px #fff!important;
	background-size: 24px auto!important;
	box-shadow: none;
	padding: 28px 5px 2px;
	border: 1px solid #d2d2d2!important;
}



/* =Basic structure 479
-------------------------------------------------------------- */
body{
	background: #f4f4f4;
	border-top: 3px solid #ff1493;
}

/* Page structure 533 */
.site {
	background-color: inherit;
	padding: 0 10px;
}
.site-content {
	clear: both;
	/*
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #cfd8dc;
	padding: 10px;
	position: relative;
	*/
}
.widget-area {
	/*
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #cfd8dc;
	padding: 10px;
	*/
}

/* Header 548 */
.site-header {
	padding: 10px 0;
}
.site-header h2 {
	position: absolute;
	top: 15px;
	left: 220px;
}
@media screen and (max-width: 900px) {
	.site-header h1 {
		line-height: 1.0;
	}
	.site-header h2{
		position: static;
		margin: 0;
	}
	.site-header h1,
	.site-header h2 {
		text-align: center;
	}
}
@media screen and (max-width: 375px) {
	.site-header h2{
		font-size: 11px;
	}
}

/* Navigation Menu 586 */
.main-navigation {
	margin-top: 10px;
}
.menu-menu01-container{
	text-align: center;
}
.menu-toggle.toggled-on{}
.main-navigation ul.nav-menu.toggled-on{
	width: 100%;
	padding: 10px 0;
}
.main-navigation li {
	margin: 0;
	border-bottom: 1px solid #444;
}
.main-navigation a{
	color: #fff;
	padding: 8px 0;
	display: block;
	text-decoration: none;
	background: #313131;
}

@media screen and (min-width: 1000px) {
	.main-navigation {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 960px) {
	.main-navigation {
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media screen and (min-width: 600px) {
	.main-navigation {
		background: #313131;
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media screen and (max-width: 599px) {
	.main-navigation {
		position: absolute;
		right: 10px;
		top: 88px;
		margin: 0;
		text-align: right;
		width: 100%;
		z-index: 100;
	}
	.menu-menu01-container{ margin-right: -10px;}
}

/* Footer 675 */
footer[role="contentinfo"] {
	max-width: 100%;
	padding: 5px 0;
	background: #313131;
	color: #fff;
	text-align: center;
}


/* =Main content and comment content 705
-------------------------------------------------------------- */
.site-content article {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #cfd8dc;
	padding: 10px;
	margin: 0 0 10px 0;
	position: relative;
}


/* =Media queries 1502
-------------------------------------------------------------- */
@media screen and (min-width: 1000px) {
	.main-navigation li a {
		color: #fff;
		line-height: 2.8;
		padding: 0 20px;
	}
}
/* Minimum width of 600 pixels. 1517 */
@media screen and (min-width: 600px) {
	.site {
		max-width: 100%;
	}
	.site-content {
		width: auto;
		float: none;
	}
	.widget-area {
		width: auto;
		float: none;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #ccc;
		background: #000;
	}
	.main-navigation li {
		font-size: 14px;
		margin: 0;
		border-bottom: none;
	}
	.main-navigation ul.nav-menu {
		border-bottom: none;
		border-top: none;
		max-width: 980px;
		margin: 0 auto;
	}
	.main-navigation li a {
		color: #fff;
		line-height: 2.8;
		padding: 0 10px;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #fff;
		font-weight: normal;
	}
}
@media screen and (min-width: 960px) {
	body {}
	body .site {
		box-shadow: none;
		padding: 0 10px;
		margin: 0;
	}
}

@media screen and (min-width: 1010px) {
	.site-content {
		width: 700px;
		float: left;
	}
	.widget-area {
		width: 270px;
		float: right;
	}
}



/* =add css
-------------------------------------------------------------- */
.clearfix:after{
	visibility: hidden;
	display: block;
	content: ".";
	height: 0;
	clear: both;
}
* html .clearfix{ height: 1%; };
.clearfix{display: block;}
.clear{ clear: both;}

#main{
	max-width: 980px;
	margin: 0 auto;
}
header hgroup{
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
.searchbox-nav{
	position: absolute;
	top: 8px;
	right: 0;
	border: 1px solid #cfd8dc;
	background: #fff;
	width: 250px;
	padding: 6px 0 6px 12px;
}
.searchbox-nav input#s{
	width: 180px;
	padding: 3px;
}
h1.site-title img{
	width: 203px;
	height: auto;
}
@media screen and (max-width: 900px) {
	.searchbox-nav{
		position: static;
		margin: 0 auto;
	}
}
@media screen and (max-width: 599px) {
	.searchbox-nav{
		margin: 0 48px 30px 0;
		padding: 6px 0 6px 7px;
		float: right;
		position: relative;
		z-index: 110;
	}
}


/* side column */
.widget-area .textwidget ul.side-tag{
	margin: 0;
}
.widget-area .textwidget .side-tag li{
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #d2d2d2;
}
.widget-area .textwidget .side-tag li:last-child{ border-bottom: none;}
.widget-area .textwidget .side-tag li a{
	color: #434343;
	text-decoration: none;
	font-size: 14px;
	padding: 0 0 0 10px;
	display: block;
	outline: none;
}
.widget-area .textwidget .side-tag li a:hover{ color: #ff1493;}
.widget-area .widget {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #cfd8dc;
	padding: 10px;
	margin: 0 0 10px 0;
}
.widget-area .widget h3{
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 3px 0 0 30px;
	border-bottom: 1px solid #d2d2d2;
	background: url(http://www.maskmelon.com/wp-content/uploads/2018/07/tag-back.png) no-repeat left center;
}

/* pager */
.wp-pagenavi{
	text-align: center;
	padding: 30px 0;
}
.wp-pagenavi a{}
.wp-pagenavi span.current{}
.wp-pagenavi a, .wp-pagenavi span{
	border: none;
	padding: 5px 20px;
}
.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.first,.wp-pagenavi a.last{
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background: #fdfdfd;
	padding: 5px 20px;
}
@media screen and (max-width: 768px) {
	.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink,
	.wp-pagenavi a.first,.wp-pagenavi a.last{
		padding: 8px 10px;
		display: inline-block;
	}
	.wp-pagenavi a, .wp-pagenavi span{ padding: 5px 10px;}
}
@media screen and (max-width: 375px) {
	.wp-pagenavi a, .wp-pagenavi span{ padding: 5px;}
	.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink,
	.wp-pagenavi a.first, .wp-pagenavi a.last{
		padding: 8px 6px;
		font-size: 12px;
	}
}

/* banner */
.adBox{
	margin: 0 0 20px 0;
	text-align: center;
}
.adBox a:hover img{ opacity: 0.9;}
.adBox img{
	vertical-align: bottom;
	max-width: 100%;
}
.adBoxRight{}
.widget-area .widget p.aBR-title{
	color: #ff1493;
	font-size: 13px;
	margin: -6px 0 0 0;
	padding: 0 0 0 17px;
	background: url(http://www.maskmelon.com/wp-content/uploads/2018/07/arrow-p-down.png) no-repeat left center;
}
.widget .aBR-img{ margin: 0 0 5px 0;}
.widget .aBR-img img{
	max-width: 100%;
	box-shadow: none;
	border-radius: 0;
	vertical-align: bottom;
}
.widget .aBR-img a:hover img{ opacity: 0.9;}
.widget-area .widget p.aBR-text{
	color: #434343;
	font-size: 13px;
	line-height: 1.3;
	margin: 0;
}
@media screen and (max-width: 1010px) {
	.adBoxRight{
		text-align: center;
	}
	.widget-area .widget p.aBR-title{ text-align: left;}
}

/* pickup site */
.pickupBox{}
.widget-area .widget p.piB-title{
	color: #ff1493;
	font-size: 13px;
	margin: -6px 0 0 0;
	padding: 0 0 0 17px;
	background: url(http://www.maskmelon.com/wp-content/uploads/2018/07/arrow-p-down.png) no-repeat left center;
}
.widget .piB-img{ margin: 0 0 5px 0;}
.widget .piB-img img{
	max-width: 100%;
	box-shadow: none;
	border-radius: 0;
	vertical-align: bottom;
}
.widget .piB-img a:hover img{ opacity: 0.9;}
.widget-area .widget p.piB-text{
	color: #434343;
	font-size: 13px;
	line-height: 1.3;
	margin: 0;
}
@media screen and (max-width: 1010px) {
	.pickupBox{
		text-align: center;
	}
	.widget-area .widget p.piB-title{ text-align: left;}
}

/* free-movie */
.topcontBox{}
.widget-area .widget .topcontBox p{ margin: 0;}
.widget-area .widget p.tcB-title{
	color: #ff1493;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 17px;
	background: url(http://www.maskmelon.com/wp-content/uploads/2018/07/arrow-p-down.png) no-repeat left center;
}
.widget-area .textwidget .topcontBox ul{
	margin: 0;
	padding: 0;
}
.widget-area .textwidget .topcontBox li{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.widget-area .textwidget .topcontBox li:last-child{ margin: 0;}
.widget-area .textwidget .topcontBox li img{
	max-width: 100%;
	height: auto;
	box-shadow: none;
	border-radius: 0;
	vertical-align: bottom;
}
.widget-area .textwidget .topcontBox li a:hover img{ opacity: 0.9;}
.widget-area .textwidget .topcontBox.linkBox p a{
	color: #434343;
	text-decoration: none;
}
.widget-area .textwidget .topcontBox.linkBox p a:hover{ color: #ff1493;}
.widget-area .textwidget .topcontBox.specila-infoBox p{
	font-size: 14px;
	line-height: 1.6;
}
.widget-area .textwidget .topcontBox.specila-infoBox img{
	max-width: 100%;
	height: auto;
	box-shadow: none;
	border-radius: 0;
	vertical-align: bottom;
	margin: 10px 0 0 0;
}
.widget-area .textwidget .topcontBox.specila-infoBox a:hover img{ opacity: 0.9;}
@media screen and (max-width: 1010px) {
	.topcontBox{
		text-align: center;
	}
	.widget-area .textwidget .topcontBox.specila-infoBox p{ text-align: left;}
	.widget-area .widget p.tcB-title{ text-align: left;}
}

/********** front page **********/
body.home .site-content article{
	/*background: #fff;
	box-sizing: border-box;
	border: 1px solid #cfd8dc;
	padding: 10px;
	margin: 0 0 10px 0;
	position: relative;*/
}
.adBox.taB02{ margin: 0;}
.top-text01{
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	border: 1px solid #cfd8dc;
	padding: 10px;
	background: #fff;
}
.top-text01 span{
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 0 0;
}

/********** movieline page **********/
body.post-type-archive-movie .site-content article{
	/*background: #fff;
	box-sizing: border-box;
	border: 1px solid #cfd8dc;
	padding: 10px;
	margin: 0 0 10px 0;
	position: relative;*/
}
.moline-left{
	float: left;
	width: 320px;
	margin: 0 10px 0 0;
}
.moline-left img{
	width: 100%;
	height: auto;
}
.moline-left a:hover img{ opacity: 0.9;}
.moline-right{
	float: left;
	width: calc( 100% - 330px );
}
.ml-data{
	font-size: 12px;
	margin: 0 0 5px 0;
}
.moline-right h1.entry-title{ margin: 0 0 10px 0;}
.moline-right h1.entry-title a{
	color: #ff1493;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.moline-right h1.entry-title a:hover{ text-decoration: underline;}
.ml-text{
	font-size: 14px;
	line-height: 1.2;
}
.mo-tagBox{
	position: absolute;
	bottom: 10px;
}
.mo-tagBox li{
	float: left;
	width: 82px;
	height: 23px;
	padding: 5px 0;
	margin: 0 10px 0 0;
	background: url(http://www.maskmelon.com/wp-content/uploads/2018/07/tag-back.png) no-repeat left center;
}
.mo-tagBox li a{
	color: #434343;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	display: block;
}
@media screen and (max-width: 768px) {
	.moline-left{ width: 260px;}
	.moline-right{ width: calc( 100% - 270px );}
	.mo-tagBox{ position: static;}
	.moline-right h1.entry-title a{ font-size: 18px;}
}
@media screen and (max-width: 599px) {
	.moline-left{ width: 200px;}
	.moline-right{ width: calc( 100% - 210px );}
}
@media screen and (max-width: 500px) {
	.moline-left{
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
	.moline-right{
		width: 100%;
		float: none;
	}
}

/********** taxonomy page **********/
body.tax-movie_tag .site-content article{
	/*background: #fff;
	box-sizing: border-box;
	border: 1px solid #cfd8dc;
	padding: 10px;
	margin: 0 0 10px 0;
	position: relative;*/
}
body.tax-movie_tag .archive-header{
	margin: 0 0 20px 0;
	padding: 10px;
	background: #fff;
}
body.tax-movie_tag .archive-header .archive-title{
	font-size: 12px;
	line-height: 23px;
	font-weight: normal;
	padding: 5px 0 5px 25px;
}
body.tax-movie_tag .archive-header .archive-title span{
	width: 82px;
	text-align: center;
	display: inline-block;
	margin: 0 10px 0 0;
	background: url(http://www.maskmelon.com/wp-content/uploads/2018/07/tag-back.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
	body.tax-movie_tag .archive-header .archive-title{ padding: 0;}
}

/********** ninki page **********/
body.tax-ninki_movie .archive-header{
	margin: 0 0 20px 0;
	padding: 10px;
	background: #fff;
}
body.tax-ninki_movie .archive-header .archive-title{
	color: #ff1493;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	padding: 5px 0 5px 25px;
}
body.tax-ninki_movie .archive-header .archive-title span{
	color: #333;
	width: 82px;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	margin: 0 10px 0 0;
	background: url(http://www.maskmelon.com/wp-content/uploads/2018/07/tag-back.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
	body.tax-ninki_movie .archive-header .archive-title{ padding: 0;}
}

/********** movie page **********/
body.movie-template-default .site-content article{
	background: none;
	border: none;
	padding: 0;
	position: static;
}
.movieContbox {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #cfd8dc;
	padding: 10px 40px 10px 20px;
	position: relative;
}
body.single-movie h1.entry-title{
	color: #ff1493;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 0 0 37px;
	background: url(http://www.maskmelon.com/wp-content/uploads/2018/07/icon-opp.png) no-repeat left 5px;
}
.mo-free{ font-size: 12px;}
.mo-data{
	color: #434343;
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.thumbBox{ margin: 0 0 30px 0;}
.mo-thumbnail{
	width: 320px;
	height: auto;
	margin: 0 10px 10px 0;
	float: left;
}
.mo-text01{
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
.mo-text02 a{
	color: #ff1493;
	text-decoration: none;
}
.mo-text02 a:hover{ text-decoration: underline;}
.mo-linkTag{
	margin: 0 0 30px 0;
	text-align: center;
}
.mo-package{ margin: 0 0 20px 0;}
.mo-package img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.mo-package p{
	color: #fff;
	text-align: center;
	padding: 8px 0;
	background: #ff1493;
}
.mo-package p span{
	background: url(http://www.maskmelon.com/wp-content/uploads/2018/07/arrow-w.png) no-repeat left center;
	background-size: 6px auto;
	padding: 0 0 0 12px;
}
.mo-package a{
	text-decoration: none;
	text-align: center;
	display: block;
	background: #efefef;
}
.mo-package a:hover img{ opacity: 0.8;}

/* 関連リンク */
.gallery .gallery-icon img{
	max-width: 100%;
	padding: 0;
}
.gallery-item a{
	margin: 0 auto;
}
.gallery-item a:hover img{ opacity: 0.9;}
#rpbt-related-gallery-1 img{
	border: none!important;
	margin: 0 0 10px 0;
}
#rpbt-related-gallery-1 .gallery-item{
	width: 49%!important;
	background: #fff;
	padding: 15px 0;
	min-height: 260px;
}
#rpbt-related-gallery-1 .gallery-item:nth-of-type(2n+1){
	margin-right: 2%;
}
.gallery-caption{
	color: #ff1493;
	font-size: 14px;
	line-height: 1.3;
	font-style: normal;
	text-align: left;
	width: 90%;
	margin: 0 5%!important;
}
@media screen and (max-width: 999px) {
	#rpbt-related-gallery-1 .gallery-item{ min-height: 10px;}
}
@media screen and (max-width: 768px) {
	.movieContbox{ padding: 10px 20px;}
	.mo-thumbnail{ width: 260px;}
}
@media screen and (max-width: 599px) {
	.movieContbox{ padding: 10px 10px 0 10px;}
	.mo-thumbnail{ width: 200px;}
}
@media screen and (max-width: 500px) {
	.mo-thumbnail{
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
	#rpbt-related-gallery-1 img{ margin: 0 0 5px 0;}
	.gallery-caption{ font-size: 12px;}
}

/********** search page **********/
body.search-results .site-content article{
	/*background: #fff;
	box-sizing: border-box;
	border: 1px solid #cfd8dc;
	padding: 10px;
	margin: 0 0 10px 0;
	position: relative;*/
}
body.search-results .page-header{
	margin: 0 0 20px 0;
	padding: 10px;
	background: #fff;
}
body.search-results .page-header .page-title{
	font-size: 12px;
	line-height: 23px;
	font-weight: normal;
	padding: 5px 0;	
}
article.no-results{
	/*background: #fff;
	box-sizing: border-box;
	border: 1px solid #cfd8dc;
	padding: 10px;
	margin: 0 0 10px 0;*/
}

/********** default page **********/
body.page-template-default .site-content article{
	/*background: #fff;
	box-sizing: border-box;
	border: 1px solid #cfd8dc;
	padding: 10px;*/
}
body.page-template-default .entry-header .entry-title{
	color: #ff1493;
}

