﻿/* =======================================
	スライド部分
======================================= */
#slide {
	width: 950px;
	margin: 10px auto 0px auto;
	padding: 0 0 20px 0;
	text-align: left;
	background:#333333;
}
#slide h2 span {
	display:none;
}
#slide h3 span {
	display:none;
}
#slide div.mainArea {
	width:850px;
	height:307px;
	background:#FFFFFF;
	margin:0px auto;
	padding:20px;
	overflow: hidden;
	position: relative;
}
#slide div.mainArea div.changeArea {
	position: absolute;
	display:none;
	_height:347px;
}
#slide div.mainArea div.changeArea dl.change {
	margin:0px;
	padding:0px;
}
#slide div.mainArea div.changeArea dl.change dt {
	width:460px;
	margin:0px;
	padding:0px;
	float:left;
}
#slide div.mainArea div.changeArea dl.change dt img {
	width:460px;
	height:auto;
}
#slide div.mainArea div.changeArea dl.change dd {
	width:370px;
	height:305px;
	background:#FFF;
	margin:0px 0px 0px 20px;
	padding:0px;
	float:left;
}
#slide div.mainArea div.changeArea dl.change dd h4 {
	margin:10px 0px 0px 0px;
	padding:0px;
}
#slide div.mainArea div.changeArea dl.change dd .keyword {
	margin:20px 0px 0px 0px;
	padding:12px 10px;
	border:#666666 1px solid;
}

/* サムネイル部分 */
#slide ul {
	width: 890px;
	margin:0px 30px;
	padding:0px 0px 15px 0px;
	clear:both;
}

#slide ul li {
	position:relative;
	overflow: hidden;
	width:65px;
	height: 65px;
	margin:15px 10px 0px 0px;
	float: left;
	display: inline;
}
#slide ul li.last {
	margin:15px 0px 0px 0px;
}
#slide ul li img{
	position:absolute;
	top:0px;
	left:-20px;
	width:98px;
	height:65px;
}

#slide .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	width:59px;
	height: 59px;
	border:#FFFFFF 3px solid;
}
#slide .active img {
	top:-3px;
	left:-23px;
}

/* ClearFixElements */
#slide ul:after,
#slide div.mainArea div.changeArea dl.change:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}


/* =======================================
	ラインアップ部分
======================================= */
#selectArea {
	width: 910px;
	margin: 0px auto;
	padding:0px;
	clear:both;
}
#selectArea .s-title {
	margin: 40px 0px 0px 0px;
	padding:0px;
}
#selectArea .s-title span {
	display:none;
}

/* list */
#selectArea ul.list {
	width:880px;
	margin:0px auto;
	padding:0px;
	list-style:none;
	clear:both;
}
#selectArea ul.list li {
	width:206px;
	margin:15px 0px 0px 5px;
	padding:0px 0px 5px 10px;
	border-bottom:#999 1px dotted;
	float:left;
}

#selectArea ul.numbering li {
	width:260px;
	margin:15px 0px 0px 30px;
	padding:0px 0px 5px 10px;
	float:left;
}
#selectArea ul.list li p {
	margin:0px 3px;
	padding:0px 0px 0px 10px;
	background:url(/support/share/images/arrow_black.gif) no-repeat left 0.4em;
}
#selectArea ul.list li.top {
	margin:15px 0px 0px 0px;
}

#selectArea ul.numbering li .Button{
	display: inline-table;
	vertical-align: middle;
    border: 1px solid #666666;
    width: 246px; /* 2022/01/17修正*/
    min-height: 32px;
    height: 32px;
    height: 40px\9;
	background: url("/support/ichigan/images/enjoy/photo/linkbutton.png") no-repeat scroll 0 52% transparent;
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	padding: 10px 0 10px 20px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
    *width: 250px;
    *max-height: 32px;
    *height: auto;
	*padding: 8px 0 4px 22px;
	*display:inline;
	*zoom:1;
}

/* bnrlist */
#selectArea ul.bnrlist {
	/* width:750px; */
	margin: 0px 0px 0px 2em;
	padding:0px;
	list-style:none;
	clear:both;
}
#selectArea ul.bnrlist li {
	height:122px;
	margin:15px 0px 0px 15px;
	padding:0px;
	float:left;
}
#selectArea ul.bnrlist li.top {
	margin:15px 0px 0px 0px;
}

/*20220914追記*/
ul.bnrlist2{
    margin: 1em 2em;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.bnrlist2 li{
    margin: 0 1em 0.5em 0;
}

@media (max-width: 640px){
	ul.bnrlist2 {
        margin: 1em auto;
        flex-direction: column;
        align-content: center;
	}
    
    ul.bnrlist2 li{
        margin: 0;
    }
    
    ul.bnrlist2 img{
        max-width: 100%;
	}
}

/* thema */
#selectArea div.themaArea{
	margin-top: 20px;
}


@media (max-width: 640px){
/* =======================================
	スライド部分
======================================= */
#slide {
	width: auto;
	padding: 0 0 15px 0;
}
#slide h2 p {
	display:none;
}
#slide h2 span {
	display: block;
	text-align:center;
	padding-top:10px;
}
#slide h3 p {
	display:none;
}
#slide h3 span {
	display: block;
	text-align:center;
	color:#FFFFFF;
	margin:0px 15px 10px 0px;
}

#slide div.mainArea {
	width: 250px;
	height: 600px;
	margin:0px auto;
}
#slide div.mainArea div.changeArea dl.change dt {
	width: auto;
	float: none;
}
#slide div.mainArea div.changeArea dl.change dt img {
	width: 250px;
	height:auto;
	width:0x auto;
}
#slide div.mainArea div.changeArea dl.change dd {
	width: auto;
	float: none;
	margin:5px 0px 0px 0px;
}
#slide div.mainArea div.changeArea dl.change dd h4,
#slide div.mainArea div.changeArea dl.change dd p {
	width: 250px;
}
#slide div.mainArea div.changeArea dl.change dd h4 img {
	width: 250px;
	height:auto;
}
#slide div.mainArea div.changeArea dl.change dd .keyword {
	width: 227px;
}
#slide div.mainArea div.changeArea dl.change dd .keyword span {
	display:block;
}
#slide ul {
	width: auto;
}
#slide ul li.last {
	margin:15px 10px 0px 0px;
}


/* =======================================
	ラインアップ部分
======================================= */
#selectArea {
	width: auto;
}
#selectArea .s-title {
	margin-top:30px;
}
#selectArea .s-title img {
	display:none;
}

#selectArea .s-title span {
	background:#333333;
	color:#FFF;
	padding:5px 10px;
	font-size:15px;
	display:block;
}

/* list */
#selectArea ul.list {
	width: auto;
}
#selectArea ul.list li {
	width:auto;
	margin:15px 0px 0px 0px;
	float: none;
}

/* bnrlist */
#selectArea ul.bnrlist {
	width: auto;
    margin-left: 1em;
}
#selectArea ul.bnrlist li {
	height: auto;
	margin:15px 0px 0px 0px;
	float: none;
}
#selectArea ul.bnrlist li img {
	max-width: 100%;
	height: auto;
}


}


/* 20190425 */

#selectArea .bnr_single{
	display: inline-block;
    margin: 2em;
}

@media (max-width: 640px){

	#selectArea .bnr_single{
		margin: 0.5em;
}
}





















