/* ===============================================footer
          reset.css
=============================================== */

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* ===============================================
					全体
=============================================== */

body{
	font-family: "ƒƒCƒŠƒI", Meiryo, "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000033), color-stop(100%,#213a9e));
	background: -webkit-linear-gradient(top, #000033 0%,#213a9e 100%);
	background: -o-linear-gradient(top, #000033 0%,#213a9e 100%);
	background: -ms-linear-gradient(top, #000033 0%,#213a9e 100%);
	margin:0 auto;
	color: #fff;
}

ul{
	list-style-type: none;
}

a{
	text-decoration:none;
}

/* ===============================================
					共通
=============================================== */

#wrapper{
	width:100%;
}

form,.kiyaku{
	margin: 0 auto;
	/*padding-top: 10px;*/
	padding-bottom:10px;
}

.top-img{
	text-align:center;
    background-image: url("./img/back.png");
}

.midasi,.entry,.k-end{
	font-size: 13px;
	line-height: 40px;
	border-top: none;
	text-align: center;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(145,194,226,1) 0%, rgba(145,194,226,0.99) 1%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,194,226,1)), color-stop(1%,rgba(145,194,226,0.99)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(145,194,226,1) 0%,rgba(145,194,226,0.99) 1%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(145,194,226,1) 0%,rgba(145,194,226,0.99) 1%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(145,194,226,1) 0%,rgba(145,194,226,0.99) 1%,rgba(255,255,255,0) 100%);
}

.k-end{
	font-weight: bold;
	font-size: 15px;
	line-height: 50px;
}

.box{
	display: block;
	overflow:hidden;
	margin: 0 auto 10px auto;
	display: block;
	padding:0 10px;
	text-align: center;
}

.box2{
	display: block;
	overflow:hidden;
	margin: 0 auto 10px auto;
	display: block;
	padding:20px 0 30px 0;
}

/* ===============================================
					誘導
=============================================== */
.line_yudo, h1{
	line-height: 2.8;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-bottom:1px solid #fff;
	font-weight: bold;
}

.yudo{
	color:#fff;
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
	background: #333;
	padding: 5px 0;
	border-top: 1px solid #fff;
	border-bottom:1px solid #fff;
}

.free{
	text-align: center;
	padding-bottom: 20px;
	font-size: 13px;
}

/* ===============================================
				性別、未婚・既婚、血液型
=============================================== */

input[type="radio"] {
	display:none;
}

radio,label{
	display: block;
	float:left;
	width: 50%;
	color: #000;
	padding: 75px 0;
	font-weight: bold;
	text-align: center;
	background-image: url("./img/btn-off.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:160px;

}

radio,input:checked+label {
	background-image: url("./img/btn-on.gif");
	color: #cc0000;
}

/* ===============================================
					誕生日
=============================================== */
.d-box{
	text-align: center;
}

.day{
	display:inline-block;
	width: 30%;
}

select{
     -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

select{
	border-radius: 3px;
    border:2px solid #FDC100;
    font-size: 16px;
    width:100%;
    line-height:2.7;
    margin:0 0 15px;
    padding: 0 8px 0;
 	background-color:#fff;
	background-image: url("./img/yazi.png");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size:15px;
}

/* ===============================================
					名前
=============================================== */
.n_box{
	text-align: center;
}

input[type="text"] {
	display: block;
	width:80%;
	line-height: 2.5;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
}

.eight{
	font-size: 11px;
}

/* ===============================================
					フォームボタン
=============================================== */
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
    border-style: none;
}

input#submit_button{
	display:block;
	width:88%;
   	margin:15px auto 40px;
   	line-height: 2.7;
   	font-size: 1.2em;
   	font-weight: bold;
    color: #192d85;
   	background: #f1da36;
   	border-radius: 4px;
	box-shadow: 2px 2px 3px #000;
	/*text-shadow:2px 2px 3px #000;*/
}

/* ===============================================
					フッター
=============================================== */

.info{
	font-size: 12px;
}

.infoin{
	background-image: url("./img/back.png");
	padding: 7px 0 0 0;
	margin-top: 20px;
}

.infoSub{
	font-weight: bold;
	margin:10px 0 0 10px;
}

.info li{
    border-top: 1px solid #15538C;
	border-bottom: 1px solid #0B4275;
	background: url("http://kigt.sakura.ne.jp/free-fortune/img/menuNext.png") 95% 50% no-repeat;
	background-size: 20px;
}
.info a{
	display: block;
	line-height: 50px;
	color: #fff;
	padding-left: 20px;
	font-weight: bold;
}

.footer{
	text-align:center;
	font-size: 10px;
	line-height: 3;
	color: #fff;
	margin-top: 20px;
}


/* ===============================================
				規約ページ
=============================================== */
.sentence, .OtherSiteDescription{
	width: 88%;
	line-height:2;
	margin:0 auto;
	font-size:12px;
	padding:20px 0;
	border-radius: 5px;
	text-align:left;
	margin-bottom:7px;
}
.sentence a{
	color: #ef0000;
	text-decoration: underline;
}
/* ===============================================
				エラー、確認ページ
=============================================== */
.k-btn{
	background: #04073f;
}

.k-btn a{
	color: #fff;
	display: block;
	padding: 50px;
	height:158px;
	background-image: url("./img/btn-go.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:265px;
    /*border-radius: 5px;
    margin: 0 auto;
	font-weight: bold;
	width: 70%;*/
}

.k-btn-text{
	text-align: center;
	font-size: 12px;
	line-height: 4;
}

.k-point{
	color: #FFFF66;
}

.k-back{
	line-height: 2;
	font-size: 12px;
}

.k-back2 a{
	display: block;
	line-height: 3;
	background: #ccc;
	margin: 5px auto;
   	background: #FFEB59;
   	border-radius: 4px;
	box-shadow: 2px 2px 3px #000;
	color: #0b1458;
	/*text-shadow:2px 2px 1px #000;*/
	font-weight: bold;
}

.sousin{
	width: 90%;
	margin: 0 auto;
}
