/* フォトギャラリー
-------------------------------- */

span.guard {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(img/spacer.gif);
}

/* ----------2014年度以降のスタイルここから */

#photogallery{
	padding:5px;
}


#photogallery h3{
	font-size: 80% !important;
	padding: 5px 10px;
	color: #FFF !important;
	background-color: #666;
	margin: 1em 0px 0.5em;
}

.thumbnail{
	overflow:hidden;
	margin:1em 0 0.5em;
}

.thumbnail a{
	margin:5px;
	width:150px;
	float:left;
	display:block;
}

#photogallery p{
	margin:1em 0.5em 2em ;
	clear:both;
}

/* ---------2014年度以降のスタイルここまで */


/* ---------以下は2013年度以前のスタイル */

/* 写真のインデックスページ */

.subtitle {
	clear:both;
	text-align:center;
	color:#600;
	font-weight: bold;
	border-bottom: 2px dotted #DE7A8B;
	border-top: 2px solid #CE3752;
	margin-top: 3em !important;
	line-height:1.5em;
	padding:0.3em 0;
}

.photogallery {
	width:600px;
	clear:both;
	margin:20px auto;
	font-size: 80% !important;
	overflow:hidden;
}

.photogallery:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.photogallery { display: inline-table; }

/* Hides from IE-mac \*/
* html .photogallery { height: 1%; }
.photogallery { display: block; }
/* End hide from IE-mac */


.maturi_gallerywaku {
	padding: 5px;
	margin-right:5px;
	border: 1px solid #CCC;
	width: 280px;
	text-align: center;
	float: left;
}

.maturi_gallerywaku_1 {
	padding: 5px;
	border: 1px solid #CCC;
	width: 580px;
	text-align: center;
}


.maturi_gallerywaku div, 
.maturi_gallerywaku_1 div{
	margin:2px auto;
}

.photogallery h3{
	padding: 2px;
	color: #FFF !important;
	background-color: #666;
	margin: 0px 0px 5px !important;
}
#photogallery .maturi_gallerysetumei {
	padding: 2px;
	margin:0.2em;
	text-align: left;
	clear:both;
}

/* s1 縦型, s2 横型, s3 横2枚組 */

div.gallery_photoguard_s1 {
	position:relative;
	width:150px;
	height:191px;
	cursor: hand;
}
div.gallery_photoguard_s2 {
    position:relative;
	width:180px;
	height:120px;
	cursor: hand;
}

div.gallery_photoguard_s3 {
    position:relative;
	width:370px;
	height:120px;
	cursor: hand;
}

/* 写真の個別ページ */

#photogallery_expansion{
	text-align:center;
}

div.gallery_photoguard {
    position:relative;
	width:550px;
	height:350px;
	margin:10px auto;
}
div.gallery_photoguard_tate {
    position:relative;
	width:350px;
	height:500px;
	margin:10px auto;
}