@charset "utf-8";

/* ===================================================================
CSS information

 file name  :space.css
 author     :PCBrain
 style info :会場一覧
=================================================================== */

#space #main {
    width: 660px;
    float: right;
}

#space #main h2{
    line-height: 1.4;
    margin-bottom: 5px;
    font-family: "source-han-serif-japanese", "游明朝", YuMincho, "Sawarabi Mincho", "Ryumin Light KL", "リュウミン L-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif, serif;
}

#space #main .areaList {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#space #main .areaList li,
#space #main .areaList.spacArea li.current-cat{
    background: #286432;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 20px 10px 0;
    
    width: 317px;
}

#space #main .areaList li:nth-child(2n) {
    margin-right: 0 !important;
}

#space #main .areaList li:hover {
    opacity: 0.8;
    transition: 0.7s;
}

#space #main .areaList li a {
    color: #fff;
    position: relative;
    padding: 10px 40px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    text-decoration: none;
}

#space #main .areaList li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#space #main .areaList.spacArea li{
    background: #ccc;
}

#space #main article {
    margin-bottom: 30px;
}

#space #main article .spaceSummary {
    position: relative;
    overflow: hidden;
}

#space #main article .spaceImg {
    width: 190px;
    height: 134px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 15px;
}

#space #main article .spaceImg a {
    display: block;
    color: #fff;
    text-decoration: none;
}

#space #main article span {
    background: #442016;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: inline-block;
}

#space #main article img {
    position: absolute;
    width: 190px;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

#space #main article h3 {
    background: #ece9e0;
    position: relative;
    font-size: 18px;
    padding: 5px 10px 5px 25px;
    line-height: 1.4;
    margin-bottom: 10px;
}

#space #main article h3:before {
    background: #a80e0e;
    content: '';
    width: 8px;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    display: block;
    position: absolute;
    left: 5px;
}

#space #main article table {
    margin-bottom: 10px;
}

#space #main table {
    border-top: #333 dotted 1px;
    width: 100%;
    margin-bottom: 30px;
    border-right: none;
}

#space #main tbody {}

#space #main tr {}

#space #main table th,
#space #main table td {
    border-bottom: #333 dotted 1px;
    padding: 8px 5px;
    background: none;
    border-left: none;
    font-size: 14px;

}

#space #main article .btn {
    text-align: right;
    font-weight: bold;
}

#space #main article .btn a {
    width: 170px;
    text-align: center;
}

#space #main .spaceDetail .imgC {
    margin-bottom: 30px;
}

#space #main .spaceDetail ul {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}

#space #main .spaceDetail ul li {
    width: 315px;
    height: 220px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

#space #main .spaceDetail ul li:nth-child(2n) {
    float: right;
}

#space #main .spaceDetail ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

#space #main .spaceDetail h3 {
    background: #ece9e0;
    position: relative;
    font-size: 18px;
    padding: 5px 10px 5px 25px;
    line-height: 1.4;
    margin-bottom: 20px;
}

#space #main .spaceDetail h3:before {
    background: #a80e0e;
    content: '';
    width: 8px;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    display: block;
    position: absolute;
    left: 5px;
}

#space #main .spaceDetail span{
    background: #442016;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 0 15px;
    display: inline-block;
    margin-bottom: 10px;
}
#space #main .spaceDetail span a {
    color: #fff;
    text-decoration: none;
}


#space #main .spaceDetail .spaceMap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

#space #main .spaceDetail .spaceMap iframe,
#space #main .spaceDetail .spaceMap object,
#space #main .spaceDetail .spaceMap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#space #main .spaceDetail .banquetList{
    position: relative;
    overflow: hidden;
}



#space #main .spaceDetail .banquetList li {
    width: 100%;
    float: none;
    height: auto;
}

#space #main .spaceDetail .banquetList li span{
    display: block;
    width: 190px;
    height: 134px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 15px;
    background: none;
}

#space #main .spaceDetail .banquetList li span img{
}

#space #main .spaceDetail .banquetList li h4{
    border-bottom: #286432 solid 7px;
    margin-bottom: 15px;
    font-size: 18px;
    background: none;
    border-radius: 0;
    	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    display: block;
    color: #333;
    padding: 0;
    text-align: inherit;
    font-weight: bold;
    line-height: 1.4;
}




#space #main table.listT{
	margin-left:1px;
	width: 99.9%;
	clear: both;
	border-collapse: collapse;
	empty-cells: show;
	font-size:12px;
	text-align:center;
}
#space #main table.listT td,
#space #main table.listT th{
	padding: 5px;
	border: 1px solid;
	border-color: #cfcfcf;
}
#space #main table.listT th {
	background:#eeeeee;
}
#space #main table.listT th a,
#space #main table.listT td a{
	color:#1c18c3;
}
#space #main table.listT thead th {
	text-align:center;
	background:#957b5d ;
	color:#fff;	
	font-size:14px;
	text-align:center;
}
#space #main #space #main table.listT td a{
	padding-left:10px;
}
#space #main table.listT tr.current-banquet td,
#space #main table.listT tr.current-banquet th,
#space #main table.listT tr:hover td,
#space #main table.listT tr:hover th{
	background:#fffc9f;
}
#space #main table.listT thead:hover th {
	background:#88b10f;
}

#space #main table.listT td span{
    display: block;
    font-size: 80%;
}
