@charset "utf-8";

/* ----------video style---------- */

/* main visual */

h1 {
	margin-bottom: 5px;
}

ul.list_anchor {
	margin: 0;
}


ul.list_anchor li {
	margin-right: 10px;
}


/* note */

.video_note {
	margin-top: 0.5em;
}

/* category head */

#cate_head01,
#cate_head02,
#cate_head03 {
	clear: both;
	margin-top: 15px;
	margin-bottom: 5px;
}


h3 {
	border-bottom: 1px solid #3C3D8C;
	margin-bottom: 0.5em;
	color: #3C3D8C;
}


/* box */

.box_left,
.video_left1,
.video_left2 {
	float: left;
	width: 340px;
}

.box_right,
.video_right1,
.video_right2 {
	float: right;
	width: 340px;
}

.video_left1,
.video_right1 {
	border-top: 1px solid #3C3D8C;
	margin-top: 5px;
	padding-top: 0.5em;
}


/* video box */


.video_thumb {
	float: left;
	width: 46px;
	height: 40px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.video_data {
	float: left;
	width: 286px;
}

.video_data p {
	line-height: normal;
}

.video_time {
	background: url(../images/icon_wmv.gif) no-repeat 3px center;
	padding-left: 20px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

