/* PC/スマホ共通表示 */
.-----PC_MOBILE_COMMON_CSS_START----- {}

* {
    margin: 0;
    padding: 0;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}



table,img,p {
    border: 0;
}

body {
	color: #555555;
	background-color: #FFFFFF;
	background-image: url(../../../../user_data/packages/default/img/header/g_nav_bg.gif);
	font-size: 84%;
	line-height: 150%;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li {
    list-style-type: none;
}

select {
    border: solid 1px #ccc;
}
* html img {

}
/*PHOTO*/
.picture {
    border: 1px solid #ccc;
}
/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
/* リンク指定
----------------------------------------------- */
a { text-decoration: underline; }
a:link { color: #3a75af; }
a:visited { color: #3a75af; }
a:hover { color: #ff6600; }
/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.price { color: #ff0000; font-weight: bold; }
.attention { color: #ff0000; }
.mini { font-size: 90%; }
em {
    font-style: normal;
    color: #ff0000;
}
/* テーブル共通指定
----------------------------------------------- */
table  {
    margin: 15px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}
.phototd {
    width: 75px;
    text-align: center;
}
.centertd {
    text-align: center;
}
.pricetd {
    text-align: right;
}
.pricetd em {
    font-weight: bold;
}
div#completetext {
    width: 470px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}
div#completetext em {
    font-weight: bold;
}
div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}


/* ヘッダーロゴ
------------------------------------------------ */
div#header {
	width: 970px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
div#header h1 a {
	display: block;
	margin: 0;
	width: 263px;
	height: 84px;
	background-image: url(../../../../user_data/packages/default/img/header/logo.png);
	background-repeat: no-repeat;
	background-position: left top;

}
* html div#header h1 a {
	cursor:pointer ; 

}
div#header em {
    display: none;
}


/* ヘッダーナビ
----------------------------------------------- */

#menu_open_btn {
	display:none;
}
#main_nav {
	display:none;
}

div#g_nav {
	height: 49px;
	width: 953px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 17px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-repeat: no-repeat;
	background-position: left bottom;

}
div#g_nav ul {
	width:100%;
	height: 49px;
	margin: 0px;
	padding: 0px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
div#g_nav ul li {
	height: 48px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
div#g_nav ul li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
div#hdr_nav {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 585px;
	height: 43px;
}
div#hdr_nav ul {
	height: 43px;
	margin: 0px;
	padding: 0px;
}
div#hdr_nav ul li {
	float: left;
	height: 43px;
	margin: 0px;
	padding: 0px;
}
div#hdr_nav ul li a {
    text-decoration: none;
}

div#hdr_nav2 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 585px;
	height: 43px;
	margin: 0px;
}
div#hdr_nav2 ul {
	height: 43px;
	margin: 0px;
	padding: 0px;
}
div#hdr_nav2 ul li {
	float: left;
	height: 43px;
	margin: 0px;
	padding: 0px;
}
div#hdr_nav2 ul li a {
    text-decoration: none;
}

/* ヘッダー検索
----------------------------------------------- */
div#hdr_searchBg {
	height: 40px;
	width: 583px;
	padding-top: 0px;
	position: absolute;
	top: 53px;
	right: 1px;
	z-index: 4;
}
div#hdr_search {
	height: 22px;
	width: 563px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 20px;
	background-image: url(../../../../user_data/packages/default/img/header/search_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
div#hdr_search table,
div#hdr_search tr,
div#hdr_search td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#hdr_search td#srch_catlist select {
	width: 200px;
}
div#hdr_search td#srch_textarea input {
	width: 205px;
}
/* フレーム
----------------------------------------------- */
div#wrapper {
    width: 100%;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(../../../../user_data/packages/default/img/common/footer_bg.gif);
}
div#topflash {
	height: 401px;
	width: 1002px;
	position: absolute;
	left: -8px;
	top: -63px;
	background-image: url(../../../../user_data/packages/default/img/top/flash_bg.jpg);
	background-position: center top;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
}
div#flash {
	height: 320px;
	width: 960px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
div#flash iframe {
	height: 320px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
div#container {
	width: 970px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	overflow: visible;
}
#container:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#leftcolumn {
	float: left;
	width: 222px;
	padding-top: 0px;
	margin-right: 9px;
	padding-left: 4px;
}

div#leftcolumn h2 {
    padding: 15px 0 0 0;
}

div#rightcolumn {
    float: left;
    width: 231px;
	padding-top: 0px;
	margin-bottom:30px;
}

div#rightcolumn h2 {
    padding: 15px 0 0 0;
}

/* メインコンテンツ
----------------------------------------------- */
/* 3カラム設定 */
div#three_maincolumn {
    float: left;
    width: 498px;
    padding: 0;
}

div#three_maincolumn h2 {
    padding: 15px 0 0 0;
}

/* 2カラム設定 */
div#two_maincolumn {
    float: right;
    width: 730px;
    padding: 0px 0 0 0;
}

div#two_maincolumn h2 {
    padding: 15px 0 0 0;
}

/* 1カラム設定 */
div#two_maincolumn.one_maincolumn {
	float: none !important;
	width: 730px;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
div#one_maincolumn {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30;
	padding-left: 0;
}

/* カゴの中
----------------------------------------------- */
h4#cart_ttl {
	width: 220px;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 6px;
	margin-left: 5px;
	clear: both;
}
div#cartarea {
	width: 194px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #48494B;
	border-left-color: #48494B;
	background-image: url(../../../../user_data/packages/default/img/side/bg_cartin.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 6px;
	margin-left: 5px;
}

div#cartarea ul {

}
div#cartarea ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AAAAAA;
	background-image: url(../../../../user_data/packages/default/img/side/arrow_cartin.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
div#cartBtm {
	width: 220px;
	padding-top: 0;
	margin-right: 6px;
	margin-left: 5px;
	margin-bottom: 6px;
}
div#yoyaku_houhou {
	width: 221px;
	padding-top: 0;
	margin-bottom: 6px;
	margin-right: 6px;
	margin-left: 5px;
}

div#cartarea p {
    padding: 5px 0 10px 0;
}

div#cartarea p.item {
    padding: 0 0 10px 0;
    background: url("../img/side/line_146.gif") no-repeat bottom;
}

div#cartarea .btn {
    padding: 0;
    text-align: center;
}

/* カテゴリー
----------------------------------------------- */
h2.cat_ttl {
	margin: 0px;
	height: 50px;
	width: 231px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
div#hard {
	background-image: url(../../../../user_data/packages/default/img/side/hard_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 206px;
	padding-right: 13px;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 10px;
	clear: both;
}
div#hard ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#hard ul li {
	width: 206px;
	height: 39px;
	padding-bottom: 3px;
}
div#junle {
	background-image: url(../../../../user_data/packages/default/img/side/junle_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 206px;
	padding-right: 13px;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 10px;
	clear: both;
}
div#junle ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#junle ul li {
	width: 206px;
	height: 39px;
	padding-bottom: 3px;
}

div#categoryarea {
    width: 144px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff1e3;
}

div#categoryarea li {
    padding: 0 0 0 20px;
    background: url("../img/common/arrow_blue.gif") 0 3px no-repeat;
}
div#categoryarea li.onmark {
    background: url("../img/common/arrow_red.gif") 0 3px no-repeat;
}
div#categoryarea li.level1 {
    font-weight: bold;
}
div#categoryarea li.level1 li {
    font-weight: normal;
}
div#categoryarea li a {
    display: block;
    padding: 3px 0;
}

a.onlink {  text-decoration: underline; }
a.onlink:link { color: #ff0000; }
a.onlink:visited { color: #ff0000; }
a.onlink:hover { color: #ff0000; }

/* 株式会社レプトン
----------------------------------------------- */
div#headoffice {
	width: 188px;
	clear: both;
	background-image: url(../../../../user_data/packages/default/img/side/head_office.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 17px;
	height: 172px;
	border: 1px solid #CCC;
	border-radius:5px;
	margin-bottom: 10px;
}

/* モバイルサイトQR
----------------------------------------------- */
div#mobileQR {
	width: 222px;
	clear: both;
	margin-bottom: 10px;
}


/* 宅配買取バナー
----------------------------------------------- */
div.takuhai_kaitori_banner {
	width: 222px;
	clear: both;
	margin-bottom: 10px;
}



/* ガイドリンク
----------------------------------------------- */
#guidearea {
    padding: 15px 0 0 0;
    line-height: 0;
}

/* ログイン
----------------------------------------------- */
div#loginarea {
    width: 144px;
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
}

div#loginarea p {
    padding: 8px 0 0 0;
}

div#login img {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

div#loginarea .btn {
    text-align: center;
}

#loginarea .box96 {
    width: 96px;
    border: solid 1px #ccc;
}

/* 検索
----------------------------------------------- */
div#searcharea {
    width: 144px;
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
}

div#searcharea p {
    padding: 8px 0 0 0;
}

div#searcharea .btn {
    text-align: center;
}

#searcharea .box142 {
    width: 142px;
    border: solid 1px #ccc;
}

/* カレンダー
----------------------------------------------- */
#block-calendar {
}

#block-calendar table {
    border-collapse: collapse;
    margin: 0 auto 10px;
    text-align:center;
}

#block-calendar th, #block-calendar td {
    padding: 2px;
    border: 1px solid #CCCCCC;
}

#block-calendar th {
    background: #FF8144;
    color: #FFFFFF;
}

#block-calendar .off {
    background: #FFEECC;
    color: #E04A00;
}

#block-calendar caption {
    color: #DD4400;
}

/* バナー
----------------------------------------------- */
ul#banner {
    padding: 15px 0 0 0;
}

#banner li {
    padding: 0 0 10px 0;
}

/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #ccc;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}

/* フッター
----------------------------------------------- */
#pagetop {
	width: 970px;
	background-color: #fff;
	text-align: right;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}
#footerlink {
	width: 969px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	height: 30px;
	text-align: center;
	clear: both;
}
#footerlink ul {
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footerlink ul li {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	display: inline;
}
#footerlink ul li a {
	padding-right: 20px;
	padding-left: 20px;
}
#footerlink ul li.first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#fotter {
	width: 970px;
	font-size: 75%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}


.lepton_game_blog_bloc {
	box-sizing: border-box;
	padding: 6px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 6px;
	font-size: 115%;
	line-height: 130%;
}
.lepton_game_blog_bloc ul {
	padding:4px;
	margin-bottom:10px;
}
.lepton_game_blog_bloc ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:  10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight:bold;
}
.lepton_game_blog_bloc ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}


.lepton_game_blog_bloc .twitter {
	text-align:center;
}


.tv_cm_bloc {
	box-sizing: border-box;
	padding: 6px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 6px;
}
.tv_cm_bloc {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 6px;
}
.tv_cm_bloc strong {
	text-align: center;
	display: block;
}
.tv_cm_bloc img {
	width: 100%;
	height:auto;
	margin-bottom:10px;
}
#sakusaku_kaitori {
	width:100%;
	margin-bottom:15px;
	text-align:center;
}
#kouka_kaitori {
	width:100%;
	margin-bottom:20px;
	text-align:center;
}
.twitter_timeline {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 6px;
}
.cool_insta_bloc {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding:15px;
}

.general_bloc {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding:15px;
}
.simple_bloc {
	margin-bottom: 10px;
}


.widgettitle {
	display:none;
}



.article-header .entry-title {
	font-size: 200%;
	line-height: 140%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-left: 10px;
}

.article-header .entry-meta {
	margin-bottom:20px;
	margin-left: 10px;
}
.entry-content {
	line-height:160%;
	margin-left: 10px;
}
.entry-content p {
	margin-top:1em;
	margin-bottom:1em;
}

.entry-content .alignleft {
	float: left;
	margin-right: 1.5em !important;
	margin-bottom: 1em !important;
}
.entry-content .alignright {
	float: right;
	margin-left: 1.5em !important;
	margin-bottom: 1em !important;
}
.entry-content .aligncenter {
	display:block;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-bottom: 1em !important;
}


.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 730px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


* {
    margin: 0;
    padding: 0;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

table,img,p {
    border: 0;
}

body {
	background-image: none;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	max-width:100%;
	height:auto;
}


/*PHOTO*/
.picture {
    border: 1px solid #ccc;
}
/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
/* リンク指定
----------------------------------------------- */
a { text-decoration: underline; }
a:link { color: #3a75af; }
a:visited { color: #3a75af; }
a:hover { color: #ff6600; }
/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.price { color: #ff0000; font-weight: bold; }
.attention { color: #ff0000; }
.mini { font-size: 90%; }
em {
    font-style: normal;
    color: #ff0000;
}
/* テーブル共通指定
----------------------------------------------- */
table  {
    margin: 15px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}
.phototd {
    width: 75px;
    text-align: center;
}
.centertd {
    text-align: center;
}
.pricetd {
    text-align: right;
}
.pricetd em {
    font-weight: bold;
}
div#completetext {
    width: 470px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}
div#completetext em {
    font-weight: bold;
}
div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}


/* ヘッダーロゴ
------------------------------------------------ */
div#header {
	width: 730px;
	height: 130px;
}
div#header h1 a {
	display: block;
	width: 360px;
	height: 110px;
	background-image: url(../../../../user_data/packages/default/img/header/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22px;
}

/* ヘッダーナビ
----------------------------------------------- */

#menu_open_btn {
	background-image: url(../../../../user_data/packages/default/img/common/menu_open_btn.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 133px;
	position: absolute;
	top: 0px;
	left: 597px;
	overflow: hidden;
	z-index: 999999;
	display: block;
	background-color: #CCC;
}
#main_nav {
	display:block;
	width: 730px;
	overflow: visible;
	position: absolute;
	height: 0px;
	left: 0px;
	top: 130px;
}
#main_nav ul {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	display:none;
}
#main_nav ul li {
	width: 100%;
	height: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
}
#main_nav ul li.pc_only {
	display:none;
}
#main_nav ul li a {
	width: 100%;
	height: auto;
	display: block;
	background-color: rgba(0,159,198,0.8);
	font-size: 34px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 75px;
}

div#g_nav {
	display:none;
}
div#hdr_nav {
	display:none;
}

div#hdr_nav2 {
	display:none;
}


/* ヘッダー検索
----------------------------------------------- */
div#hdr_searchBg {
	height: 40px;
	width: 583px;
	padding-top: 0px;
	position: absolute;
	top: 53px;
	right: 1px;
	z-index: 4;
}
div#hdr_search {
	height: 22px;
	width: 563px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 20px;
	background-image: url(../../../../user_data/packages/default/img/header/search_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
div#hdr_search table,
div#hdr_search tr,
div#hdr_search td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#hdr_search td#srch_catlist select {
	width: 200px;
}
div#hdr_search td#srch_textarea input {
	width: 205px;
}
/* フレーム
----------------------------------------------- */
div#wrapper {
	width: 730px !important;
	background-image: none;
	overflow: hidden;
	position: relative;
}
div#topflash {
	height: 401px;
	width: 730px;
	position: absolute;
	left: -8px;
	top: -63px;
	background-image: none;
	background-position: center top;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
}
div#flash {
	height: 320px;
	width: 730px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
div#flash iframe {
	height: 320px;
	width: 730px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
div#container {
	width: 730px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
div#leftcolumn {
	float: none;
    width: 690px;
	padding-top: 0px;
	order:3;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

div#leftcolumn .sidebar {
    width: 100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
}

div#leftcolumn .sidebar > div {
	box-sizing:border-box;
    max-width: 335px;
	margin-bottom:20px !important;
}


div#leftcolumn h2 {
    padding: 15px 0 0 0;
}


div#rightcolumn {
    float: none;
    width: 690px;
	padding-top: 20px;
	order:2;
}

div#rightcolumn h2 {
    padding: 15px 0 0 0;
}

/* メインコンテンツ
----------------------------------------------- */
/* 3カラム設定 */
div#three_maincolumn {
	float: none;
	padding: 0;
	order: 1;
	margin-right: auto;
	margin-left: auto;
	padding-top:0px;
	margin-top:0px;
	width:690px;
}

div#three_maincolumn h2 {
    padding: 15px 0 0 0;
}

/* 2カラム設定 */
div#two_maincolumn {
    float: none;
    width: 730px;
    padding: 0px 0 0 0;
	order:1;
}

div#two_maincolumn h2 {
    padding: 15px 0 0 0;
}

/* 1カラム設定 */
div#one_maincolumn {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30;
	padding-left: 0;
	order:1;
}

/* カゴの中
----------------------------------------------- */
h4#cart_ttl {
	width: 220px;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 6px;
	margin-left: 5px;
	clear: both;
}
div#cartarea {
	width: 194px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #48494B;
	border-left-color: #48494B;
	background-image: url(../../../../user_data/packages/default/img/side/bg_cartin.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 6px;
	margin-left: 5px;
}

div#cartarea ul {

}
div#cartarea ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AAAAAA;
	background-image: url(../../../../user_data/packages/default/img/side/arrow_cartin.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
div#cartBtm {
	width: 220px;
	padding-top: 0;
	margin-right: 6px;
	margin-left: 5px;
	margin-bottom: 6px;
}
div#yoyaku_houhou {
	width: 221px;
	padding-top: 0;
	margin-bottom: 6px;
	margin-right: 6px;
	margin-left: 5px;
}

div#cartarea p {
    padding: 5px 0 10px 0;
}

div#cartarea p.item {
    padding: 0 0 10px 0;
    background: url("../img/side/line_146.gif") no-repeat bottom;
}

div#cartarea .btn {
    padding: 0;
    text-align: center;
}

/* カテゴリー
----------------------------------------------- */
h2.cat_ttl {
	margin: 0px;
	height: 50px;
	width: 231px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
div#hard {
	background-image: url(../../../../user_data/packages/default/img/side/hard_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 206px;
	padding-right: 13px;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 10px;
	clear: both;
}
div#hard ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#hard ul li {
	width: 206px;
	height: 39px;
	padding-bottom: 3px;
}
div#junle {
	background-image: url(../../../../user_data/packages/default/img/side/junle_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 206px;
	padding-right: 13px;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 10px;
	clear: both;
}
div#junle ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#junle ul li {
	width: 206px;
	height: 39px;
	padding-bottom: 3px;
}

div#categoryarea {
    width: 144px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff1e3;
}

div#categoryarea li {
    padding: 0 0 0 20px;
    background: url("../img/common/arrow_blue.gif") 0 3px no-repeat;
}
div#categoryarea li.onmark {
    background: url("../img/common/arrow_red.gif") 0 3px no-repeat;
}
div#categoryarea li.level1 {
    font-weight: bold;
}
div#categoryarea li.level1 li {
    font-weight: normal;
}
div#categoryarea li a {
    display: block;
    padding: 3px 0;
}

a.onlink {  text-decoration: underline; }
a.onlink:link { color: #ff0000; }
a.onlink:visited { color: #ff0000; }
a.onlink:hover { color: #ff0000; }

/* 株式会社レプトン
----------------------------------------------- */
div#headoffice {
	box-sizing: border-box;
	width: 335px;
	margin-right: 0px !important;
	margin-left: 0px !important;
	clear: both;
	background-image: url(../../../../user_data/packages/default/img/side/head_office.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 15px;
	height: 313px;
	font-size: 24px;
	border: 1px solid #CCC;
}

/* モバイルサイトQR
----------------------------------------------- */
div#mobileQR {
	width: 335px;
	clear: both;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#mobileQR img {
	width: 100%;
	height:auto;
}


/* 宅配買取バナー
----------------------------------------------- */
div.takuhai_kaitori_banner {
	width: 335px;
	clear: both;
	margin-bottom: 10px;
	margin-left: 0px;
}
div.takuhai_kaitori_banner img {
	width: 100%;
	height:auto;
}



/* ガイドリンク
----------------------------------------------- */
#guidearea {
    padding: 15px 0 0 0;
    line-height: 0;
}

/* ログイン
----------------------------------------------- */
div#loginarea {
    width: 144px;
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
}

div#loginarea p {
    padding: 8px 0 0 0;
}

div#login img {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

div#loginarea .btn {
    text-align: center;
}

#loginarea .box96 {
    width: 96px;
    border: solid 1px #ccc;
}

/* 検索
----------------------------------------------- */
div#searcharea {
    width: 144px;
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
}

div#searcharea p {
    padding: 8px 0 0 0;
}

div#searcharea .btn {
    text-align: center;
}

#searcharea .box142 {
    width: 142px;
    border: solid 1px #ccc;
}

/* カレンダー
----------------------------------------------- */
#block-calendar {
}

#block-calendar table {
    border-collapse: collapse;
    margin: 0 auto 10px;
    text-align:center;
}

#block-calendar th, #block-calendar td {
    padding: 2px;
    border: 1px solid #CCCCCC;
}

#block-calendar th {
    background: #FF8144;
    color: #FFFFFF;
}

#block-calendar .off {
    background: #FFEECC;
    color: #E04A00;
}

#block-calendar caption {
    color: #DD4400;
}

/* バナー
----------------------------------------------- */
ul#banner {
    padding: 15px 0 0 0;
}

#banner li {
    padding: 0 0 10px 0;
}

/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #ccc;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}

/* フッター
----------------------------------------------- */
#pagetop {
	display:none;
}
#footerlink {
	display:none;
}
#fotter {
	width: 690px;
	font-size: 100%;
	text-align: center;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}

.lepton_game_blog_bloc {
	font-size: 100%;
	line-height: 130%;
}

.lepton_game_blog_bloc ul {
	padding:10px;
	margin-bottom:10px;
}
.lepton_game_blog_bloc ul li {
	margin-bottom:  15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

.lepton_game_blog_bloc .twitter {
	text-align:center;
	padding-bottom:10px;
}

#sakusaku_kaitori img {
	width:100%;
	height:auto;
}
#kouka_kaitori img {
	width:100%;
	height:auto;
}

.twitter_timeline {
	width:100% !important;
	max-width:100% !important;
	order:99 !important;
}


.cool_insta_bloc {
	text-align:center;
	width: 100% !important;
	max-width: 100% !important;
	font-size: 120%;
	margin-bottom: 20px;
}
.simple_bloc {
	margin-bottom: 20px;
}


.content_box_001 {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
}
.content_box_001 table {
	max-width: 675px;
	margin-right: auto;
	margin-left: auto;
}


.-----MOBILE_ONLY_CSS_END----- {}

}