@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
	-webkit-text-size-adjust:none;
	color:#404040;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a:link, a:hover, a:active {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
p {
	margin-bottom: 15px!important;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	background:#fff;
}
#contents {
	margin: 0 auto;
	width: 90%;
	text-align: left;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header {
	margin: 0 auto;
	height: 84px;
	padding: 10px 3%;
	border-bottom: 1px solid #b8b8b8;
	position: relative;
	background: transparent url(../../images/header.gif) repeat-x 0 0;
}
header h1 {
	position:absolute;
	top: 50%;
	width:75%;
	text-align:left;
	margin-top: -27px;/*---ロゴ高さの半分---*/
}
header .tel {
	width:20%;
}
header .tel a {
	position:absolute;
	top: 53%;
	right: 3%;
	margin-top: -26px;
	display: block;
	color:#fff;
	text-decoration: none;
	background: #02264b url(../../images/tel.png) no-repeat center center;/*---ベースカラーに変更---*/
	float:right;
	width: 3em;
	height:3em;
	border-radius: 10px;
}
/*---光沢グラデ---*/
header .tel span {
	display: block;
	width: 3em;
	height:3em;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, .1) 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(70%, rgba(255, 255, 255, .1)));
	background: linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, .1) 100%);
	height: 26px;
}
h2 {
	text-align: center;
	background: #eee;
	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 3px 3px 0px #ccc;
	-webkit-box-shadow: 0px 3px 3px #ccc;
	-moz-box-shadow: 0px 3px 3px #ccc;
	padding: 0!important;
	margin-bottom: 15px;
	line-height: 0;
}
/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/

/*---アイコン---*/

#iconnav {
	margin: 0 auto;
	width: 290px;
}
#iconnav ul {
	clear: both;
}
#iconnav ul li {
	text-align: center;
	float:left;
	width: 90px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height:1.2;
}
#iconnav ul.bt02 {
	margin-left:50px;
}
#iconnav ul li a {
	text-decoration: none;
}
#iconnav ul li:last-child {
	margin-right:0;
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/


/* 新着情報 */

#news dl {
	text-align: left;
}
#news dl dt {
	padding: 2%;
	float: left;
	width: 15%;
}
#news dl dd {
	padding:2% 5% 2% 25%;
	width: 70%;
	border-bottom: 1px solid #c4a79e;
	background: -moz-linear-gradient(top, #fff, #ffeaed); /* FF */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffeaed));/* Webkit */
	-pie-background:linear-gradient(top, #fff, #ffeaed); /* ie */
}
/* dl横並びライン */
/* dl横並びライン */

.listline dt {
	padding: 1%;
	float: left;
	width: 30%;
}
.listline dd {
	padding:1% 5% 1% 32%;
	border-bottom: 1px solid #ddd;
}
.listline2 dt {
	padding: 1%;
	float: left;
	width: 3%;
}
.listline2 dd {
	padding:1% 5% 1% 3%;
	width: 95%;
	border-bottom: 1px solid #ddd;
}
/* リンク */
.link {
	border-radius:8px;
	border: 1px solid #bbb;
	padding: 5px;
	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(255,255,255)),  color-stop(1, rgb(239,239,239))  );
}
/* 電話番号 */
.telnumber {
	float:left;
	font-size: 210%;
	text-decoration: none;
	color:#00F;
	line-height: 1.1em;
	margin-top :-3px;
	margin-bottom: 15px;
}
.tel02 {
	float: left;
	display: block;
	border-radius:8px;
	background: #ff9a24;
	font-size: 120%;
	height: 1.8em;
	line-height: 1.8em;
	width: 2.5em;
	text-align: center;
	color: white;
	margin-right:5px;
}
ol.number li {
	padding-left:30px;
}
ol.number li.no_01 {
	background:url(../../images/no_01.png) no-repeat 0 3px;
}
ol.number li.no_02 {
	background:url(../../images/no_02.png) no-repeat 0 3px;
}
ol.number li.no_03 {
	background:url(../../images/no_03.png) no-repeat 0 3px;
}
ol.number li.no_04 {
	background:url(../../images/no_04.png) no-repeat 0 3px;
}
ol.number li.no_05 {
	background:url(../../images/no_05.png) no-repeat 0 3px;
}
