/*----------------------------------------
Name: gallery.scss
import: _init.scss
----------------------------------------*/
/* Navigation
----------------------------------------*/
#globalNav ul li.nav05 a {
  background-position: 0 -30px;
}

/* contents
----------------------------------------*/
.title01 {
  padding-bottom: 22px;
}

.type {
  text-align: center;
  margin-bottom: 32px;
}

.photo {
  width: 710px;
  margin: 0 auto;
}
.photo li {
  float: left;
  padding: 0 5px 10px;
}
.photo {
  *zoom: 1;
}
.photo:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.att {
  padding: 20px 0;
  font-size: 10px;
  text-align: center;
}


/* tab_navi
----------------------------------------*/
#tab_navi {
	font-size: 0px;
	margin-bottom: 50px;
	margin-top: 30px;
}
#tab_navi li {
	display: inline;
	margin-right: 24px;
}
#tab_navi li:last-child {
	margin-right: 0px;
}
#tab_navi li a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
	background: #FFF;
	text-align: center;
	display: inline-block;
	width: 222px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#tab_navi li a:hover,
#tab_navi li a.active {
	color: #FFF;
	background: #C7161E;
}
#tab_navi .public a {
	margin: 0px auto 24px;
	width: 300px;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	background: #FFF;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	display: block;
}
#tab_navi .public a:hover,
#tab_navi .public a.active {
	color: #FFF;
	background: #C7161E;
}
