@charset "euc-jp";

a {
	text-decoration: none;
	color: initial;
}

a:hover {
	text-decoration: none;
	opacity: 0.5 ;
}

img {
   border:0;
   vertical-align:bottom;
}
a img:hover {
	opacity: 0.5 ;
}
/*
 * layout
 */
#wrapper {
  max-width: 950px;
}

/*
 * contents
 */

#contents {
	float: right;
	width: 730px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_10b {
	padding: 10px;
	background-color: #F5B2AD;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #fff; }
.bor_r_1 { border-right: 1px solid #fff; }
.bor_b_1 { border-bottom: 1px solid #fff; }
.bor_l_1 { border-left: 1px solid #fff; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -124px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -124px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media screen and (min-width: 600px){
/*
 * 追加
 */
 * {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#221E1F;
}
body {
	margin-top: 0px;
	font-size: 13px;
	line-height: 22px;
	width: 100%;
	background-image: url(https://raplit.com/image/bg01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
   }
 #headerbg {
	height: 560px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(https://raplit.com/image/bg04.png);
	background-repeat: no-repeat;
	background-position: center;
	}
#header01 {
	width: 1150px;
	height: 124px;
	margin-right: auto;
	margin-left: auto;
	
}
#header1 {
	width: 220px;
	height: 108px;
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-left: 30px;
	background-color: #85BF23;
}
#header2 {
	width:900px;
	height: 115px;
	float:right;
	margin-top: 0px;
	margin-right: 0px;
}
#header3 {
	width:690px;
	height: 35px;
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 85%;
}
#header4 {
	width:900px;
	height: 45px;
	float:left;
	margin-top: 35px;
	margin-right: 0px;	
}
#side {
	width:200px;
}
ul.type01{
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 1px;
	}
ul.type01 li a{
	display: inline;
	display: block;
	padding: 0px;
	width: 110px;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #85BF23;
	text-decoration: none;
	height: 43px;
	color: #85BF23;
	font-weight: bold;
	font-size: 92%;
	line-height: 150%;
}
ul.type04{
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 110px;
	padding-bottom: 0;
	padding-left: 110px;
	}
ul.type04 li {
	display: inline;
	display: block;
	padding: 0px;
	width: 300px;
	height: 45px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-decoration: none;
}
ul.type05{
	list-style: none;
	padding: 0;
	width: 720px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	}
ul.type05 li{
	display: inline;
	display: block;
	padding: 0px;
	width: 230px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: center;
	height: 30px;
	
}
h1 {
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 150%;
	color: #85BF23;
	margin-bottom: 45px;
	text-align: center;
	line-height: 200%;
	}
h2:after{
	position: absolute;/*絶対配置*/
	content: '';
	display: block; /*改行するように*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85BF23;
	width: 50px;
	margin-top: 5px;
	text-align: center;
	margin-left: 340px;
	}
h3 {
	font-size: 120%;
	color: #85BF23;
	margin-bottom: 20px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85BF23;
	}
h4 {
	font-size: 143%;
	color: #85BF23;
	margin-bottom: 10px;
	height: 27px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #85BF23;
	padding-top: 3px;
	padding-left: 5px;
	}
h6 {
	font-size: 185%;
	color: #FFF;
	margin-bottom: 25px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	background-color: #F39F84;
	text-align: center;
	padding-top: 35px;
	margin-top: 0px;
	}
h6:after {
	position: absolute;/*絶対配置*/
	content: '';
	display: block; /*改行するように*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 50px;
	margin-top: 5px;
	text-align: center;
	margin-left: 450px;
	}
.txt01 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
}
.txt02 {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 15px;
}
.txt03 {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
}
.button01 {
	display: inline-block;
	width: 165px;
	height: 30px;
	text-decoration: none;
	outline: none;
	color: #FFF;
	background-color: #F39F84;
	text-align: center;
	font-size: 115%;
	float: right;
	padding-top: 5px;
			}
.button02 {
	display: inline-block;
	width: 200px;
	height: 35px;
	text-decoration: none;
	outline: none;
	color: #FFF;
	background-color: #D3526C;
	text-align: center;
	font-size: 115%;
	padding-top: 7px;
			}
			
.button05 {
	display: inline-block;
	width: 100%;
	height: 38px;
	text-decoration: none;
	outline: none;
	color: #85BF23;
	text-align: center;
	font-weight: bold;
	border: 1px solid #85BF23;
	font-size: 154%;
	padding-top: 15px;
		}
.button06 {
	display: inline-block;
	width: 100%;
	height: 30px;
	text-decoration: none;
	outline: none;
	color: #FFF;
	background-color: #85BF23;
	text-align: center;
	font-size: 115%;
	line-height: 30px;
			}
.bnr01 {
	padding-bottom: 15px;
}
.bnr02 {
	padding-top: 15px;
}
.bnr03 {
	padding-bottom: 15px;
	text-align: center;
}	
.bt	{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}	
.fontstyle01 {
	font-size: 74%;
	color: #6C6E70;
	font-weight: normal;
}
.fontstyle02 {
	font-weight: bold;
}
.fontstyle03 {
	color: #D3526C;
	font-weight: bold;
}
.fontstyle09 {
	font-size: 65%;
	color: #FFF;
	font-weight: normal;
}

#page {
	width: 1150px;
	height: 30px;
	text-align: right;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
			}
#footerbg {
	background-image: url(https://raplit.com/image/ftabg.jpg);
		}
#footer {
	width: 1150px;
	height: 278px;
	margin-right: auto;
	margin-left: auto;
	font-size: 93%;
	}
#contents1 {
	width:1150px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	color: #FFF;
}
#contents1 a {	
	text-decoration: none;
	color: #FFF;
}
#contents2 {
	width:1150px;
	height: 55px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
#contents3 {
	float:left;
	width:205px;
	height: 110px;
	margin-top: 15px;
	margin-left: 20px;
}
#contents4 {
	float:left;
	width:220px;
	height: 100px;
	margin-top: 20px;
	margin-left: 10px;
}
#contents5 {
	float: left;
	width: 200px;
	height: 100px;
	margin-top: 20px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #221E1F;
	padding-left: 10px;
}
#contents6 {
	float: left;
	width: 450px;
	height: 100px;
	margin-top: 20px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #221E1F;
	padding-left: 10px;
	line-height: 190%;
}
#contents7 {
	width:1150px;
	height: 20px;
	text-align: center;
	padding-top: 10px;
}
.link a {
	text-decoration: none;
	color: #6CBA95;
}

.link a:hover {
	text-decoration: none;
	color: #6CBA95;
	opacity: 0.5 ;
}
/* サイド追従デザインここから */
#tab01 {
	width: 65px;/* 最初に表示されるバナーの幅 */
	height: 216px;/* 画像のURL */
	position: fixed;/* バナーを固定します */
	right: 0;/* 左から0pxの位置に指定 */
	top: 10px;/* 上から10pxの位置に指定 */
	background-image: url(https://raplit.com/image/side01.png);
	background-repeat: no-repeat;
}
#tab01 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab01:hover {/* カーソルが乗った時の動きを指定 */
width: 90px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}
#tab02 {
	width: 65px;/* 最初に表示されるバナーの幅 */
	height: 156px;/* 画像のURL */
	position: fixed;/* バナーを固定します */
	right: 0;/* 左から0pxの位置に指定 */
	top: 226px;/* 上からの位置に指定 */
	background-image: url(https://raplit.com/image/side02.png);
	background-repeat: no-repeat;
}
#tab02 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab02:hover {/* カーソルが乗った時の動きを指定 */
width: 90px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}
.conteiner01ec {
	width: 730px;
	height: 354px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(https://raplit.com/image/ec/bg01.jpg);
	background-repeat: no-repeat;
}
.conteiner02ec {
	width: 730px;
	height: 1255px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(https://raplit.com/image/ec/bg02.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 15px;
}

.conteiner03ec {
	width: 730px;
	height: 353px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(https://raplit.com/image/ec/bg03.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 26px;
}
.conteiner04ec {
	width: 730px;
	height: 323px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.conteiner05ec {
	width: 730px;
	height: 292px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(https://raplit.com/image/ec/bg05.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 26px;
}
.conteiner06ec {
	width: 730px;
	height: 1482px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(https://raplit.com/image/ec/bg06.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 26px;
}
.conteiner07ec {
	width: 730px;
	height: 992px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(https://raplit.com/image/ec/bg07.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 26px;
}
.conteiner08ec {
	width: 730px;
	height: 372px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(https://raplit.com/image/ec/bg08.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 26px;
}
#apDiv1ec {
	position: absolute;
	width: 310px;
	height: 40px;
	z-index: 1;
	left: 171px;
	top: 306px;
}
#apDiv2ec {
	position: absolute;
	width: 124px;
	height: 72px;
	z-index: 1;
	left: 89px;
	top: 331px;
}
#apDiv3ec {
	position: absolute;
	width: 132px;
	height: 72px;
	z-index: 1;
	left: 234px;
	top: 331px;
}
#apDiv4ec {
	position: absolute;
	width: 124px;
	height: 72px;
	z-index: 1;
	left: 379px;
	top: 331px;
}
#apDiv5ec {
	position: absolute;
	width: 124px;
	height: 72px;
	z-index: 1;
	left: 517px;
	top: 331px;
}
#apDiv6ec {
	position: absolute;
	width: 124px;
	height: 88px;
	z-index: 1;
	left: 39px;
	top: 535px;
}
#apDiv7ec {
	position: absolute;
	width: 124px;
	height: 72px;
	z-index: 1;
	left: 171px;
	top: 535px;
}
#apDiv8ec {
	position: absolute;
	width: 124px;
	height: 72px;
	z-index: 1;
	left: 301px;
	top: 535px;
}
#apDiv9ec {
	position: absolute;
	width: 124px;
	height: 72px;
	z-index: 1;
	left: 432px;
	top: 535px;
}
#apDiv10ec {
	position: absolute;
	width: 124px;
	height: 72px;
	z-index: 1;
	left: 563px;
	top: 535px;
}
#apDiv11ec {
	position: absolute;
	width: 124px;
	height: 76px;
	z-index: 1;
	left: 87px;
	top: 761px;
}
#apDiv12ec {
	position: absolute;
	width: 124px;
	height: 72px;
	z-index: 1;
	left: 233px;
	top: 761px;
}
#apDiv13ec {
	position: absolute;
	width: 124px;
	height: 72px;
	z-index: 1;
	left: 372px;
	top: 761px;
}
#apDiv14ec {
	position: absolute;
	width: 124px;
	height: 72px;
	z-index: 1;
	left: 514px;
	top: 761px;
}
#apDiv15ec {
	position: absolute;
	width: 476px;
	height: 137px;
	z-index: 1;
	left: 56px;
	top: 160px;
}
#apDiv16ec {
	position: absolute;
	width: 617px;
	height: 84px;
	z-index: 1;
	left: 68px;
	top: 160px;
}
#apDiv17ec {
	position: absolute;
	width: 625px;
	height: 84px;
	z-index: 1;
	left: 56px;
	top: 238px;
}
#apDiv18ec {
	position: absolute;
	width: 591px;
	height: 60px;
	z-index: 1;
	left: 66px;
	top: 1119px;
}
#apDiv19ec {
	position: absolute;
	width: 596px;
	height: 84px;
	z-index: 1;
	left: 65px;
	top: 1332px;
}
#apDiv20ec {
	position: absolute;
	width: 275px;
	height: 115px;
	z-index: 1;
	left: 55px;
	top: 242px;
}
#apDiv21ec {
	position: absolute;
	width: 275px;
	height: 115px;
	z-index: 1;
	left: 397px;
	top: 242px;
}
#apDiv22ec {
	position: absolute;
	width: 275px;
	height: 115px;
	z-index: 1;
	left: 55px;
	top: 530px;
}
#apDiv23ec {
	position: absolute;
	width: 275px;
	height: 135px;
	z-index: 1;
	left: 397px;
	top: 530px;
}
#apDiv24ec {
	position: absolute;
	width: 275px;
	height: 115px;
	z-index: 1;
	left: 55px;
	top: 855px;
}
#apDiv25ec {
	position: absolute;
	width: 275px;
	height: 115px;
	z-index: 1;
	left: 397px;
	top: 855px;
}
#apDiv26ec {
	position: absolute;
	width: 430px;
	height: 40px;
	z-index: 1;
	left: 284px;
	top: 314px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {overflow:hidden;}
.new-post {
		display: block ;		/* 非表示にする */
	}
.new-post02 {
		display: none ;		/* 表示にする */
	}
	}
@media screen and (max-width:599px){	


 * {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#221E1F;
     
}

body {
	margin-top: 0px;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	left: 0;
	overflow-x: hidden;
	　-webkit-text-size-adjust: 100%;
   }


a {
	text-decoration: underline;
}

a:hover {
   text-decoration:underline;
}
#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
border:0;
   vertical-align:bottom;
}h2 {
	font-size: 130%;
	color: #85BF23;
	margin-bottom: 20px;
	text-align: center;
	}
h2:after{
	position: absolute;/*絶対配置*/
	content: '';
	display: block; /*改行するように*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85BF23;
	width: 20px;
	left: 50%;
	margin-top: 3px;
	margin-left: -10px;
	}
h4 {
	font-size: 110%;
	color: #85BF23;
	margin-bottom: 10px;
	height: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #85BF23;
	padding-top: 2px;
	padding-left: 5px;
	}
h6 {
	font-size: 140%;
	color: #FFF;
	width: 100%;
	height: 60px;
	background-color: #F39F84;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
h6:after{
	position: absolute;/*絶対配置*/
	content: '';
	display: block; /*改行するように*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 20px;
	left: 50%;
	margin-top: 3px;
	margin-left: -10px;
	}
#container {
	width: 100%;
	margin-top: 0px;
	
	}
#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
table.typea {
	background-color: #85BF23;
}
table.typea th {
	background-color: #F39F84;
	}
table.typea td {
	text-align: center;
	}
	
#contents {
	width: 96%;
	padding-top: 0;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 10px;
}
.link a {
	text-decoration: none;
	color: #6CBA95;
}

.link a:hover {
	text-decoration: none;
	color: #6CBA95;
	opacity: 0.5 ;
}
.button02 {
	display: inline-block;
	width: 100%;
	height: 44px;
	text-decoration: none;
	outline: none;
	color: #FFF;
	background-color: #D3526C;
	text-align: center;
	padding-top: 12px;
	  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	}
.button05 {
	display: inline-block;
	width: 100%;
	height: 38px;
	text-decoration: none;
	outline: none;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background-color: #D3526C;
	font-size: 90%;
	padding-top: 8px;
	  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
		}
.button06 {
	display: inline-block;
	width: 100%;
	height: 30px;
	text-decoration: none;
	outline: none;
	color: #FFF;
	background-color: #85BF23;
	text-align: center;
	font-size: 115%;
	float: right;
	line-height: 35px;
			}
.bnr01 {
	padding-bottom: 5px;
}
.bnr02 {
	padding-top: 5px;
}
.bnr03 {
	padding-bottom: 5px;
	text-align: center;
}
.txt01 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.txt02 {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.txt03 {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#page {
	width: 15%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
			}
.fontstyle01 {
	font-size: 86%;
}
.fontstyle02 {
	font-weight: bold;
}
.fontstyle03 {
	color: #D3526C;
	font-weight: bold;
}
.fontstyle09 {
	font-size: 65%;
	color: #FFF;
	font-weight: normal;
}
#footer {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F5FFE3;
	font-size: 110%;
			}
#contents2 {
	width:100%;
	margin-top: 15px;
	
	}
#contents3 {
	width:100%;
}
#contents4 {
	width:100%;
}
#contents5 {
	float:left;
	width:100%;
	margin-top: 10px;
	
}
.conteiner01ec{
	width:100%;
}
ul.type04{
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
ul.type04 li {
	display: inline;
	display: block;
	padding: 0px;
	width: 100%;
	height: 45px;
	float: left;
	margin: 0px;
	text-decoration: none;
}
ul.type05{
	list-style: none;
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
ul.type05 li{
	display: inline;
	display: block;
	padding: 0px;
	width: 46%;
	float: left;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 10px;
	margin-left: 2%;
	text-align: center;
	height: 30px;
	
}
#copy {
	width: 100%;
	text-align: center;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;

			}
			
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {overflow:hidden;}
.new-post {
		display: none ;		/* 非表示にする */
	}
.new-post02 {
		display: block ;		/* 表示にする */
	}
	
	}
