
charset "utf-8";
/* ///////全体/////// */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	margin: auto;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
  /*transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  height: 100%;
  line-height: 1.5;
	font-family: "Meiryo", "Osaka‐等幅", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  color: #000;
  background: #fff;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #000;
	line-height: 1.5;
}
h4.access_h4 {
    color: #104663;
    font-size: 130%;
    border-left: #b2b2b2 3px solid;
    margin: 10px 0;
    padding-left: 10px;
}

h4.access_h4-1 {
    color: #104663;
    font-size: 130%;
    border-left: #b2b2b2 3px solid;
    margin: 10px 24px;
    padding-left: 10px;
    clear: both;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
a:hover {
  color: #f0394d;
}
p {
	word-break: break-word;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a img:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

div.item p {
    padding-top: 10px;
}

/*.img-hover img{
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}*/
/*.img-hover:hover img{
	filter: gray; 
    -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: alpha(opacity=70);
     filter: grayscale(100%);
}*/
.clearfix {zoom:1;}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
}
#wrap{
	overflow: hidden;
}
.center{
 text-align:center; 
}
/*
General
*/
.container {
	max-width: 1180px;
	margin: 0 auto;
}

/*Top Banner*/
.top-banner {
	background: #1d2088;
}

/*Top Nav*/
.top-nav {
	background: #14143c;
	text-align: center;
	box-shadow: 0 2px 3px rgba(13,7,10,0.25);
	-moz-box-shadow: 0 2px 3px rgba(13,7,10,0.25);
	-webkit-box-shadow: 0 2px 3px rgba(13,7,10,0.25);
	-ms-box-shadow: 0 2px 3px rgba(13,7,10,0.25);
}
.top-nav ul{
	font-size: 0;
	width: 1180px;
	margin: 0 auto;
}
.top-nav li {
	display: inline-block;
}
.top-nav li a {
	line-height: 25px;
	font-size: 18px;
	display: block;
}

/*Slider*/
#slider {
	padding-top: 20px;
	padding-bottom: 30px;
}
.owl-carousel {
	position: relative;
}
.owl-carousel .owl-pagination {
	position: absolute;
	left: 50%;
	bottom: -22px;
	font-size: 0;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.owl-carousel .owl-pagination .owl-page {
	text-indent: -9999em;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	display: inline-block;
	background: #d2d2d2;
	margin: 0 5px;
}
.owl-carousel .owl-pagination .owl-page:hover,
.owl-carousel .owl-pagination .owl-page.active {
	background: #0081cc;
}
.owl-carousel .owl-prev {
	position: absolute;
	top: 50%;
	left: -45px;
	width: 51px;
	height: 99px;
	background: url("../images/button/slider_prev.jpg") 0 0 repeat;
	text-indent: -999em;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	right: -45px;
	width: 51px;
	height: 99px;
	background: url("../images/button/slider_next.jpg") 0 0 repeat;
	text-indent: -999em;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/*transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;*/
}
/*.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
	filter: gray; 
    -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: alpha(opacity=70);
     filter: grayscale(100%);
}*/

/*Main*/
#main {
	background: #f5f5f5;
	padding-top: 45px;
	padding-bottom: 80px;
}
#main .row {
	margin-left: -15px;
	margin-right: -15px;
}
#main .col-left {
	width: 74.5%;
	padding: 0 15px;
	float: left;
}
#main .col-right {
	width: 25.5%;
	padding: 0 15px;
	float: left;
}
.index-rss .blog_content {
	margin: 0 0 40px -5px;
	text-align: center;
}
/*.b_box .b_img {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}*/
/*.b_box:hover .b_img{
	filter: gray; 
    -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: alpha(opacity=70);
     filter: grayscale(100%);
}*/
.b_box:hover h3,
.b_box:hover h4 {
	color: #f0394d;
}
.index-rss .blog_content .b_box {
	width: 50%;
	display: block;
	padding: 0 5px;
	float: left;
}
.index-rss .blog_content .b_box figure{
	border: 3px solid #b2b2b2;
}
.index-rss .blog_content .b_box .bt_box {
	padding: 8px 25px 8px 8px;
	background: url(/images/icon/arrow_06.png)no-repeat 95% 50%,#0a5293;
}
.index-rss .blog_content .b_box .bt_box h4 {
	/*white-space: nowrap;*/
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	color: #fff;
	text-align: left;
	height: 68px;
}
.main-title {
	font-size: 25px;
	line-height: 32px;
	padding-left: 42px;
	background: url("../images/title/tenpo-title_img_01.png") 0 0 no-repeat;
	margin: 0 0 20px;
	text-indent: -9999px;
}
.k-title {
	font-size: 25px;
	line-height: 32px;
	padding-left: 42px;
	background: url("../images/title/tenpo-title_img_01.png") 0 0 no-repeat;
	margin: 0 0 20px;
	text-indent: -9999px;
}

.main-title.icon-top01 {
    background: url("../images/title/title_img_01.png") 0 0 no-repeat;
}
.main-title.icon-top02 {
    background: url("../images/title/title_img_02.png") 0 0 no-repeat;
}
.main-title.icon-top03 {
    background: url("../images/title/title_img_03.png") 0 0 no-repeat;
}
.main-title.icon-top04 {
    background: url("../images/title/title_img_04.png") 0 0 no-repeat;
}
.main-title.icon-top05 {
    background: url("../images/title/bb_tltle_mo.png") 0 0 no-repeat;
}


.main-title.icon-02{
	background: url("../images/title/tenpo-title_img_02.png") 0 0 no-repeat;
}

.main-title.icon-03 {
    background: url("../images/title/tenpo-title_img_03.png") 0 0 no-repeat;
}

.main-title.icon-04 {
    background: url("../images/title/tenpo-title_img_04.png") 0 0 no-repeat;
}

.main-title.icon-05 {
    background: url("../images/title/tenpo-title_img_05.png") 0 0 no-repeat;
}

.main-title.icon-06 {
    background: url("../images/title/tenpo-title_img_06.png") 0 0 no-repeat;
}

.main-title.icon-07 {
    background: url("../images/title/tenpo-title_img_07.png") 0 0 no-repeat;
}

.main-title.icon-08 {
    background: url("../images/title/tenpo-title_img_08.png") 0 0 no-repeat;
}

.main-title.icon-09 {
    background: url("../images/title/tenpo-title_img_09.png") 0 0 no-repeat;
}

.main-title.icon-10 {
    background: url("../images/title/tenpo-title_img_10.png") 0 0 no-repeat;
}

.main-title.icon-11 {
    background: url("../images/title/tenpo-title_img_11.png") 0 0 no-repeat;
}


.k-title.icon-01 {
    background: url("../images/title/k_title_new.png") 0 0 no-repeat;
}
.k-title.icon-02 {
    background: url("../images/title/k_title_game.png") 0 0 no-repeat;
}
.k-title.icon-03 {
    background: url("../images/title/k_title_pc.png") 0 0 no-repeat;
}
.k-title.icon-04 {
    background: url("../images/title/k_title_hobby.png") 0 0 no-repeat;
}
.k-title.icon-05 {
    background: url("../images/title/k_title_media.png") 0 0 no-repeat;
}
.k-title.icon-06 {
    background: url("../images/title/k_title_tcg.png") 0 0 no-repeat;
}



/**/
.rss-blog {
	margin: 0 0 30px;
}
.rss-blog .blog_content {
	margin: 0 -6px;
}
.rss-blog .b_box {
	padding: 0 6px 12px;
	float: left;
}
.rss-blog.col-4 .b_box {
	width: 25%;
}
.rss-blog.col-4 .b_box figure{
	border: 3px solid #b2b2b2;
	padding: 10px;
	background: #fff;
}
.rss-blog.col-4  .b_box:nth-child(4n+1) {
	clear: both;
}
.rss-blog.col-2 .b_box {
	width: 50%;
}
.rss-blog.col-2 .b_box figure{
	border: 3px solid #b2b2b2;
	padding: 10px;
	background: #fff;
}
.rss-blog.col-2  .b_box:nth-child(2n+1) {
	clear: both;
}
.rss-blog .bt_box {
	padding: 0 0 10px 0;
	background: #fff;
}
.rss-blog .bt_box h4 {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 68px;
}
#rss-blog-01 .bt_box{
	/*background: #efefef;*/
}
#rss-blog-02 .bt_box{
	/*background: #efefef;*/
}
#rss-blog-03 .bt_box{
	/*background: #efefef;*/
}
.ivents-rss.col-2 .b_box figure{
	padding: 0;
}
.ivents-rss .bt_box h4{
	padding: 5px;
	height: 80px;
	color: #fff;
}
.ivents-rss .bt_box{
	background: url(/images/icon/arrow_06.png) no-repeat 95% 50%,#960a14;
	padding: 0 16px 0 0;
}
.box_03 {
	margin-bottom: 40px;
}
.gallery {
	margin-left: -6px;
	margin-right: -6px;
}
.gallery .item {
	float: left;
	width: 25%;
	padding: 0 6px;
	margin-bottom: 12px;
}
.gallery .item:nth-child(4n+1) {
	clear: both;
}

/*col-right*/
.widget {
	margin: 0 0 20px;
}
.widget-title {
	background: #f0394d;
	font-size: 20px;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.widget-content {
	background: #fff;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
.widget-content ul li a {
	display: block;
	padding: 12px 15px;
	border-top: 1px solid #f5f5f5;
}
.widget-content ul li:first-child a {
	border: 0;
}
/*.widget a img {
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}*/
/*.widget a img:hover {
	filter: gray;
    -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: alpha(opacity=70);
     filter: grayscale(100%);
}*/

/*Shop*/
.shop #main {
	background: #f4f4f4;
}

.shop-box-01 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.shop-box-01 .box-img {
	float: left;
	width: 34.5%;
	padding: 0 15px;
}
.box-img .box-wrap {
	margin: 0 -5px;
}
.box-img .item {
	width: 25%;
	float: left;
	padding: 0 5px 10px;
}
.shop-box-01 .box-map {
	float: left;
	width: 65.5%;
	padding: 0 15px;
}
.shop-box-01 .box-map iframe {
	vertical-align: top;
}
.shop-box-01 .box-map .google-map {
	padding-bottom: 10px;
}
.map-bottom img:first-child{
	/*float: left;*/
}
.map-bottom img:last-child{
	/*float: right;*/
}
.shop-box-02 {
	margin-right: -6px;
	margin-left: -6px;
}
.shop-box-02 > div {
	width: 50%;
	float: left;
	padding: 0 6px;
}
.shop-box-03 {
	margin-bottom: 40px;
}

.shop-box-04 {
	margin-bottom: 40px;
}
.shop-box-04 .txt {
	width: 50%;
	float: left;
	padding-right: 15px;
	font-size: 16px;
}
.shop-box-04 .img {
	width: 50%;
	float: left;
	text-align: right;
}

.shop-box-10 {
	margin-bottom: 40px;
}
.shop-box-10 .txt {
	width: 31%;
	float: left;
	padding-right: 15px;
	font-size: 16px;
}
.shop-box-10 .img {
	width: 69%;
	float: left;
	text-align: right;
}

.shop-box-11 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.shop-box-11 .txt {
	width: 100%;
	float: left;
	padding-right: 15px;
	font-size: 16px;
	margin-bottom: 40px;
}




.shop-box-06 {
	margin-bottom: 40px;
}



.box-list .box-wrap{
	margin-right: -22px;
	margin-left: -22px;
}
.box-list .item {
	width: 25%;
	float: left;
	padding: 0 22px;
	margin-bottom: 10px;
	height: 260px;
}
.box-list .item .img {
	position: relative;
}
.box-list .item .img img {
	width: 100%;
}
.box-list .item .img:before {
	width: 33px;
	height: 49px;
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -38px;
	background: url("../images/icon/arrow.png") 0 0 no-repeat;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.box-list .item:nth-child(4n+1) .img:before {
	display: none;
}
.box-list .item .txt {
	padding: 10px 0;
	display: block;
}


.shop-box-07,
.shop-box-08 {
	margin-bottom: 0px;
}

.fb-page {
	width: 100%;
}

.box-social {
	margin-right: -5px;
	margin-left: -5px;
}
.box-social .box-twitter,
.box-social .box-facebook {
	width: 50%;
	float: right;
	padding: 0 5px;
	margin-top: 30px;
}
#tw-page {
	height: 300px;
	overflow: hidden;
}
/*Footer*/
#footer{
	padding: 30px 0;
	background: #222222;
	color: #b2b2b2;
}
.footer-col {
	float: left;
	width: 180px;
	padding: 0 15px 0 0;
}
.footer-col h3 {
	color: #b2b2b2;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0;
}
.footer-col ul li a {
	color: #b2b2b2;
	font-size: 14px;
	padding: 0 5px;
}
.footer-col ul li a:hover {
	color: #000;
}
.footer-col ul li ul {
	padding-left: 15px;
}
.footer-col .sns{
	padding: 5px 0;
}
.copyright {
	text-align: center;
	padding: 20px 15px;
}
.copyright a {
	color: #b2b2b2;
	font-size: 15px;
}
.copyright a:hover {
	color: #000;
}



/*Pages*/
.recruit-01 {
	margin: 0 0 35px;
}
.recruit-01 .right img:first-child {
	float: left;
}
.recruit-01 .right img {
	float: right;
}
.recruit-box .blue-title {
	margin: 0 0 10px;
}
.recruit-box .inner{
	margin-left: -15px;
	margin-right: -15px;
}
.recruit-box .left {
	float: left;
	width: 49%;
	padding: 0 15px;
}
.recruit-box .right {
	float: left;
	width: 51%;
	padding: 0 15px;
}

.recruit-02 .inner{
	margin-left: -6px;
	margin-right: -6px;
}
.recruit-02 .left {
	float: left;
	width: 50%;
	padding: 0 6px;
}
.recruit-02 .right {
	float: left;
	width: 50%;
	padding: 0 6px;
}
.primary-title {
	color: #104663;
	font-size: 20px;
	line-height: 1.1;
	border-left: 2px solid #b2b2b2;
	padding: 0 10px;
	margin: 0 0 20px;
}
.recruit-02 dl {
	padding: 0 10px;
	background: #fff;
}
.recruit-02 dl dt {
	padding: 9.4px 0 9.4px 25px;
	background: url("../images/icon/icon_question.png") 0 6px no-repeat;
}
.recruit-02 dl dd {
	padding: 10px 0 10px 25px;
	background: url("../images/icon/icon_answer.png") 0 10px no-repeat;
	border-bottom: 1px dotted #b2b2b2;
}
.recruit-02 dl dd:last-of-type {
	border: 0;
}
.yellow-table {
	border-collapse: inherit;
	background: #fff;
	width: 100%;
}
.yellow-table tr td {
	border: 1px solid #b2b2b2;
	padding: 10px;
}
.yellow-table tr td ol {
	list-style: decimal;
	padding-left: 25px;
}
.yellow-table tr td:first-child {
	width: 105px;
	text-align: center;
	vertical-align: middle;
	background: #ffe600; 
}

.recruit-03 {
	margin: 0 0 30px;
}

/*Widget*/
.widget-01 .content {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.widget-01 .content a {
	display: block;
	position: absolute;
}
.widget-01 .content a:nth-of-type(1) {
	left: 20px;
	top: 58px;
}
.widget-01 .content a:nth-of-type(2) {
	right: 10px;
	top: 58px;
	z-index: 1;
}
.widget-01 .content a:nth-of-type(3) {
	left: 20px;
	top: 180px;
	z-index: 2;
}
.widget-01 .content a:nth-of-type(4) {
	left: 20px;
	bottom: 15px;
	z-index: 3;
}
.get-adobe {
	padding: 5px 30px;
}
.get-adobe a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 30px;
}
.link-wrap {
	padding: 30px 25px 1px;
	background: #fff;
	overflow: hidden;
}
.link-wrap .item {
	padding: 0 5px;
	float: left;
	width: 25%;
	margin-bottom: 40px;
}
.link-wrap .item h4 {
	color: #104663;
	font-size: 15px;
	padding-left: 10px;
	font-weight: 600;
	background: url("../images/icon/arrow_02.png") 0 center no-repeat;
}
.link-wrap .item > ul {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0 10px;
	border-left: 1px solid #b2b2b2;
	font-size: 14px;
	font-weight: 600;
}
.link-wrap .item > ul li a {
	color: #104663;
}
.link-wrap .item > ul li a:hover {
	text-decoration: underline;
}
.link-wrap .item > ul li ul {
	padding: 0 0 20px;
}
.link-wrap .item .social {
	padding-left: 20px;
}
.link-wrap .item .social a {
	display: inline-block;
	margin: 0 5px 10px 0;
}
.link-wrap .item .social a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
}

.link-wrap .item h5 {
	font-weight: 600;
	font-size: 15px;
}
.link-wrap.link-02 .item > ul {
	margin: 10px 0 0;
	border: 0;
}
.link-wrap.link-02 .item > ul li {
	padding: 3px 0 3px 10px;
	background: url("../images/icon/arrow_02.png") 0 center no-repeat;
}

/*About*/
.about-wrap .title {
	margin: 40px 0 20px;
}
.about-img-list {
	padding: 20px 0 10px; 
}
.about-img-list a {
	margin: 10px 2px;
	display: inline-block;
}
.about-news-list {
	padding: 20px 0 10px; 
	margin: 0 -22px;
}
.about-news-list .item {
	width: 25%;
	float: left;
	padding: 10px 22px;
	font-size: 14px;
}
.about-news-list .item .img {
	position: relative;
	margin: 0 0 5px;
}
.about-news-list .item .img:after {
	content: '';
	width: 28px;
	height: 40px;
	background: url("../images/icon/arrow_03.png") 0 0 no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: -36px;
}
.about-news-list .item:first-child .img:after {
	display: none;
}


/*Shop.html*/
#buy_p,
#sell_h ,#ivent{
	padding-top: 180px;
	margin-top: -180px;
}
#link1 ,#link2{
	/*padding-top: 90px;
	margin-top: -90px;*/
}
.shop-wrap h3 {
	margin-bottom: 20px;
}
.shop-wrap .shop-box {
	background: #fff;
	border-bottom: 1px solid #b2b2b2;
	overflow: hidden;
	margin: 0 0 23px;
}
.shop-box h4 {
    color: #104663;
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
    margin-left: -10px;
    background: url("../images/icon/arrow_05.png") 0 center no-repeat;
}
.shop-box > div {
	padding: 25px 0 25px 25px;
	width: 38%;
	float: left;
}
.shop-box > div:first-child {
	width: 24%;
}
.shop-box .social {
	padding: 0px 0 0;
}
.shop-box .social a {
	margin: 0 2px 10px 0;
}
.shop-box .box-link {
	padding: 30px 0 0;
}
.shop-box .box-link a{
	margin: 0 2px 10px 0;
	display: inline-block;
}
.shop-box .box-link a:last-child {
	margin: 0;
}

/**/
.ivents-bottom .txt {
	width: 25%;
	float: left;
}
.ivents-bottom .img {
	width: 75%;
	float: left;
}
.ivents-bottom .img a {
	display: inline-block;
	margin: 0 3px;
}


/**/
.purchase-banner {
	margin: 0 0 40px;
}
.purchase-step {
    padding: 20px 0;
    margin: 0 -22px;
}
.purchase-step .item {
    width: 25%;
    float: left;
    padding: 10px 22px;
    font-size: 14px;
}

.purchase-step .item .img {
    position: relative;
    margin: 0 0 5px;
}
.purchase-step .item .img:after {
    content: '';
    width: 28px;
    height: 40px;
    background: url("../images/icon/arrow_03.png") 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -36px;
}
.purchase-step .item:first-child .img:after {
	display: none;
}
.purchase-step .item p {
	margin:  0 0 15px;
}
.purchase-01 {
	margin-bottom: 45px;
}
.purchase-01 .left {
	float: left;
	width: 49%;
}
.purchase-01 .right {
	float: right;
	width: 49%;
	font-size: 14px;
	line-height: 1.45;
}
.purchase-01 ul {
	list-style: disc;
	padding-left: 25px;
}
.purchase-01 .yellow-table tr td:first-child {
	width: 135px;
}
.purchase-01 .right .link  a {
	display: inline-block;
	margin: 10px;
}
.purchase-button {
	display: block;
}
.purchase-box {
	overflow: hidden;
	margin: 0 0 30px;
}
.purchase-box .left {
	width: 48%;
	float: left;
}
.purchase-box .left img {
	margin: 0 0 20px;
}
.purchase-box .right {
	width: 50%;
	float: right;
}
.purchase-box .right img {
	margin: 0 2px;
}
.small-txt {
	font-size: 14px;
}
.purchase-white {
	background: #fff;
	padding: 16px 8px;
	text-align: center;
	border: 1px solid #b2b2b2;
	margin: 24px 0;
}
.purchase-consent {
	margin: 25px 0;
}
.purchase-consent a {
	display: block;
	margin: 20px 0 0;
	text-align: center;
}
.purchase-faq {
	margin: 20px 0;
}
.purchase-faq .left {
	width: 49%;
	float: left;
}
.purchase-faq .right {
	width: 49%;
	float: right;
}
.purchase-faq dt {
	float: left;
	border: 1px solid #b2b2b2;
	width: 120px;
    text-align: center;
    padding: 33px 0;
}
.purchase-faq .left dt {
	background: #ffe600 url("../images/icon/icon_ok.png") center center no-repeat;
}
.purchase-faq .right dt {
	background: #333333 url("../images/icon/icon_cancel.png") center center no-repeat;
	color: #fff;
}
.purchase-faq dd {
	float: left;
	width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    padding: 14px 5px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #b2b2b2;
}

/**/
.sell-link {
	margin: 15px 0 30px;
}
.sell-link a {
	display: inline-block;
	margin: 0 2px 10px 0;
}
.sell-item {
	float: left;
	width: 49%;
	padding: 30px 20px;
	border-bottom: 1px solid #b2b2b2;
	margin: 0 0 20px;
}
.sell-item:nth-child(even) {
	float: right;
}
.sell-item:nth-child(2n+1) {
	clear: both;
}
.sell-item > img {
	margin: 0 0 15px;
}
.sell-item hr {
	margin: 20px 0;
}
.sell-item .link ~ p {
	margin: 3px 0;
}
.sell-item p {
	font-size: 14px;
}
.sell-item a {
	color: #104663;
	display: inline-block;
	vertical-align: top;
	margin: 3px 0;
	font-size: 14px;
	padding-left: 10px;
	background: url("../images/icon/arrow_02.png") 0 5px no-repeat;
}
.sell-item a:hover {
	text-decoration: underline;
}
.sell-item .link a {
	width: 32%;
}
.sell-item .linkb a {
	width: 100%;
}

.sell-wrap .sell-item:nth-child(1) {
	background: #fff  url("../images/background/game.jpg") right top no-repeat;
}
.sell-wrap .sell-item:nth-child(2) {
	background: #fff  url("../images/background/old.jpg") right top no-repeat;
}
.sell-wrap .sell-item:nth-child(3) {
	background: #fff  url("../images/background/pc.jpg") right top no-repeat;
}
.sell-wrap .sell-item:nth-child(4) {
	background: #fff  url("../images/background/dvd.jpg") right top no-repeat;
}
.sell-wrap .sell-item:nth-child(5) {
	background: #fff  url("../images/background/figua.jpg") right top no-repeat;
}
.sell-wrap .sell-item:nth-child(6) {
	background: #fff  url("../images/background/hobby.jpg") right top no-repeat;
}
.sell-wrap .sell-item:nth-child(7) {
	background: #fff  url("../images/background/gun.jpg") right top no-repeat;
}
.sell-wrap .sell-item:nth-child(8) {
	background: #fff  url("../images/background/adult.jpg") right top no-repeat;
}
/*.sell-wrap .sell-item:nth-child(8) {
	background: #fff  url("../images/background/acd.jpg") right top no-repeat;
}*/
.sell-wrap .sell-item:nth-child(9) {
	background: #fff  url("../images/background/adcomic.jpg") right top no-repeat;
}
/*.sell-wrap .sell-item:nth-child(10) {
	background: #fff  url("../images/background/doujin.jpg") right top no-repeat;
}*/
.sell-wrap .sell-item:nth-child(10) {
	background: #fff  url("../images/background/toreka.jpg") right top no-repeat;
}
.sell-wrap .sell-item:nth-child(11) {
	background: #fff  url("../images/background/cgoods.jpg") right top no-repeat;
}





.sell-wrap02 .sell-item:nth-child(1) {
	background: #fff  url("../images/background/game.jpg") right top no-repeat;
}
.sell-wrap02 .sell-item:nth-child(2) {
	background: #fff  url("../images/background/old.jpg") right top no-repeat;
}
.sell-wrap02 .sell-item:nth-child(3) {
	background: #fff  url("../images/background/pc.jpg") right top no-repeat;
}
.sell-wrap02 .sell-item:nth-child(4) {
	background: #fff  url("../images/background/dvd.jpg") right top no-repeat;
}
.sell-wrap02 .sell-item:nth-child(5) {
	background: #fff  url("../images/background/figua.jpg") right top no-repeat;
}
.sell-wrap02 .sell-item:nth-child(6) {
	background: #fff  url("../images/background/hobby.jpg") right top no-repeat;
}
.sell-wrap02 .sell-item:nth-child(7) {
	background: #fff  url("../images/background/gun.jpg") right top no-repeat;
}
.sell-wrap02 .sell-item:nth-child(8) {
	background: #fff  url("../images/background/adult.jpg") right top no-repeat;
}
/*.sell-wrap02 .sell-item:nth-child(8) {
	background: #fff  url("../images/background/acd.jpg") right top no-repeat;
}*/
.sell-wrap02 .sell-item:nth-child(9) {
	background: #fff  url("../images/background/comic.jpg") right top no-repeat;
}
.sell-wrap02 .sell-item:nth-child(10) {
	background: #fff  url("../images/background/adcomic.jpg") right top no-repeat;
}
/*.sell-wrap02 .sell-item:nth-child(10) {
	background: #fff  url("../images/background/doujin.jpg") right top no-repeat;
}*/
.sell-wrap02 .sell-item:nth-child(11) {
	background: #fff  url("../images/background/toreka.jpg") right top no-repeat;
}
/*.sell-wrap02 .sell-item:nth-child(11) {
	background: #fff  url("../images/background/zakka.jpg") right top no-repeat;
}*/
.sell-wrap02 .sell-item:nth-child(12) {
	background: #fff  url("../images/background/cgoods.jpg") right top no-repeat;
}
.sell-wrap02 .sell-item:nth-child(13) {
	background: #fff  url("../images/background/amuse.jpg") right top no-repeat;
}
.sell-wrap02 .sell-item:nth-child(14) {
	background: #fff  url("../images/background/vape.jpg") right top no-repeat;
}
.sell-wrap02 .sell-item:nth-child(15) {
	background: #fff  url("../images/background/other.jpg") right top no-repeat;
}



/**/
.faq-wrap {
	padding: 0 10px;
	background: #fff;
}
.faq-button {
	display: inline-block;
	margin: 10px 0 20px 25px;
}
.faq-wrap dl {
	border-top: 1px dotted #dbdbdb;
}
.faq-wrap > dl:first-child{
	border-top: none;
}
.faq-wrap dl dt {
	padding: 16px 0 9.4px 25px;
	background: url("../images/icon/icon_question.png") 0 16px no-repeat;
}
.faq-wrap dl dd {
	padding: 0 0 16px 25px;
	background: url("../images/icon/icon_answer.png") 0 0 no-repeat;
}



























@media (min-width: 769px) {
	.shop-wrap #link01,
.shop-wrap #link02,
.shop-wrap #link03,
.shop-wrap #link04 {
	padding-top: 190px;
	margin-top: -190px;
}
	#link01,#link02{
		margin-top: -180px;
		padding-top: 180px;
	}
	#page01,#page02,#page03,#page04,#page05,#page06,#page07,#page08,#page09,#page10,#page11,#page12{
		margin-top: -100px;
		padding-top: 100px;
	}
	#page13,#page14,#page15,#page16,#page17,#page18,#page19,#page20,#page21,#page22,#page23,#page24,#page25,#page26{
		margin-top: -20px;
		padding-top: 20px;
	}
	.pc-none {
		display: none;
	}
	.footer-col ul{
		min-height: 100px;
	}
	.footer-col ul li a{
		font-size: 13px;
		padding: 0;
	}
	.footer-col:last-child{
		width: 255px;
	}
	#footer .center{
		padding-top: 200px;
	}
	.copyright{
		font-size: 12px;
	}
	.copyright a{
		font-size: 12px;
	}
	.link-wrap .item:nth-child(4n+1) {
		clear: both;
	}
	.ivents-rss .b_box .b_img {
		/*height: 290px;*/
		overflow: hidden;
	}
	.shop-box .social a:hover {
		opacity: 0.7;
		-moz-opacity: 0.7;
	}
	a img:hover {
		opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
	}
	.top-nav a img:hover {
		opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
	}
	/*blog*/
	.index-rss .blog_content .b_box .bt_box h4{
		height: 48px;
		font-size: 110%;
	}
	.index-rss .blog_content .b_box .bt_box{
		padding: 16px 50px 16px 10px;
	}
	.rss-blog .bt_box h4{
		height: 60px;
		font-size: 90%;
	}
	.box-img .item{
		width: 33.333333%;
	}
	.ivents-rss .bt_box h4{
		font-size: 110%;
	}
	.ivents-rss .bt_box{
		padding: 10px 50px 10px 10px;
	}
}


/* ///////マップ/////// */
.map-bottom,.shop-box-02,.shop-box-05,.shop-box-07,.shop-box-08,.shop-box-09{
	
}


.social {
	margin-top: 30px;
}
.social .fb {
	float: left;
	max-width: 49%;
}
.social .tw {
	float: right;
	max-width: 49%;
}