﻿/**
 * 概要
 */
div#officeImg {
	width:95%;
	margin:0px auto;
}

div#officeImg img {
	width:100%;
	height:auto;
}

dl.business {
	width:90%;
	margin:10px auto 5px auto;
	letter-spacing:1px;
	line-height:130%;
}

dl.business dd {
	margin:0px 0px 10px 46px;
}

section table {
	width:90%;
	margin:10px auto 5px auto;
	border-collapse: separate;
	border-spacing: 1px;
	background-color:#cccccc;
}

section table th {
	padding:5px;
	background-color:#000080;
	color:#ffffff;
}

section table td {
	padding:5px;
	background-color:#ffffff;
	letter-spacing:1px;
}

@media only screen and ( min-width:960px ) {
}

/* 769px～959px以下 */
@media only screen and ( max-width:959px ) {
}

/* 641px～768px以下（主にタブレット） */
@media only screen and ( max-width:768px ) {
}

/* 640px以下（主にスマホ横） */
@media only screen and ( max-width:640px ) {
	section table {
		font-size:12px;
	}

	dl.business {
		font-size:12px;
	}
}

/* 480px以下（主にスマホ縦） */
@media only screen and ( max-width:480px ) {
}
