@charset "utf-8";
/* CSS Document */

.moved-box {
	border: 2px solid #f15a24;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.moved-box p {margin: 0;}
.moved-box p strong {
	font-size: 116%;
	display: inline-block;
	margin-bottom: 7px;
}
.moved-box ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}
.moved-box li a {
	background-color: #f7931e;
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 108%;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding: 14px 10px;
	line-height: 1.5;
}
.moved-box li a:before {
	content: "\e90a";
	font-family: 'icomoon';
	font-size: 12px !important;
	font-weight: 100;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -11px;	
}
.moved-box li a:hover {text-decoration: none;}
.moved-box li a img {
	vertical-align: middle;
	margin-left: 7px;
}


.map-box p:first-child strong {
	font-size: 116%;
	color: #736357;	
}

#gMap {
	width: 100%;
	height: 250px;
	margin: 20px 0;
}

.map-box>section {margin-top: 20px;}
.map-box>section .img {text-align: center;}
.map-box>section img {
	max-width: 100%;
	height: auto;
}
.map-box>section h3 {
	font-size: 108%;
	border-left: 5px solid #008AD8;
	padding: 0 0 0 10px;
	margin: 0 0 12px;
}
.map-box>section p {margin: 0;}
.map-box>section h4 {margin: 20px 0 7px;}

@media print, screen and (min-width: 641px) {
	
.category-title {
	background: url(../images/access/categorytitle_bg.png) no-repeat right top;
}

.moved-box {
	padding: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}
.moved-box>div {
	width: 686px;
	float: left;
}
.moved-box ul {
	width: 290px;
	float: left;
	margin-top: 12px;
}
.moved-box li a {padding-right: 15px;padding-left: 38px;}
.moved-box li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 17px;
	margin-top: -5px;
	width: 12px;
    height: 11px;
    background: url(../images/common/spritesheet.png) no-repeat -30px -1538px;
	-webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.moved-box li a:hover {opacity: .6;}


.map-box {overflow: hidden;}
.map-box p:first-child strong {
	color: #736357;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","Osaka",sans-serif;
	font-weight: 100;
	line-height: 1.5;
	font-size: 161.6%;
}

#gMap {
	height: 480px;
	margin: 35px 0 40px;
}

.map-box>section {
	margin-top: 20px;
}
.map-box>section img {
	max-width: 100%;
	height: auto;
}


.map-box>section {
	margin-top: 0;
	width: 400px;
	float: left;
	margin-right: 20px;
}
.map-box>section:last-child {margin-right: 0;}
.map-box>section .img {text-align: left;}
.map-box>section h3 {
	font-size: 116%;
	margin: 0 0 20px;
}



}