@charset "UTF-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）


***********************************/

@import "./base.css";

#right_box a:hover img{
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7;
}

#right_box ul li{
	list-style-type: none;
}

#right_box p strong{
	color: #FF0000;
}

#right_box div.inquiry{
	margin: 20px 0;
}

#right_box div.thumb{
	text-align: center;
}

#right_box div.thumb img{
	border: 1px solid #CCCCCC;
}




/* questionnaireのスタイル */
#main .imgquest{
	display: inline-block;
	border: 2px solid #ef8585;
	margin: 20px 16px 0 ;
	vertical-align: bottom;
	padding: 0 37px;
}
#main .imgquestside{
	padding: 37px 0;
}
.imgquest a:focus{
	outline: none;
}
.questionnaire{
	margin-top: 30px;
	border: 2px solid #ef8585;
	padding: 10px;
}
.smallquest{
	margin-top: 20px;
	border: 2px solid #ef8585;
	padding: 10px;
}
#right_box .smallquest p{
	margin: 0;
}
.quest{
	overflow: hidden;
	margin-top: 1em;
}
h3{
	font-size: 125%;
}
.quest a:focus{
	outline: none;
}
.quest img{
	float: left;
	padding-right: 1em;
}
.person{
	overflow: hidden;
	border-top: 3px dotted #f6ab00;
	margin-top: 1em;
	padding-top: 1em;
}
.person img{
	float: right;
	padding-left: 1em;
}
.person span{
	display: block;
	text-align: right;
	font-weight: bold;
}
#right_box .questionnaire p{
	margin-bottom: 0;
}
