@charset"UTF-8";

@import url("default.css");
@import url("layout.css");
@import url("module.css");

/*========================Contents=============================
	01) Common
	02) Index
	03) Question
	04) Thanks
	05) List
	99) Clear
=============================================================*/

/*============================================================
	01) Common
=============================================================*/

#channelSide li {
	padding-left:11px;
	margin:15px 5px;
	background:transparent url("../shared/img/list.gif") left 0.5em no-repeat;
}


#more {
	margin:20px 5px 0 0;
	text-align:right;
}

#more a {
	padding-left:19px;
	background:transparent url("../shared/img/dlist.gif") left 0.2em no-repeat;
}

/*============================================================
	02) Index
=============================================================*/

.channelTxt  {
	font-size:115%;
	color:#00a6fc;
	font-weight:bold;
	margin:18px 0 14px 0;
}

.marginSpace {margin:14px 6px 20px;}

.marginSpace p.txt {
	color:#00a6fc;
	font-weight:bold;
	margin-bottom:10px;
}

.marginSpace ul span {
	color:#00a6fc;
	font-weight:bold;
}
.marginSpace li {margin-bottom:5px;}

/*============================================================
	03) Question
=============================================================*/

.products {margin:15px 0 10px 0;}

.radioBtn input,
.checkboxBtn input {vertical-align:middle;margin-right:3px;}

textarea {width:713px;}

.submitBtn {margin:20px 0 38px 0;text-align:center;}

/*============================================================
	04) Thanks
=============================================================*/

#pdc_channel .thanksTxt {
	color:#00a6fc;
	font-weight:bold;
	text-align:center;
	margin:58px 0 79px 0;
}

/*============================================================
	05) List
=============================================================*/

.pastList {margin:14px 6px 50px;}

.pastList li {
	padding:0 0 10px 0;
	margin-bottom:18px;
	background:transparent url("../shared/bg/dotte.gif") left bottom repeat-x;
}
/*============================================================
 99) Clear
=============================================================*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

.clearfix {display:inline-block;}

/* exclude MacIE5 \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* end MacIE5 */