@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
	width: 100%;
	height: 100%;
	/*background: url(../img/banner/side-right.gif) repeat-y top right #fff;*/
	font-size: 72.5%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	color: #333;
}

/* タブレット用要素を非表示 */
.tablet { display: none; }

/* スマートフォン用要素を非表示 */
.sp { display: none; }
thumbnail2
/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
	width: 100%;
	height: 100%;
/* background: url(//store.esports.co.jp/sp/bn/member-60.gif) repeat-y top left; */
}

/* コンテンツ */
#container {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clearfix {
	clear: both;
	*zoom: 1;
}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #06c;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #06c;
    text-decoration: underline;
}

a:hover img,
input[type=image]:hover { opacity: .6; filter: alpha(opacity=60); }

/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #f00;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    /*font-weight: bold;*/
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}


/* 行揃え
----------------------------------------------- */
.alignC { text-align: center; margin-bottom:10%;}
.alignR { text-align: right; }
.alignL { text-align: left; }
.pricetd em { font-weight: bold; }

/* フォーム
----------------------------------------------- */
select { border: solid 1px #ccc; }
input[type=text],input[type=image]{-webkit-appearance: none;-webkit-border-radius:0px;}
input[type=text],
input[type=password] { border: solid 1px #ccc; padding: 2px; }
.box40 { width: 40px; }
.box60 { width: 60px; }
.box100 { width: 100px; }
.box120 { width: 120px; }
.box140 { width: 140px; }
.box145 { width: 145px; }
.box150 { width: 150px; }
.box240 { width: 240px; }
.box300 { width: 300px; }
.box320 { width: 320px; }
.box350 { width: 350px; }
.box380 { width: 380px; }

.top { margin-bottom: 5px; }



h2.title {
	margin-bottom: 20px;
	padding: .5em;
	border-top: solid #7f7f7f 1px;
	border-bottom: solid #7f7f7f 1px;
	font-size: 160%;
	font-weight: bold;
}

#one_maincolumn .sub_area h3,
#two_maincolumn_right .sub_area h3,
#two_maincolumn_left .sub_area h3,
#three_maincolumn .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
	margin-bottom: 10px;/* タイトル
----------------------------------------------- */
	padding-left: 10px;
	border-left: solid #ccc 5px;
	font-size: 140%;
	font-weight: bold;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
#header {
}

	#tagline {
		padding: 5px 0 10px;
		font-size: 80%;
		font-weight: normal;
		color: #a9a9a9;
	}

	#logo {
		float: left;
		margin-bottom: 15px;
		padding-top: 5px;
		width: 361px;
	}

	#header .shopfree{
		float: right;
		padding: 10px 0;
		width: 35%;
	}#header .shopfree img{ width:100%; height:auto; }

	#header > .right_block {
		float: right;
		margin-bottom: 15px;
		width: 60%;
		background: url(../img/common/shopping-free-head.gif) no-repeat top left #fff;
		background-size: contain;
	}

		#header .btn_shopping { margin-bottom: 10px; text-align: right; }
		#header .link { text-align: right; font-size: 90%; }
			#header .link li { display: inline; }
				#header .link li a { margin-left: 20px; padding-right: 10px; background: url(../img/icon/arrow1.png) no-repeat right center #fff; color: #333; }

	#gnav {
		clear: both;
	}

		#gnav ul {
			background: #4f4f4f;
		}

			#gnav ul li {
				float: left;
				width: 16.5%;
				text-align: center;
			}

				#gnav ul li a {
					display: block;
					padding: 10px 0;
					height: 15px;
					background: #4f4f4f;
					border-left: solid #848484 1px;
				}
				#gnav ul li.first-child a { border-left: none; }
				#gnav ul li.last-child a { border-right: none; }

/* ==============================================
 コンテンツ
=============================================== */
#contents {
	margin-top: 10px;
}

/* pagetop */
#pagetop {
	margin-top: 20px;
	clear: both;
	text-align: right;
}

	#pagetop a { display: block; }

/* topicpath */
#topicpath {
	padding: 1px 10px;
	background: url(../img/background/dotted.gif) repeat left top;
	color: #444;
}

	#topicpath ol { padding: 2px 0; }
		#topicpath ol li { float: left; }
			#topicpath ol li a { color: #444; }

/* ==============================================
 column
=============================================== */
#main_column {
	width: 755px;
}
.two_column_right { float: right; }
.two_column_left { float: left; }

#side_column {
	clear: none;
	width: 190px;
}
.left_column { float: left; }
.right_column { float: right; }

	#side_max_column { width: 180px; }
/*	.left_column #side_max_column { float: right; }
	.right_column #side_max_column { float: left; }
	#side_min_column { width: 100px; }
	.left_column #side_min_column { float: left; }
	.right_column #side_min_column { float: right; }
*/

#bottomcolumn {
	margin-top: 20px;
}

/* ==============================================
 フッター
=============================================== */
#footer {
	margin-top: 20px;
	padding: 20px 0;
	border-top: solid #e4e4e4 4px;
	text-align: center;
}
#footer a { color: #333; }

	#footer ul {
	}

		#footer ul li {
			display: inline;
		}

	#footer address {
		padding: 5px 0;
		font-style: normal;
	}

/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}


/* Tipsy
----------------------------------------------- */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}
.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}
.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

/*-------------------------------------------------
サイトメニュー
----------------------------------------------- */
#site_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	background: none;
	z-index: 100;
}

	#site_menu .jqm_header {
		padding: 50px 0% 0px 0%;
		width: 100%;
		/*! background: #4f4f4f; */
		overflow: hidden;
	}

		#site_menu .jqm_header > h1 {
			display: none;
			margin: 0;
			padding: 0;
			width: 48%;
			text-align: left;
			vertical-align: middle;
		}

			#site_menu .jqm_header > h1 img { width: 60%; }

		#site_menu .jqm_header > .btn_close {
			display: inline-block;
			margin: 0;
			width: 11%;
			text-align: right;
			vertical-align: middle;
			float: right;
		}

			#site_menu .jqm_header > .btn_close img { width: 100%; }

#site_menu .jqm_header > .btn_close a:hover img{ opacity: 1; filter: alpha(opacity=100); }

	#site_menu .jqm_content {
		padding: 0;
		overflow: hidden;
	}

	#site_menu .nav_style {
	}
	
		#site_menu .nav_style > li {
		}
	
			#site_menu .nav_style > li > a {
				display: inline-block;
				padding: 10px 2% 10px 4%;
				width: 96%;
				background:#fff;
				border-bottom: solid #f1f1f1 1px;
			}
			#site_menu .nav_style > li > a:link,
			#site_menu .nav_style > li > a:visited { color: #4f4f4f !important; }
	
				#site_menu .nav_style > li > a > span {
					display: inline-block;
					width: 98%;
					background: url(../img/icon/arrow1.png) no-repeat right 50%;
					background-size: 5px 10px;
					vertical-align: middle;
				}

/****************************************************************************/
/* ソーシャルプラグイン                                                     */
/****************************************************************************/

#likebox-frame{
margin:0 auto 2em auto;
padding-left:0;
padding-right:0;}

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style]{ width:100%!important;}

.social {
  display: inline-block;
  height: 30px;
  overflow: hidden;
  text-align: left;
  vertical-align: bottom;
}
#article-footer{
  padding:0 0 30px 2px;
}
#___plusone_0{
  float: left !important;
  width: 74px !important;
}
.hatena {
  float: left;
  width: 62px;
  height: 30px;
  overflow: hidden;
}
.twitter {
  float: left;
  width: 100px;
  height: 30px;
  overflow:hidden;
}
.facebook {
  float: left;
  width: 115px;
  height: 25px;
  line-height: 20px;
  overflow: hidden;
}


/* 正方形バナー
----------------------------------------------- */

ul.thumbnail { list-style-type: none;
width:100%;
margin-right:-15px;
text-align:center;
}
ul.thumbnail li {
 float: left;
  position: relative;
 margin: 0 0 0 15px;
padding-bottom: 15px;
 width: 30%;
 overflow: hidden;
}
@media (max-width: 460px) {
ul.thumbnail { 
margin-right:-20px;
}
ul.thumbnail li {
 float: left;
 margin: 0 0 10px 8px;
 width: 46%;
}
}
ul.thumbnail li img {

width: 100%;
box-sizing: border-box;
border: 1px solid #cccccc;

}
ul.thumbnail li a { display: block; }



/* 正方形バナー2
----------------------------------------------- */

ul.thumbnail2 {
 list-style-type: none;
 width:100%;
 margin-right:-5px;
 text-align:center;
 }
ul.thumbnail2 li {
 float: left;
 margin: 0 0 15px 15px;
 width: 22%;
}
@media (max-width: 600px) {
ul.thumbnail2 li {
 float: left;
 margin: 0 0 10px 10px;
 width: 31%;
}
}

@media (max-width: 460px) {
ul.thumbnail2 li {
 float: left;
 margin: 0 0 10px 9px;
 width: 30%;
}
}
ul.thumbnail2 li img {

width: 100%;

}
ul.thumbnail2 li a { display: block; }


.clearfix00:after {
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix00 { display: inline-block; }

/* MacIE用 */
*+html .clearfix00 { height: 1%; }
* html .clearfix00 { height: 1%; }
.clearfix00 { display: block; }

/* レスポンシブ設定 */
@media screen and (max-width: 1125px) {
body { background:none; }
.frame_outer { background:none; }

}