﻿@charset "UTF-8";

/* ++ きれいな明朝 ++ */
.min{font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;font-weight: bold;}

/* ++きれいなゴシック++ */
.gos{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;font-weight: bold;}


/* ++ Common CSS ++ */

/*ヘッダー*/
#customer_header{ margin: 0px auto;}
#header {
	width: 100%;
	height: 129px;
	background: url('../img/headerBg.jpg') repeat;
}

#headerInner {
	width: 1060px;
	margin: 0 auto;
}

#headerInner h1 {
	width: 225px;
	padding: 0;
	margin: 7px 0;
	line-height: 0;
	float: left;
}
.tel {
	padding: 18px 0 0 0;
	float:right;
}

/* nav */
nav{ width: 100%;
	background: url('../img/navBg.jpg') repeat-x center bottom;
	font-size: 16px;
	}
nav ul{ width: 1060px;
	height: 40px;
	margin:0 auto;
}
nav ul li{
	list-style-type: none;
}
nav ul li a{ display:block;
 float: left;
	color: #FFF;
	padding:10px 25px;}

nav ul li:hover{ opacity: 0.5;}

nav a:link{ color:#fff; text-decoration:none;}
nav a:visited{ color:#fff;}
nav a:hover{ color:#c1d8ac;}
.acdn-target{ color:#fff;}

/* ホバー */
.mouseHvr {
	opacity: 1;
}
.mouseHvr:hover {
	opacity: 0.7;
}
/*clearfix*/
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
p.resizeimage img { width: 100%; }