@charset "UTF-8";

/*************************************************************************
 共通モジュール
 *************************************************************************/


/* 段落
=========================================================================*/

p.alC {
	text-align: center;
}
p.alR {
	text-align: right;
}
a.link-pc {
	padding-left: 15px;
	background: url(../images/icon_pc_blue.png) no-repeat 0 0.125em;
}


/* UI
=========================================================================*/

/* ボタン */
a.ui-btnR,
a.ui-btnL {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border: 1px solid #ccc;
	border-bottom-color: #8a8a8a;
	-webkit-border-radius: 5px;
}
a.ui-btnR {
	padding: 7px 2.5em 5px 1em;
	background: url(../images/icon_arw_r_black.png) no-repeat 92% 47%,
		-webkit-gradient(
			linear, left top, left bottom,
			from(#fefefe),
			color-stop(0.95, #dadada),
			to(#ccc));
	border: 1px solid #ccc;
}
a.ui-btnL {
	padding: .6em 1em .48em 2.5em;
	background: url(../images/icon_arw_l_black.png) no-repeat 8% 47%,
		-webkit-gradient(
			linear, left top, left bottom,
			from(#fefefe),
			color-stop(0.95, #dadada),
			to(#ccc));
	border: 1px solid #ccc;
}

/* テキストフィールド */
.ui-textfield {
	display: inline-block;
	background: none;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	width: 100%;
	padding: 8px 0.5em 6px;
	background: #fafafa;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
}
.ui-textarea {
	display: inline-block;
	background: none;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	width: 100%;
	height: 130px;
	padding: 8px 0.5em 6px;
	background: #fafafa;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
}


/* ナビゲーション
=========================================================================*/

/* コンテキストナビ */
#content .contextNav {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #ccc;
}
#content .contextNav + .contextNav {
	margin-top: 20px;
}
#content .contextNav li {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#content .contextNav li a {
	display: block;
	padding: .8em 15px .75em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#content .contextNav li ul {
	background: #ededed;
	-webkit-box-shadow: inset 0px 3px 2px rgba(0,0,0,0.2),
	                    inset 0px -2px 2px rgba(0,0,0,0.15);
}
#content .contextNav li ul li {
	background: url(../images/icon_arw_dot.gif) no-repeat 17px 45%;
	border-top: 1px solid #d6d6d6;
	border-bottom: none;
}
#content .contextNav li ul li:first-child {
	border-top: 1px solid #a5a5a5;
}
#content .contextNav li ul li:last-child {
	border-bottom: none;
}
#content .contextNav li.back a,
#content .contextNav li ul li.back a {
	padding: .8em 15px .75em 35px;
	background: url(../images/icon_arw_l_blue.png) 13px 50% no-repeat;
}
#content .contextNav li.next a,
#content .contextNav li ul li.next a {
	padding: .8em 30px .75em 15px;
	background: url(../images/icon_arw_r_blue.png) 95% 50% no-repeat;
}
#content .contextNav li ul li.next a {
	padding-left: 30px;
}
#content .contextNav li.more a,
#content .contextNav li ul li.more a {
	padding: .8em 30px .75em 15px;
	background: url(../images/icon_arw_dn_blue.png) 95.5% 50% no-repeat;
}
#content .contextNav li a.open,
#content .contextNav li ul li a.open {
	padding: .8em 30px .75em 15px;
	background: url(../images/icon_arw_up_blue.png) 95.5% 50% no-repeat;
}
#content .contextNav.noTopBorder,
#content .contextNav.noTopBorder li:first-child {
	border-top: none;
}

/* 画像
=========================================================================*/

img.pctR {
	float: right;
	margin: 0 0 0 0;
}
img.pctL {
	float: left;
	margin: 0 0 0 0;
}
p.pctC {
	text-align: center;
}


/* 注記
=========================================================================*/

.note {
	/*font-size: 85%;*/
}




/* フッター
=========================================================================*/

footer nav.submenu ul.toTop {
	margin-top: 15px;
}
#footer .submenu .toTop li {
	color: #fff;
	font-size: 16px;
}
#footer .submenu .toTop li + li {
	margin-top: 1px;
}
#footer .submenu .toTop li a {
	display: block;
	color: #fff;
	background: #146a97 url(../images/icon_arw_l_white.png) no-repeat 10px 48%;
	background-size: 10px 16px;
	padding: 12px 10px 11px 25px;
	text-decoration: none;
}
footer p.copyright {
	text-align: center;
	margin: 10px 0;
}
footer p.copyright:before {
	content: "";
	display: block;
	height: 1px;
	margin: 0 auto 10px;
	background: -webkit-gradient(
		linear, left top, right top,
		from(#fff),
		color-stop(0.5, #c2c2c2),
		to(#fff));
	-webkit-box-reflect: below 0 -webkit-gradient(
		linear, left top, left bottom,
		from(transparent),
		to(white));
}

/* is banner
=========================================================================*/
.related .bNrbox{
	width:100%;
	}

.related .clear{
	clear:both;
	}

.related .bNr{
	width:48%;
	float:left;
	padding-left:2px;
	padding-right:2px;}

