@charset "UTF-8";


/* --- box-layout --- */

#mainArea .box{
	width:190px;
	height:auto;
	margin: 10px 10px 10px 10px;
	float: left;
	display: inline;
	text-align: left;
	position: relative;
	opacity:0;
	overflow: hidden;
	background-color:#fff;
border-radius: 8px;
font-size: 90%;
}

.box .inner{
	padding:15px 15px 10px 15px;
	position:relative;
}

.box .inner2{
	padding:35px 15px 35px 15px;
	position:relative;
	background-color:#8fc8f3;
	text-align: center;

}

.box .inner2 a{
font-size: 120%;
color: #fff;
font-weight: bold;
}

/* --- box-detail --- */

#mainArea .box .thum{
	width:160px;
	height:auto;
	margin: 10px 10px 10px 10px;
	position:relative;
}
#mainArea .box.archiveArea .thum, #mainArea .archiveArea .thum{
	float:left;
	margin:0 0px 0 0;
	padding:0px;
}

