﻿@charset "utf-8";
/* =========================================================
CSS information

 更新者：松尾
 更新日：20091201

 file name  : check.css
 style info : 婚活力診断用のスタイル
============================================================ */

/* 【設問】飾り枠の設定
----------------------------------------------------*/
#testBoxt {
	width: 590px;
	background: url(../images/bg_boxt.png) no-repeat;
	text-align: center;
}

#testBoxt p {
	padding: 15px 0px;
}

#testBoxt #boxm {
	background: url(../images/bg.png) repeat-y;
}

#testBoxt #boxm form { /* 飾り枠も兼ねたフォーム */
	background: url(../images/bg_boxb.png) bottom no-repeat;
	padding-bottom: 10px;
}

#testBoxt #boxm form #sobx {
	width: 530px;
	background: url(../images/bg_sboxt.png) no-repeat;
	margin: 0px 30px;
	text-align: left;
}


/* 【設問】設問項目テーブル
----------------------------------------------------*/
#testBoxt #boxm form #sobx table {
	width: 530px;
	background: url(../images/bg_sboxb.png) bottom no-repeat;
}

#testBoxt #boxm form #sobx table tr.bg {
	background: #EDF5D3;
}

#testBoxt #boxm form #sobx table td {
	padding: 10px 0px;
}

#testBoxt #boxm form #sobx table td.qNumber {
	padding-right: 3px;
	padding-left: 25px;
	vertical-align: top;
}

#testBoxt #boxm form #sobx table td.question {
	padding-right: 15px;
	padding-left: 0px;
	vertical-align: top;
}

#testBoxt #boxm form #sobx table td.select {
	width: 275px;
	padding-right: 10px;
	padding-left: 0px;
}

#testBoxt #boxm form #sobx table td label {
	margin-right: 10px;
}


/* 【診断結果】飾り枠の設定
----------------------------------------------------*/
#resultBoxb {
	width: 590px;
	background: url(../images/bg_boxb.png) bottom no-repeat;
}

#resultBoxb #resultBoxt {
	width: 590px;
	background: url(../images/result_boxt.png) no-repeat;
	padding-bottom: 40px;
	/padding-bottom: 0px;
	position: relative;
}

#resultBoxb #resultBoxt h1 {
	position: absolute;
	top: 12px;
	right: 10px;
}


/* 【診断結果】結果表示周り
----------------------------------------------------*/
#resultBoxb #resultBoxt p.title {
	position: absolute;
	top: 12px;
	left: 96px;
}

#resultBoxb #resultBoxt p.subtitle {
	position: absolute;
	top: 76px;
	left: 41px;
}

#resultBoxb #resultBoxt p.score {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 100px;
	color: #FA56A4;
	line-height: normal;
	z-index: 2;
}

*html #resultBoxb #resultBoxt p.score {
	position: absolute;
	top: 45px;
	right: 50px;
	font-size: 100px;
	color: #FA56A4;
	line-height: normal;
	z-index: 2;
}

#resultBoxb #resultBoxt p.scoreRate {
	position: absolute;
	top: 145px;
	right: 45px;
	z-index: 5;
}

#resultBoxb #resultBoxt #sbox {
	background: url(../images/bg_sboxb.png) bottom no-repeat;
	padding-top: 150px;
}

#resultBoxb #resultBoxt #sbox p {
	padding-top: 0px;
	padding-right: 85px;
	padding-bottom: 25px;
	padding-left: 50px;
}

#resultBoxb #resultBoxt p#retest {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: right;
}

#resultBoxb #resultBoxt #sbox #recommend {
	background: url(../images/score_boxb.png) bottom no-repeat;
	margin: 0px 50px;
	padding-bottom: 5px;
}

#resultBoxb #resultBoxt #sbox #recommend ul {
	background: url(../images/score_boxt.png) no-repeat;
	padding-top: 15px;
}

#resultBoxb #resultBoxt #sbox #recommend ul li {
	width: 190px;
	float: left;
}

#resultBoxb #resultBoxt #sbox #recommend ul li.under80 {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#resultBoxb #resultBoxt #sbox #recommend ul li.over80 {
	padding-top: 10px;
	padding-bottom: 10px;
}

#resultBoxb #resultBoxt #sbox #recommend ul li dl dd {
	padding: 10px 0px;
}

#resultBoxb #resultBoxt #sbox #recommend ul li dl dd span {
	display: block;
	padding-top: 5px;
	font-size: 88%;
	text-decoration: underline;
	line-height: 1.25;
}




/* 婚活力をもっとあげるために
----------------------------------------------------*/
#leadBoxt {
	width: 490px;
	margin: 15px 50px;
}

#leadBoxt #leadBoxb {
	padding-top: 15px;
	padding-bottom: 30px;
}

#leadBoxt #leadBoxb .linkCategory {
	width: 230px;
}

#leadBoxt #leadBoxb .linkCategory h3 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#leadBoxt #leadBoxb .linkCategory ul.linkList {
	margin-bottom: 30px;
}

#leadBoxt #leadBoxb .linkCategory ul.linkList li {
	background: url(/images/share/i_list.png) 0em 0.5em no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 15px;
}

#leadBoxt #leadBoxb .linkCategory ul.linkList li a {
	text-decoration: underline;
}
