@charset "Shift_JIS";
/*
	================================================================================================
		support battery share css popup_jp
	================================================================================================
*/
/*
	====================================
		layout
	====================================
*/
body {
	min-width:auto;
}
#main_area {
	width: 700px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
#main_area {
	width: auto;
}
}

/*
	====================================
		title
	====================================
*/
#contents .title {
	clear: both;
	color: #000;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 13px;
	font-size: 18px;
	font-weight: 700;
}
#contents h3.title {
	font-size: 14px;
	border-bottom: 1px solid #343434;
}
@media screen and (max-width: 640px) {
#contents .title {
	padding-left: 2px;
}
}

/*===========================================
	pregArea
=============================================*/
div.pregArea {
	width: auto;
	margin: 0 0 0 20px;
	padding: 0px;
}
div.pregArea div.pregBox {
	margin: 15px 0px 30px 0px;
	padding: 0px;
}
div.pregArea div.pregBox div.leftArea,
div.pregArea div.pregBox div.rightArea {
	width:310px;
}
@media screen and (max-width: 640px) {
div.pregArea {
	margin: 0;
}
div.pregArea div.pregBox div.leftArea {
	width:auto;
	float: none;
	margin-bottom: 15px;
}
div.pregArea div.pregBox div.rightArea {
	width:auto;
	float: none;
}
}

/*===========================================
	js-enqueteArea 
=============================================*/
.js-enqueteArea {
	clear: both;
	margin: 0 auto;
	width: 700px;
}
html>body #enqueteArea {
	float: none;
	width: 700px;
	margin-right: 0;
}
@media screen and (max-width: 640px) {
.js-enqueteArea {
	width: auto;
}
html>body #enqueteArea {
	width: auto;
}
}

/*===========================================
	anchorBtn アンカーボタン
=============================================*/
#contents ul.anchorBtnA li {
    margin: 0 5px 5px 0;
    width: 310px;
}
#contents ul.anchorBtnB li {
    margin: 0 0 5px 5px;
    width: 650px;
}
@media screen and (max-width: 640px) {
#contents ul.anchorBtnA li {
	width: 94%;
}
#contents ul.anchorBtnB li {
	width: 94%;
	margin-left: 10px;
}
}

/*================================================
	Button
================================================*/
.mod-linkButton {
    width: 215px;
}
.buttonA .content {
    width: 150px;
}
.buttonD.wide {
    width: 660px;
}

/*===========================================
	movie
=============================================*/
#i_frame {
	width: 640px;
	margin: 0 auto 30px auto;
}
#contents .movie .comment p {
	width: 640px;
	margin: 30px auto;
}
@media screen and (max-width: 640px) {
	#i_frame {
		width: auto;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}
	#i_frame iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#contents .movie .comment p {
		width: auto;	
	}
}
div .movie_index {
	border:1px solid #e3e3e3; 
	background-color:#f3f3f3; 
	padding:15px; 
	width:608px; 
	text-align:left; 
	line-height:1.8em; 
	margin:15px auto 0;
}
div .movie_index ul {
	margin:0; 
	padding:10px 0 10px 30px;
	list-style: none;
}
div .movie_index ul li {
	list-style: none;
}
div .movie_link {
	margin-top:10px; 
	padding:10px; 
	border:dotted 2px #999;
}
div .movie_index #support-movie_title {
	text-align:center;
}
div.movie_index p.mt10 {
	margin-top:10px;
}
div.movie_index p.ml0.5 {
	margin-left:0.5em;
}
hr .index_border_dotted-2 {
	border:dotted 2px #999;
}
@media screen and (max-width: 640px) {
	div .movie_index {
		width:auto;
	}
}