﻿
.area_ws{
	font-family:'ヒラギノ角ゴ Pro W6', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.area_ws img{
	border:4px solid #fff;
	border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px;
}
.ws_box{
	padding:15px;
	margin-top:10px;
	border-radius: 8px;
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;
		background:url(../img/ws_bg_zensoku.jpg);
		background:url(../img/ws_bg_book.png) no-repeat top right;
}

.ws_mds{
	margin:20px 0;
	font-size:1.6em;
	color:#333;
	font-weight:bold;
	line-height:125%;
}
.ws_mds .ws_mds_sub {
	font-size:80%;
	color:#666;
}
.ws_mds span {
	font-size:80%;
	font-weight:normal;
}

.ws_date{
	font-size:1.15em;
	padding:4px 10px;
	font-weight:bold;
	background-color:#fff;
	color:#fff;
	border-radius: 8px;
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;
}

.cell_eve_fin {
	z-index:3;
}


.t_join {
	padding-left:10px;
	font-size:1.15em;
}

.ws_tonyo .ws_date{ background-color:#E2752E;}
.ws_tonyo .t_join{ color:#E2752E;}

.ws_zensoku .ws_date{ background-color:#390;}
.ws_zensoku .t_join{ color:#390;}

.ws_cnsr .ws_date{ background-color:#F05E92;}
.ws_cnsr .t_join{ color:#F05E92;}

.ws_box dl,
.ws_box dt,
.ws_box dd{
	margin:0;
	padding:0;
	border-radius: 2px;
    -webkit-border-radius: 2px;  
    -moz-border-radius: 2px;
}
.ws_box dt{
	clear:both;
	float:left;
	padding:6px;
	width:7em;
	background-color:#fff;
	color:#666;
	border:1px dotted #C9C;
	line-height:100%;
	font-size:0.9em;
	text-align:center;
}
.ws_box dd{
	margin-left:8em;
	padding-bottom:0.8em;
}
.ws_prof{
		font-family:'ヒラギノ角ゴ Pro W6', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:0.9em;
	line-height:140%;
	border-top:1px dotted #ccc;
	margin-top:10px;
	padding-top:10px;
}
.ws_prof_name{
	padding:8px 0 5px 0;
}
.ws_prof_name span{
	font-weight:bold;
	font-size:1.2em;
}


/* イベント開催　.ws_box_on */

.ws_box_on .cell_eve_fin,
.ws_box_on .ws_mds .t_atn {
	display:none;
}


/* イベント開催　.ws_box_off */

.ws_box_off {
	opacity:0.5;
	-ms-filter: "alpha( opacity=50)";
	filter: alpha( opacity=50);
	z-index:1;
}

.ws_box_off .dl_entry {
	display:none;
}
