@charset "shift_jis";
/* CSS Document */
/*
	-------------------------
	 common
	-------------------------
*/
/******* レイアウト*******/
#contents {
	padding: 0 5px;
}
#contents p{
	margin: 0 .3em 1.25em;
}

.section {
	margin-bottom: 60px;
	clear: both;
}
.section:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


@media screen and (max-width:640px) {
	
	#contents {
	padding: 0px;
	margin: 0px 5px;
	}
	
	.mod-mainContentContainer{
		padding: 0px
	}

}



#contents h2 {
	font-size: 1.3em;
	clear: both;
    color: #000;
    margin-bottom: 30px;
	text-align: center;
}

#contents h3 {
	clear: both;
    color: #000;
    font-size: 1.4em;
    padding: 3px 0 3px 3px;
	margin-bottom: 1.4em;
}
#contents h4 {
    clear: both;
    color: #000;
    font-size: 1.1em;
    padding: 3px;
	margin-bottom: 15px;
}

#contents_header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff url(/support/ichigan/enjoy/movie/s-log/images/S-Log_ttl.png) no-repeat right;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	clear: both;
	height: 52px;
	margin: 20px auto 0;
	padding: 1em 0 1em 0.5em;
}
#contents_header h1 {
	text-shadow: 0 0 2px rgba(255, 255, 255, .95),
					 0 0 6px rgba(255, 255, 255, .8);
	font-size: 1.4em;
}
:root #contents_header h1 {
	filter: dropshadow(color=#ffffff, offX=1, offY=1);
}
.only_PC {
	display: block;
}
.only_Mobile {
	display: none;
}

img.left {
	float: left;
	margin: 0 30px 30px 0;
}

@media screen and (max-width: 640px) {
	#contents_header {
		background-image: none;
		height: auto;
		margin-top: 0px;
	}
	#contents_header h1 {
		color: #000;
		text-shadow: none;
	}
	.only_PC {
		display: none;
	}
	.only_Mobile {
		display: block;
	}
}

#contents img {
	vertical-align: bottom;
}
img.icon_image {
	margin: 0 2px;
	vertical-align: middle;
}

/*
	-------------------------
	 .unit 映像の設定
	-------------------------
*/
.unit.row {
	margin: 0 -15px 0;
	width: auto;
}
.unit.row .one-half {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 15px 0;
	width: 50%;
}
.unit.row .one-third {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 15px 0;
	width: 33.33333333%;
}
.unit.row .two-thirds {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 15px 0;
	width: 66.66666667%;
}
.unit.row .one-quarter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 15px 0;
	width: 25%;
}
.unit.row .three-quarters {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 15px 0;
	width: 75%;
}
.unit.row .movie {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px 0;
	width: 75%;
}
.unit.row .one-half img,
.unit.row .one-third img,
.unit.row .one-quarter img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.unit.row div.clear {
	clear: both;
	padding: 10px 15px 0;
}
@media screen and (max-width: 640px) {
	.unit.row .movie {
		height: auto;
		margin: 0 0 20px 0;
		width: auto;
	}
	.unit.row {
		margin: 0;
	}
	.unit.row .one-half,
	.unit.row .one-third,
	.unit.row .two-thirds,
	.unit.row .one-quarter,
	.unit.row .three-quarters {
		float: none;
		height: auto;
		margin: 0 0 20px 0;
		width: 100%;
	}
	.unit.row .one-half figure,
	.unit.row .one-third figure,
	.unit.row .two-thirds figure,
	.unit.row .one-quarter figure,
	.unit.row .three-quarters figure {
		margin-bottom: 1.5em;
	}
}
.stepArea figure {
	margin-bottom: 1.5em;
}
.align_center {
	text-align: center;
}
.text_blue {
	color: #0075c2;
}
/*
	-------------------------
	 .lead
	-------------------------
*/
.lead {
	margin: 0;
	position: relative;
}
.lead h2.ttl_bnr {
	background-color: #000;
	line-height: 0;
	vertical-align: bottom;
}

.lead h2.ttl_bnr img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.lead .header_text_area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	height: auto;
	margin: 0;
	padding: 15px;
	position: absolute;
	text-align: left;
	font-size: 1.3em;	
}

@media screen and (max-width: 640px) {
	
	.lead .header_text_area {

		font-size: 18px;
		padding: 15px 0;
		left: 15px;
		/* for old Chrome and Safari */
		top: -webkit-calc(50% - 57px / 2);
		
		/* for old Firefox */
		top: -moz-calc(50% - 57px / 2);
		
		/* for modern browser */
		top: calc(50% - 57px / 2);
	}
}


@media screen and (max-width: 410px) {
	.lead .header_text_area {
		font-size: 13px;
		padding: 15px 0;
		left: 15px;
		
		/* for old Chrome and Safari */
		top: -webkit-calc(50% - 51px / 2);
		
		/* for old Firefox */
		top: -moz-calc(50% - 51px / 2);
		
		/* for modern browser */
		top: calc(50% - 51px / 2);
	}
}
@media screen and (min-width: 640px) {
	.lead h2.ttl_bnr {
		margin-bottom: 7px;
	}
	.lead .header_text_area {
		font-size: 1.3em;
		left: 30px;
		
		/* for old Chrome and Safari */
		top: -webkit-calc(50% - 66px / 2);
		
		/* for old Firefox */
		top: -moz-calc(50% - 66px / 2);
		
		/* for modern browser */
		top: calc(50% - 66px / 2);
	}
	html[lang="de"] .lead .header_text_area,
	html[lang="it"] .lead .header_text_area {
		/* for old Chrome and Safari */
		top: -webkit-calc(50% - 145px / 2);
		
		/* for old Firefox */
		top: -moz-calc(50% - 145px / 2);
		
		/* for modern browser */
		top: calc(50% - 145px / 2);
	}
	html[lang="ko"] .lead .header_text_area {
		/* for old Chrome and Safari */
		top: -webkit-calc(50% - 99px / 2);
		
		/* for old Firefox */
		top: -moz-calc(50% - 99px / 2);
		
		/* for modern browser */
		top: calc(50% - 99px / 2);
	}
	html[lang="zh-cn"] .lead .header_text_area,
	html[lang="zh-tw"] .lead .header_text_area {
		/* for old Chrome and Safari */
		top: -webkit-calc(50% - 76px / 2);
		
		/* for old Firefox */
		top: -moz-calc(50% - 76px / 2);
		
		/* for modern browser */
		top: calc(50% - 76px / 2);
	}
}
@media screen and (min-width: 992px) {
	.lead .header_text_area {
		left: 40px;
	}
	html[lang="it"] .lead .header_text_area {
		/* for old Chrome and Safari */
		top: -webkit-calc(50% - 122px / 2);
		
		/* for old Firefox */
		top: -moz-calc(50% - 122px / 2);
		
		/* for modern browser */
		top: calc(50% - 122px / 2);
	}
	html[lang="ko"] .lead .header_text_area {
		/* for old Chrome and Safari */
		top: -webkit-calc(50% - 76px / 2);
		
		/* for old Firefox */
		top: -moz-calc(50% - 76px / 2);
		
		/* for modern browser */
		top: calc(50% - 76px / 2);
	}
}

/*
	-------------------------
	 for 02.html
	-------------------------
*/
.dl_flat,
.dl_flat * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dl_flat:before,
.dl_flat:after {
	content: " ";
	display: table;
}
.dl_flat:after {
	clear: both;
}
.dl_flat dt,
.dl_flat dd {
	float: left;
	margin: 0 0 0.5em 0.5em;
}
.dl_flat dt {
	clear: both;
	width: 3em;
}

/*
	-------------------------
	 movie
	-------------------------
*/

.i_flame {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.i_flame iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}
a.movie_link img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}
 @media screen and (max-width: 640px) {
	.i_flame {
		float: none;
	}
}

/*
	-------------------------
		local navigation
	-------------------------
*/

.local_navigation,
.local_navigation * {
}
.local_navigation {
	margin: 0 0 30px;
	box-sizing: border-box;
}
.local_navigation ul.contents_navi {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.local_navigation ul.contents_navi li {
	background-color: transparent;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
    line-height: 1.5;
}
.local_navigation ul.contents_navi a {
	border-bottom: solid 1px #eee;
	padding: 14px 5px 17px 5px;
	text-align: left;
	display: block;
    margin-bottom: 0;
    outline: none;
	color: #333;
	transition: 0.15s ease-out;
}

.local_navigation ul.contents_navi a span.arrow {
	background-image: url(/support/ichigan/enjoy/movie/s-log/images/ico_nav-arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right: 5px;
	vertical-align: middle;
}

.local_navigation ul.contents_navi li:hover a,
.local_navigation ul.contents_navi .active a,
.local_navigation ul.contents_navi a.current {
	text-decoration: none;
	border-bottom: 4px solid rgb(239, 108, 0);
}

@media screen and (min-width: 640px) {
	.local_navigation ul.contents_navi li {
		background-color: #555;
		float: left;
		width: 33.33333333%;
		height: 48px;
	}
	.local_navigation ul.contents_navi a {
		border-bottom: none;
		color: #fff;
		position: relative;
		text-align: center;
		height: 13px;
	}
	.local_navigation ul.contents_navi li a:after {
		width: 1px;
		height: 48px;
		content: "";
		display: none;
		position: absolute;
		top: 0;
		background-color: #ccc;
	}
	.local_navigation ul.contents_navi li:first-child a:after {
		right: 0;
		display: block;
	}
	.local_navigation ul.contents_navi li:last-child a:after {
		left: 0;
		display: block;
	}

	.local_navigation ul.contents_navi a span.arrow {
		background: none;
		padding-right: 0;
	}
}

/*
	-------------------------
	 #sbi_comment12
	-------------------------
*/
#sbi_comment12 table {
	margin: 0 auto 30px !important;
}


/*
	------------------------------------
	menulist
	------------------------------------
*/
#contents div.menuList {
	background-color: #eee;
	padding: 20px 20px 10px;
	width: 300px;
	margin: 0 auto;
}
#contents div.menuList ul, div.menuList li {
	list-style: none;
	margin: auto;
}
#contents div.menuList ul {
	margin-bottom: 0px;
}
#contents div.menuList li {
	padding: 0 0 5px;
}
#contents div.menuList ul li.currentList {
	font-weight: 700;
	color: #000;
}
@media screen and (max-width: 640px) {
	#contents div.menuList {
		width: auto;
		padding: 10px 10px 5px;
	}
	#contents div.menuList li {
		margin-left: 0px;
	}
}

