@charset "utf-8";

/*ページタイトル*/

h2.h2PageTitle {
	background-image: url(../img/other/h2PageTitle.jpg);
}

/*コンテンツ*/

div.otherBox01 {
	height: auto;
	width: 700px;
	margin: 0px auto;
	padding-bottom: 50px;
}

div.otherBox01 h3 {
	height: 100px;
	width: 700px;
	text-indent: -9999px;
	overnanndemo: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

h3.otherTitle01 {
	background-image: url(../img/other/h3Title01.jpg);
}

div.otherBox01 ul {
	height: auto;
	width: 700px;
	margin: 0px auto;
}

div.otherBox01 ul li {
	height: 151px;
	width: 700px;
	margin: 30px auto 0px auto;
}

div.otherBox01 ul li a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

/*-------------640以下ここから-------------*/

@media screen and (max-width: 640px){

div.otherBox01 {
	height: auto;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 0px;
}

div.otherBox01 h3 {
	height: auto;
	width: 95%;
	margin: 0px auto;
	padding: 1em 0 0.8em 0.75em;
	border-left: 6px solid #009143;
	border-bottom: 1px solid #009143;
	background-image: none;
	background-color: #F5FBF9;
	text-indent: inherit;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-image: none;
	background-color: #F5FBF9;
}

div.otherBox01 ul {
	height: auto;
	width: 100%;
	margin: 0px auto;
}

div.otherBox01 ul li {
	height: 100px;
	width: auto;
	margin: 30px auto 0px auto;
}

div.otherBox01 ul li a img {
	height: auto;
	width: 100%;
	background-size: contain;
}

}

/*-------------640以下ここから-------------*/

@media screen and (max-width: 400px){

div.otherBox01 ul li {
	height: 50px;
	width: auto;
	margin: 30px auto 0px auto;
}
}