@charset "utf-8";

/*-----------------------------------
	reset
------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section { 
	display:block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

img{
	vertical-align:bottom;
	border:none;
	width:100%;
	height:auto;
	outline:none;
}

.imgLink {
	transition: all 0.5s ease 0s;
}

.imgLink:hover {
	opacity: 0.7;
}

a:link,
a:visited {
	color: #211611;
	text-decoration: underline;
	outline:none;
}

a:hover,
a:active {
	color: #211611;
	text-decoration: none;
}

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* clearfix */
.clfix {
	zoom: 1;
}
.clfix:before, .clfix:after {
	content: "";
	display: table;
}
.clfix:after {
	clear: both;
}
.pc {
	display: none;
}
.lh15 {
	line-height: 1.5;
}
.redTxt,
.redTxt a {
	color: #d92121;
}
.bold {
	font-weight: bold !important;
}

@media print, screen and (min-width:751px) {
.pc {
	display: inline;
}
.sp {
	display: none;
}
.wrap1040 {
	width: 1040px;
	margin: 0 auto;
}
}

/*-----------------------------------
	base
------------------------------------*/
html {
	color: #211611;
	font-size : 1em; 
	font-family: Arial, Helvetica, sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	-webkit-text-size-adjust: none;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
}

/*-----------------------------------
	#header
------------------------------------*/
#header {
	padding: 0 10px;
	height: 41px;
	display: block;
	width: 100%;
	background-color: #fff;
	z-index: 10000;
		box-shadow:0 0 5px 0 rgba(203,203,203, 0.8);
	-moz-box-shadow:0 0 5px 0 rgba(203,203,203, 0.8);
	-webkit-box-shadow:0 0 5px 0 rgba(203,203,203, 0.8);
}
#header h1,
#header #logo {
	width: 126px;
	margin: 8px 7px 8px 0;
	float: left;
}
#header .leadTxt {
	float: left;
	display: inline-block;
	padding: 18px 0 0 0;
	font-size: 0.562em; /*9px*/
}
#header #gnav .menuBtn {
	width: 30px;
	position: absolute;
	right: 10px;
	top: 6px;
}
#modal_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
#modal-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#header #gnav ul {
	display: none;
	position: absolute;
	right: 3%;
	top: 41px;
	background-color: #fff;
	border: 2px solid #d1d1d1;
	width: 94%;
	padding: 0 18px 7px 18px;
	z-index: 1000;
	/* box-shadow */
	box-shadow: 0px 0px 1px 1px #c6c6c6;
	-moz-box-shadow: 0px 0px 1px 1px #c6c6c6;
	-webkit-box-shadow: 0px 0px 1px 1px #c6c6c6;
	/* border-radius */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#header #gnav ul li {
	border-bottom: 2px dotted #837a77;
}
#header #gnav ul li a {
	text-decoration: none;
	display: block;
	background: url("/common/img/icn_01.png") no-repeat 99% center;
	background-size: 18px 18px;
	padding: 17px 0 12px;
}
#header #gnav ul li: first-child{
	padding-top: 0;
}
#header #gnav.varsion01 ul li.link07,
#header #gnav.varsion02 ul li.link08 {
	width: 50%;
	float: left;
	border: none;
}

#header #gnav.varsion01 ul li.link07 a,
#header #gnav.varsion02 ul li.link08 a {
	background: none;
	border: none;
	padding: 0 5px 0 5px;
	margin: 7px 2px 5px 0;
}
#header #gnav.varsion01 ul li.link08,
#header #gnav.varsion02 ul li.link09 {
	width: 50%;
	float: right;
	border: none;
}
#header #gnav.varsion01 ul li.link08 a,
#header #gnav.varsion02 ul li.link09 a {
	background: none;
	padding: 0 5px 0 7px ;
	margin: 7px 2px 5px 0;
	border-left: 2px dotted #837a77;
}
#header #gnav.varsion01 ul li.link10,
#header #gnav.varsion02 ul li.link10 {
	text-align: center;
	clear: both;
	border-top: 2px dotted #837a77;
	border-bottom: none;
	padding-top: 0;
}
#header #gnav.varsion01 ul li.link10 img,
#header #gnav.varsion02 ul li.link10 img {
	width: 23px;
	height: auto;
	margin-right: 10px;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}

@media print, screen and (min-width:751px) {
#header {
	padding: 0;
	height: 70px;
}
#header h1,
#header #logo {
	width: 168px;
	margin: 18px 14px 0 1px;
}
#header .leadTxt {
	padding: 28px 0 0 0;
	font-weight: normal;
	font-size: 0.875em; /*14px*/
}
#header #gnav + .otherLink {
	display: none;
}
#header .otherLink {
	float: right;
	margin-top: 25px;
	font-weight: bold;
	font-size: 0.812em; /*13px*/
	position: relative\9;
	top: -170px\9;
}
#header .otherLink:not(:target) {
	position: static\9; /* IE9,10 */
	top: 0\9; /* IE9,10 */
}
#header .otherLink.link04 {
	top: 0\9;
}
#header .otherLink li {
	float: left;
	display: inline-block;
}
#header .otherLink li.link01 a,
#header .otherLink li.link02 a {
	background: url("/common/img/icn_04.png") no-repeat left center;
	font-weight: bold;
	text-decoration: none;
	padding-left: 27px;
	display: block;
	height: 18px;
	line-height: 18px;
}
#header .otherLink li a:hover {
	text-decoration: underline;
}
#header .otherLink li.link01 {
	margin-right: 20px;
}
#header .otherLink li.link03 {
	margin: -10px 11px 0 16px;
}
#header .otherLink li.link04 {
	margin: -10px 4px 0 0;
}
#header .otherLink li.specialAutumn {
	margin-top: -10px;
}
#gnav {
	height: 102px;
	clear: both;
	margin: 20px 0;
}
#gnav ul {
	display: block;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 1040px;
	position: inherit;
	box-shadow: none;
	border-radius: none;
}
#gnav ul li {
	background: url("/common/img/bg_gnav_pc.gif") no-repeat left top;
	height: 102px;
	float: left;
	text-indent: -9999px;
	border: none;
}
#gnav ul li a {
	background: none;
	padding: 0;
	display: block;
	height: 102px;
}
#gnav ul li.link01 {
	width: 119px;
	background-position: 0 0;
}
#gnav ul li.link02 {
	width: 144px;
	background-position: -119px 0;
}
#gnav ul li.link03 {
	width: 130px;
	background-position: -263px 0;
}
#gnav ul li.link04 {
	width: 150px;
	background-position: -393px 0;
}
#gnav ul li.link05 {
	width: 194px;
	background-position: -543px 0;
}
#gnav ul li.link06 {
	width: 126px;
	background-position: -737px 0;
}
#gnav ul li.link07 {
	width: 175px;
	background-position: -863px 0;
}
#gnav ul li.link01:hover {
	background-position: 0 -102px;
}
#gnav ul li.link02:hover {
	background-position: -119px -102px;
}
#gnav ul li.link03:hover {
	background-position: -263px -102px;
}
#gnav ul li.link04:hover {
	background-position: -393px -102px;
}
#gnav ul li.link05:hover {
	background-position: -543px -102px;
}
#gnav ul li.link06:hover {
	background-position: -737px -102px;
}
#gnav ul li.link07:hover {
	background-position: -863px -102px;
}
body#Shouhin #gnav ul li.link02 {
	background-position: -119px -204px;
}
body#Catalog #gnav ul li.link03 {
	background-position: -263px -204px;
}
body#Shikumi #gnav ul li.link04 {
	background-position: -393px -204px;
}
body#Introduce #gnav ul li.link05 {
	background-position: -543px -204px;
}
body#Faq #gnav ul li.link06 {
	background-position: -737px -204px;
}
body#Otameshi #gnav ul li.link07 {
	background-position: -863px -204px;
}
}

/*-----------------------------------
	#contentsWrap
------------------------------------*/
#contentsWrap #wrap256 {
	width: 100%;
	margin-bottom: 10px;
}
#contentsWrap #wrap256 #categoryNav {
	background: url("/common/img/bg_wrap256_nav_01.gif"),url("/common/img/bg_wrap256_nav_02.gif");
	background-repeat: repeat-x,repeat;
	background-position: left top,left bottom;
	background-size: 10px auto,10px auto;
	padding: 0 20px 30px 20px;
}
#contentsWrap #wrap256 .cateTit {
	text-align: center;
}
#contentsWrap #wrap256 .cateTit a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em; /*16px*/
	text-shadow: 2px 1px 1px rgba(0,0,0,0.3);
	background: url("/common/img/icn_05.png") no-repeat right center;
	background-size: 18px 18px;
	padding: 13px 0;
	margin: 0 10px 0 0;
	display: block;
}
#contentsWrap #wrap256 .cateNav {
	background-color: #fff;
	padding: 5px 10px;
	/* border-radius */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#contentsWrap #wrap256 .cateNav li {
	border-bottom: 2px dotted #837a77;
	font-size: 0.875em; /*14px*/
	padding-top: 5px;
}
#contentsWrap #wrap256 .cateNav li:last-child {
	border: none;
}
#contentsWrap #wrap256 .cateNav li a {
	padding: 13px 0 13px 5px;
	margin-bottom: 5px;
	background: url("/common/img/icn_01.png") no-repeat right center;
	background-size: 18px auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.otameshiBtn,
.otameshiYuukiyasaiBtn,
.shikumiBtn,
.introduceBtn,
.radiationBtn,
.shouhinBtn,
.kosobatoBtn,
.top_tsBtn {
	margin: 0 10px 30px 10px;
}
.wrap1040 + .otameshiBtn,
.wrap1040 + .otameshiYuukiyasaiBtn,
.wrap1040 + .shikumiBtn {
	padding: 0 10px 40px 10px;
}
#wrap750 #campaignArea + .entryArea {
	padding: 0 10px 10px 10px;
}
.entryArea {
	background-color: #fff;
	padding: 0 10px 30px 10px;
}
.entryArea .entryAreaHdr {
	margin-bottom: 10px;
}
.entryArea .entryAreaBtn li.btn01 {
	width: 50%;
	padding: 0 3.5px 12px 0;
	float: left;
}
.entryArea .entryAreaBtn li.btn02 {
	width: 50%;
	padding: 0 0 12px 3.5px;
	float: right;
}
.entryArea .entryAreaBtn li.btn03 {
	width: 100%;
	clear: both;
}
#contactArea {
	background-color: #a2d57b;
	padding: 12px 0;
	margin-bottom: 20px;
}
#wrap750 #contactArea {
	margin-bottom: 10px;
}
#contactArea .contactAreaHdr img {
	background: #a2d57b;
	width: 46%;
	padding: 0 30px;
}
#contactArea .contactAreaHdr {
	text-align: center;
	margin-bottom: 14px;
	position: relative;
}
#contactArea .contactAreaHdr:before {
	border-top: 2px solid #fff;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

#contactArea .contactAreaHdr span {
	background: #fff a2d57b;
	display: inline-block;
	position: relative;
	width: 100%;
}
#contactArea .contactAreaBtn {
	padding: 0 30px 8px 30px;
}
#contactArea .contactAreaTxt {
	padding: 0 30px;
}
#faqArea {
	background-color: #f6f9f2;
	border-bottom: 2px solid #e7e7e7;
	padding: 30px 10px 0 10px;
	margin: 25px 0 0 0;
	position: relative;
}
.otameshiBtn + #faqArea,
.otameshiYuukiyasaiBtn + #faqArea {
	margin-top: 55px;
}
#faqArea h2 {
	position: absolute;
	top: -25px;
	max-width: 368px;
	margin: 0 0 0 -10px;
}
#faqArea .faqList dl {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #fff;
	position: relative;
}
#faqArea .faqList dt {
	font-weight: bold;
	font-size: 0.9375em; /*15px*/
	padding: 0 75px 0 35px;
	background: url("/common/img/faqArea_icn_01.png") no-repeat left top;
	background-size: 25px 25px;
	min-height: 25px;
}
#faqArea .faqList dt a {
	border-left: 1px dotted #a2d57b;
	padding-left: 10px;
	position: absolute;
	right: 0;
	top: 15px;
	background: url("/common/img/faqArea_btn_01.png") no-repeat right top;
	background-size: 54px auto;
	text-indent: -9999px;
	width: 65px;
	height: 19px;
}
#faqArea .faqList dt a.active {
	background: url("/common/img/faqArea_btn_02.png") no-repeat right top;
	background-size: 54px auto;
}
#faqArea .faqList dd {
	display: none;
	background-color: #fff;
	padding: 10px;
	font-size: 0.8125em; /*13px*/
	margin: 10px 0 0 30px;
	/* border-radius */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1.8;
}
#faqArea .faqList dd span {
	color: #ef7272;
	font-weight: bold;
}
#faqArea .faqList dd span.fontB {
	color: #000 !important;
	font-weight: bold;
	display: inline-block;
	padding-top: 10px;
}
#faqArea .moreTxt {
	text-align: right;
	margin: 15px 0;
	display: block;
	font-size: 0.9375em; /*14px*/
}
#faqArea .btnLinkArrow a {
	background: url("/common/img/icn_03.png") no-repeat left center;
	background-size: 6px 9px;
	padding-left: 12px;
}
#faqArea .faqList .logoList {
	overflow: hidden;
	padding-top: 5px;
}
#faqArea .faqList .logoList li {
	float: left;
	margin-right: 4px;
}
#faqArea .faqList .logoList li img {
	width: auto;
	height: 31px;
}
#campaignArea {
	margin: 30px 10px 15px 10px;
}
#campaignArea h2 {
	margin: -23px 4px 0 20px;
}
#campaignArea .campaignBox {
	border: 2px solid #81c465;
}
#campaignArea .campaignBox ul {
	margin: -5px 14px 17px 14px;
	overflow: hidden;
	z-index: 100;
}
#campaignArea .campaignBox ul li {
	width: 33.3%;
	display: inline-block;
	padding: 3px;
	float: left;
}

@media print, screen and (min-width:751px) {
#contentsWrap #pankuzu {
	display: block;
	font-size: 0.9375em; /*14px*/
	margin-bottom: 10px;
}
#contentsWrap #wrap750 {
	float: left;
	width: 750px;
}
#contentsWrap #wrap256 {
	float: right;
	width: 256px;
}
#contentsWrap #wrap256 #categoryNav {
	background: none;
	padding: 0;
}
#contentsWrap #wrap256 .cateTit {
	background: url("/common/img/bg_cateTit_pc.gif") repeat-x left top;
	height: 40px;
	line-height: 40px;
	padding: 0 11px;
	margin: 0;
	text-align: left;
}
#contentsWrap #wrap256 .cateTit a {
	font-size: 1.125em; /*18px*/
	text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
	background: url("/common/img/icn_03_white.png") no-repeat 4px center;
	background-size: 9px auto;
	padding: 0 0 0 23px;
	margin: 0;
}
#contentsWrap #wrap256 .cateNav {
	background-color: #f5f3ec;
	padding: 0 11px 20px 11px;
	border-radius: 0;
}
#contentsWrap #wrap256 .cateNav li {
	border-bottom: 2px dotted #837a77;
	font-size: 1rem; /*16px*/
	font-weight: normal;
	padding-top: 10px;
}
#contentsWrap #wrap256 .cateNav li:last-child {
	border-bottom: 2px dotted #837a77;
}
#contentsWrap #wrap256 .cateNav li a {
	padding: 10px 0 10px 23px;
	background: url("/common/img/icn_03.png") no-repeat 4px center;
	background-size: 9px auto;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	font-weight: normal;
}
.otameshiBtn,
.otameshiYuukiyasaiBtn,
.shikumiBtn,
.introduceBtn,
.radiationBtn,
.entryArea,
.shouhinBtn,
.kosobatoBtn,
.top_tsBtn {
	margin: 0 0 60px 0;
	padding: 0;
}
.otameshiBtn,
.kosobatoBtn,
.top_tsBtn {
	width:751px;
}
.otameshiYuukiyasaiBtn {
	width: 751px;
}
#wrap750 #campaignArea + .entryArea {
	margin: 0 0 75px 0;
	padding: 0;
}
.entryArea .entryAreaHdr {
	margin: 0 auto 17px auto;
	width: 750px;
}
.entryArea .entryAreaHdr img {
	width: 750px;
}
.entryArea .entryAreaBtn {
	margin: 0;
}
.entryArea .entryAreaBtn li.btn01,
.entryArea .entryAreaBtn li.btn02 {
	width: 365px;
	padding: 0 0 22px 0;
}
.entryArea .entryAreaBtn li.btn03 {
	margin: 0 auto;
}
#faqArea {
	border: none;
	padding: 30px 0 60px 0;
	margin-top: 35px;
}
.otameshiBtn + #faqArea,
.otameshiYuukiyasaiBtn + #faqArea {
	margin-top: 85px;
}
#faqArea h2 {
	width: 515px;
	max-width: 515px;
	margin: 0;
	top: -35px;
}
#faqArea .faqList dl {
	padding: 40px 0;
	margin: 0 20px;
	border-bottom: 2px solid #fff;
}
#faqArea .faqList dt {
	padding: 0 15px 0 70px;
	width: 573px;
	min-height: 50px;
	font-size: 1.25em; /*20px*/
	background-size: 50px 50px;
	line-height: 50px;
	margin-bottom: 5px;
}
#faqArea .faqList dt a {
	border-left: 2px dotted #a2d57b;
	padding-left: 20px;
	top: 48px;
	background: url("/common/img/faqArea_btn_01.png") no-repeat right top;
	width: 138px;
	height: 38px;
}
#faqArea .faqList dt a.active {
	background: url("/common/img/faqArea_btn_02.png") no-repeat right top;
}
#faqArea .faqList dd {
	padding: 20px 25px 25px 20px;
	font-size: 1em; /*16px*/
	margin: 0 0 5px 70px;
	/* border-radius */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#faqArea .faqList dd span.fontB {
	padding-top: 20px;
}
#faqArea .moreTxt {
	text-align: right;
	margin: 15px 20px 0 0;
	font-size: 0.8125em; /*13px*/
}
#faqArea .btnLinkArrow a {
	background-size: 8px 10px;
	padding-left: 20px;
}
#faqArea .faqList .logoList {
	padding-top: 5px;
}
#faqArea .faqList .logoList li {
	margin-right: 10px;
}
#faqArea .faqList .logoList li img {
	width: auto;
	height: 60px;
}
#contentsWrap #wrap750 #campaignArea {
	margin: 45px 0 30px 0;
	padding: 0;
}
#campaignArea h2 {
	width: 700px;
	height: auto;
	margin: -25px 20px 6px 30px;
}
#campaignArea .campaignBox {
	border: 4px solid #81c465;
}
#campaignArea .campaignBox ul {
	margin-bottom: 20px;
}
#campaignArea .campaignBox ul li {
	width: 170px;
	padding: 0;
	margin: 3px 3px 4px 4px;
}
}

/*-----------------------------------
	#footer
------------------------------------*/
#footer {
	clear: both;
}
#footer #pagetTopAnchor {
	top: 90%;
	right: 10px;
	position: fixed;
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	border-radius: 5px;
	height: 40px;
	overflow: hidden;
	width: 52px;
	z-index:2;
}

#footer #pagetTopAnchor a {
	text-indent: -9999px;
	display: inline-block;
	width: 52px;
	height: 40px;
}
#footer #pagetTopAnchor a:after {
	background: url("/common/img/footer_icn_pagetop.png") no-repeat scroll left top;
	background-size: 16px auto;
	content: "";
	height: 20px;
	left: 50%;
	margin: -8px 0 0 -7px;
	position: absolute;
	top: 50%;
	width: 16px;
}
#footer .footerArea01 ul {
	border-top: 2px dotted #8a827f;
	font-size: 1.063em; /*14px*/
}
#footer .footerArea01 ul li {
	font: left;
	width: 50%;
	margin: 5px 0 0 0;
	border-bottom: 2px dotted #8a827f; 
}
#footer .footerArea01 ul li:nth-child(odd) {
	float: left;
}
#footer .footerArea01 ul li:nth-child(even) {
	float: right;
}
#footer .footerArea01 ul li:nth-child(even) a {
	border-right: none;
}
#footer .footerArea01 ul li.link05 a {
	line-height: 18px;
	padding-top: 4px;
}
#footer .footerArea01 ul li a {
	display: block;
	font-weight: bold;
	padding: 0 15px 0 10px;
	background: url("/common/img/icn_01.png") no-repeat 96% center;
	background-size: 18px 18px;
	text-decoration: none;
	font-size: 0.75em; /*12px*/
	border-right: 2px dotted #8a827f;
	height: 42px;
	line-height: 42px;
	margin-bottom: 5px;
}
#footer .message {
	color: #007f00;
	font-weight: bold;
	padding: 12px 18px 4px 17px;
	display: block;
	overflow: hidden;
	background: url("/common/img/message_img_01.jpg") no-repeat 95% center;
	background-size: 73px auto;
}
#footer .message p {
	display: inline-block;
	float: left;
	font-weight: bold;
	padding: 5px 0;
}
#footer .message p a {
	color: #007f00;
	font-weight: bold;
	text-decoration: none;
}
#footer .footerArea02 ul li {
	margin-bottom: 2px;
	background-color: #f5f3ec;
}
#footer .footerArea02 ul li a {
	display: block;
	font-weight: bold;
	font-size: 0.75em; /*12px*/
	padding: 8px 15px;
	text-decoration: none;
	background: url("/common/img/icn_02.png") no-repeat 98% center;
	background-size: 20px 20px;
}
#footer .footerArea02 .copyright {
	padding: 5px 0;
	color: #fff;
	background-color: #017f01;
	font-weight: bold;
	text-align: center;
	font-size: 0.75em; /*12px*/
}

@media print, screen and (min-width:751px) {
#footer {
	padding-top: 50px;
	border-top: 2px solid #000;
}
#footer a:hover {
	text-decoration: underline !important;
}
#footer .footerArea01 {
	margin-bottom: 50px;
}
#footer .footerArea01 .wrap1040 {
	border-left: 2px dotted #8a827f;
	border-right: 2px dotted #8a827f;
	overflow: hidden;
}
#footer .footerArea01 ul.link {
	border-right: 2px dotted #8a827f;
	border-top: none;
	font-size: 1.125em;
	font-weight: normal !important;
	width: 488px;
	float: left;
	height: 135px;
	position: relative;
	padding: 3px 0;
}
#footer .footerArea01 ul.link:before {
	content: " ";
	width: 2px;
	position: absolute;
	height: 135px;
	border-left: 2px dotted #8a827f;
	left: 210px;
}
#footer .footerArea01 ul.link li {
	width: auto;
	margin: 0 0 15px 20px;
	border: none;
	float: none !important;
	position: absolute;
	padding: 0;
}
#footer .footerArea01 ul.link li.link01,
#footer .footerArea01 ul.link li.link04 {
	top: 6px;
}
#footer .footerArea01 ul.link li.link02,
#footer .footerArea01 ul.link li.link05 {
	top: 36px;
}
#footer .footerArea01 ul.link li.link05 a {
	padding-top: 0;
}
#footer .footerArea01 ul.link li.link03,
#footer .footerArea01 ul.link li.link06 {
	top: 69px;
}
#footer .footerArea01 ul.link li.link07 {
	top: 102px;
}
#footer .footerArea01 ul.link li.link04,
#footer .footerArea01 ul.link li.link05,
#footer .footerArea01 ul.link li.link06,
#footer .footerArea01 ul.link li.link07 {
	left: 218px;
}
#footer .footerArea01 ul.link li br {
	display: none;
}
#footer .footerArea01 ul li a {
	background: url("/common/img/icn_03.png") no-repeat left center;
	background-size: 9px 12px;
	padding: 0 0 0 19px;
	height: auto;
	line-height: normal;
	margin: 0;
	border: none;
	font-weight: normal !important;
}
#footer .footerArea01 .campaign {
	width: 305px;
	display: inline-block;
	margin-left: 23px;
	background-color: #f5f3ec;
	/* border-radius */
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#footer .footerArea01 .campaign ul {
	border: none;
	width: auto;
	padding: 0 20px 15px 30px;
	overflow: hidden;
}
#footer .footerArea01 .campaign .txt {
	font-weight: bold !important;
	font-size: 0.875em;/*14px*/
	text-align: center;
	margin: 10px 0;
}
#footer .footerArea01 .campaign ul li {
	margin: 0;
	font-size: 1.125em;
	border: none;
	float: left !important;
	margin-bottom: 5px;
	width: auto;
}
#footer .footerArea01 .campaign ul li a {
	min-width: 62px;
	width: auto;
	padding-right: 0;
}
#footer .footerArea01 .campaign ul li.kanagawa a,
#footer .footerArea01 .campaign ul li.tochigi a,
#footer .footerArea01 .campaign ul li.shizuoka a {
	min-width: 72px;
}
#footer .footerArea01 .campaign ul li.saitama a,
#footer .footerArea01 .campaign ul li.fukushima a {
	min-width: 52px;
}
#footer .message {
	float: right;
	display: inline-block;
	padding: 9px 10px 0 0;
	background: none;
}
#footer .message p {
	display: none;
}
#footer .message .img {
	width: 196px;
	float: right;
}
#footer .footerArea02 {
	background-color: #f5f3ec;
	padding: 10px 0;
	font-size: 0.875em; /*14px*/
}
#footer .footerArea02 ul {
	display: table;
	margin: 0 auto 20px auto;
}
#footer .footerArea02 ul li {
	border-left: 2px solid #000;
	font-size: 1.125em;
	display: table-cell;
	*display: inline;
	*zoom: 1;
}
#footer .footerArea02 ul li:last-child {
	border-right: 2px solid #000;
}
#footer .footerArea02 ul li a {
	background: none;
	padding: 0 20px;
	font-weight: normal;
}
#footer .footerArea02 .copyright {
	display: block;
	background-color: #f5f3ec;
	color: #000;
	font-weight: normal;
	padding: 0;
}
}

/*------------------------------------
	bnr_sideNav
------------------------------------*/
@media print, screen and (min-width:751px) {
#bnr_sideNav li+li {
	margin-top: 10px;
}
#live75731{
	max-width:256px;
	}
#live75731 a{
		width:100%;
		}
#live75731 a img{
	width:auto;
	}
}
#live75731{
		width:100%;
		}
#live75731 a{
		}
#live75731 a img{
	}
/*------------------------------------
	chat_popup
------------------------------------*/
#waku{
	background: url("bg.PNG") no-repeat left top;
	width:100%;
	height:100%;
	}
.pop-layer{
	position:fixed; 
	bottom: 5%; 
	right: 5%; 
	background: url("/chat/img/invite_icon.png") no-repeat left top;
	width: 439px; 
	height:159px;  
	background-color:#fff; 
	z-index: 10;
	}	
.pop-layer .pop-container {
	padding: 20px 11px;
	}
.pop-conts{
	position:relative;
	}
.pop-layer .logo {
	position:absolute;
	left:0;top:0;
	}
.pop-layer .btn-r {
	width: 100%; 
	margin-top:80px; 
	padding-top: 10px; 
	text-align:left;
	}
a.cbtn {
	text-decoration:none;
	display:inline-block; 
	height:30px; 
	padding:0 14px 0; 
	background-color:#30b21e; 
	font-size:15px; 
	color:#fff; 
	line-height:30px;
	border-radius:5px;
	}
#box-chat-bannar{
	background: url("/chat/img/invite_icon.png") no-repeat left top;
	width: 439px; 
	height:159px;
	position:fixed;
	right:0;
	bottom:0;
	}
#box-chat-bannar li{
		float:left;
		margin-top:115px;
		font-size:14px;
		border-radius:5px;
		text-align:center;
		height:30px;
		line-height:30px;
		}
#box-chat-bannar li.chat_startbtn{
	margin-left:157px;
	width:160px;
	background-color:#CF4618;
	}
#box-chat-bannar li a{
	text-decoration:none;
	color:#ffffff;
	}
#box-chat-bannar li.chat_closebtn{
	margin-left:15px;
	background-color:#B76768;
	width:80px;
	}
@media screen and (max-width:480px) {
#box-chat-bannar{
	width:100%;
	height: 0;
	background: url("/chat/img/invite_icon.png") 0 0 no-repeat ;
	padding-top: 36.22%;
	background-size:contain;
		}
#box-chat-bannar li{
	max-height:999999px;
	float:left;
	margin-top:-14%;
	font-size:0.8em;
	border-radius:5px;
	text-align:center;
	height:30px;
	/*line-height:30px;*/
		}
#box-chat-bannar li.chat_startbtn{
	margin-left:38%;
	width:9em;
	background-color:#CF4618;
	}
#box-chat-bannar li a{
	text-decoration:none;
	color:#ffffff;
	}
#box-chat-bannar li.chat_closebtn{
	margin-left:78%;
	background-color:#B76768;
	width:5em;
	}
}	
/*-----------------------------------
	rakukaji 20170831
------------------------------------*/
#contentsWrap {
	margin-top: -110px;
	padding-top: 110px;
}
.rakukaji_pc_banner{
	margin-bottom:10px;
	width:1040px;
	height:100px;
	}
.rakukaji_sp_banner{
	display:none;
	}

@media print, screen and (max-width:750px) {
	.rakukaji_pc_banner{
		display:none;
		}
	.rakukaji_sp_banner{
		display:block;
		position:fixed;
		bottom:0;
		z-index:1;
	}
}