@charset "utf-8";
/* CSS Document */

/*--------------------------------------------
タグセレクタ・ブラウザスタイル初期化
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body{
	color: #333;
	font-size: 12px;
	background-color:#ebebeb;
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align  : left;
	font-style: normal;
	font-weight: normal;
}
ul, ol, dl, dt, dd {
	list-style: none;
}
span, img {
	border: none;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}

img.img_border{
	border: 1px solid #333;
}

a {
	overflow: hidden;/*Firefoxでインデントで消したリンク要素の枠を解消*/
}

.error {  
	color: #ed1c24;
}

/*--------------------------------------------
強制的にclearするセレクタ
--------------------------------------------*/
.clear {
	display: block;
	clear: both;
	line-height: 0px;
	font-size: 1px;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
	min-height: 1%;
}

/*Hides from MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*Hides from MacIE */


/*--------------------------------------------
body
--------------------------------------------*/
a:link{
color:#0072bc;
text-decoration:none;
}

a:visited{
color:#0072bc;
text-decoration:none;
}

a:hover{
color:#D54E21;
text-decoration:none;
}

div#container {
	width: 950px;
	margin: 0 auto;
	background-color:#FFF;
}

/*--------------------------------------------
header
--------------------------------------------*/
div#container div#header div#logo {
	height: 60px;
}

div#container div#header div#head-line{
	padding: 10px 0;
}


div#container div#header div#head-line h1{
	color:#1375B8;
	float:right;
	font-size:20px;
	font-weight:bold;
	margin-right:20px;
	margin-top:20px;
	text-align:center;
}


div#container div#header div#main-image-spring{
	height: 382px;
	position:relative;
	background:transparent url('../images/main-header-spring.jpg') no-repeat top left;
	margin-bottom: 20px;
}


div#container div#header div#main-image a {
	height: 55px;
	width: 275px;
	position:absolute;
	margin-left: 287px;
	margin-top:429px;
}

/* Survey */
div#container div#content {
	padding: 0px 15px 15px 15px;
}

div#container div#content #info{
	margin-bottom: 10px;
}

div#container div#content .title{
	margin-bottom: 20px;
	font-size:24px;
	margin-top:30px;
}

div#container div#content #flags{
	text-align: center;
}

ul.horizontal li{
	float:left;
}

ul.number{
	margin-top: 20px;
	font-size: 32px;	
}

ul.number li div.plus{
	margin: 0 15px;
	padding-top: 15px;
}

ul.number li#number-box-1{
	background: transparent url('../images/number-box1.gif') no-repeat top left;
	text-align:center;
	width: 194px;
	height: 67px;
}

ul.number li#number-box-2{
	background: transparent url('../images/number-box2.gif') no-repeat top left;
	text-align:center;
	width: 165px;
	height: 67px;
}

ul.number li#number-box-3{
	background: transparent url('../images/number-box3.gif') no-repeat top left;
	text-align:center;
	width: 347px;
	height: 67px;
}

.provider-name{
	float:left;
	margin-right: 10px;
	padding-top:7px;
	width: 120px;
	text-align:right;
	font-weight:bold;
}

.cosmo{
	color:#F00;
}

.price{
	font-weight:bold;
	padding-top:7px;
	float:left;
}

.subtitle{
	font-size:18px;
	font-weight:bold;
	border-left:25px solid #1375b8;
	padding: 5px;
	padding-left: 15px;
	/* background-color:#d1eda9;*/
	margin-bottom: 15px;
}

/* Rounded Box */
.solid-box {  
	border-radius: 10px;
	border: 3px solid #1375b8;
	padding: 5px;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	font-weight:bold;
	text-align:center;
	font-size: 20px;
}

.solid-box .price-highlight{
	color:#F00;
	font-size: 34px;
	font-weight:bold;
}

div#container div#content #compare dl{
	margin-bottom: 20px;
	margin-top: 20px;
}

div#container div#content #compare dl dt{
	float:left;
	width: 224px;
}
div#container div#content #compare dl dd{
	float:left;
}

div#container div#content #compare #compare-mobile,
div#container div#content #compare #compare-tel{
	margin: 20px 0;
}

.barmid-green{
	background: transparent url('../images/green-middle.gif') repeat-x top right;
}

.barmid-blue{
	background: transparent url('../images/blue-middle.gif') repeat-x top right;
}
ul.bar{
	font-size: 16px;
}
ul.bar li{
	margin-bottom:5px;
}

div#benefits ul.benefit-list{
	font-size: 22px;
	margin-left: 40px;
	margin-bottom: 20px;
}

div.no-required{
	font-size: 24px;
	margin: 0 auto;
	background-color:#00a651;
	padding: 10px;
	color: #FFF;
}

div#benefits ul.benefit-list li{
	margin-bottom: 10px;
}

div#container #content #info #condition{
	margin-top: 10px;
}

div#container #content #info #condition h2{
	margin: 10px 0;
	font-size: 16px;
	color: #659ec5;
	font-weight:bold;
}

div#container #content #info #condition li{

}

div#container #content #info #condition ul{
	list-style:square outside none;
	margin-left: 16px;
}

div#container div#content #info table {
	border:1px solid #333;
	border-collapse:collapse;
	width:100%;
}

div#container div#content #info table th {
	background-color:#99dff5;
	border:1px solid #333;
	border-collapse:collapse;
	padding:5px 10px;
	text-align:left;
	vertical-align:top;
	width:200px;
}

div#container div#content #info table td {
	border:1px solid #333;
	border-collapse:collapse;
	padding:5px 10px;
	vertical-align:top;
}

/* Rounded Box */
.rounded-box {  
	border-radius: 10px;
	border: 3px solid #666;
	padding: 10px;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}

/* Footer */
div#container #footer {
	background-color:#1375B8;
	padding-top: 26px;
	padding-bottom: 10px;
}

div#container #footer .footer-col {
	width: 200px;
	height: 150px;
	float:left;
	margin-left: 26px;
}

div#container #footer .footer-col p{
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#container #footer .footer-col a{
	color: #fff;
	text-decoration:underline;
}

div#container #footer .copyright{
	text-align: center;
	color:#fff;
	margin-top: 10px;
}
