@charset "utf-8";
/*CSS clear
------------------------------------------------------- */

html{margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}
body {
	color:#000;
	margin:0;
	padding:0;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {
	list-style: none;
}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
a img {	border:0;overflow: hidden;}


/*Layout
------------------------------------------------------- */

body{
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 950px;
	width: auto;
	line-height: 1.4em;
	background-image: url(../common/bg.png);
}
a {

}
html { margin: 0px !important; }

a:link {
	color: #5C5C5C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited{
	color: #5C5C6C;
}
a:hover {
	color: #39F;
	text-decoration: underline;
}
a:active {
	color: #66F;
	border-radius: 3px;
}
a img {
     border:none;
     verticle-align:top;
     
}
a:hover img {
	opacity: 0.6;     /* 透過レベル */
	filter: alpha(opacity=60);
	-webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}

img{
	max-width: 100%;
	height: auto;
}


/*other Options
------------------------------------------------------- */
img#wpstats{
	position:absolute;
	width:0px;
	height:0px;
	padding:0px;
	border:none;
	overflow:hidden;
	display: none;
}


#wpadminbar {
	overflow: hidden;
	float: none;
}
.centerBox {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*commonLayout
------------------------------------------------------- */
#headerBg {
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	background-color: #FFFFFF;
}
#headerBg:after {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 50%;
	position: absolute;
	background-color: #ED6D00;
	height: 100%;
	content: "";
	top: 0px;
	bottom: 0px;
	left: -475px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 5;
}

#headerBg #header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	max-width: 950px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
	padding-bottom: 12px;
}
#headerBg #header:before{
	content: "";
	position: absolute;
	width: 425px;
	height: 100%;
	z-index: 5;
	background-color: #ED6D00;
	top: 0px;
	left: 0px;
	bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerBg #header #otoiawase {
	float: right;
	position: relative;
	z-index: 200;
}
#headerBg #header #company {
	float: right;
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 170px;
}
#headerBg #header h1 {
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 5px;
	position: relative;
	z-index: 100;
	color: #FFFFFF;
}
#headerBg #header ul#hInfo {
	overflow: hidden;
	position: relative;
	z-index: 100;
}
#headerBg #header ul#hInfo li {
	float: right;
	position: relative;
	z-index: 100;
}
#headerBg #header ul#hInfo li#tel {
	margin-top: 20px;
	margin-left: 23px;
	position: relative;
	z-index: 100;
}
#headerBg #header ul#hInfo li#tenpo {
	margin-left: 19px;
	position: relative;
	z-index: 100;
}
#headerBg #header ul#hInfo li#logo {
	margin-top: 10px;
	position: relative;
	z-index: 100;
}
#headerIn #menu {
	display: none;
}
#gnaviBg {
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 25px;
	background-image: url(../common/header/bg_gnavi.png);
	padding-top: 5px;
	position: relative;
	z-index: 500;
}

#gnaviBg:before{
	content: "";
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	height: 100%;
	background-image: url(../common/header/bg_header_top.gif);
	background-repeat: repeat-x;
	z-index: 5;
}
#gnaviBg nav#g-navi span{
	display: none;
	background-image: url(url);
	position: relative;
	z-index: 200;
}
#gnaviBg ul#gnavi {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 950px;
	position: relative;
	z-index: 200;
	font-size: 0px;
}
#gnaviBg ul#gnavi li {
	float: 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;
	font-size: 0px;
	line-height: 0px;
	position: relative;
	width: auto;
	height: 78px;
	display: inline-block;
}
#gnaviBg ul#gnavi li img.gnAnime {
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	width: auto;
	height: auto;
	left: 0px;
	bottom:0px;
}
#gnaviBg ul#gnavi li img.gnAnime02 {
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	width: auto;
	height: auto;
	left: 0px;
	bottom:7px;
}

#wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	overflow: hidden;
}
#wrap p#goTop {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 30px;
	clear: both;
}

#wrap #leftNavi {
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
#wrap #leftNavi h2 {
	background-image: url(../common/leftnavi/bg_left_h2.png);
	background-repeat: no-repeat;
	width: 205px;
	height: 31px;
	padding-left: 22px;
	color: #FF4E02;
	line-height: 23px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}
#wrap #leftNavi p {
	margin-bottom: 20px;
}
#wrap #leftNavi #leftMenu {
	width: 230px;
	margin-bottom: 30px;
}
#wrap #leftNavi .movie p.small{
	font-size: x-small;
	text-align: center;
}
#wrap #leftNavi #leftMenu tbody tr td {
	border-bottom: 1px dotted #747474;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrap #leftNavi #leftMenu tbody tr th {
	border-bottom: 1px dotted #747474;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrap #leftNavi .marginbox .tenpo_box {
	border: 1px solid #FF4E02;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	background-color: #FFFFFF;
}

#wrap #leftNavi .marginbox .tenpo_box h3 {
	background-color: #305F1F;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: medium;
	background-image: -webkit-linear-gradient(319deg,rgba(78,144,76,1.00) 0%,rgba(24,100,44,1.00) 100%);
	background-image: -moz-linear-gradient(319deg,rgba(78,144,76,1.00) 0%,rgba(24,100,44,1.00) 100%);
	background-image: -o-linear-gradient(319deg,rgba(78,144,76,1.00) 0%,rgba(24,100,44,1.00) 100%);
	background-image: linear-gradient(131deg,rgba(78,144,76,1.00) 0%,rgba(24,100,44,1.00) 100%);
}
#wrap #leftNavi .marginbox .tenpo_box .number {
	color: #FF4E02;
	font-weight: bold;
	font-size: 25px;
}
#wrap #leftNavi .marginbox .tenpo_box p {
	margin-bottom: 0.5em;
}







#footerBg {
	background-position: center top;
	position: relative;
	background-color: #ED6D00;
}
#footerBg #footerBgTop {
	background-image: url(../common/footer/bg_shadow_top.png);
	background-position: center top;
	background-repeat: repeat-x;
}
#footerBg #footerBgTop #footerBgBottom {
	background-image: url(../common/footer/bg_shadow_bottom.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#footerBg #footerBgTop #footerBgBottom #footer {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	color: #FFFFFF;
}

#footerBg #footerBgTop #footerBgBottom #footer ul#fMenu {
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
}
#footerBg #footerBgTop #footerBgBottom #footer ul#fMenu li {
	float: left;
	background-image: url(../common/footer/pic_tri.png);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	background-position: left center;
	padding-left: 15px;
	margin-left: 0px;
	margin-right: 30px;
	padding-right: 0px;
}
#footerBg #footerBgTop #footerBgBottom #footer #socialL {
	width: 23%;
	float: right;
	margin-bottom: 25px;
}
#footerBg #footerBgTop #footerBgBottom #footer #socialL ul {
	display: table;
	width: 100%;
}
#footerBg #footerBgTop #footerBgBottom #footer #socialL ul li {
	display: table-cell;
	text-align: center;
	width: 33%;
}
#footerBg #footerBgTop #footerBgBottom #footer #socialL ul li a {
	color: #FFFFFF;
	font-size: 28px;
	display: block;
}




#footerBg #footerBgTop #footerBgBottom #footer #fAddress {
	overflow: hidden;
	margin-top: 0px;
	width: 69%;
	float: right;
	margin-bottom: 25px;
}
#footerBg #footerBgTop #footerBgBottom #footer #fAddress p {
	float: left;
	margin-right: 20px;
}

#footerBg #footerBgTop #footerBgBottom #footer #fAddress address {
	font-size: 12px;
}
#footerBgBottom #footer hr {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}
#footerBg #footerBgTop #footerBgBottom #footer #fMenu li a {
	color: #FFFFFF;
	text-decoration: none;
}


#copyright {
	background-color: #37592B;
}
#copyright p {
	font-size: 13px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}
#wrap #blogpage {
	width: 690px;
	float: right;
}
#wrap #leftNavi .counter {
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-top: 2px solid #F66A34;
	background-color: hsla(0,0%,100%,0.56);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-radius: 3px;
	line-height: normal;
	overflow: hidden;
}
#wrap #leftNavi .counter .hit-counter-max {
	display: inline;
}






.last {
	margin-right:0px !important;
}
.counter .cpd .cpd-l {
	float: none;
	height: auto;
	line-height: normal;
	display: block;
	min-height: 34px;
}

.counter .cpd .cpd-l #cpd_number_getuserall {
	background-color: #FEA404;
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	letter-spacing: 10px;
	padding-top: 1px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-bottom: 0px;
	text-align: center;
	display: inline-block;
	float: right;
	padding-right: 0px;
}
.counter .clear {
	display: inline;
	float: right;
	padding-bottom: 2px;
}
#gnavi #saiyouButton {
	position: relative;
}

#gnavi #saiyouButton #hiddenMenu {
	position: absolute;
	display: block;
	background-color: #F6C93E;
	width: 115px;
	z-index: 1000 !important;
	top: 70px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 0px 3px #FFFFFF;
}
#gnavi #saiyouButton #hiddenMenu a {
	display: block;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	border-top: 2px dotted #FFFFFF;
}
#gnavi #saiyouButton #hiddenMenu a:hover{
	background-color: #F08225;
	color: #FFFFFF;
	text-shadow: 0px 0px #773600;
}
body header {
	display: block;
	background-color: #FFFFFF;
	position: relative;
}
body header:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 5;
	background-color: #ED6D00;
	top: 0px;
	left: 0px;
	bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerIn {
	width: 100%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
#headerIn li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 10;
}
#headerIn #logoBg {
	background-color: #ED6D00;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	z-index: 10;
}

#headerIn li h1 {
	color: #FFFFFF;
	font-size: 9px;
}
#headerIn li #logo {
}
#headerIn li:last-child {
	vertical-align: bottom;
	padding-bottom: 10px;
}

#headerIn li #otoiawase {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#headerIn li #htenpo {
	position: static;
	vertical-align: bottom;
	margin-top: auto;
	padding-top: 44px;
}
.w950 {
	max-width: 950px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}













@media screen and (max-width:959px){
body{
	min-width: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	max-width:100% !important;
	height:auto;
}
#hWrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 2000;
}
#heightControler {
	display: block;
}


body header {
	z-index: 20000;
}
#gnaviBg {

}

#headerIn li #htenpo {
	position: static;
	padding-top: 0px;
}
#gnaviBg nav#g-navi {
	display: none;
	float: none;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fddd7c;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 200;
	text-align: right;
}

#gnaviBg nav#g-navi span {
	display: inline;
	position: static;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#gnaviBg nav#g-navi a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#gnaviBg nav#g-navi ul {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: static;
	text-align: right;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	height: auto;
	display: block;
	/*display: none;*/
}
#gnaviBg nav#g-navi ul li#close{
	display: block;
	width: 100%;
	float: none;
	clear: both;
	background-color: #FFE184;
	border-bottom: 1px dotted #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	position: static;
	height: auto;
	border-right: 5px solid #6B533E;
	background-image: none, -webkit-linear-gradient(315deg,rgba(255,225,132,1.00) 0%,rgba(255,244,211,1.00) 100%);
	background-image: none, -moz-linear-gradient(315deg,rgba(255,225,132,1.00) 0%,rgba(255,244,211,1.00) 100%);
	background-image: none, -o-linear-gradient(315deg,rgba(255,225,132,1.00) 0%,rgba(255,244,211,1.00) 100%);
	background-image: none, linear-gradient(135deg,rgba(255,225,132,1.00) 0%,rgba(255,244,211,1.00) 100%);
	cursor: pointer;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 0px 0px 3px #FFFFFF;
}
#gnaviBg nav#g-navi ul li a{
	display: block;
	width: 100%;
	float: none;
	clear: both;
	background-color: #FFE184;
	border-top: 1px dotted #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	position: static;
	height: auto;
	border-right: 5px solid #ED6D00;
	background-image: none, -webkit-linear-gradient(314deg,rgba(255,225,132,1.00) 0%,rgba(255,198,28,1.00) 100%);
	background-image: none, -moz-linear-gradient(314deg,rgba(255,225,132,1.00) 0%,rgba(255,198,28,1.00) 100%);
	background-image: none, -o-linear-gradient(314deg,rgba(255,225,132,1.00) 0%,rgba(255,198,28,1.00) 100%);
	background-image: none, linear-gradient(136deg,rgba(255,225,132,1.00) 0%,rgba(255,198,28,1.00) 100%);
	color: #000000;
	font-weight: normal;
	text-shadow: 0px 0px 3px #FFFFFF;
}
#gnavi #saiyouButton #hiddenMenu a {
	background-color: #FFE184;
	border-bottom: 0px none #D4D4D4;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	text-align: right;
	padding-right: 10px;
	text-shadow: 0px 0px 3px #FFFFFF;
}

#gnaviBg nav#g-navi ul li a:hover{
	text-decoration: none;
	background-color: #ED6D00;
	background-image: -webkit-linear-gradient(315deg,rgba(243,143,17,1.00) 0%,rgba(236,108,0,1.00) 99.48%);
	background-image: -moz-linear-gradient(315deg,rgba(243,143,17,1.00) 0%,rgba(236,108,0,1.00) 99.48%);
	background-image: -o-linear-gradient(315deg,rgba(243,143,17,1.00) 0%,rgba(236,108,0,1.00) 99.48%);
	background-image: linear-gradient(135deg,rgba(243,143,17,1.00) 0%,rgba(236,108,0,1.00) 99.48%);
	color: #FFFFFF;
}
#gnaviBg nav#g-navi ul li img{
	display:none;
}
#gnaviBg ul#gnavi {
	overflow: visible;
}
#gnaviBg ul#gnavi li {
	float: none;
	line-height: 20px;
	height: auto;
	font-size: medium;
	width:100%;
}

#footerBg #footerBgTop #footerBgBottom #footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	overflow: hidden;
	max-width: 950px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap #main {
	width: 100%;
	float: none;
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}

#wrap #blogpage {
	width: 100%;
	float: none;
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap p#goTop {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 30px;
	clear: both;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#copyright p {
	font-size: 13px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 3px;
	padding-left: 3px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
video {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gnavi #saiyouButton #hiddenMenu {
	position: static;
	display: block;
	background-color: #F6C93E;
	width: 100%;
	z-index: 1000 !important;
	top: 0px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 0px 3px #FFFFFF;
}

#gnavi #saiyouButton #hiddenMenu a:before {
	font-family: 'FontAwesome';
	content: "\f0da ";
	margin-right: 3px;
}
#headerIn li h1 {
	color: #FFFFFF;
	font-size: 9px;
	display: none;
}
#headerIn li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
#headerIn li#logoBg {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding-right: 3px;
}


#headerIn li#telephone a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#headerIn li#telephone a:before {
	font-family: 'FontAwesome';
	content: "\f095";
	display: block;
	font-size: 27px;
	line-height: normal;
}
#headerIn li#telephone a:after {
	content: "電話";
	display: block;
}
#headerIn li#telephone a img {
	display: none;
}

#headerIn li #otoiawase {
	display: inline-block;
	width: 50%;
	position: static;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#headerIn li #otoiawase a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#headerIn li #otoiawase a:before {
	font-family: 'FontAwesome';
	content: "\f0e0";
	display: block;
	font-size: 27px;
	line-height: normal;
}
#headerIn li #otoiawase a:after {
	content: "メール";
	display: block;
}

#headerIn li #otoiawase a img {
	display: none;
}
#headerIn li #htenpo {
	display: inline-block;
	position: static;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 50%;
}

	
	#headerIn li #htenpo a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#headerIn li #htenpo a:before {
	font-family: 'FontAwesome';
	content: "\f1b9";
	display: block;
	font-size: 27px;
	line-height: normal;
}
#headerIn li #htenpo a:after {
	content: "店舗";
	display: block;
}

#headerIn li #htenpo a img {
	display: none;
}
#headerIn #menu {
	display: table-cell;
	position: static;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
}
#headerIn #menu span{
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #5C5C5C;
	cursor: pointer;
}
#headerIn #menu span:before{
	font-family: 'FontAwesome';
	content: "\f0c9";
	display: block;
	font-size: 27px;
	line-height: normal;
}
#headerIn #menu span:after{
	content: "メニュー";
	display: block;
}
#wrap #leftNavi {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	font-size: 12px;
	max-width: 950px;
	background-image: -webkit-linear-gradient(270deg,rgba(223,243,238,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(223,243,238,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(223,243,238,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(223,243,238,1.00) 0%,rgba(255,255,255,1.00) 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#wrap #leftNavi h2 {
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding-left: 20px;
	color: #FF4E02;
	line-height: normal;
	font-size: medium;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	background-image: none;
	border-bottom: 3px solid #FF4E02;
	padding-right: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap #leftNavi p {
	display: inline-block;
}
#wrap #leftNavi hr {
	display: block;
	margin-bottom: 10px;
}
#wrap #leftNavi .sidecontents ul li {
	display: inline-block;
}
#wrap #leftNavi .sidecontents ul li a {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#wrap #leftNavi #leftMenu {
	display: block;
	width: 100%;
}
#wrap #leftNavi #leftMenu tbody {
	display: block;
}
#wrap #leftNavi #leftMenu tbody tr {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#wrap #leftNavi #leftMenu tbody tr td {
	display: block;
}
#wrap #leftNavi #leftMenu tbody tr th {
	display: block;
}
#wrap #leftNavi .marginbox .tenpo_box h3 {
	margin-bottom: 16px;
}































}

@media screen and (max-width:639px){
#footerBg #footerBgTop #footerBgBottom #footer #fAddress {
	overflow: hidden;
	margin-top: 0px;
	width: 100%;
	float: none;
	margin-bottom: 25px;
}
#footerBg #footerBgTop #footerBgBottom #footer #socialL {
	width: 100%;
	float: none;
	margin-bottom: 25px;
}







	
}

@media screen and (max-width:479px){
#headerIn li#telephone a:after {
	font-size: 10px;
	white-space: nowrap;
}
#headerIn li #otoiawase a:after {
	font-size: 10px;
	white-space: nowrap;
}
#headerIn li #htenpo a:after {
	font-size: 10px;
	white-space: nowrap;
}
#headerIn li#menu span:after {
	font-size: 10px;
	white-space: nowrap;
	content: "MENU";
}

#footerBg #footerBgTop #footerBgBottom #footer #fMenu {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footerBg #footerBgTop #footerBgBottom #footer #fMenu li {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	height: auto !important;
	float: none;
}

#footerBg #footerBgTop #footerBgBottom #footer #fMenu li a {
	display: block;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px dotted #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	height: auto !important;
}
#footerBg #footerBgTop #footerBgBottom #footer #fAddress p {
	text-align: center !important;
	float: none;
	margin-right: 0px;
}

#footerBg #footerBgTop #footerBgBottom #footer #fAddress {
	text-align: center !important;
}
#copyright {
	font-size: 9px;
}
#copyright p {
	font-size: 9px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}






}

@media screen and (max-width:320px){




}
