/* -------------------------------------------------------
    hougen100 chart css
    last update 2016.3.15
----------------------------------------------------------
     1. スタート画面（body#start）
	 2. 質問画面（body#check）
	 3. 結果画面（body#result）
	 4. 投稿画面（body#finish）
     M. メディアクエリー
------------------------------------------------------ */


/* ---------------------------------------
   1. スタート画面（body#start）
--------------------------------------- */
body#start .hougenMovie {
	color: #fff;
	margin: -20px 0 30px;
	padding: 10px 0;
	background: #000;
	text-align: center;
}
body#start .hougenMovie .hougenMovieContents {
	width: 728px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	zoom: 1;
}
body#start .hougenMovie .mov {
	float: right;
	width: 450px;
}
body#start .hougenMovie .txt {
	float: left;
	width: 250px;
	padding: 50px 0 0;
	text-align: center;
	overflow: hidden;
}
body#start .hougenMovie .txt .title1 {
	font-size: 11px;
	color: #fa719d;
	padding: 5px 0;
	border: 1px solid #D14782;
}
body#start .hougenMovie .txt .title2 {
	font-size: 36px;
	font-weight: bold;
	margin: 10px 0 0;
	text-align: center;
}
body#start .hougenMovie .txt .title3 {
	font-size: 12px;
	color: #ccc;
	padding: 5px 0;
	background: #222;
}
body#start .hougenMovie .txt .link {
	font-size: 13px;
	color: #fa719d;
	margin: 20px 0 0;
}
body#start .hougenMovie .txt .link a {
	color: #6CF;
}

body#start .start {
	clear: both;
	position: relative;
	margin: 30px 0;
	text-align: center;
	overflow: hidden;
}
body#start .start .head {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 15px;
	padding: 5px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
body#start .start .illust {
	float: left;
	width: 340px;
}
body#start .start .illust img {
	width: 100%;
	height: auto;
}
body#start .start .txt {
	float: right;
	width: 370px;
	padding: 20px 0 0;
}
body#start .start .txt .btn a {
	display: block;
	font-size: 24px;
	color: #fff;
	margin: 20px 0;
	padding: 5px 0;
	background: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
body#start .start .txt .btn a:hover {
	background: #555;
}

body#start #hougen47 {
	clear: both;
	position: relative;
	margin: 20px 0;
	text-align: center;
	overflow: hidden;
}
body#start #hougen47 .illust {
	float: left;
	width: 340px;
	text-align: center;
}
body#start #hougen47 .illust img {
	width: 85%;
	height: auto;
}
body#start #hougen47 .txt {
	float: right;
	width: 370px;
	padding: 10px 0 0;
}
body#start #hougen47 .txt .head {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 0 0 20px;
	padding: 5px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
body#start #hougen47 .txt .title img {
	width: 70%;
	height: auto;
}


/* ---------------------------------------
   2. 質問画面（body#check）
--------------------------------------- */
body#check #hougen47 {
	clear: both;
	position: relative;
	margin: 20px;
	text-align: center;
	overflow: hidden;
}
body#check #hougen47 .head {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 15px;
	padding: 5px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
body#check #hougen47 .illust {
	float: left;
	width: 380px;
}
body#check #hougen47 .txt {
	float: right;
	width: 300px;
	padding: 25px 0 0;
}
body#check #hougen47 .txt .btn a {
	display: block;
	font-size: 20px;
	color: #fff;
	margin: 15px 0;
	padding: 5px 0;
	background: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
body#check #hougen47 .txt .btn a:hover {
	background: #555;
}

body#check #container {
	font-size: 24px;
}
body#check #container .main {
	background: url(../images/check_bg.png) no-repeat center 0px;
}
body#check #container #questionTxt {
	min-height: 400px;
	padding: 0 20px;
}
body#check #container #questionTxt p.label span {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	margin: 30px 0 10px;
	padding: 5px 10px;
	background: #29c15a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body#check #container #questionTxt p.txt {
	font-size: 32px;
}
body#check #container #questionTxt p.txt strong {
	color: #f60;
}
body#check #container #questionTxt p.alert {
	font-size: 32px;
	color: #ffecce;
	padding: 10px;
	background: #f60;
	text-align: center;
}
body#check #container #questionTxt p.alert strong {
	color: #fff;
}
body#check #container #questionTxt .img {
	display: block;
	margin: 10px 0;
	text-align: center;
}
body#check #container #questionTxt .img img {
	border: 1px solid #ccc;
}
body#check #container #questionAnswer {
	margin: 20px 10px;
}
body#check #container #questionAnswer ul {
	overflow: hidden;
	zoom: 1;
}
body#check #container #questionAnswer li {
	float: left;
	width: 50%;
}
body#check #container #questionAnswer li a {
	display: block;
	font-weight: bold;
	color: #fff;
	margin: 10px;
	padding: 5px 0;
	background: #29c15a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
body#check #container #questionAnswer li a:hover {
	background: #2fdc67;
}


/* ---------------------------------------
   3. 結果画面（body#result）
--------------------------------------- */
body#result #hougen47 {
	clear: both;
	position: relative;
	margin: 20px;
	text-align: center;
	overflow: hidden;
}
body#result #hougen47 .head {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 15px;
	padding: 5px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
body#result #hougen47 .illust {
	float: left;
	width: 370px;
}
body#result #hougen47 .txt {
	float: right;
	width: 290px;
	padding: 25px 0 0;
}
body#result #hougen47 .txt .btn a {
	display: block;
	font-size: 20px;
	color: #fff;
	margin: 15px 0;
	padding: 5px 0;
	background: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
body#result #hougen47 .txt .btn a:hover {
	background: #555;
}

body#result #container span.line {
	white-space: nowrap;
}
body#result #container .title {
	padding: 10px 0;
	text-align: center;
}
body#result #container .title h1,
body#result #container .title h2 {
	font-size: 30px;
	line-height: 1.3;
}
body#result #container .title strong {
	color: #29c15a;
}
body#result #container .body {
	padding: 0 0 10px;
	text-align: left;
}
body#result #container .body h3 {
	margin: 10px 0;
}
body#result #container .body strong {
	color: #29c15a;
}

body#result #container #hometown {
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid #2fdc67;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
body#result #container #hometown .hometownImg {
	float: left;
	width: 320px;
}
body#result #container #hometown .hometownImg img {
	width: 100%;
	height: auto;
}
body#result #container #hometown .hometownSelect {
	float: right;
	width: 300px;
}
body#result #container #hometown .guide {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
body#result #container #hometown .choice {
	margin: 10px 0;
}
body#result #container #hometown .choice select {
	font-size: 16px;
	padding: 5px;
}
body#result #container #hometown a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
	padding: 5px 0;
	background: #29c15a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
body#result #container #hometown a:hover {
	background: #2fdc67;
}
body#result #container #hometown .note {
	font-size: 14px;
}
body#result #container #hometown .videoContainer {
	clear: both;
	position: relative;
	padding: 30px 0 56.25%;
	height: 0;
	overflow: hidden;
}
body#result #container #hometown .videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body#result #container #otherArea {
	margin: 0 0 20px;
	padding: 20px 20px 1px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

body#result #container #specialty {
	margin: 20px 0;
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
body#result #container #specialty h2 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	background: #333;
	text-align: center;
}
body#result #container #specialty .body {
	padding: 20px 10px;
	text-align: center;
}

body#result #container #share {
	margin: 20px 10px;
}
body#result #container #share ul {
	overflow: hidden;
	zoom: 1;
}
body#result #container #share li {
	float: left;
	width: 50%;
}
body#result #container #share li a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 10px;
	padding: 10px 0;
	background: #3b5998;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
body#result #container #share li a:hover {
	opacity: 0.7;
}
body#result #container #share li.twitter a {
	background: #0ca1d8;
}

body#result #container #share li.line a {
	background: #00c402;
}


/* ---------------------------------------
   4. 投稿画面（body#finish）
--------------------------------------- */
body#finish #hougen47 {
	clear: both;
	position: relative;
	margin: 20px;
	text-align: center;
	overflow: hidden;
}
body#finish #hougen47 .head {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 15px;
	padding: 5px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
body#finish #hougen47 .illust {
	float: left;
	width: 370px;
}
body#finish #hougen47 .txt {
	float: right;
	width: 290px;
	padding: 25px 0 0;
}
body#finish #hougen47 .txt .btn a {
	display: block;
	font-size: 20px;
	color: #fff;
	margin: 15px 0;
	padding: 5px 0;
	background: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
body#finish #hougen47 .txt .btn a:hover {
	background: #555;
}

body#finish #container span.line {
	white-space: nowrap;
}
body#finish #container #main {
	padding: 40px 20px 0;
	text-align: center;
}
body#finish #container #main h1 {
	font-size: 30px;
	line-height: 1.3;
}
body#finish #container #main h2 {
	font-size: 20px;
	line-height: 1.3;
	color: #fff;
	margin: 40px 0 0;
	padding: 10px 0;
	background: #29c15a;
}
body#finish #container #main p {
	margin: 10px 0 0;
}
body#finish #container #main .videoContainer {
	clear: both;
	position: relative;
	margin: 0 0 15px;
	padding: 30px 0 56.25%;
	height: 0;
	overflow: hidden;
}
body#finish #container #main .videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body#finish #container #share {
	margin: 20px 10px;
}
body#finish #container #share ul {
	overflow: hidden;
	zoom: 1;
}
body#finish #container #share li {
	float: left;
	width: 50%;
}
body#finish #container #share li a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 10px;
	padding: 10px 0;
	background: #3b5998;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
body#finish #container #share li a:hover {
	opacity: 0.7;
}
body#finish #container #share li.twitter a {
	background: #0ca1d8;
}
body#finish #container #share li.line a {
	background: #00c402;
}

body#finish #container #specialty {
	margin: 20px 0;
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
body#finish #container #specialty h2 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	background: #333;
	text-align: center;
}
body#finish #container #specialty .body {
	padding: 20px 10px;
	text-align: center;
}


/* ---------------------------------------
   M. メディアクエリー
--------------------------------------- */
@media (max-width: 640px) {

	/* START */
	body#start .hougenMovie {
		margin: 0 0 20px;
	}
	body#start .hougenMovie .hougenMovieContents {
		width: auto;
	}
	body#start .hougenMovie .mov,
	body#start .hougenMovie .txt {
		float: none;
		width: auto;
	}
	body#start .hougenMovie .txt {
		padding: 10px 20px;
	}
	body#start .start {
		margin: 20px;
	}
	body#start .start .illust,
	body#start .start .txt {
		float: none;
		width: auto;
	}
	body#start .start .txt {
		padding: 10px 0 0;
	}
	body#start #hougen47 {
		margin: 20px;
	}
	body#start #hougen47 .illust,
	body#start #hougen47 .txt {
		float: none;
		width: auto;
	}
	
	/* CHECK */
	body#check #hougen47 {
		margin: 20px;
	}
	body#check #hougen47 .illust,
	body#check #hougen47 .txt {
		float: none;
		width: auto;
		padding: 0;
	}
	body#check #hougen47 .txt .title {
		margin: 10px 0;
		text-align: center;
	}
	body#check #hougen47 .txt .title img {
		width: 200px;
	}

	body#check {
		background-size: 100%;
	}
	body#check #container {
		font-size: 20px;
	}
	body#check #container #questionTxt {
		min-height: 100px;
	}
	body#check #container #questionTxt p.txt,
	body#check #container #questionTxt p.alert {
		font-size: 24px;
	}
	body#check #container #questionTxt p.alert {
		margin: 30px 0 0;
	}
	body#check #container #questionAnswer li {
		float: none;
		width: auto;
	}

	/* RESULT */
	body#result #hougen47 {
		margin: 20px;
	}
	body#result #hougen47 .illust,
	body#result #hougen47 .txt {
		float: none;
		width: auto;
		padding: 0;
	}
	body#result #hougen47 .txt .title {
		margin: 10px 0;
		text-align: center;
	}
	body#result #hougen47 .txt .title img {
		width: 200px;
	}

	body#result #container .title {
		text-align: left;
	}
	body#result #container .title br {
		display: none;
	}
	body#result #container .title h1,
	body#result #container .title h2 {
		font-size: 24px;
	}
	body#result #container #hometown .hometownImg,
	body#result #container #hometown .hometownSelect,
	body#result #container #share li {
		float: none;
		width: auto;
	}
	body#result #container #hometown,
	body#result #container #otherArea,
	body#result #container #specialty {
		margin: 20px;
	}

	/* FINISH */
	body#finish #hougen47 {
		margin: 20px;
	}
	body#finish #hougen47 .illust,
	body#finish #hougen47 .txt {
		float: none;
		width: auto;
		padding: 0;
	}
	body#finish #hougen47 .txt .title {
		margin: 10px 0;
		text-align: center;
	}
	body#finish #hougen47 .txt .title img {
		width: 200px;
	}

	body#finish #container #share li {
		float: none;
		width: auto;
	}
	body#finish #container #specialty {
		margin: 20px;
	}

}
