body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -webkit-box-shadow: inset 0 0 18.75em rgba(67, 41, 27, 0.92); /* 300 */
  -moz-box-shadow: inset 0 0 18.75em rgba(67, 41, 27, 0.92); /* 300 */
  box-shadow: inset 0 0 18.75em rgba(67, 41, 27, 0.92); /* 300 */
}

*{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #333333;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

a img {
transition: opacity 0.2s linear 0s;
}

a:hover img {
  opacity: 0.7;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}

p {
  margin-top: 0px;
  line-height: 1.6;
}

img {
  vertical-align: bottom;
}

#main h1 {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  color: #ffffff;
}

#main h2 {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-size: 28px;
  color: #ffffff;
}

#main h3 {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-size: 25px;
  color: #333333;
}

#main h4 {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  color: #333333;
}

#main h5 {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-size: 25px;
  color: #ffffff;
}

h6 {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-size: 12px;
  color: #333333;
}

header {
  width: 980px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #483321;
}

header h1 {
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

header #header_contact {
  float: right;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

ul {
  list-style: none;
}

#wrapper {
  width: 980px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  overflow: hidden;
  background-color: white;
}

#main {
  width: 980px;
  float: left;
}

#sidebar {
  width: 234px;
  float: right;
}

#side_banner {
  margin-bottom: 30px;
}

#side_banner h2 {
  background-color: #333333;
  color: white;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  font-size: 14px;
  text-align: center;
}

#side_banner ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#side_banner ul li {
  margin-bottom: 10px;
  font-size: 12px;
}

footer {
  background-color: #333333;
  margin-left: auto;
  width: 980px;
  margin-right: auto;
  text-align: center;
}

footer #footer_nav {
  background-color: rgba(139, 118, 100, 0.74);
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}

footer #footer_nav ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

footer #footer_nav li {
  display: inline;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #333333;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}

footer #footer_nav li:last-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #333333;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 8px;
}

footer small {
  background-color: #382B21;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  color: white;
}

#breadcrumb {
  font-size: smaller;
}

#breadcrumb ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#breadcrumb ol li {
  display: inline;
}

#breadcrumb ol li::after {
  content: ">";
  padding-left: 7px;
}

#breadcrumb ol li:last-child::after {
  content: none;
}

#entry dl {
  background-color: rgba(139, 118, 100, 0.74);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image: none;
}

#entry dl dt, #entry dl dd {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
}

#entry dl dt {
  width: 13em;
  float: left;
  clear: both;
  font-weight: bold;
  color:white;
}

#entry dl dd {
  background-color: white;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dddddd;
  margin-left: 13em;
}

.must {
  color: red;
}

#entry #name {
  width: 15em;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

#entry #email {
  width: 25em;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

#entry #detail {
  width: 30em;
  height: 15em;
}

#entry #submit_button_cover {
  text-align: center;
}

#entry #submit_button {
  background-color: rgba(139, 118, 100, 0.74);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #848484;
  border-right-color: #848484;
  border-bottom-color: #848484;
  border-left-color: #848484;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
  border-radius: 10px;
  font-size: 18px;
  color: white;
  cursor: pointer;
transition: background 0.1s linear 0s;
}

#entry #submit_button:hover {
  background-color: #382B21;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  font-weight: bold;
}

.clear {
  clear:both;
}

.clear hr {
  display:none;
}

/* responsiveness */
 
@media only screen and ( max-width: 32.5em ) /* 520 */
{
	body
	{
		-webkit-box-shadow: inset 0 0 9.375em rgba(208, 0, 0, 0.71); /* 150 */
		-moz-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, 5 ); /* 150 */
		box-shadow: inset 0 0 9.375em rgba(9, 0, 224, 0.5); /* 150 */
	}
	#wrapper
	{
		width: 100%;
		height: auto;
		position: static;
		padding: 1.25em; /* 20 */
		margin: 0;
	}
}