﻿@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.cl {
	clear:both;
}


/* ------ Anchor ------ */

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #38bdbb;
}
a:visited {
	text-decoration: none;
	color: #38bdbb;
}
a:hover {
	text-decoration: underline;
	color: #38bdbb;
}
a:active {
	text-decoration: underline;
	color: #38bdbb;
}



/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 76%;
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}

body {

}

#container {
	position: relative;			/* 親要素をposition:relativeとする */
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}



/* ------ Column ------ */

.row {
	max-width: 930px;
	margin: 0 auto;
}

.row:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;
}

/* 各カラムの幅を％で設定 */
.one-sixth {width: 13.9784946237%;}
.two-sixth {width: 31.1827956989%;}
.three-sixth{width: 48.3870967742%;}
.four-sixth{width: 65.5913978495%;}
.five-sixth{width: 82.7956989247%;}


/* ------ Header ------ */

header {
	width: 100%;
	padding-top: 40px;
}

header .row {
	position: relative;
}

header h1 {
	width: 243px;
	height: 83px;
}


/* ------ Global Navi ------ */

/* デスクトップ／タブレット用表示では、右寄せで配置 */
#gnav {
	float: right;
	width: 90%;
}

/* ナビゲーションの各項目は、横並びに配置 */
#gnav li {
	float: left;
	width: 25%;
}

#gnav a {
	display: block;
	position: relative;
	z-index: 2000;
	height: 50px;
	padding-top:25px;
	font-size: 76%;
	text-decoration: none;
	color: #000;
	text-align: center;
}


#menu a:hover,
#menu a:active {
	color:#F60;
}


/* ------ Article ------ */

article {
	background-color: #fff;

}

/* ------ news_h ------ */

#wrapper {
	padding-bottom:30px;
}



/* ------ News ------ */

#wrapper_in {
	margin-top: 30px;
	
}

#wrapper_in h1 {
	display: block;
	position: relative;
	z-index: 2;
	padding: 2px 15px;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	background-color: #9cc647;
}

#wrapper_in h2 {
	display: block;
	position: relative;
	z-index: 2;
	padding: 2px 15px;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	background-color: #9cc647;
}


#wrapper_in h3 {
	display: block;
	position: relative;
	z-index: 2;
	padding: 2px 15px;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	border-bottom: solid 2px #9cc647;
	border-left: solid 15px #9cc647;
	margin: 0 0.2em;
	font-weight:bold;
}

#wrapper_in h4 {
	margin-top: 30px;
	color:#000;
	margin-bottom:10px;
	background:url(../images/wa-midori.png)  no-repeat left;
	padding-left:20px;
	border-bottom:1px #9cc647 solid;
	}

#wrapper_in section {
	padding-left:20px;
	padding-right:20px;	
}


#wrapper_in section p {
	margin-top: 10px;
	margin-bottom:10px;
	
}



#wrapper_in dl  {
	padding: 10px;

}


#wrapper_in dt  {
	width:320px;
	color: #000;
	font-size: 85%;
	font-weight: bold;
	float:left;
	clear:both;
	}

#wrapper_in dd  {
	color: #666;
	font-size: 85%;
	margin-bottom:20px;
	line-height:2em;
	margin-left:320px;
}


.for {
	height:20px;
}

/*フォーム設定*/

#member_no{
	width:70px;
	ime-mode:disabled;
}
#mail_address1,#mail_address2{
	width:250px;
	ime-mode:inactive;
}
#name1{
	ime-mode:active;
}
#name2{
	ime-mode:active;
}
#postcode{
	width:50px;
	ime-mode:disabled;
}
#address{
	width:250px;
	ime-mode:active;
}
#tel{
	width:80px;
	ime-mode:disabled;
}

#reviews{
	width:200px;
	height:90px;
	overflow:auto;
	ime-mode:auto;
}

/*フォーム設定 ここまで*/

#wrapper_in dt.agr {
	float:none;
	font-size: 76%;
	width:100%;
	}

#wrapper_in dd.agr {
	margin-left:0;
	font-size: 76%;
	}

#wrapper .ce{
	text-align:center;
	font-size:80%;
}

#wrapper .red{
		color:#F00;
		font-size:90%;
}

#wrapper .red_e{
		color:#F00;
		display:none;
}


#wrapper .bl{
	color:#030;
}

#wrapper .bo {
	color: #000;
	font-weight:bold;
}

#wrapper a {
	color:#090;
}

#wrapper a:hover {
	text-decoration:underline;	
	}

.for {
	height:20px;

}	


/* ------ Page Top ------ */

#page-top {	
	border-top: solid 1px #d5d5d5;		/* 1番外側のborder */
	border-bottom: solid 1px #fff;
}

#page-top p {
	font-size: 68%;
	border-top: solid 1px #dedede;		/* 2番目のborder */
}

#page-top a {
	display: block;
	padding-bottom: 3px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	color: #666;
	border-top: solid 1px #e5e5e5;		/* 1番内側のborder */
}

#page-top a:link,
#page-top a:visited {
	background-color: #eee;
}
#page-top a:hover,
#page-top a:active {
	background-color: #e5e5e5;
}



/* ------ Footer ------ */

footer {
	background-color: #f5f5f5;
}

footer nav {
	margin: 10px 0 15px;
}

footer nav li {
	display: inline-block;
	padding: 0 5px 0 10px;
	border-left: solid 1px #ddd;
	font-size: 68%;
}
footer nav li:first-child {
	padding-left: 0;
	border-left: none;
}

footer nav a:link,
footer nav a:visited {
	color: #666;
	text-decoration: none;
}
footer nav a:hover,
footer nav a:active {
	color: #666;
	text-decoration: underline;
}

#copyright {
		margin: 10px 0 15px;
}

#copyright p {
	font-size: 62%;
	color: #bbb;
}



/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {

	/* ------ Column ------ */

	/* 左右に25pxの余白を設定 */
	.row {
		padding: 0 25px;
	}
	

}



/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 639px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}


	/* ------ Header ------ */

	header {
		background: #fff;
		padding-top: 0;
	}
	header .row:before {
		display: none;
	}

	header .col:first-child {
		height: 90px;
	}

	header h1 {
		margin: 0 auto;
		padding-top: 15px;
	}
	
	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
	#gnav {
		float: none;
		width: 100%;
		margin-top:20px;		
	}

	#gnav a {
		height: 25px;
		padding-top: 30px;
		font-size: 68%;
	}
	

	/* ------ wrapper ------ */
	
	/* ------ wrapper ------ */
	
#wrapper_in dt  {
	width:100%;
	float:none;
	}
	
#wrapper_in dd  {
	margin-left:0;
}

/*フォーム設定*/

#member_no{
	width:90%;
	ime-mode:disabled;
}
#mail_address1,#mail_address2{
	width:90%;
	ime-mode:inactive;
}
#name1{
	width:90%;
	ime-mode:active;
}
#name2{
	width:90%;
	ime-mode:active;
}
#postcode{
	width:90%;
	ime-mode:disabled;
}
#address{
	width:90%;
	ime-mode:active;
}
#tel{
	width:90%;
	ime-mode:disabled;
}

#reviews{
	width:90%;
	height:90px;
	overflow:auto;
	ime-mode:auto;
}

/*フォーム設定 ここまで*/

.for {
	width: 90%;

}	

.for_t {
	width: 90%;

}
	
	/* ------ Page Top ------ */

	#page-top p {
		font-size: 76%;
	}

	#page-top a {
		line-height: 35px;
	}


	
	/* ------ Footer ------ */

	footer {
		border-top: solid 1px #fff;
	}

	footer nav {
		margin-top: 15px;
	}

	footer nav ul {
		padding: 0 15px;
		text-align: center;
	}

	#copyright {
		margin-bottom: 0;
		padding: 0 15px;
		text-align: center;
	}


}
