/*****************************************************
	
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
	
*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;}

/*--- default */
body {
	color: #333;
	font-size: 12px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	text-align:center;
    background:#fff;
}
body td,body th{
	font-size:12px;
}
table{
	border-collapse:collapse;
}

/*****************************************************
	
	基本設定、リンクカラーなど
	
*****************************************************/
#wrap{
	width:100%;
	height:100%;
}

#wrapper{
	width:960px;
	margin:-15px auto 0;
}

#makebanner{
	width:960px;
	margin-top:40px;
}

a:link {
	color:#403c39;
	text-decoration:underline;
}

a:visited{
	color:#403c39;
	text-decoration:underline;
}

a:hover{
	color:#f78500;
	text-decoration: none;
}

a:active{
	color:#ed1c24;
	text-decoration:underline;
}
/* clearfix */
.clear:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
.pad10{
	padding:10px;
}	
a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;	
}

.mg5{margin-top:5px;}
.mg10{margin-top:10px;}
.mg20{margin-top:20px;}
.mg30{margin-top:30px;}
.mg40{margin-top:40px;}
.mg50{margin-top:50px;}

.mgb20{margin-bottom:20px;}
.mgb30{margin-bottom:30px;}

.lpg5{padding-left:5px;}
.lpg10{padding-left:10px;}
.lpg20{padding-left:20px;}

/*****************************************************
	
	ヘッダ #header
	
*****************************************************/

#header_h1_Wrap{
	background-color:#000000;
	height:22px;
	margin:0;
}

#header_h1_Wrap h1{
	width:950px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin:auto;
	padding-top:4px;
}

#headerWrap{
	width:100%;
	height:85px;	
	background: url(http://gigaplus.makeshop.jp/soccerking/images/h_bg.gif) repeat-x;	
	text-align:center;
}
#header{
	width:950px;
	position:relative;
	margin:0 auto;
}
#h_logo{
	position:absolute;
	top:4px;
}

#tel{
	position:absolute;
	top:7px;
	left:512px;
}

#send{
	position:absolute;
	top:5px;
	left:672px;
}

#sns{
	position:absolute;
	top:35px;
	left:896px;
}

#sns li{
	float:left;	
	padding:0 0 0 5px;
	list-style:none;
}

#textlink{
	position:absolute;
	top:64px;
	left:520px;
	font-size:12px;
	color:#333333;
}


#gNavwrap{
	background-color:#333333;
	width:100%;
	height:34px;
        position: relative;
        z-index:2;
}

#gNav{
	overflow:hidden;
	_zoom:1;
	width:950px;
	margin:auto;
	padding:0;
}

#gNav li{
	float:left;
	list-style:none;
}	


#h_contents{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:22px;
	border:solid 1px #3d3d3d;
}	
/* クロム調整 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#h_contents{
	margin-bottom:30px;
	}
}
/* クロム調整 */

#h_contents ul{
	width:950px;
	height:22px;
	margin-top:3px;
        padding-left:135px;
       
}	

#h_contents ul li{
	float:left;
	list-style:none;
	background-image:url(http://gigaplus.makeshop.jp/soccerking/images/h_ico_pink.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	margin-left:10px;
}	


#h_contents ul li a{
	color:#3a75af;
        text-decoration:none;

}	
/*****************************************************

	左コンテンツ #leftContents
	
*****************************************************/
#leftContents{
	width:200px;	
}
#leftContents .section{
	margin-bottom:15px;	
}
.inner{
	border-top:none;	
}

/* 検索input */

#l_search h2{
	margin-bottom:8px;
}
#l_search .search_input{
	width:161px;
	float:left;
	display:block;
	height:14px;
}
#l_search a{
	display:block;
	width:31px;
	height:22px;
	background:url(/images/original_design_default/samplesource/7/l_searchBtn.png) 0 0;
	float:left;
	text-indent:-9999em;	
}
#l_search a:hover{
	background-position:0 -22px;}


/* 会員登録 */

#member{
	margin:0;
	padding:10px;
	background-color:#f9f9f9;
	border: solid 1px #b6b6b6;
	text-align:center;
}

#member .text{
	font-size:11px;
	color:#333333;
	line-height:18px;
	text-align:left;
	margin-top:5px;	
}


/* ピックアップ */

#n_pickup{
	margin:0;
	padding:10px;
	background-color:#f9f9f9;
	border: solid 1px #b6b6b6;
	text-align:center;
}


#n_pickup ul{
	margin:0 0 0 5px;
	padding:0;
	text-align:left;
}


#n_pickup ul li{
	list-style:none;
	font-size:12px;
	padding:5px;
	background-image:url(http://gigaplus.makeshop.jp/soccerking/images/n_ico_green.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:13px;
}


/* チームから探す */

#n_team{
	margin:0;
	padding:10px;
	border: solid 1px #b6b6b6;
	text-align:center;
}


#n_team dl{
	margin:0 0 0 5px;
	padding:0;
	text-align:left;
}

#n_team dt{
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	margin:15px 0 5px 0;
	background-image:url(http://gigaplus.makeshop.jp/soccerking/images/n_ico_green.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

#n_team dd{
	font-size:12px;
	padding-left:10px;
	margin:10px 0 5px 0;
}


/* カレンダー */

#n_calendar {
	margin:0;
	padding:10px;
	border: solid 1px #b6b6b6;

}

#l_calendar table{
	margin-bottom:5px;
	border-collapse:separate;	
}
#l_calendar table td{
	
}

/*****************************************************
	
	メインコンテンツ #rightContents
	
*****************************************************/
.rightContents{
	width:730px;
	margin-left:8px;	
}
.rightContents .section{
	margin-bottom:50px;	
}






/*----------------------------------------------------
	中央画面 #top
----------------------------------------------------*/
.r_left{
	float:left;
	width:520px;
}
.r_right{
	float:right;
	width:220px;
}
.titleMgn{
	margin-bottom:10px;	
}
/* 新着 */
#r_new.section td{
	color:#661e00;
}
#r_new .lims table{
	margin:10px auto;
	width:170px;
}
#r_new .lims table .woong td{
	text-align:left;	
	font-weight:bold;
	padding-top:5px;
}
#r_new .lims table .woong td a{
	font-weight:normal;
}
#r_new .lims table .woong td img{
	margin-left:5px;	
}
/* おすすめ */
#r_recommend.section td{
	color:#661e00;
}
#r_recommend .lims table{
	margin:10px auto;
	width:170px;
}
#r_recommend .lims table .woong td{
	text-align:left;	
	font-weight:bold;
	padding-top:5px;
}
#r_recommend .lims table .woong td a{
	font-weight:normal;
}
#r_recommend .lims table .woong td img{
	margin-left:5px;	
}
#r_recommend .lims table .woong td a b{
	font-weight:normal;
	font-size:11px;	
}
/* ランキング */
#r_ranking .rankList{
	float:left;
	width:144px;
	margin-right:5px;
	position:relative;
	margin-top:8px;
}
#r_ranking #rank5.rankList{
	margin-right:0;
}
#r_ranking em{
	display:block;
	text-indent:-9999em;
}
#r_ranking .rankImg{
	margin:5px auto;	
}
#r_ranking em{
	width:144px;
	height:15px;
}
#r_ranking #rank1 em{
	background:url(/images/original_design_default/samplesource/7/ranking.png) no-repeat 0 0;	
}
#r_ranking #rank2 em{
	background:url(/images/original_design_default/samplesource/7/ranking.png) no-repeat -144px 0;	
}
#r_ranking #rank3 em{
	background:url(/images/original_design_default/samplesource/7/ranking.png) no-repeat -288px 0;	
}
#r_ranking #rank4 em{
	background:url(/images/original_design_default/samplesource/7/ranking.png) no-repeat -432px 0;	
}
#r_ranking #rank5 em{
	background:url(/images/original_design_default/samplesource/7/ranking.png) no-repeat -576px 0;	
}
#r_ranking p{
	text-align:left;	
}
#r_ranking .rankPrice{
	font-weight:bold;
	color:#661e00;
}
/* レビュー */
#r_review #M_reviewView,
#r_review #M_reviewView table{
	width:100%;
	margin:0;
}
#r_review #M_reviewPart #M_reviewView .M_reviewList td.M_reviewReadText{
	width:300px;
	padding-right:20px;
}
#r_review #M_reviewPart #M_reviewView th{
	display:none;
}

/* お知らせ */
#r_news table td{
	background:#f2efeb;
}
#r_news #pager table td{
	background:#fff;
}
#r_news table td.line{
	height:3px;
}
#r_news table table{
	width:700px
}
#r_news img{
	margin-bottom:5px;	
}
#r_news td.woong{
	padding:2px 10px 2px 0;	
	border-bottom:1px dotted #b2b2b2;
}
/* スペシャル */
#r_special table table{
	margin-top:16px;
}
#r_special td.line{
	display:none;
}
#r_special.section td{
	color:#661e00;
}
#r_special table table td{
	padding-bottom:8px;
}
/*最近チェックした商品*/
#r_recent .price{
	color:#661e00;
	font-weight:bold;
}
#r_recent #recent .itemBox, #r_recent #recent .itemBox table,#r_recent #recent td.itemImg{
	width:170px;
}
#r_recent #recent{
	margin-top:16px;
}
#r_recent #recent .line{
	width:10px;
}
#r_recent #recent .line img{
	display:none;
}
#r_recent .itemBox p{
	text-align:left;
}
/*----------------------------------------------------
	商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu{
	text-align:left;
	background:#f2efeb;
	border:1px solid #d6d3cf;
	line-height:20px;
	margin-bottom:30px;
}
.pankuzu a{
	padding:0 5px;
	font-size:11px;
	color:#333;
}
.pankuzu  font{
	color:#333;	
	font-size:11px;
}
/*----------------------------------------------------
	商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */
#category h2{
	font-size:14px;
	border-bottom:2px solid #d6d3cf;
	margin-bottom:20px;
}
#category #r_subGroup.section,#category #r_categoryImg.section{
	margin-bottom:20px;
}
#category #r_categoryRecommend table table b{
	color:#661e00;
}

/* 検索結果と並び替え */
#r_resultInfo{
	font-size:11px; 
	margin:20px auto 10px;
}
.total{
	float:left;	
}
.listSort{
	floar:right;	
	text-align:right;s
}
.listSort li{
	display:inline;
}

/* カテゴリーリスト */
#category .innerList{
	overflow:hidden;
	_zoom:1;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	text-align:left;
}
#category .innerList li{
	vertical-align: top;	
	letter-spacing: normal; /* 文字間を通常に戻す */
	width:25%;/* 商品数が4つなので100%÷4=25% */
	display:inline-block;
	/display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
	margin-bottom:16px;
}
#category .innerBox{
	margin:10px;
	text-align:center;
}
#category .name{
	margin:5px 0; 
}
#category .imgWrap{
	text-align:center;
}  
#category .price span{
	padding:0 2px;	
}
#category .price{
	font-weight:bold;
	color:#661e00;	
}
#category .consumerPrice{
	font-size:11px;
	color:#a59d95;
	text-decoration:line-through;	
}
#category .else{
	text-align:left;
}
#category .else li{
	float:none;
	width:auto;
	display:inline;	
}
#category .M_lumpinput{
	text-align:right;	
}
#category .content{
	border-top:1px dashed #b2b2b2;
	padding:10px 0;
	margin:10px auto;
	border-bottom:1px dashed #b2b2b2;
	font-size:11px;
}
#category .btnWrap{
	margin: 10px auto 5px;
text-align: center;
font-weight: bold;
color: #ff0000;
}
#category .btnWrap img{
	margin-left:5px;
}

/*----------------------------------------------------
	商品詳細 #detail
----------------------------------------------------*/
#itemLink{
	margin-bottom:30px;	
	font-size:11px;
}
.item_prev{
	float:left;	
	background:url(/images/original_design_default/samplesource/7/listIconL.png) no-repeat left;
	padding-left:14px;
}
.item_next{
	float:right;
	background:url(/images/original_design_default/samplesource/7/listIconR.png) no-repeat right;
	padding-right:14px;	
}
#itemImg{
	float:left;
	width:300px;	
}
#itemInfo{
	float:right;
	width:420px;
        text-align:left;
}
/* [INFO]タグ */
#detailInfo table{
	width:100%;	
	margin-bottom:10px;
}
#detailInfo table td{
	height:auto;	
}
#detailInfo table font{
	color:#cc0000;	
}
#detailInfo table input{
	margin-right:5px;	
}
#detailInfo table table td a img{
	vertical-align:auto;
}
#detailInfo #M_usualValue td{
	font-size:16px;
	padding:10px 0;
	color:#403c39;
}
#detailInfo #M_usualValue td input{
	color:#403c39;
}
#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
	border:none;
	width:auto;
	font-weight:bold;	
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue .m_price{
}
#detailInfo #M_usualValue{
	font-weight:bold;	
}
#detailInfo #M_taxview{
	width:auto;
}
#wrapper #makebanner #detailInfo .M_inventory input{
	border:none;
}
#wrapper #makebanner #detailInfo .M_inventory table.stockList th{
	background:#f2efeb;
	border:1px solid d6d3cf;
}
#wrapper #makebanner #detailInfo .M_inventory table.stockList td{
	border:1px solid d6d3cf;
}
/* 拡大画像ボタン */
#viewButton{
	text-align:right;	
}
/* 商品名 */
#detail h2{
	margin-bottom:20px;
	font-size:15px;
	color:#403c39;
}
#makebanner #detail #r_recent{
	border-top:0px solid #fff;
}
/* 商品詳細 */
#detail .detailTxt{
	border-top:1px dotted #b2b2b2;	
	border-bottom:1px dotted #b2b2b2;
	padding:10px 0;
	margin-bottom:20px;
line-height:18px;	
}
/* メールリンク */
#r_contact{
	margin:10px 0 10px -5px ;	
}
#r_contact li{
	float:left;
	margin-left:4px;	
}
/* SNS */
#r_sns{
	margin-top:10px;
}	
#r_sns li{
	float:left;
}
/* カートにいれるボタン */
#basketBtn{
	background:url(/images/original_design_default/samplesource/7/basketBg.png) repeat;
	padding:10px;
	margin-top:10px;	
}
#basketBtn .cartBtn{
	float:left;
}
#basketBtn .buyBtn{
	float:right;
}
/* 追加商品画像 */
#r_addImg li{
	float:left;
	width:33%;	
	text-align:center;
}
#r_addImg li p{
	width:200px;
	margin:5px auto 0;	
}
/* レビュー */
#detail #r_review{
	margin-bottom:40px;	
}
#detail #r_review #M_review{
	margin-top:16px;	
}
/* 商品グループ */
#detail #r_group td{
	background:#fff;	
}
/* 最近チェックした商品 */
#detail #r_recent{
	border-top:1px dashed #b2b2b2;
	padding-top:20px;	
}
/*----------------------------------------------------
	ログインフォーム関係 .loginForm
----------------------------------------------------*/
.loginForm{
	margin-top:20px;	
}
.loginForm h3{
	font-size:14px;
	margin-bottom:20px;	
	background:url(/images/original_design_default/samplesource/7/h3title.png) no-repeat left;
	padding-left:14px;
	color:#403c39;
}
.loginForm .section{
	text-align:center;	
}
.btnWrap{
	margin-top:20px;
	text-align:center;		
}
.loginForm .leadTxt{
	margin-bottom:30px;	
}
.loginForm .lostpass{
	text-align:center;
	font-size:11px;	
	margin-top:5px;
}
.loginForm .formTable{
	margin:20px auto 0;	
	width:400px;
}
.loginForm .formTable th,
.loginForm .formTable td{
	border:1px solid #d6d3cf;
	padding:6px 8px;	
}
.loginForm .formTable th{
	background:#f2efeb;
	width:120px;	
}
.loginForm .formTable .inputTd input{
	width:250px !important;
}
#wrapper #makebanner input{
	padding:2px;
}
/*----------------------------------------------------
	会員ログイン #memberlogin
----------------------------------------------------*/
#memberLogin .btnWrap{
	overflow:hidden;
	_zoom:1;	
}
#memberLogin .btnWrap div{
	float:left;
	width:360px;
	padding-bottom:20px;	
}
#memberLogin .btnWrap #newMember{
	border-right:1px dotted #b2b2b2;	
}
#memberLogin .btnWrap p{
	margin:20px;	
}
/*----------------------------------------------------
	注文照会ログイン #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
	パスワード紛失 #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
	約款 #contract
----------------------------------------------------*/
#contractBox{
	width:700px;
	height:280px;
	overflow:auto;	
	border:1px solid #b2b2b2;
	padding:10px;
	text-align:left;
	margin-top:20px;
}
/*----------------------------------------------------
	会員登録修正フォーム #member
----------------------------------------------------*/
#memberForm #M_entryForm{
	margin:30px 10px 20px;
	width:660px;
	border-top:1px solid #d6d3cf;
	border-left:1px solid #d6d3cf;
	*position:relative;
}
#memberForm #M_entryForm th,
#memberForm #M_entryForm td{
	padding:8px;	
}
#memberForm #M_entryForm td{
	background:#fff;
	border:1px solid #d6d3cf;
	border-top:none;
	*position:relative;
}
#memberForm #M_entryForm th{
	background:#f2efeb;
	width:160px;
	border-bottom:1px solid #d6d3cf;
	*position:relative;
}
#memberForm .M_txt{
	font-size:11px;
	margin-left:10px;	
}
#memberForm #mailreceiveN,
#memberForm #sex1{
	margin-left:10px;
}
#memberForm .M_ex,
#memberForm .M_info{
	font-size:11px;
	color:#666;	
}
#memberForm .M_post{
	display:block;
	width:96px;
	height:22px;
	background:url(/images/original_design_default/samplesource/7/r_postBtn.png) no-repeat;	
	float:left;
	text-indent:-9999em;
	overflow:hidden;
	_zoom:1;
}
#memberForm #r_leave img{
	display:none;
}
#memberForm #r_leave a{
	display:block;
	background:url(/images/original_design_default/samplesource/7/memberjoin_escape.png) no-repeat;
	width:95px;
	height:21px;
	margin-top:8px;
}
/*----------------------------------------------------
	パスワード変更フォーム #M_changepw
----------------------------------------------------*/
#makebanner #M_changepw{
	border:1px solid #d6d3cf;
}
/*----------------------------------------------------
	ポイント #point
----------------------------------------------------*/
#r_pointData{
	border:1px solid #d6d3cf;
	background:#f2efeb;
	padding:10px;
	margin:20px 60px 30px;	
}
#r_pointData p{
	text-align:center;	
}
#r_pointData strong{
	font-size:15px;
	font-weight:bold;
	color:#cc0000;	
}
#r_pointList table{
	border-collapse:separate;
	width:400px;
	margin:0 0 0 180px;
	border-spacing:0;
}
#r_pointList td{
	border:1px solid #fff;
	padding:8px;
	text-align:center;
}
#r_pointList td font{
	font-size:13px;	
}
/*----------------------------------------------------
	商品検索 #search
----------------------------------------------------*/
#r_searchName{
	margin:20px 0 20px;	
}
#r_searchName font{
	color:#333;	
	font-weight:bold;
}
#r_searchInput{
	background:#f2efeb;
	padding:10px;
}
#r_searchInput table{
	width:720px;
	background:#fff;
}
#r_searchInput .btnWrap{
	margin-top:10px;	
}
#r_searchInput th,#r_searchInput td{
	border:1px solid #d6d3cf;
	padding:6px 8px;
}
#r_searchInput th{
	background:#f2efeb;
	width:15%;
}
#r_searchInput td{
	width:35%;
}
#r_searchInput td input{
	width:110px;
}
#r_searchInput #searchBrand input,#r_searchInput #searchProduct input,#r_searchInput #searchContent input,#r_searchInput #searchCode input{
	width:230px;
}
#r_searchList table,
#r_pager table{
	width:100%;	
}
.searchResult{
	font-size:14px;
	margin-bottom:20px;	
	background:url(/images/original_design_default/samplesource/7/searchIcon.png) no-repeat left;
	padding-left:20px;
}
#r_searchList .innerList{
	overflow:hidden;
	_zoom:1;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	text-align:left;
}
#r_searchList .innerList li{
	vertical-align: top;	
	letter-spacing: normal; /* 文字間を通常に戻す */
	width:25%;/* 商品数が4つなので100%÷4=25% */
	display:inline-block;
	/display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
	margin-bottom:16px;
}
#r_searchList .innerBox{
	margin:10px;
}
#r_searchList .name{
	margin:5px 0;
}
#r_searchList .imgWrap{
	text-align:center;
}  
#r_searchList .price{
	font-weight:bold;
	color:#661e00;	
}
#r_searchList .else{
	text-align:left;
}
#r_searchList .else li{
	float:none;
	width:auto;
	display:inline;	
}
#r_searchList .btnWrap{
	margin:10px auto 5px;
	background:#e6e6e6;	
	text-align:center;
        color:#ff0000;
}


/*----------------------------------------------------
	買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
	margin-bottom:60px;	
}
#basketTable{
	width:100%;	
	margin-top:30px;
}
#basketTable th,#basketTable td{
	text-align:center;
	border-bottom:1px solid #e8e4df;
	padding:6px;	
}
#basketTable th{
	border-bottom:1px solid #e8e4df;
	background:#f2efeb;
	white-space:nowrap;
}
#basketTable .basketNum{
	width:30px;	
	padding:0;
}
#basketTable .basketImg{
	width:56px;	
}
#basketTable .basketName{
	width:400px;	
	text-align:left;
}
#basketTable .basketQuantity{
	width:135px;	
}
#basketTable td.basketQuantity table.basketQunantity{
	width:20px;	
}
#basketTable .basketQuantity input,
#basketTable .basketQuantity table,
#basketTable .basketQuantity img{
	float:left;
	margin-right:4px;
}
#basketTable .basketQuantity img{
	margin:0 0 1px;	
}
#basketTable .basketQuantity td{
	border:none;
	padding:0;	
}
#basketTable .basketPoint{
	width:70px;	
}
#basketTable .basketPrice{
	width:70px;	
}
#basketTable .basketOption{
	text-align:left;
	margin-top:4px;
}
#basketTable .basketHaisou{
	padding:0;	
}
#basketTable .carriageWrap{
	margin:4px 0;	
}
#basketTable .basketHaisou p{
	text-align:right;
}
#basketTable .basketHaisou .carriageMsg1{
	color:#cc0000;
}
#basketTable .basketHaisou .carriageMsg2{
	font-size:11px;	
}
#basketTable .basketBtns{
	width:80px;
}
#basketTable .basketBtns img{
	margin-bottom:2px;	
}
#basketTable .basketTotal{
	text-align:right;	
	background:#ebebeb;
	border-top:3px solid #e8e4df;
}
#basketTable .basketTotal em{
	font-weight:bold;
	font-size:15px;
	color:#cc0000;
}	
#basketTable .basketEmpty p{
	text-align:center;
	margin:10px auto;	
}
#r_basket .btnWrap .btnBack{
	float:left;	
	padding-top:5px;
	margin-left:10px;
}
#r_basket .btnWrap .btnOrder{
	float:right;
	margin-right:10px;	
}

/* お気に入りリスト */
#wishTable{
	width:100%;
	margin-top:8px;
}
#wishTable th,#wishTable td{
	text-align:center;
	border-bottom:1px solid #e8e4df;
	padding:6px;	
}
#wishTable th{
	border-bottom:1px solid #e8e4df;
	background:#f2efeb;
}
#wishTable .wishName{
	text-align:left;	
	width:240px;
}
#wishTable .wishQuantity input{
	margin-right:4px;	
}
/*----------------------------------------------------
	お知らせ #news
----------------------------------------------------*/
#r_news{
	margin-top:30px;	
}
#r_news #newsHead{
	text-align:left;
	border-bottom:2px solid #b2b2b2;
	padding:4px 0;
	font-size:15px;	
}
#r_news #newsHead span{
	margin-right:10px;
	font-size:11px;	
	color:#999;
}
#r_news #newsContents{
	text-align:left;
	padding:40px 20px;	
	border-bottom:1px dashed #b2b2b2;
	margin-bottom:20px;
}
#r_news #newsAccess{
	text-align:right;
	font-size:11px;	
	color:#999;
	margin-top:20px;
}
#r_news #newsNext{
	text-align:right;
	font-size:11px;	
	margin-bottom:10px;
}
#r_news #newsList{
	margin-bottom:20px;	
}
#r_news #newsList .line{
	background:#fff;
}
#r_news #newsList .lims{
	border-bottom:1px dashed #b2b2b2;
	background:#fff;
}
/*----------------------------------------------------
	ご利用ガイド #guideMain
----------------------------------------------------*/
#wrapper #guideMain{
	margin:0 80px;
}

/*****************************************************
	
	フッタ #footer
	
*****************************************************/
#wrapper .pageTop a{
	margin-top:60px;
	float:right;
	display:block;
	text-indent:-9999em;
	background:url(/images/original_design_default/samplesource/7/pagetop.png) no-repeat 0 0;
	width:80px;
	height:9px;
	line-height:0.7;
}
#wrapper .pageTop a:hover{
	background-position:0 -9px;
}
#footerWrap{
	width:100%;
	background:url(/images/original_design_default/samplesource/7/footerBg.png) repeat-x top center #fff;
	margin-top:20px;
}
#footer{
	width:960px;
	margin:0 auto;	
	padding:20px 0;
	font-size:11px;
}
#f_nav{
	overflow:hidden;
	_zoom:1;	
	float:left;
}
#f_nav li{
	display:inline;	
	padding-right:1em;
}
#f_info{
	float:right;
	width:400px;
	text-align:right;
	color:#666;	
}
#f_info a{
	color:#666;	
}

/*****************************************************
	
	中央画面独自コンテンツ
	
*****************************************************/


/*----------------------------------------------------
新着ニュース/新商品ピックアップ/ランキング/注目ワード
----------------------------------------------------*/

#maincontents{
	width:730px;
	margin-top:15px;
}


#news{
	
	float:left;
}

#news .box{
	width:518px;
	height:110px;
	border-left:solid 1px #b4b4b4;
	border-right:solid 1px #b4b4b4;
	border-bottom:solid 1px #b4b4b4;
}

#pickup{
	float:left;
	margin-left:8px;
}

#pickup .box{
	width:198px;
	height:110px;
	border-left:solid 1px #b4b4b4;
	border-right:solid 1px #b4b4b4;
	border-bottom:solid 1px #b4b4b4;
}

#pickup .box .block{
	padding:10px;
}

#pickup .box .block .ph{
	float:left;
}

#pickup .box .block .txt{
	float:left;
	margin-left:6px;
	font-size:11px;
	line-height:18px;
	text-align:left;
}


#rank{
	margin-top:10px;
	float:left;
}

#rank .box{
	width:518px;
	height:166px;
	border-left:solid 1px #b4b4b4;
	border-right:solid 1px #b4b4b4;
	border-bottom:solid 1px #b4b4b4;
}

#rank .box .item{
	float:left;
	width:91px;
	height:100%;
	font-size:11px;
	line-height:15px;
	margin:0 5px 0 5px;
	text-align:left;
	
}


#word{
	margin-top:10px;
	margin-left:8px;
	float:left;
}

#word .box{
	width:198px;
	height:166px;
	border-left:solid 1px #b4b4b4;
	border-right:solid 1px #b4b4b4;
	border-bottom:solid 1px #b4b4b4;
}

#word .box ul{
	margin:0px 0 0 15px;
	padding-top:5px;
	text-align:left;
}


#word .box ul li{
	list-style:none;
	font-size:12px;
	padding:2px;
	background-image:url(http://gigaplus.makeshop.jp/soccerking/images/n_ico_green.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:13px;
}

.pickupcat{
	margin-top:10px;
	margin-bottom:20px;
	width:730px;
}

.pickupcat .box{
	margin:10px 5px 0 5px;
}


.pickupcat .box .ph{
	float:left;
	
}

.pickupcat .box .txtbox{
	float:left;
	width:200px;
	margin-left:5px;
}

.pickupcat .box .txtbox .txt{
	font-size:14px;
	color:#4dab03;
	text-align:left;
}

.pickupcat .box .txtbox .description{
	margin-top:10px;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

#pickupteam{
	margin-top:20px;
	width:730px;
}

#pickupteam .bnrleft{
	float:left;	
	margin-left:2px;
	margin-bottom:10px;
}


#pickupteam .bnr{
	margin:0 10px 10px 10px;
	float:left;	
}

#pickupteam .bnrright{
	float:left;	
	margin-bottom:10px;
}


/*/////////////////////////////////////////////////////////////

アコーディオンメニュー
 
 ////////////////// /////////////////////////////////////////*/


.menu{  z-index:2;
	margin:0px;
	padding:0px;
}

.menu ul{
    list-style: none;
    margin:0px;
    padding:0px;
    width:135px;
}
.menu ul li ul{
    width:135px;
    margin:0px;
    padding:0px;
}
.menu ul li{
    margin:0px;
    padding:0px;
    width:135px;
    background-color: #ffffff;
    list-style:none;
	
}
.menu ul li a{
    display:block;
   
}
.menu ul li ul a{
   border-color: #404040 #1A1A1A #1A1A1A #505050;
    border-style: solid;
    border-width: 1px;
    padding-top:3px;
    *padding-top:6px;
    padding-left: 5px;
    display:block;
    text-decoration: none;
    color:white;
    font-size:12px;
    width:128px;
    *width:130px;
    height:18px;
   *height:24px;
    font-weight: normal;
    background: #0D0D0D;
    position:relative;
}

.menu ul li a:hover{
    background: #ffffff  no-repeat center right;
}

.menu ul li ul a:hover{
    background: #FCAB14;
    color:black;
}

.menu ul li ul{
    display:none;
}

.menu ul li ul a:visited{color:#ffffff; width:128px;}
.menu ul li ul a{color:#ffffff; width:128px;}
.menu ul li ul a:link{color:#ffffff; width:128px;}
.menu ul li ul a:hover{color:#ffffff; width:128px;}


/*****************************************************
	
	RENEWAL CAMPAIGN
	
*****************************************************/

#renewal{
	width:729px;
	height:702px;
	background-image:url(http://gigaplus.makeshop.jp/soccerking/images/renewal_bg.jpg);
	}

#renewal .ttl{
	text-align:center;
	padding-top:105px;
	}
	
#renewal .textbox{
	width:680px;
	height:240px;
	background-color:#ffffff;
	border: solid 1px #c21010;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	line-height:22px;
        padding-top:15px;
	}
	
#renewal .textbox p{
	padding-left:20px;
	}	

/*****************************************************
	
	ショップについて
	
*****************************************************/

#shop{
		width:730px;
	height:680px;
	background-color:#ededed;
	padding-bottom:20px;
	}
	
#shop .logo{
	padding:20px 0 20px 10px;
	}
	
#shop .textarea{
	width:670px;
	height:148px;
	font-size:12px;
	line-height:18px;
	background-color:#ffffff;
	border:solid 1px #b4b4b4;
	margin:auto;
	padding:20px;
	}		


#shop .btn{
	margin-top:20px;
	margin-left:15px;
	}

#shop .btn01{
	float:left;
}

#shop .btn02{
	float:left;
	padding-left:15px;
}

/*----------------------------------------------------
	トップページスライドショー
----------------------------------------------------*/




#image-navigation ul li{
  display:block;
  width:200px;
  height:74px;
}
#image-navigation .navi {
  float:left;
}

#image-navigation .navi ul{
  padding:0;
  margin:0;
}


#image-navigation .navi-image {
  float:left;
  width:530px;
  height:296px;
}

#image-navigation .navi ul li{
  display:block;
  width:200px;
  height:74px;
  color:#333;
  list-style:none;
  }

#image-navigation .navi-image { position:relative; z-index: 1;}
#image-navigation .navi-image a { display:block; }
#image-navigation .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#image-navigation .navi-image a.active { z-index:10; }
#image-navigation .navi-image a.last-active { z-index:9; }

#image-navigation a:hover img {opacity:1;}


#kokuritsuWrap{
	width:950px;
	}

.productWrap{
	position:relative;
	height:522px;
	}

.productWrap .ph{
	position: absolute;
	top:40px;
	left:0px;
	}

.productWrap .txt{
	position: absolute;
	top:40px;
	left:460px;
	}

.productWrap .btn{
	position: absolute;
	top:300px;
	left:460px;
	}

.detailWrap{
	position:relative;
	height:790px;
	}
	
.detailWrap .ph01{
	position: absolute;
	top:40px;
	left:10px;
	}
	
.detailWrap .ph02{
	position: absolute;
	top:40px;
	left:485px;
	}		

.detailWrap .ph03{
	position: absolute;
	top:370px;
	left:10px;
	}
	
.detailWrap .ph04{
	position: absolute;
	top:370px;
	left:485px;
	}			

.detailWrap .btn{
	position: absolute;
	top:730px;
	right:0;
	}			

.designerWrap{
	position:relative;
	height:630px;
	}

.designerWrap .ph01{
	position: absolute;
	top:40px;
	left:20px;
	}
	
.designerWrap .ph02{
	position: absolute;
	top:390px;
	left:0;
	}	

.designerWrap .txt{
	position: absolute;
	top:40px;
	left:350px;
	}	
	
.cautionWrap{
	position:relative;
	height:630px;
	}	

.cautionWrap .ph01{
	position: absolute;
	top:30px;
	left:20px;
	}

.cautionWrap .ph02{
	position: absolute;
	top:230px;
	left:20px;
	}

.cautionWrap .ph03{
	position: absolute;
	top:430px;
	left:20px;
	}

.cautionWrap .txt{
	position: absolute;
	top:30px;
	left:400px;
	}				

.onsaleWrap{
	position:relative;
	height:630px;
	}
	
.onsaleWrap .txt{
	position: absolute;
	top:50px;
	left:465px;
	}
	
.onsaleWrap .btn01{
	position: absolute;
	top:300px;
	left:465px;
	}
	
.onsaleWrap .btn02{
	position: absolute;
	top:370px;
	left:465px;
	}		
	
.onsaleWrap .itemimage{
	position: absolute;
	top:50px;
	left:0;
	}
	
.amazonButtonWrap {
    margin-top: 10px;/*←ボタンの上に少し隙間を空けます*/
}
.amazonButton{
	width:205px;/*←購入手続きへ進む画像のサイズにボタン幅を合わせます*/
}
	