@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------
　打消し用
-----------------------------------------------------*/

#main-contents_caleb h3{
	border:none;
}


/*----------------------------------------------------
　01：publicity-typeA01
-----------------------------------------------------*/
#publicity-typeA01{
	line-height:1.3em;
	margin-bottom:20px;
	margin:0 auto;
	padding:7px;
}

#publicity-typeA01 .group{

}


#publicity-typeA01 .group .fL{
	float:left;
	width:29%;
	margin-bottom:30px;
}


#publicity-typeA01 .group .fL img{
	width:100%;
}

#publicity-typeA01 .group .fR{
	float:right;
	width:66%;
	background:url(../img/bg.png) no-repeat left top;
	font-size:16px;
	line-height:150%;
}


#publicity-typeA01 .group .fR table{
	border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

#publicity-typeA01 .group .fR table tr td{
	text-align:center;
	background-color:#1D69BE;
	color:#fff;
	border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

#publicity-typeA01 .group h3 a{
	text-decoration:none;
	font-size:large;
}
#publicity-typeA01 .group h3 a:hover{
	text-decoration: underline;
}


#publicity-typeA01 .no1,
#publicity-typeA01 .no2,
#publicity-typeA01 .no3,
#publicity-typeA01 .no4,
#publicity-typeA01 .no5{
	padding-left:67px;
	padding-bottom:22px;
	border-bottom:3px solid #333;	
}

#publicity-typeA01 .no1 {
	background:url(../../img/crown01.png) no-repeat 0.8em 0.1em;
	background-size:5.5%;
}

#publicity-typeA01 .no2 {
	background:url(../../img/crown02.png) no-repeat 0.8em 0.1em;

	background-size:5.5%;
}

#publicity-typeA01 .no3 {
	background:url(../../img/crown03.png) no-repeat 0.8em 0.1em;

	background-size:5.5%;
}

#publicity-typeA01 .no4 {
	background:url(../../img/crown04.png) no-repeat 0.8em 0.1em;

	background-size:5.5%;
}

#publicity-typeA01 .no5 {
	background:url(../../img/crown05.png) no-repeat 0.8em 0.1em;

	background-size:5.5%;
}




#publicity-typeA01 .group dl{
	margin:0;
}

#publicity-typeA01 .group dt{
	border-bottom:1px solid #666;
	margin:0 0 10px;
}

#publicity-typeA01 .group dd{
	margin:0 0 6px;
}

#publicity-typeA01 .botan::before,
#publicity-typeA01 .botan::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

#publicity-typeA01 .botan,
#publicity-typeA01 .botan::before,
#publicity-typeA01 .botan::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#publicity-typeA01 .botan {
	font-size:large;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
	width:auto;
	clear:both;
	text-align:center;
	margin-bottom:20px;
}

#publicity-typeA01 .botan:hover {
	color: #fff;
}
#publicity-typeA01 .botan::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#publicity-typeA01 .botan:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #228b22;
}

#publicity-typeA01 .botan a{
	display:block;
		color:#000;
}

#publicity-typeA01 .botan a:hover{
	color:#fff;
}



/*

#publicity-typeA01 .group .botan{
	text-align:center;
	border-radius:10px;         
    -webkit-border-radius:10px;     
    -moz-border-radius:10px;  	
	margin:0 0 30px;
	padding:10px;
	background-color:#26b8ee;
	width:auto;
	clear:both;
}

#publicity-typeA01 .group .botan:hover{
	background-color:#ef1f09;
}



}*/

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
}
.ih-item.circle .img {
  position: relative;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.ih-item.square .info .ttl {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.ih-item.circle.effect01 .img {
  z-index: 11;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect01.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect01 .info {
  background: #333333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect01 .info .ttl {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0 30px;
  padding: 30px 0 0 0;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
  border-top:none;
}
.ih-item.circle.effect01 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect01.right_to_left .img {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.ih-item.circle.effect01.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.circle.effect01.right_to_left a:hover .img {
  -webkit-transform: scale(0.5) translateX(-100%);
  -moz-transform: scale(0.5) translateX(-100%);
  -ms-transform: scale(0.5) translateX(-100%);
  -o-transform: scale(0.5) translateX(-100%);
  transform: scale(0.5) translateX(-100%);
  left:-15px;
}
.ih-item.circle.effect01.right_to_left a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/*----------------------------------------------------
　06：clearfix
-----------------------------------------------------*/
.clearfix:after {
display:block;
content:"";
clear:both;
}

.clearfix {
zoom:1;
}

