/*///基本設定/////*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#Outline{
	background-color: #EFF0F6;
	text-align: center;
}
#Outline div.topimg{
	background: url(../img/topcover_faq.png) no-repeat top center #032c57;
	height: 157px;
}
#Outline div.topimg img{
	position: relative;
	right: 300px;
	top:10px;
}
#Outline div.topimg p{
	color: #fff;
	font-size: 28px;
	margin-top: 50px;
	font-weight: bold;
}
#MainArea{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#Menu{
	width: 100%;
	text-align: center;
	background-color: #00082e;
	height: 48px;
}
#MainArea div a div.readmore{
	width: 150px;
	margin: 10px;
	border:1px solid #000;
	color: #000;
	display: inline-block;
	padding:10px;
	box-shadow: none;
	border-radius: 4%;
	text-align: center;
	text-decoration:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#MainArea div a:hover div.readmore{
	background-color: #5abbed;
	color: #fff;
	border-color: #007eff;
}
div#Menu div{
	width: 960px;
	margin: 0 auto;
}
.Right{
	float: right;
}
.Left{
	float: left;
}

h1.topcomm{
	color: transparent;
	font-size: 1px;
}
#MainArea div{
	background-color: #fff;
	border:1px solid #eee;
	padding: 20px;
	margin-bottom: 15px;
	box-shadow: 1px 2px 2px #ccc;
}
#MainArea div h2{
	color: #656565;
	border-left: solid 12px #00a0e9;
	padding-left: 10px;
	font-weight: bold;
}
#MainArea div p{
	font-size: 14px;
	margin: 10px;
	line-height: 25px;
}

li.NewCheck{
	list-style-image: url(../img/mark_new.png);
	font-size: 16px;
	height: 35px;
}
li.Check{
	list-style-image: url(../img/mark_ck.png);
	font-size: 16px;
	height: 35px;
}



#Foot{
	color: #fff;
	background-color: #010b27;
	padding: 20px;
}
#Foot div{
	width: 900px;
	margin: 0 auto;
}
#Foot div hr{
	width: 900px;
	margin: 0 auto 20px;
	border-top: #00a0e9 1px solid;
	border-bottom: #024c6e 1px solid;
	height: 1px;
}
#Foot div div.Left{
	line-height: 120%;
	font-size: 12px;
	float: left;
	width: 100px;
	padding-top:10px; 
}
#Foot div div.Right{
	font-size: 12px;
	float: Right;
	width: 790px;
	margin-bottom: 10px;
}
#Foot div div.Right ul li{
	float: left;
	width: 250px;
	text-align: left;
}
#Foot div div.Right ul a li{
	color: #fff;
}
#Foot div div.Right ul a:hover li{
	color: #54e1ff;
}

#MainArea div.top{
	padding: 160px 0 10px 390px;
	background:  url(../img/bg_top.png) left 10px no-repeat #ffffff; /* Old browsers */
	background: url(../img/bg_top.png),-moz-linear-gradient(top,  #ffffff 0%, #eff7fc 100%); /* FF3.6+ */
	background: url(../img/bg_top.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eff7fc)); /* Chrome,Safari4+ */
	background: url(../img/bg_top.png),-webkit-linear-gradient(top,  #ffffff 0%,#eff7fc 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/bg_top.png),-o-linear-gradient(top,  #ffffff 0%,#eff7fc 100%); /* Opera 11.10+ */
	background: url(../img/bg_top.png),-ms-linear-gradient(top,  #ffffff 0%,#eff7fc 100%); /* IE10+ */
	background: url(../img/bg_top.png),linear-gradient(to bottom,  #ffffff 0%,#eff7fc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff7fc',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: left top;
}
div#MainArea div div{
	box-shadow: none;
	border: none;
}
h3{
	font-size: 110%;
	background-color: #f7eee1;
	padding: 5px 20px;
	margin-bottom: 35px;
	margin-top: 10px;
	color: #4c4d4d;
}
table{
	width: 485px;
	font-size: 85%;
	line-height: 160%;
	margin-top: 10px;
}
table tr td{
	border-collapse: collapse;
	vertical-align: middle;
	border: 1px solid #ddd;
	padding: 10px 15px;
}
div#MainArea div div.Parallel{
	vertical-align: bottom;
	text-align: center;
}
div#MainArea div div.Parallel p{
	font-size: 80%;
	line-height: 140%;
}