/* header */
/************ header ************/
#storeInfoHeader {
	height: 115px;
}

#headerTop {
	padding: 0;
}
.headerTopBg {
	margin: auto;
	background:#192b5b;
	border-bottom:#fed006 5px solid;
}

#headerServiceBtn{
    background: #192b5b;
    float: left;
    height: 60px;
    margin: 0;
    position: relative;
    text-indent: -9999px;
    width: 60px;
}


#headerServiceBtn::before{
    content: "\e934";
    font-family: icomoon;
    font-size: 50px;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #eeeeee;
    text-indent: 5px;
    line-height: 1.3em;

}

#headerServiceBtn::after{
    background-color: #47557c;
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    position: absolute;
    right: 1px;
    top: 15px;
    width: 1px;
}


#headerServiceBtn:hover{
	background: #47557c;
}

#headerServiceWrapper{
	position: absolute;
	z-index: 1002;
	height: 310px;
	top: 60px;
	left: 0px;
	background: #fff;
	border: solid 5px #435278;
	display: none;
}

#headerLogo{
	float: left;
}

ul#serviceLink{
	position: relative;
}

ul#serviceLink ul.serviceSubMenu{
	position:absolute;
	top: -5px;
	left: 250px;
	height: 310px;
	background: #eee;
	border: solid 5px #435278;
	border-left: 0px;
	width:200px;
	display:none;
}

ul#serviceLink ul.serviceSubMenu li{
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 10px center;
	box-sizing: border-box;
	display:block;
	margin-right:50px;
	width: 100%;
}

ul#serviceLink ul.serviceSubMenu li a{
	position: relative;
	padding: 0px 10px 0px 24px;
	margin: 0;
	vertical-align: baseline;
	background: transparent;
	text-indent: 0px;
	height: 40px;
	display:inline;
	font-size:14px;
	color:#333;
	line-height:40px;
	text-decoration: none;
	width: 100%;
}

ul#serviceLink ul.serviceSubMenu li a:hover{
	text-decoration: underline;
}

ul#serviceLink ul.serviceSubMenu li a:before{
	position: absolute;
	width: 5px;
	height: 5px;
	top:0;
	bottom:0;
	left:10px;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 1px solid #192b5b;
	border-right: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

ul#serviceLink li.serviceMenu:first-child{
	background-image: none;
	border-bottom: 1px solid #ccc;
	width: 250px;
	box-sizing: border-box;
	padding-left: 10px;
}

ul#serviceLink li.serviceMenu:first-child:hover{
	background-image: none;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 250px;
	box-sizing: border-box;
	padding-left: 10px;
}

ul#serviceLink li.serviceMenu:first-child a.serviceBtn{
	position: relative;
	display: block;
	padding: 0px;
	font-size: 12px;
	line-height: 30px;
	color: #192b5b;
	text-decoration: none;
	margin: 10px 0px;
	vertical-align: baseline;
	text-indent: 0px;
	width: 230px;
	height: 30px;
	background: url("/v2/pc/img/header/leftIconGolTop.png");
	text-indent:-9999px;
}

ul#serviceLink li.serviceMenu:first-child a.serviceBtn:hover{
	background: url("/v2/pc/img/header/leftIconGolTopHover.png");
}

ul#serviceLink li.serviceMenu{
	border-bottom: 1px solid #ccc;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 10px center;
	width: 250px;
	box-sizing: border-box;
	height: 50px;
}

ul#serviceLink li.serviceMenu:last-child{
	border-bottom: 0px;
}

li.serviceMenu.shop{
	position: relative;
}

li.serviceMenu.shop::before{
    color: #fed600;
    content: "\e900";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.ec{
	position: relative;
}

li.serviceMenu.ec::before{
    color: #66cc99;
    content: "\e901";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.rental{
	position: relative;
}

li.serviceMenu.rental::before{
    color: #ff3333;
    content: "\e902";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.movie{
	position: relative;
}

li.serviceMenu.movie::before{
    color: #66ccff;
    content: "\e903";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.buy{
	position: relative;
}

li.serviceMenu.buy::before{
    color: #c9f;
    content: "\e904";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.mobileBuy{
	position: relative;
}

li.serviceMenu.mobileBuy::before{
    color: #7fb901;
    content: "\e908";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.comic{
	position: relative;
}

li.serviceMenu.game::before{
    color: #f9c;
    content: "\e905";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.game{
	position: relative;
}

li.serviceMenu.game::before{
    color: #f90;
    content: "\e906";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu.review{
	position: relative;
}

li.serviceMenu.review::before{
    color: #9ff;
    content: "\e907";
    font-family: icomoon;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

li.serviceMenu:last-child{
	border-bottom: 0px;
}

li.serviceMenu:hover{
	border-bottom: 1px solid #ccc;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 10px center;
	box-sizing: border-box;
}

li.serviceMenu:last-child:hover{
	border-bottom: 0px;
}

#serviceLink li.serviceMenu a.serviceBtn{
	position: relative;
	display: block;
	padding: 10px 0px 10px 10px;
	font-size: 16px;
	line-height: 30px;
	color: #192b5b;
	text-decoration: none;
	margin: 0;
	vertical-align: baseline;
	background: transparent;
	text-indent: 0px;
	width: 100%;
	height: 100%;;
}


#serviceLink li.serviceMenu a img{
	padding: 0 0 0 5px;
	height: 12px;
	width: auto;
}
.iconGol_blank::before{
    content: "\e921";
    display: inline-block;
    font-family: icomoon;
    font-size: 18px;
    margin-left: 3px;

}

#headerServiceWrapper #serviceLink .serviceBtn:hover{
	background-image: #eee url("/v2/pc/img/header/leftIconBuy.png");
}


#headerTitle {
	white-space: nowrap;
	font-weight: normal;
	font-size: 13px;
	float: left;
	height: 60px;
	display: inline-block;
	padding: 10px 0;
}

.mainLogo h1{
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 0;
	padding-left: 0;
	float: none;
	vertical-align: middle;
	display: table-cell;
	height: 40px;
	vertical-align: middle;
}

/* 1段目右ボタン */
.headerTop nav {
	width:220px;
	float: right;
	height: 60px;
}

ul.head_mega_menu {
	position: relative;
}

a#headerLogin,
a#headerSignup,
a#headerMyPage,
a#headerCart,
a#headerFavorite,
a#headerR18{
	display:block;
	float:right;
	width:100px;
	height:30px;
	margin-right:10px;
	box-sizing:border-box;
	font-size:14px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
}

a#headerLogin{
	border:1px solid #fff;
	background:#192b5b;
	color:#fff;
	margin: 15px 10px 15px 0;
}

a#headerLogin:hover{
	background:#47557c;
}

a#headerSignup{
	background:#fed600;
	color:#192b5b;
	margin: 15px 10px 15px 0;
}

a#headerSignup:hover{
	background:#ffdf7d;
}

#headerRightMenu{
	display: flex;
	float: right;
}

a#headerRegist{
	width:120px;
	padding-left:18px;
	margin: 15px 0;
	background:url("/v2/pc/img/header/headerIconMyPage.png") no-repeat 10px center #fed600;
	color:#192b5b;
	z-index:1000;
	text-indent: 0px;
}

a#headerRegist{
	width:120px;
	padding-left:18px;
	margin: 15px 0;
	background:url("/v2/pc/img/header/headerIconMyPage.png") no-repeat 10px center #fed600;
	color:#192b5b;
	z-index:1000;
	text-indent: 0px;
}

a#headerMyPage{
    color: #192b5b;
    margin: 15px 10px 15px 0;
    padding-left: 18px;
    text-indent: 0;
    width: 120px;
    z-index: 1000;
}



/* 2段目 */
#localHeader {
	background: #eee;
	border-bottom: 1px solid #ccc;
}

.headerTop {
	max-width: 1300px;
	min-width: 1020px;
	margin: 0 auto;
}

#header_fix_wrap{
	position:relative;
}

#headerTop {
	width: 790px;
	position:relative;
}

.mainLogo a {
    color: #192b5b;
    display:block;
    float:left;
    width:223px;
    height:60px;
    background:url("/v2/pc/img/header/storeInfoHeaderLogo.png") center no-repeat;
    text-indent:-9999px;
    overflow:hidden;
}
.mainLogo a:hover{
    color: #47557c;

}

#searchGenre {
	width: auto;
}

#searchGenre ul {
	margin: 0;
}

#headerFormWrapper{
	margin-left:0px;
}

#headerFormTop{
	position: relative;
	display:flex;
	float:right;
}

#headerForm{
	display:block;
	float:left;
}

#headerSelectWrapper{
	float:left;
	width: 90px;
	height:30px;
	box-sizing:border-box;
	border-radius: 0;
	padding-left: 0;
	background: transparent;
	margin-left: 0;
	font-size: 16px;
	color: #192b5b;
	font-weight: 700;
	text-align: center;
	line-height: 30px;
}

#headerSelectWrapper:after{
	content:none;
}

#where,
#topSearchType{
	position:absolute;
	top:0;
	width:140px;
	height:28px;
	border:none;
	color:#192b5b;
	font-size:14px;
	line-height:30px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	margin-left: -6px;
}

#headerInputWrapper{
	margin-left:150px;
}

.headerTabBg{
	background: #eee;
	border-bottom: 1px solid #ccc;
	height: 50px;
}

.headerTab{
	width: 100%;
	max-width: 1300px;
	min-width: 1020px;
	margin: 0 auto;
	padding: 10px 0;
}

.headerTab form {
	padding-top: 0px;
}

.headerTab form li{
	display: block;
	float: left;
	margin: 0;
	width: auto;
}

#headerSearchKey{
	display:block;
	float:left;
	width: 258px;
	height:30px;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 4px 0 0 4px;
	box-sizing:border-box;
	padding:0 9px;
	background:#fff;
	font-size:14px;
	line-height:30px;
}


.iconGol_search::before{
	content: "\e916";
	display: block;
    font-size: 18px;
    line-height: 1em;
    padding: 5px 10px;
}


#headerMenuWrapper{
	width: 405px;
	float: left;
	margin-left: 10px;
}

#headerMenuWrapper ul{
	list-style: none;
}

#headerMenuWrapper ul li:first-child{
	border-left: solid 1px #ccc;
}

#headerMenuWrapper ul li{
	float: left;
	width: 130px;
	height: 30px;
	border-right: solid 1px #ccc;
	text-align: center;
	box-sizing: content-box;
}

#headerMenuWrapper ul li a:hover{
	background-color: #ddd;
}

#headerMenuWrapper ul li a{
	font-size:14px;
	line-height: 30px;
	color:#192b5b;
	text-align:center;
	width: 130px;
	text-decoration: none;
	padding-left: 30px;
	display: block;
	height: 30px;
}

/* 2段目右ナビゲーション */
#headerRightNavWrapper{
	float: right;
}

#headerInfo{
    color: #192b5b;
    float: left;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
    padding: 0 5px 0 5px;
    text-align: center;
    text-decoration: none;
}

#headerInfo:hover {
	background: #ddd;
}
.icoGol_headerQA{
    content: "\e928";
    font-family: icomoon;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.icoGol_headerQA .path1:before {
    content: "\e928";
    color: rgb(25, 43, 91);
    font-family: icomoon;
    font-size: 24px;
}

.icoGol_headerQA .path2:before {
    content: "\e929";
    margin-left: -1em;
    color: rgb(255, 153, 0);
    font-family: icomoon;
    font-size: 24px;
}

/************ レスポンシブ ************/
@media screen and ( max-width:1056px )
{
	#headerSearchKey{
		width: 238px;
	}
}


/*JS用*/
.pager #storeServiceWindow {
    display: block;
    padding: 10px 100px;
    border: 1px solid #ccc;
}

#storeServiceWindow.accordion,
.pager #storeServiceWindow.accordion {
	display: none;
}

.store_searchblock_window {
	opacity: 0;
}


/* store */
.store_searchblock {
	margin: 30px 0 0 0;
}

.store_searchblock input[type="text"],
.store_searchblock input[type="password"],
.store_searchblock input[type="tel"],
.store_searchblock input[type="number"] {
	width: 100%;
	min-height: 38px;
	padding: 0 6px;
	background: #faf7e4;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
}

.store_searchblock_box {
	padding: 20px 0;
	border: 1px solid #ddd;
}

.store_searchblock_box.keywords form {
	max-width: 830px;
	margin: 0 auto;
	padding: 0 29px;
}

.store_searchblock_more {
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	color: #192b5b;
	text-decoration: none;
}

.pager_right .store_searchblock_more {
	margin: 0;
	border: none;
}

#selectComposition_keyword {
    width: 100%;
    min-height: 38px;
    padding: 0 6px;
    background: #faf7e4;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 38px;
    font-size: 16px;
    color: #666;
}

#clearItem {
    float: right;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    line-height: inherit;
    color: #f33;
}

#storeServiceTrigger {
	cursor: pointer;
}

#storeServiceTrigger::before{
    color: #192b5b;
    content: '\e923';
    display: inline-block;
    font-family: icomoon;
    font-size: 18px;
    height: 20px;
    margin: 0 6px -4px 0;
    width: 20px;
}


#storeServiceTrigger.open::before{
    color: #192b5b;
    content: '\e922';
    display: inline-block;
    font-family: icomoon;
    font-size: 18px;
}


#storeServiceTrigger:hover {
	text-decoration: underline;
}

#storeServiceWindow dl {
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}

#storeServiceWindow dl:first-of-type {
	margin: 0 0 10px 0;
}

#storeServiceWindow dt {
	font-size: 14px;
	color: #192b5b;
}

#storeServiceWindow dd ul {
	overflow: hidden;
}

#storeServiceWindow dd li {
	width: 110px;
	margin: 10px 0;
	float: left;
}

#storeServiceWindow dd li label {
	min-height: 30px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}

#storeServiceWindow dd li label::before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#storeServiceWindow dd li.dvd label::before {
    color: #192b5b;
    content: "\e918";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

#storeServiceWindow dd li.cd label::before {
    color: #192b5b;
    content: "\e919";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

#storeServiceWindow dd li.game label::before {
    color: #192b5b;
    content: "\e906";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

#storeServiceWindow dd li.book label::before {
    color: #192b5b;
    content: "\e905";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

#storeServiceWindow dd li.mobile label::before {
    color: #192b5b;
    content: "\e908";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

#storeServiceWindow dd li.kaden label::before {
    color: #192b5b;
    content: "\e91a";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

#storeServiceWindow dd li.pc label::before {
    color: #192b5b;
    content: "\e91b";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

#storeServiceWindow dd li.card label::before {
    color: #192b5b;
    content: "\e91c";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

#storeServiceWindow dd li.clothes label::before {
    color: #192b5b;
    content: "\e91d";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

#storeServiceWindow dd li label span {
	display: inline-block;
	margin: 0 0 0 3px;
	font-size: 12px;
	color: #666;
	line-height: 1;
	letter-spacing: -1px;
}

.store_searchblock_box.area {
	position: relative;
}

.store_searchblock_box.area img {
	display: block;
	margin: 0 auto;
}

.store_searchblock_window {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: space-around;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: space-around;
	-webkit-align-items: center;
	display: -moz-flex;
	-moz-justify-content: space-around;
	-moz-align-items: center;
	display: -ms-flex;
	-ms-justify-content: space-around;
	-ms-align-items: center;
	z-index: 1
}

.store_searchblock_window .store_area {
	z-index: 2;
	width: 510px;
	border: 5px solid #ddd;
	padding: 20px;
	background: #fff;
	box-sizing: content-box;
}

.store_area_head {
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 1.5em;
	color: #192b5b;
}

.cmnBtn.iconLocation {
	background-image: url('/v2/pc/img/store/iconLocation.png');
	background-repeat: no-repeat;
	background-position: 13px center;
}

.pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px 0;
    line-height: 30px;
}

.pager_left {
    -webkit-box-flex: 8;
    -webkit-flex: 8;
       -moz-box-flex: 8;
        -ms-flex: 8;
            flex: 8;
    width: 50%;
    font-size: 14px;
    color: #666;
}

.pager_right {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
       -moz-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    text-align: right;
    margin-right: 10px;
}

.pager_center {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}

.pager_num {
	text-align:center;
}

.pager_num li {
	display: inline-block;
	text-align: center;
}

.pager_num li {
    line-height: 1.3;
    font-size: 14px;
    margin:0 0 0 5px;
}

.pager_num li span {
    padding:  5px;
    color:  #fff;
    display:  inline-block;
    background:  #192b5b;
    min-width: 25px;
    border: 1px solid #192b5b;
}

.pager_num li a {
    display:  inline-block;
    padding:  5px;
    color:  #192b5b;
    text-decoration:  none;
    border: 1px solid #ddd;
    min-width: 25px;
}

.pager_num li.prev span,
.pager_num li.next span,
.pager_num li.prev a,
.pager_num li.next a {
    padding: 5px 20px;
}

.pager_num li.prev span,
.pager_num li.next span {
    background: #fff;
    color: #ddd;
    border: 1px solid #ddd;
}

.store_pref_unit {
	clear: both;
	overflow:  hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:  10px;
}
.store_pref_unit+.store_pref_unit {
	border-top: none;
}

.store_pref_name {
    font-size: 20px;
    color: #192b5b;
}

.store_pref_name a {
	color: inherit;
	text-decoration: none;
}

.store_pref_unit_left {
    float:  left;
}

.store_pref_unit_left dl {
    font-size: 14px;
    color: #666
}

.store_pref_unit_left dt {
    width: 5em;
    float:  left;
}

.store_pref_unit_left dd {
    margin: 0 0 0 5em;
}

.store_pref_unit_right {
    width:  200px;
    float:  right;
}

.store_pref_unit_right .cmnBtn {
    width:  100%;
    margin:  0 0 10px 0;
}

.store_pref_unit_right .cmnBtn.white,
.store_pref_unit_right .cmnBtn.gray {
    height:  40px;
}

.store_pref_unit_right .cmnBtn.navy {
    height: 50px;
}

.myshop {
    font-size:  16px;
    color: #666;
    text-align:  center;
    background:  #ddd;
    line-height: 40px;
}

.store_detail_box {
    overflow:  hidden;
    margin: 0 0 60px 0;
}

.store_detail_right {
    width:  250px;
    float:  right;
}

.store_detail_left {
    margin: 30px 280px 0 0;
}

.mapWrapper {
    margin:  30px 0 0 0;
}

.mapWrapper .cmnBtn {
    margin:  10px 0 0 0;
}

.store_detail_map_txt .cmnBtn {
    margin:  10px 0 0 0;
    height:  40px;
}

#store_detail_img {
    display:  block;
    margin:  30px 0 0 0;
}

.myShopWrapper {
    margin:  30px 0 0 0;
    padding:  25px;
    background: #eee;
}

.myShopWrapper a.cmnBtn {
    width:  100%;
    height: 40px;
}

#myShopText strong {
    font-size: 16px;
    color:#192b5b;
    font-weight:bold;
}

#myShopText {
    margin: 15px 0 0;
}

#myShopText p {
    font-size:  14px;
    color:  #666;
}

.store_detail_basic {
    width:  100%;
    margin:  0 0 30px 0;
    padding: 10px;
    font-size: 16px;
    color:#666;
}

.store_detail_basic tr {
    border-bottom: 1px solid #ddd;
}

.store_detail_basic tr:first-of-type {
    border-top:  1px solid #ddd;
}

.store_detail_basic th.head {
	width: 120px;
}

.store_detail_basic td {
    padding:  10px;
}

.store_detail_product {
	table-layout:  fixed;
    width: 100%;
    font-size:  14px;
    color:  #666;
    border: 1px solid #ddd;
    border-left:  none;
    border-bottom:  none;
    line-height: 40px;
}

.store_detail_product th {
    border:  1px solid #ddd;
    border-top:  none;
    border-right:  none;
    background: #f6f6f6;
    text-align:  left;
    width: 160px;
    line-height:  40px;
}

.store_detail_product td {
    border: 1px solid #ddd;
    border-top:  none;
    border-right:  none;
    text-align:  center;
    white-space:  nowrap;
}

.store_detail_product th::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: -7px;
}

.store_detail_product th.dvd::before {
    color: #192b5b;
    content: "\e918";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

.store_detail_product td.header {
    width: 160px;
    background: #f6f6f6;
}

.store_detail_product td.service {
    background: #f6f6f6;
}

.handling {
	color:  #f00;
}

.store_detail_product td .caption {
	display: block;
	line-height: 1.2;
	margin: -10px 0 0px 0;
	font-size: 10px;
	white-space: normal;
}

.noHandling {
	background: #f6f6f6;
}

.store_detail_product th::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: -7px;
}

.store_detail_product th.dvd::before {
    color: #192b5b;
    content: "\e918";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

.store_detail_product th.cd::before {
    color: #192b5b;
    content: "\e919";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

.store_detail_product th.game::before {
    color: #192b5b;
    content: "\e906";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

.store_detail_product th.book::before {
    color: #192b5b;
    content: "\e905";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

.store_detail_product th.mobile::before {
    color: #192b5b;
    content: "\e908";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

.store_detail_product th.kaden::before {
    color: #192b5b;
    content: "\e91a";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

.store_detail_product th.pc::before {
    color: #192b5b;
    content: "\e91b";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

.store_detail_product th.card::before {
    color: #192b5b;
    content: "\e91c";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

.store_detail_product th.clothes::before {
    color: #192b5b;
    content: "\e91d";
    font-family: icomoon;
    font-size:18px;
    line-height: 1.3em;
    padding: 0 0 0 2px;
}

.store_detail_caption {
	margin: 0 0 30px 0;
	font-size: 14px;
	color: #666;
	text-align: right;
}

.store_detail_caption::after {
	content: "";
	display: block;
	clear: both;
}

.store_detail_link {
  display: inline-block;
  float: left;
  padding: 0 0 0 16px;
  position: relative;
  vertical-align: middle;
  font-size:14px;
  color:#0068b7;
  text-decoration: none;
}

.store_detail_link::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #192b5b;
}

.store_pref_service {
	padding: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.store_pref_service+.store_pref_service {
	border-top: none;
}

.store_pref_service a {
	color: inherit;
	text-decoration: none;
}

.store_pref_service a:hover {
	text-decoration: underline;
}

.store_pref_service dt {
	width: 50px;
	float: left;
}

.store_pref_service dd {
	margin: 0 0 0 50px;
}

.store_pref_service h4 {
	font-weight: bold;
	font-size: 14px;
	color: #192b5b;
}

.store_pref_service p {
	font-size: 14px;
	color: #666;
}

.store_detail_info_block {
	margin: 0 0 30px 0;
}

.store_detail_info {
	padding: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.store_detail_info+.store_detail_info {
	border-top: none;
}

.store_detail_info h4 {
	font-weight: bold;
	font-size: 14px;
	color: #192b5b;
}

.store_detail_info p {
	font-size: 14px;
	color: #666;
}

.store_pref_box {
    margin: 30px 0;
}
.store_pref_box .store_searchblock {
    width: 360px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #ccc;
    float:  right;
}

.store_pref_box .store_pref_map {
    margin: 0 359px 0 0;
    padding: 0;
    border: 1px solid #ccc;
}

.store_pref_box .store_pref_map .mapWrapper {
    margin: 0;
}

.store_pref_box .store_searchblock_box {
    border: none

}
.store_pref_box .store_searchblock_box.keywords form {
    padding: 0;
}

.store_comment {
    margin:  0 0 30px 0;
    padding:  15px;
    border:  1px solid #ddd;
    font-size: 14px;
    color: #666;
}

.store_comment b {
	font-weight: bold;
}

#shopFlyerBanner {
    margin: 0 auto;
    text-align:  center;
}



#shopFlyerWrapper {
    background: #EFEFEF;
    max-width: 100%;
    margin: 15px auto 0;
    padding: 20px;
}

.flyerMyshop>p {
	width: 250px;
	float: right;
}

.flyerMyshop #myShopText {
	margin: 0;
}

.store_detail_text {
	margin: 30px 0 0 0;
	font-size: 14px;
}

#aroundstoreNotfound {
	padding: 10px;
    font-size: 16px;
    color: #f33;
}

div.shopRecruitment {
    margin-top:10px;
    margin-bottom:10px;
}