﻿@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;
}


.ie8 img {
	width: auto;
}

p {
	font-size: 76%;
}

.img {
	text-align: center;
}

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

.mt-20 {
	margin-top:20px !important;
}

.mt-30 {
	margin-top:30px !important;
}

.mb-20 {
	margin-bottom:20px !important;
}

.mb-30 {
	margin-bottom:30px !important;
}

/* ------ 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						*/
/*-----------------------------------------------------	*/



#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 {
	margin-top: 30px;
	color:#000;
	margin-bottom:10px;
	background:url(../img/wa-midori.png)  no-repeat left;
	padding-left:20px;
	border-bottom:1px solid #9cc647;
	font-weight:bold;
}

#wrapper_in h3 {
	margin-top: 20px;
	color:#000;
	margin:0 0 10px;
	border-bottom:1px dotted #9cc647;
	font-weight:bold;
	font-size:95%;
}

#wrapper .order01{
	padding:5px;
	background:#fdfff9;
}

#wrapper .order02{
	padding:5px;
	background:#fffef9;
}

#wrapper .order03{
	padding:5px;
	background:#f9fdff;
}

#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:25%;
	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:25%;
}

#wrapper_in dd a {
	font-weight:normal;
	color:#090;
}

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


#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 .ri{
	text-align:right;
}

#wrapper .red{
	color:#F00;
	font-weight:bold;
}

#wrapper .red_e{
	color:#F00;
	/* 20160104 MR1 コメントアウト
	 * display:none;
	 */
}


#wrapper .bl{
	color:#030;
}

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

#wrapper .bo_r {
	color: #f00;
	font-weight:bold;
}

#wrapper .un_li {
	text-decoration: underline;
}

#wrapper a {
	color: #090;
}

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

.for {
	height:20px;
}

.box{
	border:dotted 1px #888888;
	padding:20px;
}

.box_sm{
	border:dotted 1px #888888;
	padding:20px;
	font-size:80%;
}

.box_red{
	color: #ff0000;
	border:dotted 1px #ff0000;
	background-color: #FFE6E6;
	padding:20px;
	font-size: 80%;
}

/* ------ 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_in dt  {
	width:100%;
	float:none;
	}
	
#wrapper_in dd  {
	margin-left:0;
}
	
.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;
	}


}
