﻿

/*====================================================================
 common
====================================================================*/
{
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 1.2;
}

/* clearfix */
.clearfix {
    zoom: 1;
}.clearfix:after {
     content: "";
     display: block;
     clear: both;
 }

section.tmpBox{
    background-color: #FFF;
    border-radius: 5px;
    color: #333;
    line-height: 1.4;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    max-width: 960px;
}

/*====================================================================
 Shoulder
====================================================================*/
#Shoulder .shoulderCol {
	width:960px;
	margin:0 auto;
	text-align:left;	
	overflow:hidden;
}
#Shoulder .shoulderCol p {
	margin:0;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:0.1em;
	width:100%;
	float:left;
	padding:7px 0;
}

/*====================================================================
 mainHeader
====================================================================*/
#mainHeader{
    width: 100%;
}
#mainHeader .headerCol {
	width:960px;
	margin:0 auto;
	position:relative;
}
#mainHeader h1 a {
    display: block;
    font-size: 40px;
    padding-top: 115px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
	font-size: 0;
}
#mainHeader h1 a .logoText {
	font-size: 40px;
}
#mainHeader h1 a:hover {
    opacity: 0.4;
}
#mainHeader .headerCol .menubtn {
    cursor: pointer;
    display: none;
    width: 24px;
}
#main_navigation ul {
    font-size: 16px;
}
#mainHeader .headerCol #mainNavi #main_navigation li {
    color: #222;
    /*overflow: hidden;*/
    max-width: 400px;
    margin: 0 15px;
    font-size: 13px;
    line-height: 22px;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
	
}
#mainHeader .headerCol #mainNavi #main_navigation li .mainHeaderNavColor {
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:0.1em;
}
#mainHeader .headerCol #mainNavi .sitelink {
	overflow:visible !important;
}
#mainHeader .headerCol #mainNavi .sitelink a {
	background:#9f9f9f;
	color:#fff;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:0.1em;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	overflow:visible;
	padding:5px 10px;
}
#mainHeader .headerCol #mainNavi #main_navigation li:hover {
    border-bottom: none;
}
#mainHeader .headerCol #mainNavi #main_navigation li a:hover {
    filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	text-decoration:none;	
}
#mainHeader .headerCol #mainNavi #main_navigation #category-menu .category-list ul li {
    display: block;
    margin: 0;
	line-height: 25px;
}
#mainHeader .headerCol #mainNavi #main_navigation .menubtn {
    cursor: pointer;
    display: none;
	width:24px;
}
#mainHeader .headerCol #mainNavi #main_navigation #category-menu .category-list .header {
	display:none;
}

/*====================================================================
 Mainvisual
====================================================================*/
#Mainvisual .bx-wrapper {
	width:960px;
}
#Mainvisual li img {
	max-width:100%;
	margin:auto;
}

/*====================================================================
 recommend
====================================================================*/
#recommend {
	width:880px;
	margin:0 auto 0;
	padding: 55px 40px 15px;
}
#recommend h2.ttl {
	margin:0 auto 50px;
	font-size:18px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:0.1em;
}
#recommend h2.ttl span {
    border-bottom: 3px solid #666;
	padding: 0 0 7px;
}
#recommend #mainSlide .slick-slide {
	margin:0 10px;
}

/*====================================================================
 info
====================================================================*/
#info {
	width:880px;
	margin:0 auto 0;
	padding: 55px 40px 35px;
}
#info h2.ttl {
	margin:0 auto 50px;
	font-size:18px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:0.1em;
}
#info h2.ttl span {
    border-bottom: 3px solid #666;
	padding: 0 0 7px;
}

/*====================================================================
 categoryList
====================================================================*/
#categoryList .categoryTitle01 {
	text-align:center;
	margin-bottom:20px;
	font-size:14px;
}
#categoryList ul {
	text-align:center;
	margin-bottom:50px;
	font-size:12px;
	line-height: 2.0em;
}
#categoryList ul li {
	display: inline-block;
	margin: 0 10px;
}
#categoryList ul li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*====================================================================
 page-top
====================================================================*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
	width:35px;
	z-index:1000;
	margin:0;
}
#page-top img {
    width:100%;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*====================================================================
 mainFooter
====================================================================*/
#mainFooter{
    width: 100%;
    /*margin: 785px 0 0;*/
    clear: both;
	margin:0 auto 0;
	text-align:center;
	padding:35px 0;
}

#mainFooter ul.privacyList {
    width: 960px;
    margin: 0 auto;
    padding: 25px 0 15px;
	display: flex;
    justify-content: center;
    align-items: center;
}

#mainFooter ul.privacyList li{
    font-size: 12px;
    margin: 0 15px;
	/*display:inline-block;*/
	vertical-align: middle;
}
#mainFooter ul.privacyList li a{
    text-decoration: none;
    color: #808080;
}
#mainFooter ul.privacyList li a:hover {
    opacity: 0.6;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#mainFooter a{
  font-size: 12px;
  color: #999999;
}
/*#mainFooter ul li{
  line-height: 30px;
  margin: 0 30px 0 0;
}
#mainFooter ul li:last-child{
  margin: 0;
}*/
#mainFooter .socialBtnList{
	display: flex;
    justify-content: center;
    align-items: center;
}
/*#mainFooter .sns{
  float: left;
}
#mainFooter .sns.fb{
  float: right;
  margin: 0;
  padding-left:10px;
}
#mainFooter .sns.tw{
  float: left;
  margin: 9px 0 0;
}*/
.copyright {
	font-size: 10px;
}
#mainFooter .iconBox {
	width:100%;
	text-align:center;
}
#mainFooter ul.snsBox {
	width:960px;
	margin:0 auto 10px;
	display: flex;
	justify-content: center;
}
#mainFooter ul.snsBox li {
	width:20px;
	margin: 0 12px;
}
#mainFooter ul.snsBox li img {
    width:100%;
}

/*====================================================================
 about: 詳細ページ
====================================================================*/

.main {
    width: 960px;
    height: auto;
    margin: 0 auto 30px;
}

.main #about {
    width: 900px;
    margin: 0 auto;
    padding: 50px 30px 40px;
    text-align: left;
}

.main #about h2 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:0.2em;
    text-align: left;
    letter-spacing: 5px;
    margin-bottom: 75px;
    color: #000000;
}

.main #about h3 {
    font-size: 26px;
}

.main #about {
    font-size: 14px;
    font-family: 'ヒラギノ角ゴ Pro', sans-serif;
    color: #666666;
}

.main #about .social {
    margin: 40px 0 0;
    text-align: center;
		width: 100%;
}
.main #about .social > ul{
	display: inline-block;
}
.main #about .social ul li {
    float: left;
    margin-right: 25px;
}
.main #about .social ul li:last-child {
    margin-right: 0;
}

/*====================================================================
 inquiry: お問い合わせ
====================================================================*/

.inquirySection {
    padding: 20px 50px 50px;
}
.inquirySection h1 {
    font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:0.2em;
    line-height: 26px;
    color: #1a1a1a;
    text-transform: capitalize;
    text-align: left;
}
.inquirySection p  {
    font-size: 11px;
    font-family: '小塚ゴシック Pr6N', sans-serif;
    line-height: 13px;
    color: #000000;
    text-align: left;
}
.inquirySection form {
    margin: 10px 0 0 0;
}
.inquirySection dl {
    text-align: left;
}
.inquirySection dl dt {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 5px;
}
.inquirySection dl dt span {
    font-size: 11px;
    line-height: 11px;
    margin-left: 5px;
    color: #FB7C8A;
    vertical-align: baseline;
}
.inquirySection dl dd {
    margin-bottom: 20px;
}
.inquirySection dl dd input {
    width: 840px;
    padding: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
	font-size:12px;
	line-height:1.5;
}

.inquirySection dl dd textarea {
    width: 840px;
    height: 135px;
    padding: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
@-moz-document url-prefix() {
    .inquirySection dl dd textarea {
        font-size: 11px;
    }
}
.inquirySection .control-panel input#buttonLeave {
    width: 410px;
    margin: 55px 0 0 0;
    padding: 14px 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #ffffff;
    background-color: #999999;
    border: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.inquirySection .control-panel input#buttonLeave:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}
#inquiryConfirmSection p {
    font-size: 13px;
    color: #000000;
    line-height: 13px;
}
#inquiryConfirmSection dd {
    padding-left: 15px;
    font-size: 12px;
}
#inquiryCompleteSection p {
    margin: 30px 0 0;
    line-height: 1.4em;
}
#inquiryCompleteSection a {
    width: 410px;
    margin: 55px auto 0;
    padding: 14px 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #ffffff;
    background-color: #999999;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: block;
}
#inquiryCompleteSection a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}


/*====================================================================
 common: 対象ページ郡
====================================================================*/
/* カスタムデザインのデフォルト色 */
.mainHeaderNavColor{
    color: #000000;
		font-weight:bold;
}
.template #category-menu .category-list ul a{
    color: #000000;
}


/**
 * page: shop.ctp
 * about: .tempTop
 *************************************/

/* トップページ */
.tempTop{

}

/**
 * page: shop.ctp
 * about: .tempTop
 *************************************/
.tempDetail #mainFooter ul li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.tempDetail .product p a{
    font-size: 11px;
}

/* 送料詳細 */
#postageInfoLayer p{
    font-size: 11px;
    text-align: left;
}
#postageInfoLayer p a{
    font-size: 11px;
    color: #727272;
    text-align: left;
}
#postageInfoLayer p a:hover {
    text-decoration: underline;
}



/*====================================================================
特定商取引・プライバシーポリシー
====================================================================*/
#privacy, #law{
	margin:0 auto 60px;
	padding:10px 30px 20px;
}
#privacy h2, #law h2{
	border-bottom: 1px solid #ccc;
	margin:20px 0 40px;	
}
#privacy img, #law img{
	width:auto;
}


/*====================================================================
 jquery
====================================================================*/

/**
 * file: detail_of_item.ctp
 * jquery: jquery.bxslider.js
 *************************************/
/* jquery.bxslider */
.bx-wrapper{
    height: auto;
    width: 475px;
}
.bxslider{

}
.bxslider .img_box{
    height: 475px;
    line-height: 475px;
    text-align: center;
    vertical-align: middle;
    width: 475px;
	margin: 0 auto;
}
.bxslider .img_box img{
    max-height: 475px;
    max-width: 100%;
    vertical-align: middle;
}
#bx-pager{
    overflow: hidden;
	width:475px;
	margin: 10px auto 0;
    text-align: left;
    letter-spacing: -0.3em;
}
#bx-pager a{
    display: inline-block;
    font-size: 0;
    width: 83px;
    margin-right: 15px;
	margin-bottom: 15px;
}
#bx-pager a:nth-child(5){
	margin-right: 0;
}
#bx-pager a:nth-child(10){
	margin-right: 0;
}
#bx-pager a:nth-child(15){
	margin-right: 0;
}
#bx-pager a:last-child {
    margin-right: 0;
}
#bx-pager .small_img_box{
    cursor: pointer;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}
#bx-pager .small_img_box img{
    max-width: 100%;
	max-height: 83px;
    vertical-align: middle;
}
@media screen and (max-width: 768px){
	#bx-pager a:nth-child(5){
		margin-right: 15px;
	}
	#bx-pager a:nth-child(10){
		margin-right: 15px;
	}
	#bx-pager a:nth-child(15){
		margin-right: 15px;
	}
}
@media screen and (max-width: 480px){
	#bx-pager a{
    	width: 22%;
    	margin-right: 4%;
	}
	#bx-pager a:nth-child(5){
		margin-right: 4%;
	}
	#bx-pager a:nth-child(10){
		margin-right: 4%;
	}
	#bx-pager a:nth-child(15){
		margin-right: 4%;
	}
	#bx-pager a:nth-child(4){
		margin-right: 0;
	}
	#bx-pager a:nth-child(8){
		margin-right: 0;
	}
	#bx-pager a:nth-child(12){
		margin-right: 0;
	}
	#bx-pager a:nth-child(16){
		margin-right: 0;
	}
}

/*====================================================================
 for firefox
====================================================================*/


@-moz-document url-prefix() {
    .product_list {margin-left: -1px;}
}

/*====================================================================
 colorbox
====================================================================*/
#colorbox {
    border: solid 1px#ccc;
}
#cboxMiddleLeft {
    background: none !important;
}
#cboxMiddleRight {
    background: none !important;
}
#cboxTopLeft {
    background: none !important;
}
#cboxTopCenter {
    background: none !important;
}
#cboxTopRight {
    background: none !important;
}
#cboxBottomLeft {
	height:15px !important;
    background: none !important;
}
#cboxBottomCenter {
	height:15px !important;
    background: none !important;
}
#cboxBottomRight {
	height:15px !important;
    background: none !important;
}
#cboxClose {
    width: 20px;
    height: 20px;
    overflow: visible;
    text-indent: -9999px;
    background: url(https://basefile.akamaized.net/i/controls.png) no-repeat -52px 0;
}
#cboxContent button {
    border: none;
}
#cboxContent {
	padding:0 0 10px;
}

/*====================================================================
 Faq_content
====================================================================*/
#Faq_content {
	text-align:left;
	font-size:13px;
	width:95%;
}
#Faq_content h2 {
	font-size:13px;
	padding:15px 0 25px;
	margin:0;
}
#Faq_content dl dt {
	padding:0 0 10px;
	border-bottom:dotted 1px #ccc;
	text-indent:-2.5em;
	margin-left:2.5em;
}
#Faq_content dl dt span {
	font-weight:bold;
	background:#9f9f9f;
	color:#fff;
	padding:5px;
	margin-right:10px;
}
#Faq_content dl dd {
	padding:10px 0 30px;
	text-indent:-2.5em;
	margin-left:2.5em;
}
#Faq_content dl dd span {
	font-weight:bold;
	border:solid 1px #ccc;
	padding:5px;
	margin-right:10px;
}

/*====================================================================
 itemDetailBox
====================================================================*/
#itemDetailBox {
	clear:both;
	width:100%;
	margin:0 auto;
	padding: 30px 0 0;
	text-align:left;
}
#itemDetailBox .txt {
	font-size: 13px;
	padding: 20px 0 0;
	color: #777;
}
#itemDetailBox .pht {
	padding: 20px 0 0;
}
#itemDetailBox .pht img {
	max-width: 100%;
}

/*====================================================================
 facebook
====================================================================*/
.container .facebook {
	padding-left:10px;
}

/*====================================================================
 for sp
====================================================================*/
@media screen and (min-width: 769px){
	#mainHeader .headerCol #mainNavi #main_navigation > ul {
    		display: block !important;
	}
}
@media screen and (max-width: 768px){
	#Shoulder .shoulderCol {
	width:94%;
	}
	#Shoulder .shoulderCol p {
		width:300px;
	}
	#mainHeader #logo {
		padding-top:20px !important;
		padding-left:20px;
	}
	#mainHeader .headerCol .menubtn {
    display: block;
    float: right;
    padding: 1.5em 5% 0 0;
	}
	/*#mainHeader .headerCol #mainNavi #main_navigation .menubtn {
    		display: block;
		float:right;
		padding: 0 20px 25px 0;
	}*/
	#mainHeader .headerCol #mainNavi #main_navigation > ul {
    		display: none;
		clear:both;
	}
	#mainHeader .headerCol #mainNavi {
		width:100%;
		text-align: right;
		margin-top: 0;
	}
	#mainHeader .headerCol #mainNavi #main_navigation li {
		text-align: center;
		max-width:100%;
		margin: 0 0;
	}
	#mainHeader .headerCol #mainNavi #main_navigation > ul li a {
		text-align: center;
		width:100%;
		border-top:solid 1px #ccc;
		display:block;
		padding:15px 0;
	}
	#mainHeader .headerCol #mainNavi #main_navigation li .mainHeaderNavColor {
		text-align: center;
		width:100%;
		border-top:solid 1px #ccc;
		display:block;
		padding:15px 0;
		cursor: pointer;
		display:block;
	}
	.tempTop header {
    		padding-bottom: 0 !important;
	}	
	.template #category-menu .category-list{
    		padding: 0 0 0 !important;
    		position:static;
    		z-index: 9999;
			min-width: 100%;
			margin-left: 0;
	}
	.template #category-menu .category-list ul {
			background-color: #eee;
    		border: none;
    		padding: 0 0;
    		cursor: pointer;
    		margin: 0;
    		min-width: 100%;
	}
	.template #category-menu .category-list ul li a {
		margin:0;
	}
	.template #category-menu .category-list ul.appsItemCategoryTag_lowerchild {
    		padding: 0 !important;
			background:none;
			border:none !important;
			border-top:solid 1px #ccc !important;
			display:block;
			position: static;
	}
	.template #category-menu .category-list ul.appsItemCategoryTag_lowerchild li a {
		border-top:none !important;
		padding: 12px 0 !important;
		margin: 0;
	}
	.template #category-menu .category-list ul li:hover > ul.appsItemCategoryTag_lowerchild {
   		padding: 0 0;
	}
	#mainHeader .headerCol #mainNavi .sitelink a {
		border-radius: 0;        /* CSS3草案 */  
    	-webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 0;   /* Firefox用 */
	}
	.nav.fixed {
    	position:static;
	}
	#mainHeader .headerCol {
    	width:100%;
	overflow:visible;
	}
	#Mainvisual .bx-wrapper {
	width:100%;
	height: auto;
	}
	#mainHeader .headerCol #mainNavi #main_navigation li {
	display:block;
	text-align:center;
	margin:0;	
	}
	.tempTop #main_navigation {
	height:auto;
	padding-top: 0.5em !important;
	}
	.template #category-menu:hover .category-list {
		position:static;
		display:none;
		line-height: 0;		
	}
	#products {
    width: 92%;
    margin: 0 auto;
    text-align: left;
    padding-top: 45px;
    padding-bottom: 0px;
	}
	#mainFooter ul.privacyList {
    width: 94%;
    margin: 0 auto;
    padding: 25px 0 15px;
		display: block;		
	}
	#mainFooter ul.privacyList li {
    font-size: 12px;
    margin: 0 3% 15px;
	}
	#mainFooter ul.privacyList li.boxRight {
	width: 100%;
	}
	#mainFooter .sns.tw, #mainFooter .sns.fb{
		/*float:none;
		display:inline-block;
		vertical-align:middle;*/
		margin: 0;
    	width: 120px;
	}
	#mainFooter .sns.tw {
		/*padding:10px 0 0 10px;*/
	}
	.main {
		width:94%;
	}
	.main #about {
    		width: 100%;
    		margin: 0 auto;
    		padding: 25px 0 20px;
    		text-align: left;
	}
	#recommend {
		width:82%;
		margin:30px auto 0;
		padding: 25px 7% 10px;
	}
	#recommend #mainSlide .slick-slide {
		margin:0 1%;
	}	
	#info {
	width:86%;
	margin:30px auto 0;
	padding: 25px 7% 10px;
	}
	#mainFooter ul.snsBox {
		width:100%;
	}
	.tempDetail .wrapper {
    	padding:30px 0;
		width:94%;
		margin:0 auto;
	}
	.tempDetail .kakaku {
		float: none;
    	margin: 0 auto;
	}
	.tempDetail section.row {
	    display: block;
		float:none;
		width:100%;
		margin: 0 auto;
		padding:20px 0 0;
	}
	.tempDetail .kakaku .bx-wrapper {
    	width: 100%;
	}
	.tempDetail .kakaku #bx-pager{
		width: 100%;
	}
	.tempDetail .kakaku .bxslider li {
		width:100%;
		text-align:center;
	}
	.inquirySection {
    padding: 20px 0 50px;
    width: 100%;
	}
	.inquirySection dl dd input {
		width:94%;
	}
	.inquirySection dl dd textarea {
		width:94%;
	}
	.inquirySection .control-panel input#buttonLeave {
		width:100%;
	}
	input[type="submit"] {
  	-webkit-appearance: none;
	}
	#privacy, #law{
	width:100%;
	}
	section.tmpBox{
    width:94%;
	}
}
@media screen and (max-width: 640px){
	#Shoulder .shoulderCol p {
		width:50%;
	}
}
@media screen and (max-width: 480px){
	.tempTop header {
    	padding-bottom: 0;
	}
	#mainHeader .headerCol h1 {	
    	text-align: left;
	}
	#mainHeader #logo {
		padding-top: 15px !important;
		padding-left:5%;
		padding-right:5%;
		max-width:90%;
	}
	#mainHeader .headerCol #mainNavi #main_navigation {
		padding-top: 0.5em !important;
		margin-bottom: 10px;
	}
	.tempDetail header {
		margin-bottom:0;
	}
	#mainHeader .headerCol #mainNavi {
		width:100%;
		text-align: right;
		margin-top:0;
	}
	#mainHeader .headerCol #mainNavi #main_navigation .menubtn {
		padding: 0 5% 20px 0 !important;
	}
	#mainHeader .headerCol #mainNavi #main_navigation li {
		text-align: center;
		max-width:100%;
		margin: 0 0;
	}
	#mainHeader .headerCol #mainNavi #main_navigation > ul li a {
		text-align: center;
		width:100%;
		border-top:solid 1px #ccc;
		display:block;
		padding:15px 0;
	}
	#mainHeader .headerCol #mainNavi #main_navigation li .mainHeaderNavColor {
		text-align: center;
		width:100%;
		border-top:solid 1px #ccc;
		display:block;
		padding:15px 0;
		cursor: pointer;
		display:block;
	}	
	.template #category-menu .category-list ul {
		background-color: #eee;
    		border: none;
    		padding: 0 0;
    		cursor: pointer;
    		margin: 0;
    		min-width: 100%;
	}
	#mainHeader .headerCol #mainNavi .sitelink a {
		border-radius: 0;        /* CSS3草案 */  
    	-webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 0;   /* Firefox用 */
	}
	.nav.fixed {
    	position:static;
	}	
	#Shoulder .shoulderCol {
		padding: 5px 0;
	}
	#Shoulder .shoulderCol p {
		width:65%;
		margin:0 auto;
	}
	#Shoulder .shoulderCol .iconBox {
		text-align:center;
		margin:0 auto;
		width:93%;
	}
	#baseMenu {
		top: -38px;
	}
	#baseMenu li {
		/*display: block;*/
    	padding-left: 0;
	}
	#baseMenu img {
    	display: inherit;
    	width: 20px;
    	height: 20px;
	}
	#baseMenu > ul > li {
		float:left;
	}
	#baseMenu > ul > li a {
    	padding: 5px 15px;
	}
	#baseMenu > ul > li a:hover {
    	padding: 5px 15px;
	}
	#Shoulder ul.snsBox {
    	float:left;
	width:55%;
	margin: 0;
    	text-align: left;
	}
	#Shoulder ul.snsBox li {
    	width: 22px;
    	display: inline-block;
    	padding-left: 16%;
	}
	#mainFooter ul.clearfix li {
    	display: block;
	}
	.wrapper {
		width: 94%;
		padding: 0;
	}
	.tempDetail .kakaku {
    float: none;
    margin-right: 0;
	}
	.bxslider .img_box {
		width: 100%;
		height: auto;
    	line-height:normal;
	}
	.bx-wrapper {
    height: auto;
    width: 100%;
	}
	.tempDetail section.row {
    width: 100%;
	}
	.tempDetail .descri {
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
	}
	.tempDetail section.row .twitter {
		width:35%;
		margin: 0 0 10px;
	}
	.tempDetail section.row .facebook {
		width:35%;
		margin: 0 0 10px;
	}
	.tempDetail #widget {
    	width: 35%;
    	float: left;
	margin: 0 0 0 0;
    	text-align: left;
	}
	#i18 {
		margin-top:15px;
	}	
	#i18 .lang {
		/*float:none;
		margin:0 auto;*/
	}	 
	#i18 .currency {
		/*float:none;*/
	}
	#page-top {
    	bottom: 15px;
    	right: 15px;
	}
	#recommend {
    width: 80%;
    margin: 20px auto 0;
    padding: 15px 7% 10px;
	}
	#recommend h2 {
    margin-bottom:0;
	}
	#recommend h2.ttl {
    margin: 0 auto 30px;
	}
	.slick-slider {
    margin-bottom: 10px !important;
	}
	#info {
    width: 86%;
    margin: 20px auto 10px;
    padding: 15px 7% 10px;
	}
	#info h2.ttl {
    margin: 0 auto 30px;
	}
	#products {
    width: 90%;
    padding-top: 25px;
	}
	#products h2.ttl {
    margin: 0 auto 30px;
	}
	#itemDetailBox {
    margin-top: 20px;
    padding: 10px 0 0;
    border-top:solid 1px #ccc;
	}
	#itemDetailBox .txt {
    padding: 10px 0 0;
	}
	#itemDetailBox .pht img {
	width:100%;
	}
	#products .label_image {
		width: 50px;
    	height: inherit;
	}
}

/*====================================================================
 mailMagazineSubscribe（メールマガジン）
====================================================================*/
.mailMagazineSubscribe_container {
	color: #252525;
	font-size: 14px;	    
	width: 90%;
	max-width: 580px;  
	margin: 0 auto 50px;
	padding: 20px 15px;
	background-color: #eee;
	border-radius: 2px;
	box-sizing: border-box;
}
.mailMagazineSubscribe_title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.mailMagazineSubscribe_text,
.mailMagazineSubscribe_title {
	text-align: center;
	line-height: 22px;
	word-break: break-word;
}
.mailMagazineSubscribe_text {
	white-space: pre-wrap;
	margin: 0 auto 10px !important;
}
.mailMagazineSubscribe_field {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-column-gap: 9px;
	column-gap: 9px;
}
.mailMagazineSubscribe_input {
	max-width: 240px;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 12px !important;
	margin-bottom:0 !important;
	background-color: #fcfcfd;
}
.mailMagazineSubscribe_input::-webkit-input-placeholder {
	color: #333;
}
.mailMagazineSubscribe_input::placeholder {
	color: #ddd;
}
.mailMagazineSubscribe_submit {
	width: 95px;
	height: 40px;
	color: #fff;
	font-weight: 700;
	border-radius: 4px;
	background-color: #666;
	margin-bottom:0 !important;
	border-style: none;
	cursor:pointer;
}
.mailMagazineSubscribe_submit:disabled {
	opacity: .6;
}
.mailMagazineSubscribe_confirm {
	text-align: center;
}
.mailMagazineSubscribe_confirm span {
	white-space: pre-wrap;
}
@media screen and (max-width: 767px){
	.mailMagazineSubscribe_container {
	  margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px){
	.mailMagazineSubscribe_container {
	  margin-bottom: 30px;
	}
	.mailMagazineSubscribe_title {
		font-size: 15px;
	}
}
