@charset "utf-8";


/* clearfix
 http://kojika17.com/2011/04/floatclearfix.php
*/

.clearfix {
	zoom:1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


.ws_left_area {
	width: 480px;
	float:left;
	margin-left:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	margin-top:25px;
}


.ws_left_area .ws_left_container {
	margin-bottom:45px;
	padding-bottom:10px;
	border-bottom:#999 1px dashed;
	margin-top:5px;
}


.ws_left_area .ws_left_container .ws_time {
	width:70px;
	float:left;
	font-weight:bold;
}


.ws_left_area .ws_left_container .ws_note {
	width:400px;
	float:left;
}

.ws_left_area .ws_left_container .ws_note  .ws_caution {
	color:#C33;
	font-size:12px;
	padding-top:5px;
	margin-bottom:10px;
	margin-left:1em;
	text-indent:-1em;
}



.ws_right_area {
	width: 210px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}


.ws_right_area .ws_image {
	padding:5px 5px 5px 5px;
	background-color:#FDFDFD;
	font-size:10px;
	text-align:center;
	border:1px #999999 solid;
	margin-top:15px;
	line-height:20px;
    background: -moz-linear-gradient(top, #FDFDFD, #f9f9f9);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#f9f9f9));　/* Safari,Google Chrome用 */
}