@charset "utf-8";

/* Offcanvas
 ========================================================================== */
.offcanvas {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	touch-action: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7) url(http://www.ala-mode.jp/newindex/img/leftmenuicon_close.png) no-repeat 310px 0px;
}
.offcanvas.active {
	display: block;
}
.offcanvas-body.offcanvas-body-left {
	position: fixed;
	overflow-y: hidden;
	margin-left: 310px;
}
.offcanvas-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 1001;
	width: 310px;
	max-width: 100%;
	background: #b7aca7;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-scroll-chaining: none;
}
.offcanvas-sidebar.offcanvas-sidebar-left {
	left: 0;
	right: auto;
	margin-left: -310px;
	-ms-transition: margin-left .1s;
	transition: margin-left .1s;
}
.offcanvas-sidebar.offcanvas-sidebar-left.active {
	margin-left: 0;
	-ms-transition: margin-left .1s;
	transition: margin-left .1s;
}
/* Fixnav
 ========================================================================== */
.offcanvas-header {
	width: 100%;
	background-color: #fff;
}
nav.fixed #js-fixed {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
}
#js-fixnav {
	position: relative;
	/*height: 65px;*/
	height: 60px;
	transition: all .3s;
}
#js-fixnav > .h1 {

	margin: -15px 0px 0px 0px;

	text-align: center;
	line-height: 1.0em;
	transition: all .3s;
}

#js-fixnav > .h1 img{
	/*width: 177px;*/
	/*width: 210px;
	height:58px;*/
	width: 254px;
	height:49px;
}



#js-fixnav > h1 {
/*
    margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: 1.3em;
*/

	left:80px;
	top: 20px;
	line-height: 1.0em;
	display: inline-block;
	position: relative;


}
#js-fixnav > h1 p{
	font-size: 12px;
}

#js-fixnav > h1 img{
	/*width: 210px;
	height:58px;*/
	width: 254px;
	height:49px;
}

#js-fixnav > ul {
	position: absolute;
	top: 0;
}

/**************** naibu *********************/

#js-fixnav_naibu {
	position: relative;
	height: 60px;
	transition: all .3s;
}
#js-fixnav_naibu > .h1 {

	margin: -15px 0px 0px 0px;

	text-align: center;
	line-height: 1.0em;
	transition: all .3s;
}

#js-fixnav_naibu > .h1 img{
	width: 254px;
	height:49px;
}

#js-fixnav_naibu > h1 {
	left:-400px !important;
	top: 20px !important;
	line-height: 1.0em !important;
	display: inline-block !important;
	position: relative !important;
}

#js-fixnav_naibu > h1 p{
	font-size: 12px;
}

#js-fixnav_naibu > h1 img{
	width: 254px;
	height:49px;
}

#js-fixnav_naibu > ul {
	position: absolute;
	top: 0;
}
/**************** naibu end*********************/

/****************eledool*********************/

#js-fixnav_eledool {
	position: relative;
	height: 60px;
	transition: all .3s;
}
#js-fixnav_eledool > .h1 {

	margin: -15px 0px 0px 0px;

	text-align: center;
	line-height: 1.0em;
	transition: all .3s;
}

#js-fixnav_eledool > .h1 img{
	width: 254px;
	height:49px;
}

#js-fixnav_eledool > h1 {
	left:-400px !important;
	top: 20px !important;
	line-height: 1.0em !important;
	display: inline-block !important;
	position: relative !important;
}

#js-fixnav_eledool > h1 p{
	font-size: 12px;
}

#js-fixnav_eledool > h1 img{
	width: 254px;
	height:49px;
}

#js-fixnav_eledool > ul {
	position: absolute;
	top: 0;
}
/**************** eledool end*********************/

/**************** sawa *********************/

#js-fixnav_sawa {
	position: relative;
	height: 60px;
	transition: all .3s;
}
#js-fixnav_sawa > .h1 {

	margin: -15px 0px 0px 0px;

	text-align: center;
	line-height: 1.0em;
	transition: all .3s;
}

#js-fixnav_sawa > .h1 img{
	width: 254px;
	height:49px;
}



#js-fixnav_sawa > h1 {
	left:80px !important;
	top: 20px !important;
	line-height: 1.0em !important;
	display: inline-block !important;
	position: relative !important;
}

#js-fixnav_sawa > h1 p{
	font-size: 12px;
}

#js-fixnav_sawa > h1 img{
	width: 254px;
	height:49px;
}

#js-fixnav_sawa > ul {
	position: absolute;
	top: 0;
}
/**************** sawa end *********************/




#js-ocbtn-l {
	left: 12px;
	cursor: pointer;
}
#js-ocbtn-r {
	right: 6px;
}
#js-ocbtn-r > li {
	display: inline-block;
	position: relative;
}
#js-ocbtn-r > li > a {
	display: block;
	padding: 0 6px;
}
#js-ocbtn-r > li.uk-open > a:after {
    content: "";
    position: absolute;
	z-index: 1021;
    margin-left: -6px;
	bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 0 6px 8px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5;
}

#js-ocbtn-r-bot {
	right: 65px;
}
#js-ocbtn-r-bot > li {
	font-size:12px;
	display: inline-block;
	position: relative;
	line-height:1.1em;
	padding: 13px 6px 0px 6px;
}

/*******************************************************　sp ***********/

@media (min-width: 1350px) {

#js-fixnav {
	/*height: 85px;*/
	top: 0;
	height: 60px;
}

nav:not(.fixed) #js-fixnav {
}
nav:not(.fixed) #js-fixnav > h1 {
}

#js-fixnav > .h1 {

	margin: -15px 0px 0px 0px;

	text-align: center;
	line-height: 1.0em;
	transition: all .3s;
}



#js-fixnav > .h1 img{
	margin-top:20px;	
	width: 254px;
	height:49px;
}
#js-fixnav_naibu .h1{


}



#js-ocbtn-l {
	left: 16px;
}
#js-ocbtn-l:hover {
	color: #1677cb;
}
#js-ocbtn-r {
	right: 4px;
}
#js-ocbtn-r > li > a {
	padding: 0 12px;
}




}
/* Pcnav
 ========================================================================== */
#js-pcnav .uk-subnav {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #faf6f5;
	border-top:1px solid #cfcdcd;
	border-bottom:1px solid #cfcdcd;
}
#js-pcnav .uk-subnav > li {
	width: 10%;
	text-align: center;
	font-size: 70%;
}
#js-pcnav .uk-subnav > li.menuline {
	width: 1%;
	text-align: center;
	padding-top: 12px;
}

#js-pcnav .uk-subnav > li.blandname {
	text-align: center;
	color: cccccc;
	position: absolute;
	font-size:10px;
	margin-top:1px;
    font-weight:bold;
	left:20.2%;
	width:20%;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:0px 0 0px 0px;
    background-color:#ddd2d1;
    line-height:1.0em;
    border-radius:6px;
}
#js-pcnav .uk-subnav > li.bname {
	text-align: center;
	top:10px;
}


#js-pcnav .uk-subnav > li.search_menu {
	width: 20%;
	text-align: center;
	font-size: 70%;
}
#js-pcnav .uk-subnav > li > a {
	position: relative;
	padding: 4px;
	transition: .3s;
}
/* Hover */
#js-pcnav .uk-subnav > li > a:hover,
#js-pcnav .uk-subnav > li > a:focus,
#js-pcnav .uk-subnav > li.uk-open > a {
	color: #b79b94;
}
#js-pcnav .uk-subnav > li > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 3px;
	background-color: #bca29c;
	transition: .3s;
}
#js-pcnav .uk-subnav > li > a:hover:after {
	width: 100%;
}
#js-pcnav .uk-subnav span {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: -2px;
}

.holiday_background{
	background:url(http://www.ala-mode.jp/pc/header/holiday_back.jpg) ;
}

.free_shipping{
	background:url(http://www.ala-mode.jp/pc/header/freeshoping_bg.jpg) ;
}


/* Ticker
 ========================================================================== */
#ticker-roll {
	padding: 8px 16px;
	font-size: 90%;
	color: #fff;
	background: #444a59;
	overflow: hidden;
}
#ticker-roll ul {
	position: relative;
}
#ticker-roll ul li {
	display: none;
}
/* Alert
 ========================================================================== */
#js-alert {
	padding: 8px 0;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	background: #e5e5e5;
}
#js-alert a {
	color: #f36;
}
#js-alert a:hover {
	text-decoration: underline;
}


/********************** staffcomment **********************

.item-title {
	margin: 80px 0 20px !important; 
}*/
.staffcomment_main {
	font-size: 40px;
	margin: 900px 0px 0px 0px;
	padding: 0;
	text-align:center;
}


.st_title{
	background:#ddd2d1;
	color:#575757;
	height:30px;
	font-size:16px;
	line-height:30px;
	width:100%;
	text-align:center;
	padding-top:3px;
	margin-bottom:5px;
}
#staffcomment table{
	border-collapse: collapse;
	border-spacing: 0;
	border-top:1px solid #acacac;
	border-left:1px solid #acacac;
	border-right:1px solid #acacac;
	
}
#staffcomment td{
	border-bottom:1px solid #acacac;
	font-size:12px;
}
#staffcomment td.sc_gray{
	background-color:#f6f6f6;
	text-align:center;
	width:19%;
	height:20px;
}
#staffcomment td.sc{
	padding-left:5px;
	width:81%;
}
#staffcomment td.sc_pinkgray{
	background-color:#f7f1ef;
}

/********************** spec_table **********************/

.spec_title{
	background:#8c8c8c;
	color:#ffffff;
	height:30px;
	font-size:16px;
	line-height:30px;
	width:100%;
	text-align:center;
	padding-top:3px;
	margin-bottom:5px;
}
#spec_table table{

	border-collapse: collapse;
	border-spacing: 0;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;

}
#spec_table td{
	border-bottom:1px solid #acacac;
	font-size:13px;
	padding: 5px 5px 5px 5px;
	line-height:2.0em;
}
#spec_table td.spc_grayL{
	background-color:#f6f6f6;
}
#spec_table td.spc_grayR{
	background-color:#f6f6f6;
	width:81%;
}
#spec_table td.spc_pinkgrayL{
	background-color:#f7f1ef;
}
#spec_table td.spc_pinkgrayR{
	background-color:#f7f1ef;
	width:81%;
}

/********************** tateobi ***********************/
#tateobi {
    position: fixed;
    bottom: 100px;
    right: 0px;
    font-size: 77%;
}
#tateobi a {
    text-align: center;
    display: block;
}
#tateobi a:hover {
    text-decoration: none;
    background: #999;
}



/* Footer
 ========================================================================== */
footer {
	background: #faf6f5;
}
#js-footer {
	background: #eee8e3;
}
#js-bnr {
	margin-bottom: 40px;
}
#js-address {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}
#js-address .js-logo,
#js-address .js-tel {
	font-size: 24px;
	font-size: 2.4rem;
}
#js-address .js-tel {
	margin-top: 16px;
}
#js-address .js-tel:before {
	margin-right: 4px;
	font-family: icomoon;
}
a[href^="tel:"] {
	cursor: text;
}
#js-address .js-sns {
	margin: 16px 0 32px;
}
#js-address .js-sns li {
	display: inline-block;
}
#js-address .js-copyright {
	font-size: 10px;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 1px;
}
/* Pagetop
 ========================================================================== */
#js-pagetop {
	font-size:10px;
	display: block;
	position: fixed;
	z-index: 980;
	bottom: -60px;
	right: 16px;
	width: 50px;
	height: 44px;
	padding-top:6px;
	line-height: 1.2em;
	border-radius: 50%;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	text-align: center;
	transition: .3s;
}
#js-pagetop:hover {
	background: rgba(0, 0, 0, 1);
}
/* Icon
 ========================================================================== */
@font-face {
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: "icomoon";
}



/* ???i?y?[?W?T?C?Y?\
 ========================================================================== */


@media screen and (max-width: 480px) {
/*?@?譁ﾊ?T?C?Y??480px?܂ł͂????ﾇ?ݍ??ށ@?X?}?z*/
/*** ?T?C?Y ***/
.ps_details_op {
	border-top: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	margin: 0px 10px 0px 10px;
}
.line-1-6 li {
    float: left;
    width: 16%;
}
.test-1-2 div {
	text-align:center;
	height:50px;
	line-height:50px;
	letter-spacing: -1px;
	}

.ps_dtitle_line{
	border-bottom: 1px solid #8c8c8c;

}

.fit {
	width:70% !important;
}
}

@media screen and (min-width:480px) {
/*?@?譁ﾊ?T?C?Y??480px???轤ﾍ?????ﾇ?ݍ??ށ@*/
/*** ?T?C?Y ***/
.line-1-6{
    width: 200px;
}
.test-1-2 div {
    float: left;
    width: 50%;
	border-bottom: 1px dotted #8c8c8c;
}
.s1ss {
    width: 100%;
	border-top: 1px dotted #8c8c8c;
}
.ps_details_op {
	margin-top:50px;
}




}

#product_details .ps_title {
	background-color:#929292;
	color:#FFFFFF;
	padding:5px 5px 5px 15px;
	font-weight:bold;
	width:100%;
}
#product_details table.detail {
	margin:15px 0px;
	width:100%;
	text-align:center;
	border-top:2px solid #575757;
	border-bottom:2px solid #575757;
}

#product_details table.detail th {
	border-bottom:1px solid #ADADAD;
	padding:10px 0px;
   	text-align:center;
    font-weight:bold;
    width:25%;
	font-size:14px;
}
#product_details table.detail tr {
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
}

#product_details table.detail td {
   	text-align:left;
	padding:10px 0px;
	font-size:14px;
}

#product_details p.caution {
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:14px;
	color:#DC0003;
}
#product_details  p.model {
	margin:15px auto;
	padding:0px;
	width:90%;
}
.pd_t_img{
	border: 2px solid transparent !important;
	text-align:center;
}

