@charset "UTF-8";

/* ========BASIC======== */
html {
    overflow-y:scroll;
}

body {
    margin:0;
    padding:25px 0 0 0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:12px;
     color:#000;
		background:#d3e9f6;
		background-image:url(../images/page_top1905.png);
		background-repeat:repeat-x;
	-webkit-text-size-adjust: 100%;
  /*   
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.80, #fff), color-stop(0.00, #efefef));
    background:-webkit-linear-gradient(top, #efefef 0%, #fff 80%);
    background:-moz-linear-gradient(top, #efefef 0%, #fff 80%);
    background:-o-linear-gradient(top, #efefef 0%, #fff 80%);
    background:-ms-linear-gradient(top, #efefef 0%, #fff 80%);
    background:linear-gradient(to bottom, #efefef 0%, #fff 80%); */
}

br {
    letter-spacing:normal;
}

a {
   color:#000;
    text-decoration:none;
}

a:hover {
  color:#666;
		text-decoration:underline;
}

img {
    border:0;
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}

h2 {
    clear:both;
    padding:0 10px;
    color:#666666;
    font-size:16px;
    font-weight:bold;
		border-bottom: solid 2px #999999; 
}

h3 {
    clear:both;
    padding:0 10px;
    margin-top:20px;
}


h5 {
    padding:0 10px;
    line-height:2.0;
    font-size:13px;
    font-weight:normal;
    border-left:5px solid #000;
}

h6 {
    line-height:2.0;
    font-size:13px;
    color:#770000;
}

p {
  /*  margin:10px;*/
}

ul,ol,dl {
    margin:10px;
    padding:0;
}

li {
    padding:0;
    margin:0 0 0 30px;
}

dt {
    margin:0;
    padding:0;
}

dd {
    margin:0 0 0.5em 1em;
    padding:0;
    background:#f1f1f1;
}

table {
    font-size:12px;
}

table {
    width:600px;
    margin:10px;
    border-collapse:collapse;
    border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
}

table th {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
}

table td {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    text-align:left;
}

table td ol {
    margin:0;
    padding:0 0 0 30px;
}

table td li {
    margin:0;
    padding:0;
}

/* ========TEMPLATE LAYOUT======== */
#container {
    width:940px;
    margin:0 auto;
    padding:0px 40px;
 /*   border:1px solid #ddd;
    -moz-box-shadow:0 0 10px #bfbfbf; /* Firefox用 */  
 /*   -webkit-box-shadow:0 0 10px #bfbfbf; /* Safari,Google Chrome用 */ 
   /* box-shadow:0 0 10px #bfbfbf;*/
		background-image:url(../images/back1905.jpg);
}

#header {
	  position:relative;
		top:0;
		left:-40px;
    width:940px;
		height:140px;
		padding:0 40px;
   /* margin-bottom:20px; */
		background-color:#fff;
}

#flags{
		position:relative;
		width:1020px;
		left:-41px;

}

#menu {
    position:absolute;
    right:250px;
    top:20px;
		width:580px;
		height:20px;
		padding:70px 0 0 0;
		background-image:url(../images/menu_image_1905.png);
}

#icatch {
    width:940px;
}

#contents {
    float:left;
    width:940px;
    padding:10px 0;
}

#conL {
    float:left;
    width:700px;
}

#conR {
    float:right;
    width:210px;
}

#footMenu {
    float:left;
    width:940px;
    margin-top:10px;
}

#footer {
    clear:both;
    width:940px;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
    margin:0;
    padding:20px 0 0 0;
    font-size:30px;
    color:#770000;
    line-height:1.0;
}

#header h1 a {
    color:#770000;
}

#header h1 a:hover {
    color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

#menu li {
    overflow:hidden;
    float:left;
    margin:0;
    padding:0 0 0 37px;
	font-size: 15px;
}

#menu li a {
    display:block;
    font-weight:bold;
    color:#000;
    outline:none;
}

#menu li a:hover {
    color:#000;
    border-bottom:3px solid #9fd9f6;
    text-decoration:none;
}

#equia_logo {
    position:absolute;
    right:30px;
    top:20px;
		width:200px;
		height:100px;
		padding:0;
	}

/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
    width:940px;
    height:490px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:120px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:120px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
    overflow:hidden;
    position:relative;
    margin-left:-20px;
    margin-top:20px;
    margin-bottom:20px;
}

* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
    display:inline;
    width:300px;
    float:left;
    margin-left:20px;
    padding:0 0 2em 0;
    background:#eee;
}

.topNaviImg {
    margin:0;
    padding:0;
    background:none;
}

.topNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

.topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

/* SNS CUSTOMIZE */
#fb{
	float:left;
	margin-right:20px;
	}
#tw{
	float:right;
	}

/* INFORMATION CUSTOMIZE */
.news {
    width:700px;
    margin-bottom:20px;
}

.news dl {
    margin:0;
}
.news dt {
    float:left;
    padding-top:5px;
}

.news dd {
    margin:0 0 5px 0;
    padding:5px 0px 5px 9em;
    background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

/* h2 CUSTOMIZE */
.news h2{
		height:36px;
		background-image:url(../images/news1905.png);
		background-repeat:no-repeat;
		padding-left:150px;
		padding-top:12px;
	}
#floormap h2{
		height:36px;
		background-image:url(../images/floormap1905.png);
		background-repeat:no-repeat;
		padding-left:150px;
		padding-top:12px;
}
#info h2{
		height:36px;
		background-image:url(../images/infomation1905.png);
		background-repeat:no-repeat;
		padding-left:150px;
		padding-top:12px;
		margin-bottom:-10px;
}
#blog{
		height:460px;
}

#blog h2{
		height:36px;
		background-image:url(../images/blog1905.png);
		background-repeat:no-repeat;
		padding-left:150px;
		padding-top:12px;
		margin-bottom:-10px;
}

/* FLOORMAP CUSTOMIZE */
.map_background{
  background-color: #FFF;
  padding: 10px 0 20px 0;
  margin-top:20px;
}
.shoplist{
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  width: 620px;
  margin: 20px 60px 30px 60px;
  padding-right: 50px;
}

.shopname{
display: inline-block;
width: 29em;
}

.tel{
text-decoration:underline;
}

.hp a{
background-color: #ff8c00;
padding:1px 5px;
margin-left:2px;
font-size: smaller;
color:#fff !important;
text-decoration:none;
}

.hp a:hover{
background-color: #ffd700;
text-decoration:none;
}

#access h2{
		height:36px;
		background-image:url(../images/access1905.png);
		background-repeat:no-repeat;
		padding-left:150px;
		padding-top:12px;
		margin-bottom:-15px;
}
#access p{
    font-size:14px;
    font-weight:bold;
   color:#666666;
}
/* CONTENTSL CUSTOMIZE */
.news,#floormap,#info,#blog,#access{
	margin-bottom:30px
}

/* STICKER CUSTOMIZE */
#sticker {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
	
/* SUBMENU CUSTOMIZE */
.submenu ul {
		margin: 0; 
		padding: 0; 
		list-style: none; 
}
.submenu li {
		display: inline; 
		padding: 0; 
		margin: 0; 
}
.submenu li a{
		display: block; 
		border: 1px solid #d3e9f6;
		background-color: #ffffff;
		padding: 3px 10px;
		text-decoration: none;
		color: #333;
		width: 188px; 
		margin: 5px 0px;
		text-align: left;
		font-size: 14px;
		font-weight:bold;
}
.submenu li a:hover{
		border: 1px solid #d3e9f6;
		background-color: #d3e9f6;
}
.submenu p {
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrR {
    width:210px;
    margin:10px 0 0 0;
}
.bnrR img{
	margin-bottom:4px;
}
.bnrR ul {
  display: table;
  table-layout: fixed;
  width:225px;
	margin:0 0 0 2px;
}

.bnrR ul li {
  display: table-cell;
  list-style:none;
}

.bnrR ul li a{
  display: block;
  text-decoration: none;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin:0;
    padding:10px 0;
    text-align:center;
    border-top:1px solid #ddd;
}

#footMenu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a {
    color:#000;
}

#footMenu li a:hover {
    color:#666;
    text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:11px;
    color:#999;
    line-height:2.0;
    text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:0;
    bottom:0;
    padding:10px;
    background:#189cde;
}

#pageTop a {
    padding:0 0 0 12px;
    color:#FFF;
    font-size:11px;
		font-weight:bold;
    background:#189cde url("../images/bg_pagetop.gif") 0 50% no-repeat;
}