﻿@charset "utf-8";
/*555555　/*基本文字色*/
/*666666　/*リンクホバー*/
/*1D356B　/*ネイビー*/
/*00B3FF　/*ホバー用ブルー*/
/*D83C3C　/*ボタン用レッド*/
/*E93434　/*リンク文字レッド*/
/*DCDCDC　/*ボーダー用グレー*/

/*全体の設定
---------------------------------------------------------------------------*/

body {
	color: #333;
	padding: 0px;
	font: 14px/2 "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(/css/background.jpg) 50% 0 repeat-y;
	margin: 0 auto;
}
h7 {
	color: #ffffff;
	background: none;
	line-height: 3px;
}

@media only screen and (max-width: 767px) {
body {
	background-image: none;
}
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
.clear {
	clear: both;
}
input, textarea, select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #555555;	/*リンクテキストの色*/
}
a:hover {
	color: #666666;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
a:hover img {
	filter: alpha(opacity=70);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=70)"; /* IE8用 */
	-moz-opacity: 0.7; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.7;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
}
a {
	outline: none;
}
img {
	border: none;
}
ul li {
	word-wrap: break-word;
}
h1 {
	width: 100%;
	min-width: 380px;
	font-size: 10px;
	color: #FFF;
	background: #1d356b;
	text-align: right;
}
h1 a, h1 a:hover {
	color: #FFF;
	text-decoration: none;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 940px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 940px;
	line-height: 150%;
}
.boxheader {
	width: 948px;
	float: left;
	display: inline-block;
}
.boxheader a img {
	width: 470px;
	float: left;
	display: inline-block;
	margin: 5px 0px 5px -25px;
}
.boxheader p {
	width: 350px;
	text-align: left;
	margin: 10px 5px 0px -45px;
	display: inline-block;
}
.header_button {
	display: inline-block;
	float: right;
	margin: 15px 0;
}
.header_button a img {
	width: 100px
}
.box {
	width: 940px;
	text-align: center;
	display: inline-block;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/

nav#menu ul li {
	float: left;
	width: 187px;
	border-right: 1px solid #dcdcdc;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
nav#menu ul li a {
	background-color: #1d356b;
	color: #fff;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	line-height: 120%;
	padding: 10px 2px 5px;
}
nav#menu ul li:first-child {
	border-left: 1px solid #dcdcdc;
}
nav#menu ul li a:hover {
	background-color: #00B3FF;
	color: #FFF;
}
nav#menu ul li a span {
	font-size: 9px;
	display: block;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #999;
}
nav#menu ul li a:hover span {
	color: #E93434;
}
/*検索フォーム
---------------------------------------------------------------------------*/

.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.search-wrapper {
	width: 230px;
	margin: 10px auto;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}
.search-wrapper input {
	width: 150px;
	height: 20px;
	padding: 10px 5px;
	float: left;
	font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
	border: 0;
	background: #EEE;
	border-radius: 3px 0 0 3px;
}
.search-wrapper input:focus {
	outline: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 .search-wrapper input::-webkit-input-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
 .search-wrapper input:-moz-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
 .search-wrapper input:-ms-input-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
.search-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 70px;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: white;
	text-transform: uppercase;
	background: #D83C3C;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
.search-wrapper button:hover {
	background: #e54040;
}
.search-wrapper button:active, .search-wrapper button:focus {
	background: #c42f2f;
	outline: 0;
}
.search-wrapper button:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #d83c3c transparent;
	top: 12px;
	left: -6px;
}
.search-wrapper button:hover:before {
	border-right-color: #e54040;
}
.search-wrapper button:focus:before, .search-wrapper button:active:before {
	border-right-color: #c42f2f;
}
 .search-wrapper button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/*左カラム
---------------------------------------------------------------------------*/


/*--------カテゴリーの横からぴよーん-----------------*/

#navigation-menu .menu {
	display: block;
	margin: 0;
	padding: 0;
	width: 260px;
	border-radius: 5px;
	border-top: solid 1px #eee;
}
#navigation-menu .menu ul {
	display: none;
	position: absolute;
	top: 0;
	left: 260px;
	list-style: none;
}
#navigation-menu .menu li {
	list-style: none;
	padding: 0;
}
#navigation-menu .menu li a {
	display: block;
	width: 230px;
	height: 30px;
	color: #666;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	padding-left: 25px;
	border-right: solid 1px #eee;
	border-left: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-radius: 3px;
	margin-left: 0px;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#navigation-menu .menu li li {
	white-space: nowrap;
}
#navigation-menu .menu li:hover {
	position: relative;
}
#navigation-menu .menu li:hover > ul {
	display: block;
}
#navigation-menu .menu a:hover {
	background: #00B3FF;
	color: white;
	border-radius: 5px;
}
#sub {
	width: 240px;
	padding-bottom: 2px;
}
#sub_right {
	float: left;
	width: 230px;
	padding-bottom: 2px;
	text-align: center
}
#sub_right h2 {
	font-size: 100%;
	text-align: center;
	background: #1d356b;
	color: #ffffff;
}
#sub_right h3 {
	font-size: 100%;
	text-align: center;
	background-color: #FFF;
	border-bottom: 3px solid #00B3FF;
	border-right: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;
	box-shadow: 0px 0px 0px 1px #FFF inset;
	padding: 3px 0px;
	color: #1d356b;
}
#sub_right ul {
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	margin-bottom: 1em;
	line-height: 35px;
}
#sub_right ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;
	padding-left: 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #FFF;
	font-size: 10px;
}
#sub_right ul li a:hover {
	background-color: #00B3FF;
	color: #FFF;
}
#sub_center ul {
	border: 1px solid #CCC;
}
#sub_center ul li {
	clear: both;
	width: 240px;
	line-height: 20px;
}
#sub_center ul li dl {
	width: 220px;
	margin: 15px auto;
}
#sub_center ul li dl dt {
	width: 50px;
	float: left;
}
#sub_center ul li dl dd {
	padding-top: 5px;
	margin-left: 60px;
	line-height: 14px;
	font-size: 12px;
}
img.left_menu_img {
	margin-top: 3px;
	vertical-align: middle;
	width: 50px;
	float: right;
	margin-right: 3px;
}
img.top-menu_img {
	margin-top: 3px;
	vertical-align: middle;
	height: 30px;
	width: 50px;
	float: right;
	margin-right: 3px;
}
#sub_right p {
	font-size: 10px;
	line-height: 14px;
}
#sub_right table {
	line-height: 120%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sub_rightThree a img {
	margin-top: 7px;
	width: 225px;
}
#sub_rightmini a img {
	margin: 3px;
	width: 109px;
	float: left;
}
/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 700px;
	padding-bottom: 30px;
}
#main h2 {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(#fff, #fff);
	font-size: 18px;
	color: #1d356b;
	padding: 10px 10px 0px 10px;
	font-weight: bold;
	text-align: left;
	clear: both;
	border-bottom: solid 2px #00B3FF;
}
#main h3, .sitemap h3 {
	font-size: 16px;
	text-align: left;
	background-color: #FFF;
	border-bottom: 3px solid #1d356b;
	padding: 3px 0px;
	color: #606060;
	margin-top: 10px;
}
#main h5 {
	padding-top: 25px;
	text-align: center;
	background: url(../images/button/h5_bg.jpg) no-repeat;
	font-weight: bold;
	width: 700px;
	height: 80px;
	color: #ffffff;
	font-size: 20px;
	line-height: 100%;
	margin-bottom: -10px;
}
.topBanner-left a img {
	width: 346px;
	margin: 10px 3px 0px 0px;
	float: left;
}
.topBanner-right a img {
	width: 346px;
	margin: 10px 0px 0px 3px;
	float: left;
}
.topBanner-sims a img {
	width: 700px;
	margin-top: 10px;
	clear: both;
}
/*

ul.wish_menu {
	margin: 5px 0 0 0;
	font-size: 100%;
}
ul.wish_menu:after {
	content: "";
	clear: both;
	display: block;
}
ul.wish_menu li {
	width: 160px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	margin: 4px;
	list-style-type: none;
	float: left;
	border: solid #ABABAB 1px
}
ul.wish_menu li a {
	width: 160px;
	height: 30px;
	display: block;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #FFF;
	font-size: 15px;
}
ul.wish_menu li a:hover {
	background-color: #00B3FF;
	color: #ffffff;
}
ul.wish_menu_meka {
	margin: 5px 0 0 0;
	font-size: 100%;
}
ul.wish_menu_meka:after {
	content: "";
	clear: both;
	display: block;
}
ul.wish_menu_meka li {
	width: 120px;
	height: 100%;
	text-align: center;
	margin: 4px;
	list-style-type: none;
	float: left;
}
ul.wish_menu_meka li a {
	display: block;
	text-decoration: none;
}

*/






.dropmenu {
	position: relative;
	width: 700px;
	height: 60px;
	max-width: 700px;
	margin: 0px 0px 70px;
}
.dropmenu > li {
	float: left;
	width: 25%; /* グローバルナビ5つの場合 */
	line-height: 50px;
	text-align: center;
	display: inline-block;
}
.dropmenu > li a {
	display: block;
	color: #606060;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	line-height: 120%;
	padding: 15px 2px 15px;
	font-weight: 200;
}
.dropmenu > li a:hover {
	background-color: #00B3FF;
	color: #FFF;
}
.dropmenu > li a span {
	display: block;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #E93434;
}
ul.dropmenu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
ul.dropmenu__third-level {
	visibility: hidden;
	opacity: 0;
}
ul.dropmenu__fourth-level {
	visibility: hidden;
	opacity: 0;
}
.dropmenu > li:hover {
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.dropmenu__second-level li {
	border-top: 1px solid #999;
	width: 25%;
	height: 70px;
}
.dropmenu__third-level li {
	border-top: 1px solid #999;
}
.dropmenu__second-level li a:hover {
	background-color: #00B3FF;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
/* 下矢印 */
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* floatクリア */
.dropmenu:before, .dropmenu:after {
	content: " ";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu {
 *zoom: 1;
}
li.dropmenu__mega ul.dropmenu__second-level {
	position: absolute;
	top: 60px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 2%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	font-weight: 100;
}
li.dropmenu__mega:hover ul.dropmenu__second-level {
	top: 70px;
	visibility: visible;
	opacity: 1;
	background: #fff;
}
li.dropmenu__mega ul.dropmenu__second-level > li {
	float: left;
	width: 25%;
	border: none;
	height: 60px;
	display: block;
	vertical-align: top;
}
li.dropmenu__mega ul.dropmenu__second-level > li:nth-child(4n+3) {
	margin: 0 0%;
}
.init-bottom:hover:after {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
#main .boxtop_new {
	padding: 0.5em 2px;	/*左から、上、左右、下への余白*/
	margin: 1px 1px 5px 1px;	/*左から、上、右、下、左への余白*/
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	text-align: center;
	line-height: 100%;
}
/* #商品画像スライド
--------------------------- */
#item_picture {
	margin: 10px auto;
	width: 400px;
	height: 400px;
	text-align: center;
	position: relative;
}
#item_picture ul {
	top: 0;
	left: 0;
	height: 400px;
	position: absolute;
	overflow: hidden;
}
#item_picture ul li {
	width: 400px;
	height: 400px;
	float: left;
	display: inline;
	overflow: hidden;
}
#item_picture #moveprev {
	top: 0;
	left: -30px;
	width: 30px;
	height: 400px;
	background: transparent url(../images/item_picture/moveprev.jpg) no-repeat left center;
	position: absolute;
	cursor: pointer;
}
#item_picture #movenext {
	top: 0;
	right: -30px;
	width: 30px;
	height: 400px;
	background: transparent url(../images/item_picture/movenext.jpg) no-repeat left center;
	position: absolute;
	cursor: pointer;
}
/* #縮小画像
--------------------------- */
#flickthumb {
	margin: 10px auto;
	width: 300px;
	height: 100px;
	text-align: center;
}
#flickthumb ul {
	width: 300px;
	height: 100px;
}
#flickthumb ul li {
	width: 100px;
	height: 100px;
	float: left;
	cursor: pointer;
	display: inline;
}
#flickthumb ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* =======================================
	ClearFixElements
======================================= */
#item_picture ul:after, #flickthumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#item_picture ul, #flickthumb ul {
	display: inline-block;
	overflow: hidden;
}
/* #商品注文スペース
--------------------------- */
#item_card {
	margin: 10px auto;
	padding: 10px;
	width: 400px;
	text-align: left;
	line-height: 14px;
	font-size: 11px;
	border: 1px #eeeeee solid;
}
.item_title {
	line-height: 14px;
	text-align: left;
	font-size: 12px;
}
.item_info_option {
	text-align: right;
}
.item_price {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.item_card {
	text-align: right;
	padding: 5px;
}
/****************************商品詳細ページの設定****************************/

/*パンくずリストの設定
---------------------------------------------------------------------------*/

ul#breadcrumb {
	display: block;
	clear: both;
	font-size: 9px;
	line-height: 120%;
	margin-top:1em;
}
ul#breadcrumb li {
	float: left;
	padding: 1px 3px;
	text-decoration: none;
	color: #333;
}
ul#breadcrumb li:after {
	content: "＞";
	margin-left:1em;
}

ul#breadcrumb li:last-child:after {
	content: '';
}

/*コメントエリアの設定
---------------------------------------------------------------------------*/
#coment {
	display: block;
	clear: both;
	line-height: 110%;
	width: 700px;
	border: 1px solid #eee;
	margin: 10px;
}
#coment title {
	display: block;
	text-align: center;
	background: #09C;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}
#coment p {
	font-size: 11px;
}
/*ご利用ガイドquide_dl
---------------------------------------------------------------------------*/
dl#quide {
	padding: 5px;
	font-size: 12px;
	line-height: 16px;
	width: 690px;
	margin: 5px;
	clear: both;
}
/*タイトル*/
dl#quide dt {
	font-weight: bold;
	border-bottom: #0CF 3px solid;/*下線の幅、線種、色*/
	float: left;
	padding: 5px;
	width: 630px;
	margin: 5px;
	clear: both;
}
/*詳細内容*/
dl#quide dd {
	width: 630px;
	float: left;
	padding: 5px 20px;
}
dl#quide dd img {
	vertical-align: middle;
}
dl#quide dd p {
	vertical-align: middle;
}
/*送料テーブル
---------------------------------------------------------------------------*/
.carriage {
	width: 650px;
	margin: 10px 0px;
}
.carriage, .carriage td, .carriage th {
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 160%;
}
/*テーブル内の左側の見出し部分*/
.carriage th {
	width: 140px;
	padding: 2px 5px;
	text-align: center;
	background-color: #09c;	/*背景色*/
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
/*テーブル内の右側*/
.carriage td {
	padding: 2px 5px;
	font-size: 11px;
	text-align: center;
}
/*テーブルのキャプション設定*/
.carriage caption {
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: center;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*商品詳細テーブル
---------------------------------------------------------------------------*/
.item_info {
	width: 680px;
	margin: 10px 0px;
}
.item_info, .item_info td, .item_info th {
	border: 1px solid #CCC;
	line-height: 160%;
}

.item_info th {
	width: 120px;
	padding: 5px;
	text-align: left;
	background-color: #09c;
	color: #ffffff;
	font-size: 12px;
}

.item_info td {
	padding: 5px;
	font-size: 13px;
	text-align: left;
}

.item_info caption {
	padding: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: center;
	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}
/*周辺機器テーブル
---------------------------------------------------------------------------*/
.item_add {
	width: 680px;
	margin: 10px 0px;
}
.item_add, .item_add td, .item_add th {
	border: 1px dashed #CCC;
}

.item_add td {
	padding: 2px 5px;
	font-size: 12px;
	text-align: center;
}

.item_add caption {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: center;
	background-color: #349c8b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6dcbf8), to(#2e9cd0));
	background-image: -webkit-linear-gradient(#6dcbf8, #2e9cd0);
	background-image: linear-gradient(#6dcbf8, #2e9cd0);
	font-weight: bold;
	color: #ffffff;
}
/*oct
---------------------------------------------------------------------------*/

/*説明書き*/
.aboutQA {
	width: 700px;
	color: #333333;
}
/*質問フォーム*/
dl#faq {
	width: 700px;
	margin: 10px;
}
/*質問フォーム　目録タイトル*/
dl#faq h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px #666 solid;
}
/*質問フォーム　質問タイトル*/
dl#faq dt {
	background-image: url(../images/icon/question.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFF0;
	padding: 12px 10px 12px 60px;
	width: 600px;
	margin: 2px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
/*質問フォーム　質問リストエリア*/
dl#faq p {
	width: 600px;
	margin: 2px;
	padding: 2px;
	border: 1px #333 dashed;
	font-size: 14px;
	clear: both;
	font-weight: bold;
}
/*質問フォーム　回答エリア*/
dl#faq dd {
	background: url(../images/icon/answer.jpg);
	background-repeat: no-repeat;
	width: 600px;
	margin: 2px 2px 20px 2px;
	padding: 2px 2px 2px 60px;
	border-bottom: 1px #333 dashed;
	font-size: 12px;
	clear: both;
}
/*リカバリページ(faq_recovery.html)*/
dl.recovery_QA {
	width: 620px;
	margin: 10px;
}
/*リカバリページ(faq_recovery.html)　目録タイトル*/
dl.recovery_QA h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px #666 solid;
}
/*リカバリページ(faq_recovery.html)タイトル*/
dl.recovery_QA dt {
	background: url(../images/icon/check.png);
	background-repeat: no-repeat;
	background-color: #FFC;
	padding: 2px 10px 2px 30px;
	width: 620px;
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
}
/*リカバリページ(faq_recovery.html)付属エリア*/
dl.recovery_QA dd {
	width: 600px;
	margin: 5px;
	padding: 2px 10px 2px 30px;
	font-size: 14px;
	clear: both;
}
/*リカバリページ(faq_recovery.html)　説明エリア*/
dl.recovery_QA p {
	width: 600px;
	margin: 2px;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	background: #D7FFFF;
	clear: both;
}
/*梱包ページ--フォーム
---------------------------------------------------------------------------*/
#konpo {
	width: 680px;
	margin: 10px;
	clear: both;
}
/*梱包ページ--left　*/
dl#konpo dt {
	width: 350px;
	margin: 2px 2px 2px 40px;
	clear: left;
	float: left;
}
dl#qc{
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
}
dt#qc{
  width: auto;
  float: left;
  padding: 1.5em;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
dd#qc{
  margin-left: auto;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
}
dd#qc:after{
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width: 320px) {
  dt#qc{
    width: 100%;
    float: none;
  }
  dd#qc{
    margin-left: auto;
    border-left: none;
  }
}

/*説明エリア*/
dl#konpo dd {
	width: 300px;
	margin-left: 370px;
	padding-top: 50px;
}
/*送料テーブル
---------------------------------------------------------------------------*/
.border_none_table {
	width: 650px;
	margin: 10px 0px;
}
.border_none_table, .border_none_table td, .border_none_table th {
	border: none;	/*テーブルの枠線の幅、線種、色*/
	line-height: 160%;
}
.border_none_table td {
	text-align: center;
}
.border_none_table th {
	text-align: left;
	margin: 20px;
	padding-left: 30px;
}
.left_border {
	text-align: left;
	border: 1px dashed #666;
	padding: 5px;
}
.center_border {
	text-align: center;
	border: 1px dashed #666;
	padding: 2px;
}
ul.social {
	list-style-image: url(../images/icon/check.png);
	margin-bottom: 10px;
}
ul.social li {
	line-height: 140%;
}
/*商品詳細テーブル
---------------------------------------------------------------------------*/
.info {
	width: 100%;
}
.info, .info td, .info th {
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 160%;
}
/*テーブル内の左側の見出し部分*/
.info th {
	width: 200px;
	padding: 2px 5px;
	text-align: left;
	background-color: #09c;	/*背景色*/
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
/*テーブル内の右側*/
.info td {
	padding: 2px 5px;
	font-size: 11px;
}
/*テーブルのキャプション設定*/
.info caption {
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: center;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*周辺機器オプションテーブル
---------------------------------------------------------------------------*/
.option_al {
	width: 100%;
}
.option_al, .option_al td, .option_al th {
	border: none;
}
.option_al td {
	text-align: center;
}
/*テーブルのキャプション設定*/
.option_al caption {
	margin: 5px;
	padding: 10px;
	border: none;
	text-align: center;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 1em;		/*ボックス間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}
#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
#main section.list article a:hover {
	background-color: #FFF;	/*マウスオン時のボックス色*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #349c8b;	/*文字色*/
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	padding-left: 2px;
	font-size: 10px;
	line-height: 14px;
	height: 350px;
	width: 160px;
}
/*日付設定*/
#new dt {
	margin-top: 5px;
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
}
/*記事設定*/
#new dd {
	width: 150px;
	border-bottom: 1px solid #d2d2d2;
	float: left;	/*下線の幅、線種、色*/
}
#new dd img {
	vertical-align: middle;
}
/*submitボタンの設定*/
input[type="submit"], input[type="button"] {
	overflow: visible;
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 50px;
	width: 250px;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: white;
	text-transform: uppercase;
	background-color: #e54040;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e54040), to(#B10002));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e54040, #B10002);	/*同上*/
	background-image: linear-gradient(#e54040, #B10002);			/*同上*/
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
input[type="buton"] {
	width: 90px;
	height: 20px;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 3px;
	background-color: #D83C3C;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	border: none;
	text-align: center;
}
/*submitボタンのマウスオン時の設定*/


input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #e54040;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C80003), to(#e54040));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#C80003, #e54040);	/*同上*/
	background-image: linear-gradient(#C80003, #e54040);
}
input[type="buton"]:hover {
	background-color: #e54040;
}
/*サイトマップページ設定
---------------------------------------------------------------------------*/


.sitemap_page {
	padding: 10px;
	clear: both;
	margin: 5px 2px;
	width: 700px;
	color: #666666;
	line-height: 100%;
	overflow: hidden;
	border-bottom: 1px #CCC dashed;
}
.sitemap_page ul {
	margin: 2px;
}
.sitemap_page ul li {
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin: 5px 2px;
	width: 200px;
}
.sitemap_page ul li ul li {
	font-size: 12px;
	font-weight: normal;
	line-height: 90%;
}
.sitemap_page ul li ul li a {
	text-decoration: none;
	display: block;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pageTop {
	clear: both;
	width: 78px;
	height: 39px;
	font-size: 11px;
}
#pageTop a {
	background: #666;
	border-radius: 5px;
	color: #FFF;
	padding: 5px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-decoration: none;
}
#pageTop a:hover {
	background: #EEE;
	color: #666;
}
/*買い物カゴ設定
---------------------------------------------------------------------------*/
#shop_card {
	clear: both;
	width: 78px;
	height: 39px;
}
#shop_card a {
	position: fixed;
	bottom: 50px;
	right: 20px;
	text-decoration: none;
}
#shop_card a:hover {
}
/*フッターボックス設定
---------------------------------------------------------------------------*/
#footer_box {
	width: 940px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #999;	/*文字色*/
}
#footer_box h2 {
	font-size: 36px text-align center;	/*文字をセンタリング*/
	background-color: #FFF;
	border-top: 3px solid #1d356b;		/*上の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #cfcfcf;	/*下の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左の線の幅、線種、色*/
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	/*内側への影。右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;			/*同上*/
	padding: 2px 10px;	/*上下、左右への余白*/
	color: #00B3FF;	/*文字色*/
}
#footer_box dl dt {
	padding-left: 30px;
	background: url(../images/icon/footer_dt_bc.jpg) no-repeat;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dashed #666666;
	line-height: 250%;
}
#footer_box dl dd {
	padding: 10px 10px 10px 30px;
	line-height: 14px;
	font-size: 11px;
	color: #666;
}
#footer_box dl.footer_center {
	width: 940px;
	margin: 2px;
}
#footer_box dl.footer_left {
	float: left;
	width: 450px;
	margin: 2px;
}
#footer_box dl.footer_right {
	margin-left: 480px;
	width: 450px;
}
#footer_box .sitemap {
	border-top: #999999 1px dashed;
	padding: 10px;
	clear: both;
	margin: 5px 2px;
	width: 940px;
	color: #666666;
	line-height: 100%;
	overflow: hidden;
}
#footer_box .sitemap ul {
	margin: 0 1px;
}
#footer_box .sitemap ul li {
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 2px;
	width: 140px;
}
#footer_box .sitemap ul li ul li {
	font-size: 9px;
	font-weight: normal;
	line-height: 90%;
}
#footer_box .sitemap ul li ul li a {
	text-decoration: none;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	min-width: 940px;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	/*文字色*/
	background: #1d356b;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #666;
}
.hoshi {
	width: 100%;
	margin: 0 auto;
}
.hoshi div {
	margin: 0 auto;
}
/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.mb05em {
	margin-bottom: 0.5em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}
.red {
	color: #E93434;
}
.blue {
	color: #09C;
}
.orange {
	color: #F60;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.bottom {
	vertical-align: bottom;
}
.s10 {
	font-size: 10px;
}
.s11 {
	font-size: 11px;
}
.s12 {
	font-size: 12px;
}
.s14 {
	font-size: 14px;
}
.s16 {
	font-size: 16px;
}
.s18 {
	font-size: 18px;
}
.s20 {
	font-size: 20px;
}
.s30 {
	font-size: 30px;
}
.bold {
	font-weight: bold;
}
.header_blue {
	color: #00B3FF;
	font-size: 18px;
	font-weight: bold;
}
.header_red {
	color: #E93434;
	font-size: 20px;
	font-weight: bold;
}
.Rank_caption {
	font-size: 12px;
	text-decoration: none;
}
/*online グループ設定
---------------------------------------------------------------------------*/
.system_content {
	margin-left: 10px;
	width: 680px;
}
.itemGroup {
	font-size: 12px;
	text-align: left;
	line-height: 120%
}
.itemCenter {
	height: 320px;
}
/*マウスオーバーでサムネイル拡大・縮小表示(scale)*/
img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.expand img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	filter: alpha(opacity=100);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=100)"; /* IE8用 */
	-moz-opacity: 1; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 1;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 1; /* Firefox 1.5以上, Opera, Safari用 */
}
/* 新入荷商品情報
---------------------------------------------------------------------------*/

#info_wrapper {
	background: #fff 1px bottom;
	width: 704px;
}
.clearfix {
	display: inline-block
}
#info_box_l, #info_box_r {
	width: 342px;
	float: left;
}
#info_box_l {
	margin-right: 16px
}
#tl_info_box_l, #tl_info_box_r {
	height: 35px;
	width: 328px;
	position: relative;
}
#tl_info_box_l {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	border-top: 1px solid #cfcfcf;		/*上の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右の線の幅、線種、色*/
	border-bottom: 3px solid #00B3FF;	/*下の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左の線の幅、線種、色*/
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	/*内側への影。右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;			/*同上*/
	padding: 3px 0px;	/*上下、左右への余白*/
	color: #1d356b;	/*文字色*/
	float: right;
}
#tl_info_box_r {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	border-top: 1px solid #cfcfcf;		/*上の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右の線の幅、線種、色*/
	border-bottom: 3px solid #00B3FF;	/*下の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左の線の幅、線種、色*/
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	/*内側への影。右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;			/*同上*/
	padding: 3px 0px;	/*上下、左右への余白*/
	color: #1d356b;	/*文字色*/
	float: right;
}
#tl_info_box_l h5, #tl_info_box_r h5 {
	font-size: 18px;
	color: #1d356b;
	background: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 14px;
	left: 0px;
	width: 100px;
}
.large-text #tl_info_box_l h2, .large-text #tl_info_box_r h2 {
	font-size: 20px
}
#tl_info_box_l a, #tl_info_box_r a {
	text-indent: -9999px;
	display: block;
	height: 23px;
	position: absolute;
	top: 15px;
	overflow: hidden;
}
#tl_info_box_l a:hover, #tl_info_box_r a:hover {
	background-position: 0 -23px
}
a#btn_info_box_l {
	background: url(../images/top/btn_info_box_l.png) no-repeat;
	width: 51px;
	left: 282px;
}
a#btn_info_box_r1 {
	background: url(../images/top/btn_info_box_r1.png) no-repeat;
	width: 52px;
	left: 259px;
}
a#btn_info_box_r2 {
	background: url(../images/top/btn_info_box_r2.png) no-repeat;
	width: 21px;
	left: 311px;
}
#info_box_l dl, #info_box_r dl {
	font-size: 13px;
	margin: 0 22px 10px 22px;
	overflow: hidden;
	zoom: 1;
}
.large-text #info_box_l dl, .large-text #info_box_r dl {
	font-size: 15px
}
#info_box_l dt, #info_box_r dt {
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding-left: 23px;
}
#info_box_l dt {
	color: #489af0;
	background: url(../images/top/ico_info_box_l.gif) no-repeat;
}
#info_box_r dt {
	color: #0077c3;
	background: url(../images/top/ico_info_box_r.gif) no-repeat;
}
#info_box_l dd, #info_box_r dd {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	margin-bottom: -1px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #e0e0e0;
}
.large-text #info_box_l dd, .large-text #info_box_r dd {
	font-size: 15px
}
#info_box_l dd a, #info_box_r dd a {
	color: #333;
	line-height: 1.5;
}
#info_box_l dd a:hover, #info_box_r dd a:hover {
	text-decoration: none;
	color: #666;
}
.news_list_frame {
	height: 350px;
	width: 340px;
	margin-top: 12px;
	overflow-y: scroll;
}
#news_list_frame dl {
	margin-top: 5px
}
/* ドリルダウン風の検索窓 */

#search {
	width: 240px;
	border: #E0E0E0 1px solid;
}
#keywordSearch {
	padding: 5px;
}
#search p {
	font-size: 12px;
	margin: 3px;
}
#search .Srchmidashi {
	background-color: #E0E0E0;
	font-size: 16px;
	padding: 7px 7px 4px 7px;
	margin: 0px;
}
#search hr {
	border-color: #D2E9FF;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	height: 1px;
	margin: 5px 0px 5px 0px;
}
#search .searchbtn {
	width: 150px;
	margin: 25px;
}
#keywordSearch #condition1 {
	width: 150px;
}
#keywordSearch #condition2 {
	width: 150px;
}
#keywordSearch #condition3 {
	width: 150px;
}
#keywordSearch #condition4 {
	width: 150px;
}
#keywordSearch #condition5 {
	width: 195px;
}
table.helpdesk {
	width: 700px;
	margin: 2px;
	padding: 5px;
}
table.helpdesk th {
	width: 170px;
	font-weight: bold;
	font-size: 12px;
}
table.helpdesk th a {
	color: #ffffff;
	display: block;
	line-height: 180%;
	text-decoration: none;
	padding: 50px 0;
}
table.helpdesk th a:hover {
	filter: alpha(opacity=90);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=90)"; /* IE8用 */
	-moz-opacity: 0.9; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.9;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.9; /* Firefox 1.5以上, Opera, Safari用 */
}
table.helpdesk td {
	font-size: 12px;
	line-height: 180%;
	border: 1px #eeeeee solid;
	text-align: center;
}
table.helpdesk td a, a:visited, a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
.ao {
	background: #00b0f0;
}
.gr {
	background: #92d050;
}
.ye {
	background: #ffc000;
}
.bl {
	background: #000000;
}
.aoi {
	background: #DFEFFF;
	font-weight: bold;
	font-size: 12px;
}
/*ヘルプデスクテーブル
---------------------------------------------------------------------------*/
.hd_service {
	width: 100%;
	padding: 5px;
}
.hd_service, .hd_service td, .hd_service th {
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 130%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*テーブル内の左側の見出し部分*/
.hd_service th {
	padding: 10px;
	text-align: center;
	background-color: #09c;	/*背景色*/
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
/*テーブル内の右側*/
.hd_service td {
	font-size: 12px;
}
.suggestBlock {
	width: 165px;
	display: inline-block;
	text-align: center;
	padding: 5px 3px;
	margin-top: 5px;
	overflow: hidden;
}
.suggestBlock img {
}
/*ランキング用スライダー
---------------------------------------------------------------------------*/
.rankIMG img {
	width: 50px;
	position: relative;
	margin: 0px 135px 0px 35px;
	top: -312px;
}
.mi-slider {
	position: relative;
	margin-top: 150px;
	height: 165px;
}
.mi-slider ul {
	list-style-type: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
	overflow: hidden;
	text-align: center;
	pointer-events: none;
}
.no-js .mi-slider ul {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0;
	overflow: visible;
}
.mi-slider ul.mi-current {
	pointer-events: auto;
}
.mi-slider ul li {
	display: inline-block;
	padding: 10px 40px;
	width: 20%;
	max-width: 300px;
	-webkit-transform: translateX(600%);
	transform: translateX(600%);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.no-js .mi-slider ul li {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.mi-slider ul li a, .mi-slider ul li img {
	display: block;
	width: 180px;
	margin: 0 auto;
}
.mi-slider ul li a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
	line-height: 17px;
	font-size: 12px;
	padding: 10px 5px;
}
.mi-slider ul li img {
	max-width: 100%;
	border: none;
}
.mi-slider ul li h4 {
	color: #E93434;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 5px;
}
.mi-slider ul li:hover {
	opacity: 0.7;
}
.mi-slider nav {
	position: relative;
	top: 140px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	border-top: 5px solid #1d356b;
}
.no-js nav {
	display: none;
}
.mi-slider nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 25px 30px 3px 34px;
	text-decoration: none;
	position: relative;
	color: #666666;
	outline: none;
	font-weight: 600;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.mi-slider nav a span {
	font-size: 9px;
	display: block;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #E93434;
}
.mi-slider nav a:hover, .mi-slider nav a.mi-selected {
	background-color: #00B3FF;
	color: #FFF;
}
.mi-slider nav a.mi-selected:after, .mi-slider nav a.mi-selected:before {
	content: '';
	position: absolute;
	top: -5px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.mi-slider nav a.mi-selected:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 20px;
	left: 50%;
	margin-left: -20px;
}
.mi-slider nav a.mi-selected:before {
	border-color: transparent;
	border-top-color: #1d356b;
	border-width: 27px;
	left: 50%;
	margin-left: -27px;
}
/* Move classes and animations */

.mi-slider ul:first-child li, .no-js .mi-slider ul li {
	-webkit-animation: scaleUp 350ms ease-in-out both;
	animation: scaleUp 350ms ease-in-out both;
}
 @-webkit-keyframes scaleUp {
 0% {
-webkit-transform: translateX(0) scale(0);
}
 100% {
-webkit-transform: translateX(0) scale(1);
}
}
 @keyframes scaleUp {
 0% {
-webkit-transform: translateX(0) scale(0);
transform: translateX(0) scale(0);
}
 100% {
-webkit-transform: translateX(0) scale(1);
transform: translateX(0) scale(1);
}
}
.mi-slider ul:first-child li:first-child {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}
.mi-slider ul:first-child li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}
.mi-slider ul:first-child li:nth-child(3) {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}
.mi-slider ul:first-child li:nth-child(4) {
	-webkit-animation-delay: 360ms;
	animation-delay: 360ms;
}
/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
	-webkit-animation: moveFromRight 350ms ease-in-out both;
	animation: moveFromRight 350ms ease-in-out both;
}
/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
	-webkit-animation: moveFromLeft 350ms ease-in-out both;
	animation: moveFromLeft 350ms ease-in-out both;
}
/* moveToRight */

.mi-slider ul.mi-moveToRight li {
	-webkit-animation: moveToRight 350ms ease-in-out both;
	animation: moveToRight 350ms ease-in-out both;
}
/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
	-webkit-animation: moveToLeft 350ms ease-in-out both;
	animation: moveToLeft 350ms ease-in-out both;
}
/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child, .mi-slider ul.mi-moveFromRight li:first-child, .mi-slider ul.mi-moveToRight li:nth-child(4), .mi-slider ul.mi-moveFromLeft li:nth-child(4) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(2), .mi-slider ul.mi-moveFromRight li:nth-child(2), .mi-slider ul.mi-moveToRight li:nth-child(3), .mi-slider ul.mi-moveFromLeft li:nth-child(3) {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(3), .mi-slider ul.mi-moveFromRight li:nth-child(3), .mi-slider ul.mi-moveToRight li:nth-child(2), .mi-slider ul.mi-moveFromLeft li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(4), .mi-slider ul.mi-moveFromRight li:nth-child(4), .mi-slider ul.mi-moveToRight li:first-child, .mi-slider ul.mi-moveFromLeft li:first-child {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
 0% {
-webkit-transform: translateX(600%);
}
 100% {
-webkit-transform: translateX(0%);
}
}
 @-webkit-keyframes moveFromLeft {
 0% {
-webkit-transform: translateX(-600%);
}
 100% {
-webkit-transform: translateX(0%);
}
}
 @-webkit-keyframes moveToRight {
 0% {
-webkit-transform: translateX(0%);
}
 100% {
-webkit-transform: translateX(600%);
}
}
 @-webkit-keyframes moveToLeft {
 0% {
-webkit-transform: translateX(0%);
}
 100% {
-webkit-transform: translateX(-600%);
}
}
 @keyframes moveFromRight {
 0% {
-webkit-transform: translateX(600%);
transform: translateX(600%);
}
 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
 @keyframes moveFromLeft {
 0% {
-webkit-transform: translateX(-600%);
transform: translateX(-600%);
}
 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
 @keyframes moveToRight {
 0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
 100% {
-webkit-transform: translateX(600%);
transform: translateX(600%);
}
}
 @keyframes moveToLeft {
 0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
 100% {
-webkit-transform: translateX(-600%);
transform: translateX(-600%);
}
}
.mi-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Media Queries */
@media screen and (max-width: 710px) {
.mi-slider nav {
	max-width: 90%;
}
.mi-slider nav a {
	font-size: 12px;
	padding: 40px 10px 30px 14px;
}
}

@media screen and (max-width: 740px) {
.mi-slider {
	height: 300px;
}
.mi-slider nav {
	top: 220px;
}
}

@media screen and (max-width: 490px) {
.mi-slider {
	text-align: center;
	height: auto;
}
.mi-slider ul {
	position: relative;
	display: inline;
	bottom: auto;
	pointer-events: auto;
}
.mi-slider ul li {
	-webkit-animation: none !important;
	animation: none !important;
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
	padding: 10px 3px;
	min-width: 140px;
}
.mi-slider nav {
	display: none;
}
}



/** 商品ランク
------------------------------------------------------------------*/

#heading02 {
	background-color: #fff;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 46px, #abced4 46px, #abced4 48px, rgba(0, 0, 0, 0) 48px), linear-gradient(#eeeeee 2px, rgba(0, 0, 0, 0) 2px);
	background-size: 100% 25px;
	border: #ddd 1px solid;
	width: 560px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 50px;
	font: bolder #151515;
	box-shadow: 0 3px 5px rgba(0,0,0,0.30);
}
#heading02 h1 {
	position: relative;
	margin: 20px -52px;
	width: 624px;
	font: bold 30px/1.6 Arial, Helvetica, sans-serif;
	text-align: center;
	color: #F0F0F0;
	background: #E93434;
	-webkit-transform: rotate(-3deg) skew(-3deg);
	-moz-transform: rotate(-3deg) skew(-3deg);
	-o-transform: rotate(-3deg) skew(-3deg);
	-ms-transform: rotate(-3deg) skew(-3deg);
	transform: rotate(-3deg) skew(-3deg);
	text-shadow: 2px 1px 2px rgba(0,0,0,0.30);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.30),  30px 0 0 0 #E93434,  -30px 0 0 0 #E93434;
}


/** 各ランク */

.rank-cap {
	margin: 0 auto;
	margin-bottom: 100px;
	width: 650px;
}
p.lank-title {
	background: none;
	font-size: 20px;
	font-weight: bolder;
	text-align: left;
	margin-top: 20px;
	border-bottom: 2px dashed #abced4;
	line-height: 10px;
}
.rank-s {
	width: 650px;
	float: left;
	padding-bottom: 5px;
	margin: 5px 5px 20px;
	overflow: hidden;
	position: relative;
}
.rank-s img {
	width: 300px;
	height: 200px;
	border: 1px solid #959595;
	margin: 5px;
	float: left;
	position: relative;
}
.rank-s p {
	width: 280px;
	height: 179px;
	background: #ccc;
	padding: 5px;
	margin: 5px;
	float: left;
}



.ovalshadow_fake {
	position: relative;
}
.ovalshadow {
	position: absolute;
	background-color: #fff;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 39px,  #abced4 39px, #abced4 41px, rgba(0, 0, 0, 0) 41px),  linear-gradient(#eeeeee 2px, rgba(0, 0, 0, 0) 2px);
	background-size: 100% 19px;
	border: #ddd 1px solid;
	width: 230px;
	height: 157px;
	padding: 3px 20px 40px 50px;
	text-transform: uppercase;
	margin: 5px;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
}
.ovalshadow:hover:after {
	bottom: 8px;
}
.ovalshadow:after {
	z-index: -1;
	content: '';
	width: 98%;
	height: 10%;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	background: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
	-moz-transition: bottom 0.3s;
	-o-transition: bottom 0.3s;
	-webkit-transition: bottom 0.3s;
	transition: bottom 0.3s;
}
img.grow {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
img.grow:hover {
	-webkit-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
}


/** クリックしたら画像拡大！！ */
.lightbox {
	background: url('//www.pcjungle.jp/images/about-ranks/lightpop-btn-close.png') no-repeat 532px 9px;
	display: none;
	position: fixed;
	z-index: 999;
	width: 600px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
}
.lightbox img {
	width: 600px;
	height: 400px;
	margin-top: 30px;
}
.lightbox img:hover {
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.lightbox:target {
	display: block;
}


.float_left{
	float:left;
	margin:20px;
}
.margin20{
	margin:20px;
}
.ipad_deal h5{
	border-bottom:rgba(170,23,26,1.00) solid 2px;
}
