@charset "utf-8";
/*============================================================
	はじめての方へ
	concept
============================================================*/


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

#gNav li:nth-of-type(2) a {
	border-bottom: solid 3px #2656a7;
	background-color: #fff;
	background-image: -webkit-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: -moz-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: -o-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: -ms-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: linear-gradient(to top, #ddd, #f9f9f9);
}


/*----------------------------------------------
	コンテンツ
---------------------------------------------*/

.conts h3 {
	margin-bottom: 15px;
	font-size: 26px;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	}
	.conts h3 img {
		vertical-align: middle;
	}


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

#ttl {
	margin-bottom: 0;
}


/* 一針伝心
----------------------------------*/

#isshin {
}

#isshin p {
	font-size: 15px;
	font-size: 1.5rem;
}


/* 設備と特徴
----------------------------------*/

#feature h3 {
	float: left;
	margin-right: 30px;
}

#feature ul {
	padding-top: 20px;
	font-size: 15px;
	font-size: 1.5rem;
}


/* ２つの柱
----------------------------------*/

#hashira {
	clear: both;
}
#hashira:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.hashira1 {
	float: left;
}

.hashira2 {
	float: right;
}

.hashira1 ,
.hashira2 {
	width: 488px;
	text-align: center;
}

.hashira1 h3 ,
.hashira2 h3 {
	margin-bottom: 20px;
}
