@charset "utf-8";

/* main_image section CSS */
.examples_bg{width:100%;overflow:hidden;}
.examples_image{width:100%;height:450px;float:left;background:#333;position:relative;overflow:hidden;color:#fff;}
.examples_image h4{font-size:1.5em;font-weight:normal;margin:0;padding:5px 10px 5px 10px;}
.examples_image h4.title02{color:#feb403;}
.examples_image h4.title03{color:#f23962;}
.examples_image h4.title04{color:#43b6ff;}
.examples_image h4 a{color:#fff;}
.examples_image h4.title02 a{color:#fff;text-decoration: none;}
.examples_image h4.title03 a{color:#fff;text-decoration: none;}
.examples_image h4.title04 a{color:#fff;text-decoration: none;}
.examples_image h4.title05 a{color:#fff;text-decoration: none;}
.examples_image h4.title06 a{color:#fff;text-decoration: none;}
.examples_image p{line-height:1.5em;padding:10px 10px 0 10px;margin:0;font-size:0.9em;}
.block small{font-size:1em;padding:0 0 5px 20px;background:url(../images/icon_calendar.gif) no-repeat 0 center;}
.examples_image .block small{margin-left:10px;}
.examples_image .desc{width:100%;position:absolute;bottom:0;left:0;display:none;}
.examples_image .block{width:100%;background:#111;border-top:1px solid #000;}
.examples_image a.collapse{width:93px;height:27px;background:url(../images/btn_display.gif) no-repeat left top;text-indent:-99999px;position:absolute;top:-27px;right:20px;}
.examples_image a.show{background-position:left bottom;}
/* image_thumb section CSS */
.mune_thumb{width:100%;float:left;overflow:hidden;}
.mune_thumb img{border:1px solid #ccc;padding:5px;background:#fff;float:left;}
.mune_thumb ul{margin:0;padding:0;list-style:none;}
.mune_thumb ul li{width:100%;color:#333;margin:0;padding:12px 10px;background-color:#EEE;float:left;}
.mune_thumb ul li.hover{background:#CCC;cursor:pointer;}
.mune_thumb ul li.active{background:#fff;cursor:default;}
.mune_thumb ul li h4{font-size:1.4em;margin:5px 0;padding:0;}
.mune_thumb ul li .block{margin-left:10px;padding:0;width:100%;}
.mune_thumb ul li p{display:none;}