@charset "utf-8";


/*================================================
* ブラウザのデフォルトのスタイルをリセット
* ================================================*/
/*主な要素のリセット*/
html, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav{
	margin:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	padding: 0;
}

body{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 100;
	margin-left: 0;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
} 

.news .news_txt .txt {
	font-size: 0.8em;
}

/*HTML5の新要素をブロック化*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
	display:block;
}

/*画像、リスト、表のリセット*/
img, object{
	outline:none;
}


#content .ptxt a {
	display: inline;
}

img{
	border:none;
	vertical-align:bottom;
}
#logo img {
	height: auto;
	width: 100%;
}

ul, ol{
	list-style:none;
}

a{
	display: block;
	color: #000;
}
.footerinfo ul li a {
	display: inline;
}
.footerinfo a {
	display: inline;
}
.news .news_txt .txt a {
	display: inline;
}
.banner .sp_title img {
}



.clear{
	clear:both;
}

.widthFull { width: 100% !important;}

a.linkBlue{ color:#3575b0; text-decoration: underline !important;}

/*■ハック関連*/

/*段落ち回避用ハック*/
.cfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cfix { 
	display: inline-block;
}
/*Hides from IE-mac\*/
*html .cfix{
	height:1%;
}
.cfix{
	display: block
}
/*End hide from IE-mac*/

/*================================================
* 共通セクションのスタイル
* ================================================*/
html, body{
	height:100%;
	margin: 0px;
	padding: 0px;
}
#container #content .ptxt_img_camp {
	text-align: center;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.2em;
	color:#000000;
	margin: 0px;
	padding: 0px;
	background-color: #fffcfe;
}

/*
* iconList：項目の左側にアイコンを表示するタイプのリスト
*/
ul.iconList{
	border-top: 1px solid #DADADA;
}
ul.iconList li{
	-webkit-background-size:8px 14px;
	-moz-background-size:8px 14px;
	-o-background-size:8px 14px;
	background-size:8px 14px;
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: 95%;
}
ul.iconList li.half{
	width:50%;
	white-space:nowrap;
	float:left;
}
ul.iconList li a{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-background-size:24px 24px;
	   -moz-background-size:24px 24px;
	     -o-background-size:24px 24px;
	        background-size:24px 24px;
	display:block;
	padding:18px 20px 18px 8px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	color:#000;
	text-decoration:none;
	line-height:1em;
}

ul.iconList li.half a{
	padding:0;
}

ul.iconList a.borNo{
	border-right: none;
}


/*
* リンク系のul/olに設定する補助スタイル：text-overflow:ellipsis
*/
.ellipsis li a{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/*================================================
* ヘッダー
* ================================================*/
header{
	position:relative;
//	padding: 5px 5px 0;
}

header h1{
	margin-bottom: 5px;
}

#content #mainImages {
	margin-top: 5px;
	margin-bottom: 10px;
}


/*================================================
* ナビ
* ================================================*/
ul.navi {
	border-top: 1px solid #6cb8f3;
}

ul.navi li{
	background-color: #6cb8f3;
	float: left;
	width: 20%;
	height: 58px;
	text-align: center;
	padding-top: 2px;
}

ul.navi li a{
	border-right: 1px solid #6cb8f3;
	display: block;
}

ul.navi li .on{
	background-color: #fff;
	display:none;
}

div#Btmlist{
	overflow:hidden;
}
div#Btmlist ul.iconList{
}
div#Btmlist ul.iconList li{
	width:50%;
	white-space:nowrap;
	float:left;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 95%;
}

    #showcase{
        margin: 0 auto;
        overflow: hidden;
        width: 320px;
    }
    #showcase .flipsnap{
        width: 1250px;
    }
    #showcase .item {
        float: left;
        height: 180px;
        width: 320px;
    }
    #showcase .item img {
        height: 180px;
        width: 320px;
}


#content .rank .rank_title img {
	height: auto;
	width: 100%;
}

.rank ul:last-of-type {

}
#content .rank {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 0.7em;
}
.banner {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
}
.banner .sp_title img{
	height: auto;
	width: 100%;
}

.banner ul {
	display: table;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.banner ul:last-of-type {

}
.banner li {
	display: table-cell;
	width: 50%;
	text-align: center;
}
.news {
	padding-top: 10px;
	padding-bottom: 10px;
}

.news .news_title img {
	height: auto;
	width: 100%;
}
.news .news_txt {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.2em;
}
.news .news_txt .sub {
	color: #AE277D;
	margin-bottom: 3px;
	margin-top: 2px;
	font-weight: bold;
}
.news .news_txt .oldnews {
	text-align: right;
}
.foot_con img {
	height: auto;
	width: 100%;
}

.footerinfo {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 80%;
	line-height: 20px;
	padding-bottom: 20px;
}
.copyright {
	text-align: center;
	font-size: 80%;
	padding-bottom: 80px;
	clear: both;
	margin-bottom: 80px;
}

.footerinfo ul {
	display: table;
	width: 95%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footerinfo ul:last-of-type {

}
.footerinfo li {
	display: table-cell;
	width: 20%;
}
.section.new_arrival .heading_style01 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: bold;
}
.section.new_arrival .heading_style02 {
	color: #ec5285;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-weight: bold;
}
.section.new_arrival .ptxt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content .ptxt2 {
	font-size: 0.8em;
	margin: 5px;
}
#content .ptxt {
	margin: 5px;
	line-height: 1.5em;
}
#content .ptxt_img2 {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}



/* flexbox リスト */
.box_list {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #06C;
}
.box_list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F30;
	
}
.box_list li,
.box_list li a {
	display: -webkit-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	position: relative;
}
.box_list li:nth-child(n+3) {

}

/* 新着商品 */
.new_arrival figure {
	width: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	line-height: 0;
}
.new_arrival figure img {
	width: 100%;
	height: auto;
}
.new_arrival .icon-right-open:after {
	top: 37%;
}
.new_arrival .info {
	width: 70%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5;
}
.new_arrival .info h2 {
	font-size: 87.5%;
	margin-bottom: 3px;
}
.new_arrival .info p {
	font-size: 87.5%;
}
.info #design {
	color: #36C;
}
.sns_bn {
	margin-top: 10px;
	margin-bottom: 5px;

}
.both {
	clear: both;
}

.price {
	color: #F30;
}


.sns_bn ul {
	display: table;
	width: 40%;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
}

.sns_bn li {
	display: table-cell;
	width: 15%;
	text-align: center;
}
.section.new_arrival .ptxt_img1 {
	text-align: center;
}

.sample_img ul {
	display: table;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sample_img li {
	display: table-cell;
	width: 50%;
	text-align: center;
}
#content .next {
	text-align: center;
}

#content .next a {
	display: inline;
	-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
	box-shadow:inset 0px 39px 0px -24px #e67a73;
	background-color:#e4685d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	margin-top: 12px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}	
	
div#cplist_photo{
	overflow:hidden;
}
div#cplist_photo ul.iconList{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
div#cplist_photo ul.iconList li{
	width:100%;
	white-space:nowrap;
	float:left;
	background-image: url(../img/bg_st.png);
	background-repeat: repeat;
	background-position: 95%;
	background-color: #FFECFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-bottom: 10px;
}
#container #content .item_icon {
	text-align: center;
}
#content .ptxt p #txt_blue {
	background-color: #bae2f8;
	padding: 2px;
	margin-bottom: 3px;
}
#content .ptxt p #txt_green {
	background-color: #dadf00;
	padding: 2px;
	margin-bottom: 3px;
}
#content .ptxt p #txt_pink {
	background-color: #f09dc1;
	padding: 2px;
	margin-bottom: 3px;
}
#content .calc {
	text-align: center;
}



.share_bn ul {
	display: table;
	width: 60%;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
}
#content .share_bn .line {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	width: 90px;
}


.share_bn li {
	display: table-cell;
	width: 20%;
	text-align: center;
}
#container #content .share_bn .line {
	clear: both;
}
#container #content .share_bn {
	clear: both;
}

.section.new_arrival .ptxt_img1 {
	text-align: center;
}

#content .itemtxt {
	margin: 5px;
	line-height: 1.5em;
}
#container #content .cell table tr #cell_l {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#container #content .item_pic {
	text-align: center;
}
#container #content .item_title {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F9C;
	background-image: url(../item/star.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
}
#container #content .calc_img {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
#container #content .item_icon {
	margin: 5px;
}



div#cplist{
	overflow:hidden;
}
div#cplist ul.iconList{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
div#cplist ul.iconList li{
	width:100%;
	white-space:nowrap;
	float:left;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-color: #F5E8FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-bottom: 10px;
}

.photobook {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
}
.photobook .sp_title img{
	height: auto;
	width: 100%;
}

.photobook ul {
	display: table;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.photobook ul:last-of-type {

}
.photobook li {
	display: table-cell;
	width: 50%;
	text-align: center;
	font-size: 0.8em;
}

footer{
	width: 100%;
	position: fixed;
	bottom: 0;
}