/* Drawerの内容が本文よりも多い場合には、この指定が必要。
body
    background-color: white !important
*/
main {
  zoom: 1;
}
main:before,
main:after {
  content: "";
  display: table;
}
main:after {
  clear: both;
}
.drawer-hamburger {
  border: 0;
  background: 0;
  position: fixed;
  display: block;
  top: 0;
  padding: 20px;
  width: 70px;
  height: 70px;
  background-color: transparent;
  border: 0;
  z-index: 100;
  outline: 0;
  }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after{
	width:100%;height:3px;
	background-color:#fd3737;
	border-radius:1px;
	-webkit-transition:all .4s cubic-bezier(.19, 1, .22, 1);
	-o-transition:all .4s cubic-bezier(.19, 1, .22, 1);
	transition:all .4s cubic-bezier(.19, 1, .22, 1)}

.drawer-default{
	background-color:#fd3737;
	color:#fff;
	padding: 0px 20px;
	-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,0.5);
	box-shadow:inset 0 0 0 rgba(0,0,0,0.5)}
.drawer-default a:hover,.drawer-default a:focus{color:#fc3e03 !important;text-decoration:none}
#menu {
	position:absolute;
	top: 27px;
	left:10px;
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fd3737;
	letter-spacing:2px;
}
#headwrap {
	display:none;
}
#headwrap #menuname {
	position:fixed;
	left:20px;
	top:45px;
	color:#fd3737;
	font-size:9px;
  z-index: 101;
}
/*-------------------------*/
a.f_tel{
	display:block;
	width:45%;
	height: 55px;
	background-color:#fd784f;
	float:left;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 10px 15px 0px;
}
a.f_tel img
{
	float:left;
	width:22px;
	margin: 10px 0px 0px 5px;
}
a.f_tel span
{
	float:right;
	width:68%;
	font-size:13px;
	margin: 10px 0px 0px 0px;
	display:block;
	letter-spacing:0;
}
a.f_tel span b
{
	font-weight:normal;
	display:block;
	clear:both;
	font-size:8px;
}
/*-----------------------------------------------*/
html {-webkit-text-size-adjust: none}
body{
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	height:auto;
}
.wrap {
	margin: 0px;
	padding: 0px;
	width:100%;
	font-size:12px;
	line-height:150%;
}
/*-------------------------*/
a.f_tel{
	display:block;
	width:45%;
	height: 55px;
	background-color:#fd784f;
	float:left;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 10px 15px 0px;
}
a.f_tel img
{
	float:left;
	width:22px;
	margin: 10px 0px 0px 5px;
}
a.f_tel span
{
	float:right;
	width:68%;
	font-size:13px;
	margin: 10px 0px 0px 0px;
	display:block;
	letter-spacing:0;
}
a.f_tel span b
{
	font-weight:normal;
	display:block;
	clear:both;
	font-size:8px;
}
/*--------------------*/
#smlist {
	margin: 0px;
	padding: 0px 20px 50px 20px;
}
#smlist p#smlist_pp{
	padding: 0px 0px 10px 0px;
}
#smlist p.smlist_title{
	border-left: 4px solid #fd784f;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 5px;
	font-weight:bold;
	font-size:12px;
	clear:both;
	line-height:140%;
}
#smlist p.smlist_title span{
	font-size:9px;
	font-weight:normal;
	color:#ffeae4;
}
#smlist ul{
	margin: 10px 0px 30px 0px;
	padding: 0px;
}
#smlist ul li{
	margin: 0px 0px;
	padding: 0px;
	list-style:none;
	border-bottom: 1px solid #fff;
}
#smlist ul li a{
	width:100%;
	display:block;
	padding: 5px 0px;
	background-image:url(../img/sankaku_list.png);
	background-repeat:no-repeat;
	background-position:right 10px;
	background-size: 10px 10px;
	text-decoration:none;
	color:#fff;
}
#sm_btmspace {
	padding: 50px 0px;
}
#go2 {
	position:fixed;
	right: 10px;
	bottom:10px;
	line-height:130%;
	z-index:999;
}
#go2 a{
	text-decoration:none;
	display:block;
	background-color:#727171;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding: 5px;
}

/*------------------------*/
#logo {
	width:100%;
	text-align:center;
	margin: 10px auto;
}
#logo img{
	margin: 0px auto;
	width:115px;
	height:auto;
}

/*-----------*/
.tab{overflow:hidden;
	width: 90%;
	margin: 0px auto;
	padding: 0px;}
.tab li{background:#fff; padding:15px 5px; margin:0px 2px 0px 0px; float:left; list-style:none; text-decoration:underline;}
.tab li.select{background:#eee; text-decoration:none;}
.content li{background:#eee; padding: 10px; list-style:none;}
.hide {display:none;}
/*-----------*/
.content {
	margin: 0px auto;
	padding: 0px;
	width: 90%;
}
.content li table{
	padding: 0px;
	margin:auto;
	width: 95%;
	background-color:#fff;
	clear:both;
	border-top: 1px solid #E1DEDE;
}
.content li table th{
	padding: 20px;
	text-align:left;
	width:20%;
	font-weight:normal;
	border-bottom: 1px solid #E1DEDE;
}
.content li table td{
	padding: 20px;
	border-bottom: 1px solid #E1DEDE;
	font-size:14px;
}
#entry {
	text-align:center;
}
#entry a{
	display:block;
	background-color:#46c111;
	color:#fff;
	width:30%;
	margin: 40px auto 100px auto;
	text-decoration:none;
	padding: 15px 0px;
	font-size:14px;
}
#nagare {
	text-align:center;
	font-size:14px;
	padding: 15px 0px 0px 0px;
	line-height: 180%;
}
#tops {
	text-align:center;
	font-size: 14px;
	line-height:180%;
	padding: 0px 0px 50px 0px;
}
#tops h1{
	font-size:16px;
	line-height:150%;
}
#tops h2{
	font-size:16px;
	line-height:150%;
}
#tops p{
	padding: 10px;
}
#tops p br{
	display:none;
}

#footer {
	clear:both;
	background-image:url(../img/footer_02.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 160px 0px 50px 0px;
	text-align:center;
	color:#fff;
	font-size:11px;
}
#footer img{
	width:70px;
	height:auto;
	margin:0px auto 0px auto;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	text-decoration:none;
}

#mail {
	position:absolute;
	right: 20px;
	top: 20px;
}
#mail a{
	display:block;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 1px solid #02ad72;
	text-align:center;
	padding: 20px;
	line-height:0;
}
#mail a img{
	width:90%;
	height:auto;
	margin: 3px auto auto auto;
}
/*----------*/
#contactwrap {
	width:90%;
	margin:auto;
}
#contactwrap table{
	border-top: 1px solid #DBD7D7;
}
#contactwrap table td{
	border-bottom: 1px solid #DBD7D7;
	padding: 10px 0px;
}
#contactwrap table td.leftgaiyo{
}
#contactwrap table td.bordboxTD02{
}
#contactwrap table td.bordboxTD03{
}
#contactwrap table td.bordboxTD02 input,
#contactwrap table td.bordboxTD02 textarea {
	width:95%;
	padding: 8px;
	font-size: 16px ;
}
#kakunin {
	border: 3px solid #DBD7D7;
	padding: 10px 20px;
	background-color:#EFEDED;
}
#kakunin input{
	padding: 10px 20px;
	font-size:14px;
}