body{
	width: 100%;
	color: #555;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

a:link {color:#555;} /*未訪問のリンクの色*/
a:visited {color:#555;} /*訪問済みのリンクの色*/
a:hover {color:#555; background:#fffff;} /*カーソルが乗っているリンクの色*/
a:active {color:#555;} /*クリック中のリンクの色*/

clear{
	clear:both;
}

#header{
	width: 100%;
    margin: 0;
}

#pagebody table {
    display: none ;
}

.top {
	background-color:#e7f0f8;
	height:20px;
	line-height:20px;
	font-size:10px;
	color:#999;
}

.top p {
	width:1200px;
	margin:0 auto;
}

.info {
	width:1200px;
	height:80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info .emblem{
	float:left;
	width: 69%
}

.emblem img{
	height: 55px;
	margin: 5px 5px 5px 0;
}

.emblem1 img{
	margin: 5px 5px 5px -400px;
}

.info .center {
	float: right;
	width: 50%;
}

.info .center li{
	float:right;
	font-size:12px;
	padding:0px 10px 0px 10px;
	border-left:1px solid #555;
}

.info .center li:first-child {
	padding-right:0px;
}

.info .center li:last-child {
	padding-left:0px;
	border-left:none;
}

.info .center li a {
	text-decoration:none;
}

.navi{
	width: 100%;
    background: #555;
}


.main-nav {
    position: relative;
    /*width: 1260px;*/
    margin: 0 auto;
	font-size: 12px;
	display: flex;
	justify-content:space-around;
	align-items: center;
	height: 40px;
}

.menu_list{
}

.main-nav > li {
    float: right;
    background: #555;
}

.main-nav > li a {
    display: block;
    color: #fff;
	text-decoration: none;
}

.main-nav > li a:hover {
    color: #fff;
	background: #555;
}

.main-nav .menu_list_second a {
    color: #555;
	text-align: left;
	line-height: 200%;
}

li:first-child {
	margin-left: 0;
}

li:last-child {
    margin-right: 0 !important;
}

ul.menu_list_second {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.main-nav > li:hover {
    background: #555;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu_list_second li {
    border-top: 1px solid #111;
}

.menu_list_second li a:hover {
    background: #fff;
	color: #555;
}
/* floatクリア */
.main-nav:before,
.main-nav:after {
    content: " ";
    display: table;
}

.main-nav:after {
    clear: both;
}

.main-nav {
    *zoom: 1;
}

li.menu_list ul.menu_list_second {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
	padding: 3px 0px 5px 50px;
    background: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu_list:hover ul.menu_list_second {
    top: 40px;
    visibility: visible;
    opacity: 1;
	border: 1px solid #ced7df;
}

li.menu_list ul.menu_list_second > li {
    float: left;
    width: 14%;
    border: none;
}

li.menu_list{
	border-right: 1px #777 solid;
	padding-left: 0px;
	width: 12%;
	text-align: center;
}

li.menu_list:first-child {
	padding-left: 0px;

}

li.menu_list:last-child {
	padding-right: 0px;
	border: none;
}

li.menu_list ul.menu_list_second > li:nth-child(7n+6) {
    margin: 0;
	padding: 0;
}

.search {
	height:60px;
	background: #fafafa;
}

.search .wrapper {
	width:1200px;
	height:60px;
	margin:0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.search .wrapper * {
	float:left;
}

.input img{
	width: 20px;
}

input.input {
    background: #eee;
}

.text_box {
	width:264px;
	height:29px;
	border:2px solid #ccc;
	font-size:10px;
	text-indent:10px;
}

.searchBtn {
}

.keyword ul{
  font-size: 13px;
  padding: 10px 0;
  margin: auto;
}
.keyword li{
	margin-right:15px;
	padding-top: 1px;
	padding-right: 10px;
	height:16px;
	font-size:10px;
	border-right:1px solid #555;
}

.keyword li a{
}

.keyword li:first-child {
	margin-left:10px;
}

.keyword li:last-child {
	margin-right:none;
	padding-right:none;
	border-right:none;
}

.message {
	width: 100%;
	height: 100px;
}
.message a:link {color:#B71C1E;} /*未訪問のリンクの色*/
.message :visited  {color:#B71C1E;} /*訪問済みのリンクの色*/
.message a:hover  {color:#B71C1E;} /*カーソルが乗っているリンクの色*/
.message a:active  {color:#B71C1E;} /*クリック中のリンクの色*/

.message .memo {
	width:1200px;
	margin:0 auto;
}

.message .memo ul{
    margin:12px 0 0 0;
	width: 1200px;
}

.message .memo li{
    font-size: 14px;
    list-style-image:url(../img/memo-mark.png);
	line-height: 140%;
	margin-bottom: 10px;
	margin-left: 18px;
	margin-top: -10px;
	color: #B71C1E;
}

.message .memo * {
	float:left;
	margin-bottom: 5px;
}

.memo-sbana img{
	margin-bottom: 8px;
}

.sf{
	position: fixed;
	top: 400px;
	left: 0;
	display: block;
	float: left;
	width: 120px;
	z-index: 999;
}

.sf img{
	padding-bottom: 2px;
}

/*フッター*/
#footer{
	width: 100%;
    margin: 0 auto;
	background-color: #fafafa;
}

#d3r-footer{
	width: 1200px;
	height: 800px;
    margin: 0;
	font-size: 12px;
	line-height: 150%;
}



#footer a{
	text-decoration: none;
}

.fbox-guide{
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 15px 0 30px 0;
	background-color: #fafafa;
}

.fbox{
    display: -webkit-flex;
	display: flex;
	flex-flow: column wrap;
	align-content: stretch;
	width: 950px;
	height: 800px;
	background-color: #fafafa;
}
.fbox-contents{
	width: 46%;
	padding-right:50px;
}

.fbox-contents img{
	margin: 10px;
	width: 410px;
}

.fbox-ttl{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	border-bottom: #e7f0f8 dotted 2px;
    list-style:none;
}

.f-txt{
	width: 100%;
	margin: 5px 0 40px 0;
}

.f-txt li{
	list-style: none;
	margin-left: 13px;
}

.footerbox-bottom{
	margin: 0 auto;
	width: 100%;
	background-color: #e7f0f8;
}

.bottom-containts{
	width: 1200px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 20px 0;
	margin: 0 auto;
	background-color: #e7f0f8;
	font-size: 12px;
	color:#999;
}

.bottom-icon{
}

.bottom-copyright{
text-align: right;
}

.footerbox-group{
	margin: 0 auto;
	width: 100%;
	background-color: #fafafa;
}

.groupsite{
	display: flex;
	justify-content: space-around;
	width: 1200px;
	padding: 0 0 30px 0;
	background-color: #fafafa;
}

.groupsite li{
	list-style: none;
	width: 11%;
	text-align: left;
	font-size: 8px;
    line-height: 120%;
	color:#999;
}

.groupsite-ttl{
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
	background-color: #fafafa;
	border-top: #e7f0f8 dotted 2px;
}

/*サイドナビ*/

.sidenavi {
	width: 240px;
    margin: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.sidenavi a:link {color:#333;text-decoration: none;} /*未訪問のリンクの色*/
.sidenavi a:visited {color:#333;text-decoration: none;} /*訪問済みのリンクの色*/
.sidenavi a:hover {color:#333; text-decoration: none;} /*カーソルが乗っているリンクの色*/
.sidenavi a:active {color:#333;text-decoration: none;} /*クリック中のリンクの色*/

.sidenavi li{
	font-size: 13px;
	line-height: 160%;
	list-style: none;
	border-bottom: dotted #fafafa 1px;
    display: block;
}

.sidenavi3 li{
	border-bottom: none;
	padding: 8px 0 0 0px;
}

.sidenavi3.sidenavi4.sidenavi5.sidenavi6 li :last-child{
	border-bottom: none;
}

.sidenavi4 li a{
	padding: 8px 0 5px 15px;
	display: block;
}
.sidenavi4 li a:hover {background-color: #f8fbfe;} /*カーソルが乗っているリンクの色*/

.sidenavi4more a:link {color:#8fb1cd;} /*未訪問のリンクの色*/
.sidenavi4more a:visited {color:#8fb1cd;} /*訪問済みのリンクの色*/
.sidenavi4more a:hover {color:#8fb1cd; background-color: #f8fbfe;} /*カーソルが乗っているリンクの色*/
.sidenavi4more a:active {color:#8fb1cd;} /*クリック中のリンクの色*/

.sidenavi4more{
	border-bottom: none!important;
	padding-bottom: 15px!important;
	transform:scaleX(0.9999);
}

.sidenavi5 li a{
	padding: 8px 0 5px 15px;
	display: block;
}
.sidenavi5 li a:hover {background-color: #f8fbfe;} /*カーソルが乗っているリンクの色*/

.sidenavi6{
	padding-bottom: 15px;
	display: block;
}

#list a:link {text-decoration: none;} /*未訪問のリンクの色*/
#list a:visited {text-decoration: none;} /*訪問済みのリンクの色*/
#list a:hover {background-color: #f2f9ff; text-decoration: none;} /*カーソルが乗っているリンクの色*/
#list a:active {text-decoration: none;} /*クリック中のリンクの色*/

.sidenavi7{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	background-color: #e7f0f8;
	padding: 15px 0 10px 5px;
}
.sidenavi-mailm{
	background-color: #e7f0f8;
	padding: 15px 0 15px 5px;
	margin: 30px 0 2px 0;
    text-align: left;
}
.sidenavi-mailm img{
    float: left;
    margin-right: 10px;
}
.genre{
	width: 100%;
    border-bottom : dotted 1px;
	color: #555;
	font-weight: 600;
    font-size: 17px;
	padding: 4px 8px 4px 4px;
	margin-top: 10px;
}

.genre2{
	width: 100%;
	color: #555;
	background-color: #eee;
    font-size: 15px;
	padding: 4px 10px 8px 4px;
	margin-top: 10px;
}
.sidenavi .sidenavi3 .genre2 {
}
.sidenavi .sidenavi3 .genre2 {
}
.sidenavi .sidenavi3 .genre2 {
}




.notice{
    font-size: 12px;
	color: #999;
	margin: 0 0 8px 25px;	
}

#list {
	width: 240px;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin: 5px 0;
}

#list li{
}

#list a {
    background-color: #fff;
    border: 1px dotted #fafafa;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    text-align: center;
	margin: 3px;
	width: 26px;
    height: 26px;
	font-size: 14px;
}

#list a.no-link {
    background: #eee;
    color: #c5c5c5;
    pointer-events: none;
}

#a, #b, #c, #d, #e, #f, #g, #h, #i, #j, #k, #l, #m, #n, #o, #p, #q, #r, #s, #t, #u, #v, #w, #x, #y, #z {
    display: block;
    width: 100%;
    margin-top: -100px;
    padding-top: 100px;
}

#brandlist {
  width: 100%;
  height: 800px;
border: 0;
}

a .box .name2 {
	border-bottom-color: #fafafa;
	border-bottom-style: dotted;
}	
	
/*ボックス全体*/
.accbox {
    margin: 5px 0;
    padding : 2px 8px;
    max-width: 240px;/*最大幅*/
	font-size: 12px;
	line-height: 200%;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
	font-size: 13px;
    color :#a2bbd0;
    cursor :pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.accbox label:hover {
	border-bottom: none;

}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

.newmore a:link {color:#8fb1cd; text-decoration: none;} /*未訪問のリンクの色*/
.newmore a:visited {color:#8fb1cd; text-decoration: none;} /*訪問済みのリンクの色*/
.newmore a:hover {color:#8fb1cd; text-decoration: none;} /*カーソルが乗っているリンクの色*/
.newmore a:active {color:#8fb1cd; text-decoration: none;} /*クリック中のリンクの色*/

.newmore{
	display: block;
	width:840px;
	text-align: right;
	margin: 0px;
	padding: 5px 10px 10px 0;
	font-size: 15px;
	font-weight: 600;
    border-bottom : #CCCCCC dotted 1px;
}

.allShopsRecommendWidget
{width: 800px !important;}

/*目的別リスト　フッター*/
.wrapper-genre{
	width: 100%;
	padding: 0px;
    display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	font-size: 11px;
	line-height: 140%;
}
.wrapper-genre a:link {color:#bdbdbd; text-decoration: none;} /*未訪問のリンクの色*/
.wrapper-genre a:visited {color:#bdbdbd; text-decoration: none;} /*訪問済みのリンクの色*/
.wrapper-genre a:hover {color:#bdbdbd; text-decoration: none;background-color: aliceblue;} /*カーソルが乗っているリンクの色*/
.wrapper-genre a:active {color:#bdbdbd; text-decoration: none;} /*クリック中のリンクの色*/

.container-genre{
	padding: 2px
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	flex-basis: 10%;
	flex-grow: 1;
}
.cate-genre{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	flex-grow: 1;
}
.cate-use{
	width: 100%;
	flex-flow: row wrap;
	align-content: flex-start;
}
.container-genre1{
	padding: 2px
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	flex-basis: 19%;
	flex-grow: 2;
}
.cate-genre1{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}
.cate-use1{
	width: 47%;
	flex-flow: row nowrap;
	justify-content: space-around;
}
.subcate-genre{
	width: 100%;
	border-bottom: dotted 1px #d9d9d9;
	margin: 5px 0px 5px 0
}
