@charset "utf-8";

/**********************************/
/*   ・ヘッダーブロック           */
/*   ・welcomeスライダー          */
/*   ・グローバルナビ             */
/*   ・bodyブロック               */
/*   ・フッターブロック           */
/*   ・トップページ               */
/*   ・共通で使用するクラス       */
/**********************************/

/*----------------------------------
  共通設定
----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  line-height:1;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin: 0 auto; 
  font-size: 1.4rem;
  text-align: center;
  /*
  -webkit-text-size-adjust: 100%;
  */
}

input, select {
    vertical-align:middle;
}

td {
  word-break: break-all;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* container */

#container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-size:auto;
	z-index:-1;
	background-image: url(../images/common/bg.png);
	background-repeat: repeat;
}

.conte_box {
	width: 100%;
	margin: 0 auto;
	margin-left:5px;
}


/*----------------------------------
  ヘッダー
----------------------------------*/

/* ヘッダーブロック */
#header-block {
  width: 100%;
  height: auto;

}

#header-block .header_wrapper {
	width: 950px;
	height:auto;
	margin: 0 auto;
	padding:0;
}

#header-block .header_wrapper .header-info {
  width: 100%;
  /*display: table-cell;*/
  font-size: 1.1rem;
  vertical-align: top;
  text-align: left;
  padding-top: 10px;
}

#header-block .header-inner {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  display: table;
  padding: 5px 0 0 0;
}


#header-block .header-inner .header-logo {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

#header-block .header-inner .header-img {
  width: 20%;
  display: table-cell;
  vertical-align: top;
  text-align: right;
}


/* グローバルナビゲーション */
#gl-navi {
  width: 100%;
  height: auto;
  list-style-type: none;
  margin-bottom: 10px 
}

#gl-navi #glnavi-ul{
  width: 950px;
  height: auto;
  margin: 0 auto;
}

#gl-navi #glnavi-ul .glnavi-li{
  float: left;
  height: auto;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*■nth-child使用箇所■*/
/*
#gl-navi #glnavi-ul .glnavi-li:not(:last-child){
  margin-right: 5px;
}
*/

#gl-navi #glnavi-ul .naviitem1,
#gl-navi #glnavi-ul .naviitem2,
#gl-navi #glnavi-ul .naviitem3,
#gl-navi #glnavi-ul .naviitem4,
#gl-navi #glnavi-ul .naviitem5 {
  margin-right: 5px;
}

#gl-navi #glnavi-ul .naviitem6 {
  margin-right: 0;
}

#gl-navi #glnavi-ul .glnavi-li a {
  display: block;
}


/* welcome */
.leftNav{
	background: url(../images/top/welcome_cover_left.png) center no-repeat;
	outline: none;
}

.rightNav {
	background: url(../images/top/welcome_cover_right.png) center no-repeat;
	outline: none;
}


.leftNav:before,
.rightNav:before {
	content:"";
	width:100%;
	height:100%;
	display: block;

}

.leftNav:hover {
	background: url(../images/top/welcome_cover_left.png) center no-repeat  rgba(204,204,204,0.4);
}


.rightNav:hover {
	background: url(../images/top/welcome_cover_right.png) center no-repeat  rgba(204,204,204,0.4);
}

.leftNav:hover:before,
.rightNav:hover:before {
	background: url(bg2.png)
}

#top_welcome_bg {
	width: 100%;
	height: 20px;
	z-index:100;
	background-image: url(../images/top/welcome_bg3.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	display: block;
	margin: 0px;
	padding: 0px;
}

#welcome_bg {
	width: 100%;
	height: 20px;
	z-index:100;
	background-image: url(../images/top/welcome_bg3.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	display: block;
	margin: -3px 0 0 0;
	padding: 0px;
}

/*----------------------------------
  bodyブロック
----------------------------------*/

/* メインブロック */
#main-wrapper {
	width: 950px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#main-wrapper .bg_right {
	width: 100%;
	height: 100%;
	background-image: url(../images/top/bg_recommend01.png);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	position: absolute;
	top: -20px;
	z-index: 0;
}

#main-block {
	width: 950px;
	height: auto;
	margin: 0 auto;
}

/* 左コンテンツ */
#main-leftbox {
	width: 280px;
	float: left;
	text-align: left;
	margin: 0;
}

    /* 左サイドメニュー */
    #sidemenu_block {
		width:99%;
		height:auto;
		padding:10px;
		border:1px solid #0c571e;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		background: rgba(255,255,255,.5);
		padding: 5px;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		margin: 20px auto 0;
		-moz-box-shadow: 0px 0px 3px rgba(000,000,000,0.3);
		-webkit-box-shadow: 0px 0px 3px rgba(000,000,000,0.3);
		box-shadow: 0px 0px 3px rgba(000,000,000,0.3);

    }
	
    #sidemenu_block a:hover img {
		background: transparent!important;
		filter: alpha(opacity=80);
		opacity: 0.8;
		-ms-filter: "alpha( opacity=80 )";
	}
	
    .side_link {
    	width:96%;
    	height:auto;
    	margin:10px auto;
		text-align:center;
    }
		
    .side_link_border {
    	width:96%;
    	height:auto;
    	margin:10px auto;
		text-align:center;
		border-bottom: 2px dotted #0c571e;
		padding-bottom:5px;
    }
	
    .side_link_border p {
    	width:100%;
		text-align:left;
		font-size:12px;
		padding-bottom:5px;
    }
	
    #sidemenu {
    	width:100%;
    	height:auto;
    	list-style-type:none;
    	text-align:left;
    }
    #sidemenu .category {
    	width:96%;
    	height:auto;
		margin: 0 auto;
    	padding-top:10px;
    	font-size:1.5rem;
    	line-height:2;
    	text-indent:1rem;
    	margin-left: 0px;
	    /* IE8 */
	    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77437f00,EndColorStr=#77437f00);
	    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77437f00,EndColorStr=#77437f00)";
	    text-indent:10px\9;
	}
	
    #sidemenu .category li {
	}

    #sidemenu .category img {
		margin-right:10px;
	}
	
	
    /* IE9 */
	#sidemenu .category:not(:target){
	    filter: none;
	    -ms-filter: none;
	}
    #sidemenu .category a {
    	color:#0c571e
    }
    #sidemenu .category .item {
    	width:100%;
    	height:auto;
    	padding:0 0 5px;
    	list-style-type:none;
		border-bottom: 0px solid #0c571e;
    }
    #sidemenu .item .children {
		border-bottom: 0px solid #ff0000;
    	margin-left: 0px;
    }

    .item_name {
    	width:90%;
    	height:auto;
    	padding:3px 0;
    	margin-left:10%;
    	font-size:1.3rem;
    	font-weight:400;
    }
    .item_name a {
    	color:#0c571e;
    }
    .side_banner {
    	width:100%;
    	height:auto;
    	margin:20px 0;
    }
    .side_banner a, .side_banner a img {
    	width:247px;
    	height:55px;
    }
    .side_banner a:hover img {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
    }
    .border_b {
		border-bottom: 1px solid #0c571e;
	}

    .category .cat-item-2 li {
		border-bottom: 1px solid #0c571e;
	}

/* 右コンテンツ */
#main-rightbox {
	width: 660px;
	height: auto;
	margin: 0 auto;
	float: right;
	text-align: left;
}


.rightbox_wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: auto;
	/*background:url(../images/top/bg_recommend01.png) no-repeat center top;*/
}

.rightbox_wrapper h1 {
  padding-top: 20px;
  margin: 0 auto;
  width: 100%;
  text-align:center;
}

#recommend {
  width: 100%;
  height: auto;
  margin-bottom:30px;
  position: relative;
}
.recommend_slider {
  width: 580px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
}
.recommend_slider a {
	color:#000;
}

.recommend_slider a:hover img {
	background: transparent!important;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80 )";
}

#recommend ul {
  width: 100%;
  height: auto;
  margin: 10px auto;
  list-style: none;
}

#recommend .recommend_li {
  width: 23%;
  padding: 0 5px;
  margin: 0;
  float: left;
  text-align:center;
}

#recommend .recommend_li p {
  width: 100%;
  text-align:center;
  padding-top:5px;
  font-size:1.3rem;
}

.recommend_slider .prev,
.recommend_slider .next {
  display: block;
  position: absolute;
  top: 50px;
  cursor: pointer;
  width: 16px;
  height: 60px;
}

.recommend_slider .prev {
  background: url(../images/top/icon_recommend01.png) no-repeat;
  left: 20px;
}

.recommend_slider .next {
  background: url(../images/top/icon_recommend02.png) no-repeat;
  right: 20px;
}

.banner {
	width:100%;
	margin: 20px auto;
}

.banner a:hover img {
	background: transparent!important;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80 )";
}

.banner_l,
.banner_r {
	margin: 0 auto;
	width:50%;
	background:url(../images/top/bg_top02.png) no-repeat top center;
	text-align:center;
	height:306px;
	padding-top:5px;
}

.banner_l .text_box,
.banner_r .text_box {
	margin:0 auto;
	width:85%;
	margin-top:5px;
}

.banner_l .text_box .text_l,
.banner_r .text_box .text_l {
	margin:0 auto;
	width:69%;
	text-align:left;
	line-height:1.2;
	font-size: 13px;
}

.banner_l .text_box .text_r,
.banner_r .text_box .text_r {
	margin:0 auto;
	width:30%;
}

.text_r a:hover img,
.banner_l a:hover img,
.banner_r a:hover img {
	background: transparent!important;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80 )";
}


  /* 新着情報 */
  .news-box {
    width: 100%;
  }

  .news-box h1 {
	margin: 0 auto;
	width: 100%;
	text-align:center;
  }

  .news-box .news-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 95%;
	margin-bottom:20px;
	margin: 0 auto;
  }

  .news-box ul {
    width: 100%;
    list-style: none;
    padding: 10px 0;

  }

  .news-box ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #0c571e;
    color: #5f2c00;
    font-size: 1.3rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 13px;
    text-align: left;
  }

  .news-box ul li a {
    color: #0c571e;
    display: table;
    width: 100%;
  }

  .news-box ul li a:hover div {
    text-decoration: underline;
  }
     
  .news-box ul li .news-date {
    display: table-cell;
    width: 25%;
  }

  .news-box ul li .news-summary {
    display: table-cell;
    font-size:14px;
    width: 75%;
  }

  /* FACEBOOK */
  .fb-box {
    width: 100%;
    height: auto;
  }

  .fb-box h1 {
	margin: 0 auto;
	width: 100%;
	text-align:center;
  }

  .fb-box .fb-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 3px rgba(000,000,000,0.3);
    -webkit-box-shadow: 0px 0px 3px rgba(000,000,000,0.3);
    box-shadow: 0px 0px 3px rgba(000,000,000,0.3);
    width: 95%;
    height: auto;
    margin-top: 10px;
    padding: 14px 15px;
    background: rgba(255,255,255,.7);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 auto;
    text-align: center;
  }

  .fb-box .fb-inner iframe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 320px;
    margin: 0 auto;
  }

/* ページトップ */
#pagetop-box {
  width: 950px;
  text-align: right;
  margin: 0 auto;
}

#pagetop-box #pagetop {
  display: block;
  width: 30px;
  height: auto;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  width: auto;
  padding: 15px 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}


/*----------------------------------
  フッター
----------------------------------*/
    /* フッターブロック */
    #footer_block {
        margin:20px auto 0;
        padding:0;
        width:100%;
        height:auto;
        text-align:left;
        background: url(../images/common/footer_bg.png) repeat-x top left;
		height:270px;
        
    }
    #footer_block #footer_menu {
        margin:0 auto;
        padding:80px 0 0;
        width:950px;
        height:auto;
        text-align:left;
        color:#fff;
    }
    #footer_block #footer_menu .footer_menubox {
        margin:0;
        padding:0;
        width:100%;
        height:auto;
        font-size:1.2rem;
    }
    #footer_block #footer_menu .footer_menubox .footer_menu_l {
        margin:0;
        padding:0 0 0 10px;
        width:45%;
        height:auto;
        float:left;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
    }
    #footer_block #footer_menu .footer_menubox .footer_menu_r {
        margin:0;
        padding:0 10px 0 20px;
        width:55%;
        height:auto;
        float:right;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
    }
    .f_menu_title {
        width:120px;
        height:auto;
        margin:0 0 15px 0;
        padding:7px 10px;
        background:#ffffff\9;
        background:rgba(255,255,255,0.9);
        color:#0c571e;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        text-align:center;
    }
    .f_menu_innerbox {
        width:100%;
        height:auto;
        text-align:left;
        display:table;
    }
    .f_menu_innerbox .f_inner_l,
    .f_menu_innerbox .f_inner_m,
    .f_menu_innerbox .f_inner_r {
        width:33%;
        height:auto;
        display:table-cell;
        vertical-align:top;
    }
    .f_menu {
        margin:0;
        padding:7px 0;
    }
    .f_menu:before {
        padding-right:1rem;
    }
    .f_menu a {
        color:#fff;
    }
/* コピーライトブロック */
  #copyright-block {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 950px;
    height: 44px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: left;
    font-size: 1.1rem;
    color: #fff;
  }
/*----------------------------------
  共通で使用するクラス
----------------------------------*/
.margin_20 {
	margin-top:20px;
}
.left {
  float: left;
}

.right {
  float: right;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pager{
	text-align:center;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}


/* 購入履歴 */
#net_shop_admin_history{
    width: 750px;
    position: absolute;
    left: 300px;
    top: 100px;
    font-size: 0.9em;
}