@charset "utf-8";

/*--------------------------------------- schedule */
#schedule .wrap {
	border-bottom: dotted 1px #999999;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#schedule .wrap .left {
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
	margin-right: -110px;
}
#schedule .wrap .right_frame {
	float: left;
	width: 100%;
}
#schedule .wrap .right {
	margin-left: 110px;
}
#schedule .wrap .right h4 a {
	font-weight: bold;
	color: #0096D7;
}
#schedule .wrap .right h4 a:hover {
	color: #333;
}
#schedule .wrap .muryo,
#schedule .wrap .uketuke  {
	margin-bottom: 5px;
}
#schedule .wrap p {
	margin-top: 10px;
}
.gray {
	width: 70px;
	height: 24px;
	background-color: #F0F0F0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px;
}
.map iframe {
	margin: 20px 0 0 5%;
	width: 90%;
}
/*--------------------------------------- privacypolicy */
#privacy h3 {
	margin: 40px 0 10px 0;
}

/*--------------------------------------- report */
#report .wrap {
	border-bottom: dotted 1px #999999;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#report .wrap .left {
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
}
#report .wrap .right {
	float: left;
	width: 60%;
}
#report .wrap .right h4 a {
	font-weight: bold;
	color: #0096D7;
}
#report .wrap .right h4 a:hover {
	color: #333;
}
#report .wrap p {
	margin-top: 10px;
}
.yellow {
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	width: 115px;
	height: 20px;
	background-color: #FFC01A;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 13px;
}
.yellow02 {
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	width: 135px;
	height: 20px;
	background-color: #FFC01A;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 13px;
}
.yellow03 {
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	width: 180px;
	height: 20px;
	background-color: #FFC01A;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 13px;
}


.youtube {
    position:relative;
    width:90%;
    margin: 20px auto 0 auto;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;

}
.report_img {
	margin-top: 15px;
}
.report_img img {
	margin-top: 5px;
}