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

/*
===========================================
  common
===========================================
*/

.min {
	height: 350px;
}

#sponsor {
	display: none;
}

#sub .btn_back a {
	display: block;
	width: 240px;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	margin: auto;
	padding: 0 50px;
	background-color: #777;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#sub .btn_back a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}

/*
===========================================
  data_photo_index
===========================================
*/

#sub.data_photo div.cf {
	width: 92%;
	margin: auto;
}

#sub.data_photo a {
	display: block;
	width: 450px;
	color: #fff;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 2em auto 0;
	background-color: #2EA06D;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#sub.data_photo a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}



/*
===========================================
  photo
===========================================
*/
#sub#sub.photo_gallery h3 {
	margin-top: 2em;
	margin-bottom: 1em;
}


/*
---- index --------------------------
*/

#sub.photo_gallery.index ol {
	width: 78%;
	list-style-type: none;
	margin: 2em auto auto;
	padding: 20px 20px 5px 20px;
	background-color: #FFFEEF;
	border: 1px solid #6F94C6;
	overflow: hidden;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#sub.photo_gallery.index ol li {
	font-size: 90%;
	font-weight: bold;
	color: #2B78BE;
	text-align: left;
	line-height: 140%;
	text-indent: -1.5em;
	margin: 0 0 10px 1.5em;
	float: left;
}
#sub.photo_gallery.index ol li:first-child {
	margin-right: 3em;
}

#sub.photo_gallery.index dl {
	overflow: hidden;
}

#sub.photo_gallery.index dt {
	float: left;
	width: 260px;
}
#sub.photo_gallery.index dd {
	float: left;
	margin-left: 0.5em;
	margin-bottom: 1.5em;
}

#sub.photo_gallery.index dt a,
#sub.photo_gallery.index dd a {
	display: block;
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#sub.photo_gallery.index dt a {
	font-size: 16.5px;
	font-weight: bold;
	background-color: #f06102;
	border: 2px solid #db5a04;
}
#sub.photo_gallery.index dd a {
	font-size: 11px;
	width: 140px;
	background-color: #6F94C6;
	/*background-color: #3166AD;*/
	border: 2px solid #fff;
}
#sub.photo_gallery.index dt a:hover,
#sub.photo_gallery.index dd a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}

/*
---- page --------------------------
*/

#sub.photo_gallery ul {
	padding: 1em 0 !important;
	margin: 0 0 0 10px !important;
	list-style-type: none;
}
#sub.photo_gallery ul li {
    display: inline-block;
    vertical-align: middle;
	text-align: center;
	font: 70% Verdana, Helvetica, sans-serif;
	padding: 0 !important;
	margin: 0 !important;
}

#sub.photo_gallery ul li img {
	width: 150px;
	margin: 0 8px 30px;
}
#sub.photo_gallery ul li img.tate {
	width: 87px;
	margin: 0 40px 15px;
}

#sub.photo_gallery ul li a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

	

