/* ************************************************
*  all
* ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  text-align:left;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111;
background-image:url(../../etc/bg.png);
background-repeat:repeat-x;
padding:0px;
margin:0px;
  line-height:180%;
}

a {
  outline: none;
  color: #111;
}
a:visited,:link {
}
a:hover {
  text-decoration: underline;
  color: #c86464;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  clear: left;
  margin: 10px 0;
  border: 0;
}

img {
  border: none;
  vertical-align: middle;
}

/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* ************************************************
*  layout
* ************************************************ */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  margin:0px auto;
  width:980px;
  text-align:left;
}


/*ヘッダー*/

#header {
  clear:both;
  width:100%;
}

/*サイド*/
#side {
  float: left;
  width: 185px;
}

/*メイン*/
#main {
  float: right;
  width: 766px;
}

/*フッター（コピーライト）*/
#footer {
  clear:both;
  padding: 30px 0 20px;
  width:100%;
  border-top: 1px solid #ccc;
  color: #666;
  text-align: center;
}

/*スライダー*/
.slider{
  margin: 0 0 70px;
}

/* ************************************************
*  header
* ************************************************ */

#header .header_link {
  float: right;
  margin-bottom: 15px;
}
#header .header_link ul {
}
#header .header_link ul li {
  float: left;
  margin-left: 20px;
  list-style-type: none;
  line-height: 16px;
}
#header .header_link ul li i {
  display: block;
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
#header .header_link ul li a {
  text-decoration: none;
}
#header .header_link ul li.my_account {
}
#header .header_link ul li.my_account i.account {
  background: url(../../../../tmpl_img/67/icons16.png) no-repeat left -97px;
}
#header .header_link ul li.member_login_btn i.login {
  background: url(../../../../tmpl_img/67/icons16.png) no-repeat left -225px;
}
#header .header_link ul li.member_regist_btn i.regist {
  background: url(../../../../tmpl_img/67/icons16.png) no-repeat 0px -193px;
}
#header .header_link ul li.member_logout_btn i.logout {
  background: url(../../../../tmpl_img/67/icons16.png) no-repeat left -210px;
}
#header .member_login_name{
  float: right;
  clear: right;
  margin: 0 0 13px;
}
#header .header_link ul li.view_cart {
}
#header .header_link ul li.view_cart i.cart {
  background: url(../../../../tmpl_img/67/icons16.png) no-repeat 0px 0px;
}
#header .header_link ul li.view_cart span.count {
  margin-left: 5px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff3355;
  color: #fff;
  font-weight: bolder;
}

#header .header_delivery_price {
  float: right;
  clear: right;
  margin: 0 0 17px;
  padding: .5em 1em .3em;
  border: solid 1px #aaa;
  list-style: none;
  line-height: 1.5;
}

#header .search {
  float: right;
  clear: right;
  margin-bottom: 40px;
}

#header h1.logo {
  max-width: 50%;
  word-wrap: break-word;
  font-size: 20px;
}
#header h1.logo a {
  text-decoration: none;
}
#header h1.logo img {
  max-width: 100%;
}

/* ************************************************
*  footer
* ************************************************ */

#footer a {
  color: #666;
}

#footer .footer_menu {
  clear: both;
  margin-bottom: 10px;
margin-top:20px;
}
#footer .footer_menu li {
  display: inline;
  margin: 0 5px;
}

.copyright {
  clear: both;
  padding: 1em 0;
  text-align: center;
  font-size: 76.923%;
}

.powered {
  display: inline;
  margin-left: 1em;
  text-align: center;
  line-height: 18px;
}
.powered a {
  color: #777;
  text-decoration: none;
}
.powered img {
  margin-left: .3em;
  width: 200px;
  height: 18px;
}

.foot_policy{
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ccc;

}

.foot_sk_box{
  float: left;
  padding-right:20px;
  width: 290px;
  text-align: left;

}
.foot_sk_box h3{
  margin: 0 0 1em;
}
.foot_sk_box h4{
  font-size: 13px;
}
.foot_sk_box dt{
  margin: 0 0 .5em;
}
.foot_sk_box dd{
  margin: 0 0 1.5em;
}

#mobile{
  width: 145px;
}

/* ************************************************
*  main
* ************************************************ */

#main .box {
  clear: both;
  overflow: hidden;
  margin-bottom: 60px;
  border-top: solid 1px #999;
  width: 100%;
}
#main .box h3 {
  font-size: 13px;
  vertical-align: middle;
}

.header_block{
  clear: both;
  padding: 1.1em 0;
  background: transparent url("../../../../tmpl_img/67/border_bottom.png") repeat-x left bottom;
}
.header_block .icon{
  float: left;
  margin: 0 14px 0 0;
  width: 20px;
  height: auto;
  text-align: center;
}
.header_block .icon img{
  max-width: 100%;
}
.header_block .title{
  float: left;
  text-align: left;
}
.header_block h3{
  padding: 0;
  border: none;
  text-align: left;
}
.header_block p{
  margin-top: 4px;
  color: #999;
}
#main .header_block{
  margin: 0 0 30px;
}
#main .header_block .icon{
  padding: 0;
}

/* ************************************************
*  item_box
* ************************************************ */

.item_box {
  display:inline-block;
  float: left;
  margin: 0 50px 45px 0;
  width: 220px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;


}
.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 100%;
  border: solid 1px #ddd;
}
.item_box .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
  border-left: solid 1px #ddd;
}
.item_box .item_detail p{
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}

.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 15px;
}

.item_box .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}

.box_last{
  margin-right: 0;
}

.box_small .item_box {
  display:inline-block;
  margin: 0 25px 45px 0;
  width: 113px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}

/* ************************************************
*  Top_Page
* ************************************************ */

#main #box_info p {
  line-height: 20px;
}

#main #box_free {
  padding: 20px;
  border: #aaa solid 1px;
}
#main #box_free p {
  line-height: 20px;
}

#main #box_news .header_block{
  margin-bottom: 0;
}
#main #box_news ul{
  margin-left: 0;
  list-style: none;
}
#main #box_news ul li{
  border-top:#ddd solid 1px;
}
#main #box_news ul li:first-child{
  border-top:none;
}
#main #box_news  ul li div{
  padding: 1.6em 0 1.4em;
}
#main #box_news  p.news_date{
  float: left;
  margin-right: 20px;
  width: 70px;
}
#main #box_news  p.news_message{
  float: left;
}

/* ************************************************
*  product_detail_page
* ************************************************ */

h2.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 0.6em;
  background: transparent url("../../../../tmpl_img/67/border_bottom.png") repeat-x left bottom;
  font-size: 18px;
}

.product_form{
  margin: 0 0 62px;
}

.product_detail_area {
  position: relative;
  width: 100%;
}

.product_images {
  display: inline-block;
  float: left;
  width: 400px;

}
.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
  border: 1px solid #ddd;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
  clear: right;
  float: right;
  overflow: hidden;
  width: 270px;
}

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  border-left: solid 1px #ccc;
  table-layout:fixed;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  padding: 12px 4px 12px 18px;
  width: 35%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td {
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  width: 55%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td strong.price {
  font-size: 14px;
}

table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}

.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
}

table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.button_area input {
  width: 100%;
}

.product_description {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 22px;
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}

.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
  width: 100px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 200px;
}
.product_link_area ul.other_link {
  clear: both;
  margin-top: 20px;
  margin-left: 20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 10px;
}

.share{
  margin: 15px 0 0;
  list-style: none;
}
.share li{
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 125px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;


  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}

.zoom-small-image {
  float: left;
  margin-top: 4px;
  width: 400px;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 9999;
}

.cloud-zoom {
  margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 22px 20px 0;
  width: 82px;
  height: 82px;
  cursor: pointer;
}
.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #c86464;
  background: #c86464;
}
.zoom-tiny-image:hover {
  border: 1px solid #c86464;
}

a.gallery_last{
  margin-right: 0;
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */

.sub_category_area,
.sub_group_area {
  margin-bottom: 20px;
  padding: 10px 10px 0px 10px;
  height: 100%;
  border: solid 1px #ccc;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
  margin: 0 20px 10px 0;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin-right: 10px;
  border: solid 1px #ccc;
}

/* ************************************************
*  search_page
* ************************************************ */

.search_result {
  margin: 20px 0;
  padding: 10px 0;
  background: #ddd;
  text-align: center;
}

.none {
  margin: 50px 0;
  text-align: center;
}

/* ************************************************
*  policy
* ************************************************ */

#policy {
  line-height: 1.8;
  font-size: 14px;
}
#policy h2 {
  margin-bottom: 30px;
}

.policy_box,
#policy_lead{
  margin-bottom: 30px;
}

.sk_box {
  margin-bottom: 70px;
}
.sk_box h3 {
  margin-bottom: 1em;
  font-size: 16px;
}
.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells:show;
}

.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left;
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
.sk_box td {
  padding: 20px 0;
  zoom: 1;
  content: ' ';
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}

#payment_method {
  margin-top: 40px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}

#shipping_method {
  margin-top: 40px;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

/* ************************************************
*  side
* ************************************************ */

#side .box {
  clear: both;
  margin-bottom: 60px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  word-wrap: break-word;
  position: relative;
}
#side .box h3 {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}
#side .box ul {
  margin-left: 0px;
  list-style: none;
}
#side .box ul li {
  border-top:#838383 dotted 1px;
}
#side .box ul li:first-child {
  border-top:none;
}

#side #side_nav {
  padding: 0;
  border-top: none;
  border-right: solid 2px #ccc;
  border-bottom: none;
}
#side #side_nav ul{
  margin-right: 10px;
}
#side #side_nav ul li {
  margin: 0;
}
#side #side_nav .nav_item{
  clear: both;
  padding: .9em 0 .9em;
  cursor: pointer;
}
#side #side_nav .nav_item .nav_icon{
  float: left;
  padding: inherit;
  width: 20px;
  height: auto;
}
#side #side_nav .nav_item .nav_icon img{
  max-width: 100%;
}
#side #side_nav .nav_item .nav_title{
  float: right;
  text-align: right;
}
#side #side_nav .nav_item h3{
  margin-bottom: 4px;
  padding: 0;
  border: none;
  text-align: right;
}
#side #side_nav .nav_item p{
  color: #999;
}

.box_default ul li div{
  position: relative;
  padding: 1.2em 0 1em;
  text-align: left;
}
.box_default ul li div img{
  border: solid #ddd 1px;
}
.box_default ul li div p{
  line-height : 1.6;
}

#side #box_cart {
}
#side #box_cart .cart_button {
  text-align: right;
}

#side #box_owner .inner{
  padding: 1.2em 0 1em;
}
#side #box_owner .owner_photo{
  margin: 0 0 10px;
  width: 100px;
  max-width: 100%;
  height: auto;
  border: solid #ddd 1px;
}
#side #box_owner p.name {
  font-size: 14px;
}
#side #box_owner p.memo {
  font-size: 11px;
  line-height: 18px;
}
#side #box_owner p.website {
  padding-left: 20px;
}

#qr_code{
  padding: 20px 0;
}

#box_sellers .seller_box{
  padding: 2.2em 0;
}
#box_sellers li{
  position: relative;
  display: block;
}
#box_sellers  .top_seller:before{
  position: absolute;
  top: 18px;
  left: -6px;
  content: url(../../../../tmpl_img/67/rank1.png);
}
#box_sellers  .rank_2:before{
  content: url(../../../../tmpl_img/67/rank2.png);
}
#box_sellers  .rank_3:before{
  content: url(../../../../tmpl_img/67/rank3.png);
}
#box_sellers .seller_image{
  float: left;
  margin: 0 10px 0 0;
  width: 80px;
  border: solid #ddd 1px;
}
#box_sellers .seller_detail{
  float: right;
  width: 104px;
}
#box_sellers .seller_rank{
  margin: 0 0 10px;
  font-size: 12px;
}
#box_sellers .seller_rank > strong{
  font-size: 15px;
}
#box_sellers .seller_name{
  font-size: 13px;
}
#box_sellers .seller_teika{
  float: left;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#box_sellers .more_seller{
  display: none;
}

.more_btn{
  padding: 8px 0;
  border-top: solid 1px #999;
  text-align: center;
  cursor: pointer;
}

.updown{
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 8px;
  background: url(../../../../tmpl_img/67/down_icon.png);
  background-repeat: no-repeat;
}

.more_up{
  background: url(../../../../tmpl_img/67/up_icon.png);
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.footstamp {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.footstamp span {
  margin: 0 5px;
  color: #999;
}

.sort {
  float: right;
  margin-bottom: 20px;
  text-align: right;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}

.pager {
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.pager a{
  margin: 15px;
}

.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

.sold_out {
  color: #DA5858;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}

.to_top{
  float: right;
  clear: both;
  text-align: center;
  margin: 0 0 20px;
  padding: 1.3em 1em;
  border: solid 1px #aaa;
  font-size: 14px;
  color: #888;
}
.to_top:hover {
  text-decoration: none;
  color: #c86464;
  border-color: #c86464;
}

.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background-color: #c86464;
}
.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 13px;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}



/* ************************************************
*  追加
* ************************************************ */

#header{
width:980px;
margin:0px auto;
}

#header_logo{
width:365px;
height:73px;
float:left;
margin-right:210px;
}

#header_btn{
width:374px;
height:73px;
float:left;
}

#header_gnav ul{
padding:0px;
margin:0px;
}

#header_gnav ul li{
padding:0px;
margin:0px;
display:block;
height:51px;
float:left;
}

#header_gnav ul li a{
display:block;
height:51px;
text-indent:-9999px;
}

#header_gnav ul li.gnav01{
width:57px;
background:url(../../etc/160224-01.png);
}

#header_gnav ul li.gnav02{
width:82px;
background:url(../../etc/160224-02.png);
}

#header_gnav ul li.gnav03{
width:157px;
background:url(../../etc/160224-03.png);
}

#header_gnav ul li.gnav04{
width:96px;
background:url(../../etc/160224-04.png);
}

#header_gnav ul li.gnav05{
width:183px;
background:url(../../etc/160224-05.png);
}

#header_gnav ul li.gnav06{
width:111px;
background:url(../../etc/160224-06.png);
}

#header_gnav ul li.gnav07{
width:85px;
background:url(../../etc/160224-07.png);
background-repeat:no-repeat;
}

#header_gnav ul li.gnav08{
width:209px;
background:url(../../etc/160224-08.png);
background-repeat:no-repeat;
}




#main_content table {
  border: 1px solid #cccccc;
  width: 100%;
}

#main_content table th, #main_content table td {
  border: 1px solid #cccccc;
  padding: 10px;
}

#main_content table th {
  background: #EEE;
  text-align: left;
  width: 30%;
}





#main-project{

width:680px;
border:1px solid #D5D5D5;
padding:40px;
margin:0px auto;

}

.alignright{
float:right;
margin-left:10px;
}

.aligncenter{
margin:0px auto;
display:block;
}

.alignleft{
float:left;
margin-right:10px;
}


#footer_content_list{
text-align:left;
}


#footer_content_list div.footer_content_list_main2{
width:200px;
height:260px;
float:left;
margin-right:17px;
}



#footer_content_list div.footer_content_list_main1{
width:280px;
height:260px;
float:left;
margin-right:17px;
}

#footer_content_list div.footer_content_list_main1 ol,
#footer_content_list div.footer_content_list_main2 ol{
list-style-type:none;
}


#footer_content_list div.footer_content_list_main1 ol.series_l{
width:140px;
height:230px;
float:left;
}

#footer_content_list{
border-bottom:1px solid #CCCCCC;
margin-bottom:20px;
}


/*商品一覧*/

div#product_cat ul li{
list-style-type:none;
  display:block;
  float:left;
  width:152px;
  height:152px;
}

div#product_room ul li{
list-style-type:none;
  display:block;
  float:left;
  width:260px;
  height:180px;
}

div#main h1{
border-bottom:3px solid #241917;
font-size:18px;
font-weight:bold;
margin-bottom:15px;
padding-bottom:5px;
}

div#main-project h2{
font-size:16px;
font-weight:bold;
border-left:3px solid #000000;
padding-left:7px;
margin-bottom:10px;
}


div#product_series ul li{
  list-style-type:none;
  display:block;
  height:30px;
  padding-left:35px;
background-repeat: no-repeat;
  width:100px;
  float:left;
  padding-top:5px;
}


div#side_cat ul li{
  list-style-type:none;
  display:block;
  height:27px;
  padding-left:34px;
background-repeat: no-repeat;
  padding-top:2px;
  font-size:13px;

}



div#product_series ul li.pit,
div#side_cat ul li.pit{
  background-image:url(../../etc/p-pit.png);
}

div#product_series ul li.kurikoma,
div#side_cat ul li.cat_01,
div#side_cat ul li.kurikoma{
  background-image:url(../../etc/p-kurikoma.png);
}
div#product_series ul li.time,
div#side_cat ul li.time{
  background-image:url(../../etc/p-time.png);
}

div#product_series ul li.stick,
div#side_cat ul li.stick{
  background-image:url(../../etc/p-stick.png);
}
div#product_series ul li.nap,
div#side_cat ul li.nap{
  background-image:url(https://img06.shop-pro.jp/PA01309/838/etc/03.jpg);
  background-size: 25px auto;
  background-position:1px 1px;
}

div#product_series ul li.morotsuka,
div#side_cat ul li.morotsuka{
  background-image:url(../../etc/p-mototuka.png);
}

div#product_series ul li.satoyama,
div#side_cat ul li.satoyama{
  background-image:url(../../etc/p-satoyama.png);
}

div#product_series ul li.aki,
div#side_cat ul li.aki{
  background-image:url(../../etc/p-aki.png);
}

div#product_series ul li.cosmo,
div#side_cat ul li.cosmo{
  background-image:url(../../etc/p-cosmo.png);
}

div#product_series ul li.forest,
div#side_cat ul li.cat_04,
div#side_cat ul li.forest{
  background-image:url(../../etc/p-forest.png);
}

div#product_series ul li.folk,
div#side_cat ul li.folk{
  background-image:url(../../etc/p-folk.png);
}

div#product_series ul li.ocean,
div#side_cat ul li.ocean{
  background-image:url(../../etc/p-ocien.png);
}

div#product_series ul li.pound,
div#side_cat ul li.pound{
  background-image:url(../../etc/p-pound.png);
}

div#product_series ul li.solid,
div#side_cat ul li.solid{
  background-image:url(../../etc/p-solid.png);
}

div#side_cat ul li.cat_03{
  background-image:url(../../etc/p-arm.png);
}

div#side_cat ul li.cat_05{
  background-image:url(../../etc/p-table.png);
}

div#side_cat ul li.cat_2nd{
  background-image:url(../../etc/p-2nd.png);
  padding-left:35px;
}

div#product_series ul li.leaves,
div#side_cat ul li.leaves{
  background-image:url(../../etc/leaves.jpg);
}

div#side_cat ul li.cat_15{
    background-image:url(../../etc/cat_15.png);
}
div#side_cat ul li.cat_16{
    background-image:url(../../etc/cat_16.png);
}
div#side_cat ul li.cat_17{
    background-image:url(../../etc/cat_17.png);
}

div#product_series ul li.swing,
div#side_cat ul li.swing{
  background-image:url(../../etc/swing.jpg);
}

div#product_series ul li.chino,
div#side_cat ul li.chino{
  background-image:url(../../etc/chino.jpg);
}

div#product_series ul li.monte,
div#side_cat ul li.monte{
  background-image:url(../../etc/monte.jpg);
}

div#product_series ul li.pal,
div#side_cat ul li.pal{
  background-image:url(../../etc/pal.jpg);
}

div#product_series ul li.spring,
div#side_cat ul li.spring{
  background-image:url(https://img06.shop-pro.jp/PA01309/838/etc/icon-spring.jpg);
    background-size: 25px auto;
    background-position: 1px 2px;
}

div#product_series ul li.stitch,
div#side_cat ul li.stitch{
  background-image:url(https://img06.shop-pro.jp/PA01309/838/etc/icon-stitch.jpg);
background-size: 26px auto;
    background-position: 0px 2px;
}

div#product_series ul li.outlet_sale,
div#side_cat ul li.outlet_sale{
  background-image:url(../../etc/p_outlet_sale.png);
}

div#product_series ul li.a_piece_of_forest,
div#side_cat ul li.a_piece_of_forest{
  background-image:url(../../etc/p_a_piece_of_forest.png);
}


div#side_cat h2{
font-size:12px;
text-align:center;
}

p.main{
  font-size:14px;
  line-height:24px;
}





/*国産材プロジェクト*/

div.cat_list dl dt{
  display:block;
  width:250px;
  float:left;
  padding-right:15px;
}

div.cat_list dl dd{
    display:block;
}
div.cat_list dl dd div.cat_list_subt{
  font-size:16px;
  font-weight:bold;
  padding-bottom:15px;
}

div.cat_list dl dd div.cat_list_txt{
  font-size:14px;
  line-height:24px;
}

div.box_voice{
  background-color:#E4E4E4;
  padding:20px;
}

table.table5{
  width:100%;
  border:1px solid #cccccc;
}

table.table5 tr td{
  padding:7px;
}

table.table5 tr th{
  padding:7px;
  background-color:#E4E4E4;
}





/* liststyle06 */
#webkk_css div.liststyle06 dl{
	width: 300px;
	height: 250px;
	padding: 15px;
	background-color: #ececec;	
	float:left;
	margin-bottom:40px;
  margin-right:10px;
}
#webkk_css div.liststyle06 dt {
	margin: 0px;
	padding: 0px;
	height: 150px;
	vertical-align: bottom;
	background-color: #ffffff;
}

#webkk_css div.liststyle06 dl dt img {
	vertical-align: bottom;
}


#webkk_css div.liststyle06 dd {
	width: 270px;
	height: 68px;
	background-color: #ffffff;
	vertical-align: top;
	padding:15px;
}

#webkk_css div.liststyle06 dd p {
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;

}


#webkk_css div.liststyle06 dd h3 {
	border: none;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight: bold;
}

/* end liststyle06 */


#webkk_css .mr0{
margin-right:0px;
}


/* liststyle01 */

#webkk_css div.liststyle01 dl{
width:222px;
height:290px;
padding:0px;
margin:0px;
float:left;
margin-right:7px;
}

#webkk_css div.liststyle01 dl dt img{
width:222px;
}

#webkk_css div.liststyle01 dl.mr0{
margin-right:0px;
}

#webkk_css div.liststyle01 dd{
margin-top:5px;
font-size:11px;
  line-height:16px;

}

/* end_liststyle01 */


/*photo*/

#contnr {
	position: relative;
	max-width: 680px;
	margin: 0 auto;
}
#contnr ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contnr ul li div {
	width: 170px;
	height: 120px;
	float: left;
	margin: 0px;
	overflow: hidden;
}
#contnr ul li img {
	position: relative;
	width: 170px;
	height: 120px;
	border: none;
	transition: all ease 0.2s;
}
#contnr ul li img:hover {
	cursor: pointer;
	width: 200px;
	height: 150px;
	margin-top: -10px;
	margin-left: -10px;
}
.photo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
}
.photo img {
	width: 100%;
}
.dark {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
}
.frame {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	opacity: 0;
	transition: opacity 1s ease;
}
.photo:target {
	z-index: 100;
}
.photo:target > .frame {
	opacity: 1;
}
.photo:target > a .dark {
	opacity: 1
}
.btn1 img {
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -1%;
	right: -1%;
}
.btn2 img {
	border: none;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 45%;
	right: -1%;
}
.btn3 img {
	border: none;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 45%;
	left: 2%;
}
.cover_left, .cover_right {
	width: 40%;
	height: 100%;
	z-index: 200;
	position: absolute;
	top: 3%;
	background: rgba(0,0,0,0);
	opacity: 0;
}
.cover_left {
	left: 0;
}
.cover_right {
	left: 58%;
}
.cover_left:hover, .cover_right:hover {
	opacity: 1;
}

/*.photo*/


/*slideshow*/

/* 表示画面 */
#stage {
	position: relative;
	width: 611px;
	height:427;
	margin: 0 auto;
}
/* 表示枠 */
#frame {
	width: 611px;
	height: 427px;
	position: relative;
	overflow: hidden;
}
/*全ての写真を水平一列に格納したdiv、#photosに,
スライドショーの animation を設定*/
#photos {
	position:absolute;
	top:0;
	width:3055px;
	animation: imgPassToLeft0 18s infinite;
	-webkit-animation: imgPassToLeft0 30s infinite;
}
/*各写真の並び位置を設定
#photo0と#photo5、#photo6と#photo1は同じスライド*/
#photo0, #photo1, #photo2, #photo3, #photo4 {
	float:left;
	position:relative;
}
/* 全てのラジオボタンを非表示に */
#back1,#back2,#back3,#next1,#next2,#next3{
	display: none;
}



/*各写真の並び位置を設定
#photo0と#photo5、#photo6と#photo1は同じスライド*/
#photo4, #photo5, #photo6, #photo7, #photo8 {
	float:left;
	position:relative;
}
/* 全てのラジオボタンを非表示に */
#back4,#back5,#back6,#next4,#next5,#next6{
	display: none;
}



/*各写真の並び位置を設定
#photo0と#photo5、#photo6と#photo1は同じスライド*/
#photo9, #photo10, #photo11, #photo12, #photo13 {
	float:left;
	position:relative;
}
/* 全てのラジオボタンを非表示に */
#back7,#back8,#back9,#next7,#next8,#next9{
	display: none;
}




/*送りボタン文字（＜、＞）の設定*/
.b_left span, .b_right span {
	position: absolute;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40px;
	font-weight: bold;
	opacity:0;
	top: 200px;
	color:#EEE;
}
.b_left span {
	left: 10px;	
}
.b_right span {
	left: 560px
}
/*ボタン文字hover時の設定*/
.pic:hover > label div span {
	opacity:1;
	color:#EEE;
}
.pic label div span:hover {
	color:#f00;
	cursor:pointer;
}
/* 各送りボタンクリック時のanimation設定 */
#next1:checked ~ #photos {
	animation: imgPassToLeft1 18s infinite;	
	animation-delay: -4.8s;
	-webkit-animation: imgPassToLeft1 30s infinite;	
	-webkit-animation-delay: -4.8s;
}
#next2:checked ~ #photos {
	animation: imgPassToLeft2 18s infinite;
	animation-delay: -10.8s;
	-webkit-animation: imgPassToLeft2 30s infinite;
	-webkit-animation-delay: -10.8s;
}
#next3:checked ~ #photos {
	animation: imgPassToLeft3 18s infinite;
	animation-delay: -16.8s;
	-webkit-animation: imgPassToLeft3 30s infinite;
	-webkit-animation-delay: -16.8s;
}
#back1:checked ~ #photos {
	animation: imgPassToRight1 18s infinite;
	animation-delay: -16.8s;
	-webkit-animation: imgPassToRight1 30s infinite;
	-webkit-animation-delay: -28.8s;
}
#back2:checked ~ #photos {
	animation: imgPassToRight2 18s infinite;
	animation-delay: -10.8s;
	-webkit-animation: imgPassToRight2 30s infinite;
	-webkit-animation-delay: -22.8s;
}
#back3:checked ~ #photos {
	animation: imgPassToRight3 18s infinite;
	animation-delay: -4.8s;
	-webkit-animation: imgPassToRight3 30s infinite;
	-webkit-animation-delay: -16.8s;
}








#photos2 {
	position:absolute;
	top:0;
	width:3055px;
	animation: imgPassToLeft0 18s infinite;
	-webkit-animation: imgPassToLeft0 30s infinite;
}


#next4:checked ~ #photos2 {
	animation: imgPassToLeft1 18s infinite;	
	animation-delay: -4.8s;
	-webkit-animation: imgPassToLeft1 30s infinite;	
	-webkit-animation-delay: -4.8s;
}
#next5:checked ~ #photos2 {
	animation: imgPassToLeft2 18s infinite;
	animation-delay: -10.8s;
	-webkit-animation: imgPassToLeft2 30s infinite;
	-webkit-animation-delay: -10.8s;
}
#next6:checked ~ #photos2 {
	animation: imgPassToLeft3 18s infinite;
	animation-delay: -16.8s;
	-webkit-animation: imgPassToLeft3 30s infinite;
	-webkit-animation-delay: -16.8s;
}
#back4:checked ~ #photos2 {
	animation: imgPassToRight1 18s infinite;
	animation-delay: -16.8s;
	-webkit-animation: imgPassToRight1 30s infinite;
	-webkit-animation-delay: -28.8s;

}
#back5:checked ~ #photos2 {
	animation: imgPassToRight2 18s infinite;
	animation-delay: -10.8s;
	-webkit-animation: imgPassToRight2 30s infinite;
	-webkit-animation-delay: -22.8s;
}
#back6:checked ~ #photos2 {
	animation: imgPassToRight3 18s infinite;
	animation-delay: -4.8s;
	-webkit-animation: imgPassToRight3 30s infinite;
	-webkit-animation-delay: -16.8s;
}








#photos3 {
	position:absolute;
	top:0;
	width:3055px;
	animation: imgPassToLeft0 18s infinite;
	-webkit-animation: imgPassToLeft0 30s infinite;
}


#next7:checked ~ #photos3 {
	animation: imgPassToLeft1 18s infinite;	
	animation-delay: -4.8s;
	-webkit-animation: imgPassToLeft1 30s infinite;	
	-webkit-animation-delay: -4.8s;
}
#next8:checked ~ #photos3 {
	animation: imgPassToLeft2 18s infinite;
	animation-delay: -10.8s;
	-webkit-animation: imgPassToLeft2 30s infinite;
	-webkit-animation-delay: -10.8s;
}
#next9:checked ~ #photos3 {
	animation: imgPassToLeft3 18s infinite;
	animation-delay: -16.8s;
	-webkit-animation: imgPassToLeft3 30s infinite;
	-webkit-animation-delay: -16.8s;
}
#back7:checked ~ #photos3 {
	animation: imgPassToRight1 18s infinite;
	animation-delay: -16.8s;
	-webkit-animation: imgPassToRight1 30s infinite;
	-webkit-animation-delay: -28.8s;
}
#back8:checked ~ #photos3 {
	animation: imgPassToRight2 18s infinite;
	animation-delay: -10.8s;
	-webkit-animation: imgPassToRight2 30s infinite;
	-webkit-animation-delay: -22.8s;
}
#back9:checked ~ #photos3 {
	animation: imgPassToRight3 18s infinite;
	animation-delay: -4.8s;
	-webkit-animation: imgPassToRight3 30s infinite;
	-webkit-animation-delay: -16.8s;
}






/* animation設定 */
@keyframes imgPassToLeft0 {
	0% { left:-100%; }
	29% { left:-100%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-300%; }
	96% { left:-300%; }
	100% { left:-400%; }
}
@keyframes imgPassToLeft1 {
	0% { left:-100%; }
	29% { left:-100%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-300%; }
	96% { left:-300%; }
	100% { left:-400%; }
}
@keyframes imgPassToLeft2 {
	0% { left:-100%; }
	29% { left:-100%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-300%; }
	96% { left:-300%; }
	100% { left:-400%; }
}
@keyframes imgPassToLeft3 {
	0% { left:-100%; }
	29% { left:-100%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-300%; }
	96% { left:-300%; }
	100% { left:-400%; }
}

@keyframes imgPassToLeft4 {
	0% { left:-100%; }
	29% { left:-100%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-300%; }
	96% { left:-300%; }
	100% { left:-400%; }
}
@keyframes imgPassToLeft5 {
	0% { left:-100%; }
	29% { left:-100%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-300%; }
	96% { left:-300%; }
	100% { left:-400%; }
}
@keyframes imgPassToLeft6 {
	0% { left:-100%; }
	29% { left:-100%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-300%; }
	96% { left:-300%; }
	100% { left:-400%; }
}
@keyframes imgPassToLeft7 {
	0% { left:-100%; }
	29% { left:-100%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-300%; }
	96% { left:-300%; }
	100% { left:-400%; }
}


@keyframes imgPassToLeft8 {
	0% { left:-100%; }
	29% { left:-100%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-300%; }
	96% { left:-300%; }
	100% { left:-400%; }
}
@keyframes imgPassToLeft9 {
	0% { left:-100%; }
	29% { left:-100%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-300%; }
	96% { left:-300%; }
	100% { left:-400%; }
}
@keyframes imgPassToLeft10 {
	0% { left:-100%; }
	29% { left:-100%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-300%; }
	96% { left:-300%; }
	100% { left:-400%; }
}
@keyframes imgPassToLeft11 {
	0% { left:-100%; }
	29% { left:-100%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-300%; }
	96% { left:-300%; }
	100% { left:-400%; }
}




@keyframes imgPassToRight1 {
	0% { left:-300%; }
	29% { left:-300%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight2 {
	0% { left:-300%; }
	29% { left:-300%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight3 {
	0% { left:-300%; }
	29% { left:-300%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}

@keyframes imgPassToRight4 {
	0% { left:-300%; }
	29% { left:-300%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight5 {
	0% { left:-300%; }
	29% { left:-300%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight6 {
	0% { left:-300%; }
	29% { left:-300%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}

@keyframes imgPassToRight7 {
	0% { left:-300%; }
	29% { left:-300%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight8 {
	0% { left:-300%; }
	29% { left:-300%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight9 {
	0% { left:-300%; }
	29% { left:-300%; }
	33% { left:-200%; }
	62% { left:-200%; }
	66% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}



























.border {
	clear: both;
}


.point_contents {
	margin-top: 40px;
	margin-bottom: 40px;
}

.point_contents h3.right_h {
	float: right;
	margin-top: 60px;
}

.point_contents h3.left_h {
	float: left;
	margin-top: 60px;
	margin-right: 35px;
}



.point_contents #stage #left_c {
	float: left;
}


.point_contents #stage #right_c {
	float: right;
}

.m_l_150 {
	margin-left: 150px;
	margin-top: 30px;
}

.m_l_50 {
	margin-left: 50px;
	margin-top: 30px;
}








.tab_menu .tab_contents {
  position: relative;
}
.tab_menu .tab_contents div {
  background: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

/* タブの表示切替関連 */
.tab_menu .tab_contents div {
  opacity: 0;
  z-index: 1;
}
.tab_menu #tab li:first-child a {

}
.tab_menu .tab_contents div:first-child {
  opacity: 1;
  z-index: 2;
}
.tab_menu #tab01:target .tab_contents .tab01,
.tab_menu #tab02:target .tab_contents .tab02,
.tab_menu #tab03:target .tab_contents .tab03 {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 2;
}
.tab_menu #tab01:target .tab_contents div:not([class="tab01"]),
.tab_menu #tab02:target .tab_contents div:not([class="tab02"]),
.tab_menu #tab03:target .tab_contents div:not([class="tab03"]) {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 1;
}
.tab_menu #tab01:target #tab li a[href$="tab01"],
.tab_menu #tab02:target #tab a[href$="tab02"],
.tab_menu #tab03:target #tab a[href$="tab03"] {

  -webkit-transition: background .5s;
  transition: background .5s;
}
.tab_menu :not([id="tab01"]):target #tab li a[href$="tab01"] {

  color: #22aacc;
}

/* まず、すべてのタブの内容を一旦見えなくしてしまいます */
.tab_menu .tab_contents div {
  opacity: 0;
  z-index: 1;
}
/* 初期状態で tab01 がアクティブになる想定で、そのタブが選択されている状態のスタイルを指定します。
   汎用性を考えて、:first-child 擬似クラスで指定しています */
.tab_menu #tab li:first-child a {

}
/* 同じく tab01 の内容も表示します。z-index プロパティで重ね順も一番上にしておきます */
.tab_menu .tab_contents div:first-child {
  opacity: 1;
  z-index: 2;
}

/* タブの内容について「#tab01 がターゲットになっているとき、
   .tab01 を表示する」などそれぞれ指定 */
.tab_menu #tab01:target .tab_contents .tab01,
.tab_menu #tab02:target .tab_contents .tab02,
.tab_menu #tab03:target .tab_contents .tab03 {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 2;
}
/* タブの内容について「#tab01 がターゲットになっているとき、
   .tab01 以外は非表示する」などそれぞれ指定 */
.tab_menu #tab01:target .tab_contents div:not([class="tab01"]),
.tab_menu #tab02:target .tab_contents div:not([class="tab02"]),
.tab_menu #tab03:target .tab_contents div:not([class="tab03"]) {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 1;
}
/* ↑ここまでで、アクティブなタブの内容は表示され、それ以外は非表示になる */
 
/* 次にタブの方。「#tab01 がターゲットになっているとき、
   href="tab01" をもつ a 要素の背景/文字色を変更する」などそれぞれ指定 */
.tab_menu #tab01:target #tab li a[href$="tab01"],
.tab_menu #tab02:target #tab a[href$="tab02"],
.tab_menu #tab03:target #tab a[href$="tab03"] {

  -webkit-transition: background .5s;
  transition: background .5s;
}
/* 初期状態でアクティブなタブだけ「#tab01 がターゲットなっていないとき、
   href="tab01" をもつ a 要素の背景/文字色を変更する」指定をしてアクティブ状態を解除する */
.tab_menu :not([id="tab01"]):target #tab li a[href$="tab01"] {

}

.tab_menu {
	width: 766px;
	border: solid 1px #cccccc;
	background-color:#ececec;
	
}

.tab_menu ul {
	border-top: dashed 1px #cccccc;
	margin-top: 0px;
	text-align: center;

}


.tab_menu ul li {
	list-style: none;
	display: inline;
	padding-left: 10px;
}



.tab_menu ul li img {
	padding-top: 20px;
	padding-bottom: 20px;
}

.tab_menu p {
	font-size: 14px;
	line-height: 20px;
	padding-top: 30px;
	padding-right: 15px;
}


.tab_menu .tab_contents {
	height: 280px;
	padding: 15px;
	background-color:#ffffff;
}

.tab_menu img.image_left {
	float: left;
	margin-right: 30px;
	margin-top: 15px;
}

.image_center {
	text-align: center;}

/*slideshow*/


div#left_cont{
 border-top:1px solid #737373;
   border-bottom:1px solid #737373;
  list-style-type: disc;
  padding-top:10px;
    padding-bottom
  :10px;

}

div#left_cont ul{
  list-style-type: disc;
   margin-left:20px;
}

.kiji_sample dl{
  width:140px;
  float:left;
  padding-right:10px;
  height:210px;
}

.kiji_sample dl dt img{
    width:140px;
}

.kiji_sample dl dd{
 font-size:12px;
  line-height:16px;
}

span.box_sublink{
  border:1px solid blue;
  padding:2px 6px;
  font-size:12px;
      border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}

span.box_sublink p{
  margin:0px;
  padding:0px;
  display:inline;
   color:blue;
}

span.box_sublink p a{
  text-decoration:none;
  color:blue;
}

.f_slideox {
width: 611px;
  display: inline-block;
}

/* メディア掲載 */




#media .mphoto{
display:block;
width:190px;
height:250px;
float:left;
}

#media .mtitl{
font-weight:bold;
}

#media .mtxt{
}

#media .mitem{
color:#407c3b;
}

br.spbr {
  display: none;
}