@charset "utf-8";

/* Table Of Contents
---------------------------------------------------------------------------- 
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */	
body{
	font-family: Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
	color:#4e4e4e;
	background: #ececec;
	word-wrap: break-word;
}
.mac body{
	font-size: 13px;
}
a{
	text-decoration:underline; 
	color: #4e4e4e;
	outline: none;
}
a:hover{ text-decoration: none; }

/*l-header
---------------------------------------------------------------------------- */
.l-header{
	background-color: #fff;
	width: 100%;
	height: 88px;
}
.l-header-inner{
	position: relative;
}
.l-header-inner-logo{
	text-align: center;
	padding-top: 22px;
}
.l-header-inner-ja{
	position: absolute;
	right: 0;
	top: 13px;
}
.l-header-inner-contact{
	position: absolute;
	right: 0;
	top: 45px;
}


/* l-topicPath
---------------------------------------------------------------------------- */
.l-topic{
	background: #fff;
	padding-top: 15px;
}
.l-topicPath{
	padding: 7px 0;
}
.l-topicPath > ul{
	text-align: right;
}
.l-topicPath > ul li{
	display: inline-block;
}
.l-topicPath > ul li + li{
	padding-left: 5px;
}
/* l-pageBody
---------------------------------------------------------------------------- */
.l-pageBody02{
	padding: 20px 0 32px;
	background: #fff;
}

/* l-content
---------------------------------------------------------------------------- */
.l-content{
	background: #fff;

}
.l-content02{
	float: right;
	width: 640px;
	background: #fff;
	padding: 0 30px;
}
/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar{

}
.l-sidebar02{
	float: left;
	width: 220px;
}
.l-sidebar02-blue{
	background: #80a6cb;
	text-align: center;
	padding: 10px 0;
}
.l-sidebar02-purple{
	background: #a96bb6;
	text-align: center;
	padding: 10px 0;
}
.l-sidebar02-box{
	background: #fff;
	padding: 20px 10px;
}
.l-sidebar02-box > li > a{
	padding: 10px 0;
	display: block;
}
.l-sidebar02-box > li > ul{
	padding-left: 15px;
}
.l-sidebar02-box > li > ul li a{
	padding: 5px 0;
	display: block;
}
.l-sidebar02-area{
	border:solid 2px #c95657;
	background: #fcf0f0;
	padding: 10px;
}
/* l-footer
---------------------------------------------------------------------------- */
.l-footer{
	background: #fff;
	font-size: 95%;
	line-height: 1.4;
}
.l-footer a{
	text-decoration: none;
}
.l-footer a:hover{
	text-decoration: underline;
}
.l-footer-nav{
	padding-top: 32px;
	width: 940px;
	margin: 0 auto;
}
.l-footer-nav01{
	float: left;
	width: 36px;
	height: 56px;
	padding: 7px 30px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	margin-bottom: 30px;
}
.l-footer-nav02{
	float: left;
	height: 56px;
	padding: 7px 27px;
	border-right: solid 1px #999999;
	margin-bottom: 30px;
}
.l-footer-nav02-list01{
	width: 86px;
	float: left;
}
.l-footer-nav02-list02{
	width: 203px;
	float: left;
}
.l-footer-nav02-list02 li + li{
	margin-top: 10px;

}
.l-footer-nav02-list03{
	width: 347px;
	float: left;
}
.l-footer-nav02-list03 li + li{
	margin-top: 10px;

}
.l-footer-nav03{
	float: left;
	width: 80px;
	height: 56px;
	padding: 7px 35px;
	margin-bottom: 30px;
	border-right: solid 1px #999999;
}
.l-footer-nav03-list01{
	width: 65px;
	float: left;
}

.l-footer-nav03-list02{
	width: 159px;
	float: left;
}
.l-footer-nav03-list02 li + li{
	margin-top: 10px;

}

.l-footer-copy{
	padding: 23px 0 26px;
	background: #ececec;
}
.l-footer-pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
}