@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

#set {width:330px; padding:10px;

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px; 
    border-radius: 20px;
	
background: rgb(229,251,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,251,255,1) 0%, rgba(217,226,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,251,255,1)), color-stop(100%,rgba(217,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,251,255,1) 0%,rgba(217,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,251,255,1) 0%,rgba(217,226,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,251,255,1) 0%,rgba(217,226,226,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,251,255,1) 0%,rgba(217,226,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5fbff', endColorstr='#d9e2e2',GradientType=0 ); /* IE6-9 */

border:1px solid #CCD9E3;
}

.case_img { margin:0 auto; width:300px; height:235px; background:#FFFFFF;}
.case_img img {width:300px;}

.case_text h5 {text-align:center; font-size:14px; margin:10px 0 0 ; padding:2px;}
.case_text p {font-size:12px; line-height:140%; padding:4px 6px; height:75px;} 

.ar {text-align:center;}
.ar img{ width:150px; border:none;}

.opa {opacity:0.5;}

.case_thumbnail {margin:0 0 0 10px; width:360px; float:left; }
.case_thumbnail li {
width:176px;
height:150px;
float:left;
display:block;

list-style:none;
text-align:center;
font-size:12px;
}

.case_thumbnail li a{
color:#336600;
text-decoration:none;
}

.case_thumbnail li img{
width:164px;
height:124px;
border:none;
display:block;
padding-bottom:4px;
}

.case_thumbnail02 {margin:0 0 0 10px; width:720px; float:left; }
.case_thumbnail02 li {
width:176px;
height:150px;
float:left;
display:block;

list-style:none;
text-align:center;
font-size:12px;
}

.case_thumbnail02 li a{
color:#336600;
text-decoration:none;
}

.case_thumbnail02 li img{
width:164px;
height:124px;
border:none;
display:block;
padding-bottom:4px;
}


.cl {clear:both;}
.cl hr { display:none;}

#JS {width:330px; float:right; margin:10px 50px 10px 0px;}