@charset "utf-8";
/* 治験情報用スタイル */


/*************************/
/*******  Ｑ＆Ａ  ********/
/*************************/
#qa01 dt{
	padding-left:13px;
	width:57px;
	color:#FF0033;
	font-weight:bold;
	float:left;
}

#qa01 dd{
	margin-left:70px;
}

/*******************************/
/****　参加までの流れ　*****/
/*******************************/

#flow th, #flow td{
	padding-bottom:10px;
	vertical-align:top;
}

#flow th{
	text-align:left;
	padding-bottom:40px;
	background:url(../../clinical/images/flow_bg_arrow.gif) 20px 35px no-repeat;
}

#flow h3{
	margin-bottom:10px;
}

#flow p{
	margin-bottom:10px;
}

/*******************************/
/****治験・モニター情報一覧*****/
/*******************************/

/* /////共通設定///// */

/*情報数カウント*/
p.mdl_count{
	width:180px;
	padding:3px;
	margin-bottom:10px;
	border:#D2EAFF 3px solid;
	text-align:center;
	font-size:0.85em;
}

p.mdl_count em{
	font-size:1.5em;
	font-weight:bold;
	color:#FF0033;
}


/*table.detailedInfo th{
	background-color:#c9c9c9;
}

table.detailedInfo td p, table.detailedInfo th p{
	font-weight: bold;
}*/


/*情報テーブル*/
table.info{
	margin-bottom:10px;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	/*border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;*/
}

table.info th, table.info td{
	padding:3px 3px;
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	
	vertical-align:top;
}

table.info table#share td,table.info table#share th{
	padding:3px 0px;
	border-right: none;
	border-bottom: none;
	vertical-align:top;#D2EAFF
}

table.info tr th {
	text-align:left;
	padding-left: 5px;
}

table.info td.icon{
	width:420px;
}

table.info td.icon div{
	/*margin-left:2px;*/
}

table.info td.code{
	width:120px;
	background-color:#f4f4f4;
}


table.info dl{
	margin:5px 0;
	
}

table.info dt{
	margin:0;
	padding:0;
	line-height:1.3em;
	width:6em;
	text-align:center;
	/*border-right:#CCCCCC 1px solid;*/
}

table.info dd{
	position:relative; 
	top:-1.3em;
	left:6em;
	width:80%;
	margin:0;
	padding:0 0 0 1em;
	line-height:1.3em;
	z-index:1;
	
	/*border-bottom:#CCCCCC 1px solid;*/
}

table.info dd.yen{
	top:-2.6em;
}

/*
table.info dt{
	clear:left;
	float:left;
	width:60px;
	padding:2px 4px;
	margin-bottom:5px;
	text-align:center;
	font-size:0.9em;
}

table.info dd{
	margin-left:80px;
	margin-bottom:5px;
	padding-top:3px;
}
*/

table.info dd strong{
	color:#0066FF;
}

table.info div.detail{
	clear:left;
	padding:3px 0 0 0;
	margin:0;
	border-top:#CCCCCC 1px dotted;
	text-align:right;
}


/* /////ジャンル別設定///// */

/*治験*/
#ct_list h3{
	padding:3px 5px;
	margin-bottom:10px;
	border:none;
	color:#FFFFFF;
	padding-left:30px;
	background:url(../images/bg_gn01.gif) #4EA4EC left bottom no-repeat;
	font-weight:bold;
}

#ct_list table.info dt{
	background-color:#D2EAFF;
	border:#4EA4EC 1px solid;
	white-space:nowrap;
}

#ct_list table.info th{
	background-color:#D2EAFF;
}

/*コスメ*/
#cosme_list h3{
	padding:3px 5px;
	margin-bottom:10px;
	border:none;
	color:#FFFFFF;
	padding-left:30px;
	background:url(../images/bg_gn02.gif) #ff90cc left bottom no-repeat;
	font-weight:bold;
}

#cosme_list table.info dt{
	background-color:#FFD6EE;
	border:#FFA6D6 1px solid;
}

#cosme_list table.info th{
	background-color:#FFD6EE;
}

/*健康食品*/
#food_list h3{
	padding:3px 5px;
	margin-bottom:10px;
	border:none;
	color:#FFFFFF;
	padding-left:30px;
	background:url(../images/bg_gn03.gif) #FAAF57 left bottom no-repeat;
	font-weight:bold;
}

#food_list table.info dt{
	background-color:#FFEED4;
	border:#FAAF57 1px solid;
}

#food_list table.info th{
	background-color:#FFEED4;
}

/*そのた*/
#other_list h3{
	padding:3px 5px;
	margin-bottom:10px;
	border:none;
	color:#FFFFFF;
	padding-left:30px;
	background:url(../images/bg_gn06.gif) #7F7F7F left bottom no-repeat;
	font-weight:bold;
}

#other_list table.info dt{
	background-color:#c9c9c9;
	border:#c9c9c9 1px solid;
}

#other_list table th{
	background-color:#EFEFEF;
}

/*事前募集案件*/
#soon_list h3{
	padding:3px 5px;
	margin-bottom:10px;
	background-image:none;
	background-color:#b9d66c;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
}

#soon_list table.info dt{
	background-color:#e4f3bd;
	border:#b9d66c 1px solid;
}

#soon_list table.info th{
	background-color:#e4f3bd;
}

/***おすすめ***/
#recommend{
	margin-bottom:30px;
}

#recommend h2{
	margin-bottom:10px;
}

#recommend h3{
	padding:2px 5px;
	color:#FFFFFF;
}

#recommend td{
	padding:5px 0;
	vertical-align:top;
	border-bottom:#666666 1px dotted;
	font-size:0.9em;
}

#recommend table{
	margin-bottom:5px;
}

#recommend tr.odd{
	background-color:#FFFFFF;
}

#recommend tr.even{
	background-color:#E7E7E7;
}

#recommend td.status{
	width:30px;
}

#recommend td.icon{
	width:110px;
	text-align:right;
}

#recommend td.status div{
	margin-bottom:1px;
}

#recommend td.icon div{
	margin-left:1px;
}


#function li{
	font-size:0.9em;
}

#function .btm{
	margin-top:-20px;
	margin-bottom:20px;
}

/*******************************/
/****治験・モニター情報詳細*****/
/*******************************/

#backlist{
	float:left;
}

#backlist a{
	padding-left:13px;
	background:url(../images/parts_back.gif) left 3px no-repeat;
}

.reserve{
	clear:both;
	padding:0 0 15px 0;
	text-align:center;
}

/*******************************/
/****　WEB予約申込フォーム　*****/
/*******************************/

#registStep{
	float:right;
	margin-top:-8px;
	margin-bottom:10px;
	_margin-top:0;
}

#registStep li{
	display:inline;
}

h3 span.cap{
	font-size:0.8em;
	font-weight:normal;
}

#toiawase{
	width:180px;
	padding:5px;
	margin-bottom:20px;
	border:#CCCCCC 1px solid;
}

#toiawase em{
	color:#FF0033;
	font-weight:bold;
}

#number{
	margin-bottom:20px;
	padding:10px;
	background-color:#FFFF99;
	border:#FF6600 1px solid;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}

/*******************************/
/****　　体験レポート　　*****/
/*******************************/

.repo{
	padding:10px;
	margin-bottom:10px;
	border:#CCCCCC 1px solid;
}

.pinfo{
	width:100px;
	/*padding-top:110px;*/
	/*padding-top:0;*/
	margin-right:15px;
	float:left;
	text-align:center;
}

.pinfo p{
	margin-bottom:0;
	line-height:50%;
	font-size:0.85em;
}

.m{
	background:url(../../clinical/images/illust_m.gif) left top no-repeat;
}

.f{
	background:url(../../clinical/images/illust_f.gif) left top no-repeat;
}

.article{
	margin-left:115px;
}

.article h3{
	margin-bottom:5px !important;
	border:none !important;
	background-color:#EEEEEE !important;
	background-image:none !important;
}

.article .category{
	font-size:0.85em;
}

.article .ct{
	color:#4EA4EC;
}

.article .cosme{
	color:#FFA6D6;
}

.article .food{
	color:#FAAF57;
}

.cmnt{
	padding:10px;
	background-color:#D2EAFF;
}

.cmnt p{
	margin-bottom:0;
	color:#4EA4EC;
	font-size:0.9em;
	line-height:120%;
}

.ad_list{
	margin-bottom:15px;
	text-align:center;
}

#agree{
	border:1px solid #AED3F3;
	height:400px;
	overflow:auto;
	padding:10px 30px;
}

#submitButton{
	background:url(/common/images/btn_send.png);
	width:160px;
	height:35px;
	cursor:pointer;
}

#backButton{
	background:url(/common/images/btn_correct.png);
	width:110px;
	height:35px;
}

#backButton.hover,
#submitButton.hover{
	background-position:0 -35px;
}

#submitButton.disabled{
	background-position:0 -70px;
}
