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

#wrapper_index .title {
	font-size: 120%;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
}

/* -----------------------------------------
TOP
----------------------------------------- */
.top_slide {
	background-position: center center;
	background-size: cover;
	width: 100%;
}
.top_slide_link {
	display: table;
	height: 500px;
	width: 100%;
}
.top_slide_text {
	color: #fff;
	display: table-cell;
	height: 100%;
	line-height: 130%;
	font-size: 50px;
	vertical-align: middle;
	padding: 0 10%;
}

#slide_container {
	padding: 5px 5px 0 5px;
	background-color: #FFF;
}


#image-bloc {
	margin: 0 auto;
	max-width: 1100px;
	width: 95%;
  }
  .bxslider {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
  }
  .slider li {
    width: 1100px!important;
    margin: 0;
    padding: 0;
  }
/*----------------------------------
about  
----------------------------------*/
#about {
	margin-bottom: 50px;
}
#about .title {
	padding: 100px 0 0 0;
	background: url(../common_img/title01.png) no-repeat center 35px;
	line-height: 20px;
	margin-bottom: 50px;
}
#about .content {
	margin: 0 auto;
	width: 80%;
	padding-bottom: 30px;
	min-width: 640px;
	max-width: 900px;
	text-align: center;
}


/*----------------------------------
items
----------------------------------*/
#items {
	margin-bottom: 50px;
	background-color: #003366;
}
#items .title {
	height: 35px;
	padding: 100px 0 0 0;
	background: url(../common_img/title02.png) no-repeat center 35px;
	line-height: 100%;
	margin-bottom: 50px;
	color: #fff;
}
#items .content {
	margin: 0 auto;
	width: 80%;
	padding-bottom: 30px;
	min-width: 640px;
	max-width: 900px;
}
#items .content li {
	float: left;
	width: 33%;
	text-align: center;
	height: 230px;
	display: inline;
	color: #fff;
	margin-bottom: 60px;
	font-size: 90%;
	background-color: #036;
}
#items .content li a{
	display: block;
	width: 100%;
	text-decoration: none;
	height: 30px;
	padding-top: 175px;
	width:230px;
	color:#fff;
	margin:0 auto;
}
#items .content li a:hover{
	color:#FCE9FF;
}
#items .content .item01 a {
	background: url(../common_img/p02_ph01.png) no-repeat center top;
}
#items .content .item02 a {
	background:url(../common_img/p02_ph02.png) no-repeat center top;
}
#items .content .item03 a {
	background:url(../common_img/p02_ph03.png) no-repeat center top;
}
#items .content .item04 a {
	background:url(../common_img/p02_ph04.png) no-repeat center top;
}
#items .content .item05 a {
	background:url(../common_img/p02_ph05.png) no-repeat center top;
}
#items .content .item06 a {
	background:url(../common_img/p02_ph06.png) no-repeat center top;
}

/*---------------------------
Result
----------------------------*/

#articles {
	margin-bottom: 50px;
}
#articles .title {
	height: 35px;
	padding: 100px 0 0 0;
	background: url(../common_img/title03.png) no-repeat center 35px;
	line-height: 100%;
	margin-bottom: 50px;
	color: #999;
}
#articles .content {
	margin: 0 auto;
	width: 75%;
	background: url(../common_img/p03_ph01.png) no-repeat right top;
	height: 360px;
	text-align: left;
	min-width: 700px;
	max-width: 900px;
	padding-top: 20px;
}

#articles .content li{
	border-bottom:solid #eee 1px;
	border-left:solid #eee 3px;
	width:210px;
	margin: 10px 0;
}

#articles .content li a{
	padding-left: 10px;
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 40px;
	height: 40px;
}
#articles .content li:hover{
	border-bottom:solid #FCE9FF 1px;
	border-left:solid #FCB2CC 3px;
}
#wrapper header {
	border-top: solid #003366 20px;
}
#about .content ul {
	display: inline-block;
}
#about .content ul li {
	float: left;
	margin-right: 15px;
}
#about .content ul li:last-child {
	margin-right: 0px;
}
