@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");

/*================[GLOBAL]================*/
* {
padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	line-height:1.6;
	color:#333333;
	font-family:"Lucida Grande","¥á¥¤¥ê¥ª",meiryo,"¥Ò¥é¥®¥Î´Ý¥´ Pro W4","Hiragino Maru Gothic Pro","Hiragino Kaku Gothic Pro","£Í£Ó £Ð¥´¥·¥Ã¥¯";
	font-size:12px;
	}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,form,button {
 	padding: 0;
	margin: 0;
	}
	
img {border:none;}
html {overflow-y:scroll;}

/*============[CLEARFIX]============*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {display:inline-block;}
/* End hide from IE mac \*/
* html .clearfix { height: 1%;}
.clearfix {display:block;}
/* End hide from IE mac */

/*================[LINK]================*/
a {color:#ff0099;text-decoration:underline;}
a:visited {color:#ff0099;text-decoration:underline;}
a:hover {background-color:#ff0099;color:#ffffff;text-decoration:none;}
a:active {background-color:#ff0099;color:#ffffff;text-decoration:none;}
a.bgnone {background:none;}


/*================[FONTSIZE]================*/
.f10 {font-size:10px;} * html .f10 {font-size:11px;}
.f12 {font-size:12px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f18 {font-size:18px;}
.txtC {text-align:center!important;}
.txtR {text-align:right;}
.txtL {text-align:left;}
.floatL {float:left;}
.floatR {float:right;}
.lh120 {line-height:1.2}
.lh130 {line-height:1.3}
.pink {color:#ff0099;}
.fwn {font-weight:normal!important;}
.imgvM {vertical-align:middle;}
.gr {color:#999;}
.red {color:#cc0000;}
.bgg {background-color:#ededed;}

/*:::::::::::::::::::::::[LIST]:::::::::::::::::::::::*/
li {list-style-type:none;}
li img {vertical-align:top!important;}
ul.disc li {
	list-style-type:disc;
	margin-left:20px;
	margin-bottom:0.5em;
}


/*:::::::::::::::::::::::[HEADER]:::::::::::::::::::::::*/
#Header {
	width:945px;
	margin:0 auto 30px auto;
}

#Logo {
	width:251px;
	float:left;
}

/*:::::::::::::::::::::::[NAV]:::::::::::::::::::::::*/
#Nav {
	text-align:right;
	float:right;
	width:625px;
}

#Nav li {
	display:inline;
	}
	
	
#Nav li img { vertical-align:top;}


#TopImg a:hover,
#Nav a:hover,
#Category a:hover,
#TopProductsList a:hover
 {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}


/*:::::::::::::::::::::::[TOPICPATH]:::::::::::::::::::::::*/
#TopicPath {
font-size:10px;
margin-bottom:20px;
background-color:#efefef;
padding:5px;
}

#TopicPath a,
.ContentsRBox a,
.ProducListBoxR a
 {
color:#333333!important;
}

#TopicPath a:hover,
.ContentsRBox a:hover,
.ProducListBoxR a:hover
 {
color:#ffffff!important;
}


/*:::::::::::::::::::::::[CONTAINER]:::::::::::::::::::::::*/
#MainContainer {
width:945px;
margin:0 auto;
padding-top:20px;
}

#Contents {
width:725px;
margin:0 auto;
float:left;
margin-right:20px;
margin-bottom:20px;
}

#ContentsL {
width:505px;
margin-right:20px;
float:left;
}

#ContentsR {
width:200px;
float:right;
}


.ContentsRBox {
margin-bottom:35px;
}

.ContentsRMember {
padding:10px;
background:#ffe1f3;
/*border:3px solid #ff0099;*/
}

.ContentsRCart {
padding:10px;
border:3px solid #ff0099;
margin-bottom:10px;
}

#ContentsRR {
width:200px;
float:right;
margin-bottom:20px;
}

#Footer {
width:945px;
clear:both;
padding-top:10px;
}

#FooterL {
float:left;
width:505px;
}

#FooterR {
float:right;
width:420px;
text-align:right;
}

/*:::::::::::::::::::::::[PRIDUCT]:::::::::::::::::::::::*/

#ProducList h2 {
font-size:16px;
color:#FF0099;
margin-bottom:5px;
}

#ProducListSort {
padding:5px;
border:1px solid #eeeeee;
font-size:10px;
margin-bottom:5px;
}

#ProducListPages {
font-size:10px;
margin-bottom:25px;
}

.ProducListBox {
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px solid #eeeeee;
}

.ProducListBoxL {
width:120px;
float:left;
text-align:center;
}

.ProducListBoxR {
width:385px;
float:right;
}

.ProducListBoxR h3 {
font-size:14px;
margin-bottom:5px;
font-weight:bold;
line-height:1.35;
}

.ProducListBoxR p.ProducListPrice {
/*color:#666666;
margin-bottom:5px;*/
}

#ProductDetail h2 {
line-height:1.35;
margin-bottom:10px;
}

.ProductDetailImg {
margin-bottom:15px;
text-align:center;
}

#ProductDetailTxt {
margin-bottom:15px;
}

.ProductDetailCart {
background-color:#ff0099;
padding:7px;
text-align:center;
font-size:12px;
margin-bottom:15px;
}

.upgradeinfo {
border:3px solid #cc0000;
background:#ffe5e5;
padding:15px;
color:#cc0000;
}

/*:::::::::::::::::::::::[TABLE]:::::::::::::::::::::::*/
table.grey {
	border-top:1px solid #bbb;
	margin:0 auto;
width:100%;
}

table.grey th {
	background-color:#eee;
	text-align:center;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:5px 10px;
	vertical-align:middle;
}

table.grey td {
	border-bottom:1px solid #bbb;
	padding:5px 10px;
	vertical-align:middle;
	text-align:left;
}

.copyright {display:none;}

/*:::::::::::::::::::::::[MARGIN]:::::::::::::::::::::::*/
/*top*/
.mt0 {margin-top:0!important;}
.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt35 {margin-top:35px!important;}
.mt40 {margin-top:40px!important;}
		
/*right*/
.mr0 {margin-right:0!important;}
.mr5 {margin-right:5px!important;}
.mr10 {margin-right:10px!important;}
.mr15 {margin-right:15px!important;}
.mr20 {margin-right:20px!important;}
.mr25 {margin-right:25px!important;}
.mr30 {margin-right:30px!important;}
.mr35 {margin-right:35px!important;}
.mr40 {margin-right:40px!important;}

/*bottom*/
.mb0 {margin-bottom:0!important;}
.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb35 {margin-bottom:35px!important;}
.mb40 {margin-bottom:40px!important;}
.mb45 {margin-bottom:45px!important;}	
.mb50 {margin-bottom:50px!important;}		

/*left*/
.ml0 {margin-left:0!important;}
.ml5 {margin-left:5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml25 {margin-left:25px!important;}
.ml30 {margin-left:30px!important;}
.ml35 {margin-left:35px!important;}
.ml40 {margin-left:40px!important;}

/*:::::::::::::::::::::::[PADDING]:::::::::::::::::::::::*/
/*top*/
.pt0 {padding-top:0!important;}
.pt5 {padding-top:5px!important;}
.pt10 {padding-top:10px!important;}
.pt15 {padding-top:15px!important;}
.pt20 {padding-top:20px!important;}
.pt25 {padding-top:25px!important;}
.pt30 {padding-top:30px!important;}
.pt35 {padding-top:35px!important;}
.pt40 {padding-top:40px!important;}
	
/*right*/
.pr0 {padding-right:0!important;}
.pr5 {padding-right:5px!important;}
.pr10 {padding-right:10px!important;}
.pr15 {padding-right:15px!important;}
.pr20 {padding-right:20px!important;}
.pr25 {padding-right:25px!important;}
.pr30 {padding-right:30px!important;}
.pr35 {padding-right:35px!important;}
.pr40 {padding-right:40px!important;}
		
/*bottom*/
.pb0 {padding-bottom:0!important;}
.pb5 {padding-bottom:5px!important;}
.pb10 {padding-bottom:10px!important;}
.pb15 {padding-bottom:15px!important;}
.pb20 {padding-bottom:20px!important;}
.pb25 {padding-bottom:25px!important;}
.pb30 {padding-bottom:30px!important;}
.pb34 {padding-bottom:35px!important;}
.pb40 {padding-bottom:40px!important;}	
	
/*left*/
.pl0 {padding-left:0!important;}
.pl5 {padding-left:5px!important;}
.pl10 {padding-left:10px!important;}
.pl15 {padding-left:15px!important;}
.pl20 {padding-left:20px!important;}
.pl25 {padding-left:25px!important;}
.pl30 {padding-left:30px!important;}
.pl35 {padding-left:35px!important;}
.pl40 {padding-left:40px!important;}