.section_vert{width:100%}
.section_vert a{text-decoration:none}

.section_vert .main .img_main{position:relative}
.section_vert .main .img_main .tit_board{display:block;position:absolute;top:0;left:10px;padding:5px 10px;background:#f84e32;color:#FFF;font-weight:bold}
.section_vert .main .txt_main{position:relative;padding:8px;background:#eee;color:#a1a3b2}
.section_vert .main .txt_main .cmt{position:absolute;top:8px;right:17px;font-weight:bold}
.section_vert .main .txt_main .cmt .ico_heart{display:inline-block;padding-right:3px;color:#F00}
.section_vert .main .tit_main{margin-top:5px;padding:5px 10px;border-left:7px solid #f84e32;font-size:13px;font-weight:bold}
.section_vert .main .desc_main{margin-top:8px;color:#a1a3b2;line-height:1.5}
.section_vert .main .desc_main a:link, .section_vert .main .desc_main a:visited{color:#a3969e;}

.section_vert .sub ul{padding:0;margin:10px 0 0;list-style:none}
.section_vert .sub ul li{width:100%;/*border-bottom:1px solid #ddd;*//*padding:10px 0;*/zoom:1}
.section_vert .sub ul li:after{visibility:hidden;content:"";display:block;clear:both}
.section_vert .sub ul .lst{padding-bottom:0}
.section_vert .sub .img_sub{float:left}
.section_vert .sub .inner_sub{float:left;padding-left:15px;}
.section_vert .sub .inner_sub .txt_sub{color:#a1a3b2}
.section_vert .sub .inner_sub .tit_sub{width:225px;margin-top:10px;color:#19232d;font-weight:bold}
.section_vert .sub .inner_sub .tit_sub a:link, .section_vert .sub .inner_sub .tit_sub a:visited{color:#a1a3b2;}
.section_vert .sub .inner_sub .tit_sub a:hover{color:#f84e32}



*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	/*cursor: default;*/
	list-style: none;
	width:100%
}

.hoverbox a
{
	/*cursor: default;*/
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -100px;
	left: 20px;
	z-index: 1;
}

.hoverbox img
{

}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;

	position: relative;
}

.hoverbox div
{
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	float: left;

}


.hoverbox .preview
{
	
	border: 3px solid #fff;
	
}

.info_t {margin:0 auto; width:1200px;}