#slide1 {
	background-image: url(../../../ooyamada/img/slide2.jpg);
}
#mio_logo   {
	width: 210px;
	height: 60px;
	margin-bottom: 5px;
}
#info p {
	text-align: center;
	margin-top: 5px;
	color: #333333;
}
#main_img {
	height: 320px;
}
#tenants {
	padding-bottom: 50px;
}
.tenant  {
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    border: 2px dotted #CCCCCC;
    padding-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
    margin-top: 20px;
    margin-left: 10px;
    height: 390px;
}
.tenant img   {
	width: 300px;
	height: 200px;
}
.tenant .h2_sub {
	color: #A67E0A;
	font-weight: bold;
	margin-top: 10px;
}
.tenant h2 {
    white-space: nowrap;
    font-size: 1.4em;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #0717C7;
    text-shadow: 1px 1px #969696;
    line-height: 22px;
    height: 40px;
}
.tenant h2 span {
    font-size: 0.8em;
}

.tenant dt {
	float: left;
	text-align: center;
	width: 70px;
	background-color: #EEEEEE;
	margin-top: 5px;
	clear: left;
	margin-right: 10px;
	color: #284C8B;
}
.tenant dd {
	text-align: left;
	padding-top: 5px;
}
.tenant dd span {
	padding-left: 70px;
	font-size: 0.9em;
}
.dummy {
	width: 240px;
	display: inline-block;
}

/* 1400以上の場合 */
@media only screen and (min-width:1400px){

}
/* 1400未満すべて */
@media screen and (max-width: 1399px){

}
/* 1024以上の場合 */
@media only screen and (min-width:1024px){
	#main_img {
		width: 1024px;
		height: 320px;
	}
}
/* 1024未満すべて */
@media screen and (max-width: 1023px){
	#main_img {
		width: 100%;
		height: auto;
	}
}
/* TB縦 768以上すべて  */
@media screen and (min-width:768px){

}
/* SP横 768未満すべて  */
@media screen and (max-width: 767px){

}
/* 700未満すべて */
@media screen and (max-width: 699px){

}
/* 600未満すべて */
@media screen and (max-width: 599px){
}
/* 440未満すべて */
@media screen and (max-width: 439px){

}
