﻿@charset "utf-8";

@import url(common.css);
@media screen and (min-width: 641px){

body {
	line-height: 150%;
	background-color: #bbcc66;
	color:#333631;
	border: 50px solid #333631;
}
header, nav, #topicpath, #contents, footer {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
header img{
	display: inline;
}
header h1{
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 400px;
}
nav {
	clear: both;
	margin-bottom: 5px;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	overflow: hidden;
}
nav ul li {
	width: 210px;
	float: left;
}
nav ul li a {
	display: block;
	height: 0;
	padding-top: 64px;
}
nav ul li#nav_aboutus a {
	background-image: url(/images/btn_navigation1.png);
}
nav ul li#nav_tatami a {
	background-image: url(/images/btn_navigation2.png);
}
nav ul li#nav_gallery1 a {
	background-image: url(/images/btn_navigation3.png);
}
nav ul li#nav_askto a {
	background-image: url(/images/btn_navigation4.png);
}
#main {
	width: 840px;
	background-color: #bbcc86;
	font-size: smaller;
}
#main h1 {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
	font-size: 180%;
	text-align: left;
}

#ichi{
	float: left;
}

#ni{
	clear: both;
}
iframe{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
#rank {
	text-align:center;
	margin-bottom: 30px;
}
.ekiten-gadget{
	text-align: center;
	width: 80%;	
}

#kinshi{
	font-size: 90%;
}
#topics ul {
	list-style-type: none;
	margin-top: 0px;
	padding-left: 0;
}
#topics ul li {
	margin-top: 1.5em;
	padding: 0 0 1.5em 9.3em;
	border-bottom: 1px dotted #666666;
	text-indent: -9.3em;
}
table thead tr th {
	background-color: #66bbcc;
}
table tbody tr:nth-child(even) td {
	background-color: #aacf53;
}
table {
	width:95%;
	border-collapse: collapse;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
table caption {
	overflow: hidden;
	text-align: left;
	padding: 0;
}
table caption p {
	margin-bottom: 10px;
}
table th, table td {
	padding: 15px;
	border: 1px solid #775644;
	text-align: center;
}
table tr th:first-child {
	width: 30%;
}
table tr td:nth-child(2), table tr td:nth-child(3) {
	text-align: center;
}
.sec_field {
	margin-bottom: 30px;
	overflow: hidden;
}
.sec_field:last-child {
	margin-bottom: 0;
}

.pic_field figure {
	width: 200px;
	margin: 0 45px 0 0;
	float: left;
}
.pic_field figure:last-child {
	margin-right: 30px;
}
}