@charset "UTF-8" ;

.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:70%;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}

.moviestyle
{
	margin-top:1%;
	width:90%;
	height:100%;


}

.moviebutton
{
	text-align:center;
}

.modalformdisplay
{
	display: inline-block;
	width:20%;
	text-align:center;
	background-color:#FFFFFF;
	color:#000000;
	font-weight:bold;
	border-radius: 3px;
}


.kakakuarea
{
	display: inline-block;
	width:50%;
	margin-bottom:5px;
    background-color: #8d1e47;
    border: 2px dashed #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 4px #8d1e47;
    color: #fff;
	
}
.kakakuarea h10
{
	color:#FF0000;
	font-weight:4.0em;
	float:left;
}

.kakakuarea_top
{
	display: inline-block;
	width:100%;
	height:100%;
	margin-top:5px;
	margin-bottom:5px;
    /*background-color: #8d1e47;*/
    border: 2px dashed #fff;
    border-radius: 8px;
    /*box-shadow: 0 0 0 4px #8d1e47;*/
    color: #fff;
}


.kakakuarea_normal
{
	display: inline-block;
	width:600px;
	height:100%;
	margin-top:5px;
	margin-bottom:5px;
    background-color: #8d1e47;
    border: 2px dashed #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 4px #8d1e47;
    color: #fff;
}

.kakakuarea_normal p
{
color:#FFD700; font-weight:bold; font-size:1.2em; margin-top:20px;margin-bottom:5px;
}

.kakakuarea_normal h10
{
	color:#FF0000;
	font-weight:4.0em;
	float:left;
}

.display_kakaku
{
	float:left;
	width: 50%;
	height:3%;
	margin: 0 auto;
	margin-bottom:10px;
}

.midashi {
border-bottom: solid 3px #cce4ff;
position: relative;
font-size:1.5em;

}

.midashi:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #5472cd;
bottom: -3px;
width: 20%;

}

table.typemodal {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin-top:5%;
}
table.typemodal th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table.typemodal td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}


#areazu {
text-align: center;
}




