@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Index
Made by Tranpth
/////////////////////////////////////
*/

/*
/////////////////////////////////////
CSS FOR SLIDE
/////////////////////////////////////
*/
#Main-visual {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#Main-visual .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);

  overflow: visible !important;
}
#Main-visual .bx-pager {
  text-align: center;
}
#Main-visual .bx-pager a {
  display: none; 
}

.inner-main {
  margin: 0 auto;
  position: relative;
  width: 960px;
}

#Main-visual .title-mainvisual{
	position: absolute;
  top: 162px;
  left: 50%;
  margin-left: -365px;
  z-index: 999;
}

/* list-item */
.list-item {
	margin: 0 -2px;
}
.list-item li {
	float: left;
	margin: 0 1px 1px 0;
	width: 320px;
}
.list-item a {
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
.list-item li.two-link a{
	margin-bottom: 1px;
}
.list-item a span {
	display: block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.list-item a .title {
	background: url(../images/common/bg_overlay.png) repeat 0 0;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
	height: 60px;
	overflow: hidden;
}
.list-item a img {
	vertical-align: top;
}
.list-item a .image img {
	display: block;
	width: 100%;
}
.list-item a .mask-over {
	background: url(../images/common/bg_overlay_black.png) repeat 0 0;
	color: #d4f8fa;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 15px;
	opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}
.list-item a .ttl-text {
	font-size: 117%;
	font-weight: bold;
}
.list-item a .item-text {
	padding: 10px 0 0 0;
	line-height: 24px;
}

