@charset "UTF-8";


/* 一括で全ての要素の余白をゼロに指定 */
*{padding: 0;	margin: 0;}

/*-- 削除不可 --*/
#cds{display: none;}


 
 /* ####################################

                      サムネイル一覧
                          
####################################### */

#thumbfield {
 width: auto;
 height: auto;
 margin-top: 30px;
 margin-bottom: 50px;
 padding-left: 43px;
 border: 0px none;
 }


/*--------サムネイルボックス--------*/

.thumbbox {
 width: 181px;
 height: 156px;
 float:left;
 margin: 0 30px 25px 0;
 }
 
.thumPHout {
 width: 140px;
 height: 115px;
 border-left: 1px solid #cccccc;
 margin-left: 40px;
 text-align: center;
 }
 
.thumnail {
 margin: 0 20px 15px 20px;
 }

.thumNUM {
 width: 40px;
 height: 35px;
 float: left;
 padding-top: 5px;
 text-align: center;
 border-top: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
 }

.thumTITLE {
 width: 140px;
 height: 35px;
 padding-top: 13px;
 padding-bottom: 5px;
 border-top: 1px solid #cccccc;
 float: right;
 text-align: center;
 font-size: 10px;
 line-height:110%;
 overflow: hidden;
 }



 







/* for Firefox
---------------------------------------*/
div:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
 









