@charset "utf-8";


/* ========================================================

	gallery.css #gallery

*======================================================== */

/* font-size===========================================

11px -> 83.4%
12px -> 91.7%
13px -> 100%
14px -> 108.4%
15px -> 116.7%
16px -> 125%
17px -> 133.4%
18px -> 141.7%
19px -> 150%
20px -> 158.4%
21px -> 166.7%
22px -> 175%
23px -> 183.4%
24px -> 191.7%
25px -> 200%
26px -> 208.4%
27px -> 217% 

===================================================== */

/*--------------------------------------------------------

	#glyTitleArea
	
----------------------------------------------------------*/
#glyTitleArea #glyTitleBox{
	min-height: 154px;
	height: auto !important;
	height: 154px;
	background-image: url(../gallery/img/bg_gallery.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 342px;
	margin-bottom: 43px;
}


/*--------------------------------------------------------

	#glyList
	
----------------------------------------------------------*/
#glyList{
	position: relative;
	overflow: hidden;
}

#glyList ul{
	float: left;
	left: 50%;
	position: relative;
}

#glyList ul li{
	float: left;
	left: -50%;
	position: relative;
	width: 260px;
	margin: 0px 25px 25px 0px;
}
	#glyList ul li:nth-child(even){
		margin-right: 0px;
	}
	#glyList ul li:nth-child(odd){
		clear: both;
	}


/*--------------------------------------------------------

	.galleryBlock
	
----------------------------------------------------------*/
.galleryBlock{
	/*padding:15px 0px 0px 0px;*/
	min-height: 300px;
	border-bottom: #E8BBBB dotted 1px;
 }
 
.galleryBlock ul{
	margin:0px -10px 0px 0px;
}

.galleryBlock li{
	width:160px;
	float:left;
	color: #3F1000;
	margin:0px 10px 40px 0px;
	word-wrap: break-word;
}

.galleryBlock li .tit{
	/*min-height: 38px;
	height: auto !important;
	height: 38px;*/
	background: #EEEEEE;
	padding: 7px 7px 4px;
	/*margin: 0px 0px 8px 0px;*/
    margin: 8px 0 0 0;
}
	.galleryBlock li .tit .titName{
		font-size: 1.5rem;
		line-height: 1.3em;
	}
		.galleryBlock li .tit .titName img{
			margin-left: 5px;
			vertical-align: baseline;
		}

	.galleryBlock li .tit .titCourse{
		font-size: 1.2rem;
	}

.galleryBlock li .comment{
		font-size: 1.2rem;
		line-height: 1.2em;
		margin-top: 8px;
}



