@charset "utf-8";

/* New Contents- Reg/Review CSS*/

#categorycont { display: block; width: 640px; margin: 0 auto;}
#categorycont h3.subhead {
	background: url(../images/common/subheadbar.gif) no-repeat center bottom;
	padding: 0 0 12px 2px;
	color: #3FC2FF;
	font-size: 138.5%;
	margin-bottom: 8px;
        font-weight: normal;
}
#categorycont .commentarea {margin-left: 2px; margin-bottom:20px;}

table.inputlist {
    border-collapse: collapse;
	border-top: 1px dotted #CCC;
	width: 100%;
}
table.inputlist td,table.inputlist th {padding: 8px 10px;border-bottom: 1px dotted #CCC;}
table.inputlist th { font-weight: normal; text-align: left; color:#281B88;}

table.inputlist td input {height: 16px; padding-top: 2px;}
table.inputlist input.w300 { width: 300px;}
table.inputlist input.w100 { width: 100px;}
table.inputlist input.w450 { width: 450px;}


/**************************************************
Review Designate*/

/*Search Box*/
#searchbox_key,#searchbox_ctg {
    background: #EEEEEE url(../images/reg/rev_head_keyword.gif) no-repeat 10px 12px;
	border: 1px solid #FF9900;
	border-top: none;
	padding: 10px 10px 10px 110px;
	width: auto;
}
#searchbox_key {background: #EEEEEE url(../images/reg/rev_head_keyword.gif) no-repeat 10px 12px;}
#searchbox_ctg {background: #EEEEEE url(../images/reg/rev_head_category.gif) no-repeat 10px 12px;}

#searchbox_key input.keywordbox { 
     width: 400px;
	 margin-right: 10px;
	 position:relative;
	 top: -3px;
	 height: 16px;
	 padding-top: 2px;
}

#searchbox_ctg dl {border-bottom: 1px dotted #FF9900; padding-bottom: 6px; padding-top:2px; margin-bottom:10px;}
#searchbox_ctg dl dt {clear: left; float: left; width: 7em;color:#281B88; font-weight:bold;}
#searchbox_ctg dl dd {margin-left: 7em;}
#searchbox_ctg dl dd span {display: inline-block; white-space:nowrap; margin: 0 10px 6px 0;}

/*Contents Sort Navi*/
ul#reviewnavi {
    clear:both;
	list-style-type: none;
	margin-top: 20px;
	border-bottom: 6px solid #D4F46C;
}
ul#reviewnavi li {
    float: right;
	margin-right: 1px;
	height:29px;
	width: 130px;
}

ul#reviewnavi li a {
    display:block;
	overflow: hidden;
	width :100%;
	height: 0 !important;
	padding-top: 29px;
	background: url(../images/reg/rev_navi.gif) no-repeat 0 0;
}

/* OFF MOUSE */
#reviewnavi li#sort01 a { background-position: 0 0;}
#reviewnavi li#sort02 a { background-position: -130px 0;}
#reviewnavi li#sort03 a { background-position: -260px 0;}

/* ON MOUSE */
#reviewnavi li#sort01 a:hover { background-position: 0 -30px;}
#reviewnavi li#sort02 a:hover { background-position: -130px -30px;}
#reviewnavi li#sort03 a:hover { background-position: -260px -30px;}

/* STAY */
#reviewnavi li#sort01 a.stay { background-position: 0 -60px;}
#reviewnavi li#sort02 a.stay { background-position: -130px -60px;}
#reviewnavi li#sort03 a.stay { background-position: -260px -60px;}

/*Review Post*/
dl.reviewpost { margin-top:10px;border-bottom: 2px solid #99CC00;}
dl.reviewpost dt {clear: both; border-top: 2px solid #99CC00;padding: 0px 0 5px;}
dl.reviewpost dd { clear:both; border-top: 1px dotted #CCC; padding-top: 10px; }
dl.reviewpost dt p.tourname {
    float:left;
	background: url(../images/reg/rev_tourname.gif) no-repeat 0 0;
	padding-left: 65px;
	 width: 380px;
        margin-top: 15px;
}
dl.reviewpost dt p.tourdate {
    float:right;
	background: url(../images/reg/rev_tourdate.gif) no-repeat 0 0;
	padding-left: 65px;
	font-size: 93%;
        margin-top: 15px;
}
dl.reviewpost dt .reviewtitle {clear: both; padding-top: 10px;}
dl.reviewpost dt .reviewtitle p.star {float:left;width:90px; padding-top: 3px;}
dl.reviewpost dt h4 {margin-left: 100px; font-size:138.5%; color:#99CC00;}
dl.reviewpost dt p.userinfo { text-align: right; color:#FF9900; font-size: 93%;}

dl.reviewpost dd p { margin-bottom: 10px; }
dl.reviewpost dd ul.postthumb {list-style-type: none; margin-top: 10px;}
dl.reviewpost dd ul.postthumb li {float:left; height: 70px; width: 100px; margin-right: 15px; display:block;}

ul.postthumb_table {list-style-type: none;}
ul.postthumb_table li {float:left; height: 70px; width: 100px; margin-right: 10px; display:block;}

dl.reviewpost div.bottomnavi {
	clear: both;
	text-align:right;
	background: url(../images/common/bg_gr.gif);
	padding: 6px 10px 2px;
	margin-top: 10px;
}
dl.reviewpost div.bottomnavi p { margin-bottom: 0px;}
dl.reviewpost div.bottomnavi img { margin-right:5px;}

/**** LOGIN PAGE DESIGNATE **********************/

dl#loginplate,dl#reminderplate { width: 400px; margin: 40px auto;}
dl#loginplate dt {
	background: url(../images/common/loginplate_head.gif) no-repeat 0 0;
	height: 40px;
	overflow:hidden;
	text-indent: -9999px;
}
dl#reminderplate dt {
	background: url(../images/common/reminderplate_head.gif) no-repeat 0 0;
	height: 40px;
	overflow:hidden;
	text-indent: -9999px;
}
dl#loginplate dd,dl#reminderplate dd {
	background: url(../images/common/loginplate_bg.gif) no-repeat 0 0;
	height: 150px;
	padding: 5px 0 0;
}

dl#loginplate dd p { width: 300px; margin:0 auto;}
dl#loginplate dd p#mail {
    background: url(../images/common/login_head_id.gif) no-repeat 0 0;
	height:30px;
} 
dl#loginplate dd p#pass {
    background: url(../images/common/login_head_pw.gif) no-repeat 0 2px;
	height:30px;
}
dl#loginplate dd p#mail em,dl#loginplate dd p#pass em { display:block; visibility:hidden; width: 75px; height: 10px;float:left;overflow:hidden;}
dl#loginplate dd p#mail input,dl#loginplate dd p#pass input {height: 16px; width: 200px; padding-top: 2px;}

dl#reminderplate dd p { clear:left; width: 300px; margin:0 auto;}
dl#reminderplate dd p#mail {
    background: url(../images/common/login_head_id.gif) no-repeat 0 0;
	height:36px;
} 
dl#reminderplate dd p#mail em { display:block; visibility:hidden; width: 75px; height: 10px;float:left;overflow:hidden;}
dl#reminderplate dd p#mail input {height: 16px; width: 200px; padding-top: 2px;}



/**Review  Product Info Area **/
h3#prodtitle {color:#281B88;font-size: 108%; margin: 3px 0 6px;}
h3#prodtitle span {
	display: block;
	color:#FF6600;
	font-size: 85%;
	font-weight:normal;
}
#prodmaininfo { display: block; width: 640px; margin: 0 auto;}
#prodmaininfo div#pictarea { float:left; width: 250px; margin-bottom: 15px;}
#prodmaininfo div#infoarea { float:right; width: 380px; margin-bottom: 15px;}
#infoarea ul#iconarea { list-style-type: none;}
#infoarea ul#iconarea li { float:left; height: 35px; margin-right: 2px;}

#pictarea p.fleam img { border: #E9E0CB solid 5px; width: 234px; margin-bottom: 10px;}

/** Review List **/
#reviewhead {background: url(../images/common/ctg_reviewhead.gif) no-repeat 0 0; padding-top: 12px;height:50px;}
#reviewhead h3 { float:left; width:400px; visibility:hidden;}
#reviewhead p { float:right; width:130px;}

