@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

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

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	下層共通
------------------------------------------------------------*/
#conts .comHead {
	margin-bottom: 15px;
	padding: 8px 6px 7px;
	text-align: center;
	font-size: 11px;
	background: -moz-linear-gradient(
		top,
		#eeeeee 0%,
		#eaebeb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#eeeeee),
		to(#eaebeb));
	border-bottom: 1px solid #dddddd;
	-moz-box-shadow:
		1px 2px 3px rgba(247,248,248,0.4),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 2px 3px rgba(247,248,248,0.4),
		inset 0px 0px 2px rgba(255,255,255,1);
}

#conts .comHead h2 {
	font-weight: bold;
}

#conts .last {
	margin-bottom: 30px;	
}

#conts .comHead .back {
	float: left;
}

#conts .paging {
	margin-bottom: 30px;
	background: -moz-linear-gradient(
		top,
		#eeeeee 0%,
		#eaebeb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#eeeeee),
		to(#eaebeb));
	border-top: 1px solid #dddddd;
	-moz-box-shadow:
		3px 2px 1x rgba(247,248,248,0.4),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		3px 2px 1px rgba(247,248,248,0.4),
		inset 0px 0px 3px rgba(255,255,255,1);
}

#conts .paging ul {
	padding: 7px 6px 6px;
	background: -moz-linear-gradient(
		top,
		#eeeeee 0%,
		#eaebeb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#eeeeee),
		to(#eaebeb));
	border-bottom: 1px solid #dddddd;
	-moz-box-shadow:
		1px 2px 3px rgba(247,248,248,0.4),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 2px 3px rgba(247,248,248,0.4),
		inset 0px 0px 3px rgba(255,255,255,1);
}

#conts .paging .prev,
#conts .paging .back {
	float: left;
}

#conts .paging .next {
	float: right;
}


#conts .subTtl,
#conts .subTtlTwo p {
    padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
	background: url(../../img/common/icon/ico04.png) no-repeat left 2px;
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
}

#conts .subTtl {
	margin: 0 8px 15px;
}

#conts .subTtlTwo {
	margin-bottom: 15px;
	padding:  0 8px 13px 8px;
	border-bottom: 1px solid #ccc;
}

#conts .subTtlTwo p .need {
	margin-left: 5px;
	font-weight: normal;
}


#conts .btnCom {
	margin: 0 auto 20px;
	text-align: center;
}

#conts h3.searchTtl {
	margin-bottom: 10px;
	font-size: 12px;
	color: #fff;
	padding: 10px 8px;
	background: -moz-linear-gradient(
		top,
		#636363 0%,
		#585858);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#636363),
		to(#585858));
}

#conts .searchNav ul {
	margin-top: 15px;
	text-align: center;	
}

#conts .searchNav ul li {
	display: inline-block;
}

#conts .searchNav ul li:nth-child(2) {
	margin: 0 6px;
}

#conts .searchNav ul li a {
	display: block;
}

#conts .menu {
	margin: 0 10px 20px;	
}

#conts .menu li {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	border-bottom: 1px solid #ccc;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#eee);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#eee));
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
}

#conts .menu  li a {
	position: relative;
	display: block;
	padding: 10px 18px;
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

#conts .menu li a span {
	font-size: 11px;	
}

#conts .menu li a:before {
	position: absolute;
	width: 4px;
	height: 23px;
	margin-top: -12px;
	top: 50%;
	left: 8px;
	background-size: 4px 23px;
	-webkit-background-size: 4px 23px;
	content: "";
}

#conts .menu li a:before {
	background: url(../../img/contents/bar02.png) no-repeat left center;
}

#conts .menu li a:after {
	position: absolute;
	width: 7px;
	height: 11px;
	margin-top: -6px;
	top: 50%;
	right: 10px;
	content: "";
	
	background: url(../../img/common/icon/ico06.png) no-repeat;
	background-size: 7px 11px;
	-webkit-background-size: 7px 11px;
}

#conts .magBlock1 {
	margin-bottom: 30px;
}

#conts .errCom{
	color: #FF0000;
	font-size: 12px;
	text-align:center;
	margin: 20px auto;
}

.mt10{
	margin-top:10px;}