@charset "utf-8";

/* 言わせろ用レイアウト */
#main-column{
	margin:0px;
	padding:0px;
}
#main-contents-wrapper{
	margin-left:0px;
	padding-left:0px;
	overflow:hidden;
}
#main-contents{
	/* padding:35px 25px 0px 0px; */
	padding:0px 25px 0px 0px;
}
#main-contents .mainTlt{
	display:none;
}
.iwaseroArea{
	width:628px;
}

/*「編集部より」*/
.iwaseroArea div.editer p {
	font-size:70%!important;
	line-height:1.6;
	margin-bottom:1em;
}

/*タイトル帯（黒帯）*/
.iwaseroArea .reportTlt {
	background-color:#000000;
	background-image:url("/common/images/v1/iwasero/numberColumnBg.jpg");
	background-position:left center;
	background-repeat:repeat-x;
	color:#CCCCCC;
	font-size:80%;
	font-weight:bold;
	line-height:1;
	margin:0px 0px 20px 0px;
	padding:10px 10px 10px 9px;
}

/*枠内文章下のグレーの点線*/
.iwaseroArea div.resultBox-inner li{
	border-top-color:#CCCCCC;
	border-top-style:dotted;
	border-top-width:1px;
	padding-top:13px;
}
.iwaseroArea div.resultBox-inner li.first-child{
	border-width:0px;
	margin-top:0px;
	padding-top:0px;
}
.iwaseroArea div.resultBox01,.iwaseroArea div.resultBox02,.iwaseroArea div.resultBox03,.iwaseroArea div.resultBox04,.iwaseroArea div.resultBox05,.iwaseroArea div.resultBox06{
	margin-top:20px;
	margin-bottom:20px;
}
/*赤い枠*/
.iwaseroArea div.resultBox01 {
	background-color:transparent;
	background-image:url("/common/images/v1/iwasero/report_bg_01.gif");
	background-position:left top;
	background-repeat:repeat;
	border-width:2px;
	border-style:solid;
	border-color:#ec2a2a;
}
/*青い枠*/
.iwaseroArea div.resultBox02 {
	background-image:url("/common/images/v1/iwasero/report_bg_02.gif");
	background-position:left top;
	background-repeat:repeat;
	border-width:2px;
	border-style:solid;
	border-color:#2ac2ec;
}

/*枠3*/
.iwaseroArea div.resultBox03 {
	background-image:url("/common/images/v1/iwasero/report_bg_03.gif");
	background-position:left top;
	background-repeat:repeat;
	border-width:2px;
	border-style:solid;
	border-color:#f99311;
}

/*枠4*/
.iwaseroArea div.resultBox04 {
	background-image:url("/common/images/v1/iwasero/report_bg_04.gif");
	background-position:left top;
	background-repeat:repeat;
	border-width:2px;
	border-style:solid;
	border-color:#5ebd35;
}
/*枠5*/
.iwaseroArea div.resultBox05 {
	background-image:url("/common/images/v1/iwasero/report_bg_05.gif");
	background-position:left top;
	background-repeat:repeat;
	border-width:2px;
	border-style:solid;
	border-color:#00baa2;
}
/*枠6*/
.iwaseroArea div.resultBox06 {
	background-image:url("/common/images/v1/iwasero/report_bg_06.gif");
	background-position:left top;
	background-repeat:repeat;
	border-width:2px;
	border-style:solid;
	border-color:#3f72e4;
}

/*枠の内側（白バック）*/
.iwaseroArea div.resultBox-inner {
	background-color:#fff;
	margin:3px;
	padding:20px 19px 5px 19px;
	padding-bottom:5px;
	padding-left:19px;
	padding-right:19px;
	padding-top:20px;
}

/*グレー背景*/

.iwaseroArea div.resultBox_other div.resultBox-inner {
	background-color:#e6e6e5;
}

/*「言わせろナンバー、トップへ戻る」ボタン中央へ*/
/* 本文扱いボタンは隠す */
.iwaseroArea div.btn_iwaserotop {
	/*
	margin:30px 0px;
	text-align:center;
	*/
	display:none;
}
#goto-iwaserotop{
	float:left;
	clear:both;
	width:100%;
	margin:30px auto;
	text-align:center;
}

/* 言わせろ用各種要素位置調整 */
.iwaseroArea *{
	margin-left:20px;
}
.iwaseroArea p,.iwaseroArea a,.iwaseroArea img,.iwaseroArea h3,.iwaseroArea strong{
	margin-left:0px;
}
.iwaseroArea .titleimage{
	margin-left:0px;
}
.iwaseroArea .titleimage *{
	margin-left:0px;
}
.iwaseroArea h2{
	clear:both;
	margin-left:20px!important;
}
.resultBox-inner img{
	float:left;
}

/* 言わせろ用各種要素ビジュアルと位置調整 */
.resultBox-inner{
	width:560px;
}
* html .resultBox-inner{
	width:598px;
}
.resultBox-inner * li{
	font-size:80%;
}
.resultBox-inner ul{
	float:left;
	margin:0px;
	padding:0px;
	width:410px;
}
.resultBox-inner * li p{
	margin:10px 0px!important;
	font-size:100%!important;
}
.resultBox_other{
	background-color:#e6e6e5;
}
.resultBox_other * ul{
	width:100%!important;
}
.resultBox_other * ul li{
	margin-left:0px!important;
}
