@charset "UTF-8";

/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	background: #fff;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.4;
	color: #333;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

input, textarea, {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.block {
	text-align: center;
	overflow: hidden;
}

a {
	color:#56260d;
}

img {
	width:100%;
}

.clear {
	clear:both;
}

.clearfix:after {
	height:0;
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}

* html .clearfix {
	zoom:1;
}

/*===============================================
style
===============================================*/

.inlineBlock {
	display: inline-block;
}

.wrapper {
	width:100%;
	max-width: 750px;
	margin: 0 auto;
	overflow:hidden;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.4;
}
.inner {
	width:98%;
	margin:0 auto 0;
	/*padding-top: 15%;*/
	padding-bottom: 2%;
	background: #fff;
	line-height: 1.4;
	border-radius: 0 0 15px 15px;
}

h2 {
	font-size: 100%;
	color: #3366CC;
	text-align: center;
}

h3 {
	font-size: 100%;
	text-align: center;
	margin: 1em 0;
}


.readTxt {
	text-align: center;
	font-size: 90%;
}

#cpTitle {
	color:#3366cc;
	font-size: 90%;
	text-align: center;
	padding:1em 0;
	margin:2em 0;
	border:1px solid #666;
	border-left: none;
	border-right: none;
}

#mainVisual {
	width: 40%;
	margin: 0 auto;
}
#mainVisual img {
	width: 100%;
	vertical-align: bottom;
}

#productsName {
	padding: 5% 0 3%;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}


#howto {
	width: 82%;
	margin: 0 auto;
}

#guide {
	width: 92.5%;
	margin: 0 auto;
}
.guideTit {
	padding-bottom: 8%;
	font-size: 90%;
	font-weight: bold;
}
.guideSub {
	padding-top: 4%;
	font-size: 90%;
	font-weight: bold;
	color: #3366cc;
}
.guideTxt {
	font-size: 90%;
	color:#333;
}
.guideTxt2 {
	font-size: 80%;
	font-weight: normal;
	color:#333;
}

.guideTxt strong {
	font-weight: bold;
}

.attentionTit {
	width:90%;
	margin: 2% auto 0;
	text-align: center;
	font-size: 83%;
	font-weight: bold;
}
#attentionTxt {
	width:90%;
	margin: 3% auto 0;
}

#attentionTxt .txtIndent {
	margin-left:1em;
	padding-bottom: 0.5em;
	text-indent:-1em;
	font-size: 75%;
	color:#666;
}

#attentionTxt .txtIndent2 {
	margin-left:3em;
	padding-bottom: 0.5em;
	text-indent:-1em;
	font-size: 75%;
	color:#666;
}

#attentionTxt a {
	color:#03b402;
	text-decoration: none;
}

#attentionTxt a:hover {
	color:#03b402;
}

#attentionTxt a:visited {
	color:#03b402;
}

#lastAttention {
	width: 90%;
	margin: 10% auto;
	font-size: 75%;
	color:#666;
}


div#attention {
                                height: 15em;
                                width: 96%;
                                margin: 10% 0;
                                padding: 2%;
                                overflow: scroll;
                                border: 1px solid #CCC;
                                -webkit-overflow-scrolling: touch;
}

.readAttention {
                                color: #666;
                                font-size: 80%;
                                text-align: center;
                                margin-bottom: 2em;
}

/*--result ---*/

#resultWrap {
                                position: relative;
                                width: 100%;
                                padding-bottom: 0;
}

#resultWrap:before {
                                content:"";
                                display: block;
                                padding-top: 70%; 
}


.result {
                                position: absolute;
                                top: 0; left: 0;
                                bottom: 0; right: 0;
                                padding: 25% 3% 0 40%;
}

.lemon{
                                background: url("../img/result_win_Lemon.png");
                                background-repeat: no-repeat;
                                background-size:100%;
}

.ginger{
                                background: url("../img/result_win_Ginger.png");
                                background-repeat: no-repeat;
                                background-size:100%;
}

.LC {
                                background: url("../img/result_win_LC.png");
                                background-repeat: no-repeat;
                                background-size:100%;
}

.LG {
                                background: url("../img/result_win_LG.png");
                                background-repeat: no-repeat;
                                background-size:100%;
}

.GU {
                                background: url("../img/result_win_GU.png");
                                background-repeat: no-repeat;
                                background-size:100%;
}

.result .win {
                                font-size: 100%;
                                font-weight: bold;
                                color:#900;
                                padding-bottom: 3%;
}

.result .winProduct {
                                font-size: 70%;
                                color:#999;
                                padding-bottom: 5%;
}

.result p {
                                font-size: 80%;
}

.lose {
                                text-align: center;
                                padding-bottom: 2em;
}

.blue {
                                color:#4866c8;
}

#navs {
                                width: 92.5%;
                                margin: 0 auto;
}
#navs a img {
                                margin: 2% 0 0.5% 0;
}

p.limit {
	font-size: 90%;
	text-align: center;
	margin-bottom: 1.5em;
}

p.contact {
	font-size:75%;
	text-align: center;
	margin: 5% 0;
}

a.cvs {	margin: 0; padding: 0; border: 0; 	}

.bgg {
	background: #ededed;
	padding: 1.5em;
}

.cvss {	background: #ededed;	}
.cvss img {  	margin-bottom:-2%; 	}

sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}