/*///基本設定/////*/
.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;
}
div#MainArea{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

div#MainArea div a div.readmore{
	width: 160px;
	border:1px solid #000;
	color: #000;
	line-height: 130%;
	background-color: #99CCFF;
	display: inline-block;
	padding:5px 3px;
	margin-left: 15px;
	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;
}
div#MainArea div a:hover div.readmore{
	background-color: #5abbed;
	color: #fff;
	border-color: #007eff;
}
#MainArea div div a div.QA{
	width: 160px;
	border:1px solid #DCA549;
	color: #000;
	background-color: #FFC926;
	display: inline;
	padding:0;
	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;
    margin: 3px 30px 5px 10px;
}

#MainArea div div a:hover div.QA{
	background-color: #FF8000;
	color: #fff;
	border-color: #661A00;
}

.Right{
	float: right;
}
.Left{
	float: left;
}
h1.topcomm{
	text-align: center;
	font-size: 200%;
	color: #008ccf;
}
hr{
	height: 0px;
	border-top: 1px solid #609dba;
	border-bottom: 1px solid #7ecef4;
}
#MainArea div{
	background-color: #fff;
	border:1px solid #eee;
	padding: 20px;
	margin-bottom: 15px;
	box-shadow: 1px 2px 2px #ccc;
	text-align: left;
}
div#MainArea div div.Case{
	box-shadow: none;
	border: none;
	margin: 0;
}
div#MainArea div div.Case img{
	margin-right: 15px;
}
div#MainArea div div.Case h2{
	font-size: 135%;
	margin-bottom:10px;
	font-weight: 600;
}
div#MainArea div div.Case p{
	display: inline;
}

#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;
}
div.Ans h2{
	margin-top:25px 0 15px;
	border-bottom: 5px #fff100 solid;
	padding-bottom: 5px;
	padding-left: 10px;
	text-shadow:1px 1px 3px #fff100;
	line-height: 130%;

}
div.Ans p{
	padding:10px;
}
div.Ans img{
	margin: 10px;
}
#MainArea div.SF16{
	background-color: #e4f7fc;
	margin: -11px auto 20px;
	border: 10px #fff solid;
}