
@charset "utf-8";


/*header
----------------------------------------------------------------------------------------------*/

html,
body {
	min-width: 1000px;
	height: 100%;
}
#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: 700px;
	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 a:hover {
	color: #999;
}
#pcHeader .headerIn02 .subMenu02 > ul li span {
	padding: 0 8px;
	color: #595656;
	font-size: 12px;
}
#spSlectlang,
#spNavi {
	display: none;
}



/*contents
----------------------------------------------------------------------------------------------*/

article {
	padding-bottom: 50px;
}
#mainContents {
	width: 1000px;
	margin: 0 auto;
}
#mainContents #mainLeft {
	width: 100%;
	float: left;
}
#mainContents #mainLeft section,
#mainContents #mainRight section {
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*overflow:hidden;*/
}
#mainContents #mainLeft section h2:FIRST-CHILD,
#mainContents #mainRight section h2:FIRST-CHILD {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
#mainContents #mainRight {
	width: 290px;
	float: right;
}


#requirements {
	margin-top: 25px;
	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-top: 15px;
	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 .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: 20px;
}
.addressBox .boxIn02 p:first-child {
	font-size: 14px;
}
.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;
}



/*other*/

.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)';
}

.w49p {
	width: 49%;
}
.wh100p {
	width: 100%;
	height: auto;
}
.w140 {
	width: 140px;
}

.greyBtn {
	width: 100%;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #7e7e7e;
	position: relative;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 16px;
}
.greyBtn: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;
}
.greyBtn:hover {
	color: #fff;
	opacity: 0.7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.c01 {
	color: #ec4747;
}
#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;
}



#contentsModal {
	text-align: center;
	padding: 15px 0;
	display: none;
}
#contentsModal img {
	width: 100%
}
#hanreiBtn,
.hanreiBtn {
	display: inline-block;
	height: 20px;
	padding-top: 2px;
	padding-left: 25px;
	background: url(/mop/common/images/common/bg_hanreiBtn.png) left center no-repeat;
	position: relative;
}
.hanreiTip {
	color: #fff;
	background: #333333;
	display: none;
	padding: 1px;
	position: absolute;
	z-index: 1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mb0 {
	margin-bottom: 0 !important;
}

/*other*/

.my-gallery figcaption {
	display: none;
}
ul.buttonList li {
	margin-top: 10px;
	text-align: center;
}
ul.buttonList li a {
	background: #ff4f4f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 8px 25px 9px 10px;
	text-align: center;
	position: relative;
}
ul.buttonList li a:after {
	background: url(/mop/common/images/common/bg_list02.png) 0 0 no-repeat;
	background-size: 7px 10px;
	content: "";
	display: block;
	margin-top: -5px;
	width: 7px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}



/*----------------------------------------------------------------------------------------------
　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: 1500;
	}
	#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(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;
	}
	/*contents
----------------------------------------------------------------------------------------------*/
	article {
		padding-bottom: 20px;
	}
	#mainContents {
		width: 100%;
		padding: 0 10px;
		margin: 0;
	}
	#mainContents #mainLeft {
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	#mainContents #mainRight {
		width: 100%;
		float: none;
	}
	.spChange {
		width: 100%;
		height: auto;
	}
	#breadCrumb {
		padding: 15px 10px;
		width: 100%;
	}
	#breadCrumb li {
		font-size: 10px;
	}
	#breadCrumb li a {
		font-size: 10px;
	}
	/*contents right*/
	#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: 10px;
	}
	.info01 h2 {
		color: #6f6f6f;
		margin-bottom: 10px;
	}
	.info01 dl {
		margin-bottom: 0px;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.info01 dl dt {
		float: none;
		display: table-cell;
		width: 70px;
		font-weight: bold;
		margin-bottom: 0;
		font-size: 10px;
		vertical-align: top;
	}
	.info01 dl dd {
		float: none;
		display: table-cell;
		text-align: right;
		width: inherit;
		font-size: 10px;
		margin-bottom: 0;
		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;
	}

	@media only screen and (orientation: landscape) {
		#contentsModal img {
			width: 50%;
		}
	}

	.spwh100p {
		width: 100%;
		height: auto;
	}

	.hanreiBtn {
		height: 20px;
		padding-top: 0px;
		padding-left: 15px;
		background: url(/mop/common/images/common/bg_hanreiBtn.png) left center no-repeat;
		background-size: 10px 10px;
	}
}

/* /SP記述 */


/* PARK_P2-217 */
.sideMenu,
#mainContents #mainRight section:not(.searchForm) > div:not(.clearfix) {
	border: 1px solid #979797;
}
#mainContents #mainLeft {
	border-radius: 5px;
}
@media screen and (max-width: 640px) {
	#mainContents #mainLeft {
		padding-bottom: 0;
		margin-bottom: 20px;
	}
}
/* / PARK_P2-217 */


/* / PARK_P2-287 */
@media screen and (max-width: 767px){
	article{
		padding-top: 0 !important;
	}
}
/* / PARK_P2-287 */
/* / PARK_P2-532 Start */
	#mainLeft .train_bus {
   		 position: relative;
    }
@media screen and (min-width: 768px){
	.parking-width {
		width: 650px;
	}

	.form-center {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
	}
	.map-with {
	width: 650px;
	}
	.p2 {
     	position: absolute; top: 27.5%; left: 50.8%; width: 3.36%;
	}
	.p3 {
		position: absolute; top: 21%; left: 39%; width: 3.36%;
	}
	.p4 {
		position: absolute; top: 43.1%; left: 26.5%; width: 3.36%;
	}
	.p5 {
		position: absolute; top: 64.3%; left: 27.8%; width: 3.36%;
	}
	.p6 {
		position: absolute; top: 80.4%; left: 27%;; width: 3.36%;
	}
	.p1 {
		position: absolute; top: 31.5%; left: 50.8%; width: 3.36%;
	}

	.p7 {
		position: absolute; top: 13.6%; left: 19%; width: 4.7%;
	}
	.p8 {
		position: absolute; top: 13.6%; left: 37%; width: 4.7%;
	}
	.p9 {
		position: absolute; top: 13.6%; left: 45.5%; width: 4.7%;
	}
	.p10 {
		position: absolute; top: 13.6%; left: 54.6%; width: 4.7%;
	}
	.p11 {
		position: absolute; top: 13.6%; left: 63.5%; width: 4.7%;
	}
	.p12 {
		position: absolute; top: 13.6%; left: 28%; width: 4.7%;
	}
	.text-postion {
		text-align: left;
    	margin-left: 20%;
	}

	#mainLeft .suspension {
    position: absolute;
    margin-top: 27%;
    left: 16%;
    right: 0;
    }
	#mainLeft .routearea .hidden-phone_02 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 44% !important;
	}
	#mainLeft #nagashima .express_bus_link {
    justify-content: flex-start;
	}
	#mainLeft #nagashima .express_bus_link li {
	margin-right: 3px;
	}


	
}
@media screen and (max-width: 767px){
	.p2 {
     position: absolute; top: 27.5%; left: 50.5%; width: 5%;
	}
	.p3 {
	position: absolute; top: 21%; left: 34%; width: 5%;
	}
	.p4 {
	position: absolute; top: 43.1%; left: 13.8%; width: 5%;
	}
	.p5 {
	position: absolute; top: 64.3%; left: 16%; width: 5%;
	}
	.p6 {
	position: absolute; top: 80.4%; left: 16%;; width: 5%;
	}
	.p1 {
		position: absolute; top: 31.5%; left: 50.8%; width: 5%;
	}

	.p7 {
		position: absolute;
    	top: 13.6%;
    	left: 4.5%;
    	width: 7%;
	}
	.p8 {
    position: absolute;
    top: 13.6%;
    left: 30.5%;
    width: 7%;
	}
	.p9 {
    position: absolute;
    top: 13.6%;
    left: 43.2%;
    width: 7%;
	}
	.p10 {
    position: absolute;
    top: 13.6%;
    left: 56.6%;
    width: 7%;
	}
	.p11 {
    position: absolute;
    top: 13.6%;
    left: 69.5%;
    width: 7%;
	}
	.p12 {
	position: absolute;
    top: 13.6%;
    left: 17%;
    width: 7%;
	}
	.text-postion {
    text-align: left;
    margin-left: 6%;
	}
	#mainLeft .suspension {
        position: absolute;
        margin-top: 43%;
        left: 0%;
    }
	#mainLeft .routearea .hidden-phone_02 {
        text-align: center;
        margin-bottom: 20px;
        display: inherit;
        margin-top: 68% !important;
    }
	.routearea .hidden-phone_02 img {
        max-width: 100%;
    }
	.routearea .visible-phone_02 img {
        max-width: 100%;
    }
}
/* / PARK_P2-532 End */




