@charset "utf-8";
/* CSS Document */
html {
	-webkit-text-size-adjust: 100%;
}
body,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ol,ul,li,th,td,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,th,input,textarea {
	font-size: 90%;
	font-weight: normal;
}

table,th,td {
	text-align: left;
	border: none;
}

ol,ul,li {
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}



/* clearfix
---------------------------------- */
.clearfix, .clear { zoom: 1; }
.clearfix:after, clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0.01px;
}



/* container
---------------------------------- */
#container {
	width: 100%;
	max-width: 800px;
	min-width: 320px;
}
table {
	width: 90%;
	margin: 1% auto;
}
td {
	font-size: 75%;
}


/* Facebook
---------------------------------- */
.Facebook {
	text-align: center;
	margin: 1% 0 5% 0;
}


/* Bnr
---------------------------------- */
.Bnr {
	margin: 0 auto;
	text-align: center;
}
.Bnr a {
	display: block;
	margin-bottom: 1%;
}
.bnrArea img {
	width: 100%;
	height: auto;
}

/* Menu
---------------------------------- */
.intext {
	margin: 20px;
}
.tmenu {
	font-size: 20px;
}
#Menu {
	font-size: 90%;
	color: #8d5b0c;
}
#Menu span {
	color: #d16c00;
}
#Menu em {
	font-style: normal;
	font-size: 110%;
	color: #d16c00;
}
#Menu strong {
	color: #341400;
}


/* Staff
---------------------------------- */
#Staff strong {
	color: #8a0000;
}


/* ShopInfo
---------------------------------- */
#ShopInfo h4 {
	color: #8a0000;
	font-size: 120%;
}


/* Faq
---------------------------------- */
#Faq dl {
	width: 95%;
}


/* Recruit
---------------------------------- */
#Recruit td {
	font-size: 100%;
}
#Recruit tr {
	border-bottom: 1px dotted #CDCDCD;
}
#Recruit th,
#Recruit td {
	padding: 5px;
}
#Recruit th {
	white-space: nowrap;
	padding-right: 2em;
}
.red {
	color: #f75555;
	font-size: 15px;
}

/* Footer
---------------------------------- */
#Footer {
	font-size: 75%;
}
#Footer p {
	margin-bottom: 1em;
}
#Footer a {
	color: #383838;
}

.formtable th, .formtable td {
	display: block;
}
.formtable td {
	padding: 0 0 3% 0;
	font-size: 90%;
}
.formtable input[type="text"] {
	border: 1px solid #CBCBCB;
	height: 30px;
}
.formtable .large {
	width: 98%;
}

.course table, .course td {
	border-collapse: collapse;
}
.course td {
	font-size: 96%;
	padding: 2%;
	border-top: 3px solid #d16c00;
}