#gnavi {
	margin: 0 auto 25px;
}

/*---------------------------------------
メインビジュアル
-----------------------------------------*/

#mainvisual {
	background: url(../images/index/bg02_visual.gif) repeat-x;
	height: 454px;
}

#mainvisual .inner {
	position: relative;
}

#mainvisual .inner h2 {
	padding: 50px 0 50px 40px;
}

#mainvisual .inner .btnContact {
	padding: 0 0 0 87px;
}

.vibration-box {
    left: 538px;
    position: absolute;
    top: 20px;
}

.vibration-box div#vibration {
    background: url(../images/index/tel.png) no-repeat scroll 0 0;
	background-size: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 145px;
    text-align: left;
    width: 380px;
}

div#tel_2 {
    background: url(../images/index/tel_2.png) no-repeat scroll 0 0;
	background-size: 100%;
    height: 317px;
    left: 588px;
    position: absolute;
    top: 60px;
    width: 283px;
}


/*---------------------------------------
グローバルナビ
-----------------------------------------*/

#gnavi {
	max-width: 2200px;
	height: 122px;
	margin: -92px auto 0;
	padding-bottom: 4px;
	background: url(../images/index/bg01_gnavi.png) center 0 no-repeat;
}

#gnavi ul {
	width: 960px;
	margin: 0 auto;
}

#gnavi ul li {
	float: left;
	padding-top: 1px;
}

#gnavi ul li:first-child {
	margin-left: 0;
}

#gnavi ul li:nth-child(2),
#gnavi ul li:nth-child(3) {
	/*padding-top: 10px;*/
}


/*---------------------------------------
メイン
-----------------------------------------*/

h2.title {
	box-shadow: 0px 0px  3px #666;
	margin-top: 3px !important;
}

#contentContainer .area01 {
	background: #ece8de;
	border-radius: 0 0 7px 7px;
	box-shadow: 0px 0px  3px #666;
	padding: 20px 20px 0;
	margin-bottom: 27px;
	border-right: 1px solid #D0C6AD;
}

#contentContainer .box01 {
	background: #fff;
	width: 283px;
	padding: 155px 20px 20px;
	margin-bottom: 20px;
	position: relative;
}

#contentContainer .box01 dt {
	font-size: 114.3%;
	color: #06142a;
	font-weight: bold;
	background: url(../images/common/icon01.gif) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 15px;
}

#contentContainer .box01 dt a {
	color: #333;
	text-decoration: none;
}

#contentContainer .box01 dd.img {
	position: absolute;
	 top: 20px;
	 left: 20px;
}

#contentContainer .box01 dd.img4 {
	position: absolute;
	 top: 13px;
	 left: 20px;
}

#search {
	position: relative;
	margin-bottom: 30px;
}

.custom_search {
	position: relative;
}

.searchform-params {
	margin-bottom: 15px;
}

#search .type01,
.searchform-input-wrapper input{
	display: block;
	width: 578px;
	padding: 10px 85px 10px 5px;
	border-radius: 5px;
	border: none;
	border: 1px solid #ccc;
}

#search .type02,
.searchform-controls input {
	position: absolute;
	top: 4px;
	right: 6px;
	width: 75px;
	height: 31px;
	background: url(../images/index/btn_search.gif) no-repeat;
	border: none;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
}

.searchform-param label {
	display: none !important;
}

#contentContainer .box02 {
	background: #fff;
	width: 209px;
	padding: 80px 0 10px;
	position: relative;
	margin: 0 20px 20px 0;
}

#contentContainer .box02.columnRight {
	margin-right: 0;
}

#contentContainer .box02 dt {
	color: #06142a;
	font-weight: bold;
	background: url(../images/common/icon01.gif) left center no-repeat;
	padding-left: 20px;
	margin-left: 10px;
}

#contentContainer .box02 dt a {
	color: #333;
	text-decoration: none;
}

#contentContainer .box02 dd {
	position: absolute;
	 top: 0px;
	 left: 0px;
}

#contentContainer .area02 {
	background: #f8f8f8;
	border-radius: 0 0 7px 7px;
	box-shadow: 0px 0px  3px #666;
	padding: 20px 20px 0;
	border-right: 1px solid #aaa;
}

#contentContainer .area02 dl {
	padding-bottom: 15px;
}

#contentContainer .area02 dl dt {
	display: inline-block;
	vertical-align: top;
	width: 13%;
}

#contentContainer .area02 dl dd {
	display: inline-block;
	vertical-align: top;
	width: 85%;
}


/*---------------------------------------
タイトル
-----------------------------------------*/

h2.title {
	border-radius: 7px 7px 0 0;
	margin: 0;
}