@charset "UTF-8";

/* 				*/
/*	  reset 　  */
/*				*/

html, body, span, applet, object, iframe,
h1, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 				*/
/*	  common　  */
/*				*/

html{
	width:100%;
	min-width:1230px;
}

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: none;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


/* 				*/
/*	  layout　  */
/*				*/

#index_shop-900{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.iconnavi{
	position:absolute;
	top:0;
	right:55px;
}
#map_canvas{
	width:1200px;
	height:768px;
	margin:20px auto 5px;
}

#mapList, #mapList_last{
	width:1200px;
	margin:0 auto;
}
#mapList li, #mapList4 li{
	margin-bottom:150px;
	margin-top:-130px;
}
#mapList4{
	width:953px;
}
#mapList_last li{
	margin-top:-130px;
	margin-bottom:20px;
}
.articlehead{
	width:1200px;
	margin:0 auto;
	position:relative;
	background:url("../img/logo_map2.png") no-repeat;
}
.articlehead h2{
	display:none;
}

.articlehead h3{
	font-size:25px;
	padding:10px 0 0 350px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#333;
	font-weight:normal;
}
.tsukaikata{
	width:800px;
	margin:10px 0 0 55px;
}
.pdfbox{
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-sizing:border-box;
	color:#000;
	margin:20px 8px 0 0;
}

.pdfbox_l{
	width:300px;
	text-align:right;
	margin:80px 0 0;
	float:left;
	color:#fff;
	font-size:small;
}
.pdfbox_l a{
	color:#fff;
	font-size:small;
}

.mapundertext{
	text-align:center;
	margin:0;
	padding:0;
	color:#4f3687;
}

/* ~~ popup ~~ */
iframe .bgc02{
	background:none;
}
.btn_retop{
	width:200px;
	margin:0 auto;
	text-align:center;
	padding:5px;
	border:3px solid #ff0000;
}

.ipop {
	padding: 0;
	background:#eee;
	width: 980px;
	border: 1px solid #aaa;
	text-align:center;

	/* この３行は必須 */
	position: absolute;
	display: none;
	z-index: 9999;
}

.ipop_title {
	cursor: move;
	height:10px;
}
.ipop_title h2{
	margin-top:15px;
	font-size:24px;
}

.ipop_close {
	cursor: pointer;
	float: right;
	margin-right:5px;
}

/* ~~ カテゴリ分類リスト ~~ */
.catebox{
	width:1200px;
	margin:10px auto 0;
}
.catebtn{
	cursor: pointer;
	background:#ccc;
	padding:15px;
	text-align:center;
	width:180px;
}
.mapcate{
	background:#eee;
	padding:15px;
}
.mapcate li{
	float:left;
	padding:5px 10px;
	margin:0 10px;
	background:#999;
	border-radius:5px;
}
.mapcate li a{
	color:#fff;
}
.mapcate li:hover{
	background:#666;
}

/* ~~ float ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 27px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


body, #head{
	width:100%;
	min-width:980px;
}
#head {
	background:#503786;
	height:110px;
}
#head-980, #navi ul{
	width:1200px;
}
#head-980{
	margin:0 auto;
	height:110px;
	position:relative;
}
#head-980 h1 a img{
	position:absolute;
	left:0;
	bottom:10px;
}
.headbox .fltrt1{
	position:absolute;
	bottom:15px;
	right:130px;
}	
.headbox .fltrt2{
	position:absolute;
	bottom:0;
	right:5px;
}
#navi-bg{
	width:100%;
	min-width:1200px;
	letter-spacing:0.05em;
}
#navi{
	width:1200px;
	margin:0 auto;
}

.h2_line{
	width:980px;
}

#navi ul li.re_map a, #footer ul li.re_map a{
	color:#dc4e2a;
	text-decoration: none;
}
