@charset "UTF-8";
/* CSS Document */
body {
	line-height:1;
	margin:0;
	-webkit-text-size-adjust : 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: inherit;
	font-weight: inherit;/*	outline: 0;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
	font-size: 75%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

img {max-width:100%; height:auto;
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
	line-height: 0px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
ul {
    list-style:none;
    padding:0;
}
li {
    padding:0;
}
input, select {
    vertical-align:middle;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color:transparent;
	color:#1111cc;
}


/*Base Css*/


/*共通*/
body {
	font-size: 16px;
	margin:0;
	padding:0;
	margin:0;
	padding:0;
	text-align:center;   /* 下記のautoに未対応用のセンタリング */
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 160%;
}
#content{
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;     /* 中身を左側表示に戻す */
	overflow: hidden;
	text-align: center;
	background-color: #FFF;
}
#maincontent{
	background-color: #FFF;
}

/*ヘッダー*/
#header {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
}
#wrap{
	background-color: #FFF;
}
/* ダウンメニュー */
ul#menu{
	width: 50%;
	float: left;
	background-image: url(../img/header/hback.gif);
	background-repeat: repeat;
}

#headerham{
	position:relative;
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#my-menu{
	background-color: #E5E5E5;
}
#my-menu li{
	line-height: 180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ham{
	width: 40px;
	float: left;
	text-align: left;
}
.logo{
	width: 50%;
	float: right;
}
#hlogo{
}
/* 通常のアイコンを消す */
.slicknav_menu .slicknav_icon{
	display:none;
}
/* 背景画像を設定 */
.slicknav_btn{
	padding:0;
	border-radius:0;
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 29px;
	height: 32px;
	-webkit-background-size:29px 32px;
	-moz-background-size:29px 32px;
	background-size:29px 32px;
}
#header2{
	background-color: #FFF;
}
/* display:table;ナビゲーション */
#nav02 {
	background-color: #F2F2F2;
}
#nav02 ul {
	display:table;
	table-layout:fixed;
	width:97%;
	background-color: #F2F2F2;
	padding: 5px;
	margin-right: 2%;
	font-size: 14px;
	margin-left: 1%;
}
#nav02 ul li {
	display:table-cell;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #F2F2F2;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
#nav02 ul li a {
	display:block;
	color:#676666;
	text-align:center;
	text-decoration:none;
	background-color: #FFF;
	padding-top: 0.7em;
	padding-right: 0;
	padding-bottom: 0.7em;
	padding-left: 0;
}
#nav02 ul li a:hover {
}

ul#menu{
	width: 50%;
	float: left;
	background-image: url(../img/header/hback.gif);
	background-repeat: repeat;
}
    /* .headerを絶対配置の基準にする */
    .header3{
	position:relative;
	background-image: url(../img/header/hback.gif);
	background-repeat: repeat;
    }
    /* .logoを絶対配置する */
    .logo{
	width: 50%;
	float: right;
	padding-top: 5px;
    }
    /* 通常のアイコンを消す */
    .slicknav_menu .slicknav_icon{
	display:none;
    }
    /* 背景画像を設定 */
    .slicknav_btn{
	padding:0;
	border-radius:0;
	background-image: url(../img/header/slickbtn.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 29px;
	height: 32px;
	-webkit-background-size:29px 32px;
	-moz-background-size:29px 32px;
	background-size:29px 32px;
    }
	h1.hlo{
	background-image: url(../img/header/hback.gif);
	background-repeat: repeat;
	}

/*フッター*/
#footer {
	text-align: left;
	padding-top: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #636E7C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #636E7C;
}
#footer-in{
	padding-right: 2%;
	padding-left: 2%;
}
#f0{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 3px;
	padding-bottom: 7px;
	font-size: 14px;
}
#f1{
	padding-bottom: 10px;
	padding-top: 10px;
}
#f2{
	padding-top: 20px;
}
#f3{
	border-right-color: #FFF;
	background-image: url(../img/footer/toiback.png);
	background-repeat: repeat;
	margin-top: 30px;
	width: 48%;
	font-size: 15px;
	vertical-align: middle;
	padding: 12px;
	text-align: center;
}
#f3 a{
	color: #FFF;
}
#f4{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 8px;
	padding-bottom: 15px;
	font-size: 10px;
}
article{
}
section{
}
.page-top {
	position: fixed;
	bottom: 10px;
	right: 5px;
	padding: 10px;
	background: #7e7a7a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
footer nav ul {
	overflow: hidden;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
footer nav.foot_local_nav ul {
	margin: 0;
}
footer nav.foot_local_nav + nav ul {
}

footer nav li {
	clear: none;
	width: 49%;
	float: left;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-image: url(../img/footer/back.gif);
	background-repeat: repeat;
	padding-left: 1%;
}

footer nav li.nav-w100,
footer nav li:nth-child(1) {
  clear: both;
  width: 50%;
}

footer nav li a {
	display: block;
	padding: 5px;
	position: relative;
	z-index: 10;
	color: #FFF;
}

footer nav li a:after {
	display: block;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 9px;
	height: 12px;
	background-size: 20px 175px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/footer/icon.png);
	margin-top: -6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

footer nav li.pc a:after {
	margin: -7px 0 0 0;
	width: 14px;
	height: 14px;
	background-size: 20px 175px;
	background-repeat: no-repeat;
	background-position: 0 -57px;
	background-image: url(../img/footer/icon.png);
}

footer nav li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

footer nav li:nth-child(3),
footer nav li:nth-child(5){
  border-left: 1px solid #000000;
}

footer nav li:nth-child(3):after,
footer nav li:nth-child(5):after{
  border-left: 1px solid #414141;
}
#f4-2{
	font-size: 12px;
	padding-top: 4px;
	color: #333;
}