@charset "Shift_JIS";

/* 無料体験版用スタイル */
/*============目次==============
　1. インデックス
　2. 下層共通
　3. タイトル
==============================*/

/*===========================
■1. レイアウト
============================*/
/* frm_format */

body{
	margin:0; padding:0;
	font-family:"メイリオ","Meiryo",Osaka,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background-image: url(../img/bg.jpg);
	color:#333;
}

#logo{
	text-align:center;
	padding:15px 0 10px 0;
	background:#adadad;
	background:rgba(0, 0, 0, 0) linear-gradient(to right, #7a7a7a 0%, #dadada 50%, #7a7a7a 100%) repeat scroll 0 0
}
#logo p{
	font-size: 30px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#seigen{
	background:#E8E8E8;
	text-align:left;
	padding:20px;
	width:700px;
	font-weight:bold;
	font-size:120%;
}
#seigen ul{
	font-size:120%;
}

h2{
	text-align:center;
	font-size:16px;
}

H3.try{
	text-align:center;
	font-weight:bold;	
	color:#01457a;
	margin-bottom:5px;
	font-size:140%;
}
H3.try2{
	margin-left:180px;
	text-align:left;
	font-weight:bold;	
	color:#001e6f;
	margin-bottom:5px;
}
ul.att{
	width:780px;
	height:100%;
	font-size:100%;
	margin:10px auto;
	overflow:hidden;
}
#fudousan3-middle-center ul.att li{
	float:left;
	line-height:170%;
	clear:both;
	font-size:16px;
}

#seigen ul.att li{
	float:left;
	line-height:170%;
	clear:both;
	font-size:16px;
}

#main{
	text-align:center;
	padding-top:120px;
	font-weight:bold;
	line-height:150%;
}
div#bnr {
position: relative;
overflow: hidden;
}
 
div#bnr ul {
float:left;
left:47%;
position:relative;
margin:0;
}
 
div#bnr li {
float:left;
left:-50%;
position:relative;
list-style:none;
padding:0 5px;
}

p#text{
	 text-align:center;
	 margin:120px 0 5px 0;
}

.enqueteBox{
	padding:10px;
	border:solid 4px #CCC;
	background:#FFF;
	overflow: hidden;
	width:870px;
	margin:0 30px;
	text-align:left;
	font-size:90%;
}

.enqueteBox H2{
	font-weight:bold;
	font-size:180%;
	color:#01457a;
	text-shadow: 2px 2px 1px #fff;
	margin:15px 20px;
}

.enqueteBox P{
	text-align:left;
	line-height:100%;
	letter-spacing:0.1em;
	margin:0px 20px;
}

.enqueteBox ul{
	font-size:85%;
	line-height:160%;
	margin:0px 20px;
}
.enqueteBox table{
	width:90%;
	margin:10px 40px;
	font-size:100%;
	padding:10px;
}
.enqueteBox table th{
	width: 40%;
	background: #e0e6f6;
	border-top: 1px solid #e0e6f6;
	color: #001e6f;
	padding: 10px 0 0 31px;
	font-weight: bold;
}
.enqueteBox table td{
	width: 60%;
	border-top: 1px solid #e0e6f6;
	color: #1b1c1b;
	padding: 10px 0 10px 30px;
	text-align:left;
}
.enqueteBox table input{
	height:20px;
}
/* fin_format */
div.exedlArea{
	background:#FFF;
	width:50%;
	margin:0 auto;
	border:#CCC solid 3px;
	font-size:90%;
	padding:20px;
	text-align:center;
}
div.exedlArea h3{
	text-align:center;
	color:#001e6f;
	font-size:130%;
}
P.Text{
	font-size:80%;
	line-height:130%;
	text-align:left;
	margin:0px 15%;
	text-shadow: 1px 1px 0 #FFF;
}