@charset "UTF-8";
/*
 *  ****.css 
 *  
 *  Created by YASUDA BAC on 20++/++/++.
 *  Copyright (c) 2016 YASUDA BAC. All rights reserved. 
 *  
 */
/* ######## never delete ####### */
/* ===== override for YUI ===== */


html {
  background-color: transparent;
  background-image: none;
}
/* ############################ */

html,body {
	width:100%;
}

body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#grandWrap {
	margin:0 auto;
}

.contentsWrap {
	width: 100%;

}

.contentsWrap .content {
	width:900px;
	margin: 0 auto;
	height: auto;

}

h1 {
	width: 100%;
	height: 30px;
	background: url(../img/h1_bg.png) left bottom repeat-x;
}

h1 span{
	display: block;
	margin: 0 auto;
	width: 900px;
	font-size: 14px;
}

h2 {
	background: url(../img/h2_bg.png) left top no-repeat;
}

header {
	background: url(../img/header_bg.png) center top no-repeat;
}

header .headerContact {
	position: absolute;
	top: 0;
	margin-left: 484px;
	padding: 15px 21px;
	width: 400px;
	height: 114px;
	background: url(../img/header_contact_bg.png) center top no-repeat;
}

header .headerContact p {
	text-align: center;
	float: none;
	font-size: 14px;
	font-weight: bold;
	color: #434343;
}

header p {
	float: left;
}

header .logo {
	margin-top: 10px;
}

header .headerCopy {
	margin-top: 85px;
}

header .headerText {
	margin-top: -14px;
}


#gNavWrap {
	width: 100%;
	background: url(../img/gNav_bg.png) left top repeat-x;
}

#gNavWrap .gNav{
margin: 0 auto;
	width: 900px;
	}

#gNavWrap .navBtn{
	float: left;
	line-height: 0em;
	background: url(../img/gNav_bg_off.png) center center no-repeat;
}

#gNavWrap .navBtn.selected,
#gNavWrap .navBtn:hover{
	background: url(../img/gNav_bg_on.png) center center no-repeat;
}


#leftContents {
	float:left;
	margin-top: 20px;
}

.contactBox {
	margin-top:20px;
	padding: 7px 45px 40px 23px;
	background: url(../img/contact_bg.png) left top no-repeat;
}

.contactBox p {
	font-size: 14px;
	margin-bottom: 5px;
}



#rightContents {
	float: right;
	margin-top: 18px;
	width: 218px;

}

#rightContents li{
	margin-bottom: 14px;
	height: 178px;
	background: url(../img/right_content_bg.png) center top no-repeat;
	}

#rightContents li h3 {
	padding:16px 0 10px 40px;
	    line-height: 0;
}

#rightContents li div{
    padding:9px 12px 4px;
	height: 115px;
	font-size: 12px;
	background-position:center top;
	background-repeat: no-repeat; 
}

#rightContents li.rightKaishu div{
background-image: url(../img/right_bg_kaishu.png);
}
#rightContents li.rightHikkoshi div{
background-image: url(../img/right_bg_hikkoshi.png);
}
#rightContents li.rightIhin div{
background-image: url(../img/right_bg_ihin.png);
}
#rightContents li.rightOffice div{
background-image: url(../img/right_bg_office.png);
}
#rightContents li.rightKaitori div{
background-image: url(../img/right_bg_kaitori.png);
}


#rightContents li  p{
	line-height: 1.4em;
}

#rightContents li .rightBtn {
	margin-top: 8px;
	text-align: right;
}

#rightContents li .rightBtn a:hover {
	opacity: 0.7;

	}


footer {
height: 210px;
	background: url(../img/footer_bg.png) center bottom repeat-x;
}

footer .content{
    padding-top: 7px;
}

footer p{
	float: left;
}

footer .footerText{
	font-size: 18px;
	font-weight: bold;
	color: #c30d23;
    margin-top: 24px;
    margin-left: 14px;
    margin-bottom: 12px;
}

footer address{
	float: left;
	margin-left: 10px;
		font-size: 14px;
}

footer address span{
	font-size: 18px;
	font-weight: bold;
}

footer ul {
	display: block;
	float: right;
	margin-top: 44px;
}

footer ul li{
	float: left;
	color: #e60012;
}

footer ul li a{
	color: #e60012;
}

footer ul li a:hover{
	text-decoration: none;
}

footer .copyright {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	margin-top: 15px;
}

/* 汎用スタイル */
.clearfix:after {
	display: block;
	content:"";
	clear:both;
}

.float-L {
	float:left !important;
}

.float-R {
	float:right !important;
}

.marginB-0 {
	margin-bottom:0 !important;
}

.marginR-0 {
	margin-right:0 !important;
}

.marginT-10 {
	margin-top:10px !important;
}

.marginT-15 {
	margin-top:15px !important;
}

.marginT-20 {
	margin-top:20px !important;
}

.marginT-30 {
	margin-top:30px !important;
}

.marginL-10 {
	margin-left:10px !important;
}

.marginL-15 {
	margin-left:15px !important;
}

.marginL-20 {
	margin-left:20px !important;
}

.marginL-30 {
	margin-left:30px !important;
}



.txtAlign-C {
	text-align: center !important;
}

.txtAlign-L {
	text-align: left !important;
}

.txtAlign-R {
	text-align: right !important;
}

.txtColor-Red {
	color:#ff0000 !important;
}

.noBorder {
	border:none !important;
}



/* add_20170120 */

.privacy{
	width:670px;
	margin:20px 0 30px 0;
	padding:20px;
	box-sizing:border-box;
	background:#fff799;
	border-radius:10px;
	font-size:14px;
	line-height:1.5;
	color:#000;
}
.privacy strong{
	font-size:15px;
	font-weight:bold;
}
