@charset "utf-8";

/*---------------------------------------------------------------------------------------------
  Ground Top
---------------------------------------------------------------------------------------------*/
#groundTopBox {
	width: auto;
	overflow: hidden;
}
#groundTopBox .snsBox {
	padding: 0 0 15px;
	text-align: right;
}
#groundTopBox #topMainImgBox {
	position: relative;
	margin: 0 0 30px;
}

#groundTopBox #topMainCtsBox {
	width: auto;
	overflow: hidden;
	margin: 0 0 20px;
}

/* メイン画像
==================================================== */
#topMainBox {
	width: 970px;
}
#topMainBox .inn {
	position: position: relative;
	width: 950px;
	height: 340px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px;
	-webkit-box-shadow: 0 0 13px #D3D3D3;
	-moz-box-shadow: 0 0 13px #D3D3D3;
	box-shadow: 0 0 13px #D3D3D3;
	behavior: url("/pie/PIE.htc");
	*zoom :1;
}

#groundTopBox #topMainCtsBox .ctsTitBox {
	position: relative;
	margin: 0 0 20px;
}
#groundTopBox #topMainCtsBox .ctsTitBox h3 {
	position: absolute;
	top: 12px;
	left: 55px;
	color: #FFFFFF;
	font-size: 124%;
	font-weight: bold;
}
#groundTopBox #topMainCtsBox .topListLink {
	width: auto;
	text-align: right;
}
#groundTopBox #topMainCtsBox .topListLink a {
	display: block;
	float: right;
	margin: 0 0 30px;
	padding: 0 0 0 20px;
	background: url(../img/common/csr14.gif) no-repeat 0 2px;
}

#groundTopBox #topMainCtsBox .ctsL {
	float: left;
	width: 640px;
}

/* お知らせ
==================================================== */
/*
--> information.css
*/

/* 新着のQ&A
==================================================== */
#groundTopBox #topMainCtsBox .ctsL .topQaBox {
	clear: both;
	overflow: hidden;
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn {
	clear: both;
	overflow: hidden;
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innL {
	float: left;
	width: 310px;
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innR {
	float: right;
	width: 310px;
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innL .qaCtsBox,
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innR .qaCtsBox {
	width: auto;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #666666;
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innL .qaCtsBox .ico,
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innR .qaCtsBox .ico {
	float: left;
	width: 34px;
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innL .qaCtsBox .ico p,
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innR .qaCtsBox .ico p {
	width: 30px;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innL .qaCtsBox .ico p span,
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innR .qaCtsBox .ico p span {
	position: relative;
	display: block;
	padding: 5px;
	border-radius: 15px;
	behavior: url("/pie/PIE.htc");
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innL .qaCtsBox .ico p span.question {
	background: #5AAECC;
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innR .qaCtsBox .ico p span.answer {
	background: #D862A2;
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innL .qaCtsBox dl,
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innR .qaCtsBox dl {
	float: right;
	width: 266px;
	font-size: 85%
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innL .qaCtsBox dl dt,
#groundTopBox #topMainCtsBox .ctsL .topQaBox .inn .innR .qaCtsBox dl dt {
	margin: 0 0 2px;
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .innL .qaCtsBox dl dt a,
#groundTopBox #topMainCtsBox .ctsL .topQaBox .innR .qaCtsBox dl dt a {
	display: block;
}
#groundTopBox #topMainCtsBox .ctsL .topQaBox .innL .qaCtsBox dl dd,
#groundTopBox #topMainCtsBox .ctsL .topQaBox .innR .qaCtsBox dl dd {
	margin: 0 0 2px;
}

/* お役立ちコンテンツ
==================================================== */
#groundTopBox #topMainCtsBox .ctsL .topCtsLinkBox {
	clear: both;
	overflow: hidden;
}
#groundTopBox #topMainCtsBox .ctsL .topCtsLinkBox .inn {
	overflow: hidden;
}
#groundTopBox #topMainCtsBox .ctsL .topCtsLinkBox .inn .ctsBox {
	float: left;
	width: 200px;
	margin: 0 20px 10px 0;
}
#groundTopBox #topMainCtsBox .ctsL .topCtsLinkBox .inn .ctsBox img {
	display: block;
	width: 198px;
	margin: 0 0 10px;
	border: 1px solid #DDDDDD;
}
#groundTopBox #topMainCtsBox .ctsL .topCtsLinkBox .inn .ctsBox img:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
#groundTopBox #topMainCtsBox .ctsL .topCtsLinkBox .inn .ctsBox dl {
	margin: 0 0 10px;
	font-size: 93%;
}
#groundTopBox #topMainCtsBox .ctsL .topCtsLinkBox .inn .ctsBox dl dt {
	margin: 0 0 5px;
}
#groundTopBox #topMainCtsBox .ctsL .topCtsLinkBox .inn .ctsBox dl dd {
	width: auto;
}
#groundTopBox #topMainCtsBox .ctsL .topCtsLinkBox .inn .ctsBox dl dd a {
	display: block;
	margin: 0 0 30px;
	padding: 0 0 0 20px;
	background: url(../img/common/csr14.gif) no-repeat 0 2px;
}
#groundTopBox #topMainCtsBox .ctsL .topCtsLinkBox .inn .last {
	margin-right: 0;
}

/* Facebook
==================================================== */
#groundTopBox #topMainCtsBox .ctsL .topFbBox {
	clear: both;
	width: auto;
	margin: 0 0 40px;
}
#groundTopBox #topMainCtsBox .ctsR {
	float: right;
	width: 300px;
}

#groundTopBox #topMainBox {
	position: relative;
	margin: 0 0 30px;
}
#groundTopBox #topMainBox .txtBox {
	position: absolute;
	top: 0;
	left: 0;
}
#groundTopBox #topMainBox .txtBox h2 {
	line-height: 1.4;
	margin: 0 0 10px;
	font-size: 248%;
	font-weight: bold;
	text-shadow: 1px 2px #DDDDDD;
}
#groundTopBox #topMainBox .txtBox .subTxt {
	font-size: 108%;
}
#groundTopBox #topMainBox .txtBox .subTxtSp {
	font-size: 77%;
}
#groundTopBox #topMainBox .btnRegistBox {
	position: absolute;
	overflow: hidden;
	top: 255px;
	left: 0;
	*zoom: 1;
}
#groundTopBox #topMainBox .btnRegistBox dl {
	float: left;
	width: 240px;
	margin: 0 23px 0 0;
}
#groundTopBox #topMainBox .btnRegistBox dl dt {
	margin: 0 0 10px;
}
#groundTopBox #topMainBox .btnRegistBox dl dd {
	padding: 0 0 0 1em;
	color: #DE3C5E;
	font-size: 85%;
	text-indent: -1em;
}
#groundTopBox #topMainBox .btnRegistBox dl dt a:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
#groundTopBox #topMainBox .memberLinkBox {
	position: absolute;
	overflow: hidden;
	top: 255px;
	left: 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	font-size: 123%;
	*zoom: 1;
	behavior: url("/pie/PIE.htc");
}
#groundTopBox #topMainBox .memberLinkBox ul {}
#groundTopBox #topMainBox .memberLinkBox ul li {
	margin: 0 0 5px;
}
#groundTopBox #topMainBox .memberLinkBox ul li strong {
	padding: 0 3px;
}
#groundTopBox #topMainBox .etcLinkBox {
	position: absolute;
	top: 435px;
}
#groundTopBox #topMainBox .etcLinkBox ul {}
#groundTopBox #topMainBox .etcLinkBox ul li {
	margin: 0 0 10px;
	font-size: 93%;
}
#groundTopBox #topMainBox .etcLinkBox ul li a {
	padding: 0 0 0 20px;
	background: url(../img/common/csr11.gif) no-repeat 0 2px;
}
#groundTopBox .recommendBox {
	margin: 0 0 20px;
}
#groundTopBox .recommendBox .titBox {
	position: relative;
	width: 960px;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px;
	background: #759DDD;
	border-radius: 4px;
	*zoom: 1;
	behavior: url("/pie/PIE.htc");
}
#groundTopBox .recommendBox .titBox span {
	display: block;
	float: left;
	width: 30px;
	margin: 0 10px 0 0;
}
#groundTopBox .recommendBox .titBox h2 {
	float: left;
	line-height: 1;
	width: 920px;
	padding: 5px 0 0;
	color: #FFFFFF;
	font-size: 162%;
	font-weight: bold;
	text-shadow: 1px 1px #2857A6;
}
#groundTopBox .recommendBox ul.ctsLink {
	position: relative;
	_width: 980px;
	overflow: hidden;
	margin: 0 0 0 -10px;
}
#groundTopBox .recommendBox ul.ctsLink li {
	float: left;
	_display: inline;
	width: 480px;
	margin: 0 0 10px 10px;
}
#groundTopBox .recommendBox ul.ctsLink li a:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#groundTopBox .infoBox {
	margin: 0 0 20px;
	overflow: hidden;
	*zoom: 1;
}
#groundTopBox .infoBox .innL {
	float: left;
	width: 480px;
}
#groundTopBox .infoBox .innL .sideInfoBox {
	position: relative;
	width: auto;
	padding: 8px;
	border: 3px solid #DDDDDD;
	border-radius: 5px;
	behavior: url("/pie/PIE.htc");
}
#groundTopBox .infoBox .innL .sideInfoBox .logoBox {
	margin: 0 0 10px;
	overflow: hidden;
	*zoom: 1;
}
#groundTopBox .infoBox .innL .sideInfoBox .logoBox .logo {
	float: left;
	width: 274px;
}
#groundTopBox .infoBox .innL .sideInfoBox .logoBox .btnContact {
	float: right;
	width: 158px;
	margin: 10px 0 0;
}
#groundTopBox .infoBox .innL .sideInfoBox .logoBox .btnContact a {
	display: block;
	padding: 9px 7px 7px;
	background: #68C167;
	box-shadow: 0 5px 0 #44A844;
	-moz-box-shadow: 0 5px 0 #44A844;
	-webkit-box-shadow: 0 5px 0 #44A844;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
}
#groundTopBox .infoBox .innL .sideInfoBox .siteTitBox {
	margin: 0 0 30px;
}
#groundTopBox .infoBox .innL .sideInfoBox .siteTitBox h4 {
	font-size: 162%;
	font-weight: bold;
}
#groundTopBox .infoBox .innL .sideInfoBox dl {}
#groundTopBox .infoBox .innL .sideInfoBox dl dt {
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 108%;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
}
#groundTopBox .infoBox .innL .sideInfoBox dl dd {
	margin: 0 0 5px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
#groundTopBox .infoBox .innR {
	float: right;
	width: 480px;
}
