/* WordPress Theme Base Style */
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

/* --- 全体中央寄せとフォント設定 --- */
body {
    width: 940px;
    margin: 0 auto;
    padding: 0;
    font-family: sans-serif;
    font-size: small;
    line-height: 1.5;
    text-align: left;
    background: #fff;
}

/* --- ヘッダー --- */
#header {
    height: 70px;
    position: relative;
}
.inq-test-header {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}

.inq-test-header img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* --- コンテンツ構造 --- */
#contents {
    clear: both;
    margin-top: 20px;
}

#left_menu {
    float: left;
    width: 165px;
}

#contents_body {
    margin: 10px 0;
    margin-left: 220px;
    width: 690px;
}

/* --- フッター --- */
#footer {
    clear: both;
    margin: 10px 0;
    text-align: center;
}

/* --- ウィジェット --- */
.widget-header {
    font-size: 14px;
    font-family: 'Trebuchet MS', sans-serif;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin: 0 15px 8px;
    padding-bottom: 0.3em;
}

.widget-content {
    margin: 5px 15px 20px;
    font-size: 11px;
    color: #666;
}

.widget-content a {
    color: #666;
    text-decoration: none;
}

.widget-content a:hover {
    text-decoration: underline;
}

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
}

.widget-calendar .widget-content table {
    font-size: 10px;
}

/* --- 画像の余白リセット --- */
a img {
    border: none;
}

/* --- ul, olのデフォルトリセット --- */
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* --- リストマーク再設定 --- */
ul {
    list-style-type: disc;
    margin-left: 20px;
}

ol {
    list-style-type: decimal;
    margin-left: 20px;
}
/* --- 住所文字整列 --- */
#address {
    text-align: left;         /* 右寄せに */
    padding-right: 20px;       /* 右に少し余白を持たせる */
    font-size: 10px;           /* フォントサイズ統一 */
    line-height: 1.4;          /* 行間を調整 */
    display: block;
    margin-top: 10px;
}
div#top_menu{
    margin: 0px;
    padding: 0px;
}

div#top_menu img{
    margin: 0px;
}

div#address{
    margin: 10px 0px;
    line-height: 1.2em;
}

div#qrcode{
    margin: 20px 0px;
    text-align: center;
}

div#contents_body h2 {
    font-size: medium;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #F9F;
}

div#contents_body h3 {
	font-size: medium;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #F39;
    margin-bottom: 10px;
	float: none;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

div#contents_body h4 {
    font-size: medium;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #F69;
    border-bottom: solid #F9C 1px;
	float: none;
}

div#contents_body h4 + div {
    margin: 15px 3px;
}

div#contents_body h4 + div table td.spacer{
    width: 40px;
}

div#contents_body div#topics{
    border: solid gray 1px;
    padding: 10px;
    margin-bottom: 20px;
}

div#contents_body div#ideal{
    margin: 20px 0px;
    text-align: center;
}

div#contents_body table.inq-table{
    width: 690px;
    border: solid #999 1px;
    border-collapse: collapse;
}

div#contents_body table.inq-table th{
    width: 80px;
    padding: 5px;
    border: solid #999 1px;
    background-color: #FFF4FF;
    color: #C69;
    text-align: center;
    vartical-align: middle;
}
div#contents_body table.inq-table td{
    border: solid #999 1px;
    vertical-align: top;
    padding: 5px;
}

div#contents_body div.tel_contact{
    margin: 10px 0px;
    text-align: center;
}
