/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/





/*
======================================
 WORKSHOP COMMON STYLE
======================================
*/
#bungei-16th #copy {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
#bungei-16th #copy strong {
	color: #f00;
	font-size: 18px;
	line-height: 24px;
}
#bungei-16th #schedule dl {
	width: 100%;
}
#bungei-16th #schedule dt {
	position: relative;
	width: auto;
	padding: 5px 10px;
	background-image: linear-gradient(bottom, rgb(45,114,194) 0%, rgb(9,80,161) 100%);
	background-image: -o-linear-gradient(bottom, rgb(45,114,194) 0%, rgb(9,80,161) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(45,114,194) 0%, rgb(9,80,161) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(45,114,194) 0%, rgb(9,80,161) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(45,114,194) 0%, rgb(9,80,161) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(45,114,194)), color-stop(1, rgb(9,80,161)));
	border-bottom: 1px solid #013a77;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
#bungei-16th #schedule dd {
	background: #f5fafd;
	padding: 5px 10px 10px;
	border-bottom: 1px solid #ddd;
}
#bungei-16th #schedule dd .theme {
	margin: 5px 0 10px;
	padding-left: 10px;
	border-left: 3px solid #56c0ff;
	font-weight: bold;
	line-height: 24px;
}
#bungei-16th #schedule dd .theme span {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
#bungei-16th #schedule p.mini {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}
#bungei-16th #detail dl {
	width: 100%;
}
#bungei-16th #detail dt {
	position: relative;
	width: auto;
	padding: 5px 10px;
	background-image: linear-gradient(bottom, rgb(45,114,194) 0%, rgb(9,80,161) 100%);
	background-image: -o-linear-gradient(bottom, rgb(45,114,194) 0%, rgb(9,80,161) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(45,114,194) 0%, rgb(9,80,161) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(45,114,194) 0%, rgb(9,80,161) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(45,114,194) 0%, rgb(9,80,161) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(45,114,194)), color-stop(1, rgb(9,80,161)));
	border-bottom: 1px solid #013a77;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
#bungei-16th #detail dt {
	position: relative;
	width: auto;
	padding: 3px 10px;
	background-image: linear-gradient(bottom, rgb(254,222,144) 0%, rgb(255,198,60) 100%);
	background-image: -o-linear-gradient(bottom, rgb(254,222,144) 0%, rgb(255,198,60) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(254,222,144) 0%, rgb(255,198,60) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(254,222,144) 0%, rgb(255,198,60) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(254,222,144) 0%, rgb(255,198,60) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(254,222,144)), color-stop(1, rgb(255,198,60)));
	border-bottom: 1px solid #ffc63c;
	text-align: left;
	color: #333;
	font-weight: bold;
}
#bungei-16th #detail dd {
	margin: 5px 10px 10px;
}
#bungei-16th #detail span.mini {
	font-size: 12px;
	line-height: 14px;
}
#workshop table.date02{
	margin-top:10px;
	width:auto;
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom:10px;
	margin-left:10px;
	color: #666;
}
#workshop table.date02 th{
	width:auto;
	padding:0px;
	text-align:right;
	font-weight:nomal;
}
#workshop table.date02 td{
	width:auto;
	padding:0px;
	text-align:right;
}
#workshop .mov {
	padding: 0 10px;
}
#workshop .youtube {
	position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 10px;
}
#workshop .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


