header"@charset "utf-8";

/* -------------------------------------

	Base Layout

------------------------------------- */

html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	font:12px/21px Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	color: #222;
	line-height:1.5;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
/*	background:url(../img/bg/bg.gif?191108) center bottom no-repeat fixed;*/
	background: #ffffff ; 
}

#page {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

#wrapper {
	width:1100px;
	margin:0 auto;
	text-align:left;
	background: #ffffff ; 
}
#container {
	width: 1000px;
	overflow: hidden;
	padding: 10px 0 0 0;
	margin: auto;
}

#main {
	overflow:hidden;
	float:right;
	width:890px;
}

#main_w900 {
	overflow:hidden;
	width:900px;
	margin:0 auto 16px auto;
}
#main_w1000 {
	overflow:hidden;
	width:1000px;
	margin:0 16px 0 0;
}
#main_w1100 {
	overflow:hidden;
	width:1100px;
	margin:0 16px 0 0;
}

#sidebar {
	overflow:hidden;
	float:left;
	width:210px;
	margin:0 0 0 17px;
}

/* 〓〓〓 リンク 〓〓〓 */
a       { color: #0000ff; text-decoration: none; }
a:hover { color: #0000ff; text-decoration: underline; }


/* -------------------------------------

	Header

------------------------------------- */

#header {
	overflow:hidden;
	position:relative;
	height: 154px;
	letter-spacing: -.4em;
	white-space: nowrap;
}
#header > * {
	letter-spacing: normal;
}

#header .header_block {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	letter-spacing: normal;
}
#header .header_block_1 {
	margin-left: 15px;
}
#header .header_block_2 {
	margin-top: 9px;
	margin-left: -3px;
}
#header .header_block_3 {
	margin-top: 9px;
	margin-left: 10px;
}
#header h1 {
	position: relative;
}
#header h1 a {
	/*background-image:url(../img/bg_sprite_common.png?20140714);*/
	background-image:url(../img/bg/bg_logo.gif?191108);
	background-position:0 0;
	/*position:absolute;
	left:16px;*/
	/*top:12px;*/
	/*top: 2px;*/
	overflow:hidden;
	display:block;
	width:235px;
	/*width:230px*/
	/*height:43px;*/
	/*height:53px;*/
	height: 0 !important;
	padding-top: 53px;
}
#header .header_c1 {
	position:absolute;
	left: 42px;
	white-space: nowrap;
	bottom: -5px;
	font-size: 10px;
	font-weight: normal;
	color: black;
}
#header .header_c2 {
	background-image:url(../img/bg_sprite_common.png?20140714);
	background-position:0 -50px;
	/*position:absolute;
	left:16px;
	top:65px;*/
	overflow:hidden;
	width:232px;
	height: 0 !important;
	padding-top: 35px;
	margin-top: 8px;
}
#header_tel {
	background-image:none;
	/*position:absolute;
	top:17px;
	left:250px;*/
	width: 418px;
	height: 95px;
	overflow: hidden;
	font-size: 11px;
}
/*#header_tel .p1 {
	background-image:url(../img/header_tel.jpg);
	background-position:-240px 0;
	overflow:hidden;
	display:block;
	width:418px;
	height:80px;
	height: 0 !important;
	height : 20px;
	padding-top: 20px;
}
*/

/*#header_tel .p2 {
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 0 8px 2px;
	border-bottom:1px dotted #CECECE;
}

#header_tel .p3 {
	background:url(../img/icon_arrow_b1.gif) 3px 5px no-repeat;
	overflow:hidden;
	padding:0 0 0 13px;
}
	#header_tel .p3 span {
		font-size:12px;
		margin:0 0 0 7px;
	}
	*/

/*20151117
#header_subNavi {
	background-image:url(../img/bg_sprite_common.png);
	background-position:-565px 0;
	position:absolute;
	top:0;
	left:673px;
	width:310px;
	height:29px;
	overflow:hidden;
	font-size:11px;
}

#header_subNavi li {
	display:inline;
	float:left;
	font-size:11px;
	height:27px;
	line-height:27px;
}
	#header_subNavi li.li_01 {
		width:80px;
		margin:0 0 0 25px;
	}
	#header_subNavi li.li_02 {
		width:95px;
		margin:0 0 0 24px;
	}
	#header_subNavi li.li_03 {
		margin:0 0 0 24px;
	}

#header_subNavi li a {
	color:#222;
	text-decoration:none;
}
	#header_subNavi li a:hover {
		color:#222;
		text-decoration:underline;
	}
*/

#header_subNavi {
	/*position:absolute;
	top:0;
	left:680px;*/
	/*
	width:330px;
	height:30px;
	*/
	overflow:hidden;
	font-size:11px;
	letter-spacing: -.4em;
}

#header_subNavi li {
	width: 100px;
	height: 28px;
	line-height: 27px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	/*float:left;*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
/*	background: #008DDD;*/
	background: #FD7F23;
	box-sizing: border-box;
}

#header_subNavi li + li {
	margin-left: 5px;
}

#header_subNavi li a {
	height: 28px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#header_subNavi li a:hover {
	text-decoration: none;
/*	background: #33A3E3;*/
	background: #FFA011;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
}

#header_btn {
	/*position:absolute;
	top:43px;*/
	/*left:680px;
	width:330px;
	overflow:hidden;*/
	margin-top: 5px;
	letter-spacing: -.4em;
}

#header_btn li  {
	width: 100px;
	height: 28px;
	line-height: 28px;;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	background: #FF7F00;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
}
#header_btn li + li {
	margin-left: 5px;
}

#header_btn li a {
	height: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
}
#header_btn .login {
	position: relative;
}
#header_btn .login.guest {
	width: 150px;
}
#header_btn .login.guest + .login.guest {
	margin-left: 10px;
}
#header_btn li a:hover {
	text-decoration: none;
	background: #FFA011;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
}

#header_btn .member {
	background-image:url(../img/bg_sprite_common.png);
	background-position:-240px -30px;
	display:inline;
	float:left;
	width:141px;
	height:32px;
	height: 0 !important;
	height /**/: 32px;
	padding-top: 32px;
	overflow:hidden;
	margin:0 18px 5px 0;
}
	#header_btn .member:hover {
		background-position:-240px -63px;
		opacity: 0.90;
		filter:alpha(opacity=90);
		-moz-opacity:0.90;
	}

#header_btn .mypage {
	background-image:url(../img/bg_sprite_common.png);
	background-position:-399px -30px;
	display:inline;
	float:left;
	width:141px;
	height:32px;
	height: 0 !important;
	height /**/: 32px;
	padding-top: 32px;
	overflow:hidden;
	margin:0 0 5px 0;
}
	#header_btn .mypage:hover {
		background-position:-399px -63px;
		opacity: 0.90;
		filter:alpha(opacity=90);
		-moz-opacity:0.90;
	}

/*
#header_btn .logout {
	background-image:url(../img/bg_sprite_common.png);
	background-position:-589px -242px;
	display:inline;
	float:right;
	width:141px;
	height: 0 !important;
	padding-top: 32px;
	overflow:hidden;
	margin:0 0 5px 0;
}
	#header_btn .logout:hover {
		background-position:-589px -275px;
		opacity: 0.90;
		filter:alpha(opacity=90);
		-moz-opacity:0.90;
	}
*/

#header_btn p {
	font-size:10px;
	margin:0 0 0 8px;
}
	#header_btn p span {
		color:#ff0000;
	}

#header_btn .cart_in {
	position: absolute;
	top: -.45em;
	right: -.45em;
	background-color: red;
	border-radius: 50%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.5em;
	width: 1.5em;
	width: calc(1.5em + 1px);
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: white;
}

#header .header_infomation {
	/*position: absolute;
	font-size: 11px;
	width: 330px;
	top: 70px;
	right: 0;*/
}
#header .header_infomation p {
	font-size: inherit;
}
#header .user_point {
	margin-top: 5px;
	position: relative;
	font-size: 12px;
}
#header .user_point dl {
	letter-spacing: -.4em;
	line-height: 2em;
	line-height: calc(2em - 2px);
	text-align: center;
	border-radius: 3px;
	background-color: #F99F05;
	border: 3px solid #F99F05;
}
#header .user_point dt, #header .user_point dd {
	display: inline-block;
	letter-spacing: normal;
	width: 50%;
    padding:0px;
}
#header .user_point dt {
	color: white;
	font-weight: bold;
}
#header .user_point dd {
	background-color: white;
	font-size: 14px;
}
#header .user_point .point_history {
}

#header #chekbox_head_menu22 {
	display: none;
}

.search_container{
	box-sizing: border-box;
	position: relative;
	border: 1px solid #999;
	padding: 3px 10px;
	border-radius: 20px;
	height: 2.3em;
	width: 400px;
	overflow: hidden;
	top: 8px;
	left: 11px;
	/*width: 400px;*/
	/*z-index: 100;*/
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
	
ul.ui-id-1{
	/*z-index: 100;*/
}
li.ui-menu-item,
li.ui-menu-item a{
	display: block;　
	width: 100%;
	font-size:14px;
	text-decoration: none;
	border:none; 
	background-color: #fff;
	color: #000;
	/*z-index: 100;*/
}
li.ui-menu-item a:hover{
	display: block;　
	width: 100%;
	font-size:14px;
	text-decoration: none;
	border:none; 
	background-color: #1682FB;
	color: #fff;
	/*z-index: 100;*/
}
	
/* 〓〓〓 globalNavi 〓〓〓 */

#globalNavi {
	background-image:url(../img/bg_sprite_common.png);
	background-position:0 -190px;
	overflow:hidden;
	width:1000px;
	height:42px;
	position:absolute;
	top:112px;
	left:0;
	letter-spacing: -.4em;
	background-color: #ffffff;
}
	#globalNavi li {
		display: inline-block;
		letter-spacing: normal;
	}
		#globalNavi li a {
			background-image:url(../img/bg_sprite_common.png);
			display:block;
			height: 0;
			padding-top: 42px;
		}
		
		#globalNavi a.stay {
			background:none !important;
		}

		#globalNavi #gnavi_01 a {
			width:106px;
			background-position:0 -106px;
		}
		
		#globalNavi #gnavi_02 a {
			width:136px;
			background-position:-106px -106px;
		}
		#globalNavi #gnavi_03 a {
			width:129px;
			background-position:-242px -106px;
		}
		#globalNavi #gnavi_04 a {
			width:129px;
			background-position:-371px -106px;
		}
		#globalNavi #gnavi_05 a {
			width:124px;
			background-position:-500px -106px;
		}
		#globalNavi #gnavi_06 a {
			width:158px;
			background-position:-624px -106px;
		}
		#globalNavi #gnavi_07 a {
			width:218px;
			background-position:-782px -106px;
		}
/*Safari用の位置調整*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root 
		#globalNavi #gnavi_01 a {
			width:106px;
			background-position:0 -106px;
		}
    _::-webkit-full-page-media, _:future, :root 
		#globalNavi #gnavi_02 a {
			width:136px;
			background-position:-105px -106px;
		}
    _::-webkit-full-page-media, _:future, :root 
		#globalNavi #gnavi_03 a {
			width:129px;
			background-position:-240px -106px;
		}
    _::-webkit-full-page-media, _:future, :root 
		#globalNavi #gnavi_04 a {
			width:129px;
			background-position:-369px -106px;
		}
    _::-webkit-full-page-media, _:future, :root 
		#globalNavi #gnavi_05 a {
			width:124px;
			background-position:-497px -106px;
		}
    _::-webkit-full-page-media, _:future, :root 
		#globalNavi #gnavi_06 a {
			width:158px;
			background-position:-620px -106px;
		}
    _::-webkit-full-page-media, _:future, :root 
		#globalNavi #gnavi_07 a {
			width:218px;
			background-position:-777px -106px;
		}

}


/* 〓〓〓 srchBox 〓〓〓 */

/* top.css打ち消しのため、セレクタを強く指定 */
#header #srchBox * {
	margin-top: auto;
}
#srchBox #srchForm {
	font-size: 10px;
}
#srchBox #srchForm::before {
	content: "\203B";
	color: red;
	font-size: 13px;
}

/* -------------------------------------

	Navi Under

------------------------------------- */

#navi_under {
	overflow:hidden;
	margin:0 0 16px 0;
}

/* 〓〓〓 緊急のお知らせ 〓〓〓 */
#urgent {
	overflow: hidden;
	float:left;
	width:726px;
/*	margin:4px 0 0 18px;*/
	line-height:1.3;
}

#urgent span {
	background:#FD7F23;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:5px;
}

#urgent a {
	font-size:12px;
}



/* 〓〓〓 Social Btn 〓〓〓 */
#social_btn {
	overflow: hidden;
	float:right;
	width:295px;
	margin:0 18px 0 0;
}

#social_btn .fb {
	overflow:hidden;
	display:inline;
	float:left;
	border:none;
	overflow:hidden;
	width:93px;
	height:21px;
}

#social_btn .tw {
	display:inline;
	float:left;
	margin:0 10px 0 0;
}

#social_btn .gp1 {
	overflow:hidden;
	display:inline;
	float:left;
	width:38px;
}

#social_btn .mc {
	overflow:hidden;
	display:inline;
	float:right;
	width:70px;
}

/* -------------------------------------

	Sidebar

------------------------------------- */

/* 〓〓〓 Side Menu 一般 〓〓〓 */

#side_menu_01 {
	margin:0 0 29px 0;
	text-decoration:none;
}

#side_menu_01 h2 {
	/*background-image:url(../img/bg_sprite_common.png);
	background-position:0 -243px;*/
	width:210px;
	height:30px;
	line-height:30px;
	/*height: 0 !important;*/
	height /**/: 30px;
	/*padding-top: 30px;*/
	overflow:hidden;
	color:#008DDD;
	font-size:13px;
	font-weight:bold;
	text-indent:10px;
	margin-bottom:5px;
}

#side_menu_01 a:hover.h2Link {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

#side_menu_01 h3 {
	height:30px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#008DDD;
	margin-bottom:5px;
}

#side_menu_01 h3 img {
	margin-right:5px;
}

#side_menu_01 h4 {
	background:url(../img/menu_arrow.jpg) no-repeat 10px 0;
	width:210px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	text-indent:20px;
	/*border-bottom:#999999 1px dotted;*/
	text-decoration:none;
}

#side_menu_01 h4 a {
	color:#000000;
	display:block;
	width:210px;
	height:30px;
	text-decoration:none;
}

#side_menu_01 h4:hover a {
	background:url(../img/menu_arrow.png) no-repeat 10px 0;
	display:block;
	width:210px;
	height:30px;
	background-color: #008DDD;
	color:#FFFFFF;
	text-decoration:none;
}

#side_menu_01 h5 {
	/*background:url(../img/sc_bg_b7.jpg) left top repeat-x;*/
	width:210px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	color:#FF9B06;
	font-size:12px;
	font-weight:bold;
	text-indent:11px;
	border-bottom:#999999 1px dotted;
}

#side_menu_01 h5 a {
	color:#FF9B06;
	display:block;
	width:210px;
	height:30px;
	text-decoration:none;
}

#side_menu_01 h5:hover a {
	display:block;
	width:210px;
	height:30px;
	background-color: #008DDD;
	color:#FFFFFF;
	text-decoration:none;
}

#side_menu_01 .current {
	display:block;
	width:210px;
	height:37px;
	background-color: #008DDD !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
}

#side_menu_01 .a_tt .current {
	display:block;
	width:210px;
	height:37px;
	background-color: #008DDD !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
}

#side_menu_01 .a_tt:hover span{
	display:block;
	width:210px;
	height:37px;
	background-color: #008DDD !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
}


#side_menu_01 .nolink {
	background:url(../img/sc_bg_b3.jpg) left center no-repeat;
	height:37px;
	padding:0 0 0 15px;
	text-indent:0;
}

#side_menu_01 .side_search {
	overflow:hidden;
}

#side_menu_01 .side_search li {
	height:28px;
	line-height:28px;
}

#side_menu_01 .side_search li+li {
	border-top:#999999 1px dotted;
}


#side_menu_01 .side_search h3 {
	width:210px;
	height:28px;
	line-height:28px;
	overflow:hidden;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	text-indent:11px;
	text-decoration:none;
}

#side_menu_01 .side_search h3 a {
	color:#000000;
	display:block;
	width:210px;
	height:28px;
	line-height:28px;
	text-decoration:none;
}

#side_menu_01 .side_search h3 a:hover {
	color:#000000;
	text-decoration:none;
	background:#EDEDED;
}


#side_menu_01 .block {
	margin:10px 0 10px 0;
	padding-bottom:10px;
	border-bottom:#999999 1px dotted;
}

#side_menu_01 .block h3 {
	border:none;
}

#side_menu_01 .block h3.orange {
	color:#FF9326;
	border:none;
}

#side_menu_02 .side_search {
	width:210px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	text-indent:11px;
	border-bottom:#999999 1px dotted;
	text-decoration:none;
}

#side_menu_02 .side_search a {
	color:#666666;
	display:block;
	width:210px;
	height:30px;
	text-decoration:none;
}

#side_menu_02 .side_search:hover a {
	color:#999999;
	text-decoration:none;
}



/* Pop Up */

#side_menu_01 .tooltip {
	width: 660px;
	position: absolute;
	z-index: 200;
	overflow: hidden;
	display: none;
	margin-top: -50px;
	/*margin-top: 20px;*/
	margin-left: 14px;
}

#side_menu_01 .tooltip > .inner {
	border: #008DDD 2px solid;
	background: #FFFFFF;
	/*padding: 20px;*/
	overflow: hidden;
	clear: both;
	/*background:url(../img/pu_bg1.png) center top no-repeat;*/
	/*padding:24px 13px 0 46px;*/
}

#side_menu_01 .tooltip > .inner > .item {
	font-size: 21px;
	color: #008DDD;
	background: #FFFFFF;
	border-bottom: #008DDD 1px solid;
	padding: 20px 20px 10px 20px;
	margin: 0;
	overflow: hidden;
	clear: both;
}

#side_menu_01 .tooltip > .inner > .item a {
	color: #008DDD;
	text-decoration:none;
}

#side_menu_01 .tooltip > .inner > .item a:hover{
	color: #008DDD;
	text-decoration: underline;
}

#side_menu_01 .tooltip > .inner > .item > .right {
}

#side_menu_01 .tooltip > .inner > .item > p.on_off {
	font-size: 11px;
	float: right;
	margin-top: 8px;
}

#side_menu_01 .tooltip > .inner > .item > p {
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
}

#side_menu_01 .tooltip > .inner > .item >.btn{
	cursor:pointer;
	color: #008DDD;
	float: right;
	font-size: 12px;
	margin-top: 5px;
}

#side_menu_01 .tooltip > .inner > p {
	font-size: 12px;
	margin-bottom: 10px;
}

#side_menu_01 .tooltip > .inner > .inner_box {
	display: table;
	margin-left: 20px;
	border-collapse: separate;
}

#side_menu_01 .tooltip > .inner > .inner_box > .od {
	width: 320px;
	background: #FFFFFF;
	overflow: hidden;
	display: table-cell;
}

#side_menu_01 .tooltip > .inner > .inner_box > .off {
	width: 320px;
	background: #EAF5FD;
	overflow: hidden;
	display: table-cell;
	padding-left: 20px;
}

#side_menu_01 .tooltip > .inner h5 {
	width: 300px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #008DDD;
	border: none;
	text-indent: 0;
	margin: 10px 0 10px 0;
	background: none;
}

#side_menu_01 .tooltip > .inner h5 a  {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #008DDD;
	border: none;
	background: none;
}

#side_menu_01 .tooltip > .inner h5 a:hover {
	text-decoration: underline;
}

#side_menu_01 .tooltip > .inner h5 > a > em {
	font-size: 12px;
}

#side_menu_01 .tooltip > .inner h6 {
	font-size: 13px;
	color: #444444;
	margin-bottom: 10px;
	margin-right: 20px;
}

#side_menu_01 .tooltip > .inner h6 a {
	color: #444444;
}

#side_menu_01 .tooltip > .inner h6 > em {
	margin-left: 15px;
}

#side_menu_01 .tooltip > .inner > .inner_box ul {
	width: 300px;
	margin: 0;
	padding-bottom: 5px;
}

#side_menu_01 .tooltip > .inner > .inner_box ul > li  {
	width: 300px;
	clear: both;
	background:url(../img/icon_arrow_b2_new02.png) left 4px no-repeat;
	display:inline;
	line-height:1.4;
}

#side_menu_01 .tooltip > .inner > .inner_box ul > li a  {
	color: #000000;
	text-decoration: none;
}

#side_menu_01 .tooltip > .inner > .inner_box ul > li a:hover {
	color:  #008DDD;
	text-decoration: underline;
}

#side_menu_01 .tooltip > .inner ul+h6 {
	border-top: #008DDD 1px dotted;
	padding-top: 15px;
}

#side_menu_01 .tooltip > .inner > .inner_od  {
	background: #FFFFFF;
	padding: 5px 20px 20px 20px;
}

#side_menu_01 .tooltip > .inner > .inner_off  {
	background: #EAF5FD;
	padding: 5px 20px 20px 20px;
}






#side_menu_01 .tooltip > .inner .bar {
	height: 30px;
	line-height: 30px;
	background: #008DDD;
	/*
	background:#5A97BD;
	margin:0 20px 17px 0;
	padding:2px 5px 2px 7px;
	*/
	overflow:hidden;
	margin-bottom: 20px;
}

#side_menu_01 .tooltip .inner .bar .ch {
	display:inline;
	float:left;
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
	text-indent: 20px;
}

#side_menu_01 .tooltip .inner .bar .ch a {
	color: #FFFFFF;
	text-decoration:none;
}
#side_menu_01 .tooltip .inner .bar .ch a:hover {
	text-decoration:underline;
}
	
#side_menu_01 .tooltip .inner .bar .on_off {
	display:inline;
	float:left;
	font-size:11px;
	color:#FFF;
	margin:1px 0 0 4px;
}

#side_menu_01 .tooltip .inner .bar .on_off img {
		vertical-align:middle;
		margin:0 0 2px 0;
	}

#side_menu_01 .tooltip .inner ul {
	overflow:hidden;
	/*padding:0 0 14px 14px;*/
	text-decoration:none;
}

#side_menu_01 .tooltip .inner ul li {
	background:url(../img/icon_arrow_b2_new02.png) left 4px no-repeat;
	display:inline;
	float:left;
	width:45%;
	margin:0 18px 8px 0;
	padding:0 0 0 12px;
	line-height:1.4;
}

#side_menu_01 .tooltip .inner ul li a {
	color: #000000;
	text-decoration: none;
}

#side_menu_01 .tooltip .inner ul li a:hover {
	color: #008DDD;
	text-decoration: underline;
}

#side_menu_01 .tooltip .btm {
	/*background:url(../img/pu_bg2.png) center bottom no-repeat;*/
	height:35px;
}

/* -------------------------------------

	OFF　アイコン

------------------------------------- */

#sidebar .price_off {
	padding: 3px;
	text-align: center;
	background: #FFA010;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 0;
	margin-left: 3px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 10px;
	font-weight: normal;
}


/* -------------------------------------

	再注文 20150714

------------------------------------- */


#sidebar > .reorder {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

#sidebar > .reorder > ul  {
	width: 100%;
	overflow: hidden;
	clear: both;
	border-top: #018DDD 3px solid;
}

#sidebar > .reorder > ul > li  {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	border-bottom: #018DDD 3px solid;
}

#sidebar > .reorder > ul > li > a {
	display: block;
	width: 210px;
	height: 60px;
	color: #333333;
}

#sidebar > .reorder > ul > li > a:hover {
	color: #018DDD;
}

#sidebar > .reorder > ul > li > a > img {
	line-height: 60px;
	vertical-align: middle;
	margin: 0 6px 0 2px ;
}



/* Help */

.help_on {   
	background:url(../img/help_bg.png) center top no-repeat;
	position:absolute;
	overflow:hidden;
	width:232px;
	height:196px;
	z-index:400;
}

.help_on .inner {
	padding:14px 20px 0 18px;
}

.help_on h3 {
	color:#0061B0;
	font-weight:bold;
	margin:2px 0 7px 0;
	font-size:14px;
}

.help_on p {   
	color:#555;
	font-size:12px;
	word-break: break-all;
	line-height:1.5;
}



.help_off {   
	background:url(../img/help_bg.png) center top no-repeat;
	position:absolute;
	overflow:hidden;
	width:232px;
	height:196px;
	z-index:400;
}

.help_off .inner {
	padding:14px 20px 0 18px;
}

.help_off h3 {
	color:#0061B0;
	font-weight:bold;
	margin:2px 0 7px 0;
	font-size:14px;
}

.help_off p {   
	color:#555;
	font-size:12px;
	word-break: break-all;
	line-height:1.5;
}





/* 〓〓〓 Side Menu 同人誌 〓〓〓 */

#side_menu_02 {

}

#side_menu_02 h2 {
	background-image:url(../img/bg_sprite_common.png);
	background-position:-220px -243px;
	width:210px;
	height:30px;
	height: 0 !important;
	height /**/: 30px;
	padding-top: 30px;
	overflow:hidden;
}

#side_menu_02 h3 {
	background:url(../img/sc_bg_b4.jpg) left top repeat-x;
	width:210px;
	height:37px;
	line-height:37px;
	overflow:hidden;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-indent:11px;
}

#side_menu_02 h3 a {
	color:#FFF;
	display:block;
	width:210px;
	height:37px;
}

#side_menu_02 h3:hover a {
	display:block;
	width:210px;
	height:37px;
	background-color: #008DDD;
	color:#FFFFFF;
	text-decoration:none;
}

#side_menu_02 h4 {
	background:url(../img/sc_bg_b5.jpg) left top repeat-x;
	width:210px;
	height:37px;
	line-height:37px;
	overflow:hidden;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-indent:13px;
}

#side_menu_02 h4 a {
	color:#FFF;
	display:block;
	width:210px;
	height:37px;
}

#side_menu_02 h4:hover a {
	color:#FF0;
	text-decoration:none;
}


#side_menu_02 .current {
	color:#FF0 !important;
	text-decoration:none !important;
}

#side_menu_02 .a_tt .current {
	color:#FF0 !important;
	text-decoration:none !important;
}

#side_menu_02 .a_tt:hover span{
	color:#FF0 !important;
	text-decoration:none !important;
}


#side_menu_02 .nolink {
	background:url(../img/sc_bg_b6.jpg) left center no-repeat;
	height:37px;
	padding:0 0 0 15px;
	text-indent:0;
}



/* Pop Up */

#side_menu_02 .tooltip {
	width:780px;    
	position:absolute;
	z-index:200;
	overflow:hidden;
	display:none;
}

#side_menu_02 .tooltip .inner {
	background:url(../img/pu_bg3.png) center top no-repeat;
	padding:24px 13px 0 46px;
}

#side_menu_02 .tooltip .inner .bar {
	background:#D88C8C;
	margin:0 20px 17px 0;
	padding:2px 5px 2px 7px;
	overflow:hidden;
}
	#side_menu_02 .tooltip .inner .bar .ch {
		display:inline;
		float:left;
		font-size:13px;
		font-weight:bold;
		color:#FFF;
	}
		#side_menu_02 .tooltip .inner .bar .ch a {
		color:#FFF;
		text-decoration:none;
		}
		#side_menu_02 .tooltip .inner .bar .ch a:hover {
		text-decoration:underline;
	}
	
	#side_menu_02 .tooltip .inner .bar .on_off {
		display:inline;
		float:left;
		font-size:11px;
		color:#FFF;
		margin:1px 0 0 4px;
	}
	#side_menu_02 .tooltip .inner .bar .on_off img {
		vertical-align:middle;
		margin:0 0 2px 0;
	}

#side_menu_02 .tooltip .inner ul {
	overflow:hidden;
	padding:0 0 14px 14px;
}
	#side_menu_02 .tooltip .inner ul li {
		background:url(../img/icon_arrow_b2.gif) left 4px no-repeat;
		display:inline;
		float:left;
		width:29%;
		margin:0 18px 13px 0;
		padding:0 0 0 12px;
		line-height:1.4;
	}

#side_menu_02 .tooltip .btm {
	background:url(../img/pu_bg4.png) center bottom no-repeat;
	height:35px;
}



/* Help */

.help_on_doujin {   
	background:url(../img/help_bg.png) center top no-repeat;
	position:absolute;
	overflow:hidden;
	width:232px;
	height:196px;
	z-index:400;
}

.help_on_doujin .inner {
	padding:14px 20px 0 18px;
}

.help_on_doujin h3 {
	color:#C1572C;
	font-weight:bold;
	margin:2px 0 7px 0;
	font-size:14px;
}

.help_on_doujin p {   
	color:#555;
	font-size:12px;
	word-break: break-all;
	line-height:1.5;
}



.help_off_doujin {   
	background:url(../img/help_bg.png) center top no-repeat;
	position:absolute;
	overflow:hidden;
	width:232px;
	height:196px;
	z-index:400;
}

.help_off_doujin .inner {
	padding:14px 20px 0 18px;
}

.help_off_doujin h3 {
	color:#C1572C;
	font-weight:bold;
	margin:2px 0 7px 0;
	font-size:14px;
}

.help_off_doujin p {   
	color:#555;
	font-size:12px;
	word-break: break-all;
	line-height:1.5;
}







/* -------------------------------------

	Text

------------------------------------- */


/* 〓〓〓 フォントサイズ（※12px基準） 〓〓〓 */

.FS09 { font-size:80.0%; }
.FS11 { font-size:91.7%; }
.FS13 { font-size:108.4%; }
.FS14 { font-size:116.7%; }
.FS15 { font-size:125%; }
.FS16 { font-size:133.4%; }
.FS17 { font-size:141.7%; }
.FS18 { font-size:150%; }
.FS19 { font-size:158.4%; }
.FS20 { font-size:166.7%; }
.FS21 { font-size:175%; }
.FS22 { font-size:183.4%; }
.FS23 { font-size:191.7%; }
.FS24 { font-size:200%; }
.FS25 { font-size:208.4%; }
.FS26 { font-size:216.7%; }
.FS27 { font-size:225%; }
.FS28 { font-size:233.4%; }
.FS29 { font-size:241.7%; }
.FS30 { font-size:250%; }
.FS31 { font-size:258.4%; }
.FS32 { font-size:266.7%; }


/* 〓〓〓 テキスト装飾 〓〓〓 */

.graybox dl dt.product_name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:10px ;
    line-height: 1.8em;
}

.graybox dl dd.product_explanation {
	font-size: 14px;
	margin-bottom:10px ;
	line-height: 1.8em;
}
 dl.spec {
	display: flex;
	flex-wrap: wrap;
	width: 99%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-bottom: 15px;
}
dl.spec dt,
dl.spec dd {
   font-size: 13px;
   line-height: 1.8em;
   padding:5px 0 5px 0;
}

dl.spec dt {
	flex-basis:40%;background-color:#f1f1f1;border-bottom:1px solid #ccc;
}

dl.spec dd {
	flex-basis:60%;border-bottom:1px solid  #ccc;
}

.red { color:#F00; }
.blue { color:#168FDA; }
.orange { color:#FD9D2C; }
.gray { color:#808080; }
.bold { font-weight:bold; }
.alignL { text-align:left; }
.alignR { text-align:right; }
.alignC { text-align:center; }


.alignitemC { align-items: center; }
.alignitemB { align-items: baseline; }

.wdh10 { width:10%; }
.wdh20 { width:20%; }
.wdh30 { width:30%; }
.wdh40 { width:40%; }
.wdh50 { width:50%; }
.wdh60 { width:60%; }
.wdh70 { width:70%; }
.wdh80 { width:80%; }
.wdh90 { width:90%; }
.wdh100 { width:100%; }


/* 〓〓〓 余白 〓〓〓 */
.marB0  { margin-bottom:0px;  }
.marB4  { margin-bottom:4px;  }
.marB5  { margin-bottom:5px;  }
.marB6  { margin-bottom:6px;  }
.marB7  { margin-bottom:7px;  }
.marB8  { margin-bottom:8px;  }
.marB9  { margin-bottom:9px;  }
.marB10 { margin-bottom:10px; }
.marB11 { margin-bottom:11px; }
.marB12 { margin-bottom:12px; }
.marB13 { margin-bottom:13px; }
.marB14 { margin-bottom:14px; }
.marB15 { margin-bottom:15px; }
.marB16 { margin-bottom:16px; }
.marB17 { margin-bottom:17px; }
.marB18 { margin-bottom:18px; }
.marB19 { margin-bottom:19px; }
.marB20 { margin-bottom:20px; }
.marB21 { margin-bottom:21px; }
.marB22 { margin-bottom:22px; }
.marB23 { margin-bottom:23px; }
.marB24 { margin-bottom:24px; }
.marB25 { margin-bottom:25px; }
.marB26 { margin-bottom:26px; }
.marB27 { margin-bottom:27px; }
.marB28 { margin-bottom:28px; }
.marB29 { margin-bottom:29px; }
.marB30 { margin-bottom:30px !important; }
.marB31 { margin-bottom:31px; }
.marB32 { margin-bottom:32px; }
.marB33 { margin-bottom:33px; }
.marB34 { margin-bottom:34px; }
.marB35 { margin-bottom:35px; }
.marB40 { margin-bottom:40px !important; }
.marB50 { margin-bottom:50px !important; }


/* 〓〓〓 余白 〓〓〓 */
.marT4  { margin-top:4px;  }
.marT5  { margin-top:5px;  }
.marT6  { margin-top:6px;  }
.marT7  { margin-top:7px;  }
.marT8  { margin-top:8px;  }
.marT9  { margin-top:9px;  }
.marT10 { margin-top:10px; }
.marT11 { margin-top:11px; }
.marT12 { margin-top:12px; }
.marT13 { margin-top:13px; }
.marT14 { margin-top:14px; }
.marT15 { margin-top:15px; }
.marT16 { margin-top:16px; }
.marT17 { margin-top:17px; }
.marT18 { margin-top:18px; }
.marT19 { margin-top:19px; }
.marT20 { margin-top:20px; }
.marT21 { margin-top:21px; }
.marT22 { margin-top:22px; }
.marT23 { margin-top:23px; }
.marT24 { margin-top:24px; }
.marT25 { margin-top:25px; }
.marT26 { margin-top:26px; }
.marT27 { margin-top:27px; }
.marT28 { margin-top:28px; }
.marT29 { margin-top:29px; }
.marT30 { margin-top:30px !important; }
.marT31 { margin-top:31px; }
.marT32 { margin-top:32px; }
.marT33 { margin-top:33px; }
.marT34 { margin-top:34px; }
.marT35 { margin-top:35px; }
.marT40 { margin-top:40px !important; }
.marT50 { margin-top:50px !important; }

.od_days_label { color:#FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
    letter-spacing: 0.1em;
	border-radius: 10px;
	margin: 0 5px 0 0; 
	padding: 2px 5px 2px 7px; 
	font-size:100%;
}
.od_days_label a, 
.od_days_label a:hover,
.od_days_label a:visited  { 
	color:#FFFFFF !important;  
	text-decoration: none !important;
}

table.bdr_9 ,table.bdr_9 td,table.bdr_9 th {
	border-collapse: collapse;
	border:1px solid #999999;
	vertical-align: middle;
}
table.bdr_9 td,table.bdr_9 th {
	padding: 3px 10px;
}

@media screen and (min-width: 768px){
	.sp {
		display: none !important;
	}
}
