/*
問い合わせ
---------------------------------------------------- */
#container_contact {
	width:100%;
	background-color:#FFFFFF;
}

#container_contact .container {
	height:245px;
	position:relative;
}

#container_contact * {
	font-size:1%;
	line-height:0;
}

#container_contact .container h2 {
	position:absolute;
	top:105px;
	left:5px;
}

#img_kamiyama03 {
	position:absolute;
	top:65px;
	right:55px;
}

#contact_tel,
#contact_mail {
	background-color:#fff600;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding:20px;
	position:absolute;
	top:50px;
}

#contact_tel {
	width:660px;
	left:0px;
	padding-bottom:25px;
}

#contact_tel ul {
	margin-top:25px;
	width:100%;
	overflow:hidden;
}

#contact_tel ul li {
	float:left;
	margin-left:30px;
}

#contact_tel ul li:first-child {
	margin-left:0px;
}

#contact_mail {
	width:220px;
	right:0px;
	padding-top:25px;
	padding-bottom:25px;
	cursor:pointer;
}

#contact_mail:hover {
	background-color:#d0f0fe;
}


#contact_mail p {
	padding-top:23px;
	text-align:center;
}

#contact_list {
	width:100%;
	overflow:hidden;
	position:absolute;
	top:480px;
	left:0px;
}

#contact_list li {
	margin-left:29px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	float:left;
	border:#008bcb 2px solid;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
}

#contact_list li:hover {
	background-color:#fff600;
}

#contact_list li:first-child {
	margin-left:0px;
}



/*
フッタ
---------------------------------------------------- */
/*
footer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-bottom:25px;
	overflow:hidden;
}

footer p {
	float:left;
}

#btn_footer_web {
	margin-left:40px;
	margin-top:8px;
}

#container_contact address {
	font-size:15px;
	color:#003168;
	padding-top:20px;
	clear:left;
}
*/

/* ページの先頭へ戻る
-------------------------------------------- */
#btn_page_top {
	position: fixed;
    right: 10px;
    bottom: -3px;
    cursor: pointer;
    z-index: 1001;
	width:90px;
	height:99px;
}

@media screen and (max-width : 1100px) {
	


}

@media screen and (max-width : 640px){
	

}