@charset "utf-8";


/* CSS Import Style
---------------------------------------------------- */
@import "01styles_main.css";
@import "02styles_layout.css";


/* exclusive common Style
---------------------------------------------------- */
#exclusive h3 {
	margin-bottom: 20px;
}

#exclusive h4 {
	margin: 20px 0;
}

#exclusive h5 {
	margin: 15px 0;
	border-bottom: 1px dotted #c2c7cb;
	padding: 0 0 5px 20px;
	background: url(/images/icon_circle_other.gif) no-repeat left 2px;
	font-weight: bold;
}

#exclusive h5.v2 {
	margin-top: 20px;
}

#exclusive .colorExclusive {
	color: #154d77;
}

#exclusive caption {
	color: #154d77;
	font-weight: bold;
	font-size: 93%;
}

#exclusive .exclusiveList li {
	background: url(/images/icon_list_other.gif) no-repeat left 6px;
	padding-left: 1em;
}

#exclusive .exclusiveList li li {
	margin-left: 1em;
	background-image: none;
	padding-left: 0;
	list-style-type: disc;
}

#exclusive .exclusiveContentsBox {
	width: 618px;
	background: url(/images/bg_contents2_M.jpg) repeat-y left top;
	margin: 19px 0;
}

#exclusive .exclusiveContentsBox dl {
	background: url(/images/bg_contents2_B.jpg) no-repeat left bottom;
	padding-bottom: 20px;
}

#exclusive .exclusiveContentsBox dl dt {
	background: url(/images/bg_contents2_T.jpg) no-repeat left top;
	padding: 5px 9px;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

#exclusive .exclusiveContentsBox dl dd {
	padding: 10px 14px 0;
	width: 590px;
}


/* download Style
---------------------------------------------------- */
.loginTxt {
	line-height: 1.8;
}

#exclusive .login {
	background: url(/exclusive/download/images/bg_loginForm.gif) no-repeat left top;
	padding: 13px 0 12px 0;
	margin: 10px 0 20px;
	text-align: center;
	width: 393px;
}

#exclusive .login input.loginTxt {
	width: 270px;
}

#exclusive .login input.loginBtn {
	margin-left: 9px;
	*margin-top: -5px;
	padding: 0 8px;
	vertical-align: middle;
}

ul.downloadList {
	padding: 0 0px;
}

ul.downloadList li {
	/*padding-right: 45px;
	_padding-right: 25px;*/
	float: left;
	width: 206px;
	text-align: center;
}

ul.downloadList li.lastL {
	padding-right: 0;
}


ul.downloadList img {
	border: 1px solid #4e4e4e;
}

ul.downloadList li div {
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

ul.mobileList {
	padding: 0 20px;
	margin: 20px 0;
}

ul.mobileList li {
	padding: 0 10px 10px 0;
	float: left;
	width: 87px;
}

ul.mobileList li.lastL {
	padding-right: 0;
}

ul.mobileList img {
	border: 1px solid #c2c2c2;
	padding: 5px;
}

.btnBox {
	text-align: right;
}

.btnBox p {
	margin-left: 13px;
	display: inline;
}

ol.dlhowtoList {
	margin-left: 1.6em;
}

ol.dlhowtoList li {
	list-style: decimal;
}

.sendqrBox {
	background-color: #f3f3f4;
	padding: 9px 10px;
	margin: 10px 0 20px 21px;
	width: 558px;
}

ul.mobileDlList {
	padding: 0 20px;
	margin: 20px 0;
}

ul.mobileDlList li {
	padding: 0 10px 10px 0;
	float: left;
	width: 108px;
}

ul.mobileDlList li.lastL {
	padding-right: 0;
}

ul.mobileDlList img {
	border: 1px solid #c2c2c2;
	padding: 3px;
}

ul.downloadList table {
	width: 188px;
	margin: 0 auto;
	/*margin-left: -12px;*/
}

ul.downloadList table th {
	background-color: #9ba0a4;
	color: #FFFFFF;
	font-weight: bold;
	width: 50%;
	border: 2px solid #FFFFFF;
	font-size: 14px;
}

ul.downloadList table td {
	text-align: left;
	padding-left: 2px;
	font-size: 14px;
	position: relative;
}

.btnBox .anchorList {
	float: left;
	width: 400px;
	text-align: left;
}

.btnBox .anchorList li {
	display: inline;
	font-weight: bold;
	margin-right: 20px;
}

/* live Style
---------------------------------------------------- */
#exclusive .liveBox1 {
	margin: 20px 50px 0;
	width: 520px;
}

#exclusive .liveBox2 {
	position: relative;
	background: url(/exclusive/live/images/bg_live2.jpg) no-repeat left top;
	width: 572px;
	height:370px;
	margin-left: 24px;
}

#exclusive #liveScreen {
	position: absolute;
	left: 42px;
	top: 32px;
}

#exclusive #liveBtnBox {
	position: absolute;
	left: 344px;
	top: 24px;
}

#exclusive #liveBtnBox ul li {
	margin-bottom: 4px;
}

#exclusive .liveStatus {
	visibility: hidden;
	position: absolute;
	top: 5px;
	left: 140px;
	font-size: 12px;
}

/* interview Style
---------------------------------------------------- */
.interviewList {
	padding: 0 10px;
	margin-bottom: 12px;
}

.interviewList li {
	margin-right: 15px;
	padding: 18px 19px;
	float: left;
	width: 152px;
	background: url(/exclusive/interview/images/bg_interviewBox.gif) no-repeat left top;
}

.interviewList li.lastL {
	margin-right: 0px;
}

.interviewList li img {
	border:  1px solid #3b3b3b;
	margin: 5px 0 15px;
}

.interviewList .day {
	color: #905f12;
	font-weight: bold;
}

.interviewList .name {
	font-size: 90%;
}

.interviewBacknumberList li {
	line-height: 2.0;
}


/* addition Style
---------------------------------------------------- */
#exclusive.addition #outside ol {
	margin-top: 10px;
}

#exclusive.addition #outside ol li {
	padding-bottom: 10px;
}

#exclusive.addition h5.v2 {
	margin-top: 40px;
}

#exclusive.addition table {
	width: 99%;
}

#exclusive.addition table th,
#exclusive.addition table td {
	padding: 2px 5px;
	border: 1px solid #999999;
}

#exclusive.addition table th {
	background-color: #164c78;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

#exclusive.addition table td {
	background-color: #ffffff;
}

#exclusive.addition table td.color1 {
	background-color: #e4e4e4;
}

#exclusive.addition .topicBox caption {
	padding: 20px 0 3px;
}

#exclusive.addition .exclusiveContentsBox dl dd .boxL {
	float: left;
	width: 320px;
}

#exclusive.addition .exclusiveContentsBox dl dd .boxR {
	float: right;
	width: 270px;
}

#exclusive.addition .exclusiveContentsBox dl dd .boxR ul.exclusiveList {
	margin-top: 10px;
}

#exclusive.addition .exclusiveContentsBox dl dd .boxR .settingInfo {
	background-color: #f9fafb;
	padding: 10px;
	border:1px solid #154d77;
}

#exclusive.addition #outside .exclusiveContentsBox dl dd .boxL {
	width: 290px;
}

#exclusive.addition #outside .exclusiveContentsBox dl dd .boxR {
	width: 300px;
}

#exclusive.addition #outside .exclusiveContentsBox dl dd .boxR table {
	width: 300px;
}

#exclusive.addition #outside .exclusiveContentsBox dl dd .boxR table th {
	font-weight: normal;
	text-align: left;
}

#exclusive.addition #outsideCost table td.color1 {
	width: 240px;
}

#exclusive.addition #outsideCost table td.price {
	text-align: right;
}


/* cord Style
---------------------------------------------------- */
#layout3 #miniBox #miniMain {
	font-size: 84%;
}

