﻿@import url("base.css");

/*-----------------------------------
	レイアウト
-----------------------------------*/
/*-----------------------------------
	共通
-----------------------------------*/
/*コンテンツ*/
#contents{
	width:720px;
}
/*ヘッダー*/
#contents .title_wrapper{
	padding:5px 0 11px;
	width:720px;
	height:100%;
	background:url(../img/base/dot_3.gif) bottom repeat-x;
}
#contents .title_wrapper .title{
	font-size:14px;
	font-weight:bold;
	float:left;
	color:#333333;
}
#contents .title_wrapper .page_back{
	float:right;
}

/*-----------------------------------
	お客様の声一覧
-----------------------------------*/
/*お客様の声紹介*/
#contents .voice_header{
	width:691px;
	height:183px;
	padding:17px 0 0 29px;
	margin:11px 0px 18px;
	background:url(../img/check/header_bg.jpg) top left no-repeat;
}
/*ページ操作共通*/

#contents .page_data{
	color:#7F7F7F;
}

#contents .page_data02{
	color:#7F7F7F;
	padding:12px 0px 6px;
}




#contents .page_data .now{
	font-size:14px;
	font-weight:bold;
	font-family:Verdana;
	color:#FF7F00;
}
#contents .page_ctrl{
	float:left;
	letter-spacing:2px;
}
#contents .page_step{
	float:right;
}
/*お客様の声リストヘッダ*/
#contents .page_ctrl_header{
	width:720px;
	padding-bottom:9px;
}
#contents .page_ctrl_header a{
	border-bottom:dotted 1px;
}
/*お客様の声リストフッタ*/
#contents .page_ctrl_footer{
	width:720px;
}
#contents .page_ctrl_footer a{
	border-bottom:dotted 1px;
}
#contents .page_ctrl_footer .page_data{
	padding-bottom:7px;
	background:url(../img/base/dot_line.gif) bottom repeat-x;
}
#contents .page_ctrl_footer .page_ctrl{
	padding-top:5px;
}
#contents .page_ctrl_footer .page_step{
	padding-top:5px;
}


/*お客様の声*/
#contents .voice_list{
	padding:17px 0 18px;
}
#contents .voice_wrapper1{
	float:left;
	padding-right:20px;
	padding-bottom:16px;
}
#contents .voice_wrapper2{
	float:left;
	padding-bottom:16px;
}
#contents .voice_item{
	width:350px;
	height:120px;
	background:url(../img/voice/item_bg.gif) top left no-repeat;
}
#contents .voice_item .photo{
	padding:9px;
	padding-right:0;
	float:left;
}
#contents .voice_item .text_area{
	width:205px;
	padding:9px 0px;
	padding-right:22px;
	float:right;
}
#contents .voice_item .text_area .date{
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana;
	line-height:10px;
	padding:3px 2px;
	background-color:#00A0C6;
	display:inline;
}
#contents .voice_item .text_area .new{
	display:inline;
}
#contents .voice_item .text_area .name{
	padding:10px 0 5px;
	font-size:13px;
	font-weight:bold;
	line-height:13px;
}
#contents .voice_item .text_area .details{
	font-size:11px;
	line-height:15px;
}
/*-----------------------------------
	お客様の声詳細
-----------------------------------*/
#contents .voice{
	padding:16px 0 30px;
}
/*写真*/
#contents .voice .photo{
	float:left;
}
/*テキスト*/
#contents .voice .text_area{
	width:600px;
	padding-right:10px;
	float:right;
}
#contents .voice .text_area .date{
	color:#FFFFFF;
	font-size:10px;
	line-height:10px;
	padding:3px 2px;
	background-color:#00A0C6;
	display:inline;
}
#contents .voice .text_area .new{
	display:inline;
}
#contents .voice .text_area .name{
	padding:10px 0 5px;
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
}
#contents .voice .text_area .details{
	line-height:19px;
}
#contents .voice_title{
	padding-bottom:1px;
	background:url(../img/base/dot_line.gif) bottom repeat-x;
}
/*直筆メッセージ*/
#contents .voice_msg{
	text-align:center;
	padding:23px 0 38px;
}
#contents .voice_msg img{
	border:dotted 1px;
}
/*写真*/
#contents .voice_photo{
	padding-top:10px;
}
/*フッター*/
#contents .voice_footer{
	padding-top:12px;
	text-align:center;
}

/*-----------------------------------
	ボタン
-----------------------------------*/
/*モデルハウス紹介*/
#contents a.bt_modelhouse{
	width:250px;
	height:35px;
	display:block;
	margin-top:69px;
	background:url(../img/check/bt01.gif) top left no-repeat;
}
#contents a.bt_modelhouse:hover{
	background-position:top right;
}


#contents a.bt_check{
	width:209px;
	height:37px;
	margin:0px auto;
	display:block;
	background:url(../img/check/bt02.gif) top left no-repeat;
}
#contents a.bt_check:hover{
	background-position:top right;
}

#contents a.bt_check02{
	width:252px;
	height:35px;
	margin:0px auto;
	display:block;
	background:url(../img/check/chart_bt01.gif) top left no-repeat;
}
#contents a.bt_check02:hover{
	background-position:top right;
}


.bt_box{
	width:620px;
	height:49px;
	background-color:#EDEDED;
	margin:40px auto 68px;
	padding-top:13px;
}

.bt_box02{
	width:270px;
	height:40px;
	background-color:#EDEDED;
	margin:30px auto 68px;
	padding-top:6px;
}



/*中田　追加　09_09_04
=============================*/

.box_top{
	margin-top:20px;
}


/*テーブル
---------------------------*/
table {
	width:720px;
	border:0px;
	font-size:13px;
}

th {
	font-weight:normal;
	width:50px;
}

td {
	background-color:#F1F5FA;
	widows:720px;
	padding:5px 0px 5px 5px;
}

.chart{
	width:510px;
	margin:0px auto;
}


/*点数結果
------------------*/
.check_result100{
	background:url(../img/check/100_bg.jpg) top no-repeat;
	width:540px;
	height:37px;
	padding:153px 0px 0px 180px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result95{
	background:url(../img/check/95_bg.jpg) top no-repeat;
	width:450px;
	height:37px;
	padding:153px 0px 0px 270px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result90{
	background:url(../img/check/90_bg.jpg) top no-repeat;
	width:450px;
	height:37px;
	padding:153px 0px 0px 270px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result85{
	background:url(../img/check/85_bg.jpg) top no-repeat;
	width:450px;
	height:37px;
	padding:153px 0px 0px 270px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result80{
	background:url(../img/check/80_bg.jpg) top no-repeat;
	width:450px;
	height:37px;
	padding:153px 0px 0px 270px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result75{
	background:url(../img/check/75_bg.jpg) top no-repeat;
	width:450px;
	height:37px;
	padding:153px 0px 0px 270px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result70{
	background:url(../img/check/70_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result65{
	background:url(../img/check/65_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result60{
	background:url(../img/check/60_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result55{
	background:url(../img/check/55_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result50{
	background:url(../img/check/50_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result45{
	background:url(../img/check/45_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result40{
	background:url(../img/check/40_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result35{
	background:url(../img/check/35_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result30{
	background:url(../img/check/30_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result25{
	background:url(../img/check/25_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result20{
	background:url(../img/check/20_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result15{
	background:url(../img/check/15_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result10{
	background:url(../img/check/10_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result5{
	background:url(../img/check/5_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}

.check_result0{
	background:url(../img/check/0_bg.jpg) top no-repeat;
	width:510px;
	height:37px;
	padding:153px 0px 0px 210px;
	color:#7F7F7F;
	font-size:14px;
}






















