@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat');


/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
    padding:0;
    border:0;
    outline:0;
	word-break: break-all;
	font-family:  'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
a {
	color: #000;
	outline:none;
    text-decoration:none;
}
li {list-style:none;}
textarea {resize:none; }
img { border:none; vertical-align: bottom; }
button {
	border: none;
	cursor: pointer;
	font-family:  'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
input[type="text"], 
input[type="password"], 
textarea, 
select {
    outline: none;
}

.clear { clear:both; }
.fl { float:left; }
.fr { float:right; }

.sp { display: none; }

.inner {
	width: 1100px;
	margin:auto;
    position: relative;
}


.font11 { font-size:11px !important; }
.font12 { font-size:12px !important; }
.font13 { font-size:13px !important; }
.font14 { font-size:14px !important; }
.font15 { font-size:15px !important; }
.font16 { font-size:16px !important; }
.font17 { font-size:17px !important; }
.font18 { font-size:18px !important; }
.font19 { font-size:19px !important; }
.font20 { font-size:20px !important; }



.mb5   { margin-bottom: 5px !important; }
.mb10  { margin-bottom: 10px !important; }
.mb20  { margin-bottom: 20px !important; }
.mb30  { margin-bottom: 30px !important; }
.mb40  { margin-bottom: 40px !important; }
.mb50  { margin-bottom: 50px !important; }
.mb60  { margin-bottom: 60px !important; }
.mb70  { margin-bottom: 70px !important; }
.mb80  { margin-bottom: 80px !important; }
.mb90  { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }


a,
a img,
.hover-opa a {
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover img,
.hover-opa a:hover {
	 opacity:0.7 !important;
}





/*--------------------------------------------------------
    common
--------------------------------------------------------*/
body#home { position: relative; }

.inner {
    width: 1000px;
	overflow: hidden;
    box-sizing: border-box;
    margin:auto;
    position: relative;
}

.cmn-ttl {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
}

/* ----------------------------
   header
-----------------------------*/
/* top */
#global-header .top .inner {
	height: 80px;
}
#global-header .top .inner h1 {
    position: absolute;
    left: 0;
    top: 16px;
}
#utility-nav {
    text-align: center;
    margin-top: 40px;
}
#utility-nav li {
    display: inline;
    font-size: 13px;
    letter-spacing: 0.03em;
}
#utility-nav li:before {
    content: '|';
    margin-right: 5px;
}
#utility-nav li:first-child:before {
    content: '';
    margin-right: 0;
}
#sub-nav {
    position: absolute;
    right: 0;
    top: 25px;
}
#sub-nav li {
    float: left;
    margin-left: 10px;
}

/* mdl */
#global-header .mdl {
	background: url(../images/cmn_bg01.png);
	overflow:hidden;
	padding: 15px 0;
}
#global-header .mdl .inner {
	height: 90px;
    padding-right: 110px;
}
#global-header .mdl-top {
	overflow: hidden;
	margin-bottom: 10px;
}
#global-header .mdl-top .mdl-top-bnr {
	float: left;
	width: 372px;
}
#global-header .mdl-top .mdl-top-search {
	float: right;
	width: 496px;
	overfloat: hidden;
}
#global-header .mdl-top .mdl-top-search .search-txt {
    width: 406px;
	height: 47px;
	box-sizing: border-box;
	border: soldi 1px #ccc;
	background: #fff;
	float: left;	
}
#global-header .mdl-top .mdl-top-search .search-btn {
    display: block;
	width: 90px;
	line-height: 47px;
	height: 47px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border: none;
	background: #555555;
	float: right;	
}
#global-header .mdl-top .mdl-top-search .search-btn:before {
	content: url(../images/icon_search_s.png);
	vertical-align:middle;
	margin-right:5px;
}

#global-header .mdl-btm .ttl {
	width: 110px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	background: #000;
	color: #fff;
	float: left;
}
#global-header .mdl-btm ul {
	float:left;
}
#global-header .mdl-btm ul li {
	font-size: 13px;
	line-height: 30px;
	float:left;
	margin-left: 20px;
}

#global-header .mdl .inner .to-cart {
    display: block;
    font-size: 15px;
    font-weight: bold;
    width: 90px;
    height: 90px;
    padding-top: 60px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: #000 url(../images/icon_cart_l.jpg) no-repeat 20px 10px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
}


/* main-category */
#main-category li {
	width: 9.09%;
	height: 90px;
	text-align:center;
	float: left;
}
#main-category li a {
	font-size: 13px;
	color: #333333;
}
#main-category li .icon {
	display: block;
    line-height: 50px;
	margin-bottom: 10px;
}
#main-category li .icon img {
	vertical-align: bottom;
}


/* slider */
#sliderArea {
	overflow: hidden;
	margin-bottom: 20px;
}
#sliderArea img {
	max-width: 100%;
}
#sliderImg {
    width: 807px;
	height: 384px;
    float: left;
}
#sliderThumb {
    width: 183px;
    float: right;
}
#sliderThumb li {
	margin-bottom: 11px;
}
#sliderThumb li:nth-child {
	margin-bottom: 0;
}
#sliderThumb li a {
	display: block;
	opacity: 0.5;
}
#sliderThumb li a.active {
	opacity: 1;
}



/* PICK UP ITEMS */
#pickupArea ul {
    overflow: hidden;
}
#pickupArea img {
	max-width: 100%;
	height: auto;
}
#pickupArea .top {
	margin-bottom: 10px;
}
#pickupArea .top li {
	width: 324px;
	float: left;
	margin-left: 14px;
}
#pickupArea .top li:first-child {
	margin-left: 0;
}
#pickupArea .btm li {
	width: 90px;
	float: left;
	margin-left: 10.999px;
}
#pickupArea .btm li:first-child {
	margin-left: 0;
}
#pickupArea .btm li a {
    display: block;
    border: solid 1px #efefef;
}



/* ----------------------------
   sidebar
-----------------------------*/
#sidebar {
	width: 200px;
}
#sidebar .side-box {
	margin-bottom: 20px;
}
#sidebar .side-ttl{
	font-size: 16px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.03em;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
	background: #e0e0e0;
}

/*search*/
#side-search .search {
	overflow: hidden;
}
#side-search .search .search-txt {
	box-sizing:border-box;
	width: 160px;
	height: 26px;
	padding-left: 5px;
	border: solid 1px #555555;
	float: left;
}
#side-search .search .search-btn {
	display: block;
	width: 40px;
	height: 26px;
	float: right;
    background: #555555 url(../images/icon_search_s.png) no-repeat center;
}

/*category*/
#side-category .catList .cat-ttl {
	font-size: 13px;
	line-height: 30px;
    padding-left: 40px;
    border-top: dotted 1px #000;
}
#side-category .catList li.has-sub .cat-ttl:after {
    cursor: pointer;
	content: url(../images/arrow.png);
	position:absolute;
	right:0;
}
#side-category .catList .cat-ttl .icon {
	display: block;
	width: 40px;
	text-align:center;
	position:absolute;
	left:0;
}
#side-category .catList .cat-ttl .icon img {
	vertical-align: middle;
	height :16px;
	width: auto;
}

#side-category .catList ul {
    border-top: dotted 1px #000;
	display: none;
}
#side-category.ver2 .catList ul {
	display:block;
}
#side-category .catList ul li {
	font-size: 13px;
	line-height: 30px;
	padding-left: 36px;
}



/*media*/
#side-media ul li {
	margin-bottom: 10px;
}
#side-media .add-mailmag {
	border: solid 2px #000;
}
#side-media .add-mailmag .mailmag-form {
	padding: 10px;
}
#side-media .add-mailmag .mailmag-form p {
    font-size: 13px;
	margin-bottom: 10px;
}
#side-media .add-mailmag .mailmag-form .ipt-mail {
	box-sizing:border-box;
	width: 100%;
	height:30px;
	margin-bottom: 10px;
	padding-left:10px;
	border: solid 1px #ccc;
}
#side-media .add-mailmag .mailmag-form #add-btn {
    display: block;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	line-height:30px;
	text-align:center;
	color: #fff;
	background: #bb0000;
}

/* infomation */
#side-info ul {
	border-top: dotted 1px #000;
}
#side-info ul li {
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	border-bottom: dotted 1px #000;
}
#side-info ul li:last-child {
	margin-bottom: 0;
}

/* calendar */
#calendarArea p {
	font-size: 12px;
	margin-bottom: 10px;
}

/* inquiry */
#side-inquiry h3 {
	border-top: solid 2px #000;
	line-height:25px;
	font-size: 14px;
	text-align:center;	
}
#side-inquiry .tel {
	text-align:center;
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
	padding: 15px 0;
	margin-bottom: 20px;
}
#side-inquiry .txt {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	margin-bottom: 10px;

}

/* ----------------------------
   footer
-----------------------------*/
#global-footer {
	padding-top: 30px;
	background: url(../images/cmn_bg01.png);
}
#global-footer .ft-top {
	text-align:center;
	margin-bottom: 90px;
}
#global-footer .ft-mdl {
	margin-bottom: 40px;
}
#global-footer .ft-mdl .ft-infoLIst {
    overflow: hidden;
}
#global-footer .ft-mdl .ft-infoLIst li {
    width: 220px;
	height: 255px;
	margin-left: 40px;
	float: left;
	position: relative;
}
#global-footer .ft-mdl .ft-infoLIst li:first-child {
	margin-left: 0;
}
#global-footer .ft-mdl .ft-infoLIst li h3 {
	font-size: 14px;
	margin-bottom: 20px;
}
#global-footer .ft-mdl .ft-infoLIst li h4 {
	font-size: 12px;
}
#global-footer .ft-mdl .ft-infoLIst li p {
	font-size: 12px;
	line-height: 1.7;
	margin-bottom: 10px;
}
#global-footer .ft-mdl .ft-infoLIst li p b {
	font-size: 12px;
	font-weight: bold;
}
#global-footer .ft-mdl .ft-infoLIst li .more {
    box-sizing: border-box;
    font-size: 12px;
	font-weight: bold;
    display: block;
    width: 100%;
    line-height: 30px;
    border: solid 2px #555555;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

#global-footer .ft-btm {
	padding: 30px 0;
	border-top: dotted 1px #000;
	text-align:center;
}
#global-footer #ft-nav {
	margin-bottom: 20px;
}
#global-footer #ft-nav li {
    display: inline;
    font-size: 10px;
    margin-left: 10px;
}
#global-footer #ft-nav li:before {
	content: '|';
    margin-right: 10px;
}
#global-footer #ft-nav li:first-child {
    margin-left: 0;
}
#global-footer #ft-nav li:first-child:before {
	content: '';
    margin-right: 0;
}

#global-footer #copyright {
	font-size: 10px;
	line-height: 1;
	margin-bottom: 10px;
}
#global-footer #caution {
	font-size: 10px;
}


/* ----------------------------
   contents
-----------------------------*/

#container{
	overflow: hidden;
	margin: 0 auto 50px;
}
#contents{
	width: 750px;
	float: right;
}


/* feature */
#featureArea ul {
	overflow: hidden;
}
#featureArea li {
	width: 367px;
	margin-bottom: 10px;
}
#featureArea li:nth-child(odd) {
	clear: both;
	float: left;
}
#featureArea li:nth-child(even) {
	float: right;
}
#featureArea li:last-child {
	margin-bottom: 30px;
}


/* ranking */
#rankingArea ul {
	overflow: hidden;
	margin-bottom: 30px;
}
#rankingArea li {
    width: 142px;
	margin-left: 10px;
	float: left;
}
#rankingArea li:first-child {
	margin-left: 0;
}
#rankingArea li a {
	display: block;
}
#rankingArea li .rank {
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.03em;
	line-height:1;
	margin-bottom: 5px;
}
#rankingArea li img {
	margin-bottom: 10px;
	width: 100%;
}
#rankingArea li .item-name {
    font-size: 12px;
	color: #333333;
	line-height: 1.5;
	margin-bottom:5px;
}
#rankingArea li .item-price {
	font-size: 13px;
	font-weight: bold;
}
#rankingArea li .deliver:before {
	color: #bb0000;
	content: '送料無料';
	margin-right: 5px;
}
#rankingArea li .item-price span {
	font-size: 12px;
}


/* begginer */
#beginnerArea ul {
    overflow: hidden;
    margin: 0 0 20px;
    padding-top: 10px;
}
#beginnerArea ul li {
    width: 25%;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
#beginnerArea ul li img {
    margin-right: 10px;
    vertical-align: middle;
}



/* categoryArea */
#categoryArea {
	overflow: hidden;
}
#categoryArea .catList {
    width: 20%;
	float:left;
}
#categoryArea .catList .cat-ttl {
	font-size: 13px;
	line-height: 30px;
    padding-left: 40px;
	position: relative;
}
#categoryArea .catList .cat-ttl .icon {
	display: block;
	width: 40px;
	text-align:center;
	position:absolute;
	left:0;
}
#categoryArea .catList .cat-ttl .icon img {
	vertical-align: middle;
	height :14px;
	width: auto;
}

#categoryArea .catList > li {
    margin-bottom: 20px;
}
#categoryArea .catList ul li {
	font-size: 12px;
	line-height: 30px;
}
#categoryArea .catList ul li:before {
    content: '-';
    margin-right: 5px;
}
#categoryArea .catList ul li a:hover {
	text-decoration: underline;
}


