@charset "utf-8";

/*====================================================================
 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;
}

/*====================================================================
 mainHeader
====================================================================*/
#mainHeader{
    width: 100%;
}
#mainHeader .headerCol {
	width:960px;
	margin:0 auto;
	position:relative;
}
#logoBox h1 {
	padding-top:10px;
}
#logoBox h1 a {
    display: block;
    font-size: 40px;
    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;
}
#logoBox h1 a:hover {
    opacity: 0.4;
}
#logoBox h1 img {
    max-width: 100%;
}
#mainHeader .headerCol #mainNavi #main_navigation ul {
    font-size: 16px;
	width:100%;
	width:750px;
    text-align: left;
}
#mainHeader .headerCol #mainNavi #main_navigation li {
    color: #222;
    overflow: hidden;
    max-width: 400px;
    margin: 0;
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
	
}
#mainHeader .headerCol #mainNavi #main_navigation li .mainHeaderNavColor {
    color: #333;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:0.1em;
	padding:10px;
	display:block;
}
#mainHeader .headerCol #mainNavi .sitelink {
	overflow:visible !important;
	padding-top:10px !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 .menubtn {
    cursor: pointer;
    display: none;
	width:24px;
	margin:0;
}

/*====================================================================
 category
====================================================================*/
#category {
	width:100%;
}
#category .categoryList ul {
    overflow:hidden;
	width:958px;
	margin:30px auto;
}
#category .categoryList ul li {
    display: block;
	float:left;
	width:20%;
	padding:10px 0;
	cursor:pointer;
}
#category .categoryList ul li ul.appsItemCategoryTag_lowerchild {
	width: 192px;
	position:absolute;
	margin: 0 auto;
	display:none;
	margin-top: 10px;
	z-index: 100;
}
#category .categoryList ul li:hover > ul.appsItemCategoryTag_lowerchild {
    display: block;	
}
#category .categoryList ul li ul.appsItemCategoryTag_lowerchild li {
	width: 100%;
	float: none;
}
#category .categoryList ul li ul.appsItemCategoryTag_lowerchild li:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*====================================================================
 categoryBox
====================================================================*/
#categoryBox {
	margin-top:20px;
}
#categoryBox .categoryTitle01 {
	text-align:center;
	margin-bottom:20px;
	font-size:16px;
}
#categoryBox ul {
	text-align:center;
	margin-bottom:40px;
	font-size:12px;
	line-height: 2.0em;
}
#categoryBox ul li {
	display: inline-block;
	margin: 0 10px;
}
#categoryBox ul li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*====================================================================
 fullSlideShow
====================================================================*/
/* fullSlideShow
--------------------------- */
.fullSlideShow {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	z-index: -10;
}
.fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
    position: fixed; /* absolute or fixed */
    overflow: hidden;
}
.fullSlideShow ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}
.fullSlideShow ul li img {
    width: 100%;
}
 
 
/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
display:none;
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
display:none;
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}
 
 
/* PagiNation
--------------------------- */
.pagiNation {
	display:none;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: fixed; /* absolute or fixed */
    z-index: 110; /* 非表示にする場合は「90」以下に */
    visibility: visible; /* 非表示にする場合は「hidden」に */
}
 
.pagiNation a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #000;
}
.pagiNation a.pnActive {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
/* Wrapper
--------------------------- */
#wrapper {
    width: 100%;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 120;
}
 
.contents {
    padding: 30px 50px 50px 50px;
}
.contents p {
    padding-bottom: 3em;
    line-height: 180%;
}
 
/* =======================================
    ClearFixElements
======================================= */
.fullSlideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.fullSlideShow ul {
    display: inline-block;
    overflow: hidden;
}

/*====================================================================
 recommend
====================================================================*/
#recommend {
	width:880px;
	margin:0 auto 0;
	padding: 35px 40px 15px;
}
#recommend #mainSlide .slick-slide {
	margin:0 10px;
}

/*====================================================================
 info
====================================================================*/
#info {
	width:960px;
	margin:0 auto 0;
	padding: 50px 0 30px;
	overflow:hidden;
}
#info .txt {
	width:450px;
	float:left;
	font-size:14px;
	text-align:left;
}
#info .pht {
	width:480px;
	float:right;
}

/* ---------------------------------------- 
 - 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;
	text-align:center;
	padding:20px 0;
}

#mainFooter ul.clearfix {
    width: 960px;
    margin: 0 auto;
    padding: 25px 0 15px;
}

#mainFooter ul.clearfix li{
    font-size: 12px;
    margin-right: 40px;
	display:inline-block;
	vertical-align: middle;
}
#mainFooter ul.clearfix li a{
    text-decoration: none;
    color: #808080;
}
#mainFooter ul.clearfix 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{
}
#mainFooter .sns{
  float: left;
}
#mainFooter ul.snsBox li img {
    width: 100%;
}
#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;
}
#mainFooter ul.snsBox li {
	width:17px;
	display:inline-block;
	padding-left:16px;
}


/*====================================================================
 about: 詳細ページ
====================================================================*/

.main {
    width: 960px;
    height: auto;
    margin: 0 auto 30px;
    background: #fff;
}

.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: 15px;
}
.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: #333;
	font-size:12px;
}
.template #category-menu .category-list ul a{
    color: #333;
}


/**
 * 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:0 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: 475px;
    width: 475px;
}
.bxslider{

}
.bxslider .img_box{
    height: 475px;
    line-height: 475px;
    text-align: center;
    vertical-align: middle;
    width: 475px;

}
.bxslider .img_box img{
    max-height: 475px;
    max-width: 100%;
    vertical-align: middle;
}
#bx-pager{
    margin-top: 10px;
    overflow: hidden;
}
#bx-pager a{
    float: left;
    max-height: 80px;
    max-width: 80px;
    margin-left: 15px;
}
#bx-pager a:first-child {
    margin-left: 0;
}
#bx-pager .small_img_box{
    cursor: pointer;
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 80px;
    vertical-align: middle;
}
#bx-pager .small_img_box img{
    max-height: 80px;
    max-width: 80px;
    vertical-align: middle;
}

/*====================================================================
 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(/i/controls.png) no-repeat -52px 0;
}
#cboxContent button {
    border: none;
}
#cboxContent {
	padding:0 0 10px;
}


/* Wrapper
--------------------------- */
#wrapper {
    width: 100%;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 120;
}
 
.contents {
    padding: 30px 50px 50px 50px;
}
.contents p {
    padding-bottom: 3em;
    line-height: 180%;
}
 
/* =======================================
    ClearFixElements
======================================= */
.fullSlideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.fullSlideShow ul {
    display: inline-block;
    overflow: hidden;
}

/*====================================================================
 Faq_content
====================================================================*/
#Faq_content {
	text-align:left;
	font-size:13px;
	width:95%;
}
#Faq_content h2 {
	font-size:13px;
	padding:15px 0 25px;
	margin:0;
	text-align:left !important;
}
#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;
}

/*====================================================================
 facebook
====================================================================*/
.container .facebook {
	padding-left:10px;
}

/*====================================================================
 for sp
====================================================================*/
@media screen and (max-width: 768px){
	#Shoulder .shoulderCol {
	width:94%;
	}
	#Shoulder .shoulderCol p {
		width:300px;
	}
	#mainHeader #logo {
		padding-left:20px;
	}
	#mainHeader .headerCol #mainNavi #main_navigation .menubtn {
    		display: block;
		    float: left;
    		padding: 17px 20px 0;
	}
	#mainHeader .headerCol #mainNavi #main_navigation > ul {
    		display: none;
		clear:both;
		position: absolute;
    		bottom: 48px;
		background:#fff;
		width:100%;
	}
	#mainHeader.fixed .headerCol #mainNavi #main_navigation > ul {
    		top: 48px;
		bottom:initial;
		width:100%;
	}
	#mainHeader .headerCol #mainNavi {
		width:100%;
	}
	#mainHeader .headerCol #mainNavi #main_navigation li {
		text-align: center;
		max-width:100%;
		margin: 0;
		padding: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 !important;
		cursor: pointer;
		display:block;
	}
	#category .categoryList ul {
    		border: none;
    		padding: 0 0;
    		cursor: pointer;
    		margin: 0 auto;
		width: 94%;
	}
	#category .categoryList ul li {
    	width: 50%;
	}
	#category .categoryList ul li ul.appsItemCategoryTag_lowerchild {
		width: 47%;
	}
	#categoryBox ul {
	margin-bottom:0;
	}
	#mainHeader .headerCol #mainNavi .sitelink a {
		border-radius: 0;        /* CSS3草案 */  
    	-webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
    	-moz-border-radius: 0;   /* Firefox用 */
	}
	#mainHeader .headerCol {
    	width:100% !important;
	overflow:visible;
	padding-bottom: 11px;
	}
	#mainHeader .headerCol #mainNavi #main_navigation li {
	display:block;
	text-align:center;
	margin:0;	
	}
	.tempTop #main_navigation {
	height:auto;
	}
	.template #category-menu:hover .category-list {
		position:static;
		display:none;
		line-height: 0;		
	}
	#logoBox h1 {
    	padding-top:10px;
	}
	#logoBox h1  img{
    	max-width:100%;
	}
	#products {
    width: 94%;
    margin: 0 auto;
    text-align: left;
    padding-top: 45px;
    padding-bottom: 0px;
	}
	#mainFooter ul.clearfix {
    width: 94%;
    margin: 0 auto;
    padding: 25px 0 15px;
	}
	#mainFooter ul.clearfix li {
    font-size: 12px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
	}
	#mainFooter ul.clearfix li.boxRight {
	float:none;
	width: 100%;
	}
	#mainFooter .sns.tw, #mainFooter .sns.fb{
		float:none;
		display:inline-block;
		vertical-align:middle;
	}
	#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;
	}
	#info {
	width:94%;
	padding: 25px 0;
	}
	#info .txt {
	float:none;
	width:100%;
	padding: 0 0 15px;
	}
	#info .pht {
	float:none;
	width:100%
	}
	#info .pht img {
	width: inherit;
	}
	#recommend {
	width:80%;
	margin:30px auto 0;
	padding: 25px 7% 10px;
	}
	#recommend #mainSlide .slick-slide {
	margin:0 1%;
	}
	#mainFooter ul.snsBox {
		width:100%;
	}
	.tempDetail .wrapper {
    	padding:30px 0;
		width:94%;
		margin:0 auto;
	}
	.tempDetail .kakaku {
		float: none;
    	margin: 0 auto;
	width:100%;
	}
	.tempDetail section.row {
	    display: block;
		float:none;
		width:100%;
		margin: 0 auto;
		padding:20px 0 0;
	}
	.tempDetail .kakaku .bx-wrapper {
    	width: 100%;
	}
	.tempDetail .kakaku .bxslider li {
		width:100%;
		text-align:center;
	}
	.tempDetail .kakaku .bxslider .img_box {
    	width: 100%;
	}
	#itemDetailBox {
    margin-top: 20px;
    padding: 10px 0 0;
    border-top:solid 1px #ccc;
	}
	#itemDetailBox .txt {
    padding: 10px 0 0;
	}
	#itemDetailBox .pht img {
	width:100%;
	}
	.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){	
	.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用 */
	}
	#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 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;
	}
	#products {
    width: 94%;
    padding-top: 25px;
	}
	#products h2.ttl {
    margin: 0 auto 30px;
	}
	#products .label_image {
		width: 50px;
    	height: inherit;
	}
}