@charset "utf-8";
/*----------------------------------------------------
	                 Basic Elements
------------------------------------------------------*/
.siteInner{
	width: 95%;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#pageTop{
	right: 10px;
	bottom: 30px;
}
#pageTop,
#pageTop a{
	width: 40px;
	height: 40px;
}
#pageTop{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#topicPath{
	display: none;
}
/*----------------------------------------------------
	                 header
------------------------------------------------------*/
#siteHeader{
	height: 50px;
	position: relative;
}
#siteHeader .siteInner .siteLogo{
	position: absolute;
	top: 10px;
	left: 15px;
}
#siteHeader .siteInner .siteLogo img{
	width: 149px;
	height: 34px;
}
#gNavBtnSP{
	background: #262626;
	width: 75px;
	height: 12px;
	display: block;
	padding: 19px 0;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	line-height: 1em;
	cursor: pointer;
}
#gNavBtnSP:after{
	content: 'MENU \e804';
	font-family: 'fontello';
	color: #fff;
}
#gNavs{
	display: none;
	position: absolute;
	z-index: 1000;
	top: 50px;
	right: 0;
	width: 100%;
}
.gNav{
	border-top: 1px solid #e4e4e4;
	width: 100%;
}
.gNav a:after{
	content: '\e801';
	font-family: 'fontello';
	position: absolute;
	right: 10px;
	top: 15px;
}
.gNav a{
	text-decoration: none;
	color: #5b5b5b;
	height: 12px;
	background-color: #f9f9f9;
	padding: 15px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	position: relative;
}
.gNav a .jp{
	display: inline-block;
	font-size: 10px;
}
.gNav a .en{
	display: inline-block;
	width: 80px;
}
#followHeader{
	display: none;
	height: 0;
}
/*----------------------------------------------------
	                 footer
------------------------------------------------------*/
#siteFooter .siteInner{
	width: 100%;
}
#ftNavs{
	text-align: left;
	width: 100%;
}
.ftNav{
	font-size: 12px;
	display: block;
	border-color: #262626;
	border-style: solid;
	border-width: 0 1px 1px 0;
	width: 50%;
	float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1em;
}
.ftNav a{
	height: 12px;
	padding: 20px;
	display: block;
	position: relative;
}
.ftNav a:after{
	content: '\e801';
	font-family: 'fontello';
	position: absolute;
	right: 10px;
	top: 20px;
}
#ftNavs:after{
	content: "";
	display: block;
	clear: both;
}
#copyRightArea{
	padding: 10px 0;
	}
	
#copyRightArea .siteInner{
	text-align: center;
}
#copyRightArea #pMark{
	padding-bottom: 10px;
}
#copyRightArea #pMark{
	width: 210px;
	height: 37px;
	padding:0px 0 0 47px;
	display: block;
	background: url(../img/common/mark_p.gif) no-repeat 0 0;
	background-size: 37px 37px;
	font-size: 10px;
	text-align: left;
	margin: 0 auto 20px;
}
#copyRightArea #copyRight{
	font-size: 10px;
}
/*----------------------------------------------------
	                 PageTit
------------------------------------------------------*/
#pageTitArea{
	width: 100%;
	height: 65px;
	background-image: url(../img/common/sp/bg_pagetit.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 30px;
}
#pageTitArea .pageTit{
	font-size: 32px;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	line-height: 25px;
}
#pageTitArea .pageTit span{
	display: block;
	font-size: 10px;
}
/*----------------------------------------------------
	                 topicPath
------------------------------------------------------*/
/*----------------------------------------------------
	                 contents
------------------------------------------------------*/
.sectionTit{
	font-size: 	28px;
	line-height: 1em;
}
.sectionTit span{
	font-size: 10px;
	padding: 6px 0 10px 0;
}
/*----------------------------------------------------
	                 footer
------------------------------------------------------*/
/*----------------------------------------------------
	                 pageLink
------------------------------------------------------*/
#pageLinkArea{
	margin: -30px 0 30px 0;
	width: 100%;
}
.pageLink{
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	border-bottom: 1px solid #3298ad;
}

.pageLink:nth-child(odd){
	border-right: 1px solid #3298ad;
}

.pageLink:nth-last-child(2),
.pageLink:last-child{
	border-bottom: none;
}
.pageLink a{
	background: #45b1c7;
	font-size: 10px;
	padding: 15px 10px;
	width: 100%;
	display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.pageLink a:after {
	content: '\e803';
	font-family: 'fontello';
	position: absolute;
	right: 15px;
	top: 15px;
}
.pageLink img{
	display: none;
}
.pageLink a,
.pageLink a:hover{
	text-decoration: none;
	color: #fff;
}