@charset "utf-8";

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 0;
	-webkit-text-size-adjust: auto;
	font-family : 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-size: 13px;
	color: #191919;
	width: 100%;
	overflow: hidden;
	background-color: #EAF9D7;
}

/*-- アンカー --*/
a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}

/*-- 共通部分 --*/
.fll {
	float:left;
}
.flr {
	float:right;
}
.gray {
	color:#84796d;
}

.clear {
	clear:both;
}
h2 {
	margin: 0;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#gHeader {
	width: 100%;
	clear: both;
	float: left;
	line-height: 1.5em;
	margin-top: 0;
	padding-top: 1.5em;
	padding-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	/* Firefox */
	background: -moz-linear-gradient(top, #FFFFFF,  #fcfcfc 50%, #f6f6f6);
	/* Safari,Google Chrome */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f6f6f6))!important;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #74BD1F;
}

#gHeader:after {
　content : '';
  display : block;
  clear : both;
}
#gHeader .head {
	width: 96%;
	margin-left:auto;
	margin-right:auto;
}
#gHeader h1 {
	margin-top: 0;
	margin-bottom: 0.3em;
	float:left;
	width: 60%;
}
#gHeader h1 img {
	width: 100%;
}
#gHeader .tel {
	margin: 0;
	float:right;
	width: 25%;
}
#gHeader .tel ul {
	width: 100%;
	list-style:none;
	margin: 0!important;
	padding: 0!important;
}
#gHeader .tel li {
	margin-bottom: 2px;
}
#gHeader .tel li img {
	width: 100%;
}
@media screen and (min-width:768px) {
#gHeader .head {
	width: 974px;
	margin-left:auto;
	margin-right:auto;
}
}

.text_Line{
  text-decoration: line-through;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	width: 100%;
	clear: both;
}
#gFooter ul {
	width: 70%;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
	margin-bottom: 20px;
}
#gFooter ul li {
	margin-right: 15px;
	display:inline;
	line-height: 1.5;
}
#gFooter ul li:last-child{
	margin-right: 0;
}
#gFooter p.copyright {
	text-align: center!important;
	line-height: 1.2;
	padding-top: 2em;
	padding-bottom: 1em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
