@charset "utf-8";

@media screen and (max-width: 768px){

.sp {
	display: inline;
    /* visibility: visible; */
}
	
.pc {
	display: none;
	/* visibility: hidden; */
}

img{
	max-width: 100%;
	height: auto;　
}





/*
	body
-------------------------------------------------------------------- */

body {
	font-size: 13px;
	line-height: 1.6em;
}




/*
	div
-------------------------------------------------------------------- */
header .inr {
	clear: both;
	width: 96%;
	max-width: 1000px;
	margin: 0 2%;
}


#contents {
	clear: both;
	width: 96%;
	max-width: 1000px;
	margin: 0 2%;
}

#main_area {
	width: 78%;
	float: left;
}

#side_area,
#simple_side {
	width: 20%;
	float: right;
}

#pagetop,
#foot_map {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}

#foot01_guide ul {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}

#foot_btn,
#foot_map {
	width: 96%;
	max-width: 1000px;
	margin: 0 2%;
}


#content_bgW {
	background-color: #FFF;
	color: #262626;
	float: left;
	width: 78%;
	padding: 1%;
	margin-bottom: 30px;
}





/* 
	header
-------------------------------------------------------------------- */

#heaedr01 {
	padding-top: 10px;
}

.header01_02 a {
	margin-right: 10px;
}

.header01_03 a {
	margin-right: 10px;
}

.header01_04 a {
	margin-right: 15px;
}

#header02 h1 {
	float: left;
	margin-top: -10px;
	margin-bottom: 20px;
}

#header02 ul {
	width: 70%;
	float: right;
	margin-top: 30px;
}

#header02 ul li a {
	display: block;
	width: 25%;
	float: right;
	text-indent: -9999px;
	height: 20px;
	border-right: 1px solid #333;
}

#gnav01_01 a {
	background: url(../../common/gnav01.gif) no-repeat center 0;
}

#gnav01_02 a {
	background: url(../../common/gnav02.gif) no-repeat center 0;
}

#gnav01_03 a {
	background: url(../../common/gnav03.gif) no-repeat center 0;
}

#gnav01_04 a {
	background: url(../../common/gnav04.gif) no-repeat center 0;
}

#gnav01_01 a:hover {
	background: url(../../common/gnav01.gif) no-repeat center -20px;
}

#gnav01_02 a:hover {
	background: url(../../common/gnav02.gif) no-repeat center -20px;
}

#gnav01_03 a:hover {
	background: url(../../common/gnav03.gif) no-repeat center -20px;
}

#gnav01_04 a:hover {
	background: url(../../common/gnav04.gif) no-repeat center -20px;
}

#header01_sp,
#gnav01_sp {
	display: none;
}





/* 
	nav
-------------------------------------------------------------------- */

#nav01_sp {
	display: none;
}

#nav01 li a {
	width: 16.6%;
	float: left;
	text-align: center;
	padding: 15px 0;
	font-size: 12px;
}

#nav01 li a:hover {
	color: #785F2E;
}





/* 
	side
-------------------------------------------------------------------- */
.sideh3 {
	font-size: 15px;
}

#side02 ul li a {
	font-size: 12px;
}

#side_menu li a {
	font-size: 12px;
	line-height: 250%;
}





/* 
	footer
-------------------------------------------------------------------- */
/* pagetop */

#pagetop a {
	font-size: 13px;
}


/* foot button */

#foot_wrap {
	padding: 50px 0 80px;
	font-size: 11px;
}

#foot_btn {
	display: none;
}


/* sitemap */

#foot_map {
	margin-top: 0px;
}

#foot_map p {
	font-size: 20px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.foot_map_left {
	width: 65%;
	float: left;
}

.foot_map_right {
	width: 33%;
	float: right;
}

.foot_map_li {
	width: 31%;
	float: left;
	margin-right: 2%;
}

.foot_map_right li {
	background: url(../../common/icon01.gif) no-repeat left center;
	padding-left: 20px;
}


/* footer */
footer {
	
}






/* 
	topick path
-------------------------------------------------------------------- */

#topic_path_wrap {
	background: #595B5E;
	clear: both;
	width: 100%;
}

#topic_path_wrap ol {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

ol.topic_path {
	width: 100%;
	padding: 0px 0 5px 0;
	margin: -15px 0 0px 0;
	list-style-type: none; 
	font-size: 10px; 
}

ol.topic_path li {
	color: #9A9A9A;
	padding-right: 5px;
	float: right;
}

ol.topic_path li a {
	padding-right: 18px;
	background-image: url(../../common/topic_path_gray.gif);
	background-repeat: no-repeat;
	background-position: right;
}





/* 
	title
-------------------------------------------------------------------- */

h3.toph3 {
	font-size: 16px;
	margin-bottom: 20px;
}





/* 
	Button
-------------------------------------------------------------------- */

.button01 a {
	
}

.button02 a {
	
}

.button03 a {
	font-size: 14px;
	padding: 10px 20px;
}

}