@charset "utf-8";

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; } 
#navigation {
	background-image: url(images/navigation_index.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
#navigation .logo {
	float: left;
	height: 75px;
	width: 378px;
	display: block;
}
#navigation #rbox {
	height: 75px;
	width: 622px;
	float: left;
	font-size: 13px;
}
#navigation #rbox #tel {
	height: 35px;
	margin-right: 10px;
	line-height: 35px;
	color: #FFF;
	text-align: right;
}
#top_navi li {
	float: left;
	background-image: url(images/top_navi.jpg);
	background-repeat: repeat-x;
	height: 34px;
	width: 120px;
	margin-right: 3px;
	text-align: center;
	line-height: 34px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#top_navi li a {
	display: block;
	color: #000;
}
#navigation #rbox #tel strong {
	font-size: 18px;
	font-weight: bold;
}
#main .title {
	text-align: center;
	color: #FFF;
	background-color: #E52787;
	font-size: 30px;
	margin-right: 11px;
	margin-left: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 30px;
	letter-spacing: 0.1em;
}
#wrapper h1 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
#footer address {
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 10px;
}

.right {
	float: right;
}
.left {
	float: left;
}

.backtotop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9000;
	display: none;
}    
 
.backtotop a {
    display: block;
	background-image:url(pre/images/ico_car.png);
	background-repeat:no-repeat;
	top:20px;
	width:135px;
	height:66px;	
}
#contact_box {
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contact_box form .form.taL.ml50 dt {
	margin-bottom: 10px;
	font-weight: bold;
	vertical-align: middle;
}
#contact_box form .form.taL.ml50 dd {
	margin-bottom: 15px;
}
#contact_box form .form.taL.ml50 dt label img {
	vertical-align: middle;
	margin-right: 5px;
}
#to_business {
	height: 81px;
	width: 730px;
	line-height: 81px;
	background-image: url(images/kaisha.bt.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
}
#to_business a {
	color: #F00;
	display: block;
}
#to_mail {
	height: 81px;
	width: 730px;
	line-height: 81px;
	background-image: url(images/otoiawase.bt.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
#to_mail a {
	color: #fff;
	display: block;
}

