@charset "utf-8";


/* contents */

.indent3em {
	text-indent:-3em;
	padding:0 0 0 3em;
}

/* tour */
#workshop {
	position:relative;
	width:100%;
	padding-top:40px;
	background:url(../../common/img/bg02.png) center 30px repeat-x;
}

#workshop .inner {
	width:1000px;
	margin:0 auto 60px;
	padding:40px 0 0;
}

#workshop h2 {
	width:980px;
	margin:0 auto;
	font-size:36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-align:center;
}
#workshop h2:after {
	content:"";
	display:block;
	height:1px;
	width:980px;	margin:0 auto;
	background:#ee23ae;
	background:-webkit-gradient(linear, left top, right bottom, from(#ee23ae), to(#d20b21));
	background:-moz-linear-gradient(left, #ee23ae, #d20b21);
	background:linear-gradient(left, #ee23ae, #d20b21);
}

#workshop h3 {
	width:980px;
	margin:0 auto;
	padding:10px 0 0;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

#workshop h4 {
	width:700px;
	margin:30px auto 50px;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	color:#D01126;
}

#workshop h4 > div {
	display:inline;
	padding:2px 8px;
	background:#F15E70;
	color:#fff;
	font-size:90%;
}

#workshop p {
	width:100%;
	margin:0 auto;
	font-size:14px;
	text-align:left;
}
#workshop p span {
	display:block;
	width:100%;
	margin:0 0 15px;
	font-size:13px;
}

#workshop p.maintx {
	font-size:17px;
}

#workshop .box1 {
	width:380px;
	margin:30px 0;
	padding:15px;
	border:2px solid #FFB030;
	border-radius:5px;
}

#workshop .info_mail {
    text-align:center;
}
#workshop .info_mail span {
    display:inline-block;
    margin:0;
    padding:5px 10px;
    background:rgba(255,155,180,0.1);
    font-size:14px;
    color:#777;
}
#workshop .info_mail a {
    color:#cf1225;
}
#workshop .info_mail a:hover {
    color:#e5004f;
    text-decoration:underline;
}

#workshop table {
	width:800px;
	border:none;
	margin:20px auto;
	font-size:14px;
	border-collapse:separate;
	border-spacing:6px;
}
#workshop table td {

}
#workshop table .title {
	width:120px;
	padding:10px;
	color:#bb2255;
	line-height:1.8em;
	font-weight:bold;
	letter-spacing:2px;
	vertical-align:top;
	background:-webkit-gradient(linear, left top, right bottom, from(rgba(255,88,110,0.5)), to(rgba(230,128,153,0.3)));
	background:-moz-linear-gradient(left, rgba(255,88,110,0.5), rgba(230,128,153,0.3));
	background:linear-gradient(left, rgba(255,88,110,0.5), rgba(230,128,153,0.3));
}
#workshop table .con {
	width:680px;
	padding:10px;
	line-height:1.8em;
	vertical-align:top;
	background:-webkit-gradient(linear, left top, right bottom, from(rgba(255,245,245,0.7)), to(rgba(230,128,173,0.2)));
	background:-moz-linear-gradient(left, rgba(255,245,245,0.7), rgba(230,128,173,0.2));
	background:linear-gradient(left, rgba(255,245,245,0.7), rgba(230,128,173,0.2));
}

#workshop table .con a {
	color:#000;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
#workshop table .con a:hover {
	color:#000;
	text-decoration:underline;
}
#workshop table .price {
	 color:#db2255;
}
#workshop table td span {
	font-size:13px;
}

#workshop .ttl {
	display:block;
	width:100%;
	margin:60px auto 0;
	padding:5px 0;
	font-size:20px;
	text-align:center;
	background: -moz-linear-gradient(left top,
		#fff,
		#fff 25%,
		#f4eeeb 25%,
		#f4eeeb 50%,
		#fff 50%,
		#fff 75%,
		#f4eeeb 75%,
		#f4eeeb);  
	background: -webkit-gradient(linear, left top, right bottom,
		from(#fff),
		color-stop(25%, #fff),
		color-stop(25%, #f4eeeb),
		color-stop(50%, #f4eeeb), 
		color-stop(50%, #fff),
		color-stop(75%, #fff),
		color-stop(75%, #f4eeeb),
		to(#f4eeeb)); 
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
}

#workshop .border {
	display:block;
	width:100%;
	height:6px;
	margin:0 auto 0;
	background: -moz-linear-gradient(left top,
		#e5004f,
		#e5004f 25%,
		#af083e 25%,
		#af083e 50%,
		#e5004f 50%,
		#e5004f 75%,
		#af083e 75%,
		#af083e);  
	background: -webkit-gradient(linear, left top, right bottom,
		from(#e5004f),
		color-stop(25%, #e5004f),
		color-stop(25%, #af083e),
		color-stop(50%, #af083e), 
		color-stop(50%, #e5004f),
		color-stop(75%, #e5004f),
		color-stop(75%, #af083e),
		to(#af083e)); 
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
}

#workshop .comingsoon {
	width:30%;
	height:40px;
	margin:40px auto 0;
	line-height:40px;
	text-align:center;
	border-radius:10px;
	font-size:15px;
	color:#fff;
	background:#EB1C1F;
}


#timetable {
	width:100% !important;
	margin: 0 0 40px 0;
	background: #FFF;
}
#timetable tr td {
	padding: 15px 10px;
	text-align: left;
	height: auto;
	border: none;
	line-height: 1.5em;
	letter-spacing:1px !important;
	border:1px solid #ddd;
}
#timetable tr td.title {
	width: 130px;
	background:#ffeaf0 !important;
	color: #000;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#timetable tr td.title_top {
	width: 130px;
	background-color: #cf1225;
	color: #FFF;
	text-align: center;
}
#timetable tr td.con {
	padding-left:10px;
	background:#fff !important;
}

#timetable tr td.title p {
	margin:1em 0 0;
	font-size:12px;
	color:#c02;
	font-weight:normal;
}
#timetable tr td.kyuukei {
	text-align:center;
	background:#f7f7f7;
}


.sesno {
	font-size:16px;
	font-weight:bold;
	color:#c02;
}
.sesttl {
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin:5px 0 10px;
}
.sestx {
	font-size:12px;
	margin:12px 0;
	padding:12px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.sesperson {
	color:#333;
	font-size:13px;
	margin:12px 0 0;
	padding:12px 0 0;
	border-top:1px dotted #ccc;
}
.sesperson span {
	display:block;
	margin:0 !important;
	color:#666;
	font-size:12px;
}
.sesperson span.cate {
	display:block;
	color:#BC596C;
	font-size:14px;
}

.btn_workshop_entry {
	width:400px;
	display:block;
	margin:40px auto 20px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:50px;
	box-shadow:4px 4px 4px rgba(0,0,0,0.4);
	color:#fff;
	background: -moz-linear-gradient(left top,
		#999,
		#999 25%,
		#444 25%,
		#444 50%,
		#999 50%,
		#999 75%,
		#444 75%,
		#444);  
	background: -webkit-gradient(linear, left top, right bottom,
		from(#999),
		color-stop(25%, #999),
		color-stop(25%, #999),
		color-stop(50%, #444), 
		color-stop(50%, #444),
		color-stop(75%, #999),
		color-stop(75%, #999),
		to(#444)); 
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
    opacity:0.4;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    cursor:default;
}
/*
.btn_workshop_entry:hover {
	opacity:0.5;
}
*/
.btn_workshop_entry_cap {
	display:block;
	width:70%;
	margin:0 auto 80px;
	text-align:center;
	font-size:15px;
}

.regist_set {
	width:980px;
	margin:60px auto 80px;
	border-radius:10px;
	background:#fff;
	box-shadow:0 0 15px rgba(0,0,0,0.25);
}

.regist_set .regist_box {
	float:left;
	width:240px;
	margin:40px 40px 40px 45px;
	text-align:center;
}
.regist_set .login_box {
	float:left;
	width:270px;
	margin:40px 0;
	padding:0 24px;
	text-align:center;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.regist_set .id_info {
	float:right;
	width:240px;
	margin:40px 45px 40px 40px;
	text-align:center;
	color: #C20000;
}

.regist_set h5 {
	margin:0 0 30px;
	font-size:16px;
	color:#232323;
	letter-spacing:1px;
}

.regist_set .id_info h5 {
	margin:0 0 20px;
	font-size:14px;
	color:#C20000;
	letter-spacing:1px;
	
}

.regist_set .regist_box a {
	display:block;
	width:250px;
	height:80px;
	margin:15px auto;
	border-radius:40px;
	box-shadow:0 0 0 rgba(0,0,0,0);
	font-size:24px;
	text-align:center;
	line-height:80px;
	background:#f18d00;
	color:#fff;
	text-decoration:none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.regist_set .regist_box a:hover {
	color:#00538F;
	background:#FFFE6F;
	box-shadow:0 5px 5px rgba(0,0,0,0.2);

}

.regist_set .login_box .idpw {
	display:block;
	width:240px;
	height:30px;
	margin:0 auto 20px;
	padding:5px 0 !important;
	font-size:14px !important;
	color:#fff;
	line-height:30px !important;
	background:#7b7b7b;
	border-radius:20px;
	border:none;
	outline:none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.regist_set .login_box span.id {
	display: block;
	padding: 0 0 0 35px;
	background: url(../img/icon_id.png) no-repeat 8px 0;
}
.regist_set .login_box span.pw {
	display: block;
	padding: 0 0 0 35px;
	background: url(../img/icon_pw.png) no-repeat 8px 0;
}
.regist_set .login_box span input {
	width:180px;
	outline: none;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
	font-size:14px !important;
	color:#fff;
	line-height:28px !important;
	border:none;
}
	
.regist_set .login_box a {
	font-size:12px;
	text-decoration:underline;
}
.regist_set .login_box input.btn_submit {
	width:240px;
	background:#2f3771;
	font-size:12px !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 700 !important;
	letter-spacing:1px;
	color:#fff;
	height:40px;
	border:none;
	border-radius:20px;
	padding:0 0 !important;
	line-height:40px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.regist_set .login_box input.btn_submit:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
	opacity:0.6;
}

.regist_set .id_info > div {
	padding:10px 0;
    font-size: 13px;
	text-align:left;
	line-height:1.7em;
	color:#ff1b1b;
}

.regist_set .id_info > div .login_mini_txt {
	margin:1.5em 0 0;
    font-size: 11px;
	line-height:1.7em;
}

