@charset "euc-jp";

/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* font size */
body {
  
/*font: 13px/1.231 arial,helvetica,clean,sans-serif; */
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {font-size: 14px;
	line-height: 24px;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }

  background-color: <{$page_bgcolor;}>;
  
}
a {
	color: #000000;
	text-decoration: none;	
  }
a:hover {
	color: #000000;
	text-decoration: none;
  }
a:visited {
	color: #000000;
	text-decoration: none;
  } 
a:hover img {
  text-decoration: none;
  opacity: 0.7;
}
input[type="text"],
textarea,
select {
  border: 1px solid #888;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
  .icon_myaccount:before,
  .ie_icon_myaccount {
    background-position: left -96px;
  }
  .icon_regist:before,
  .ie_icon_regist {
    background-position: left -192px;
  }
  .icon_login:before,
  .ie_icon_login {
    background-position: left -224px;
  }
  .icon_logout:before,
  .ie_icon_logout {
    background-position: left -208px;
  }
  .icon_search:before,
  .ie_icon_search {
    background-position: left -16px;
  }
  .icon_viewcart:before,
  .ie_icon_viewcart {
    background-position: left -0px;
  }
  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    display: none;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

/* layout */
.layout_wrapper {
	margin: 0px;
	width: 100%;
	background-color: #fff;
}

.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}
  .header_btn a {
    color: #444;
  }
.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}


/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #006067;
  color: #fff;
  line-height: 1.5;
  float: right;
  clear: right;
}

/* product search form */
.prd_search_block {
  position: relative;
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 1px;
  width: 30.212%;
  font-size: 92.307%;
}
  .prd_search_block.open {
    padding: 5px 0;
    border: 1px solid #888;
  }
  .prd_search_form_btn {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: .3em .5em;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .prd_search_form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #888;
    width: 97%;
  }
  .prd_search_keyword {
    float: left;
    padding: .5em 0;
    width: 80%;
    border: 1px solid #888;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: 5px;
  }
  .prd_search_btn {
    float: right;
    padding: .35em 0;
    width: 18%;
    border: 1px solid #444;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #444;
    color: #fff;
    cursor: pointer;
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 120%;
  }
  .prd_search_select option {
    word-break: break-all;
  }

/* shopname logo */
.shop_name {
  clear: both;
  padding: 1em 10% 2em;
  text-align: center;
  line-height: 1.5;
  margin-top: 2em;
  border-bottom: 1px solid #888;
}

  .shop_name a {
    color: #444;
    text-decoration: none;
  }
    .shop_name a:hover {
      text-decoration: underline;
    }
  .shop_name p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 246.153%;
  }
  .shop_name img {
    max-width: 100%;
    height: inherit;
  }

/* header global nav */
.header_global_nav {
  margin-top: 3px;
  margin-bottom: 2em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.header_nav_lst {
  text-align: center;
}
.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0 1em;
  padding: 0 1em;
  text-align: center;
  font-weight: bold;
  line-height: 4;
}
.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #aaa;
  background-color: #fff;
}
.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}

/* title */
.ttl_h2 {
  margin-top: 3em;
  margin-bottom: .7em;
  color: #444;
  font-weight: bold;
  font-size: 124%;
}
.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #444;
  font-weight: bold;
  font-size: 92.307%;
}

/* topicpath */
.topicpath_nav {
  margin: 2em 0;
  font-size: 84.615%;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  margin-left: -2.218%;
}
.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  word-break: break-all;
}

  .prd_lst_unit a {
    color: #000;
    text-decoration: none;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: inherit;
  }
  .prd_lst_span {
    display: block;
    margin: .3em 0;
  }
  .prd_lst_name {
    margin-top: .5em;
  }
  .prd_lst_exp {
    color: #666;
    font-size: 84.615%;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-weight: bold;
    font-size: 92.307%;
  }
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }
.prd_lst_block .ttl_h2 {
  float: left;
  margin: 20px 0 0;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
    color: #444;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 8em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #aaa;
  }
  .prd_lst_pager a {
    color: #444;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}

/* footer */
.footer {
  margin: 0 auto;
	width: 1100px;;
}
.footer_section {
  float: left;
  margin-top: 1em;
  margin-right: 1.5%;
  margin-bottom: 15px;
  width: 23%;
}
  .footer_section .ttl_h2 {
    margin-top: 0;
  }
.footer_nav {
  position: relative;
  clear: both;
  padding: 2em 0;
  border-top: 1px solid #d8d8d8
}
.footer_lst {
  font-size: 92.307%;
  line-height: 1.5;
}
  .footer_lst li {
    word-break: break-all;
    margin-bottom: .5em;
    padding-left: 16px;
  }
  .footer_lst .footer_category_img {
    display: block;
    margin-bottom: .3em;
    max-width: 100%;
    height: auto;
  }
  .footer_lst a {
    color: #444;
    text-decoration: none;
  }
    .footer_lst a:hover {
      text-decoration: underline;
    }

/* manager */
.manager_img img {
  max-width: 100%;
}
.manager_memo .ttl_h3 {
  margin-top: .7em;
}

/* social icons */
.social_lst ul {
  padding-left: 16px;
  text-align: left;
}
.social_lst li {
  display: inline;
  margin: 1.5%;
}
.social_lst img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

  .copyright {
    clear: both;
    padding: 1em 0;
    text-align: right;
    font-size: 76.923%;
  }
    .powered {
      display: inline;
      margin-left: 1em;
      text-align: right;
      line-height: 18px;
    }
    .powered a {
      color: #777;
      text-decoration: none;
    }
    .powered img {
      margin-left: .3em;
      width: 200px;
      height: 18px;
    }

/* list */
.def_lst {
  border-top: 1px solid #eee;
}
  .def_lst_dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
  }
  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* product option */
.product_option_table {
  margin: 3em 0;
}
  .product_option_table table {
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
  .product_option_table th,
  .product_option_table td {
    padding: .8em .5em;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .product_option_table th {
    text-align: center;
  }
  .product_option_table td {
    vertical-align: top;
    text-align: center;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}
.ie_wrapper .header_nav_menu {
  z-index: 60;
}
.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}
.ie_wrapper .header_category_lst {
  top: 3em;
}
/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}
.ie_wrapper .header_category_lst {
  top: 2.7em;
}
.header001 {
		width: 100%;
	background-color: #fabe00;
	text-align: center;
	padding-top: 5px;
	 }
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}
/* 追加CSS */@media screen and (min-width: 640px){
	  .prd_lst_unit_s {
    width: 22.916%;
  }
  .prd_lst_unit_m {
    width: 31.25%;
  }
	.layout_main {
  margin: 0 auto;
  width: 1000px;
}

.layout_container {
  margin: 0 auto;
  width: 100%;
}
.layout_header {
	padding-top: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.layout_footer {
  margin-top: 3em;
  width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
h1.title {
	margin: 0px;
	padding: 0px;
}
h2.title {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.05em
}
h3.title {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #006067;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006067;
}
.headerbarbg {
	float: none;
	width: 100%;
	height: 22px;
	margin-right: auto;
	margin-left: auto;
	background-color: #006067;
	 }
.headerbar {
	float: none;
	width: 1000px;
	height: 22px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	 }
#header_navi {
	height: 135px;
	width: 1000px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.header01 {
	float: none;
	width: 1000px;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	 }
.headerleft {
	float: left;
	width: 305px;
	height: 105px;
		 }
.headerright {
	float: right;
	width: 250px;
	height: 65px;
	margin-top: 34px;
		 }
#headerbg {
	height: 60px;
	background-image: url(https://img21.shop-pro.jp/PA01466/204/etc/hedbg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	 }
#header02 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	height: 50px;
 }
#header02 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	height: 50px;
 }
 
 .header_member_nav {
  float: right;
  width: 29.787%;
}
  .header_member_nav li {
    float: right;
    white-space: nowrap;
    margin-left: 3.571%;
  }
  .member_login_name {
    float: right;
    clear: right;
    margin-bottom: .5em;
    text-align: right;
    line-height: 1.5;
  }
.main01 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
 }
.cent01 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
 }

.news01 {
	text-align: center;
 }


.bg01 {
	width: 100%;
	background-color: #ffffff;
	padding-top: 70px;
	padding-bottom: 20px;
	 }
.bg02 {
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	 }
.left01 {
	float: left;
	width: 335px;
	margin-top: 45px;
	margin-left: 35px;
 }
.right01{
	float: left;
	width: 580px;
	margin-top: 0px;
	margin-left: 50px;
	height: 410px;
 }
.left02 {
	float: left;
	width: 495px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	 }
.right02{
	float: left;
	width: 495px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
 } 
.left03 {
	float: left;
	width: 360px;
	margin-top: 20px;
	margin-left: 0px;
 }
.right03{
	
	width: 1000px;
	margin-top: 0px;
	margin-left: 0px;
 }
 ul.type01{
	margin: 0;
	list-style: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
ul.type01 li{
	display: inline;
	display: block;
	padding: 0px;
	width: 198px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	height: 110px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #898989;
	border-left-color: #898989;
}
ul.type01 li+ li{
	 border-left: 0;
  border-right: 1px dashed #898989;
	height: 110px;
}
ul.type02 {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 32px;
	}
ul.type02 li{
	display: inline;
	display: block;
	padding: 0px;
	width: 150px;
	float: left;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	text-decoration: none;
	height: 50px;
	
}
ul.type03 {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
ul.type03 li{
	display: inline;
	display: block;
	padding: 0px;
	width: 235px;
	float: left;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 20px;
	margin-left: 8px;
	text-decoration: none;
	}
ul.type03 li:nth-child(4n+1) {
  clear: both;
}
ul.type04 {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
ul.type04 li{
	display: inline;
	display: block;
	padding: 0px;
	width: 240px;
	float: left;
	margin-top: 35px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	text-decoration: none;
	height: 145px;
	} 
table.typea {
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #231815;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #231815;
}

table.typea th {
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231815;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #231815;
	background-color: #8ED4D6;
	text-align: center;
	}
table.typea td {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231815;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #231815;
	}
table.typeb {
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #231815;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #231815;
}

table.typeb th {
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231815;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #231815;
	background-color: #8ED4D6;
	text-align: center;
	}
table.typeb td {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231815;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #231815;
	text-align: center;
	}	
.bnr01{
	width: 1000px;
	margin-top: 30px;
	height: 150px;
 }


#contact01 {
	width: 100%;
	background-color: #F2F7F7;
	padding-top: 35px;
	padding-bottom: 15px;
	height: 335px;
	margin-top: 20px;
}

.cont01 {
	width: 800px;
	height: 200px;
	background-color: #fff;	
	margin-right: auto;
	margin-left: auto;
	}
.cont02 {
	width: 305px;
	height: 70px;
	float: left;
	text-align: center;
	margin-top: 60px;
}
.cont03 {
	width: 480px;
	height: 160px;
	float: left;
	text-align: center;
	margin-top: 22px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b5b5b6;
}
.cont04 {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 180px;
	}
.cont05 {
	width: 800px;
	height: 40px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.cont06 {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 340px;
	}
.pgtop{
	height: 60px;
	width: 1000px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footerbg {
	height: 115px;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #006067;
	color: #FFF;
}

#footer_navi {
	margin: 0 auto;
	width: 1000px;
	color: #000000;
	
}

#footer_left {
	width: 500px;
	float: left;	
}
.footer01 {
	width: 245px;
	float: left;
	height: 125px;
}
.footer02 {
	width: 740px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	height: 100px;
	color: #FFF;
}
.footer02 a{
	color: #FFF;
}
.footer02 a:hover{
	color: #FFF;
}
.footer02 a:visited {
	color: #FFF;
	text-decoration: none;
  } 
.footer03 {
	width: 100%;
	float: left;
	padding-top: 10px;
	height: 40px;
	text-align: center;
	background-color: #231815;
	color: #FFF;
}

a {
	color: #000000;
	text-decoration: none;	
  }
a:hover {
	color: #000000;
	text-decoration: none;
	opacity: 0.7 ;
  }
a:visited {
	color: #000000;
	text-decoration: none;
  } 
  .fontstyle01 {
	color: #006067;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0em
	  }
 .fontstyle02 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px;
	  }
 .fontstyle05 {
	font-size: 18px;
	font-weight: bold;
	  }
  .new-post {
		display: block ;		/* 非表示にする */
	}
.new-post02 {
		display: none ;		/* 表示にする */
	}
}
@media screen and (max-width:639px){
	  .prd_lst_unit_s {
    width: 45%;
  }
  .prd_lst_unit_m {
    width: 31.25%;
  }
	.layout_main {
  margin: 0 auto;
  width: 100%;
}

.layout_container {
  margin: 0 auto;
  width: 95%;
}
.layout_header {
	padding-top: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.layout_footer {
  margin-top: 3em;
  width: 100%;
	margin-right: auto;
	margin-left: auto;
}
h1.title {
	margin: 0px;
	padding: 0px;
}
h2.title {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em
}
h3.title {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #006067;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006067;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
border:0;
   vertical-align:bottom;
}
.header_member_nav {
  float: right;
  width: 60%;
}
  .header_member_nav li {
    float: right;
    white-space: nowrap;
    margin-left: 3.571%;
  }
  .member_login_name {
    float: right;
    clear: right;
    margin-bottom: .5em;
    text-align: right;
    line-height: 1.5;
  }
  .headerbarbg {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #006067;
	 }
.headerbar {
	float: none;
	width: 100%;
	color: #FFF;
	font-size: 10px;
	 }
#header_navi {
	height: 135px;
	width: 1000px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.header01 {
	float: none;
	width: 100%;
	text-align: center;
	 }

.headerleft {
	width: 100%;
		 }
.headerright {
	width: 70%;
	padding-top: 0px;
	padding-right: 15%;
	padding-bottom: 5px;
	padding-left: 15%;
		 }
#headerbg {
	background-color: #F2F7F7;
		 }
#header02 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 100%;
 }

.header03 {
	width: 100%;
	padding-top: 5px;
	text-align: center;
 }
.header04 {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
 }
 .bg01 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #ffffff;
	 }
 .bg02 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #ffffff;
	 }
.left00 {
	width: 83.464%;
	float: left;
 }
.right00{
	width: 16.535%;
	float: left;
 }
.left01 {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
 }
.right01{
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
 }
.left02 {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 5px;
 }
.right02{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 5px;
	padding-bottom: 10px;
 } 
.left03 {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 5px;
	text-align: center;
 }
.right03{
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 5px;
	padding-bottom: 10px;
 } 
 ul.type01{
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
ul.type01 li{
	display: inline;
	display: block;
	padding: 0px;
	width: 19.6%;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #898989;
	border-left-color: #898989;
	text-align: center;
}


ul.type01 li+ li{
	 border-left: 0;
  border-right: 1px dashed #898989;
}
ul.type02{
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
ul.type02 li{
	display: inline;
	display: block;
	padding: 0px;
	width: 33.3333%;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	text-decoration: none;
	text-align: center;
}
ul.type03 {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
ul.type03 li{
	display: inline;
	display: block;
	padding: 0px;
	width: 48%;
	float: left;
	margin-top: 5px;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-left: 1%;
	text-decoration: none;
	}
ul.type03 li:nth-child(2n+1) {
  clear: both;
}
ul.type04 {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
ul.type04 li{
	display: inline;
	display: block;
	padding: 0px;
	width: 48%;
	float: left;
	margin-top: 5px;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-left: 1%;
	text-decoration: none;
	}
ul.type04 li:nth-child(2n+1) {
  clear: both;
}
table.typea {
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #231815;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #231815;
}

table.typea th {
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231815;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #231815;
	background-color: #8ED4D6;
	text-align: center;
	}
table.typea td {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231815;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #231815;
	}
table.typeb {
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #231815;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #231815;
}

table.typeb th {
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231815;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #231815;
	background-color: #8ED4D6;
	text-align: center;
	}
table.typeb td {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231815;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #231815;
	text-align: center;
	}	


 #contact01 {width: 100%;
	background-color: #F2F7F7;
	padding-top: 35px;
	padding-bottom: 15px;
	margin-top: 20px;
		
}

.cont01 {
	width: 80%;
	background-color: #fff;	
	margin-right: 10%;
	margin-left: 10%;
	}
.cont02 {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	padding-top: 15px;
}
.cont03 {
	width: 100%;
	text-align: center;
	margin-top: 0px;
}
.cont04 {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-bottom: 15px;
	width: 50%;
	}
.cont05 {
	width: 60%;
	text-align: center;
	margin-top: 5px;
	margin-right: 20%;
	margin-bottom: 5px;
	margin-left: 20%;
}
.cont06 {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
}
 .pgtop{
	width: 16%;
	margin-right: 42%;
	margin-left: 42%;
}
#footerbg {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #006067;
	
}

#footer_navi {
	margin: 0 auto;
	width: 100%;
	color: #000000;
	
}


.footer01 {
	width: 70%;
	text-align: center;
	margin-top: 0;
	margin-right: 15%;
	margin-bottom: 0;
	margin-left: 15%;
}
.footer03 {
	width: 100%;
	float: left;
	padding-top: 10px;
	height: 40px;
	text-align: center;
	background-color: #231815;
	color: #FFF;
}
.fontstyle01 {
	color: #006067;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0em
	  }
.fontstyle02 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	  }
.fontstyle05 {
	font-size: 16px;
	font-weight: bold;
	  }
.prd_lst_unit_s {
    width: 47% !important;
}
.prd_search_block {
    position: relative;
    margin: -6px 0 0 0;
    padding: 6px 0 0 1px;
    width: 95%;
    font-size: 92.307%;
}
 .new-post {
		display: none ;		/* 非表示にする */
	}
.new-post02 {
		display: block ;		/* 表示にする */
	}

}
.fontstyle03 {
	 background:linear-gradient(to bottom, transparent 0%,#FFF100 0%);
}
.fontstyle04 {
	color: #006067;
	  }
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
