﻿@charset "UTF-8";

/* -----------------------------------------------
FileName:layout_mql.css
----------------------------------------------- */

/*  =============================
		common
================================ */
#wmc_masthead {
	background: url("https://www.aeoncinema.com/common/images/bg_head_mql_top.png") repeat-x left top #000C68;
}

/* non display
---------------------------------------------------------- */
hr,
#PAGE,
#SWFbanner,
.side .prime,
.side .inner,
.side .frame,
.side .ranking_gekijyo,
#adsense_type_c,
.adsense_unit_box_t,
.mql_sp_hide
{
	display:none;
}


#CONTENTS div.main {
	width: 100%;
}

/* h1 h2
------------------------------------------------*/
.cont_ttl {
	padding:  0.45em 0 0.45em 0.6em;
	margin-bottom: 10px;
	border-left: 4px solid #b60081;
	font-size: 17px;
	font-weight: bold;
	color: #b60081;
}

.cont_sub-ttl {
	font-size: 14px;
	font-weight: bold;
	color: #b60081;
}

/* add 200108
------------------------------------------------ */
.cms_content_inner {
	box-sizing: border-box;
	width: 300px;
	margin: 20px auto 30px;
}

.cms_content_inner img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.txt-center {
	text-align: center;
}
.txt-s {
	font-size: 0.6em;
}

.flex-column {
	display:block;
}
.flex-column.three-col_list .ad_item {
	width: 100%;
}
.flex-column.three-col_list .ad_item:nth-child(n+2) {
	display: none;
}

a{
	text-decoration:none;
}
a.more {
	color: #000;
	text-decoration: underline !important;
}
a.more::after {
	content: '';
	display: inline-block;
	margin-left: 8px;
	width: 0.4em;
	height: 0.4em;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.btn_style {
	box-sizing: border-box;
	display: block;
	width: 100%;
	min-height: 45px;
	margin: 0 auto;
	padding: 10px 35px 10px 8px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
}
a.btn_pink {
	position: relative;
	text-align: center;
	color: #fff;
	background : #b60081;
	background-image: url(../cms_images/common/btn_icon.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right 8px center;
}
.btn_txt-s {
	font-size: 0.65em;
}
a.btn_trial {
	font-size: 16px;
}

.btn_style a, .btn_style.disable {
	box-sizing: border-box;
	display: block;
	width: 100%;
	min-height: 45px;
	margin: 0 auto;
	padding: 10px 35px 10px 8px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
}
.btn_style.btn_trial a {
	font-size: 16px;
}
.btn_pink a {
	position: relative;
	text-align: center;
	color: #fff;
	background : #b60081;
	background-image: url(../cms_images/common/btn_icon.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right 8px center;
}
.btn_style.disable {
	position: relative;
	text-align: center;
	color: #fff;
	background:#b6ACb4;
	background-image: url(../cms_images/common/btn_icon_gray.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right 8px center;
}
.btn_style.btn_trial.disable {
	font-size: 16px;
}
/*  =============================
		contents
================================ */

#CONTENTS{
	margin: 0 auto;
	background:#FFF;
}
.main h1 {
    display: none;
}


/* breadcrumbList
---------------------------------------------------------- */
ul#breadcrumbList{
	background:#F2F2F2;
}
ul#breadcrumbList li{
	display:none;
}
ul#breadcrumbList li.current{
	display:block;
	width: 300px;
	margin: 0 auto;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}

/* annotation_list
---------------------------------------------------------- */
.annotiation_list li {
	margin-top: 10px;
	padding-left: 2em;
	font-size: 12px;
	text-indent: -2em;
	line-height: 1.5;
}

.annotiation_list li:before {
    display: inline-block;
    width: 2em;
    text-indent: 0;
}

.num_annotation_list {
	counter-reset: number;
}
.num_annotation_list li:before {
		counter-increment: number;
    content: "\203B"counter(number);
}
.kome_annotation_list li:before {
    content: "\203B";
}


/*  =============================
		lead_wrapper
================================ */
.lead_wrapper {
	margin: 0 auto;
}
.lead_inner {
	margin-top: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}
.lead_inner .lead {
	font-weight: bold;
}
.lead_inner .annotation {
	margin-top: 10px;
	font-size:85%;
	color:#808080;
	font-weight:normal;
}
.lead_inner .annotation_list,
.lead_inner .annotation_txt {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.lead_inner .annotation_list > li {
	margin-top: 10px;
	line-height: 1.5;
}
.lead_inner .annotation_list > li::before,
.lead_inner .annotation_txt::before {
	content: "\203B";
	display: inline-block;
	width: 1.5em;
	text-indent: 0;
}

/*  =============================
		adsense_wrapper
================================ */
.adsense_inner {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	margin: 30px auto;
	text-align: center;
}
.adsense_inner img {
	width: auto;
	max-width: 100%;
}
.adsense_inner .pc_ad {
	display: none;
}


/*  =============================
		anchor link
================================ */
.theater_ank_lnk {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px 0;
}
.theater_ank_lnk li {
	width: 50%;
	margin-top: 10px;
	text-align: left;
	font-size: 95%;
}
.theater_ank_lnk li:nth-child(n+1):nth-child(-n+2) {
	margin-top: 0;
}
.theater_ank_lnk li a {
	color: #000000;
}
.theater_ank_lnk li a::after {
	content: '';
	display: inline-block;
	margin-top: -3px;
	margin-left: 8px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
