@charset "UTF-8";

/* margin,padding リセット
---------------------------------------------------------*/
/* html5doctor.com Reset Stylesheet v1.6.1 */
/* http://html5doctor.com/html-5-reset-stylesheet/ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* ----------------------------------------------------- */



/* HTML5 新要素 - ブロックボックス・レンダリング用
---------------------------------------------------------*/
/* html5doctor.com Reset Stylesheet v1.6.1 */
/* http://html5doctor.com/html-5-reset-stylesheet/ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}



/* ボックス要素に border, padding を含める */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



/* リストスタイル クリア用 */
ol,ul {
	list-style: none;
}

/* 画像下のディセンダスペース クリア ＆ ボーダー クリア用 */
img {
	vertical-align: bottom; /*  or display: block; */
	border: none;
}

/* abbr（省略形） もしくは acronym（頭文字・IE6 のみ） 表示用 */
abbr,acronym {
	border-bottom: .1em dotted;
}

/* 上付き文字 行間調整用 */
sup {
	vertical-align: text-top;
}

/* 下付き文字 行間調整用 */
sub {
	vertical-align: baseline;
}

/* バックグラウンド拡張 フロート解除用 */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}



/* Firefox 用
---------------------------------------------------------*/
/* アウトライン非表示用 */
a {
	outline: none;
}



/* Images
---------------------------------------------------------*/
img {
	max-width:100%;
	height: auto;
}



















html {
	font-size: 100%;
}

body, button, input, select, textarea {
	font: 100%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size: 1em;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

/* Font-size Adjustment
---------------------------------------------------------

10px = 0.625em
11px = 0.6875em
12px = 0.75em
13px = 0.8152em
14px = 0.875em
15px = 0.9375em
16px = 1em
17px = 1.0625em
18px = 1.15em
19px = 1.1875em
20px = 1.25em
21px = 1.3125em
22px = 1.375em
23px = 1.4375em
24px = 1.5em
25px = 1.5625em
26px = 1.625em

---------------------------------------------------------*/






/* link
---------------------------------------------------------*/
*+html a {
	text-decoration: none; /* for IE7 */
	cursor: pointer;
}









/* Framework
---------------------------------------------------------*/
body {
	background: #f2eef5;
	margin: 0 auto;
	padding: 0;
	width: 375px;
	min-width: 375px;
}



.titleH1 {
	margin: 9px auto 17px;
	padding: 0;
	width: 355px;
	line-height: 1;
}









/* Home - トップページ
---------------------------------------------------------*/
.topFigure {
	margin: 0 auto 32px;
	padding: 0;
	width: 300px;
	line-height: 1;
	display: block;
}

.topPra {
	color: #000;
	margin: 0 auto 30px;
	padding: 0;
	width: 375px;
	font-size: 1.3125em; /* 21px */
	line-height: 1.4;
	text-align: center;
}



select[name="selectURL"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* IE7 & IE8 not Support Border Radius */
	outline: none;
	color: #000;
	background: transparent;
	margin: 0;
	padding: 0 0.1em;
	width: 144px;
	height: 65px;
	font-size: 3.125em; /* 50px */
	line-height: 1;
	border: solid 1px #666;
	cursor: pointer;
	display: block;
}

label.selectURLWrap {
	margin: 0 auto 35px;
	padding: 0;
	width: 144px;
	height: 65px;
	display: block;
	position: relative;
}

label.selectURLWrap:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 58px;
	height: 65px;
	border: solid 1px #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* IE7 & IE8 not Support Border Radius */
	display: block;
	pointer-events: none;
}

label.selectURLWrap:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -10px;
	border-top: 25px solid #000000;
	border-right: 13px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 13px solid transparent;
	display: block;
	pointer-events: none;
}


form[name="changeURL"] button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
	color: #000;
	background: #fff;
	margin: 0 auto 45px;
	padding: 0;
	width: 355px;
	height: 78px;
	border: solid 5px #e40073;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* IE7 & IE8 not Support Border Radius */
	display: block;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

form[name="changeURL"] button:hover,
form[name="changeURL"] button:active {
	background: #fce5f1;
}








/* Result - 占い結果ページ 共通
---------------------------------------------------------*/
/* 占い結果 */
.resultWrap {
	background: #fff;
	margin: 0 auto 34px;
	padding: 4px;
	width: 355px;
	border: solid 5px #000;
}

.result {
	margin: 0;
	padding: 0;
	width: 337px;
	border: solid 3px #000;
}



.resultFigure {
	margin: 0 0 25px;
	padding: 0;
	width: 331px;
	display: block;
}

.titleH2 {
	color: #e40073;
	margin: 0 auto 0.6em;
	padding: 0;
	/* width: 331px; */
	width: 311px;
	font-size: 1.3125em; /* 21px */
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
}

.starsResultPra {
	color: #000;
	margin: 0 auto 0.6em;
	padding: 0;
	/* width: 331px; */
	width: 311px;
	font-size: 1.75em; /* 28px */
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
}

.resultPra {
	color: #000;
	margin: 0 auto 1.4em;
	padding: 0;
	/* width: 331px; */
	width: 311px;
	font-size: 1em; /* 16px */
	font-weight: normal;
	line-height: 1.8;
}



/* 占い師 */
.fortuneTeller {
	margin: 0 auto 20px;
	padding: 0;
	width: 355px;
}



.fortuneTellerH2 {
	color: #000;
	margin: 0 0 1.4em;
	padding: 0;
	width: 355px;
	font-size: 1.3125em; /* 21px */
	font-weight: normal;
	line-height: 1;
	text-align: center;
}

.fortuneTellerThum {
	margin: 0 auto -63px;
	padding: 0;
	width: 126px;
	line-height: 1;
	display: block;
}

.fortuneTellerPra {
	color: #000;
	background: #fff;
	margin: 0;
	padding: 3.6em 0.8em 1.4em;
	width: 355px;
	font-size: 1em; /* 16px */
	line-height: 1.8;
}



.resultTweetBtn {
	background: #1da1f2;
	margin: 0 auto 20px;
	padding: 0;
	width: 355px;
	height: 65px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* IE7 & IE8 not Support Border Radius */
	display: block;
	cursor: pointer;
	/* Flexbox */
	display: -webkit-box; /* Android */
	display: -webkit-flex; /* safari */
	display: -ms-flexbox; /* IE10 */
	-js-display : flex; /* IE9 flexibility.js */
	display: flex;
	/* 縦中央配置 */
	-webkit-box-align: center; /* Android */
	-webkit-align-items: center; /* safari */
	-ms-flex-align: center; /* IE10 */
	align-items: center;
	/* 横中央配置 */
	-webkit-box-pack: center; /* Android */
	-webkit-justify-content: center; /* safari */
	-ms-flex-pack: center; /* IE10 */
	justify-content: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.resultTweetBtn:hover,
.resultTweetBtn:active {
	background: #0088d7;
}



.adviceBannerLink {
	margin: 0 auto 10px;
	padding: 0;
	width: 355px;
	display: block;
}

.adviceBanner {
	margin: 0;
	padding: 0;
	width: 355px;
	line-height: 1;
	display: block;
}



iframe {
	margin: 0 auto 30px;
	padding: 0;
	/* width: 355px; */
	width: 370px;
	vertical-align: bottom;
	display: block;
}











/* Footer
---------------------------------------------------------*/
footer {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

small {
	color: #686868;
	margin: 0;
	padding: 0 0 45px;
	font-size: 0.875em; /* 14px */
	text-align: center;
	display: block;
}



































