@charset "EUC-JP";
/* CSS Document */


/*--------------------

バックグラウンド

--------------------*/
#index #header_wrapper{
	margin:0 0 -105px 0;
}
#index{background:#fff;}
#index #contents{
	background:url(../img/index/contents_bg02.png) center bottom no-repeat;
	width:1012px;
	margin:0 auto 0 auto;
}
@media (max-width: 768px) {
	#index #header_wrapper{
		margin: 0;
	}
	#index{background:#fff;}
	#index #contents{
		background: none;
		width: 100%;
	}
}



/*--------------------

メニュー

--------------------*/
#menu_wrapper ul{background:url(../img/index/menu_bg.png) center 15px no-repeat;}



/*--------------------

メインイメージ

--------------------*/
.mainimage{
	background:url(../img/index/mainimage_bg.png) center bottom no-repeat;
	margin:0 auto -10px;
	text-align:center;
	padding:0 0 140px;
}
.mainimage_inner{
	margin:0 0 0 -5px;
}
.box_wrapper01 {
    margin-left: 30px;
    padding-bottom: 30px;
}
.box_wrapper01 > li {
	width: 320px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}
.box_wrapper01 > li:last-child {
	margin-right: 0;
}
.box_wrapper01 > li > a {
	width: 89px;
	float: left;
}
.box_wrapper01 > li .mate_menu {
	width: 220px;
	float: right;
	font-size:10px;
}


.box_wrapper01 h2{margin:0 0 5px 0;}
.box_wrapper01 div a {
	text-decoration:none;
	display:block;
	line-height:150%;
}
.box_wrapper01 div a:hover,.box_wrapper02 div a:hover{text-decoration:underline;}

.banners{
	padding:0 0 0 30px;
	position:relative;
}
.banners li{float:left;}
#flash_box02{
	position:absolute;
	right:20px;
	top:10px;
	width:242px;
	height:180px;
}
@media (max-width: 768px) {
	.mainimage {
		background: none;
		margin: 0 auto;
		padding: 17% 0 8%;
	}
	.mainimage_inner{
		margin:0;
	}
	.mainimage_inner img {
		width: 100%;
		height: auto;
	}
	.box_wrapper01 {
		background: none;
		width: 94%;
		padding:0;
		margin:0 auto 5%;
	}
	.box_wrapper01 > li {
		border-bottom: 1px dotted #ccc;
		width: 100%;
		float: none;
		margin: 0 0 5%;
		padding: 0 0 3%;
	}
	.box_wrapper01 > li:last-child {
		margin: 0;
	}
	.box_wrapper01 > li > a {
		width: 25%;
	}
	.box_wrapper01 > li > a img {
		width: 100%;
		height: auto;
	}
	.box_wrapper01 > li .mate_menu {
		width: 70%;
		font-size: 11px;
	}
	.box_wrapper01 h2{
		margin: 0 0 2%;
		font-size: 15px;
		font-weight: bold;
	}
	.box_wrapper01 h2 a{
		color: #666;
	}
	.box_wrapper01 h2 a:after{
		content: "";
		display: inline-block;
		position: relative;
		background: url("../img/icon_dot_blue.png") no-repeat left top;
		width: 8px;
		height: 9px;
		margin-left: 7px;
	}

	.banners{
		width: 94%;
		margin: 0 auto;
		padding: 0;
	}
	.banners li{
		width: 24.5%;
		float: left;
	}
	.banners li:first-child{
		width: 26.5%;
		float: left;
	}
	.banners li img{
		width: 100%;
		height: auto;
	}

	#flash_box02{
		position:absolute;
		right:0px;
		top:10px;
		width:242px;
		height:180px;
	}

	.title_text{
		margin: 1% auto 2%;
		padding-top: 14%;
	}
	.title_text img{
		width: 100%;
		height: auto;
	}
}



