﻿.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
body{
	line-height: 180%;
	font-size: 90%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: auto;
	/* margin-left:50px; */
}
button{
	line-height: 100%;
}
@font-face {
  font-family: 'dq10fontweb';
  src: url('../data/dq10font.woff') format('woff');
}

h1{

}
h2{
	border-bottom-color: #a67e4e;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #56350d;
	padding-left:20px;
	font-size: 150%;
	position: relative;
}
h2:before {
	color: #56350d;
	position: absolute;
	font-size: 100%;
	top: -0px;
	left: 0px;
	width: 5px;
	height: 100%;
	background: white;
	content: "◆";
}
h3{
	color: #56350d;
}
img{
	max-width: 100%;
	height: auto;
}
dt {
	font-weight: bold;
	color: #56350d;
	border-bottom-color: #a67e4e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
dd {
	color: #56350d;
	margin-left: 20px;
	position: relative;
}

.small{
	font-size: 90%;
}

.header{
	background-color: #cc6600;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	
}
.header_container{
	margin: auto;
	max-width: 920px;
	padding-left: 20px
}
.header_img{
	background-position: left bottom;
	background-size:contain;
	background-repeat: no-repeat;
	max-width: 460px;
	width: 100%;
	float: left;
}
.header_img1{
	background-image: url("../images/header_1.png");
	height: 135px;
}
.header_img2{
	background-image: url("../images/header_2.png");
	height: 135px;
}
.header_img_s1{
	background-image: url("../images/header_s1.png");
	max-width: 367px;
	height: 70px;
}
.header_img_s2{
	background-image: url("../images/header_s2.png");
	background-position: right bottom;
	max-width: 315px;
	height: 70px;
}

.header-menu{
	width: 100%;
}
.header-menu_container{
	display: block;
	max-width: 920px;
	width: 100%;
	height: 50px;
	margin:auto;
	padding:0;
}
.header-menu_button{
	display: block;
	background-color: #cc6600;
	float: left;
	color: white;
	margin: 0px 5px 0px 5px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	font-size: 120%;
	font-weight: bold;
}
.header-menu_button:hover{
	padding-top: 18px;
}
.header-menu_button a{text-decoration: underline;}
.header-menu_button a:link{color:white;}
.header-menu_button a:visited{color:white;}
.header-menu_button a:hover{color:white;}
.header-menu_button a:active{color:white;}

.title{
	display: block;
	position: relative;
	font-size: 28px;
	background-color: #603813;
	padding: 30px 5px 10px 22px;
	margin: 0px 0px 15px 0px;
	color: white;
	line-height: 120%;
}
.title:before {
	position: absolute;
	top: 0px;
	left: 8px;
	width: 5px;
	height: 100%;
	background: white;
	content: "";
}
.twitter-share-button{
	margin-left: 10px;
}
	.container{
		width: 100%;
		max-width: 915px;
		margin: auto;
	}

@media screen and (max-width : 480px){
	.content{
		margin: auto;
	}
}
@media screen and (min-width : 481px){
	.content{
		/* box-shadow */
		box-shadow:rgba(117, 79, 64, 0.66) 0px 0px 6px 3px;
		-webkit-box-shadow:rgba(117, 79, 64, 0.66) 0px 0px 6px 3px;
		-moz-box-shadow:rgba(117, 79, 64, 0.66) 0px 0px 6px 3px;
		padding: 20px;
		margin: auto;
		margin-left: 10px;
		margin-right: 5px;
	}
}

.jump{
	width: 100%;
	text-align: right;
}
.footer{
	display: block;
	background-color: #603813;
	width: 100%;
}
.footer_container{
	display: block;
	position: relative;
	padding: 10px 0px 5px 0px;
	color: white;
	max-width: 925px;
	width: 100%;
	margin: auto;
	margin-top: 15px;
}
.footer_title{
	font-size: 130%;
}

.footer_left{
	float:left;
	margin-left: 5px;
}
.footer_right{
	float:right;
	margin-right: 20px;
}
