/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

* {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;        
}
a, a:link, a:visited, a:active { 
  overflow:hidden;
  outline:none;
}

body {
	color: #000000;
	font-size: small;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.6em;
	background-color: #ffffff;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

.fa {font-size: 4em;}
[class*="fa-facebook"] {color: #3B5998;}
[class*="fa-instagram"] {color: #262626;}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は1000pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/* ---------------------------------------- */
/* ページ全体の幅、レイアウトをセンタリング */
/* ---------------------------------------- */
#container {
  width:100%;
}
.container-wrap {
  margin:0px auto;
  max-width: 1080px;
  text-align:left;
  margin-top: 30px;
  margin-bottom: 100px;
}

/* ---------------------------------------------- */
/* ヘッダー（ページタイトル、グローバルメニュー） */
/* ---------------------------------------------- */
.header {
  width:100%;
  clear:left;
}
.header .logo {
  margin:0px auto;
  max-width: 1000px;
  text-align:left;
}
.header .logo h1 {
  font-size: 12px;
}
.header .logo h1 a {
  text-decoration: none;
}
nav {
  background-color: #355ca9;
  text-align:left;
  margin-top: 20px;
  margin-bottom: 10px;
}
.header .globalNav {
  list-style: none;
  overflow: hidden;
  margin:0px auto;
  max-width: 1000px;
}
 
.header .globalNav li {
  float: left;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 5px 0;
  margin-right: -1px;
}
 
.header .globalNav li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  color: #333;
}
 
.header .globalNav li a span {
  display: block;
  //margin: 3px 0 0 0;
  color: #fff;
  //text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 1px;
}
 
.header .globalNav li a:hover span {
  color: #ff6363;
}
 
.header .globalNav li.active a {
  color: #fff;
}

/* ---------------------- */
/*　画面左側メニューの幅　*/
/* ---------------------- */
.side {
  float: left;
  width: 25%;
}
.side h2 {
  font-size: 11px;
  color: #aaa;
}
.side .freeward {
  width: 80%;
  margin: 5px 5px 20px 0px;
  border: 0;
  padding: 10px;
  border:solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.side .brandlist {
  width: 90%;
  margin: 5px 5px 25px 0px;
  border: 0;
  padding: 8px 10px;
  border:solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.side .btn {
  width: 90%;
  margin: 5px 5px 25px 0px;
  border: 0;
  padding: 12px;
  font-size: 12px;
  color: #262626;
}
input[type="submit"] {
  font-family: 'FontAwesome';
}
.side .btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.side h3 {
  font-size: 16px;
  color: #666;
  padding: 10px 0 5px 0;
}
.side ul.navmenu {
  list-style: none;
  margin-right: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C3C3C3;
  padding: 10px 0;
}
.side ul.navmenu li{
  position: relative;
  color: #5c9ee7;
  margin-bottom: 5px;
  padding-left: 40px;
  line-height: 25px;
  font-size: 15px;
}
.side ul.navmenu li a {
  text-decoration: none;
  color: #5c9ee7;
}
.side ul.navmenu li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.side ul.navmenu li:last-child{
  border:none;
  margin: 0;
}
.side ul.navmenu li:before{
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  left: 10px;
  font-size: 1.2em;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background-position: bottom;
}
.side ul.navmenu li:hover:before{
  -webkit-transform:rotateY(-360deg);
  transform:rotateY(-360deg);
  color: red;
}
.side .cale {
  margin-right: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C3C3C3;
  padding: 0 0 20px 0;
}

.cart {
  margin-bottom: 20px;
  border:1px solid #C3C3C3;
  padding: 12px;
  margin-right: 20px;
}
.cart a {
  text-decoration: none;
}
.cart a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.cart .incart_name {
  font-size: 12px;
}
.cart .incart_name a {
  color: #5c9ee7;
}
.cart .stotal {
  text-align:right;
}
.cart .total {
  padding: 5px 0 25px 0;
  border-top:1px solid #C3C3C3;
  text-align:right;
}
.cart .cart_btn {
  padding: 12px;
  background-color: #ff6363;
  vertical-align: middle;
  font-family: FontAwesome;
}
.cart .cart_btn:before {
  content: "\f07a";
  padding-right: 5px;
}
.cart a .cart_btn{
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.cart .cart_btn img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.banner {
  list-style: none;
  margin-right: 20px;
  margin-bottom: 20px;
}
.banner img {
  width: 100%;
}
.banner img:hover {
  //opacity: 0.7;
  //filter: alpha(opacity=70);
  //-ms-filter: "alpha(opacity=70)";
}
.banner a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.postage {
	border-top:1px dotted #C3C3C3;
	border-bottom:1px dotted #C3C3C3;
	list-style-type:none;
	margin-bottom:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

.owner_photo {
	max-width: 100%;
	height: auto;
}

/*　画面右側の幅　*/
.main {
  float: left;
  width: 75%;
}

.item-list h3 {
  text-align: center;
  font-size: 12.5px;
  color: #fff;
  letter-spacing: 0.3em;
  background-color: #5c9ee7;
  margin: 10px 0 20px 0;
  padding: 5px 0;
}

.item-list h4 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.4em;
  background-color: #eee;
  color: #262626;
  margin: 10px 0 20px 0;
  padding: 10px 0;
}

.item-list .container {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  margin: 2px auto;
  margin: 10px 0 50px 0;
}
.item-list article {
  flex: 1 1 200px;
  display: flex;
  margin-bottom: 20px;
  max-width: 200px;
  margin-right:2.5px;
}
.item-list a {
  position: relative;
  flex: 1;
  display: block;
  text-decoration: none;
}
.item-list a:hover {
  color: #fff;
  background-color: #000;
}
.item-list a:hover .photo {
  min-height: 200px;
  opacity: 0.6;
}
.item-list .photo img {
  max-width: 200px;
}
.item-list .text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px;
  color: #fff;
}
.item-list .text {
  opacity: 0;
}
article:hover .text {
  opacity: 1;
}
article:hover .text h5 {
  font-size: 12px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/* -------------------------- */
/*　フッター（コピーライト）　*/
/* -------------------------- */
.footer {
  width: 100%;
  background-color: #d0deea;
  clear: left;
  padding-top: 30px;
  padding-bottom: 40px;
}
.footer a {
  text-decoration: none;
  color: #999;
}
.footer a:hover {
  color: #111;
}
.footer ul {
  list-style: none;
  overflow: hidden;
  margin:0px auto;
  max-width: 700px;
  margin-bottom: 10px;
}
 
.footer ul li {
  float: left;
  margin: 5px;
}
.footer .copyright {
  margin:0px auto;
  max-width: 1080px;
  text-align: center;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}

/* -------------------------------------
*     ソート形式
* ------------------------------------- */
.sort-area {
  text-align: right;
}
.sort-area a {
  display: inline-block;
  vertical-align:top;
  color: #5c9ee7;
}
.sort-area a:hover {
  color: #ff6363;
  background-color: #fff;
}
.page-navi {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  margin: 30px 0;
}
.page-navi a {
  color: #5c9ee7;
}
.page-navi a:hover {
  color: #ff6363;
  background-color: #fff;
}

/* -------------------------------------
*     フリーページ用
* ------------------------------------- */

/* お買い物ガイド */
.guide_rule {
  margin-bottom: 100px;
}
.guide_rule h2 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.4em;
  background-color: #eee;
  color: #262626;
  margin: 10px 0 20px 0;
  padding: 10px 0;
}
.guide_rule h3 {
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px dotted #999;
  margin: 10px 0;
}
.guide_rule h4 {
  font-size: 12.5px;
  padding: 20px 0 10px 0;
}
.guide_rule p {
  font-size: 12px;
}
.guide_rule table {
  border-collapse: collapse;
}
.guide_rule th{
  border: 1px solid #999;
  padding: 5px 20px;
  font-size: 14px;
  background-color: #eee;
}
.guide_rule td{
  border: 1px solid #999;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 14px;
  color: #666;
}
.guide_rule ul {
  font-size: 12px;
  padding-left: 12px;
}
.guide_rule ul li {
  
}
