@charset "utf-8";
/*///////////////////////////////////////////
				CSS READING
///////////////////////////////////////////*/
@import url(text.css); /*@import url(thickbox.css);*/


/* ********************************************************************************
 * RESET
 * ******************************************************************************** */
a,img,ul,li,table,tr,td,p,h1,h2,h3,h4,h5,h6,ol,div,body,html,dl,dt,dd,iframe {
	padding:0px;
	margin:0px;
	border:none;
	list-style:none;
}
a img { border:none; }

/* ********************************************************************************
 * CLEAR-FIX
 * ******************************************************************************** */
.clearfix:after { content: ""; display: block; clear: both; height:0; }
.clearfix { zoom:100%; }

/* ********************************************************************************
 * ROLL-OVER
 * ******************************************************************************** */
.alphaOver a:hover img { opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; }

/* ********************************************************************************
 * OFF
 * ******************************************************************************** */
.none{
	opacity:0.4; filter:alpha(opacity=40); -moz-opacity:0.4;
}

/* ********************************************************************************
 * UTILITY
 * ******************************************************************************** */
.indent {  
	margin-left: 1em;
	text-indent: -1em; 
}

/* ********************************************************************************
 * FLOAT
 * ******************************************************************************** */
.floatRight { float:right; }	
/* .floatLeft */
.floatLeft { float:left; }
/* .floatNone */
.floatNone { float:none; }
/* .alignCenter */
/*caption*/

.caption-L{
	text-align:left;
	font-size:10px;
	color:#000;
}
.caption-R{
	text-align:right;
	font-size:10px;
	color:#000;
}

/* ********************************************************************************
 * MARGIN
 * ******************************************************************************** */
.mt0 { margin-top:0 !important;}
.mt5 { margin-top:5px !important;}
.mt10 { margin-top:10px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt70 { margin-top:70px !important;}
.mt80 { margin-top:80px !important;}
.mt90 { margin-top:90px !important;}
.mt100 { margin-top:100px !important;}
.mr0 { margin-right:0 !important;}
.mr5 { margin-right:5px !important;}
.mr10 { margin-right:10px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mr60 { margin-right:60px !important;}
.mr70 { margin-right:70px !important;}
.mr80 { margin-right:80px !important;}
.mr90 { margin-right:90px !important;}
.mr100 { margin-right:100px !important;}

.mb0 { margin-bottom:0 !important;}
.mb3 { margin-bottom:3px !important;}
.mb5 { margin-bottom:5px !important;}
.mb8 { margin-bottom:8px !important;}
.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb60 { margin-bottom:60px !important;}
.mb70 { margin-bottom:70px !important;}
.mb80 { margin-bottom:80px !important;}
.mb90 { margin-bottom:90px !important;}
.mb100 { margin-bottom:100px !important;}

.ml0 { margin-left:0 !important;}
.ml5 { margin-left:5px !important;}
.ml7 { margin-left:7px !important;}
.ml10 { margin-left:10px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}
.ml60 { margin-left:60px !important;}
.ml70 { margin-left:70px !important;}
.ml80 { margin-left:80px !important;}
.ml90 { margin-left:90px !important;}
.ml100 { margin-left:100px !important;}
.pt5{padding-top:5px !important;}
.pt20{padding-top:20px !important;}
.pt50{padding-top:50px !important;}


/* ********************************************************************************
 * WIDTH
 * ******************************************************************************** */

/* ********************************************************************************
 * ALIGN
 * ******************************************************************************** */
.taCT { text-align:center; }
.taRT { text-align:right; }
.taLT { text-align:left; }


/* Table Class */
.t-format1 {
	border-top:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	width:100%;
	background:#f5f5f5;
}

.t-format1 td {
	border-bottom:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	padding:8px;
	background:#fff;
}
.t-format1 th {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #d1d1d1;
	width:200px;
	padding:8px;
	text-align:left;
}
.t-format1 td table td { border:none; }

.mb5_rwd  { margin-bottom:5px !important;}
.mb10_rwd { margin-bottom:10px !important;}
.mb15_rwd { margin-bottom:15px !important;}
.mb20_rwd { margin-bottom:20px !important;}
.mb25_rwd { margin-bottom:25px !important;}
.mb30_rwd { margin-bottom:30px !important;}
.mb35_rwd { margin-bottom:35px !important;}
.mb40_rwd { margin-bottom:40px !important;}
.mb45_rwd { margin-bottom:45px !important;}
.mb50_rwd { margin-bottom:50px !important;}
.mb60_rwd { margin-bottom:60px !important;}
.mb70_rwd { margin-bottom:70px !important;}
.mb80_rwd { margin-bottom:80px !important;}
.mb90_rwd { margin-bottom:90px !important;}
.mb100_rwd { margin-bottom:100px !important;}


@media screen and (max-width: 767px) {
.mb5_rwd  { margin-bottom:1% !important;}
.mb10_rwd { margin-bottom:2% !important;}
.mb15_rwd { margin-bottom:3% !important;}
.mb20_rwd { margin-bottom:4% !important;}
.mb25_rwd { margin-bottom:5% !important;}
.mb30_rwd { margin-bottom:6% !important;}
.mb35_rwd { margin-bottom:7% !important;}
.mb40_rwd { margin-bottom:8% !important;}
.mb45_rwd { margin-bottom:9% !important;}
.mb50_rwd { margin-bottom:10% !important;}
.mb60_rwd { margin-bottom:12% !important;}
.mb70_rwd { margin-bottom:14% !important;}
.mb80_rwd { margin-bottom:16% !important;}
.mb90_rwd { margin-bottom:18% !important;}
.mb100_rwd { margin-bottom:20% !important;}
}