@charset "utf-8";

/* ---------------------------------------------------body */
body {
	color:#666666;
	background-color:#ffffff;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}



/* ---------------------------------------------------a */
a {
	color: #666666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,215,0.40);
}

/* --------------------------------------------------font-size */
.f-small{
	font-size:85%;
	line-height: 145%;
	}
.ff-small {
	font-size:70%;
	line-height: 145%;
}
.f-large {
	font-size: 120%;
}
.ff-large {
	font-size: 145%;
}
.blue {
	color: #09C;
}



/* --------------------------------------------------margin */
.mt05em{
	margin-top:0.5em;
	}
.mt02em {
	margin-top:0.2em;
}



/* ---------------------------------------------------#wrapper */
#wrapper {
  width:100%;
}
/* ---------------------------------------------------header */

header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
	height: 100px;
	position: relative;
}
header h1 {
	padding-top: 10px;
	text-align: center;
}
header .banner {
	position: absolute;
	right: 10px;
	top: 15px;
}
.banner ul li {
	float: left;
	padding-left: 5px;
}
header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainimg {
	width: 320px;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
}
.load {
	-webkit-animation: spin 30s linear infinite;
	-moz-animation: spin 30s linear infinite;
	-ms-animation: spin 30s linear infinite;
	-o-animation: spin 30s linear infinite;
	animation: spin 30s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}




/* ---------------------------------------------------#contents */
#contents {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 96%;
}
.back_area {
	background-color: #eee;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 15px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
}
.back_area a {
	height: 20px;
	width: 35px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.title {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: rgba(0,141,72,1.00);
	font-size: 24px;
}

.link01 {
	background-image: url(../img/link01_bg.jpg);
	background-repeat: repeat-x;
	height: 80px;
	background-size:5px 80px;
	-webkit-background-size:5px 80px;
	-moz-background-size:5px 80px;
	padding: 0px;
}
.link01 a {
	background-image: url(../img/link_mark.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:22px 18px;
	-webkit-background-size:22px 18px;
	-moz-background-size:22px 18px;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.link02 {
	background-image: url(../img/link02_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-size:10px 50px;
	-webkit-background-size:10px 50px;
	-moz-background-size:10px 50px;
	height: 50px;
	text-align: center;
	padding: 0px;
}
.link02 a {
	background-image: url(../img/link_mark.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:22px 18px;
	-webkit-background-size:22px 18px;
	-moz-background-size:22px 18px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.floatL {
	float: left;
	padding-right: 20px;
}
.link_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}



.link_underline02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.link_underline03 {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #DFD7D0;
}



.link_mark {
	background-image: url(../img/link_mark.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:22px 18px;
	-webkit-background-size:22px 18px;
	-moz-background-size:22px 18px;
}
#fnav {
	width: 96%;
	margin-left: auto;
	margin-right: auto;

}
.fnav_contact .btn_shiryo a {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 7px;
}
.fnav_contact .btn_contact a {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 7px;
}
.fnav00 {
	width: 100%;
}
.fnav00 ul {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fnav00 li a  {
	float: left;
	width: 33%;
	display: block;
	text-align: center;
}



.fnav01 {
	background-image: url(../img/mainbtn_bg.jpg);
	background-repeat: repeat-x;
	background-size:5px 50px;
	-webkit-background-size:5px 50px;
	-moz-background-size:5px 50px;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFD7D0;
	margin-top: 10px;
	clear: both;
}

.fnav03 {
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	background-color: #009933;
	clear: both;
}

.fnav03 .btn01 a {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 7px;
	height: 15px;
	padding-bottom: 8px;
}
.fnav03 .btn02 a {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 7px;
	height: 15px;
	padding-bottom: 8px;
}
.fnav04 {
	background-color: #DFDFDF;
	padding-top: 20px;
	height: 40px;
	clear: both;
}
.fnav04 a {
	color: #333333;
}

.fnav04 ul.ue {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	clear: both;
}

.fnav04 ul li  {
	background-image: url(../img/fnav_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:4px 8px;
	-webkit-background-size:4px 8px;
	-moz-background-size:4px 8px;
	padding-left: 8px;
	font-size: 60%;
	float: left;
	padding-right: 5px;
	margin-left: 5px;
}

.main_nav {
	background-image: url(../img/mainbtn_bg.jpg);
	background-repeat: repeat-x;
	background-size:5px 50px;
	-webkit-background-size:5px 50px;
	-moz-background-size:5px 50px;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFD7D0;
	margin-top: 0px;
}
.main_nav .btn a {
	width: 100%;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 8px;
}
#f_company {
	font-size: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 140%;
}

.copy {
	clear: both;
	text-align: center;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	font-size: 60%;
	background-color: #EEE;
}





.center_line {
	background-image: url(../img/line.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:2px 70px;
	-webkit-background-size:2px 70px;
	-moz-background-size:2px 70px;
	height: 100%;
}

.txt_center {
	text-align: center;
	padding-right: 2%;
	padding-left: 2%;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
}
.txt_center img {
	width: 100%;
	height: auto;
}

.txt_center2 {
	text-align: left;
	padding: 10px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.txt_center3 {
	text-align: center;
	padding: 0px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.txt_center4 {
	text-align: left;
	padding: 10px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.col2 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.col2 .box {
	float: left;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	width: 48%;
}
.col2 .box img {
	width: 100%;
	height: auto;
}





.base_block {
	padding: 10px;
}

.komidashi {
	color: #C89955;
	font-weight: bold;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C89955;
	margin-bottom: 10px;
	margin-top: 10px;
}
.gray_box {
	background-color: #eee;
	padding: 10px;
}
.kogecha {
	color: #42210B;
}
.onlinelicense{
	clear: both;
}
.onlinelicense a {
    width: 60%;
    display: block;
    text-decoration: none;
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    text-align: center;
    padding: 3% 10%;
    margin: 0 auto 20px;
    border-radius: 5px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,1.00);
    box-shadow: 0px 0px 5px rgba(0,0,0,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(154,224,122,1.00) 0%,rgba(32,158,8,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(154,224,122,1.00) 0%,rgba(32,158,8,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(154,224,122,1.00) 0%,rgba(32,158,8,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(154,224,122,1.00) 0%,rgba(32,158,8,1.00) 100%);
    text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}
