
@charset "utf-8";


/*header
----------------------------------------------------------------------------------------------*/

html,
body {
	min-width: 1000px;
}
#wrapper {
	position: relative;
}
#pcHeader {
	width: 100%;
	height: 183px;
	z-index: 9999;
}
#pcHeader nav {}
#pcHeader nav ul {
	width: 1002px;
	margin: 0 auto;
}
#pcHeader .headerIn {
	background-color: #e6e6e6;
	padding: 5px 0;
}
#pcHeader .headerIn .headerBox {
	width: 1000px;
	margin: 0 auto;
}
#pcHeader .headerIn h1 {
	float: left;
	font-size: 12px;
	padding-top: 7px;
}
#pcHeader .headerIn .headerBox .subMenu {
	float: right;
	width: 695px;
}
#pcHeader .headerIn .subMenu > ul {
	float: right;
}
#pcHeader .headerIn .subMenu > ul > li {
	float: left;
}
#pcHeader .headerIn .subMenu > ul > li:first-child,
#pcHeader .headerIn .subMenu > ul > li:nth-child(2),
#pcHeader .headerIn .subMenu > ul > li:nth-child(3) {
	border-right: 1px solid #cacaca;
	padding: 0 5px;
}
#pcHeader .headerIn .subMenu > ul > li:nth-child(4) {
	padding: 0 5px;
	margin-right: 0;
}
#pcHeader .headerIn .subMenu > ul > li:nth-child(5) {
	margin-right: 4px;
	position: relative;
}
#pcHeader .headerIn .subMenu > ul > li:first-child a,
#pcHeader .headerIn .subMenu > ul > li:nth-child(2) a,
#pcHeader .headerIn .subMenu > ul > li:nth-child(3) a,
#pcHeader .headerIn .subMenu > ul > li:nth-child(4) a {
	width: 90px;
	text-align: center;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
#pcHeader .headerIn .subMenu > ul > li:first-child span,
#pcHeader .headerIn .subMenu > ul > li:nth-child(2) span,
#pcHeader .headerIn .subMenu > ul > li:nth-child(3) span,
#pcHeader .headerIn .subMenu > ul > li:nth-child(4) span,
#pcHeader .headerIn .subMenu > ul > li:first-child a:hover,
#pcHeader .headerIn .subMenu > ul > li:nth-child(2) a:hover,
#pcHeader .headerIn .subMenu > ul > li:nth-child(3) a:hover,
#pcHeader .headerIn .subMenu > ul > li:nth-child(4) a:hover {
	width: 90px;
	text-align: center;
	display: block;
	background: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
#pcHeader .headerIn .subMenu > ul > li > ul {
	position: absolute;
	top: 30px;
	right: 0;
	background: url(/mop/common/images/common/bg_overlay.png) 0 0 repeat;
	width: 133px;
	display: none;
	z-index: 9999;
	padding: 7px 10px;
}
#pcHeader .headerIn .subMenu > ul > li > ul > li > a {
	font-size: 12px;
	color: #fff;
	display: block;
	padding: 3px 0;
}
#pcHeader .headerIn .subMenu > ul > li > ul > li:last-child {
	padding-top: 5px;
	margin-top: 2px;
	border-top: 1px solid #a3a3a3;
}
#pcHeader .headerIn .subMenu > ul > li > ul > li > a:hover {
	color: #dedede;
}


#pcHeader .headerIn02 {
	padding: 15px 0;
	background-color: #fff;
}
#pcHeader .headerIn02 .headerBox02 {
	width: 1000px;
	margin: 0 auto 15px auto;
}
#pcHeader .headerIn02 .headerBox02 p {
	float: left;
}
#pcHeader .headerIn02 .subMenu02 {
	float: right;
	width: 750px;
	padding-top: 24px;
}
#pcHeader .headerIn02 .subMenu02 > ul {
	float: right;
}
#pcHeader .headerIn02 .subMenu02 > ul li {
	float: left;
}
#pcHeader .headerIn02 .subMenu02 > ul li a {
	font-size: 12px;
	color: #5a5a5a;
	vertical-align: bottom;
}
#pcHeader .headerIn02 .subMenu02 > ul li:first-child,
#pcHeader .headerIn02 .subMenu02 > ul li:nth-child(2),
#pcHeader .headerIn02 .subMenu02 > ul li:nth-child(3),
#pcHeader .headerIn02 .subMenu02 > ul li:nth-child(4) {
	padding-top: 6px;
}
#pcHeader .headerIn02 .subMenu02 > ul li:nth-child(4) {
	margin-right: 15px;
}
#pcHeader .headerIn02 .subMenu02 > ul li:nth-child(5) {
	margin-right: 10px;
}
#pcHeader .headerIn02 .subMenu02 > ul li:nth-child(6) {
	margin-right: 10px;
}
#pcHeader .headerIn02 .subMenu02 > ul li:nth-child(7) {
	margin-right: 10px;
}
#pcHeader .headerIn02 .subMenu02 > ul li a:hover {
	color: #999;
}
#pcHeader .headerIn02 .subMenu02 > ul li span {
	padding: 0 8px;
	color: #595656;
	font-size: 12px;
}
#spSlectlang,
#spNavi {
	display: none;
}


/*emergency
----------------------------------------------------------------------------------------------*/

.emergency {
	background-color: #ffffff;
	border: 3px solid #fe0000;
	color: #fe0000;
	font-size: 36px;
	margin: 0 auto 30px auto;
	padding: 70px 50px;
	width: 1000px;
}
.emergency a{
	font-size: 36px;
	background: -moz-linear-gradient(transparent 60%, #ff0 0%);
	background: -webkit-linear-gradient(transparent 60%, #ff0 0%);
	background: linear-gradient(transparent 60%, #ff0 0%);
}


/*mainVisual
----------------------------------------------------------------------------------------------*/

.wideslider {
	width: 100%;
	min-width: 1000px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	height: auto;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: #000 url(/mop/common/images/common/btn_prev01.png) no-repeat right center
}
.slider_next {
	background: #000 url(/mop/common/images/common/btn_next01.png) no-repeat left center
}
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 27px;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 37px;
}
.pagination a {
	margin: 0 7px;
	width: 12px;
	height: 12px;
	display: inline-block;
	overflow: hidden;
	background: #dadada;
	border-radius: 100%;
}
.pagination a.active,
.pagination a:hover {
	background: #f58500
}
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/*contents
----------------------------------------------------------------------------------------------*/

article {
	padding-bottom: 50px;
	background: #f6f6f6;
}
#mainContents {
	width: 1000px;
	margin: 0 auto;
}
#mainContents #mainLeft {
	width: 690px;
	float: left;
}
#mainContents #mainLeft section,
#mainContents #mainRight section {
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
#mainContents #mainRight {
	width: 290px;
	float: right;
}
#bannerList li {
	margin: 0 16px 16px 0;
}
#bannerList li:nth-child(2n) {
	margin-right: 0;
}


/*contents left*/

#recommend {
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#recommend ul {
	padding: 20px 37px 5px 37px;
}
#recommend li {
	margin: 0 15px 15px 0;
}
#recommend li:nth-child(2n) {
	margin-right: 0;
}

#chirashi {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#chirashi .spchirashi {
	margin-bottom: 10px;
}

#news {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#news .sectionIn {
	padding: 20px;
}
#news dl {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
#news .sectionIn dl:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
#news dl dt {
	float: left;
	width: 110px;
	padding-left: 10px;
}
#news dl dt span {
	display: none;
}
#news dl dd {
	line-height: 1.6;
	float: left;
	width: 540px;
	padding-right: 30px;
	background: url(/mop/common/images/common/bg_yaji01.gif) 520px center no-repeat;
}
#news dl dd span {
	display: inline-block;
	margin-right: 10px;
	background: #0091db;
	color: #fff;
	text-align: center;
	padding: 3px 5px;
	font-size: 10px;
}
#news dl dd a {
	width: 100%;
}
#news dl dd a:hover {
	color: #999;
}


#shopStatus {
	margin-bottom: 20px;
}
#shopStatus .sectionIn {
	padding: 17px 12px 20px;
}
#shopStatus .sectionIn .prev {
	float: left;
	margin-top: 78px;
	margin-right: 10px;
}
#shopStatus .sectionIn .next {
	float: right;
	margin-top: 78px;
}
#shopStatus .sectionIn > .clearfix {
	margin-bottom: 20px;
}

#shopStatus #statusSlider {
	width: 622px;
	float: left;
	text-align: center;
}
#shopStatus #statusSlider img {
	display: inline;
}
#shopStatus #statusSlider ul li {
	width: 202px;
	border: 1px solid #adadad;
	float: left;
	text-align: center;
}
#shopStatus #statusSlider ul li .clearfix p:first-child {
	float: left;
	width: 80px;
	text-align: center;
	padding-top: 9px;
	height: 27px;
	font-size: 12px;
	line-height: 10px;
	color: #fff;
}
#shopStatus #statusSlider ul li .clearfix .close {
	background: #acacac;
}
#shopStatus #statusSlider ul li .clearfix .renewal {
	background: #f58500;
}
#shopStatus #statusSlider ul li .clearfix .open {
	background: #ff1d1d;
}
#shopStatus #statusSlider ul li .clearfix p:last-child {
	float: left;
	width: 120px;
	text-align: center;
	padding-top: 7px;
	height: 27px;
	line-height: 12px;
	font-size: 12px;
	color: #5c5c5c;
	background: #ececec;
}
#shopStatus #statusSlider ul li .logo {
	display: table-cell;
	height: 150px;
	width: 200px;
	vertical-align: middle;
	text-align: center;
}

#shopNews {
	margin-bottom: 20px;
}
#shopNews .sectionIn {
	padding: 20px 30px;
}
#shopNews ul {
	padding-bottom: 5px;
}
#shopNews ul li {
	float: left;
	margin: 0 15px 15px 0;
	width: 200px;
}
#shopNews ul li a {
	position: relative;
	display: block;
}
#shopNews ul li a:hover {
	opacity: 0.7;
}
#shopNews ul li:nth-child(3n) {
	margin-right: 0;
}
#shopNews ul li a > p {
	font-size: 10px;
	padding-top: 3px;
}
#shopNews ul li a > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: auto;
}
#shopNews ul li .newsImg {
	text-align: center;
	height: 198px;
	padding: 5px;
	overflow: hidden;
	border-left: 1px solid #adadad;
	border-right: 1px solid #adadad;
	border-top: 1px solid #adadad;
}
#shopNews ul li .newsImg img {
	width: 100%;
	height: auto;
}
#shopNews ul li .newsTxt {
	background: #e9e9e9;
	border: 1px solid #adadad;
	padding: 8px;
}
#shopNews ul li .newsTxt h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
#shopNews ul li .newsTxt > div {
	font-size: 12px;
	color: #0091db;
}

#recommendation {
	margin-bottom: 20px;
}
#recommendation .sectionIn {
	padding: 21px 31px;
}
#recommendation ul.clearfix {
	margin-bottom: 20px;
}
#recommendation ul.clearfix > li {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	float: left;
	padding: 4px;
	width: 209px;
	height: 209px;
}
#recommendation ul.clearfix > li:nth-child(1),
#recommendation ul.clearfix > li:nth-child(2),
#recommendation ul.clearfix > li:nth-child(3) {
	border-top: 1px solid #999999;
}
#recommendation ul.clearfix > li:nth-child(3n+1) {
	border-left: 1px solid #999999;
}

#eventNews {
	margin-bottom: 20px;
}
#eventNews .sectionIn {
	padding: 20px 30px;
}
#eventNews ul {
	padding-bottom: 5px;
}
#eventNews ul li {
	float: left;
	margin: 0 15px 15px 0;
	width: 200px;
}
#eventNews ul li a {
	position: relative;
	display: block;
	border: 1px solid #adadad;
}
#eventNews ul li a:hover {
	opacity: 0.7;
}
#eventNews ul li:nth-child(3n) {
	margin-right: 0;
}
#eventNews ul li a > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: auto;
}
#eventNews ul li .newsImg {
	text-align: center;
	height: 198px;
	padding: 5px;
	overflow: hidden;
}
#eventNews ul li .newsImg img {
	width: 100%;
	height: auto;
}
#eventNews ul li .newsTxt {
	background: #e9e9e9;
	border-top: 1px solid #adadad;
	padding: 8px;
}
#eventNews ul li .newsTxt h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
#eventNews ul li .newsTxt > div {
	font-size: 12px;
	color: #0091db;
}

#requirements {
	padding: 20px;
}
#requirements h2,
#requirements p {
	font-size: 11px;
	line-height: 1.6;
}
#requirements .rightman {
	width: 484px
}


/*contents right*/

#mainContents #mainRight .searchForm {
	background: #979797;
	padding: 10px;
	margin-bottom: 15px;
}
.searchForm h2 {
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ffffff;
}
.searchForm .form_group {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ffffff;
}
.searchForm h3 {
	margin-bottom: 5px;
}
.searchForm p {
	color: #ffffff;
	font-size: 11px;
	margin-bottom: 5px;
}
.searchLeft {
	float: left;
	width: 205px;
}
.searchLeft input {
	width: 100%;
	display: block;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 34px;
	line-height: 34px;
	padding-left: 5px;
	font-size: 15px;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
}
.searchRight {
	float: right;
	width: 55px;
}
.searchRight input {
	width: 100%;
	display: block;
	background: #f58500;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
}
.searchForm select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	width: 130%;
	height: 34px;
	font-size: 15px;
	font-weight: bold;
	color: #f58500;
	outline: none;
	padding-left: 10px;
}
.searchForm .topSelect {
	overflow: hidden;
	background: #fff;
	width: 100%;
	display: block;
	border: 0;
	height: 34px;
	font-size: 15px;
	font-weight: bold;
	color: #f58500;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
.searchForm .topSelect:after {
	content: "";
	display: block;
	width: 32px;
	height: 34px;
	position: absolute;
	background: url(/mop/common/images/common/bg_select.png) 0 0 no-repeat;
	background-size: 32px 34px;
	top: 0;
	right: 0;
	pointer-events: none;
}
.searchForm .floor3 li {
	width: 88px;
	margin-right: 3px;
}
.searchForm .floor2 li {
	width: 132px;
	margin-right: 6px;
}
.searchForm .floor1 li {
	width: 270px;
}
.searchForm ul li:last-child {
	margin-right: 0px;
}
.searchForm ul li a {
	text-align: center;
	line-height: 34px;
	height: 34px;
	color: #f58500;
	display: block;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	vertical-align: bottom;
}
.searchForm ul li a:after {
	content: "";
	position: absolute;
	display: block;
	background: url(/mop/common/images/common/bg_yaji02.png) 0 0 no-repeat;
	background-size: 7px 11px;
	width: 7px;
	height: 11px;
	right: 10px;
	top: 50%;
	margin-top: -6px;
}
.searchForm > .tright > a {
	color: #ffffff;
	font-size: 12px;
}

#mainContents #mainRight .info01 {
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-bottom: 20px;
}
#mainContents #mainRight .info01 h2 {
	background: url(/mop/common/images/common/bg_asidetitle01.png) left center no-repeat;
	padding-left: 30px;
	font-size: 15px;
	color: #6f6f6f;
	margin-bottom: 10px;
}
#mainContents #mainRight .info01 > div {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
.info01 dl {
	margin-bottom: 5px;
}
.info01 dl dt {
	font-weight: bold;
	font-size: larger;
	margin-bottom: 5px;
}
.info01 dl dd {
	margin-bottom: 12px;
}
.info01 .txt01 {
	font-size: 11px;
	margin-bottom: 10px;
}
.info01 .txt02 {
	font-size: 14px;
	color: #f58500;
	margin-bottom: 10px;
}
.info01 .listBtn {
	font-size: 13px;
	width: 220px;
}

#mainContents #mainRight .chirashi {
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-bottom: 20px;
}
#mainContents #mainRight .chirashi h2 {
	background: url(/mop/common/images/common/bg_asidetitle07.png) left center no-repeat;
	background-size: 25px 20px;
	padding-left: 35px;
	font-size: 15px;
	color: #6f6f6f;
	margin-bottom: 10px;
}
#mainContents #mainRight .chirashi > div {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
.chirashi dl {
	margin-bottom: 5px;
}
.chirashi dl dt {
	float: left;
	width: 110px;
	font-weight: bold;
	margin-bottom: 5px;
}
.chirashi dl dd {
	float: left;
	text-align: left;
	width: 150px;
	margin-bottom: 5px;
}
.chirashi .txt01 {
	font-size: 11px;
	margin-bottom: 10px;
}
.chirashi .txt02 {
	font-size: 14px;
	color: #f58500;
	margin-bottom: 10px;
}
.chirashi .listBtn {
	font-size: 13px;
	width: 220px;
}

#mainContents #mainRight .chirashi {
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-bottom: 20px;
}
#mainContents #mainRight .chirashi h2 {
	background: url(/mop/common/images/common/bg_asidetitle07.png) left center no-repeat;
	background-size: 25px 20px;
	padding-left: 35px;
	font-size: 15px;
	color: #6f6f6f;
	margin-bottom: 10px;
}
#mainContents #mainRight .chirashi > div {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
.chirashi dl {
	margin-bottom: 5px;
}
.chirashi dl dt {
	float: left;
	width: 110px;
	font-weight: bold;
	margin-bottom: 5px;
}
.chirashi dl dd {
	float: left;
	text-align: left;
	width: 150px;
	margin-bottom: 5px;
}
.chirashi .txt01 {
	font-size: 11px;
	margin-bottom: 10px;
}
.chirashi .txt02 {
	font-size: 14px;
	color: #f58500;
	margin-bottom: 10px;
}
.chirashi .listBtn {
	font-size: 13px;
	width: 220px;
}


#mainContents #mainRight .movie {
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-bottom: 20px;
}
#mainContents #mainRight .movie h2 {
	background: url(/mop/common/images/common/bg_asidetitle05.png) left center no-repeat;
	background-size: 24px 25px;
	padding-left: 30px;
	font-size: 15px;
	color: #6f6f6f;
	margin-bottom: 10px;
}
#mainContents #mainRight .movie .movieIn {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
#mainContents #mainRight .movie .movieIn > div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#mainContents #mainRight .movie .movieIn > div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#mainContents #mainRight .movie .movieIn p {
	padding-top: 15px;
}


#mainContents #mainRight .mailmagazine {
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-bottom: 20px;
}
.mailmagazine h2 {
	background: url(/mop/common/images/common/bg_asidetitle02.png) left center no-repeat;
	background-size: 25px 17px;
	padding-left: 35px;
	font-size: 15px;
	color: #6f6f6f;
	margin-bottom: 10px;
}
.mailmagazine h2 span {
	font-size: 12px;
}
#mainContents #mainRight .mailmagazine > div {
	padding: 15px 20px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
#mainContents #mainRight .mailmagazine img {
	width: 100%;
	height: auto;
	display: block;
}
#mainContents #mainRight .mailmagazine .listBtn {
	font-size: 14px;
	padding: 8px 0;
}

#mainContents #mainRight .card {
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-bottom: 20px;
}
.card h2 {
	background: url(/mop/common/images/common/bg_asidetitle03.png) left center no-repeat;
	background-size: 27px 20px;
	padding-left: 35px;
	font-size: 16px;
	color: #6f6f6f;
	margin-bottom: 10px;
}
#mainContents #mainRight .card > div {
	padding: 15px 20px;
	background: #fffeea;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
#mainContents #mainRight .card img {
	width: 100%;
	height: auto;
}
#mainContents #mainRight .card a {
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 0;
	position: relative;
	width: 100%;
}
#mainContents #mainRight .card a:hover {
	opacity: 0.7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
#mainContents #mainRight .card a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 10px;
	background: url(/mop/common/images/common/bg_list02.png) 0 0 no-repeat;
	background-size: 7px 10px;
	width: 7px;
	height: 10px;
}

#mainContents #mainRight .card .btn02 {
	background: #ff4f4f;
}
#mainContents #mainRight .card .btn01 {
	background: #7e7e7e;
}
#mainContents #mainRight .card p {
	color: #ff4f4f;
	margin: 10px 0 5px;
}

#mainContents #mainRight .appSide {
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-bottom: 20px;
}
.appSide h2 {
	background: url(/mop/common/images/common/bg_asidetitle04.png) 6px center no-repeat;
	background-size: 14px 24px;
	padding-left: 35px;
	font-size: 15px;
	color: #6f6f6f;
	margin-bottom: 10px;
	height: 24px;
	padding-top: 3px;
}
#mainContents #mainRight .appSide > div {
	padding: 15px 20px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
#mainContents #mainRight .appSide img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}
#mainContents #mainRight .appSide .listBtn {
	font-size: 14px;
	padding: 8px 0;
}


.sideMenu {
	padding: 15px 20px;
	margin-bottom: 20px;
}
.sideMenu ul li {
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.sideMenu ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding: 0;
}
.sideMenu ul li a {
	display: block;
	font-size: 14px;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 21px;
}
.sideMenu ul li a:hover {
	opacity: 0.7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.sideMenu ul li .about {
	background-image: url(/mop/common/images/common/bg_asidelist01.png);
}
.sideMenu ul li .weather {
	background-image: url(/mop/common/images/common/bg_asidelist02.png);
}
.sideMenu ul li .child {
	background-image: url(/mop/common/images/common/bg_asidelist03.png);
}
.sideMenu ul li .pet {
	background-image: url(/mop/common/images/common/bg_asidelist04.png);
}
.sideMenu ul li .map {
	background-image: url(/mop/common/images/common/bg_asidelist05.png);
}
.sideMenu ul li .event {
	background-image: url(/mop/common/images/common/bg_asidelist06.png);
}
.sideMenu ul li .performer {
	background-image: url(/mop/common/images/common/bg_asidelist07.png);
}
.sideMenu ul li .wagon {
	background-image: url(/mop/common/images/common/bg_asidelist08.png);
}
.sideMenu ul li .recruit {
	background-image: url(/mop/common/images/common/bg_asidelist09.png);
}
.sideMenu ul li .bus {
	background-image: url(/mop/common/images/common/bg_asidelist13.png);
}


.sideMenu ul li .kanran {
	background-image: url(/mop/common/images/common/bg_asidelist14.png);
}
.sideMenu ul li .kidsitem {
	background-image: url(/mop/common/images/common/bg_asidelist15.png);
}
.sideMenu ul li .specialevent {
	background-image: url(/mop/common/images/common/bg_asidelist16.png);
}
.sideMenu ul li .kids {
	background-image: url(/mop/common/images/common/bg_asidelist17.png);
}
.sideMenu ul li .sakagami {
	background-image: url(/mop/common/images/common/bg_asidelist18.png);
}
.sideMenu ul li .kanko {
	background-image: url(/mop/common/images/common/bg_asidelist19.png);
}
.sideMenu ul li .parking {
	background-image: url(/mop/common/images/common/bg_asidelist20.png);
}
.sideMenu ul li .busticket {
	background-image: url(/mop/common/images/common/bg_asidelist21.png);
}

#sideBanner {
	padding: 20px 25px;
	margin-bottom: 20px;
}
#sideBanner ul li {
	margin-bottom: 8px;
}
#sideBanner ul li:last-child {
	margin-bottom: 0;
}
#sideBanner ul li img {
	width: 100%;
	height: auto;
}

.fbBox {
	border: 2px solid #3b5998;
	margin-bottom: 20px;
}

.jasrac {
	margin: 10px auto 20px;
	text-align:center;
}

/*footer
----------------------------------------------------------------------------------------------*/

#footerList {
	margin-bottom: 15px;
}
#footerList .box01 {
	background: #ec861b;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
#footerList .box02 {
	background: #f7a23a;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
#footerList .box03 {
	background: #fab868;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
}
#footerList ul {
	float: left;
	left: 50%;
	position: relative;
}
#footerList ul li {
	float: left;
	left: -50%;
	position: relative;
	padding: 0 15px;
	border-right: 1px solid #ffe6b7;
}
#footerList ul li:last-child {
	border: 0;
}
#footerList ul li a {
	font-size: 14px;
	color: #fff;
}
#footerList ul li a:hover {
	opacity: 0.7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}


#footerList02 {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
#footerList02 ul {
	float: left;
	left: 50%;
	position: relative;
}
#footerList02 ul li {
	float: left;
	left: -50%;
	position: relative;
	padding: 0 7px;
	border-right: 1px solid #797979;
}
#footerList02 ul li:last-child {
	border: 0;
}
#footerList02 ul li a {
	font-size: 12px;
	color: #333;
}
#footerList02 ul li a:hover {
	opacity: 0.7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.addressBox {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 900px;
	margin: 0 auto 20px;
	border: 1px solid #f58500;
	padding: 10px 18px;
	line-height: 27px;
	display: table;
}
.addressBox .boxIn01 {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 354px;
	border-right: 1px solid #f58500;
	font-size: 16px;
	font-weight: bold;
}
.addressBox .boxIn02 {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 398px;
	padding-left: 15px;
}
.addressBox .boxIn02 p:first-child {
	font-size: 13px;
}
.addressBox .boxIn02 p:last-child {
	background: url(/mop/common/images/common/bg_tel01.png) 0 1px no-repeat;
	background-size: 23px 23px;
	padding-left: 30px;
	font-size: 14px;
}
.addressBox .boxIn02 p:last-child span {
	font-size: 20px;
	font-weight: bold;
	color: #f58500;
}
.addressBox .boxIn03 {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

footer small {
	display: block;
	width: 100%;
	text-align: center;
	background: #dedede;
	font-size: 11px;
	padding: 7px;
	margin-top: 15px;
}

footer .txt01 {
	margin: 10px 0 25px;
	text-align: center;
	font-size: 12px;
}

#footerList03 {
	padding: 20px 0;
	background: #f6f6f6;
}
#footerList03 ul {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#footerList03 ul li {
	display: inline-block;
	width: 192px;
	margin: 0 4px 10px 4px;
	border: 1px solid #c5c5c5;
}
#footerList03 ul li img {
	width: 100%;
	height: auto;
}
#footerList03 ul li a:hover {
	opacity: 0.7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.rwd {
	width: 700px;
	margin: 30px auto;
	background: #f2f2f2;
	font-size: 48px;
	text-align: center;
	padding: 30px 0;
}
.rwd a {
	font-size: 48px;
	text-decoration: underline;
}

.listBtn {
	width: 250px;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #7e7e7e;
	position: relative;
	text-align: center;
	padding: 9px;
	color: #fff;
	font-size: 16px;
}
.listBtn span {
	font-size: inherit;
	display: inline-block;
	margin-left: 30px;
	padding-left: 20px;
	background: url(/mop/common/images/common/bg_list01.gif) 0 1px no-repeat;
}
.listBtn:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 10px;
	background: url(/mop/common/images/common/bg_list02.png) 0 0 no-repeat;
	background-size: 7px 10px;
	width: 7px;
	height: 10px;
}
.listBtn:hover {
	color: #fff;
	opacity: 0.7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.w50p {
	width: 50%;
}
.wh100p {
	width: 100%;
	height: auto;
}
.w140 {
	width: 140px;
}
.w215 {
	width: 215px;
}

#pageTop02 {
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

#mainRight .easy-select-box {
	background: url(/mop/common/images/common/bg_select.png) right 0 no-repeat #fff;
	background-size: 32px 34px;
	width: 270px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #0c2245;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	line-height: 34px;
	outline: none;
}
#mainRight .easy-select-box .esb-displayer {
	color: #0c2245;
	height: 34px;
	line-height: 34px;
	width: 270px;
	font-size: 15px;
	font-weight: bold;
	color: #f58500;
	outline: none;
	padding-left: 10px;
}
#mainRight .easy-select-box:hover .esb-displayer {
	text-decoration: none;
	outline: none;
}
#mainRight .easy-select-box .esb-dropdown {
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	overflow: auto;
	position: absolute;
	z-index: 999;
	width: 270px;
	overflow: hidden;
	outline: none;
}
#mainRight .easy-select-box .esb-item {
	background: #fff;
	color: #0c2245;
	cursor: default;
	text-indent: 60px;
	font-weight: bold;
	color: #979797;
	width: 270px;
	height: 38px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	outline: none;
	background-position: 10px 3px;
	background-repeat: no-repeat;
	background-size: 38px 30px;
}

#mainRight .easy-select-box .esb-item:nth-child(2) {
	background-image: url(/mop/common/images/common/bg_pulldown01.png);
}
#mainRight .easy-select-box .esb-item:nth-child(3) {
	background-image: url(/mop/common/images/common/bg_pulldown02.png);
}
#mainRight .easy-select-box .esb-item:nth-child(4) {
	background-image: url(/mop/common/images/common/bg_pulldown03.png);
}
#mainRight .easy-select-box .esb-item:nth-child(5) {
	background-image: url(/mop/common/images/common/bg_pulldown04.png);
}
#mainRight .easy-select-box .esb-item:nth-child(6) {
	background-image: url(/mop/common/images/common/bg_pulldown05.png);
}
#mainRight .easy-select-box .esb-item:nth-child(7) {
	background-image: url(/mop/common/images/common/bg_pulldown06.png);
}
#mainRight .easy-select-box .esb-item:nth-child(8) {
	background-image: url(/mop/common/images/common/bg_pulldown07.png);
}
#mainRight .easy-select-box .esb-item:nth-child(9) {
	background-image: url(/mop/common/images/common/bg_pulldown08.png);
}
#mainRight .easy-select-box .esb-item:nth-child(10) {
	background-image: url(/mop/common/images/common/bg_pulldown09.png);
}
#mainRight .easy-select-box .esb-item:nth-child(11) {
	background-image: url(/mop/common/images/common/bg_pulldown10.png);
}
#mainRight .easy-select-box .esb-item:nth-child(12) {
	background-image: url(/mop/common/images/common/bg_pulldown11.png);
}
#mainRight .easy-select-box .esb-item:nth-child(13) {
	background-image: url(/mop/common/images/common/bg_pulldown12.png);
}

#mainRight .easy-select-box .esb-item:first-child {
	display: none;
}


#mainLeft .easy-select-box {
	background: url(/mop/common/images/common/bg_select.png) right 0 no-repeat #fff;
	background-size: 32px 34px;
	width: 100% !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #0c2245;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	line-height: 34px;
	outline: none;
}
#mainLeft .easy-select-box .esb-displayer {
	color: #0c2245;
	cursor: default;
	height: 34px;
	line-height: 34px;
	text-indent: 5px;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #f58500;
	outline: none;
	text-indent: 10px;
}
#mainLeft .easy-select-box:hover .esb-displayer {
	text-decoration: none;
	outline: none;
}
#mainLeft .easy-select-box .esb-dropdown {
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	position: absolute;
	z-index: 999;
	width: 100% !important;
	overflow: hidden;
	outline: none;
	box-sizing: border-box;
}
#mainLeft .easy-select-box .esb-item {
	padding: 3px;
	background: #fff;
	color: #0c2245;
	cursor: default;
	text-indent: 60px;
	font-weight: bold;
	color: #979797;
	width: 100%;
	height: 38px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	outline: none;
	background-position: 10px 3px;
	background-repeat: no-repeat;
	background-size: 38px 30px;
}

#mainLeft .easy-select-box .esb-item:nth-child(2) {
	background-image: url(/mop/common/images/common/bg_pulldown01.png);
}
#mainLeft .easy-select-box .esb-item:nth-child(3) {
	background-image: url(/mop/common/images/common/bg_pulldown02.png);
}
#mainLeft .easy-select-box .esb-item:nth-child(4) {
	background-image: url(/mop/common/images/common/bg_pulldown03.png);
}
#mainLeft .easy-select-box .esb-item:nth-child(5) {
	background-image: url(/mop/common/images/common/bg_pulldown04.png);
}
#mainLeft .easy-select-box .esb-item:nth-child(6) {
	background-image: url(/mop/common/images/common/bg_pulldown05.png);
}
#mainLeft .easy-select-box .esb-item:nth-child(7) {
	background-image: url(/mop/common/images/common/bg_pulldown06.png);
}
#mainLeft .easy-select-box .esb-item:nth-child(8) {
	background-image: url(/mop/common/images/common/bg_pulldown07.png);
}
#mainLeft .easy-select-box .esb-item:nth-child(9) {
	background-image: url(/mop/common/images/common/bg_pulldown08.png);
}
#mainLeft .easy-select-box .esb-item:nth-child(10) {
	background-image: url(/mop/common/images/common/bg_pulldown09.png);
}
#mainLeft .easy-select-box .esb-item:nth-child(11) {
	background-image: url(/mop/common/images/common/bg_pulldown10.png);
}
#mainLeft .easy-select-box .esb-item:nth-child(12) {
	background-image: url(/mop/common/images/common/bg_pulldown11.png);
}
#mainLeft .easy-select-box .esb-item:nth-child(13) {
	background-image: url(/mop/common/images/common/bg_pulldown12.png);
}

#mainLeft .easy-select-box .esb-item:first-child {
	display: none;
}





/*----------------------------------------------------------------------------------------------
　sp記述
----------------------------------------------------------------------------------------------*/

@media screen and (max-width: 640px) {

	html,
	body {
		min-width: 100%;
	}
	#spHeader {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9999;
	}
	#spHeader.active {
		background: none;
		position: fixed;
	}
	#spHeader.active h1,
	#spHeader.active p,
	#spHeader.active ul li:nth-child(1),
	#spHeader.active ul li:nth-child(2) {
		display: none;
	}
	#spHeader h1 {
		text-align: center;
		font-size: 11px;
		padding: 10px 0;
		background: #e6e6e6;
		line-height: 1;
	}
	#spHeader > .clearfix {
		padding: 5px 5px 5px 10px;
	}
	#spHeader .clearfix p {
		float: left;
		padding-top: 7px;
	}
	#spHeader ul {
		float: right;
	}
	#spHeader ul li {
		margin-right: 5px;
	}
	#spHeader ul li:nth-child(1) {
		width: 48px;
		height: 48px;
		background: url(/mop/common/images/common/bg_spheader01.png) 0 0 no-repeat;
		background-size: 48px 48px;
	}
	#spHeader ul li:nth-child(1) img {
		transition: all .4s;
	}
	#spHeader ul li:nth-child(2) {
		width: 48px;
		height: 48px;
		background: url(/mop/common/images/common/bg_spheader01.png) 0 0 no-repeat;
		background-size: 48px 48px;
	}
	#spHeader ul li:nth-child(2) img {
		transition: all .4s;
	}
	#spHeader ul .active img {
		opacity: 0;
	}

	#spHeader ul li:last-child {
		margin-right: 0;
	}
	#spHeader ul li:last-child {
		margin-right: 0;
	}
	#spHeader ul li:last-child .menuBtn {
		display: block;
		cursor: pointer;
		position: relative;
		height: 48px;
		width: 48px;
		background: #f58500;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		overflow: hidden;
		z-index: 9999;
	}
	#spHeader ul li:last-child .menuBtn span {
		display: block;
		transition: all .4s;
		position: absolute;
		left: 12px;
		width: 24px;
		height: 2px;
		background-color: #fff;
		text-indent: 9999px;
	}
	#spHeader ul li:last-child .menuBtn:after,
	#spHeader ul li:last-child .menuBtn:before {
		display: block;
		content: " ";
		position: absolute;
		left: 12px;
		width: 24px;
		height: 2px;
		background-color: #fff;
		transition: all .4s;
	}
	#spHeader ul li:last-child .menuBtn:before {
		top: 17px;
	}
	#spHeader ul li:last-child .menuBtn span {
		top: 23px;
	}
	#spHeader ul li:last-child .menuBtn:after {
		bottom: 17px;
	}
	#spHeader ul li:last-child .menuBtn.active:before {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}
	#spHeader ul li:last-child .menuBtn.active span {
		opacity: 0;
		left: 20px;
	}
	#spHeader ul li:last-child .menuBtn.active:after {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}

	#spSlectlang {
		background: url(/mop/common/images/common/bg_overlay.png) 0 0 repeat;
		background-size: 1px 1px;
		position: fixed;
		padding-top: 58px;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		display: none;
	}
	#spSlectlang ul {
		padding: 10px 10px 5px 10px;
	}
	#spSlectlang ul li {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 5px;
		text-align: center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		overflow: hidden;
	}
	#spSlectlang ul li a {
		display: block;
		text-align: center;
		widows: 100%;
		padding: 10px 0;
		background: #fff;
	}
	#spSlectlang ul li span {
		display: block;
		text-align: center;
		widows: 100%;
		padding: 10px 0;
		background: #cecece;
	}
	#spSlectlang ul li:nth-child(2n) {
		margin-right: 0;
	}

	#spNavi {
		background: url(/mop/common/images/common/bg_overlay.png) 0 0 repeat;
		background-size: 1px 1px;
		position: fixed;
		padding-top: 58px;
		top: 0px;
		left: 0;
		width: 100%;
		z-index: 999;
		display: none;
		max-height: 95%;
		overflow: auto;
	}
	#spNavi #spNaviIn {
		padding: 10px 10px 5px 10px;
	}
	#spNavi #naviList01 {
		margin-bottom: 10px;
	}
	#spNavi #naviList01 li {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	#spNavi #naviList01 li a {
		background: #fff;
		width: 100%;
		padding: 10px;
		display: block;
		position: relative;
	}
	#spNavi #naviList01 li a:after {
		content: "";
		position: absolute;
		display: block;
		background: url(/mop/common/images/common/bg_yaji02.png) 0 0 no-repeat;
		background-size: 7px 11px;
		width: 7px;
		height: 11px;
		right: 10px;
		top: 50%;
		margin-top: -6px;
	}
	.naviAccordion {
		display: block;
		width: 100%;
		text-align: center;
		background: #f58500;
		font-size: 15px;
		color: #fff;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		padding: 10px 0;
		position: relative;
		margin-bottom: 10px;
	}
	.naviAccordion:after {
		content: "";
		display: block;
		background: url(/mop/common/images/common/bg_yaji03.png) 0 0 no-repeat;
		background-size: 10px 6px;
		width: 10px;
		height: 6px;
		position: absolute;
		top: 50%;
		margin-top: -3px;
		right: 18px;
		transition: all 250ms;
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
	}
	.naviAccordion.active:after {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	#spNavi #naviList02 {
		display: none;
	}
	#spNavi #naviList02 li {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	#spNavi #naviList02 li a {
		font-size: 12px;
		display: block;
		padding: 10px;
		text-align: center;
		background: #fff;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.closeBtn {
		width: 100%;
		display: block;
		text-align: center;
		color: #fff;
		padding: 10px 0;
		background: #000;
	}
	/*emergency
----------------------------------------------------------------------------------------------*/
	.emergency {
		font-size: 24px;
		margin: 0 0 20px 0;
		padding: 60px 20px;
		width: 100%;
	}
	.emergency a {
		font-size: 24px;
	}
	/*mainVisual
----------------------------------------------------------------------------------------------*/
	.wideslider {
		width: 100%;
		min-width: 100%;
		text-align: left;
		position: relative;
		overflow: hidden;
	}
	.pagination {
		bottom: 10px;
		left: 0;
		width: 100%;
		height: 8px;
		text-align: center;
		padding-top: 10px;
		margin-bottom: 27px;
	}
	.pagination a {
		margin: 0 4px;
		width: 8px;
		height: 8px;
		display: inline-block;
		overflow: hidden;
		background: #dadada;
		border-radius: 100%;
	}
	/*contents
----------------------------------------------------------------------------------------------*/
	article {
		padding-top: 0px;
		padding-bottom: 20px;
		background: #f6f6f6;
	}
	#mainContents {
		width: 100%;
		padding: 0 10px;
		margin: 0;
	}
	#mainContents #mainLeft {
		width: 100%;
		float: none;
	}
	#mainContents #mainRight {
		width: 100%;
		float: none;
	}
	#bannerList li {
		margin: 0 2% 25px 0;
		width: 49%;
	}
	#bannerList li:nth-child(2n) {
		margin-right: 0;
	}
	#bannerList li img {
		width: 100%;
		height: auto;
	}

	.spChange {
		width: 100%;
		height: auto;
	}
	/*contents left*/
	#mainContents #mainLeft section#recommend {
		margin-bottom: 20px;
		background: none;
		padding-bottom: 0;
	}
	#recommend ul {
		padding: 10px 0 7px 0px;
	}
	#recommend li {
		margin: 0 2% 8px 0;
		width: 49%;
	}
	#recommend li:nth-child(2n) {
		margin-right: 0;
	}
	#recommend li img {
		width: 100%;
		height: auto;
	}

	#news {
		padding-bottom: 15px;
	}
	#news .sectionIn {
		padding: 10px;
	}
	#news dl {
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 8px;
		margin-bottom: 10px;
	}
	#news dl:last-child {
		margin-bottom: 10px;
		padding: 0;
		border: 0;
	}
	#news dl dt {
		float: none;
		width: auto;
		padding: 0px;
		margin-bottom: 5px;
	}
	#news dl dt span {
		display: inline-block;
		margin-left: 10px;
		background: #0091db;
		color: #fff;
		text-align: center;
		padding: 2px 5px;
		font-size: 8px;
	}
	#news dl dd {
		line-height: 1.6;
		float: none;
		width: auto;
		padding: 0px;
		background: none;
	}
	#news dl dd span {
		display: none;
	}
	#news dl dd a {
		display: block;
		width: 100%;
	}
	#news dl dd a:hover {
		color: #999;
	}


	#shopStatus .sectionIn {
		padding: 10px 5px;
	}
	#shopStatus .sectionIn .prev {
		float: left;
		margin-top: 47px;
		margin-right: 5px;
		width: 6px;
	}
	#shopStatus .sectionIn .next {
		float: right;
		margin-top: 47px;
		width: 6px;
	}
	#shopStatus .sectionIn .prev img,
	#shopStatus .sectionIn .next img {
		width: 100%;
		height: auto;
	}
	#shopStatus .sectionIn > .clearfix {
		margin-bottom: 10px;
	}

	#shopStatus #statusSlider {
		width: 269px;
		height: 98px;
		overflow: hidden;
		float: left;
		text-align: center;
	}
	#shopStatus #statusSlider img {
		display: inline;
	}
	#shopStatus #statusSlider ul li {
		width: 85px;
		border: 1px solid #adadad;
		float: left;
		text-align: center;
	}
	#shopStatus #statusSlider ul li .clearfix p:first-child {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 4px;
		height: 18px;
		font-size: 9px;
		font-weight: bold;
		line-height: 10px;
	}
	#shopStatus #statusSlider ul li .clearfix .close {
		background: #acacac;
	}
	#shopStatus #statusSlider ul li .clearfix .renewal {
		background: #f58500;
	}
	#shopStatus #statusSlider ul li .clearfix .open {
		background: #ff1d1d;
	}
	#shopStatus #statusSlider ul li .clearfix p:last-child {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 4px;
		height: 18px;
		line-height: 10px;
		font-size: 9px;
		color: #5c5c5c;
		background: #ececec;
	}
	#shopStatus #statusSlider ul li .logo {
		display: table-cell;
		height: 60px;
		width: 83px;
		vertical-align: middle;
		text-align: center;
	}
	#shopStatus #statusSlider ul li .logo img {
		width: 80%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	@media only screen and (orientation: landscape) {
		#shopStatus #statusSlider {
			width: 453px;
			margin: 0 auto;
		}
	}


	#shopNews .sectionIn {
		padding: 15px 10px;
	}
	#shopNews ul {
		padding-bottom: 5px;
	}
	#shopNews ul li {
		float: left;
		margin: 0 4% 10px 0;
		width: 48%;
	}
	#shopNews ul li a {
		position: relative;
		display: block;
	}
	#shopNews ul li:nth-child(3n) {
		margin: 0 4% 10px 0;
	}
	#shopNews ul li:nth-child(2n) {
		margin-right: 0;
	}
	#shopNews ul li a > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: auto;
	}
	#shopNews ul li .newsImg {
		text-align: center;
		height: 134px;
		padding: 3px;
		overflow: hidden;
	}
	#shopNews ul li .newsImg img {
		height: 100%;
		width: auto;
	}
	#shopNews ul li .newsTxt {
		background: #e9e9e9;
		border: 1px solid #adadad;
		padding: 5px;
	}
	#shopNews ul li .newsTxt h3 {
		font-size: 12px;
		margin-bottom: 5px;
	}
	#shopNews ul li .newsTxt > div {
		font-size: 12px;
	}

	#recommendation .sectionIn {
		padding: 20px;
		position: relative;
	}
	#recommendation ul.bxslider > li {
		border: 1px solid #999999;
		padding: 4px;
	}
	#recommendation .prev {
		position: absolute;
		top: 20px;
		left: 0px;
		z-index: 1;
	}
	#recommendation .next {
		position: absolute;
		top: 20px;
		right: 0px;
		z-index: 1;
	}
	#recommendation .listBtn {
		margin-top: 20px;
	}

	#eventNews .sectionIn {
		padding: 15px 10px;
	}
	#eventNews ul {
		padding-bottom: 5px;
	}
	#eventNews ul li {
		float: left;
		margin: 0 4% 10px 0;
		width: 48%;
	}
	#eventNews ul li a {
		position: relative;
		display: block;
		border: 1px solid #adadad;
	}
	#eventNews ul li:nth-child(3n) {
		margin: 0 4% 10px 0;
	}
	#eventNews ul li:nth-child(2n) {
		margin-right: 0;
	}
	#eventNews ul li a > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: auto;
	}
	#eventNews ul li .newsImg {
		text-align: center;
		height: 134px;
		padding: 3px;
		overflow: hidden;
	}
	#eventNews ul li .newsImg img {
		height: 100%;
		width: auto;
	}
	#eventNews ul li .newsTxt {
		background: #e9e9e9;
		border-top: 1px solid #adadad;
		padding: 5px;
	}
	#eventNews ul li .newsTxt > div {
		font-size: 12px;
	}
	#eventNews ul li .newsTxt > div:nth-child(1) {
		font-size: 10px;
		margin-bottom: 3px;
	}
	#eventNews ul li .newsTxt > div:nth-child(2) {
		font-size: 10px;
		margin-bottom: 10px;
	}
	#eventNews ul li .newsTxt > div span {
		padding: 3px 2px;
		margin-right: 3px;
		line-height: 8px;
		font-size: 8px;
		vertical-align: bottom;
	}
	/*contents right*/
	#mainContents #mainRight .movie {
		display: none;
	}

	#mainContents #mainLeft .searchForm {
		background: #979797;
		padding: 10px;
		margin-bottom: 15px;
		overflow: inherit;
	}
	.searchForm .clearfix {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.searchLeft {
		float: none;
		display: table-cell;
		width: inherit;
		padding-right: 8px;
		vertical-align: top;
	}
	.searchRight {
		float: none;
		display: table-cell;
		width: 60px;
		vertical-align: top;
	}
	.searchForm .topSelect {
		margin-bottom: 10px;
	}


	#mainContents #mainLeft .info01 {
		margin-bottom: 15px;
		padding: 10px;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.info01 .leftPh {
		width: 105px;
		text-align: center;
		display: table-cell;
		vertical-align: top;
	}
	.info01 .rightPh {
		display: table-cell;
		vertical-align: top;
		padding-left: 20px;
	}
	.info01 h2 {
		color: #6f6f6f;
		margin-bottom: 10px;
	}
	.info01 dl {
		margin-bottom: 0px;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.info01 dl dt {
		font-weight: bold;
		margin-bottom: 0;
		font-size: 10px;
		vertical-align: top;
	}
	.info01 dl dd {
		font-size: 10px;
		margin-bottom: 5px;
		vertical-align: top;
	}
	.info01 .txt01 {
		font-size: 9px;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	.info01 .txt02 {
		font-size: 10px;
		color: #f58500;
		margin-bottom: 0px;
	}
	.info01 .listBtn {
		font-size: 12px;
		width: 100%;
		margin-top: 10px;
	}

	#mainContents #mainLeft .movie {
		background: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		margin-bottom: 20px;
	}
	#mainContents #mainLeft .movie h2 {
		background: url(/mop/common/images/common/bg_asidetitle05.png) left center no-repeat;
		background-size: 24px 25px;
		padding-left: 30px;
		font-size: 15px;
		color: #6f6f6f;
		margin-bottom: 10px;
	}
	#mainContents #mainLeft .movie .movieIn {
		padding: 15px;
		background: #fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		overflow: hidden;
	}
	#mainContents #mainLeft .movie .movieIn > div {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	#mainContents #mainLeft .movie .movieIn > div iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	#mainContents #mainLeft .movie .movieIn p {
		padding-top: 15px;
	}




	#mainContents #mainRight #contact {
		background: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		margin-bottom: 20px;
		margin-bottom: 20px;
	}
	#mainContents #mainRight .contactIn {
		background: #fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 10px;
	}
	#contact h2 {
		text-align: left;
		margin-bottom: 10px;
		font-size: 16px;
		color: #6f6f6f;
		padding-left: 30px;
		height: 24px;
		background: url(/mop/common/images/common/bg_asidetitle06.png) 4px center no-repeat;
		background-size: 16px 24px
	}
	#contact p {}
	#contact .contactIn > p {
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #858585;
		font-size: 12px;
	}
	#contact .leftman {
		width: 200px;
	}
	#contact .txt01 {
		font-size: 10px;
		margin-bottom: 10px;
	}
	#contact .txt02 {
		padding-left: 20px;
	}
	#contact .leftman a {
		display: block;
		color: #f58500;
		font-size: 18px;
		line-height: 23px;
		height: 23px;
		background: url(/mop/common/images/common/bg_tel01.png) left center no-repeat;
		background-size: 23px 23px;
		padding-left: 30px;
		margin-bottom: 5px;
	}
	#contact .rightman {
		width: 70px;
		display: block;
		color: #fff;
		text-align: center;
		padding: 15px 0;
		background: #f58500;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	#spNavi01 {
		padding-bottom: 13px;
	}
	#spNavi01 li {
		margin-bottom: 7px;
	}
	#spNavi01 li a {
		display: block;
		width: 100%;
		text-align: center;
		background: #f58500;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 13px 0;
		font-size: 16px;
		color: #fff;
	}

	#mainContents #mainRight .appSide > div,
	#mainContents #mainRight .card > div,
	#mainContents #mainRight .mailmagazine > div {
		padding: 15px;
	}
	/*footer
----------------------------------------------------------------------------------------------*/
	.pageTop {
		text-align: center;
		display: block;
		width: 100%;
		color: #fff;
		padding: 20px 0 10px;
		background: url(/mop/common/images/common/bg_yaji03.png) center 10px no-repeat #7e7e7e;
		background-size: 10px 6px;
	}

	#footerList {
		padding: 15px 10px 20px;
		margin: 0;
	}
	#footerList .box01 {
		background: #fff;
		padding: 15px 10px 0;
		position: static;
		overflow: hidden;
		border-bottom: 0;
	}
	#footerList .box02,
	#footerList .box03 {
		background: #fff;
		padding: 0 10px;
		position: static;
		overflow: hidden;
		border-bottom: 0;
	}
	#footerList .box01 ul,
	#footerList .box02 ul,
	#footerList .box03 ul {
		display: block;
	}
	#footerList .box01 ul li,
	#footerList .box02 ul li,
	#footerList .box03 ul li {
		display: block;
		margin-bottom: 5px;
	}
	#footerList .box01 ul li a,
	#footerList .box02 ul li a,
	#footerList .box03 ul li a {
		display: block;
		padding: 10px;
		text-align: center;
		background: #e7e7e7;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	#footerList > a {
		display: block;
		width: 100%;
		text-align: center;
		background: #f58500;
		font-size: 15px;
		color: #fff;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		padding: 15px 0;
		position: relative;
	}
	#footerList > a:after {
		content: "";
		display: block;
		background: url(/mop/common/images/common/bg_yaji03.png) 0 0 no-repeat;
		background-size: 10px 6px;
		width: 10px;
		height: 6px;
		position: absolute;
		top: 50%;
		margin-top: -3px;
		right: 18px;
		transition: all 250ms;
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
	}
	#footerList > a.active:after {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	#footerList ul {
		float: none;
		left: 0;
		position: static;
		display: none;
	}
	#footerList ul li {
		float: none;
		left: 0;
		position: static;
		padding: 0;
		border: 0;
	}
	#footerList ul li a {
		font-size: 12px;
		color: #333;
	}

	#footerList02 {
		position: relative;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#footerList02 ul {
		float: none;
		left: 0;
		position: static;
		padding: 0 20px;
		text-align: center;
	}
	#footerList02 ul li {
		float: none;
		left: 0;
		position: static;
		display: inline-block;
		margin-bottom: 5px;
		padding: 0 5px;
		border-right: 1px solid #797979;
		height: 10px;
		vertical-align: top;
	}
	#footerList02 ul li:last-child {
		border: 0;
	}
	#footerList02 ul li a {
		font-size: 10px;
		height: 10px;
		line-height: 10px;
		vertical-align: top;
		color: #333;
	}

	footer small {
		display: block;
		width: 100%;
		text-align: center;
		background: #dedede;
		font-size: 10px;
		color: #7e7e7e;
		padding: 7px 5px;
		margin-top: 20px;
	}
	footer .txt01 {
		margin: 15px 0;
		text-align: center;
		font-size: 8px;
		padding: 0 10px;
	}


	#footerList03 {
		padding: 15px 20px;
		background: #f6f6f6;
	}
	#footerList03 ul {
		width: 100%;
	}
	#footerList03 ul li {
		float: left;
		width: 49%;
		margin: 0 2% 5px 0;
		border: 1px solid #9b8f7b;
	}
	#footerList03 ul li:nth-child(2n) {
		margin-right: 0;
	}

	.rwd {
		width: 200px;
		font-size: 14px;
		text-align: center;
		margin: 15px auto 0 auto;
		padding: 10px;
		background: #f2f2f2;
	}
	.rwd a {
		font-size: 14px;
	}


	.listBtn {
		width: 250px;
		margin: 0 auto;
		display: block;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: #7e7e7e;
		position: relative;
		text-align: center;
		padding: 9px;
		color: #fff;
		font-size: 15px;
	}
	.listBtn span {
		font-size: inherit;
		display: inline-block;
		margin-left: 20px;
		padding-left: 15px;
		background: url(/mop/common/images/common/bg_list01_sp.png) 0 3px no-repeat;
		background-size: 9px 13px;
	}
	.listBtn:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -5px;
		right: 10px;
		background: url(/mop/common/images/common/bg_list02.png) 0 0 no-repeat;
		background-size: 7px 10px;
		width: 7px;
		height: 10px;
	}


	.orangeBtn {
		display: block;
		width: 100%;
		text-align: center;
		background: #f58500;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 13px 0;
	}

	#pageTop02 {
		position: fixed;
		bottom: 20px;
		right: 20px;
		opacity: 0.8;
	}
	#pageTop02 img {
		width: 100%;
		height: auto;
	}
}

/* /SP記述 */


