
/* begin override */
.detail {
	margin-left: 0;
	margin-right: 0;
	border: none;
	background-color: aliceblue;
	font-size: 0.9em;
	color: rgb(161, 110, 67);
}

#main_contents div {
	margin-bottom: 0;
}

/* end override */

.EasyBLOG_Clear {
	clear: both;
}

.EasyBLOG_Clear:after {
  content: ""; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

#EasyBLOG_category {
/* 	background-color: rgb(255, 255, 255); */
/* 	padding: 8px; */
/* 	border: 1px solid rgb(102, 102, 102); */
/* 	margin-bottom: 8px; */
}

#EasyBLOG_category h3 {
/* 	color: rgb(137, 80, 38); */
/* 	font-weight: normal; */
/* 	border-bottom: 1px dotted; */
/* 	padding-bottom: 0px; */
/* 	margin-bottom: 16px; */
}

#EasyBLOG_category li {
/* 	margin-bottom: 4px; */
}

#EasyBLOG_category li.EasyBLOG_cl_select {
	background:#FFFFFF url(../img/common/arrow.png) no-repeat 5px center;
	display:block;
	padding:10px 10px 10px 25px;
	text-decoration:none;
	color:#000;
}

#EasyBLOG_main h2 {
	padding: 10px 60px;
	height: 33px;
	line-height: 33px;
	font-size: 200%;
	background:url(../img/common/bg_subtit640.png) no-repeat;
}

#EasyBLOG_main img {
	border: 1px solid #ccc;
	padding: 8px;
	padding-bottom: 16px;
}

#EasyBLOG_main .box {
	margin-left: 1em;
	margin-right: 1em;
}

#EasyBLOG_main p {
/* 	margin */
	text-align: center;
}

#EasyBLOG_main .list_box {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 32px;
	padding-bottom: 16px;
	width: 210px;
	float: left;
	margin-left: 10px;
	min-height: 330px;
	max-height: 400px;
	overflow: hidden;
	position: relative;
}

#EasyBLOG_main .list_box p {
	padding-bottom: 0;
}

#EasyBLOG_main .list_box .title,
#EasyBLOG_main .list_box .date,
#EasyBLOG_main .list_box .next,
#EasyBLOG_main .list_box .description
{
/* 	margin-left: 256px; */
}

#EasyBLOG_main .list_box .details_button {
	text-align: center;
	position: absolute;
	width: 200px;
	bottom: 16px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#EasyBLOG_main .list_box .details_button a {
	display: block;
	border-radius: 6px;
	background-color: rgb(255, 143, 0);
	color: white;
	padding: 4px 6px;
}

#EasyBLOG_main .EasyBLOG_main_image {
	text-align: center;
	margin-bottom: 24px;
}

#EasyBLOG_main .textbox {
	display: table;
}

#EasyBLOG_main .list_box .next {
	float: right;
	padding: 6px 10px;
	background-color: rgb(245, 234, 221);
	border-radius: 6px;
	display: inline-block;
}

#EasyBLOG_main .list_box .category,
#EasyBLOG_main .list_box .date {
	padding-bottom: 0;
	color: rgb(161, 110, 67);
	font-size: 0.9em;
}

#EasyBLOG_main .list_box .description {
	width: 195px;
	margin: 8px auto 0;
}

#EasyBLOG_main .list_box .title {
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 4px solid rgb(245, 234, 221);
	font-size: 1.2em;
}

#EasyBLOG_main .list_box .title a {
	text-decoration: none;
}

#EasyBLOG_main .list_box .thumbnail {
/* 	float: left; */
/* 	width: 260px; */
	text-align: center;
}

#EasyBLOG_main .list_box .thumbnail img {
	padding: 2px;
	width: 190px;
	height: 190px;
}

#EasyBLOG_main .history_back {
	margin-left: 1em;
	margin-bottom: 1em;
}

#EasyBLOG_main .prev {
	margin-left: 1em;
	margin-bottom: 1em;
	float: left;
}

#EasyBLOG_main .next {
	margin-right: 1em;
	margin-bottom: 1em;
	float: right;
}

#EasyBLOG_title {
	position: relative;
	width: auto;
	top: auto;
	left: auto;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted rgb(128, 128, 128);
	padding-bottom: 3px;
	color: rgb(0, 88, 40);
}

