@charset "utf-8";
/* CSS Document */

/*-------------▼header▼--------------------------*/
#header{
	background:url(../img/header_bg.jpg) repeat-x;
	display: block;
}

h1{
	color:#FFFFFF;
	font-size:12px;
	font-weight: normal;
	line-height: 1.5em;
	width:1000px;
	margin:0 auto;
	text-align: right;
	height: 19px;
	display: block;
}
#head_box1 {
	width: 1000px;
	margin: 0 auto;
	height: 105px;
	padding: 0;
	text-align: left;

}

#h_border {
	border-bottom: 4px solid #0099CC;
}

#menu_box {
	width: 1000px;
	margin: 0 auto;
	height: 45px;
}
#menu_ul{
	list-style:none;
	margin:0;
	padding:0;
	width: 1000px;
}
/*------ TOP用_menu ----------*/
#head_b{
	width: 644px;
	float: right;
	margin: -15px 0 0 0;
	padding: 0;
}
#head_b img{
	margin:0 0 0 15px;
}
#head_menu{
	width:300px;
	position: absolute;
	right: 317px;
	top: 9px;
}
#logo {
	float: left;
	margin: -15px 10px 0 0;
}
#h_tel {
	float: right;
	margin: 6px 0 0 0;
	padding: 0;
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:900px){
	#header{
		padding:17% 1% 0 1%;
		width:98%;
		height:100%;
		position:relative;
		overflow:hidden;
	}
	#head_box1{
		position: absolute;
		width:100%;
		height:100%;
		top: 20px;
		left: 0;
	}
	h1{
		font-size:12px;
		width:100%;
		text-align: left;
		display: block;
		position:absolute;
		top:0;
	}
	#logo {
		float: left;
		margin: 10px 0;
		width:30%;
	}
	#logo img{
		width:100%;
	}
	#head_b{
		width:66%;
		margin: 0;
		padding: 0;
	}
	#head_b img{
		width:32%;
		margin: 0 0 0 1%;
	}
	#h_tel {
		float: right;
		margin: 10px 1% 0 0;
		padding: 0;
		width:65%;
		text-align:right;
	}
	#h_tel img{
		width:80%;
	}
}
@media only screen and (max-width:480px){
	#header{
		padding:37% 1% 0 1%;
	}
	#head_b{
		width:100%;
		clear:both;
	}
	#h_tel {
		float: right;
		margin: 30px 1% 0 0;
		width:65%;
	}
	#h_tel img{
		width:100%;
	}
}




/*-------------▼footer▼--------------------------*/
#footer{
	background-color: #0099CC;
	display: block;
	width:100%;
}
#footer_box2 {
	clear: both;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 0;
	background-position: 0 7px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
#footer_box2 a{
	color:#fff;
	font-size: 12px;
}
#footer_box3 {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 0 0;
}
#copy {
	color: #FFFFFF;
	margin: 20px 0 10px 0;
	text-align: center;
}
#footer_ba_box {
	margin: 0;
	float: left;
}
#footer_ad_box {
	color: #FFFFFF;
	font-size: 14px;
	width: 50%;
	float: right;
	text-align: right;
}
.footer_ba {
	margin:0 20px 0 0;
}
#footer_link_box {
	clear: both;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 7px;
	border-bottom: solid 1px #FFFFFF;
	margin: 0 0 10px 0;
}
#footer_link_box a{
	color: #FFFFFF;
}

@media only screen and (max-width:900px){
	#footer{
		width:98%;
		padding:0 1%;
		height:100%;
		position:relative;
		overflow:hidden;
	}
	#footer_box3 {
		width: 100%;
		text-align: left;
		padding: 20px 0 0 0;
	}
	#footer_ad_box {
		width: 100%;
		float:right;
	}
}

@media only screen and (max-width:480px){
	#footer_box2 {
		width:100%;
	}
	#footer_ba_box {
		clear:both;
		width:50%;
		margin:0 auto;
		text-align:center;
	}
	#footer_ad_box {
		float:left;
	}
}

/*-------------▼side-menu▼--------------------------*/
#contact_side {
    position:fixed ;
    width:64px;
    height:280px;
    left: 100%;
    top: 50%;
    margin-left: -64px;
    margin-top: -140px;
}
@media only screen and (max-width:480px){
	#contact_side{
		width:48px;
		height:210px;
		margin-left: -48px;
		top: 70%;
	}
}