@charset "utf-8";

/* HTML5 Reset
------------------------------------------------------------- */

section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
	display:block;
}

video, audio, canvas {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

audio:not([controls]) {
	display:none;
}

[hidden] {
	display:none;
}

html {
	font-size:100%;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body {
	margin:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	margin:0;
}

p, blockquote, dl, dd, figure {
	margin:0;
}

hr {
	color:inherit;
	height:auto;
	-moz-box-sizing:content-box;
	 box-sizing:content-box;
}

pre {
	font-family:monospace, sans-serif;
	white-space:pre-wrap;
	word-wrap:break-word;
	margin:0;
}

ol, ul {
	padding:0;
	margin:0;
}

li {
	list-style:none;
}

a:focus {
	outline:thin dotted;
}

a:hover, a:active {
	outline:0;
}

strong, b {
	font-weight:bold;
}

small {
	font-size:0.83em;
}

q {
	quotes:none;
}

abbr[title] {
	border-bottom:1px dotted;
}

code, samp, kbd {
	font-family:monospace, sans-serif;
}

mark {
	color:black;
	background-color:yellow;
}

sub, sup {
	font-size:0.83em;
	line-height:0;
	vertical-align:baseline;
	position:relative;
}

sub {
	bottom:-0.25em;
}

sup {
	top:-0.5em;
}

br {
	letter-spacing:0;
}

img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:bottom;
}

svg:not(:root) {
	overflow:hidden;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption {
	padding:0;
	text-align:left;
}

th, td {
	text-align:left;
	vertical-align:baseline;
	padding:0;
}

form {
	margin:0;
}

fieldset {
	border:0;
	padding:0;
	margin:0;
}

legend {
	border:0;
	*margin-left:-7px;
}

input, button, select, textarea {
	font-family:inherit;
	font-size:1em;
	color:inherit;
	margin:0;
}

input, button {
	line-height:normal;
	vertical-align:inherit;
	*vertical-align:middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border:0;
	padding:0;
}

input[type="search"] {
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

input[type="search"]:focus {
	outline-offset:-2px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor:pointer;
	-webkit-appearance:button;
	*overflow:visible;
}

select {
	background-color:inherit;
	line-height:normal;
}

textarea {
	vertical-align:top;
	overflow:auto;
	*font-family:sans-serif;
}



/* Font Size Adjustment
------------------------------------------------------------- */

/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}

/*
10px	77%
11px	85%
12px	93%
13px	100%
14px	108%
15px	116%
16px	123.1%
17px	131%
18px	138.5%
19px	146.5%
20px	153.9%
21px	161.6%
22px	167%
23px	174%
24px	182%
25px	189%
26px	197%
27px	207.7%
28px	215.4%
29px	223.1%
30px	230.8%
*/



/* Basic Styles
------------------------------------------------------------- */

body{
	background-color:#fff;
	font-family:"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color:#333;
}

.wrap{
	width:300px;
	height:600px;
	background-color:#efefef;
	position:relative;
}

p.header{
	display:table;
	width:100%;
	height:54px;
	background:url(img/bg_header.gif) no-repeat 0 0;
}

p.header span{
	display:table-cell;
	height:50px;
	padding-top:4px;
	vertical-align:middle;
	text-align:center;
}

p.footer{
	position:absolute;
	width:100%;
	bottom:12px;
	text-align:center;
	font-size:77%;
	color:#999;
	line-height:1em;
	margin-top:14px;
	padding-top:14px;
	
}


p.footer a:link{
	color:#999; text-decoration:none
}
p.footer a:visited{
	color:#999; text-decoration:none
}
p.footer a:hover{
	color:#999; text-decoration:none
}
p.footer a:active{
	color:#999; text-decoration:none
}

h1.ttl{
	width:100%;
	height:379px;
	display:table;
	font-size:153.9%;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}

h1.ttl span{
	display:table-cell;
	vertical-align:middle;
	background-color:rgba(0,0,0,0.3);
}

h1.ttlClassicL{
	background:url(img/bg_classic_l.jpg) no-repeat 0 0;
}

h1.ttlClassicS{
	height:90px;
	font-size:123.1%;
	margin-bottom:0;
	
}

h1.ttlScore{
	font-size:138.5%;
	font-weight:bold;
	margin:30px auto;
	text-align:center;
}

h2.question{
	margin:0 30px 10px;
	font-size:116%;
	line-height:1.5em;
	font-weight:bold;
}

div.answer{
	text-align:center;
	
	margin:0 60px 14px;
	width:176px;
	
	/*margin:0 30px 14px;*/
	height:176px;
	display:table;
}

div.answerGood{
	background:url(img/bg_good.gif) no-repeat center center;
}

div.answerBad{
	background:url(img/bg_bad.gif) no-repeat center center;
}

div.answer p.answerHead{
	font-size:116%;
	line-height:1.5em;
	font-weight:bold;
	margin-bottom:10px;
}

div.answer p.answerComment{
	font-size:100%;
	line-height:1.6em;
	color:#666;
}

div.answer p.answerTxt{
text-align:center;
	display:table-cell;
	vertical-align:middle;
	font-size:116%;
	line-height:1.5em;
	font-weight:bold;
}

p.topBnr{
	text-align:center;
	margin:30px auto 20px;
}

p.topLead{
	font-size:123.1%;
	line-height:1.6em;
	font-weight:bold;
	margin:0 30px 20px;
}

p.scoreTxt{
	font-size:190%;
	color:#d24646;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	margin-bottom:30px;
	padding-top:17px;
}

p.scoreTxt span{
	font-size:350%;
	font-family:'Oswald';
	color:#d24646;
	font-weight:normal;
}

div.bnrLayout h1.ttlScore{
	margin:25px auto 20px;
}

div.bnrLayout p.scoreTxt{
	margin-bottom:0;
}

div.bnrLayout div.sns{
	margin-top:15px;
}

p.largeBnr{
	margin-top:-9px;
}


/* Button Styles */

p.btnType1,
ul.btnList li{
	margin:0 auto;
	width:240px;
	height:60px;
}

p.btnType1 a,
ul.btnList li a{
	border:2px solid #000;
	border-radius:4px;
	width:236px;
	height:56px;
	text-align:center;
	display:table;
}

p.btnType1 a span,
ul.btnList li a span{
	display:table-cell;
	vertical-align:middle;
}

p.btnType1 a{
	background:#d24646;
	border-color:#d24646;
	font-size:123.1%;
	color:#fff;
	text-decoration:none;
	transition:0.2s;
}

p.btnType1 a:hover{
	background:#c73b3b;
	border-color:#c73b3b;
}

p.btnType2{
	margin:0 auto;
	width:240px;
	height:48px;
}

p.btnType2 a{
	border:2px solid #5092a9;
	border-radius:4px;
	width:236px;
	height:44px;
	text-align:center;
	display:table;
	background:#efefef;
	font-size:108%;
	color:#5092a9;
	text-decoration:none;
	transition:0.2s;
}

p.btnType2 a:hover{
	background:#5092a9;
	color:#fff;
}

p.btnType2 a span{
	display:table-cell;
	vertical-align:middle;
}

p.btnType3{
	margin:0 auto;
	width:240px;
	height:48px;
}

p.btnType3 a{
	border:2px solid #d24646;
	border-radius:4px;
	width:236px;
	height:44px;
	text-align:center;
	display:table;
	background:#d24646;
	font-size:108%;
	color:#fff;
	text-decoration:none;
	transition:0.2s;
}

p.btnType3 a:hover{
	background:#c73b3b;
	border-color:#c73b3b;
}

p.btnType3 a span{
	display:table-cell;
	vertical-align:middle;
}

ul.btnList li{
	margin-bottom:8px;
}

ul.btnList li a{
	background:#fff;
	border-color:#fff;
	font-size:108%;
	color:#333;
	text-decoration:none;
	text-align:left;
	transition:0.2s;
}

ul.btnList li a:hover{
	/*background:#fff;*/
	/*border-color:#5092a9;*/
	/*color:#5092a9;*/
}

ul.btnList li a:active{
	background:#5092a9;
	border-color:#5092a9;
	color:#fff;
}

ul.btnList li a span{
	padding:0 20px;
	line-height:1.4em;
}


/* Progress Bar Styles */

p.progress_quiz{
	display:block;
	position:relative;
	margin:14px auto;
	width:70px;
	height:70px;
	border-radius:50%;
	background-color:#5092a9;
}

p.progress_quiz span{
	display:block;
	position:absolute;
	width:62px;
	height:62px;
	background-color:#efefef;
	border-radius:50%;
	margin-left:4px;
	margin-top:4px;
	text-align:center;
	line-height:60px;
	font-size:200%;
	font-family:'Oswald';
	color:#5092a9;
}

.progress01{
	background-image:linear-gradient(90deg, #d0d0d0 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #5092a9 50%, #d0d0d0 50%, #d0d0d0);
}

.progress02{
	background-image:linear-gradient(90deg, #d0d0d0 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #5092a9 50%, #d0d0d0 50%, #d0d0d0);
}

.progress03{
	background-image:linear-gradient(90deg, #d0d0d0 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #5092a9 50%, #d0d0d0 50%, #d0d0d0);
}

.progress04{
	background-image:linear-gradient(90deg, #d0d0d0 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #5092a9 50%, #d0d0d0 50%, #d0d0d0);
}

.progress05{
	background-image:linear-gradient(-90deg, #5092a9 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #5092a9 50%, #d0d0d0 50%, #d0d0d0);
}

.progress06{
	background-image:linear-gradient(-54deg, #5092a9 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #5092a9 50%, #d0d0d0 50%, #d0d0d0);
}

.progress07{
	background-image:linear-gradient(-18deg, #5092a9 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #5092a9 50%, #d0d0d0 50%, #d0d0d0);
}

.progress08{
	background-image:linear-gradient(18deg, #5092a9 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #5092a9 50%, #d0d0d0 50%, #d0d0d0);
}

.progress09{
	background-image:linear-gradient(54deg, #5092a9 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #5092a9 50%, #d0d0d0 50%, #d0d0d0);
}

.progress10{
	background-image:linear-gradient(90deg, #5092a9 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #5092a9 50%, #d0d0d0 50%, #d0d0d0);
}


/* Sns Area Styles */

div.sns{
	margin:24px auto 30px;
	text-align:center;
}

div.sns h2{
	font-size:116%;
	font-weight:bold;
	margin-bottom:15px;
}

div.sns ul{
	width:224px;
	margin:0 auto;
}

div.sns ul:after{
	content:"";
	display:block;
	clear:both;
}

div.sns ul li{
	float:left;
	margin:0 5px;
}

div.sns ul li a{
	display:block;
	height:46px;
	width:46px;
	background:url(img/bg_sns.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
}

div.sns ul li.snsMail a{
	background-position:0 0;
}

div.sns ul li.snsTwitter a{
	background-position:-46px 0;
}

div.sns ul li.snsFacebook a{
	background-position:-92px 0;
}

div.sns ul li.snsGoogle a{
	background-position:-138px 0;
}

div.sns ul li.snsMail a:hover{
	background-position:0 -46px;
}

div.sns ul li.snsTwitter a:hover{
	background-position:-46px -46px;
}

div.sns ul li.snsFacebook a:hover{
	background-position:-92px -46px;
}

div.sns ul li.snsGoogle a:hover{
	background-position:-138px -46px;
}


/* Recommend Area Styles */

div.recommend{
	width:100%;
	position:absolute;
	top:415px;
	left:0;
	text-align:center;
}

div.recommend h2{
	font-size:116%;
	font-weight:normal;
	margin-bottom:11px;
}

.recSlider {
	margin:0;
	padding:0;
}

.recSlider .slides > li {
	display:none;
	-webkit-backface-visibility:hidden;
}

.recSlider .slides img {
	width:100%;
	display:block;
}

.recSlider .slides:after {
	content:"\0020";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

html[xmlns] .recSlider .slides {
	display:block;
}

* html .recSlider .slides {
	height:1%;
}

.no-js .recSlider .slides > li:first-child {
	display:block;
}

ul.slides>li{
	height:90px;
	background:#ccc;
}

ul.slides>li a{
	display:block;
	width:100%;
	height:90px;
	text-decoration:none;
	color:#fff;
	background:rgba(0,0,0,0.3);
}

ul.slides>li.recSora{
	background:url(img/bg_sky_s.jpg) no-repeat 0 0;
}

ul.slides>li p.recTtl{
	font-size:123.1%;
	color:#fff;
	font-weight:bold;
	padding-top:25px;
	margin-bottom:5px;
}

ul.slides>li p.recTxt{
	font-size:93%;
	color:#fff;
}

.flex-control-nav {
	width:100%;
	position:absolute;
	bottom:-28px;
	text-align:center;
}

.flex-control-nav li {
	margin:0 2px;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.flex-control-paging li a {
	width:6px;
	height:6px;
	display:block;
	background:#d0d0d0;
	cursor:pointer;
	text-indent:-9999px;
	border-radius:3px;
	outline:none;
}

.flex-control-paging li a:hover {
	background:#5092a9;
}

.flex-control-paging li a.flex-active {
	background:#5092a9;
	cursor:default;
}