﻿@charset "UTF-8";

.fileDlBox {
	margin-top:45px;
}
.fileDlBox h4 {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #555;
}
.fileDlBox dl {
	padding:10px 30px;
}
.fileDlBox dl dt {
	float:left;
	width:500px;
	padding-left:20px;
	list-style:none;
	font-size:0.8em;
	background:url("/support/images/ico_circle_ns.gif") no-repeat 3px 4px;
}
.fileDlBox dl dt span {
	padding-right:5px;
	font-weight:bold;
}
.fileDlBox dl dd {
	float:left;
	font-size:0.8em;
}
.fileDlBox dl dd a {
	padding:0 10px;
	background:#555;
	color:#fff;
}
.fileDlBox dl dd a:hover {
	padding:0 10px;
	background:#999;
	color:#fff;
}
/* clearfix */
.fileDlBox dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .fileDlBox dl {
	height: 1%;
}
.fileDlBox dl {
	zoom: 100%;
	min-height: 1%;
}

/* ----------------------------------------------------
	pickUp
---------------------------------------------------- */
.pickUp {
	position: relative;
	margin-top: 30px;
	border: 5px solid #ed797e;
}
.pickupIco {
	position: absolute;
	top: -8px;
	left: -8px;
}
.pickupIco02 {
	position: absolute;
	top: 10px;
	right: 10px;
}
.pickUp h3 {
	display: inline;
	float: left;
	padding: 35px 30px 0 40px;
}
.pickUp ul {
	float: left;
	width: 550px;
	padding: 10px 0 5px 0;
}
.pickUp ul li {
	margin-bottom: 5px;
	margin-left: 40px;
	padding-left: 15px;
	background: url("/support/images/ico_arrow_r.gif") no-repeat 0 50%;
}
/* NewIcon */
.pickUp ul .new {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 40px;
	background:url("/support/images/ico_new.gif") no-repeat 0 50%;
}
.pickUp ul .new a {
	display:block;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url("/support/images/ico_arrow_r.gif") no-repeat 0 50%;
}
/* ----------------------------------------------------
	OptionBox
---------------------------------------------------- */
.optionBox li {
	float: left;
	display: inline;
	width: 225px;
	height: 55px;
	margin-left: 5px;
	overflow: hidden;
}
.optionBox a {
	display: block;
	height: 55px;
	padding: 20px 0 20px 60px;
	font-size: 90%;
}
.optionBox .op01 a {
	background: url("/support/mirror_tv/images/btn_option.gif") no-repeat 0 0;
}
.optionBox .op02 a {
	background: url("/support/mirror_tv/images/btn_option.gif") no-repeat -225px 0;
}
.optionBox .op03 a {
	background: url("/support/mirror_tv/images/btn_option.gif") no-repeat -450px 0;
}

/* clearfix */
.pickUp ul .new a:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pickUp ul .new a{
	height: 1%;
}
.pickUp ul .new a {
	zoom: 100%;
	min-height: 1%;
}

