@charset "UTF-8";

/**
 *
 * レスポンシブウェブデザイン用
 *
**/

/**
 * タブレット端末用
**/

@media only screen and (min-width: 681px) and (max-width: 1125px) {
	body {
		min-width: 100%;
		padding: 0;
		-webkit-text-size-adjust: none;
	}


#sidenavi {
	margin: 0 auto;
	width:660px;
	position:inherit;
	top:inherit;
	left:inherit;
	overflow: hidden;
}

#sidenavi2 {
	margin: 0 auto !important;
	padding: 0 0 0 0 !important;
	width:660px !important;
	height: auto !important;
	min-height: auto !important;
	border: none;
	position:inherit;
	top:inherit;
	left:inherit;
	overflow: hidden;
}


#sidelogo {
	margin: 20px 5px 20px 0 !important;
	padding: 0 0 0 0 !important;
	width:80px !important;
	height:80px !important;
	min-height:80px !important;
	float: left !important;
	display: inline !important;
}
#sidelogo a {
	display:block !important;
	width:80px !important;
	height:80px !important;
	margin : 0 0 0 0 !important;
}
#sidebottom {
	margin: 20px 0 0 0;
	width: 565px;
	float: left;
	display: inline;
}
#gn_box ul{
	margin:0 10px 0 0;
	padding:0;
	width: 380px;
	list-style:none;
	float: left;
	display: inline;
	overflow: hidden;
}
#gn_box ul li{
	position:relative;
	margin:0 0 0;
	padding:0 0 0 33px;
	width: 190px;
	height:18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	display: inline;
}
#sidesearch {
	width:142px;
	margin: 0 0 10px 0;
	float: left;
	display: inline;
}
#sidebanner {
	width:142px;
	position: relative;
	margin:0 0 0 0;
	height: 83px !important; 
	overflow:hidden;
	overflow-y:hidden;
	border-left:none;
	float: left;
}

div#mainframe {
	height: auto !important;
	overflow: hidden;
	overflow-x:hidden;
	position:relative;
	margin-left:0;
	min-width:100%;
}

#bottomarea {
	padding:10px 10px 26px 10px;
	min-width:100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
}

#topnew{
top:0px;
right:0;
position:absolute;
	z-index:100;
}

#toparea {
padding:10px 20px;
font-size:11px;

}


.productdata {
	margin: 0 0 10px 0 !important;
	width: 20% !important;
	height: auto !important;
	text-align: center;
}

.productdata:nth-child(5n+1) {
	clear: both;
}

.productdata img {
	margin: 0 auto !important;
	width: 90% !important;
	max-width: 74px;
	height: auto !important;
}

#topad_wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 668px;
	height: 170px !important;
	border-bottom: 3px solid black;
	overflow: hidden;
}

#admain img {
	width: 497px;
	height: auto;
}

#adnavibase {
	margin-left:-171px !important;
	width: 171px !important;
}

#adnavi img {
	width: 142px !important;
	height: auto !important;
	display: block;
}

#adnavi li {
	height: auto !important;
}

ul.info{ margin:0 10px 0 10px; padding:0; list-style:none;}
ul.info li{ margin:8px 0 0; padding:0; height:50px; overflow: hidden;}

#info_title {
margin:10px 0 30px  0;
}

#information{ margin:0 10px; padding:0; overflow: hidden;}

#information .info_subtitle{ display:block; margin:10px 0 10px; padding:0; font-weight:normal; font-size:18px; line-height:100%; color:#4c4c4c;}

#information .info_img,#information .info_txtarea{ display:inline; float:left;}

#information .info_img{ margin:0 20px 0 0; font-size:0; line-height:0;}

#information .info_txtarea{ color:#666; overflow: hidden;}

#information .info_txtarea table{ width: 100%;}
#information .info_txtarea table td { width: 33.33%;}
#information .info_txtarea table td img { width: 90%; height: auto; margin: 0 auto;}

#information .minititle{ display:block; font-size:14px; line-height:1.4; margin:0 0 25px; font-weight:normal;}

#information .info_txt{ font-size:11px; line-height:1.8;}

#information ul{ margin:0; padding:0; list-style:none;}

#information ul li{ margin:0 0 15px; padding:0; font-size:11px; line-height:1.8; color:#666;}

#information iframe {
	width:480px !important;
	height: 350px;
}
#information object {
	width:480px !important;
	height: 350px;
}
#information embed {
	width:480px !important;
	height: 350px;
}
#information img {
	max-width: 90%;
	height: auto;
}

#n_contents {
	overflow: hidden !important;
	height: auto !important;
}

ul.os li .os_inner{  min-width:100%; }


}



/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 680px) {
	body {
		min-width: 100%;
		padding: 0;
		-webkit-text-size-adjust: none;
	}


#sidenavi {
	margin: 0 0 15px 0;
	width: 100%;
	position:inherit;
	top:inherit;
	left:inherit;
	overflow: hidden;
}

#sidenavi2 {
	margin: 0 0 15px 0;
	padding: 0 0 0 0 !important;
	width: 100%;
	height: auto !important;
	min-height: auto !important;
	position:inherit;
	top:inherit;
	left:inherit;
	overflow: hidden;
	border: none;
}

#sidelogo {
	margin: 10px 10px 0 0 !important;
	padding: 0 0 0 0 !important;
	width:80px !important;
	height:80px !important;
	min-height:80px !important;
	float: left !important;
	display: inline !important;
}
#sidelogo a {
	display:block !important;
	width:80px !important;
	height:80px !important;
	margin : 0 0 0 0 !important;
}
#sidebottom {
	margin: 0 0 0 0;
	width: auto;
	float: none;
	display: block;
}
#gn_box ul{
	margin:0 0 0 0;
	padding:0;
	width: 100%;
	list-style:none;
	float: none;
	background: #ffffff;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 41px;
	left: 0;
	z-index: 1000;
display: none;
}
#gn_box ul li{
	position:relative;
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	width: 100% !important;
	height:18px;
	text-indent: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	display: block;
}
#gn_box ul li a{
	width: 100% !important;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0 !important;
	color: #333333 !important;
	background: #ffffff !important;
	text-decoration: none;
	display: block;
}
#gn_box .gn_new01{ left:134px;}
#sidesearch {
	width:142px;
	margin: 50px 10px 0 0;
	float: right;
	display: inline;
}
a#app_store {
	margin-left: 26px;
	margin-bottom: 10px;
}
a#google_play {
	margin-left: 0px;
	margin-bottom: 10px;
}

a#ntwitter {
	margin-left: 0px;
	margin-bottom: 10px;
}
a#nfacebook {
	margin-right: 0 !important;
	margin-bottom: 10px;
}
a#ninstagram {
	margin-right: 0 !important;
	margin-bottom: 10px;
	float: right;
}
#sidesearchtext {
	clear: both;
}
#sidesearchsubmit {
	float: left;
}
#topnew {
	display: none !important;
}
/*
#topad_wrap {
	display: none !important;
}
#topad {
	display: none !important;
}
*/
#topad_wrap {
	padding: 0 0 0 0 !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 314px;
	height: 83px !important;
	border: 3px solid #000000;
	overflow: hidden;
}

#admain {
	margin: 0 0 0 0 !important;
	width:314px !important;
	height: 83px !important;
	border: none !important;
	overflow: hidden;
}

#admain img {
	width: 100%;
	height: auto;
}

#adbase {
	min-width:320px !important;
}

#adnavibase {
	display: none !important;
}

#toparea {
padding:5px 10px 15px 10px;
font-size:11px;
}

#sidebanner_space { display: none !important; }

#sidebanner {
	width:142px;
	position: relative;
	margin:0 0 0 0;
	height: 83px !important; 
	overflow:hidden;
	overflow-y:hidden;
	border-left:none;
	float: left;
	display: none !important;
}

div#mainframe {
	height: auto !important;
	overflow:hidden !important;
	overflow-x:hidden !important;
	position:relative !important;
	margin-left:0 !important;
	min-width:100% !important;
}

#bottomarea {
	padding:20px 10px 16px 10px !important;
	min-width:100% !important;
	width: 100% !important;
	height: auto !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	clear: both !important;
	overflow: hidden !important;
	position: inherit !important;
	bottom: inherit !important;
}

#topmenu { margin:0 0px 0px 0px !important; }

#contents_top { height: 40px; }

#b_copyright4 {
	margin-bottom: 15px;
}

#bottomarea ul { margin:0;padding:0;list-style-type:none;width:auto !important;float:none; clear: both; text-align: center;}

#bottomarea ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: none;
}

.productdata {
	margin: 0 0 10px 0 !important;
	width: 33% !important;
	height: auto !important;
	text-align: center;
}

.productdata:nth-child(3n+1) {
	clear: both;
}

.productdata img {
	margin: 0 auto !important;
	width: 90% !important;
	max-width: 74px;
	height: auto !important;
}

#topmenu {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}

#topmenu li a {
	padding: 2px 8px 2px 4px;
	width: auto !important;
	height: auto !important;
	line-height: 1.2em;
	font-size: 11px;
	text-indent: 0 !important;
	color: #aaaaaa;
	text-decoration: none;
	border-left: 2px solid #333333;
	background: none !important;
}

#topmenu li a.topbt_selected {
	color: #333333;
}

#topmenu li a.topbt_noselected {
	color: #333333;
}

#menu_switch {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}

#menu_switch img {
	width: 36px;
	height: 36px;
	display: block;
}

#app_store, #google_play {
	display: block;
}

ul.info{ margin:0 10px 0 10px; padding:0; list-style:none;}
ul.info li{ margin:8px 0 0; padding:0; height:50px; overflow: hidden;}
ul.info li .info_title{ float:none; padding:13px 0 0;}
ul.info li .info_title .titleL a{ border-bottom:none; line-height: 140%; color:#666; text-decoration:none;}


#info_title {
	margin:10px 0 30px  0;
}


#information{ margin:0 10px; padding:0; overflow: hidden;}

#information .info_subtitle{ display:block; margin:10px 0 10px; padding:0; font-weight:normal; font-size:14px; line-height:100%; color:#4c4c4c;}

#information .info_img,#information .info_txtarea{ display:inline; float:left;}

#information .info_img{ margin:0 20px 0 0; font-size:0; line-height:0;}

#information .info_txtarea{ color:#666; overflow: hidden;}

#information .info_txtarea table{ width: 100% !important;}

#information .info_txtarea table td img { width: 90% !important; height: auto !important; margin: 0 auto !important;}

#information .minititle{ display:block; font-size:14px; line-height:1.4; margin:0 0 25px; font-weight:normal;}

#information .info_txt{ font-size:11px; line-height:1.8;}
#information td.info_txt{ width: 30% !important;}

#information ul{ margin:0; padding:0; list-style:none;}

#information ul li{ margin:0 0 15px; padding:0; font-size:11px; line-height:1.8; color:#666;}

#information img{ max-width: 300px !important; height: auto !important;}


#information .rollover01 a {
	margin-bottom: 10px !important;
	width:98% !important;
	height: 14px !important;
	background-color: #000000;
	background-position: center 0;
	-webkit-background-size: auto 25px;
	-moz-background-size: auto 25px;
	background-size: auto 25px;
}

#information .rollover02 a {
	margin-bottom: 10px !important;
	width:98% !important;
	height: 38px !important;
	background-color: #000000;
	background-position: center center;
	background-image: url("/information/images//p_buy_r.jpg");
	-webkit-background-size: auto 30px;
	-moz-background-size: auto 30px;
	background-size: auto 30px;
}

#information .rollover03 a {
	margin-bottom: 10px !important;
	width:98% !important;
	height: 38px !important;
	background-color: #000000;
	background-position: center center;
	background-image: url("/information/images//p_buy_y.jpg");
	-webkit-background-size: auto 30px;
	-moz-background-size: auto 30px;
	background-size: auto 30px;
}

#information .rollover04 a {
	margin-bottom: 10px !important;
	width:98% !important;
	height: 38px !important;
	background-color: #000000;
	background-position: center center;
	background-image: url("/information/images//p_buy_z.jpg");
	-webkit-background-size: auto 30px;
	-moz-background-size: auto 30px;
	background-size: auto 30px;
}


#information iframe {
	width:250px !important;
	height: 200px;
}
#information object {
	width:250px !important;
	height: 200px;
}
#information embed {
	width:250px !important;
	height: 200px;
}

#p_catlist , #p_serieslist { margin:0 15px 15px;}

#pl_c_pcat { border-top:1px solid #cccccc;
padding:15px 0 15px 15px; }

#pl_c_series { border-top:1px solid #cccccc;
padding:15px 0 15px 15px; }

#pl_c_list { border-top:1px solid #cccccc;
padding:15px 0 15px 15px; margin:0 0 10px 0;}

#p_tlist { margin:15px 15px 15px 15px; }

#n_contents {
	overflow: hidden !important;
	height: auto !important;
}

ul.os li{ margin:0 10px; padding:25px 0 15px 0; border-bottom:1px solid #ccc;}
ul.os li .os_inner{  min-width:100%; }
ul.os li .os_imgs { display:block; float:none; margin: 0 auto 10px auto;}


ul.os li .os_address{ padding:0 0 0 0px; margin :0 10px 0 10px;}

ul.os li .os_map,ul.os_more li .os_map{ width:279px; margin: 0 auto 10px auto !important; padding: 0 0 0 0; float: none !important; }

ul.os li .os_address .shoplogo_01{ display: none;}
ul.os li .os_address .shoplogo_02{ display: none;}
ul.os li .os_address .shoplogo_03{ display: none;}

#pl_n_pcat,#pl_n_series { clear: both;}

#p_contents { min-width:100% !important; }


#p_imagearea {
	margin: 0 auto 15px auto;
width:250px;
padding:0 0px 0px 0;
float:none;
}
#p_detailarea {
margin: 0 5% 10px 5%;
width:90%;
float:none;

}

#p_zoom {
	display: none !important;
}

#ol_title{ margin:0 0 25px;}
.ol {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

table.company{ margin:0 0 20px 15px; padding:0; list-style:none; font-size:12px; line-height:100%; color:#666;}

#company_title{margin:0 0 30px 0;}
ul.company_list{ margin:0 0 0 15px; padding:0; list-style:none; clear:both;}
ul.company_list li{ display:inline; float:left; width:90px; margin:0 10px 10px 0;}
ul.company_list li img{ display:block; width: 90px; height: auto;}
ul.company_list li a{ width: 90px; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


ul.company_list li .company_name{ line-height:1.4; font-size:10px;display:block;padding:5px 0;clear:both;}

#blog_title {
margin:0px 0 30px  0;
}

#n_main {
	margin:0px 15px 10px 15px;
}

.b_title {
	width:auto;
	height: 70px;
	font-size:12px;
	float:none;
	position:relative;
	overflow: hidden;
}

.b_title .oneborder img {
	width:50px;
	height: auto;
}

.b_title .oneborder {
}

.b_link {
text-align: left;
clear:none;
padding:0 !important;
font-size:12px;
position: absolute;
top: 0;
left: 60px;
}

.b_link br {
	display: none;
}

.b_data {
	padding: 15px 0 30px 0;
	border-top: 1px solid #dddddd;
margin-left:0;
}

#mm_title {
margin:0px 0 30px  0;
}

.mm_block { margin:0px 0 17px 0;padding:0px;clear:both; font-size:13px; overflow: hidden; }
.mm_inputtext { width: 120px; }

#support_title {
margin:0px 0 30px  0;
}

.us_block { margin:15px 0 15px;padding:0px;clear:both; font-size:12px;width:auto; }

.us_inputtextarea{ border:1px solid #b2b2b2 ; width:100%;height:150px;
padding:6px 5px 3px 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#map_title{ margin:0 0 30px;}
#sitemap{ font-size:12px; line-height:100%; margin:0 0 0 15px;}

#privacy_title{ margin:0 0 30px;}
.pp_subtitle{ margin:0 15px 6px 15px; line-height: 1.2em; font-size: 15px;}
p.pp{ margin:0 15px 20px 15px;}

#sl_title {
margin:0px 0 20px  0;
}

#sl_tlist { margin:0 0 20px 0 !important;  width: 100% !important;}

}

