@charset "UTF-8";

h1 { 
	margin:0;
	padding:0;
}

body {  
    margin: 0 auto;  
    padding: 0;
}  

div#hdr_title {
	overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 0;
    background: #35276d;
}
div#hdr_title .hdr_copy {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	font-size: 0.9em;
	line-height: 0pt;
	color: #fff;
}



div#hdr_con_wrp {
	height: 150px;
    margin: 0;
	background-color: #35276d;
	background-image: url("../img/hdr_img.jpg");
	background-position: center;
	background-repeat: repeat-x;
}
div#hdr_con_wrp #hdr_con {
    margin: 0 auto;
	width: 950px;
}
div#hdr_con_wrp #hdr_con .hdr_logo {
	margin-top:30px;
	width: 70px;
	height: 95px;
	float:left;
}
div#hdr_con_wrp #hdr_con .hdr_copy {
	margin: 25px 0 0 80px;
	width: 265px;
	height: 105px;
	float:left;
}
div#hdr_con_wrp #hdr_con .hdr_tel {
	margin-top:20px;
	width: 430px;
	height: 110px;
	float:right;
}



div#hdr_btn_wrp {
	height: 70px;
    margin: 1px 0;
	background-color: #ddd;
}
div#hdr_btn_wrp #hdr_btn {
    margin: 0 auto;
	width: 950px;
}
div#hdr_btn_wrp #hdr_btn .hdr_btn_span {
    margin: 0;
	width: 1px;
	height: 70px;
	background-color: #aaa;
	float:left;
}
div#hdr_btn_wrp #hdr_btn .hdr_btn_span_end {
    margin: 0;
	width: 1px;
	height: 70px;
	background-color: #aaa;
	float:right;
}
div#hdr_btn_wrp #hdr_btn .hdr_btn_top {
    margin: 10px;
	width: 150px;
	height: 50px;
	float:left;
}
div#hdr_btn_wrp #hdr_btn .hdr_btn_price {
    margin: 10px;
	width: 150px;
	height: 50px;
	float:left;
}
div#hdr_btn_wrp #hdr_btn .hdr_btn_yukyu {
    margin: 10px;
	width: 150px;
	height: 50px;
	float:left;
}
div#hdr_btn_wrp #hdr_btn .hdr_btn_sinsei {
    margin: 10px;
	width: 150px;
	height: 50px;
	float:left;
}
div#hdr_btn_wrp #hdr_btn .hdr_btn_isogi {
    margin: 10px 40px;
	width: 180px;
	height: 50px;
	float:left;
}
.hdr_btn_isogi a{
  overflow: hidden;
  width: 180px;
  height: 50px;
  float: left;
  clear:both;
}
.hdr_btn_isogi img{
  border: none;
  /*margin-top: -50px;*/
}
.hdr_btn_isogi a:hover img{
  margin-top: -50px;
}


.btn_mov {
	display: inline-block;
	width: 150px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	font-family : 'Yu Mincho','YuMincho',sans-serif ;
	font-size:14px;
	line-height: 50px;
	outline: none;
}
.btn_mov::before,
.btn_mov::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn_mov,
.btn_mov::before,
.btn_mov::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_mov {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}
.btn_mov:hover {
	color: #fff;
}
.btn_mov::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.btn_mov:hover::after {
	background: #333;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#footer {
	padding-top:100px;
	clear: both;
	position: relative;
	width: 100%;
	min-width: 950px;
}
#footer p.copyright {
	margin:0;
	text-align: center;
	font-size: 12px;
	color:#FFF;
	line-height: 30pt;
    background: #35276d;
}
