@charset "UTF-8";

/*全体*/
*{
	margin: 0;
	padding: 0;
}

a{
	color: #000;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	margin: 0 auto;
	background-color: #fffef8;
	width: 100%;
}

a>img{
	width: 100%;
}

img{
	width: 100%;
}

bod{
	-webkit-text-size-adjust: 100%;
}

/*ヘッダー*/

header{
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

header #headerTop{
	background-color: #fffef8;
	display: -ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-o-box;
	display:-o-flexbox;
	display:-o-flex;
	display:flex;
	padding: 20px 0 0;
	max-width: 1000px;
	margin: 0 auto 23px;
}

header #headerTop h1{
	max-width: 206px;
	margin-right: 36px;
	height: auto;
	-webkit-flex: 0 0 206px;
	-moz-flex: 0 0 206px;
	-ms-flex: 0 0 206px;
	-o-flex: 0 0 206px;
	flex: 0 0 206px;
	-ms-flex: 0 0 206px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 206px;
	-moz-box-flex: 0.0;
	-webkit-box-flex: 0.0;
	-webkit-flex: 0 0 206px;
	flex: 0 0 206px;
}

header #headerTop h1>img{
	width: 100%;
}

header #headerTop #header_img{
	margin-right: 28px;
}

header #headerTop #header_img>img{
	width: 100%;
	margin: 1px 0;
}

header #headerTop #headerLeft{
	margin: 1px 0;
	font-size: 12px;
}

header #headerTop #headerLeft form{
	position: relative;
	max-width: 230px;
	display: -ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-o-box;
	display:-o-flexbox;
	display:-o-flex;
	display:flex;
	margin-bottom: 19px;
}

header #headerTop #headerLeft form>input{
	display: none;
}

input[type="text"], textarea, select {
	padding: 3px 0;
	line-height: normal;
	border: solid 1px #a1a1a3;
	outline: none;
}

header #headerTop #headerLeft form .searchLabel{
	position: absolute;
	top: 0;
	right: 0;
}

header #headerTop #headerLeft form .searchLabel{
	position: absolute;
	top: 0;
	right: 0;
}

header #headerTop #headerRight{
	position: relative;
}

header #headerTop #headerRight #today_img{
	position: absolute;
	bottom: 6px;
	left: 13px;
}

header #headerTop #headerLeft form img{
	width: auto;
}

header #headerTop #headerLeft form p.searchform{
	-webkit-flex: 0 0 230px;
	-moz-flex: 0 0 230px;
	-ms-flex: 0 0 230px;
	-o-flex: 0 0 230px;
	flex: 0 0 230px;
	max-width: 230px;
}

header #headerTop #headerLeft form p.searchform input{
	-webkit-flex: 0 0 206px;
	-moz-flex: 0 0 206px;
	-ms-flex: 0 0 206px;
	-o-flex: 0 0 206px;
	flex: 0 0 206px;
	width: 206px;
	padding-left: 6px;
}


header #headerTop #headerLeft form input#search.searchLabel{
	display: block;
}

header #headerTop #headerLeft ul{
	max-width:230px;
	flex-direction: column;
}

header #headerTop #headerLeft ul li>a{
	background-color: #fff;
	display: block;
	text-align: center;
	margin: 4px 0 0;
}

header #headerTop #headerLeft ul li.sns01,
header #headerTop #headerLeft ul li.sns02{
	width: 105px;
	display: inline-block;
	float: left;
}

header #headerTop #headerLeft ul li.sns01{
	margin-right: 5px;
}

header #headerTop #headerLeft ul li.sns01 a,
header #headerTop #headerLeft ul li.sns02 a{
	margin-top: 0;
}

header #headerTop #headerLeft ul li a>img{
	width: 100%;
}

header #headerTop #headerLeft ul#headerSns{
	display: -ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-o-box;
	display:-o-flexbox;
	display:-o-flex;
	display:flex;
	flex-direction: row;
	/* 以下SNSのURL設定を行ったら消す */
	margin-top: 4px;
}

header #headerTop #headerLeft ul#headerSns li{
	-webkit-flex: 0 0 113px;
	-moz-flex: 0 0 113px;
	-ms-flex: 0 0 113px;
	-o-flex: 0 0 113px;
	flex: 0 1 113px;
	max-width: 113px;
}

header #headerBottom #pcGnav{
	margin: 0 auto;
	max-width: 1000px;
	height: 110px;
}

header #headerBottom #pcGnav>p{
	display: inline-block;
	float: left;
	height: 100px;
}

header #headerBottom #pcGnav ul.gnavTop,
header #headerBottom #pcGnav ul.gnavBottom,
header #headerBottom #subNavi>ul{
	display: -ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-o-box;
	display:-o-flexbox;
	display:-o-flex;
	display:flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 2px solid #92857a;
}

header #headerBottom #pcGnav ul.gnavBottom{
	border-bottom: 1px solid #92857a;
}

header #headerBottom #subNavi>ul{
	border-style: none;
	height: 37px !important;
}

header #headerBottom #pcGnav ul.gnavTop li,
header #headerBottom #pcGnav ul.gnavBottom li{
	border-left: 1px solid #92857a;
}

header #headerBottom #pcGnav ul.gnavTop li:last-child,
header #headerBottom #pcGnav ul.gnavBottom li:last-child{
	border-right: 1px solid #92857a !important;
}

header #headerBottom #pcGnav ul.gnavTop li:nth-child(odd){
	background-color: #726152;
}

header #headerBottom #pcGnav ul.gnavTop li:nth-child(even){
	background-color: #877260;
}

header #headerBottom #pcGnav ul.gnavBottom li:nth-child(odd){
	background-color: #877260;
}

header #headerBottom #pcGnav ul.gnavBottom li:nth-child(even){
	background-color: #726152;
}

header #headerBottom #pcGnav #innerGnav ul.gnavTop li,
header #headerBottom #pcGnav #innerGnav ul.gnavBottom li{
	-ms-flex: 0 1 163px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 0 1 163px;
	flex: 0 1 163px;
	padding: 3px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.3em;
}

@media all and (-ms-high-contrast:none){
	header #headerBottom #pcGnav #innerGnav ul.gnavTop li,
	header #headerBottom #pcGnav #innerGnav ul.gnavBottom li {
	font-size: 110%;
	}
}

@-moz-document url-prefix() {
	header #headerBottom #pcGnav #innerGnav ul.gnavTop li,
	header #headerBottom #pcGnav #innerGnav ul.gnavBottom li {
		font-size: 107%;
	}
}

header #headerBottom #pcGnav #innerGnav ul.gnavTop li .textSpace2,
header #headerBottom #pcGnav #innerGnav ul.gnavBottom li .textSpace2{
	letter-spacing: 0.2em;
}

header #headerBottom #pcGnav #innerGnav ul.gnavTop li>a,
header #headerBottom #pcGnav #innerGnav ul.gnavBottom li>a{
	display: block;
	padding: 6px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

header #headerBottom nav#pcGnav #innerGnav ul li>a:hover{
	color:#ffe013;
	text-decoration: none !important;
}


header #headerBottom #pcGnav>#InnerGnav{
	background-color: #ab9786;
}

header #headerBottom #subNavi{
	background-color: #dbd6d2;
	height: 28px;
}

header #headerBottom #subNavi>ul{
	padding-top:10px;
	margin-left:60px;
	font-size:80%;
	width:auto;
	}
header #headerBottom #subNavi>ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:;
	letter-spacing:normal;
	text-align:center;
}
header #headerBottom #subNavi>ul li.colon{
	width:20px;
	}

/*コンテンツ*/
#container{
	position: relative;
}

article{
	display: -ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-o-box;
	display:-o-flexbox;
	display:-o-flex;
	display:flex;
	max-width: 1000px;
	margin: 10px auto 20px;
}

body#top article{
	margin-top: 30px;
}

article #containerLeft{
	width: 760px;
	-webkit-flex: 0 0 760px;
	-moz-flex: 0 0 760px;
	-ms-flex: 0 0 760px;
	-o-flex: 0 0 760px;
	flex: 0 1 760px;
	margin-right: 10px;
	position: relative;
}

article #containerRight{
	-webkit-flex: 0 0 230px;
	-moz-flex: 0 0 230px;
	-ms-flex: 0 0 230px;
	-o-flex: 0 0 230px;
	flex: 0 1 230px;
	max-width: 230px;
}

article #containerLeft > section{
	position: relative;
}

article #containerLeft section#headLine{
	border: 3px solid #ab9786;
	overflow: hidden;
	margin: 0 0 30px;
	background-color: #fff;
}

article #containerLeft section#headLine h2{
	background-color: #ab9786;
	color: #fff;
	font-weight: bold;
	padding: 5px 81px 5px 10px;
	display: inline-block;
	float: left;
	font-size: 16px;
}

article #containerLeft section#headLine p.pickup>a{
	color: #008d11;
	text-decoration: underline;
	background-image: url(../images/icon_arrow01.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin: 8px 0 0 14px;
	padding-left: 18px;
	background-position: 0% 20%;
}

article #containerLeft section#headLine section{
	clear: both;
}

article #containerLeft section#headLine section>div.headLineImg{
	max-width: 225px;
	height: auto;
	margin: 0 10px 10px 10px;
	float: left;
}

article #containerLeft section#headLine section>h3{
	margin: 10px 10px 4px 10px;
	/*display: inline-block;*/
	font-size: 24px;
	font-weight: bold;
	pointer-events: none;
	/*width: 65%;*/
}

article #containerLeft section#headLine section p.headlinetext{
	margin-right: 10px;
	margin-left: 10px;
}

section  p.next,
article section h2 span.next{
	text-align: right;
	padding-right: 12px;
	border-bottom-style: none !important;
	background-image: none;
}
section span.next{
	display: block;
	text-align: right;
}

section  p.next>a,
section span.next>a,
section h2 span.next>a{
	color: #726152;
	background-image: url(../images/icon_arrow02.png);
	background-repeat: no-repeat;
	background-position: left 30%;
	padding: 0 0 0 14px;
	font-size: 13px;
}

article #containerLeft section.newsTopics{
	border: 3px solid #dfd8d3;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

article #containerLeft section.newsTopics h2{
	background-color: #dfd8d3;
	padding: 5px 5px 5px 8px;
	font-weight: bold;
	font-size: 16px;
}

article #containerLeft section.newsTopicsIcon h2{
	padding: 5px 5px 5px 22px;
	background-image: url(../images/point01.gif);
	background-repeat: no-repeat;
	background-position: 1% 46%;
}

article #containerLeft section.newsTopics div{
	padding: 14px 14px 6px;
	overflow: hidden;
}

article #containerLeft #select div{
	padding: 14px 0 6px;
	overflow: hidden;
}

article #containerLeft section.newsTopics dl{
	max-width: 720px;
}

article #containerLeft section.newsTopics dl dt{
	display: inline-block;
	background-color: #dfd8d3;
	padding: 2px 0;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 8px;
	width: 19%;
}

article #containerLeft section.newsTopics dl dd{
  display: inline-block;
  width: 75%;
  margin-left: 10px;
  padding-left: 22px;
  /* text-decoration: underline; */
  line-height: 22px;
  position: relative;
  vertical-align: top;
	margin-bottom: 8px;
}

article #containerLeft section.newsTopics dl dd a:visited{
	color: #8e8e8e;
}

article #containerLeft section.newsTopics dl dd span{
	position: absolute;
	top: 6px;
	left: 0;
}

article #containerLeft section.newsTopics dl dd span img{
	width: auto;
}

article #containerLeft section p.list01{
	position: absolute;
	top: 3px;
	right: 0px;
}

article #containerLeft section.plan{
	clear: both;
	margin-bottom: 3px;
	border-bottom: 3px solid #dfd8d3;
	margin-bottom: 14px;
}

article #containerLeft section.plan:nth-child(5){
	border-style: none;
}

article #containerLeft section.plan img{
	width: 100%;
}

article #containerLeft section.plan>p{
	display: inline-block;
	float: left;
	width: 17%;
}

article #containerLeft section.plan>div{
	display: inline-block;
	max-width: 80%;
	min-height: 75px;
	padding: 0 0 10px 20px;
}

article #containerLeft section.plan h3{
	color: #008d11;
	font-weight: bold;
	background-image: url(../images/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: left 34%;
	padding: 0 0 0 12px;
}

article #containerLeft section.plan h3>a{
	color: #008d11;
}

article #containerLeft section.plan h4{
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0px;
}

article #containerLeft #select{
	border: 3px solid #ab9786;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

article #containerLeft #select h2{
	background-color: #ab9786;
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}

article #containerLeft #select section{
	clear: both;
	margin-bottom: 15px;
	padding: 0 14px 7px;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

article #containerLeft #select section>p{
  float: left;
  margin-right: 14px;
  width: 180px;
}

article #containerLeft #select section>p>a>img{
  max-width: 180px;
  height: auto;
  margin-bottom: 8px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

article #containerLeft section p.list02{
	position: absolute;
	top: 3px;
	right: 8px;
	font-size: 12px;
}

article #containerLeft section p.list02>a{
	color: #fff;
	background-image: url(../images/icon_arrow05.png);
	background-repeat: no-repeat;
	background-position: left 30%;
	padding: 0 0 0 14px;
	font-size: 12px;
}

article #containerLeft #select div.selectInfo{
	border-top: 3px solid #dfd8d3 !important;
	padding: 0 !important;
}

article #containerLeft #select section div.selectInfo h3{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #dfd8d3;
	padding: 6px 0;
}

article #containerLeft #select section div.selectInfo h3:before {
	content: " ";
	background-image: url(../images/point02.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 25px;
	display: inline-block;
	position: relative;
	top: 1px;
}

article #containerLeft #select section div.selectInfo p.ja{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 3px solid #dfd8d3;
	padding: 6px 0;
}

article #containerLeft #select section div.selectInfo p{
	border-bottom: 3px solid #dfd8d3;
	padding: 6px 0;
}

article #containerLeft #select section#selectThird{
	background-image: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

article #containerLeft aside ul{
	display: -ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-o-box;
	display:-o-flexbox;
	display:-o-flex;
	display:flex;
	max-width: 760px;
	-webkit-flex: 0 0 760px;
	-moz-flex: 0 0 760px;
	-ms-flex: 0 0 760px;
	-o-flex: 0 0 760px;
	flex: 0 0 760px;
}

article #containerLeft aside li{
	margin: 0 10px 30px 0;
}

article #containerLeft aside li.limg{
	margin-right: 0 !important;
}

article #containerLeft aside ul li a>img{
	width: 100%;
}

article #containerRight aside li{
	margin-bottom: 10px;
}

article #containerRight aside ul li a>img{
	width: 100%;
}

article #containerRight aside ul li .popular{
	border:1px solid #cacaca;
}

article #containerRight aside ul li .popular .title{
	background-color: #aa9787;
	padding:6px 5px;
	color:#ffffff;
	position:relative;
}

article #containerRight aside ul li .popular ul{
	padding:10px;
}

article #containerRight aside ul li .popular .title:before{
	content:"■";
}

article #containerRight aside ul li .popular ul li{
	margin-bottom:3px;
	position:relative;
}

article #containerRight aside ul li .popular ul li:last-child{
	margin-bottom:0;
	padding-bottom:0;
}

article #containerRight aside ul li .popular ul li a{
	font-size:12px;
	display:block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

article #containerRight aside ul li .popular ul li a:before{
	content:"・";
}

article #containerRight aside ul li .popular.nowrap ul li a{
	white-space:normal;
	overflow:auto;
}

article #containerRight aside ul li .popular ul li a{
	line-height:20px;
}

#container #containerLeft article#contents .goToIndex{
	text-align:right;
}
#container #containerLeft article#contents .goToIndex a{
	display:inline-block;
	background-color: #008d11;
	color:#ffffff;
	padding:3px 17px 3px 3px;
	font-size:12px;
	position:relative;
}

#container #containerLeft article#contents .goToIndex a:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 4px;
  right:0;
  border: 6px solid transparent;
  border-left: 8px solid #ffffff;
}

#toTop{
	height: 26px;
	bottom: -1px;
	right: 0;
	text-align: right;
}

#toTop>p{
	max-width: 1000px;
	margin: 0 auto;
}

#toTop p>a{
	display: inline-block;
	margin-left: 788px;
}

#toTop p>img{
	width:172px;
	height: 26px;
}

/*フッター*/

footer{
	width:100%;
	background-color: #dfd8d3;
	font-size: 11px;
	padding: 0 0 30px 0;
}

footer #innerFooter{
	margin: 0 auto;
	max-width: 1000px;
	padding-top: 14px;
}

footer #innerFooter #footerBottom{
	display: -ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-o-box;
	display:-o-flexbox;
	display:-o-flex;
	display:flex;
	padding: 6px 0;
	border-bottom: 1px dotted #fff;
}

footer #innerFooter #profile{
	border-bottom: 1px dotted #fff;
}

footer #innerFooter p#organizeName{
	padding: 0 0 12px 0;
	width: 30%;
}

footer #innerFooter ul{
	display: -ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-o-box;
	display:-o-flexbox;
	display:-o-flex;
	display:flex;
	border-bottom: 1px dotted #fff;
	padding-top: 4px;
}

footer #innerFooter ul li{
	max-width: 161px;
}

footer #innerFooter ul li>a{
	color: #000;
	background-image: url(../images/icon_arrow03.png);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	background-position: left center;
	line-height: 21px;
	height: 21px;
	margin-right: 25px;
}

footer #organizeAddress{
	display: -ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-o-box;
	display:-o-flexbox;
	display:-o-flex;
	display:flex;
	font-size: 10px;
}

footer #organizeAddress p{
	flex: 0 0 280px;
	width: 300px;
}

footer #organizeAddress #contact{
	width: 364px;
	flex: 0 0 364px;
	padding: 2px 0 0 0;
	display: -ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-o-box;
	display:-o-flexbox;
	display:-o-flex;
	display:flex;
}

footer #organizeAddress #contact dl{
	width: 120px;
	flex: 0 0 120px;
	display: flex;
}

footer #organizeAddress #contact dt{
	float: left;
}

footer #organizeAddress #contact dd{
	margin-right: 10px;
}

footer #copyright{
	flex: 0 0 295px;
	text-align: right;
	padding: 2px 0 0 0;
}

footer #copyright>small{
	font-size:8px;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

/*940px以下の画面*/
@media only screen and (max-width: 940px) {

	header #headerBottom #subNavi{
		font-size: 12px;
	}
}

/*767px以下の画面*/
@media only screen and (max-width: 767px) {

body{
	min-width: 100%;
}

*{
	font-size: 12px;
}

a:hover{
	text-decoration: none;
}

header{
	background-image: none;
	height: auto !important;
	min-height: 0;
}

header #headerTop{
	display: block;
	margin-bottom: 0;
	padding: 6px 0 0 0;
	background-color: #fff;
}

header #headerTop #header_img {
	width: 100%;
	margin-right: 0;
}

header #headerTop #header_img>img{
	width:100%;
}

header#header #headerTop #headerMiddle{
	position: relative;
	overflow: hidden;
	padding-bottom: 4px;
}

header#header #headerTop #headerMiddle .inner h1.spSwitch{
	display: inline-block;
	padding:0 10px;
}

header#header #headerTop #headerMiddle .inner h1.spSwitch a>img{
	width: 100%;
}

header#header #headerTop #headerMiddle #menuBtn>a{
	position: absolute;
	top: 0;
	right:10px;
	width: 46px;
	height: 44px;
	display: inline-block;
	padding: 0;
}

header#header #headerTop #headerMiddle #menuBtn a>img{
	width: 100%;
}

header#header #spheader nav#spGnav ul li{
	float: left;
	display: inline-block;
	width: 50%;
}

header#header #headerTop #spheader nav#spGnav ul{
	background-color: #ab9786;
	padding: 10px;
}

header#header #headerTop #spheader nav#spGnav ul li{
	float: left;
	width: 50%;
}

header#header #headerTop #spheader nav#spGnav ul li>a{
	display: block;
	width: 95%;
	padding: 14px 0px 14px 7px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/icon_arrow08.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 6px 12px;
}

header#header #headerTop #spheader nav#spGnav ul li.bgGnav01>a{
	background-color: #726152;
	border: 1px solid #92857a;
}

header#header #headerTop #spheader nav#spGnav ul li.bgGnav02>a{
	background-color: #877260;
	border: 1px solid #92857a;
}

header#header #headerTop #spheader #spSubNav ul{
	background-color: #dbd6d2;
}

header#header #headerTop #spheader #spSubNav ul li{
	border-bottom: #cbc3bc solid 1px;
	float: left;
	display: block;
}

header#header #headerTop #spheader #spSubNav ul li:nth-child(odd){
	width: 50%;
	border-right: #cbc3bc solid 1px;
}

header#header #headerTop #spheader #spSubNav ul li:nth-child(even){
	width: 49%;
}

header#header #headerTop #spheader #spSubNav ul li>a{
	padding: 0 0 0 14px;
	margin: 0 auto;
	color: #000;
	font-weight: bold;
	background-image: url(../images/icon_arrow16.png);
	background-repeat: no-repeat;
	background-position: left 48%;
	background-size: 10px;
	line-height: 40px;
	margin-left: 16px;
	display: block;
}

header#header #headerTop #spheader nav#spGnav ul li>a:hover{
	text-decoration: none;
}

header#header #headerTop #spheader form{
	position: relative;
	background-color: #dfd8d3;
	padding: 10px 0;
}

header#header #headerTop #spheader form>input{
	width:100%;
}

header#header #headerTop #spheader form>input#spSearch{
	display: none;
}

header#header #headerTop #spheader form>label{
	position: absolute;
	top: 15px;
	right:8%;
	width: 21px;
	height: 21px;
}

header#header #headerTop #spheader form>label img{
	width:100%;
}

input[type="text"], textarea, select{
	width:90%;
	height:25px;
	padding-left: 3px;
	margin-left:14px;
}

header#header #headerTop #spheader p.closemenuUI,
header#header #headerTop #spheader p.btn{
	border-radius: 0;
	background-color: #726152;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 14px;
	border: 1px solid #92857a;
}

header#header #headerTop #spheader p.closemenuUI a,
header#header #headerTop #spheader p.btn a{
	color: #fff;
}

article{
	display: block;
	margin-top: 12px;
	width: 95%;
}

body#top article{
	margin-top: 12px;
}

article #containerLeft {
  width: 100%;
}

article #containerLeft aside {
	display: none;
}

article #containerLeft section#headLine{
	margin-bottom: 10px;
}

article #containerLeft section#headLine h2{
	display: block;
	float: none;
}

article #containerLeft section#headLine p.pickup{
	clear: both;
}


article #containerLeft section#headLine p.pickup>a{
	padding: 5px 8px 0 8px;
	background-position: 0% 64%;
	margin: 8px 0 0 14px;
	padding-left: 18px;
}

article #containerLeft section#headLine section  img {
	width: 95%;
	margin: 0 auto;
	height: auto;
	/*display: block;*/
	float: none;
}

article #containerLeft section#headLine section >h3{
  display: block;
  font-size: 14px;
  padding: 0 30px 0 0;
  background-image: url(../images/icon_arrow07.gif);
  background-repeat: no-repeat;
  background-position: right 40%;
  background-size: 18px 10px;
  margin-right: 10px;
  pointer-events: auto;
  /*width: 85%;*/
}

article #containerLeft section#headLine section >h3:hover{
	cursor: pointer;
}

article #containerLeft section#headLine section div.headLineImg{
	float: none;
	max-width: 100%;
	height: auto;
}

article #containerLeft section#headLine section {
	width: 100%;
}

article #containerLeft section#headLine section >p{
	display: none;
	width: 94%;
	margin: 0 auto 8px;
}

article #containerLeft section p.list01{
	display: none;
}

/*最新の企画記事*/
article #containerLeft section.newsTopics div{
	padding: 14px 14px;
}
article #containerLeft section.newsTopics dl{
	max-width:100%;
	overflow:hidden;
}

article #containerLeft section.newsTopics dl dt{
	display: inline-block;
	width:110px;
	background-color: #dfd8d3;
	padding: 4px 0;
	text-align: center;
	margin-bottom: 8px;
}

article #containerLeft section.newsTopics dl dd{
	display: inline-block;
	width:100%;
	background-image: none;
	margin-left:0;
	padding-left:0;
	/* text-decoration: underline; */
	margin-bottom: 10px;
	border-bottom: solid 1px #dfd8d3;
}

article #containerLeft section.newsTopics dl dd span{
	display: none;
}

article #containerLeft section.newsTopics dl dd a{
	display: block;
  padding: 3px 0 5px 0;
}

article #containerLeft section dl dt{
	margin-top: 8px;
  width: 110px;
}

#containerLeft section div#listArea dl dd {
	background-image: none !important;
	margin-left: 0 !important;
	display: block !important;
	padding-left: 0 !important;
	text-decoration: none !important;
	border-bottom: 1px solid #cacaca !important;
	width: 100% !important;
	padding-bottom: 4px !important;
}

#containerLeft section div#listArea dl dd:last-child {
	border-bottom: none !important;
}

article #containerLeft section.plan{
	max-width: 100%;
	overflow: hidden;
}

article #containerLeft section.plan>p{
	width: 30%;
	margin-bottom: 15px;
}

article #containerLeft section.plan>div{
	margin: 0;
	padding: 0 0 0 14px;
	width: 63%;
}

article #containerLeft section.plan h4{
	font-size: 14px;
	margin: 0;
}

article #containerLeft #select div{
	padding: 14px 0;
}

/*一覧はこちら*/
article section p.next{
	width: 90%;
	margin: 0 auto !important;
	padding: 0;
}

article p.next>a{
	display: block;
	text-align: center;
	color: #fff;
	letter-spacing: 0.5em;
	background-image: url(../images/btn_bg.gif);
	margin: 0;
	padding: 10px 0;
}

article #containerLeft section.newsTopics p.next,
body#detailB #containerLeft section article#contents p.next{
	margin: 0;
	width: 100%;
}

/*一品厳選*/
article #containerLeft #select section{
	background-image: none;
	margin-bottom: 0;
}

article #containerLeft #select section>p{
	width: 32%;
}

article #containerLeft #select section p>img{
	width: 100%;
}

article #containerLeft #select section p img{
	width: 100% !important;
}

article #containerLeft #select div.selectInfo{
	width: 61%;
	margin: 2px 0px;
}

article #containerLeft #select section div.selectInfo h3{
	font-size: 12px;
	text-align: left;
	background-position: left center;
	padding-left: 15px;
	padding: 9px 0 9px 15px;
}

article #containerLeft #select section div.selectInfo h3:before {
  top: 3px;
}

article #containerLeft #select section div.selectInfo p.ja{
	font-size: 11px;
	text-align: left;
	padding: 6px 0 5px;
}

article #containerLeft #select p.detailNext{
	margin-right: 0;
	width: 90%;
}

article #containerLeft #select p.next.detailNext>a,
body#listC p.next.detailNext>a{
	color: #726152;
	background-image: url(../images/icon_arrow02.png);
	background-repeat: no-repeat;
	background-position: left 30%;
	padding: 0 0 0 14px;
	font-size: 12px;
	letter-spacing: normal;
	text-align: right;
	display: inline;
}


article #containerLeft aside ul{
	display: block;
	margin: 0 auto;
	width: 70%;
}

article #containerLeft aside ul li{
	margin: 0 0 10px 0;
}

article #containerLeft aside ul li>a{
	display: block;
	padding: 0;
}

article #containerLeft aside ul li a>img{
	width: 100%;
}

article #containerRight{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#container #containerLeft article#contents .snsBtn{
	margin-bottom:10px;
}

#container #containerLeft article#contents .goToIndex{
	text-align:center;
}

#container #containerLeft article#contents .goToIndex a{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:15px;
}

#container #containerLeft article#contents .goToIndex a:before{
  content: none;
}

article #containerRight aside ul li .popular ul{
	box-sizing:border-box;
	width: 100%;
}

article #containerRight aside ul{
	display: block;
	margin: 0 auto;
	width: 70%;
}

article #containerRight aside ul li{
	margin: 0 0 10px 0;
}

article #containerRight aside ul li>a{
	display: block;
	padding: 0;
}

article #containerRight aside ul li a>img{
	width: 100%;
}

footer{
	border-top: 8px solid #dfd8d3;
	background-color: #fffef8;
	padding: 0px 0 40px 0;
}

footer #innerFooter{
	width: 100%;
	padding-top: 6px;
}

footer #innerFooter#profile{
	width: 95%;
	margin: 0 auto;
}

footer #innerFooter p#organizeName{
	width: 95%;
	margin: 0 auto;
	padding: 0 0 6px 0;
}

footer #innerFooter p#organizeName>img{
	width: 100%;
}

footer #innerFooter #footerBottom{
	display: block;
}


footer #organizeAddress{
	display: block;
	display: block;
	width: 100%;
	clear: both;
}

footer #organizeAddress p{
	font-size: 10px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

footer #organizeAddress #contact{
	font-size: 11px;
	margin: 0 auto;
	width: 100%;
	display: block;
}

footer #organizeAddress #contact dl{
	font-size: 11px;
	margin: 0 auto;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

footer #organizeAddress #contact dd{
	font-size: 11px;
	float: left;
}

footer #copyright{
	text-align: center;
}

#goToTop{
	width:100%;
	display: block;
	width: 100%;
	right: 0 !important;
	bottom: 0;
}

#goToTop > * {
	border-radius: 0;
	padding: 10px 15px;
	color: #000;
	background-color: #dfd8d3;

}

#goToTop > * .icon{
	background-image: url(../images/icon_arrow06.gif);
}




}/*幅767px以下ここまで*/




/*印刷用ロゴ画像非表示*/
#header h1.printSwitch {
	display: none;
}