@charset "utf-8";
@media all{
html, body{
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body{
	background-color: rgba(255,255,255,1);
	color: rgba(51,51,51,1);
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	text-align: left;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, nav, article{
	margin: 0px;
	padding: 0px;
}
h2 {
	clear:both;
	color: rgba(255,255,255,1);
	font-size: 16px;
	letter-spacing: 2px;
	line-height:none;
	background-color:rgba(0,102,0,1);
	padding:5px 0px 5px 10px;
	margin:0px 0px 15px;
	overflow:hidden;
}
a{
	color: rgba(0,102,0,1);
	text-decoration: none;
}
a:hover{
	color: rgba(0,102,0,1);
	text-decoration: underline;
}
a img, a:link img{
	background-color: rgba(255,255,255,1);
}
a:visited img, a:hover img, a:active img{
	background-color: rgba(255,255,255,1);
	opacity: 0.50;
}	

dfn{
	font-style: normal;
}
img{
	border: none;
}
li{
	list-style: none;
}
.tpENG{
	float:left;
	padding:5px 0px;
	color: rgba(166,128,60,1);
	font-weight:700;
	font-size:14px;
}

section{
	clear:both;
	overflow:hidden;
	margin-bottom:5px;
}

.pankuzu{
	font-size: 90%;
	margin:10px 10px;
	overflow:hidden;
}

.content{
	clear:both;
	line-height: 22px;
	padding-bottom:10px;
	margin-bottom:10px;
	overflow:hidden;
}

.clear{
	clear: both;
}
.fontb{
	font-weight:700;
}
.fred{
	color: rgba(255,0,0,1);
}
.js-time_limited{
  display: none;
}
.js-time_limited_fire{
  display: block;
}

.comment{
	padding:3px 5px;
}

}

@media screen and (max-width:640px){
body.is-fixed {
  overflow: clip;
  position: fixed;
  overscroll-behavior: none;
}

h1{
	clear:both;
	width: 100%;
	font: bold 20px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 2px;
	text-align:center;
	font-weight:900;
	padding:5px 0px;
	margin:10px 0px;
	overflow:hidden;
}

h3 {
	clear: both;
	color: rgba(204,0,0,1);
	margin: 10px 0px 5px;
	font-size:90%;
}

p {
	padding:0px 5px;
}
.wrapper{
	text-align: left;
	width: 100%;
	padding: 0px;
	overflow:hidden;
}
header{
	width: 100%;

}
.header_logo{
	margin: 5px;
	text-align:left;
	overflow:hidden;
}

.header_logo img{
	width:50%;
	height:auto;
}
.g_menu{
	clear:both;
	border-bottom: rgba(0,102,0,1) 1px solid;
	overflow:hidden;
}
.g_menu li{
	float: left;
	width:50%;
	height:100%;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}

li.bt1 a{
	color: rgba(0,102,0,1);
	display: block;
	text-decoration: none;
	padding: 8px 0px;
}
li.bt1 a:hover{
	background-color: rgba(0,102,0,0.3);
	text-decoration: none;
}

.content{
	padding-left:5px;
	padding-right:5px;
}
.left {
	border: none;
	line-height: 20px;
	overflow:hidden;
}
.rbox{
	padding:0px 5px;
	overflow:hidden;
}
.rbox h2{
	clear: both;
	background-color: rgba(0,102,0,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	text-align: center;
	padding: 5px 0px;
}
footer{
	clear: both;
	width: 100%;
	padding-top:0px;
	background-color: rgba(0,102,0,1);
	border: none;
	overflow: hidden;
}
footer a{
	color: rgba(255,255,255,1);
	text-decoration: none;
}
footer a:hover{
	color: rgba(255,255,255,1);
	text-decoration: underline;
}

.foot_left{
	margin-left: 5px;
	width: 100%;
}
.copyright{
	clear: both;
	color: rgba(255,255,255,1);
	font-size: 14px;
	padding-bottom:15px;
	margin: 5px 0px 5px;
}

.foot_right{
	font-size:12px;
	margin: 0px 0px 15px;
	overflow:hidden;
}

.foot_right li{
	float: left;
	padding:5px 4px;
	color:rgba(255,255,255,1);
}

.pcdisp{
	display:none;
}

.img320{
	width:100%;
	height:auto;
}

}

@media screen and (min-width: 641px){

a[href^="tel:"] {
    pointer-events: none;
}

.titlebox{
	float:left;
	height: 100px;
	width: 70%;
	margin-left:10px;
	overflow:hidden;
}

.titlebox p{
	clear:both;
	padding:5px 0px;
	color: rgba(166,128,60,1);
	font-weight:700;
	font-size:14px;
}

h1 {
	float:left;
	font: 30px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:5px;
	font-weight:700;
	padding-top:25px;
}
.wrapper{
	border-left: 2px solid rgba(204,204,204,1);
	border-right: 2px solid rgba(204,204,204,1);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
	padding: 0px;
	overflow:hidden;
}
header{
	width: 946px;
	margin: 0px;
	padding: 3px 2px 5px 2px;
}
.header_logo{
	float:right;
	overflow:hidden;
	margin-right:10px;
}

.g_menu{
	clear:both;
	width:100%;
	border-bottom: rgba(0,102,0,1) 1px solid;
	overflow:hidden;
}
.g_menu li{
	float: left;
	width:25%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:3px;
}
li.bt1 a{
	color: rgba(0,102,0,1);
	display: block;
	text-decoration: none;
	padding:8px 0px 8px;
}
li.bt1 a:hover{
	background-color: rgba(0,102,0,0.3);
}

.pankuzu br{
	display:none;
}
.content{
	min-height:810px;
	overflow:hidden;
}
.left{
	font-size: 14px;
	line-height: 22px;
	width: 507px;
	float: left;
}

.rbox{
	float: right;
	width: 400px;
	height:100%;
	overflow:hidden;
}

.rbox h2{
	clear: both;
	width:100%;
	background-color: rgba(0,102,0,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 5px 0px;
}

footer{
	clear: both;
	width: 100%;
	padding-top:0px;
	height: 27px;
	background-color: rgba(0,102,0,1);
	border: none;
	overflow: hidden;
}
footer a{
	color: rgba(255,255,255,1);
	text-decoration: none;
}
footer a:hover{
	color: rgba(255,255,255,1);
	text-decoration: underline;
}

.foot_left{
	float: left;
	margin-left: 5px;
	width: 43%;
}
.copyright{
	clear: both;
	color: rgba(255,255,255,1);
	font-size: 14px;
	margin: 5px 0px 0px;
}
.copyright br{
	display:none;
}
.foot_right{
	float: right;
	line-height:26px;
	margin-right: 5px;
	width: 55%;
	font-size:14px;
}
.foot_right ul{
	float: right;
	margin-right:10px;
}

.foot_right li{
	float: left;
	padding:0px 5px;
	color:rgba(255,255,255,1);
}

.spdisp{
	display:none;
}

.drc{
	clear:both;
	margin-right:8px;
}

}