﻿/*----------LIST----------*/

h3#cindex {
    margin-bottom : 6%;
    font-size : 130%;
    font-weight : 600;
    text-align : center;
}

ul#facilities {
    list-style : none;
    overflow : hidden;
    width : 100%;
    margin-bottom : 3%;
}

ul#facilities li {
    display : block;
    position : relative;
    width : 100%;
    margin-bottom : 5%;
}

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

.thumbnail {
	width : 40%;
	background-size : cover;
	background-position : center center;
	padding-top : 140px;
}

ul#facilities li dl {
    position : absolute;
    width : 50%;
    top : 15px;
    right : 15px;
}

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

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

ul#facilities li dl dt h3 span {
    display : none;
}

ul#facilities li dl dd {
    line-height : 1.5em;
}

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 : 15px;
    left : 15px;
}

dl#sguide {
    clear : both;
    padding : 7% 7.5% 7% 7.5%;
    background : #f5e6be;
    border-radius : 10px;
}

dl#sguide dt {
    margin-bottom : 5%;
    font-size : 110%;
    font-weight : 600;
    text-align : center;
}

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