﻿h3#cindex {
    margin-bottom : 40px;
    font-size : 150%;
    font-weight : 600;
    text-align : center;
}

ul#facilities {
    list-style : none;
    overflow : hidden;
    width : 1200px;
    margin-bottom : 20px;
    z-index : 999;
    text-align : center;
}

ul#facilities li.typeA {
    display : inline-block;
    position : relative;
    width : 281px;
    margin : 0 25px 25px 0;
}

ul#facilities li.typeB {
    display : inline-block;
    position : relative;
    width : 281px;
    margin : 0 0 25px 0;
}

ul#facilities li a {
    display : block;
    padding : 15px;
    color : #191919;
    border : solid 3px #dcdcdc;
    border-radius : 10px;
    box-sizing : border-box;
    background : #ffffff url(arrow1.png);
    background-position : bottom 20px right 13px;
    background-repeat : no-repeat;
    text-decoration : none;
}

ul#facilities li a:hover {
    display : block;
    padding : 15px;
    color : #191919;
    border : solid 3px #f5e6be;
    border-radius : 10px;
    box-sizing : border-box;
    background : #f5e6be url(arrow2.png);
    background-position : bottom 20px right 13px;
    background-repeat : no-repeat;
    text-decoration : none;
}

.thumbnail {
	width : 245px;
	background-size : cover;
	background-position : center center;
	padding-top : 184px;
}

ul#facilities li dl {
    width : 245px;
}

ul#facilities li dl dt h3 {
    margin-bottom : 15px;
    padding : 10px 0 12px 0;
	background : #d7ebc3;
    text-align : center;
    font-size : 100%;
    font-weight : 600;
}

ul#facilities li dl dt h3 font {
    display : block;
}

ul#facilities li dl dd {
    line-height : 1.6em;
    text-align : left;
}

p.farea {
    position : absolute;
    width : 70px !important;
	width /**/: 80px;
    padding : 7px 5px 9px 5px;
    color : #ffffff;
    background : #2d7d14;
    font-size : 90%;
    font-weight : 600;
    text-align : center;
    top : 18px;
    left : 18px;
}

dl#sguide {
    clear : both;
    width : 517px !important;
	width /**/: 587px;
    margin : 0 auto 70px auto;
    padding : 30px 35px 30px 35px;
    background : #f5e6be;
    border-radius : 10px;
}

dl#sguide dt {
    margin-bottom : 15px;
    font-size : 120%;
    font-weight : 600;
    text-align : center;
}

dl#sguide dd {
    line-height : 1.6em;
}