
#wrapheader {
	height: auto;
	width: 100%;
	background-image: url(../img/sub/wrapheader.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#header {
	position: relative;
	height: 304px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#header h1 {
	position: absolute;
	top: 51px;
	left: 2px;
	height: 42px;
	width: 475px;
	background-image: url(../img/sub/h1_logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#header h1 a {
	height: 42px;
	width: 475px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

#header h2 {
	position: absolute;
	top: 26px;
	left: 2px;
	height: 21px;
	width: 232px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/common/catch.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.accept_txt {
	position: absolute;
	top: 20px;
	left: 281px;
	height: 24px;
	width: 196px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/sub/accept_txt.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.name_txt {
	position: absolute;
	top: 166px;
	left: 705px;
	height: 21px;
	width: 269px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/sub/name_txt.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.c_navi_box {
	position: absolute;
	top: 185px;
	left: 0px;
	height: 103px;
	width: 640px;
}

.contact_navi_btn {
	float: left;
	height: 63px;
	width: 300px;
	background-image: url(../img/common/contact_navi_btn.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.contact_navi_btn a {
	height: 63px;
	width: 300px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.contact_navi_btn a:hover {
	background-image: url(../img/common/contact_navi_btn_r.png);
	background-repeat: no-repeat;
}

.tel_box {
	float: right;
	height: 62px;
	width: 312px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/common/tel_number.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.c_navi1 {
	height: 30px;
	width: 640px;
	padding-top: 10px;
}

.c_navi1 li {
	float: left;
	height: 30px;
	width: 197px;
	display: inline;
	background-position: top left;
}

.c_navi1 li a {
	height: 30px;
	width: 197px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.c_navi1_01 {
	background-image: url(../img/common/c_navi1_01.png);
	background-repeat: no-repeat;
}

.c_navi1_01 a:hover {
	background-image: url(../img/common/c_navi1_01_r.png);
	background-repeat: no-repeat;
}

.c_navi1_02 {
	margin-left: 24px;
	background-image: url(../img/common/c_navi1_02.png);
	background-repeat: no-repeat;
}

.c_navi1_02 a:hover {
	background-image: url(../img/common/c_navi1_02_r.png);
	background-repeat: no-repeat;
}

.c_navi1_03 {
	margin-left: 24px;
	background-image: url(../img/common/c_navi1_03.png);
	background-repeat: no-repeat;
}

.c_navi1_03 a:hover {
	background-image: url(../img/common/c_navi1_03_r.png);
	background-repeat: no-repeat;
}

.contact_txt {
	position: absolute;
	top: 222px;
	left: 693px;
	height: 63px;
	width: 279px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/sub/contact_txt.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.wrapbread {
	height: auto;
	width: 100%;
	background-image: url(../img/sub/bread_area_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}

.bread_area {
	height: auto;
	width: 980px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.bread_area p {
	font-size: 12px;
	line-height: 26px;
	color: #999;
	text-align: left;
}

.bread_area p a {
	color: #6CAC2C;
}

.bread_area p a:hover {
	color: #CCC;
}

#contents {
	padding-bottom: 100px;
}

div.mobile_c_navi_box {
	display: none;
	height: 0px;
}

div.contact_txt {
	display: none;
	height: 0px;
}

div.link_text p {
	height: 0px;
	display: none;
}

@media screen and (max-width: 640px){

#wrapheader {
	background-image: none;
}

#header {
	height: 101px;
	overflow: hidden;
	background-image: none;
}

.c_navi_box {
	display: none;
}

div.contact_txt {
	display: none;
}

div.wrapbread {
	display: none;
	height: 0px;
}

#contents {
	padding-top: 100px;
	width: 100% !important;
}

h3.page_tit {
	width: 100%;
	background-size: 150%;
}

}