﻿@charset "utf-8";

dl.title dt span {
    font-size: 25px;
}

/******************** guide ********************/
.guide {
    text-align: left;
    margin-bottom: 50px;
}
.guide p {
    padding: 0 10px 20px;
}
dl dt {
    color: #00576e;
    font-size: 20px;
    margin-bottom: 10px;
}
.guide h2 {
    background: #00576e;
    line-height: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: none;
    font-weight: normal;
    color: #fff;
}
.guide h2 span {
    border-right: 8px solid #fff;
    font-weight: bold;
    margin-right: 10px;
    padding-right: 10px;
}
.guide ul {
    margin: 0 10px 25px 25px;
}
.guide ul li {
    list-style-type: circle;
    list-style-position: outside;
    margin: 0 0 10px;
    line-height: 150%;
}
.guide button {
	line-height: 30px;
	background: #f5f5f5;
    padding:  0 10px;
	color: #008cd5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    border: 1px solid #008cd5;
    margin: 5px 10px 0 0;
}
/********************/
.guide table {   
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: -20px 0 20px 0;
    font-size: 14px;
}
.guide table th {
	width: 30%;
	padding: 8px 10px;
    background: #f5f5f5;
	border: 1px solid #000;
    font-weight: normal;
}
.guide table td {
	padding: 8px 10px;
	border: 1px solid #000;
}
@media screen and (min-width: 320px) and (max-width: 650px){
.guide table {   
    border-top: 1px solid #000;
}
.guide table tr {
    display: flex;
    flex-direction:column;
    border-bottom: 1px solid #000;
}
.guide table th {
	width: 100%;
	padding: 4px 10px;
	border: none;
}
.guide table td {
	padding: 4px 10px;
	border: none;
}
}
/******************** exhibition ********************/
.exhibition {
    text-align: left;
    padding: 10px;
    margin: 0 10px 15px;
    border: 1px solid #000;
}
.exhibition h3 {
    font-size: 18px;
}
.exhibition p {
    text-align: left;
    margin-left: 20px;
}
ul.icon {
    display: flex;
    justify-content: flex-start;
    margin: 2px 0 10px 20px;
}
ul.icon li {
    background: #777;
    display: block;
    line-height: 20px;
    padding: 0 5px;
    color: #FFF;
    font-size: 11px;
    border-radius: 2px;
    margin-right: 2px;
}
iframe {
    width: 100%;
    height: 340px;
    margin: 10px auto 5px;
}
p.view {
    text-align: center;
    margin: 0 0 0 -5px;
}
p.view a {
    margin: 0 auto;
    display: block;
	width: 240px;
	line-height: 40px;
	font-size: 20px;
	background: #000;
	color: #fff;
    text-decoration: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}

p#exhibition_item_list {
    margin: 0 10px;
}
p#exhibition_item_list button {
	width: 100%!important;
	line-height: 60px;
	font-size: 20px;
	background: #d5003c;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}





