/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td {margin:0px; padding:0px;}
table {border-collapse:collapse; border-spacing:0px;}
fieldset,img {border:0px;}
ol,ul {list-style:none;}
caption,th {text-align:center;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0px;}
   
body * {line-height:1.22em; word-break:break-all;}
/* line-height:1.22em;について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

/* --- Reset End --- */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:170%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;
	color:#333333;
background:url(https://img14.shop-pro.jp/PA01182/875/etc/back-headmenu.png?20120808164850) left top repeat-x;
	}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin:0px 5px 0px 15px;
	}

a:link    {color:#333333;text-decoration:underline;}
a:visited {color:#333333;text-decoration:underline;}
a:active  {color:#333333;text-decoration:underline;}
a:hover   {color:#ee0000;text-decoration:underline;}



#wrapper{
width:100%;
background:#ededed;
}


/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
height:130px;
padding:0px;
	margin:0px 0px 20px 0px;
	}
.kanban{
padding:0px;
width:750px;
height:80px;
background:url(http://img.samurai-golf.net/common/kanban3.png) right top no-repeat;
vertical-align:top;
text-align:right;
}
h1{
font-size:12px;
color:#666;
margin:5px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.title {
	width:950px;
	height:130px;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
	color:#333333;
	font-size:22px;
	}

.title a         {color:#333333;}
.title a:link    {color:#333333; text-decoration:none;}
.title a:visited {color:#333333; text-decoration:none;}
.title a:active  {color:#333333; text-decoration:none;}
.title a:hover   {color:#333333; text-decoration:none;}

#gbn {
	margin-bottom:15px;
	}
	
#gbn1 {width:90px;}
#gbn2 {width:88px;}
#gbn3 {width:89px;}
#gbn4 {width:89px;}
#gbn5 {width:89px;}
#gbn6 {width:88px;}
#gbn7 {width:89px;}
#gbn8 {width:101px;text-align:right;}
#gbn9 {}
#gbn9_form {
	padding-left:20px;
	}

.gbn9_form_select {
	width:165px;
	margin-bottom:5px;
	}

.gbn9_form_input {
	width:120px;
	margin-right:5px;
	}

.menu_1 {
	width:950px;
	height:150px;
	padding:0px 15px 0px 0px;
	margin:0px;
	line-height:0em;
	text-align:right;
	font-size:10px;
	}
	
.menu_1 img{
	vertical-align:top;
	}

.menu_1 a         {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:link    {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:visited {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:active  {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:hover   {color:#FFFFFF; text-decoration:underline;}

#linkSpacer{
	margin:0px 5px 0px 5px;
	}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */
#side_area {
	padding-right:29px;
	text-align:left;
	}


table.sidemenu {
	width:195px;
	margin-bottom:15px;
	color:#333333;
	}

.side_title {
	width:195px;
	height:33px;
	margin-bottom:10px;
	}

.side_text {
	text-align:center;
	padding:5px 10px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg.gif) 0px 0px repeat-y;
	line-height:1.2em;
	}
	
.side_text_members,
.side_text_cart {
	display:block;
	text-align:center;
	padding-top:10px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}
	
.side_cat_bottom {
	width:195px;
	height:2px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg03.gif) 0px 0px no-repeat;
	}

.side_bottom {
	display:block;
	width:195px;
	height:2px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg03.gif) 0px 0px no-repeat;
	}
	
.st_contents {
	overflow:hidden;
	width:175px;
	text-align:left;
	}

.side_text a         {color:#333333; text-decoration:underline;}
.side_text a:link    {color:#333333; text-decoration:underline;}
.side_text a:visited {color:#333333; text-decoration:underline;}
.side_text a:active  {color:#333333; text-decoration:underline;}
.side_text a:hover   {color:#ee0000; text-decoration:underline;}

#manager_name {
	margin:5px 0px;
	font-weight:bold;
	text-align:center;
}


/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.side_cat_bg {
	margin-bottom:25px;
	}

.side_cat_text {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;
	}
	
.side_cat_text_group {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;	
}
	
.side_cat_text .st_contents {
	border-top:1px #e6e6e6 solid;
}

.side_cat_text_group .st_contents {
	border-top:1px #e6e6e6 dotted;
}
	
.side_cat_text .st_contents,
.side_cat_text_group .st_contents{
	padding:10px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg.gif) 0px 0px repeat-y;
	}
	
.side_cat_text .st_contents a,
.side_cat_text_group .st_contents a {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/rs_m_rect.gif) 0px 3px no-repeat;
	padding-left:15px;
}
	
.side_cat_img {
	padding:10px 0px 0px;
	}

.side_cat_text a,.side_cat_text_group a                 {color:#333333; text-decoration:underline;}
.side_cat_text a:link ,.side_cat_text_group a:link      {color:#333333; text-decoration:underline;}
.side_cat_text a:visited,.side_cat_text_group a:visited {color:#333333; text-decoration:underline;}
.side_cat_text a:active,.side_cat_text_group a:active   {color:#333333; text-decoration:underline;}
.side_cat_text a:hover,.side_cat_text_group a:hover     {color:#ee0000; text-decoration:underline;}

/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	width:175px;
	overflow:hidden;
	margin:3px 0px 3px 0px;
	padding:5px;
	font-size:10px;
	border-left:3px solid #6699CC;
	border-right:3px solid #6699CC;
	}
.incart_name {
	text-align:left;
}
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
	margin:0;
}

.postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	padding:5px 0;
}

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

.viewcart {
	padding:5px 0;
	text-align:center;
}	
/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout,
#btn_members_signup{
	text-align:center;
	}

#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding:8px 0px 3px;
	text-align:center;
	}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
.side_form_select {
	width:175px;
	margin-bottom:5px;
	}

.side_form_input {
	width:120px;
	margin-right:5px;
	}
	

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer #copy{
	border-top:1px #e6e6e6 solid;
	width:950px;
	text-align:center;
	padding-top:30px;
	margin:30px 0px;
	color:#999999;;
	}
#footer{
border-top:2px solid #ccc;
margin:0px;
padding:15px 0px 15px 0px;
font-size:13px;
color:#333;
line-height:180%;
text-align:center;
}


#footer a         {color:#333333; text-decoration:underline;}
#footer a:link    {color:#333333; text-decoration:underline;}
#footer a:visited {color:#333333; text-decoration:underline;}
#footer a:active  {color:#333333; text-decoration:underline;}
#footer a:hover   {color:#ee0000; text-decoration:underline;}


/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */

.main_title {
	width:726px;
	padding-bottom:15px;
	}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_top {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#333;
	}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#333333;
	}
	
.common_image img{
	margin-bottom:15px;
	display:block;
}

	
/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
#shop_info {
	margin-top:60px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {

}

#shop_info .cont {
	padding:10px 15px;
}

#shop_info_pay {background:transparent url(https://img.shop-pro.jp/tmpl_img/31/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(https://img.shop-pro.jp/tmpl_img/31/shop_info_deli_bg.gif) 0px 0px repeat-y;}

#right_pay_deli_bg {
	height:2px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/right-pay_deli_bg.gif) 0px 0px no-repeat;
	width:726px;
}


/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

.info{
margin:0px 0px 20px 0px;
padding:13px;
font-size:13px;
color:#333;
line-height:160%;
border-left:2px solid #ccc;
border-right:2px solid #ccc;
border-bottom:2px solid #ccc;
}

.info_block {
	width:726px;
	margin:0px 0px 30px;
	border:#e5e5e5 solid 1px;
	}
	
.info_title {
	font-weight:bold;
	margin:0px 0px 10px;
	padding:15px 15px 0px;
}

.info_text {
	padding:0px 15px 15px;
	color:#333333;
	}
.info_text ul{
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
}
.info_text li{
font-size:13px;
line-height:25px;
border-bottom:1px dotted #ccc;
}
.time{
font-weight:bolder;
color:#30C706;
}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	text-align:left;
	color:#333333;
	}

/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width:726px;
	height:28px;
	color: #333333;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_01 a:active,
.sort_01 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_all {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_all {
	padding:0px;
	margin:0px;
	color:#333333;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
	width:726px;
	height:28px;
	color:#333333;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_02 a:active,
.sort_02 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_search {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_search {
	padding:0px;
	margin:0px;
	color:#333333;
	}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width:726px;
	height:28px;
	background:#e7e7e7;
	margin-bottom:15px;
	}

.pagenavi a {
	color:#333333; text-decoration:underline;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.product_list {
	float:left;
	width:129px;
	text-align:center;
	margin:0px 8px 0px 8px;
	padding:0px 0px 0px 0px;
	}

.product_item {
	width:129px;
	text-align:center;
	padding:0px 0px 15px 0px;
	}

.product_item img {
	border:1px solid #999999;
	}

.product_item .name {
	margin:10px 0px 0px;
	color:#333333;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	font-weight:bold;
	}

.product_item .expl {
	color:#333333;
	line-height:120%;
	text-align:left;
	margin:5px 0px;
	}

.product_list a         {color:#333333; text-decoration:underline;}
.product_list a:link    {color:#333333; text-decoration:underline;}
.product_list a:visited {color:#333333; text-decoration:underline;}
.product_list a:active  {color:#333333; text-decoration:underline;}
.product_list a:hover   {color:#ee0000; text-decoration:underline;}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	width:726px;
	color:#333333;
	margin-bottom:15px;
	}

.footstamp a         {color:#333333; text-decoration:underline;}
.footstamp a:link    {color:#333333; text-decoration:underline;}
.footstamp a:visited {color:#333333; text-decoration:underline;}
.footstamp a:active  {color:#333333; text-decoration:underline;}
.footstamp a:hover   {color:#ee0000; text-decoration:underline;}

.txt-f10 {
	font-size:10px;
	}

.footstamp img {
	vertical-align:middle;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	padding-top:20px;
	text-align:center;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.ci_main_title {
	border-bottom: 5px solid #ABABAB;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	float:left;
	margin: 15px 0;
	padding: 0 9px 0 12px;
	width: 100px;
	}

.checkitem .price {
	font-weight:bold;
	}

.checkitem .ci_img {
	width:98px;
	margin-bottom:3px;
	border:1px solid #999999;
	}

/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

.detail_cont {
	width:726px;
}

.detail_img_block {
	width:405px;
	float:left;
}

.detail_txt_block {
	width:294px;
	float:right;
	text-align:left;
}


.detail_img_block img {
	border:1px solid #999999;
}

.product_name {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.expl_block {
	margin-bottom:30px;
}

.detail_img {
	margin-bottom:20px;
}

.detail_other {
	width:405px;
}

.detail_other .sub {
	width:101px;
	float:left;
}

.detail_other .sub img {
	width:95px;
}

.detail_txt_block table.table {
	width:294px;
	border-left:#e7e7e7 solid 1px;
	border-top:#e7e7e7 solid 1px;
	margin-bottom:20px;
}

.detail_txt_block table.table td.tit,
.detail_txt_block table.table td.cont {
	padding:15px;
	border-right:#e7e7e7 solid 1px;
	border-bottom:#e7e7e7 solid 1px;
white-space: nowrap;
}

.detail_txt_block table.table td.tit {
	width:100px;
white-space: nowrap;
}

.sk_link_other {
	margin-bottom:20px;
}

.txt_option {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_option.gif) 0px 3px no-repeat;
	padding-left:15px;
}

.txt_back {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_back.gif) 0px 0px no-repeat;
	padding-left:22px;
}

.txt_tell {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_tell.gif) 0px 3px no-repeat;
	padding-left:22px;
}

.txt_inq {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_inq.gif) 0px 0px no-repeat;
	padding-left:22px;
}

.txt_review {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_review.gif) 0px 0px no-repeat;
	padding-left:22px;
}
.txt_reviewpost {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_post.gif) 0px 0px no-repeat;
	padding-left:22px;
}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:20px;
}

.rs_pd_cart_btn {
	margin-bottom:10px;
}

.btn_quick {
}


/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_detail {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	}

.discount_rate_detail {
	padding:0px;
	margin:0px;
	color:#333333;
	}

p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

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

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */
#together {
	margin:65px 0px 0px;
	}

#together .tog_main_title {
	margin:0px 0px 15px;
	}

#together .together_list {
	margin:0px 3px;
	float:left;
	width:175px;
	}

#together .together_list img {
	border:1px solid #999999;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
#trackback {
	margin:30px 0px 15px;
}

#trackback .tb_main_title {
	font-weight:bold;
	margin:0px 0px 5px;
}


#trackback .tb_url {
	padding:6px 8px;
	border:1px solid #e7e7e7;
	}

#trackback .tb {
	}

#trackback .tb_date {
	padding:10px 0px;
	}

#trackback .tb_title {
	padding:0px 0px 10px;
	}

#trackback .tb_body {
	line-height:150%;
	padding:10px 0px;
	border-top:1px dotted #e7e7e7;
	border-bottom:1px dotted #e7e7e7;
	}

#trackback .tb_state {
	padding:0px;
	}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .main_title {
	margin:15px auto;
	padding:5px 0px;
	background:#e7e7e7;
	height:auto;
	width:564px;
}

#Option .main_title .cont {
	padding:0px 5px;
}
 
 
#Option .option_table {
	width:564px;
	margin-bottom:5px;
	border-left:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	}

#Option .option_cell1 {
	text-align:left;
	font-weight:normal;
	padding:5px 5px 5px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#Option .option_cell2 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 6px 2px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#Option .option_cell3 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 10px 2px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

div#Option table.main_title td{
	text-align:left;
}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#333333;
	}

.price_detail_stock {
	padding:0px;
	margin:0px;
	}

.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#333333;
	}

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
 
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	}

#ShopKeeper {
	width:726px;
	margin-bottom:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	}

#ShopKeeper th {
	width:200px;
	overflow:hidden;
	padding:10px;
	font-weight:normal;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#ShopKeeper td {
	padding:10px;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}
	
#ShopKeeper2 {
	width:726px;
margin-top:15px;
	margin-bottom:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	}

#ShopKeeper2 th {
	width:200px;
	overflow:hidden;
	padding:10px;
	font-weight:normal;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
background:#F5F5E6;
	}

#ShopKeeper2 td {
	padding:10px;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}
	
#ShopKeeper2 td table th,
#ShopKeeper2 td table td,
#ShopKeeper2 td table,
#ShopKeeper2 td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper2 th img,
#ShopKeeper2 td img {
	vertical-align:middle;
	}


/* 検索結果 */
.txt-search {
	padding:5px 10px;
	background:#e7e7e7;
	border-bottom:1px solid #FFFFFF;
	}

.txt-hitNum {
	margin-bottom:15px;
	padding:5px 10px;
	background:#e7e7e7;
	}

.txt-search strong,
.txt-hitNum strong {
	font-weight:bold;
	}




/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	margin-bottom:15px;
	color:#333333;
	}

.pe_title {
	padding-top:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	}

.pe_note {
	line-height:150%;
	margin:5px 5px 20px 30px;
	}

/* ************************************************ 
 *	float解除
 * ************************************************ */


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

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 10px;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}



.title{
	padding:0px 0px 0px 15px;
	margin:0px;
	width:auto;
	color:#fff;
text-align:left;
height:29px;
	line-height:29px;
	font-size:11px;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:0.1em;
	background:url(https://img14.shop-pro.jp/PA01182/875/etc/back-title.png?20120808110904) left top no-repeat;
}

.title3{
	padding:0px 0px 0px 10px;
	margin:0px;
	width:auto;
	color:#fff;
text-align:left;
height:29px;
	line-height:29px;
	font-size:13px;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:0.2em;
font-family:David;
	background:url(https://img14.shop-pro.jp/PA01182/728/etc/back-title.png?20120720002354) left top repeat-x;
}

.rank{
	padding:5px 0px 0px 15px;
	margin:0px;
	width:auto;
	color:#fff;
text-align:left;
height:35px;
	line-height:15px;
	font-size:11px;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:0.1em;
	background:url(https://img14.shop-pro.jp/PA01182/875/etc/back-title2.png) left top no-repeat;
}

.price{
margin:3px 0px 0px 0px;
font-size:12px;
color:#666;
}
.left-recommend{
background:#ededed;
margin:0px 0px 15px 0px;
}
.recommend-img{
margin:0px;
padding:5px 7px 5px 5px;
vertical-align:top;
text-align:left;
border-bottom:1px dotted #ccc;
}
.recommend-bun{
padding:5px 3px 5px 0px;
font-size:12px;
color:#333;
border-bottom:1px dotted #ccc;
}

.search{
margin:0px 0px 20px 0px;
padding:10px;
border-left:2px solid #ccc;
border-right:2px solid #ccc;
border-bottom:2px solid #ccc;
}





.list{
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
}
.list a      {text-decoration:none;color:#333;}
.list a:hover{text-decoration:none;color:#333;}

.list ul{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.list .ca1{
margin:0px 0px 0px 0px;
padding:6px 5px 6px 15px;
border-left:2px solid #ccc;
border-right:2px solid #ccc;
border-bottom:1px dotted #ccc;
background:#fff;
}
.list .ca1:hover{
margin:0px 0px 0px 0px;
padding:6px 5px 6px 15px;
border-left:2px solid #ccc;
border-right:2px solid #ccc;
border-bottom:1px dotted #ccc;
background:orange;
}
.list .ca2{
margin:0px 0px 0px 0px;
padding:6px 5px 6px 15px;
border-left:2px solid #ccc;
border-right:2px solid #ccc;
border-bottom:2px solid #ccc;
}
.list .ca2:hover{
margin:0px 0px 0px 0px;
padding:6px 5px 6px 15px;
border-left:2px solid #ccc;
border-right:2px solid #ccc;
border-bottom:2px solid #ccc;
background:orange;
}

.left-banner{
margin:20px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.left-banner img{
margin-bottom:8px;
}

<!--
.calendar table{
margin:0px 0px 20px 0px;
border-top:1px solid #999;
border-left:1px solid #999;
}

.calendar td{
border-bottom:1px solid #999;
border-right:1px solid #999;
padding:5px 0px 5px 0px;
}
-->

.tbl_calendar {
width=200px;
margin:10px 0px 20px 0px;
border-top:1px solid #999;
border-left:1px solid #999;
border-collapse: collapse !important;
border-spacing: 0 !important;
text-align: -moz-center;
}

.tbl_calendar th, .tbl_calendar td {
padding: 7px !important;
border-bottom:1px solid #999;
border-right:1px solid #999;
padding:5px 0px 5px 0px;
}

.guide{
margin:0px 0px 25px 0px;
border-left:2px solid #ccc;
border-right:2px solid #ccc;
border-bottom:2px solid #ccc;
font-size:13px;
line-height:150%;
color:#333;
}

.guide table{
margin:5px 0px 10px 0px;
padding:0px;
}
.guide td{
padding:5px 20px 5px 0px;
vertical-align:top;
text-align:left;
}
.guide-title0{
border-left:6px solid #333;
line-height:20px;
font-size:15px;
font-weight:bolder;
padding:0px 0px 0px 10px;
margin:0px 0px 10px 0px;
}
.guide-title{
border-left:6px solid #333;
line-height:20px;
font-size:15px;
font-weight:bolder;
padding:0px 0px 0px 10px;
margin:10px 0px 10px 0px;
}

.copy{
width:100%;
padding:5px 0px 5px 0px;
font-size:12px;
font-weight:bolder;
color:#fff;
background:#333;
}

.rankingbox{
display:block;
width:任意px;
padding:0;
margin:3px 0 5px 0;
border-bottom: 1px dotted #ccc;
}

img.pbimgl{
float:left;
width:60px;
padding:0 5px 0 0;
}

.rankingbox:after{
content:"";
display:block;
height:0;
clear:both;
} 

.btxt{
text-align: right;
font-weight:bold;
padding:3px 5px 0 0;
}

.rank-waku{
margin:0px;
padding:5px 5px 10px 5px;
border-left:2px solid #ccc;
border-right:2px solid #ccc;
border-bottom:2px solid #ccc;
}

#free{
margin:0px;
padding:0px;
font-size:13px;
line-height:140%;
}
.free-title{
width:726px;
text-align:center;
font-size:25px;font-weight:bolder;margin:0px 0px 10px 0px;
}

.free-title2{
border-left:5px solid #666;
text-align:left;
padding:0px 0px 0px 10px;
font-size:15px;
font-weight:bolder;
margin:10px 0px 10px 0px;
line-height:20px;
}

.free-title3{
border-left:5px solid #666;
text-align:left;
padding:0px 0px 0px 10px;
font-size:15px;
font-weight:bolder;
margin:30px 0px 10px 0px;
line-height:25px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
background:#ededed;
}

/* -------------------------------------
*     ご利用案内　2列表示用
* ------------------------------------- */

.guide2{
margin:0px 0px 25px 0px;
padding:10px;
border-left:2px solid #ccc;
border-right:2px solid #ccc;
border-bottom:2px solid #ccc;
font-size:10px;
line-height:150%;
color:#333;
}

.guide-title_1{
border-left:6px solid #333;
line-height:15px;
font-size:14px;
font-weight:bolder;
padding:0px 0px 0px 5px;
margin:5px 0px 10px 0px;
}

.guide-title_2{
font-size:12px;
font-weight:bolder;
padding: 0px 0px 5px 5px;
}

/* -------------------------------------
*     フリー　Q&A
* ------------------------------------- */

.question{
background:url(https://img14.shop-pro.jp/PA01182/875/etc/icon-question.png?20130122001411) left top no-repeat;
margin:10px 0px 10px 0px;
font-size:15px;
font-weight:bolder;
padding:5px 0px 5px 30px;
}
.answer{
margin:0px 0px 30px 0px;
padding:0px;
}

/* -------------------------------------
*     フリー　メッキページ
* ------------------------------------- */

.plating_flow{
	padding:10px;
	margin:10px;
	width:700px;
	color:#333333;
	text-align:left;
	height:auto;
	font-size:12px;
	vertical-align:middle;
	letter-spacing:0.2em;
	background-color: #E0FCFB;
	border: thin solid #B6B6B6;;
}

.plating_flow2{
	padding:5px;
	margin:10px 0px 0px 30px;
	width:493px;
	color:#333333;
	text-align:center;
	height:auto;
	font-size:12px;
	align:center;
	letter-spacing:0.2em;
	background-color: #F6F6F6;
	border: thin solid #B6B6B6;;
}

/* -------------------------------------
*     フリー　地クラブ動画
* ------------------------------------- */

.table-doga{
width:700px;
margin:10px 0px 10px 15px;
padding:0px 0px 0px 0px;
border-top:1px solid #BFBFBF;
border-right:1px solid #BFBFBF;
}
.table-doga td{
width:500px;
margin:0px 0px 0px 0px;
padding:5px 5px 5px 5px;
text-align:left;
color:#333;
border-left:1px solid #BFBFBF;
border-bottom:1px solid #BFBFBF;
font-size:13px;
}
.table-doga .doga-daimei{
color:#FFFFFF;
text-align:center;
font-size:15px;
font-weight:bolder;
background:#000000;
width:700px;
}
.table-doga th{
padding:5px 5px 5px 5px;
width:200px;
font-weight:bolder;
text-align: center;
color:#000000;
background:#bdbdbd;
font-size:13px;
border-left:1px solid #BFBFBF;
border-bottom:1px solid #BFBFBF;
}

.doga-list{
width:722px;
margin:10px 0px 10px 15px;
padding:0px 0px 0px 0px;
border-top:1px solid #BFBFBF;
border-right:1px solid #BFBFBF;
text-align:center;
font-size:13px;
font-weight:bolder;
}

.doga-list th{
padding:5px 5px 5px 5px;
font-weight:bolder;
text-align: center;
color:#000000;
background:#E0E0E0;
font-size:13px;
border-left:1px solid #BFBFBF;
border-bottom:1px solid #BFBFBF;
}

.doga-list td{
margin:0px 0px 0px 0px;
padding:5px 5px 5px 5px;
text-align:left;
border-left:1px solid #BFBFBF;
border-bottom:1px solid #BFBFBF;
font-size:13px;
}

.doga-title{
border-left:6px solid #333;
line-height:20px;
font-size:16px;
font-weight:bolder;
padding:0px 0px 0px 10px;
margin:20px 0px 20px 20px;
text-align: left;
}


a.youtube {color:#CC0000;}
a.youtube:link {color:#CC0000;}
a.youtube:visited {color:#5151CC;}
a.youtube:active {color:#CC0000;}
a.youtube:hover {color:#CC0000;}


/* -------------------------------------
*     フリー　クラフトマンシップ
* ------------------------------------- */
.craftsmanship-text {
font-size: 14px;
color: #ffffff;
margin: 0px 44px 0px 33px;
}

div#craftsmanship {
background: #000000;
width: 725px;
margin: 0px 0 0px 0;
}

.center{
text-align: center;
}

/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
padding-top: 20px; /* ナビゲーションの上パディング */
background-color: #ffffff; /* ナビゲーションの背景色 */
border-bottom: 3px #000000 solid; /* 下境界線 */
font-size: 120%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 99%; /* メニューの幅 */
margin: 0 auto; /* メニューのマージン（上下、左右） */
padding: 0;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
margin-right: 4px; /* タブの右マージン */
background: #000000 url(http://img.samurai-golf.net/free/craftsmanship/tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
}

/* --- タブの幅（emで指定） --- */
div.nav ul.nl li.item1 {
width: 15em;
}
div.nav ul.nl li.item2 {
width: 15em;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 6px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
background: url(http://img.samurai-golf.net/free/craftsmanship/tab_gen2_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
div.nav ul.nl li.active {
background: #000000 url(http://img.samurai-golf.net/free/craftsmanship/tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
}
div.nav ul.nl li.active a {
background: url(http://img.samurai-golf.net/free/craftsmanship/tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

.craft-title{
border-left:6px solid #ffffff;
line-height:20px;
font-size:16px;
color: #ffffff;
font-weight:bolder;
padding:0px 0px 0px 10px;
margin:10px 44px 20px 33px;
}

.clubchoice-text {
font-size: 13px;
line-height: 150%;
color: #ffffff;
margin: 0px 44px 0px 33px;
}

.clubchoice-text img {
   float: right;
   margin: 0 0 0 14px !important;
   padding: 0 !important;
   border: 0 !important;
}

hr.clubchoice {
width: 95%;
height: 1px;
border: none;
border-top:dashed 1px #ffffff;
color: #ffffff;
}



/* -------------------------------------
*     フリー　店舗紹介
* ------------------------------------- */

#rounded-corner
{
	line-height: 1.8em;
	font-size: 11px;
	margin: 20px;
	width: 700px;
	text-align: center;
	border-collapse: collapse;
}
#rounded-corner th.rounded-title
{
	width: 20%;
	background: #000 url(http://img.samurai-golf.net/free/store/left.png) left -1px no-repeat;
	text-align: center;
}

#rounded-corner th.rounded
{
	width: 13%;
	border-left: 1px solid #fff;
	text-align: center;
}

#rounded-corner th.rounded_2
{
	background: #000 url(http://img.samurai-golf.net/free/store/right.png) right -1px no-repeat;
	width: 28%;
	border-left: 1px solid #fff;
	text-align: center;
}

#rounded-corner td.rounded_3
{
	border-left: 1px solid #fff;
}

#rounded-corner td.rounded_4
{
	border-left: 1px solid #fff;
	text-align: left;
	font-size: 8px;
}

#rounded-corner th
{
	padding: 8px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: #000;
}
#rounded-corner td
{
	padding: 8px;
	background: #EEEEEE;
	border-top: 1px solid #fff;
	color: #000;
}
#rounded-corner td.rounded-foot-left
{
	background: #EEEEEE url(http://img.samurai-golf.net/free/store/botleft.png) left bottom no-repeat;
}
#rounded-corner td.rounded-foot-right
{
	background: #EEEEEE url(http://img.samurai-golf.net/free/store/botright.png) right bottom no-repeat;
	border-left: 1px solid #fff;
	text-align: left;
	font-size: 8px;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

/* -------------------------------------
*     商品バナー
* ------------------------------------- */
.banner table{
margin:5px 0px 10px 0px;
padding:0px;
}
.banner td{
padding:0px 10px 10px 0px;
}