@charset "utf-8";
/* ==========================================================================
   Reset
============================================================================= */
html, body,h1,h2,h3,h4,h5,p,dl, dt, dd, ol, ul, li,table,tr, th, td{
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
/* ==========================================================================
   Base
============================================================================= */
body{
	color: #343434;
	font-size: 14px;
	line-height: 1.5;
	font-family: "メイリオ","Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #f4f4f4;
}
img{
	border: 0;
	vertical-align: bottom;
}
ol,ul{
  list-style: none;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
a{
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
}
.cf:after{
	content: "";
	display: table;
	clear: both;
}
.img_auto{
	width: 100%;
	height: auto;
}
.pagetop{
	text-align: right;
	padding: 0px 10px 0 0;
	margin-top: -38px;
	position: relative;
	z-index: 50;
}
.pkg{
	padding: 10px;
}
.ta_c{
	text-align: center;
}
.col_green{
	color: #15995c;
}
.fw_b{
	font-weight: bold;
}
#cleave_logo{
	width: 30%;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1000;
	max-width: 156px;
}
#cleave_logo img{
	width: 100%;
}
#container{
	/*max-width: 980px;*/
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
#navi_area{
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 100;
	background: url(../img/headerbar.png) left bottom repeat-x;
}
#navi{
	/*max-width: 980px;*/
	width: 100%;
	margin: 0 auto;
	height: 60px;
	color: #fff;
	position: absolute;
	z-index: 100;
}
#navibar{
	width: 100%;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

#navibar #btn_menu{
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 100;
}
img.btn_type1{
	position: absolute;
	top: 0;
	left:0;
}
img.btn_type2{
	position: absolute;
	top: -60px;
	left:0;
}
#navibar2{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#topics_list{
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
}
#topics_list li a{
	display: block;
	font-size: 20px;
	line-height: 3;
	text-align: center;
	color: #fff;
	background: url(../img/menu_bg.png) 0 0 repeat;
	text-decoration: none;
	border-bottom: solid 1px #fff;
}
#footer{
	width: 100%;
	color: #cdcdcd;
	background: url(../img/footer_bg.jpg) center center no-repeat #2b1a03;
	background-size: cover;
	text-align: center;
	padding: 20px 0;
}
#footer #footer_logo{
	padding: 10px 0;
	margin: 0 0 20px 0;
	background: url(../img/footer_cover.png) 0 0 repeat;
}
#footer #footer_logo img{
	max-width: 192px;
	width: 70%;
}
#footer p{
	font-size: 12px;
	padding: 0 0 5px 0;
}

.inner{
	position: relative;
	z-index: 1;
	padding: 60px 0;
}
br.sp{
	display: none;
}
#footer_navi{
	font-size: 15px;
	color: #dfdfdf;
	background-color: #000;
}
#footer_navi ul.main_li li a{
	color: #fff;
	border-top: solid 1px #676767;
	display: block;
	padding: 10px 10px 10px 32px;
	background: url(../img/arrow.png) 14px center no-repeat #343434;
	background-size: 5px 5px;
}
#footer_navi ul.sub_li{
	padding: 0 0 14px 0;
	background-color: #343434;
}
#footer_navi ul.sub_li li a{
	color: #dfdfdf;
	display: block;
	padding: 3px 6px 3px 52px;
	background: url(../img/arrow.png) 34px center no-repeat #343434;
	background-size: 4px 4px;
	border-top: none;
}
/* --------------------------- */

/*           Tablet            */

/* ----------------------------*/

@media screen and (max-width: 800px){
	#top_box1{
		background: url(../img/top_img1.jpg) center 0 no-repeat;
		background-size: cover;
	}
	br.tb{
		display: block;
	}
}
/* --------------------------- */

/*         SmartPhone          */

/* ----------------------------*/

@media screen and (max-width: 480px){
	br.pc{
		display: none;
	}
	br.nosp{
		display: none;
	}
	br.sp{
		display: block;
	}
	#cleave_logo{
		width: 26%;
		top: 7px;
		left: 10px;
	}
	#topics_list li a{
		font-size: 14px;
		line-height: 3;
	}
	#navi_area,
	#navi,
	#navibar{
		height: 40px;
	}
	#navibar #btn_menu{
		width: 40px;
		height: 40px;
		top: 0px;
		right: 0px;
	}
	#navibar #btn_menu img{
		width: 40px;
		height: auto;
	}
	img.btn_type2{
		top: -40px;
		left:0;
	}
	#footer_navi{
		font-size: 14px;
	}
	.inner{
		padding: 40px 0;
	}
}

