@charset "utf-8";

/* initialization
------------------------------*/
a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,tfoot,thead,time,tr,th,td,ul,var,video {margin: 0; padding: 0; outline: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;}
address,caption,cite,code,dfn,th,var {font-style: normal; font-weight: normal;}
body {position: relative; zoom: 1; font-size: small; line-height: 1; -webkit-text-size-adjust: 100%; font-family: "メイリオ",Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Verdana,Arial,Helvetica,sans-serif;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
del {text-decoration: line-through;}
ins {background-color: #ff9; color: #333; text-decoration: none;}
mark {background-color: #ff0; color: #333;}
table {border-collapse: collapse; border-spacing: 0;}
caption,th {text-align: left;}
fieldset,img {border: 0;}
ol,ul {list-style: none;}
input, textarea, select {font-family: inherit; font-weight: inherit;}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img {vertical-align: top;}

/* 項目選択肢の両サイドにスペース */
td.inventory_choice_name {
    padding: 0px 10px;
}
/* clearfix
------------------------------*/
.clearfix, #content {zoom:1;}
.clearfix:after, #content:after {content: ""; display: block; clear: both;}

/* link
------------------------------*/
a:link, a:active, a:visited {text-decoration: none; color: #3b5a9a;}
a:hover/*, a:focus*/ {text-decoration: underline; color: #e2403b;}

a:hover img,
a:hover .a,
/*.hover:hover,*/
.partsButton a:hover,
.FS2_figure_table_td_cart_btn input:hover,
.FS2_members_login_link a:hover,
.search input[src]:hover {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	opacity: 0.7;
	filter: alpha(opacity=70);
	zoom: 1;
}

/* outline
------------------------------*/
body {
	line-height:170%;
	width: 100%;
}
#header,
#header2,
.container,
#content {
	width: 1020px;
	/*margin: 0 auto;*/
}

#IFheader,
#IFcontent,
#IFfooter {
	width: 1020px;
	margin: 0 auto;
}
#IFheader { height: 375px;}

#main {
	float: right;
	width: 780px;
}
#sidebar {
	float: left;
	width: 220px;
	/*height:3500px;*/
}
.column1 #main {
	float: none;
	clear: both;
	width: auto;
}
.content {
	padding-bottom: 20px;
	line-height: 1.6;
}

.sp {display: none!important;}

/* header
------------------------------*/
#header {
	padding: 0 0 23px;
}
#header .siteName {
	position: relative;
	zoom: 1;
}
#header .logo {
	float: left;
	width: 450px;
	padding: 16px 0 0;
}
	#header .logo .pc {
		margin: 0 0 0 16px;
	}
#header .contact {
	float: right;
	width: 550px;
	padding: 3px 0 0;
	text-align: right;
	letter-spacing: -0.45em;
}
	#header .contact span {
		letter-spacing: normal;
		padding: 0 0 0 6px;
	}
#header .fbLike {
	padding: 0 6px 0 0;
	height:20px;
	width:110px;
}

#header .menu {
	background: #dfe3e5;
	border-radius: 5px 5px 0 0;
	padding: 0 0 0 6px;
}
#header .search {
	float: left;
	width: 390px;
	padding: 6px 0 0;
	letter-spacing: -0.45em;
}
	#header .search span {
		display: inline-block;
		vertical-align: top;
	}
		#header .keyword input {
			box-shadow: 2px 2px 2px rgba(0,0,0,0.3) inset;
			border: none;
			border-radius: 4px;
			width: 332px;
			height: 26px;
			margin: 0 5px 0 0;
			padding: 2px 0 0 8px;
			font-size: 110%;
			line-height: 28px;
		}
#header .category {
	float: left;
	width: 390px;
	padding: 6px 0 0;
	/*letter-spacing: -0.45em;*/
}
	#header .category span {
		display: inline-block;
		vertical-align: top;
	}
	#header .category span.c_back {
		border-radius: 4px;
		height:42px;
		background-color: white;
		border: 1px solid #bac0c3;
	}
	#header .category span.c_title {
		position: absolute;
		top: 34px;
		left: 5px;
		font-size: 10px;
		letter-spacing: normal;
		color:#6F7172;
		position: absolute;
	}
	#header .category span.c_title:hover {
		text-decoration: underline;
	}
		#header .keyword select {
			box-shadow: 2px 2px 2px rgba(0,0,0,0.3) inset;
			border: none;
			border-radius: 4px;
			width: 332px;
			height: 26px;
			margin: 0 5px 0 0;
			padding: 2px 0 0 8px;
			font-size: 110%;
			line-height: 28px;
		}

#header .menu ul {
	float: right;
	width: 620px;
	text-align: right;
	letter-spacing: -0.45em;
}
	#header .menu li {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}
#header .nav {
	border-bottom: 4px solid #dfe3e5;
}
	#header .nav li {
		float: left;
	}

#header .search_keyword {
	width:1020px;
	height:28px;
	background: #dfe3e5;
}
#header .search_keyword li {
	float:left;
	padding:0px 0px 0px 3px;
}
#header .search_keyword li:nth-child(1) {
	line-height: 22px;
	padding-left:10px;
}
#header .search_keyword li a {
	background-color: white;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 0px 6px;
	display: inline-block;
	line-height: 20px;
}
#header .search_keyword li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:gray;
}

ul.top_keyword{
	height:30px;
	width:100%;
	background-color:#DFE3E5;
	margin: 0 auto;
	text-align:center;
	margin-bottom:10px;
	display: inline-block;
}
ul.top_keyword li{
	display: inherit;
}
ul.top_keyword a{
	color:#6F7172;
	display: block;
	text-decoration: none;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	width:100px;
}
ul.top_keyword a:hover{
	background-color:gray;
	color:#fff;
}

/* header2
------------------------------*/
#header2 {
	padding: 0 0 10px;
}
#header2 .siteName {
	position: relative;
	zoom: 1;
}
#header2 .headline{
	padding-top:15px;
	/*margin-top:15px;*/
	margin-bottom:5px;
	line-height:1;
}
#header2 .headline div{
	/*display: inline;*/
	padding-bottom:3px;
}
#header2 .headline h1{
	display:inline;
	font-size:10pt;
	color:#333;
	margin-right:10px;
	font-weight:normal;
}
#header2 .headline h1 span{
	color:#E2403B;
}

#header2 .headline div.ex{
	float: right;
	margin-top: -32px;
	display:inline;
	font-size:10pt;
	color:#333;
	margin-right:10px;
	font-weight:normal;
	text-align:right;
}
#header2 .headline div.ex span{
	color:#E2403B;
}
#header2 .headline div.ex span.ex{
	color:#333;
	font-size:8pt;
}
#header2 .headline div.ex p {
	padding-bottom:3px;
}

#header2 .logo {
	float: left;
	padding: 10px 0px 0px;
	width:325px;
	margin-right:20px;
}
#header2 .logo img{
	height:50px;
}
#header2 .fbLike {
	padding:37px 0px 0px 0px;
	height:20px;
	width:110px;
	float:left;
}
#header2 .nav{
	width:200px;
	float:left;
	padding-top:13px;
	padding-left:125px;
}
#header2 .nav li{
	float:left;
	width:50%;
	margin-bottom:5px;
}
#header2 .nav li.ret2{
	background: url(https://www.atomicgolf.jp/design/img/common/header/menu/ret.gif) no-repeat 0 0;
}
#header2 .nav li.vip2{
	background: url(https://www.atomicgolf.jp/design/img/common/header/menu/vip.gif) no-repeat 0 0;
}
#header2 .nav li.tel2{
	background: url(https://www.atomicgolf.jp/design/img/common/header/menu/phone.gif) no-repeat 0 0;
}
#header2 .nav li.beg2{
	background: url(https://www.atomicgolf.jp/design/img/common/header/menu/beg.gif) no-repeat 0 0;
}
#header2 .nav li.que2{
	background: url(https://www.atomicgolf.jp/design/img/common/header/menu/que.gif) no-repeat 0 0;
}
#header2 .nav li.pay{
	background: url(https://www.atomicgolf.jp/design/img/common/header/menu/yen.gif) no-repeat 0 0;
}
#header2 .nav li.corp{
	background: url(https://www.atomicgolf.jp/design/img/common/header/menu/corp.gif) no-repeat 2px 0;
}
#header2 .nav li a{
	text-decoration:none;
	font-size:8pt;
	color:#000;
	padding-left:25px;
	line-height: 22px;
}

#header2 .contact {
	float: right;
	width:350px;
	padding:0px;
	text-align: right;
	letter-spacing: -0.45em;
	margin-top:-7px;
}
#header2 .contact span {
	letter-spacing: normal;
	padding: 0 0 0 6px;
}

#header2 .top_keyword2{
	height:30px;
	width:100%;
	background-color:#DFE3E5;
	margin: 0 auto;
	text-align:center;
	margin-bottom:10px;
	margin-top:5px;
	border-radius: 5px;
}
#header2 .top_keyword2 li{
	width:126.5px;
	float:left;
	display:block;
	position: relative;
}
#header2 .top_keyword2 li:nth-child(n+2){
	border-left:1px dotted #fff;
}
#header2 .top_keyword2 a{
	display: block;
	line-height:30px;
	text-align:center;
	font-weight:600;
	font-size: 9.5pt;
	color: gray;
	letter-spacing: 0.15em;
}

#header2 .top_keyword2 li ul{
	position: absolute;
	z-index: 99999;
	border: 1px solid #dfe3e5;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	display: none;
}

#header2 .top_keyword2 li:hover ul{
	display: block;
}

#header2 .top_keyword2 li ul li{
	border-top: 1px solid gray;
	background:#f0f0f0;
	min-width:300px;
}
#header2 .top_keyword2 li ul li:nth-child(n+2){
	border-left:none;
}
#header2 .top_keyword2 li ul li a{
	background: url(https://www.atomicgolf.jp/design/img/common/arrow/right-c_black.png) no-repeat 96% 50%;
	text-align:left;
	padding:5px;
	font-weight:normal;
}
#header2 .menu ul {
	float: right;
	width: 467px;
	letter-spacing: -0.45em;
}
#header2 .menu li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
#header2 .menu li img{
	margin-left:20px;
	width:56px;
}
#header2 .search {
    float: left;
    width: 545px;
    padding: 3px 0px;
    letter-spacing: -0.45em;
    border: 2px solid #DFE3E5;
    border-radius: 5px;
    margin-top: 4px;
}
	#header2 .search span {
		display: inline-block;
		vertical-align: middle;
	}
		#header2 .search .keyword input {
			border: none;
			width: 482px;
			height: 30px;
			margin: 0 5px 0 0;
			padding: 2px 0 0 8px;
			font-size: 110%;
			line-height: 28px;
		}
		#header2 .search .keyword input[type="text"]:focus {
			outline: 0;
		}
		#header2 .search .btn {
			border-left: 1px solid #DFE3E5;
			padding-left: 5px;
		}
#header2 .search_keyword {
	width:100%;
	margin-top:10px;
	background-color: #F5F5F5;
	display: inline-block;
	padding: 10px 0px 1px 0px;
	border-bottom: 2px solid #E1E3E2;
	margin-bottom: 5px;
}
#header2 .search_keyword li {
	float:left;
	padding:0px 0px 5px 4px;
}
#header2 .search_keyword li.sk_top {
	line-height: 22px;
	padding-left:10px;
}
#header2 .search_keyword li a {
	background-color: white;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 0px 6px;
	display: inline-block;
	line-height: 20px;
	font-size:95%;
}
#header2 .search_keyword li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:gray;
}

#header2 input[type="checkbox"].toggle{
	display: none;
}
#header2 input[type="checkbox"].toggle + ul{
	display:none;}

#header2 input[type="checkbox"].toggle:checked + ul{
	display: inline-block;
}

#header2 #jsHomeSlideShow3 img{
	width:542px;
	height:83px;
}
#header2 #jsHomeSlideShow4 img{
	width:468px;
	height:60px;
}
#header2 .leftslide{
	float:left;
	width:390px;
	display:inline;
}
#header2 .rightslide{
	float:left;
	width:620px;
	display:inline;
	padding-left:10px;
}
#header2 .rightslide2{
	width:468px;
}
#header2 .rightslide2 p.maxpoint{
	float: right;
	font-weight: bold;
	color: #343434;
	font-size: 9pt;
}
#header2 .rightslide2 p.maxpoint span{
	color: #E14431;
	font-size: 12pt;
}

/* footer
------------------------------*/
#footer {
	background: #f0f0f0;
	padding: 19px 0 0;
	line-height: 1.6;
	font-size: 82%;
}
#footer .container {
	position: relative;
	zoom: 1;
}
#footer .col1,
#footer .col2,
#footer .col3,
#footer .col4,
#footer .col5 {
	position: relative;
	z-index: 50;
	float: left;
	margin: 0 20px 0 0;
}
#footer .col1 {width: 220px;}
#footer .col2 {width: 140px;}
#footer .col3 {width: 130px;}
#footer .col4 {width: 150px; margin: 0;}
#footer .col5 {
	float: right;
	width: 310px;
	margin: 0;
	padding: 1px 0 0;
}
	#footer .col5 li {
		float: left;
		margin: 0 0 10px 10px;
	}
#footer dt {
	border-bottom: 1px solid #bac0c3;
	margin: 0 0 4px;
	padding: 0 0 4px;
	font-weight: bold;
	font-size: 120%;
}
#footer dd {
	padding: 4px 0 0;
}
	#footer .col1 dd {
		padding-top: 6px;
	}
	#footer .col1 dd div.col1tel{
		margin-bottom: 10px;
	}
	#footer .col1 dd div.col1tel a{
		color: black;
	}
	#footer .col1 dd div.col1tel a div{
		float: left;
		font-size: 8px;
		line-height: 12px;
	}
	#footer .col1 dd div.col1tel a img{
		padding-left: 8px;
		padding-top: 2px;
	}
	#footer .col1 .text {
		padding:4px 0px 8px;
	}

#footer .partsButton {
	font-size: 118%;
}
	#footer .partsButton a {
		padding: 9px 0;
	}

#footer .menu {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
#footer .menu ul {
	text-align: center;
	letter-spacing: -0.45em;
}
#footer .menu li {
	display: inline;
	border-left: 1px solid #bac0c3;
	padding: 0 8px;
	letter-spacing: normal;
}
#footer .menu li:first-child {
	border-left: none;
}

#footer .illust {
	position: relative;
	zoom: 1;
	background: #bac0c3 url(../img/common/footer/fairway.gif) repeat-x 0 0;
	margin: 50px 0 0;
	padding: 0 0 102px;
}
	#footer .illust .shot {
		position: absolute;
		bottom: -10px;
		left: 0;
	}
	#footer .illust .green {
		position: absolute;
		bottom: -14px;
		right: -0px;
	}

#footer .copyright {
	position: absolute;
	bottom: -36px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1.4;
	font-size: 100%;
}

#footer2{
	width: 1020px;
	border-top:5px solid #DEE4E4;
	clear: both;
	padding:10px 0px;
	display: flex;
	letter-spacing:-1px;
	color:#6F7072;
	line-height: 170%;
}

#footer2 .red{
	color:#E2403B;
}
#footer2 .newline{
	margin-bottom:14px;
}
#footer2 .indent{
	padding-left:18px;
}

#footer2 .leftbox{
	width:480px;
	margin-left:10px;
}
#footer2 .leftbox .ft_line{
	width:440px;
	border-top:1px dashed #707070;
	margin-top:20px;
	padding-left: 2px;
}

#footer2 .leftbox .ft_line .partsTextLinksL a {
	margin-top:0px;
}

#footer2 .rightbox{
	width:520px;
}
#footer2 .rightbox .ft_line{
	width:518px;
	border-top:1px dashed #707070;
	margin-top:20px;
	padding-left: 2px;
}
#footer2 .rightbox .leftcontact{
	display: inline-block;
}
#footer2 .rightbox .rightcontact{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-left: 60px;
}
#footer2 .rightbox .rightcontact a{
	color:#8DBBD5;
	text-decoration: none;
	border-bottom: 1px solid #8DBBD5;
	padding-bottom:2px;
	font-size:11pt;
}

#footer2 .ft_line div.head{
	background-color:white;
	margin-top: -12px;
	display: table;
	font-size: 12pt;
	margin-left: -2px;
}
#footer2 .ft_line .partsListLinks {
	padding:5px 0 5px 0;
}

.footer2bt{
	clear:both;
	text-align:center;
	border-bottom:5px solid #DEE4E4;
	width: 1020px;
	letter-spacing:-1px;
	color:#6F7072;
	padding-top:10px;
	padding-bottom:10px;
	font-size:11pt;
}
.footer2bt p:first-child{
	display:inline;
}
.footer2bt p:nth-of-type(n+2){
	display:inline;
	border-left:2px solid #B9B9B9;
	margin-left:10px;
	padding-left:12px;
}

#pageTop .top,
#pageTop .cart {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
	background: #fff;
	width: 100%;
	height: 52px;
}
#pageTop .cart {
	bottom: 0;
	left: auto;
	right: 0;
	z-index: 90;
	width: 180px;
}
.FS2_body_Goods_GoodsDetail #pageTop .cart {
	display: block;
}
	#pageTop .top a,
	#pageTop .cart a {
		display: block;
		height: 52px;
	}
	#pageTop .top a {
		background: #333;
		text-align: center;
	}
	#pageTop .top a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		zoom: 1;
	}
		#pageTop .top a:hover img {
			opacity: 1.0;
			filter: alpha(opacity=100);
		}
	#pageTop .cart a {
		background: #fff;
	}

/* sidebar
------------------------------*/
.sidebar .section {
	margin: 0 0 24px;
}

.sidebar .loginBox {
	background: #f0f0f0;
	border-radius: 5px;
	margin: 0 0 24px;
	padding: 10px;
}
	.sidebar .loginBox table {
		width: 100%;
		margin: 0 0 6px;
	}
	.sidebar .loginBox td {
		padding: 0 0 4px;
	}
.sidebar .loginBox input {
	border: 1px solid #dfe3e5;
	border-radius: 5px;
	width: 195px;
	height: 28px;
	padding: 0 0 0 5px;
	font-size: 100%;
	line-height: 28px;
}
.sidebar .loginBox .text {
	padding: 5px 0 15px;
	font-size: 90%;
}
	.sidebar .loginBox .text ul {
		padding: 0 0 1px;
	}
	.sidebar .loginBox .text li {
		margin: 0 0 2px;
		padding: 0 0 0 20px;
	}
.sidebar .icoQuestion {
	background: url(../img/common/sidebar/question.png) no-repeat 0 50%;
}
.sidebar .icoPen {
	background: url(../img/common/sidebar/pen.png) no-repeat 0 50%;
}
.sidebar .icoQuestion a,
.sidebar .icoPen a {
	color: #e2403b;
}

.sidebar .category {
	margin: -7px 0 0;
	font-size: 110%;
	font-weight: bold;
}
.sidebar .category li {
	position: relative;
	zoom: 1;
}
.sidebar .category h3 {
	background: no-repeat 96.5% 65%
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAAHEl6c+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpiMDY2tmZiYGC4BRBADGAA5KoABBCM8R8ggECEDIgDUvAZLAUWBgKAAGIEMkSB9CsgVj179uwdRqgmfiD1ASQI4ljDDAABgAACCZyFsUEmsgEF7oMNg8qeBFLSTAzIACh6GaYMJPMLaJciiAMQYIxQ9WZAfBeIHYAST2C6YAaCXLgXiHWB+ClUEcSlSObLAak7QMwKxCfx6mRBs1MW2U4APXA1Yf5nYC0AAAAASUVORK5CYII=);
	/*background: url(//www.rakuten.ne.jp/gold/atomicgolf/design/img/common/arrow/right-b_black.png) no-repeat 96.5% 65%;*/
	border-bottom: 1px solid #dfe3e5;
}
.sidebar .category.listItem h3 a {
	display: block;
	padding: 14px 2px 3px;
	cursor: pointer;
}
.sidebar .category.listItem h3 a:hover {text-decoration: none; color: #333;}
.sidebar .category.listItem h3 a[href]:hover {text-decoration: underline; color: #e2403b;}
.sidebar .category.listItem h3 a[href]:hover span {color: #e2403b;}

.sidebar .category.listDictionary h3 {
	background: url(//www.rakuten.ne.jp/gold/atomicgolf/design/img/common/arrow/btn_down.png) no-repeat 96.5% 65%;
	padding: 14px 2px 3px;
	cursor: pointer;
}
.sidebar .category.listDictionary .pcOpened.opened h3 {
	background-image: url(//www.rakuten.ne.jp/gold/atomicgolf/design/img/common/arrow/btn_up.png);
	border-bottom-color: #333;
}
.sidebar .category ul {
	display: none;
	background: #f0f0f0;
}
.sidebar .category.listItem ul {
	position: absolute;
	top: -2px;
	left: 220px;
	z-index: 999999;
	border: 1px solid #dfe3e5;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	width: 265px;
}
.sidebar .category.listDictionary .pcOpened.opened ul {
	display: block;
}
	.sidebar .category ul li {
		border-top: 1px solid #dfe3e5;
	}
		.sidebar .category ul a {
			display: block;
			background: url(../img/common/arrow/right-c_black.png) no-repeat 96% 50%;
			color: #333;
			text-decoration: none;
		}
		.sidebar .category.listItem ul a {
			padding: 4px 15px 0 8px;
		}
		.sidebar .category.listDictionary ul a {
			padding: 10px 15px 0 8px;
			min-height: 30px;
		}
		.sidebar .category img {
			vertical-align: middle;
			width: auto;
			height: 36px;
			margin-right: 5px;
		}

.sidebar .category li:hover h3 {
	background-color: #f0f0f0;
	border-bottom-color: #333;
}
.sidebar .category .opened:hover h3 {
	background-color: transparent;
	border-bottom-color: #dfe3e5;
}
	.sidebar .category.listItem li:hover ul {
		display: block;
	}
		.sidebar .category ul a:hover {
			background-color: #dfe3e5;
		}
.sidebar .category li span {
	font-weight: normal;
	color: #666;
	font-size:7pt;
}

.category.listItem.asuato h3 img { height:20px; margin-right:5xp;}

.sidebar .banner li {
	margin-top: 10px;
	/*text-align: center;*/
}
.sidebar .banner li:first-child {
	margin-top: 0;
}
.sidebar .banner img {
	max-width:220px;
}

.sidebar .app {
	position: relative;
	zoom: 1;
}
.sidebar .app ul {
	position: absolute;
	top: 72px;
	left: 7px;
	width: 213px;
	letter-spacing: -0.45em;
}
	.sidebar .app li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		margin: 0 6px 0 0;
	}

.sidebar .category.listItem li.subdivision:hover{
	background-color: #f0f0f0;
}
.sidebar .category.listItem li.subdivision{
	padding: 4px 0px 0 5px;
	background-color: #fff;
	border-bottom: 1px solid #dfe3e5;
}
.sidebar .category.listItem li.subdivision img{
	margin-right: 0px;
}
.sidebar .category.listItem li.subdivision a{
	display: block;
	background: no-repeat 96% 50%
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAFG9gWtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG9JREFUeNpiMDY23gkQQAwgABBAYATkdQAEEJjBCGSZAwQQTOgjiGYCMryBdA2IAxBAINFEEM0sJSUlBMSRMNF3IOIriAMQYMxAhg9Q6jwQf37+/PkpsLlINpkDqe1APAsm4ASyC4irYAI7YdbAAAB3Uxn1w7ahngAAAABJRU5ErkJggg==);
	/*background: url(//www.rakuten.ne.jp/gold/atomicgolf/design/img/common/arrow/right-c_black.png) no-repeat 96% 50%;*/
	color: #333;
	text-decoration: none;
}

.sidebar .category.listItem li.subdivision ul{
	color:#345C8F;
	padding:15px 25px;
	background-color: #FFF;
	width:550px;
	height: 389px;
	border-radius: 0px;
}


.sidebar .category.listItem li.subdivision ul li{
	border:none;
}
.sidebar .category.listItem li.subdivision ul li div{
	width:275px;
	display:block;
	float:left;
}
.sidebar .category.listItem li.subdivision ul p{
	font-size:85%;
	margin:2px 0 2px 0;
}

.sidebar .category.listItem li.subdivision ul h4{
	font-size:16pt;
	font-weight:bold;
}
.sidebar .category.listItem li.subdivision ul h5{
	font-size:85%;
	background-color:#f0f0f0;
	font-weight:normal;
	padding:3px 0 3px 10px;
	margin:10px 10px 10px 0;
}

.sidebar .category.listItem li.subdivision ul li a{
	background: url(//www.rakuten.ne.jp/gold/atomicgolf/design/img/common/arrow/right-c_black.png) no-repeat 10px 60%;
	color:#345C8F;
	display: inline;
	font-weight:normal;
	padding-left:25px;
}
.sidebar .category.listItem li.subdivision ul li a:hover{
	text-decoration: underline;
	color:#e2403b;
}

.sidebar .grayhead{
	color:#757575;
	background-color:#F0F0F0;
	height: 34px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	margin-bottom: 10px;
}

.sidebar .overseas li:first-child{
	margin-bottom:15px;
}
.sidebar .overseas li.flag1{
	float:left;
	width: 68px;
	text-align: center;
	padding: 0px 2px;
	line-height: 24px;
}
.sidebar .overseas li.flag2{
	width: 140px;
	text-align: center;
	padding: 0px 2px;
	line-height: 24px;
}

.sidebar .prize_a{
	height: 600px;
	overflow: auto;
}
.sidebar .prize_a .prize_b{
	font-size: 9pt;
	padding-right: 2px;
}
.sidebar .prize_b li{
	margin-bottom:8px;
}
.sidebar .prize_b img{
	width:80px;
}
.sidebar .prize_b div{
	float:right;
	padding-top:5px;
	line-height:22px;
}
.sidebar .prize_t li{
	padding-left: 1em;
	text-indent: -1em;
}

.sidebar .listItem2{
	*zoom: 1;
	list-style-type: none;
	width: 220px;
	margin: -10px auto 30px;
	padding: 0;
}

.sidebar .listItem2 li{
	position: relative;
	margin: 0;
	padding: 0;
	background: url(//www.rakuten.ne.jp/gold/atomicgolf/design/img/common/arrow/right-b_black.png) no-repeat 96.5% 65%;
	border-bottom: 1px solid #dfe3e5;
}
.sidebar .listItem2 li a{
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #3b5a9a;;
	font-size: 14px;
	line-height: 1;
	font-weight:bold;
}
.sidebar .listItem2 li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.sidebar .listItem2 li ul li{
	width: 100%;
	background: #f0f0f0;
	border-bottom: none;
	padding:5px;
	padding-bottom:0px;
}
.sidebar .listItem2 li ul li:last-child{
	padding-bottom:10px;
}
.sidebar .listItem2 li ul h5{
	color: #3b5a9a;;
	background: #fff;
	width: 200px;
	padding:3px 0px;
	padding-left:10px;
	font-size:110%;
}
.sidebar .listItem2 li ul li a{
	padding: 0px 15px;
	display:inline-block;
	font-weight:normal;
	font-size: 90%;
}
.sidebar .listItem2 li a:hover{
	color: #e2403b;
}
.sidebar .listItem2 ul{
	overflow: hidden;
	width: 0;
	transition: .5s;
	z-index: 999999;
	padding: 5px 0px;
}
.sidebar .listItem2 li:hover ul{
	width: 100%;
}
.sidebar .listItem2 li:hover ul li a{
	white-space: nowrap;
}
.sidebar .listItem2 li.subdivision {
	background: none;
}
.sidebar .listItem2 li.subdivision a {
	background: url(//www.rakuten.ne.jp/gold/atomicgolf/design/img/common/arrow/right-c_black.png) no-repeat 96% 50%;
	color: #333;
	padding: 10px 0px 5px 5px;
}
.sidebar .listItem2 li.subdivision a:hover{
	color: #e2403b;
}
.sidebar .listItem2 .partsBarHeader {
	margin: 10px 0 0 0;
}

/* member */
.FS2_repeater .stageimage_:nth-child(2),
.FS2_repeater .stageimage_guest:nth-child(1),
.FS2_repeater .stageimage_1:nth-child(2),
.FS2_repeater .stageimage_2:nth-child(2),
.FS2_repeater .stageimage_3:nth-child(2),
.FS2_repeater .coupon_false:nth-child(1),
.FS2_repeater .coupon_true:nth-child(2){
	display:none;
}
.FS2_repeater .memberBox{
	background-color:#FDF1D9;
	border-radius:10px;
	margin-bottom:15px;
	padding:0px;
}
.FS2_repeater .memberBox .mb_top{
	background-color:#FAD392;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	width:100%;
	margin-bottom:3px;
}
.FS2_repeater .memberBox .mb_text{
	padding:10px 10px 5px 10px;
	display:inline-block;
}
.FS2_repeater .memberBox .mb_text span{
	display:inherit;
}
.FS2_repeater .memberBox .mb_line{
	padding:12px 0px 5px 27px;
	margin: 0px 15px 0px 13px;
	border-bottom: 1px solid #F0E0AB;
	color: #333333;
}
.FS2_repeater .memberBox .mb1{
	background: url(https://www.atomicgolf.jp/design/img/common/icon/member.png) no-repeat 3px 65%;
}
.FS2_repeater .memberBox .mb2{
	background: url(https://www.atomicgolf.jp/design/img/common/icon/point.png) no-repeat 3px 65%;
}
.FS2_repeater .memberBox .mb3{
	background: url(https://www.atomicgolf.jp/design/img/common/icon/coupon.png) no-repeat 3px 65%;
}
.FS2_repeater .memberBox .partsButton{
	padding:15px 12px 15px 12px;
}

/* ranking */
#ranking .ranktop1{
	color:#219DD9;
	width:99%;
	border-bottom:1px dashed #DFE3E5;
	font-weight:bold;
	margin-bottom:3px;
	font-size:10pt;
}
#ranking .ranktop2{
	font-size:13pt;
	font-weight:bold;
	margin-bottom:10px;
	color:#393939;
}
#ranking .rankhead{
	font-size:24pt;
	font-weight:bold;
	color:#393939;
	background-image:url(https://www.rakuten.ne.jp/gold/atomicgolf/design/img/product/rank/crown.gif);
	background-repeat: no-repeat;
	padding-left:80px;
	line-height:60px;
	margin-bottom:20px;
}

#ranking .tabsAll {
	margin-bottom: 20px;
	width:100%;
	display: flex;
}
#ranking .tabsAll li a {
	display: block;
	float: left;
	margin-right:1px;
	padding: 6px 10px 3px 10px;
	text-align: center;
	background-color: #DFE3E5;
	color: #424242;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
#ranking .tabs {
	margin-bottom: 20px;
	width:100%;
	display: flex;
	border-bottom:4px solid #F0F0F0;
	margin-right: 5px;
}
#ranking .tabs li a {
	display: block;
	float: left;
	margin-right:2px;
	padding: 4px 0px 1px 0px;
	text-align: center;
	width:100px;
	border-radius: 6px 6px 0px 0px;
	background-color: #F0F0F0;
	color: #424242;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
}

/* rightnavi */
#IFrightnavi{
	position:fixed;
	top:10px;
	right:0px;
	left:1150px;
	margin:0 auto;
	width:100px;
}
#IFrightnavi iframe{
	width:100px;
	height:820px;
}
.rightnavi.banner li{
	margin-bottom:5px;
}
#rightnavi {
	position: fixed;
	top: 20px;
	right: 0px;
	left: 1150px;
	margin: 0 auto;
	width: 100px;
}
#rightnavi li {
    margin-bottom: 5px;
}

/* leftnavi */
#IFleftnavi{
	position:fixed;
	top:10px;
	right:1220px;
	left:0px;
	margin:0 auto;
	width:100px;
}
#IFleftnavi iframe{
	width:100px;
	height:820px;
}
.leftnavi.banner li{
	margin-bottom:5px;
}


/* sidebar アコーディオン
------------------------------*/
#ItemCategory .category.acod h3 {
	background: none;
}
/* 位置調整 */
#ItemCategory .category.listItem h3 {
		position: relative;
	}
#ItemCategory .category.listItem label {
	position: absolute;
	top: 11px;
	right: 0px;	
}
/*チェックは隠す*/
#ItemCategory .category.listItem input {
    display: none;
}
/*中身を非表示にしておく*/
#ItemCategory .category.listItem .acod-content {
	/* 打消し */
	display: block;
	position: initial;
	width: auto;
	box-shadow: none;
	border: none;
	background-color: #fff;
	font-weight:normal;

	height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
#ItemCategory .category.listItem .acod-content li {
	border: none;
}
#ItemCategory .category.listItem .acod-content a {
    display: block;
    background: no-repeat 3% 50% url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAFG9gWtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG9JREFUeNpiMDY23gkQQAwgABBAYATkdQAEEJjBCGSZAwQQTOgjiGYCMryBdA2IAxBAINFEEM0sJSUlBMSRMNF3IOIriAMQYMxAhg9Q6jwQf37+/PkpsLlINpkDqe1APAsm4ASyC4irYAI7YdbAAAB3Uxn1w7ahngAAAABJRU5ErkJggg==);
    /* background: url(../img/common/arrow/right-c_black.png) no-repeat 96% 50%; */
    color: #333;
    font-size: 85%;
	padding: 4px 10px 0 18px;
    line-height: 25px;
    font-weight: 100;
}
#ItemCategory .category.listItem .acod-content a:hover {
	background-color: #dfe3e5;
}
/*クリックで中身表示*/
#ItemCategory .acod-label:checked + label + .acod-content {
    height: auto;
    opacity: 1;
}
/*アイコンを表示*/
#ItemCategory .category.listItem label:before {
	content: url("/gold/atomicgolf/design/img/common/sidebar/acod-open.png");
	font-family: 'FontAwesome';
	padding-right: 8px;	
}
/*アイコンを入れ替える*/
#ItemCategory .acod-label:checked + label:before {
	content: url("/gold/atomicgolf/design/img/common/sidebar/acod-close.png");
}
/* 大見出し */
#ItemCategory .category.listItem .partsBarHeader {
	color: #333;
	margin: 21px 0 0px 0px;
}

span.item_desc .goodsTag {
    margin-top: 5px;
}


/*楽天レイアウト変更対応*/

#header, #header2, .container, #content {
    width: 100%;
}

#header2 .search {
    width: calc(100% - 471px);
}
#header2 .search span {
    width: calc(100% - 50px);
}
#header2 .search .keyword input {
    width: 88%;
}

#header2 .nav {
    padding-left: calc(100% - 920px);
}
#header2 .search .btn {
    width: 40px;
}


#footer2 {
    width: 100%;
}

#footer2 .leftbox {
    width: 50%;
}
#footer2 .rightbox {
    width: 50%;
}
#footer2 .leftbox .ft_line {
    width: 96%;
}
#footer2 .rightbox .ft_line {
    width: 98%;
}
.footer2bt {
    width: 100%;
}
