@charset "utf-8";
/*
#666	Text
#6C3	Link
#C36	Appeal
#F99	Main
*/
body {
	font-feature-settings: "palt";
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #666;
	padding-bottom: 100px;
	min-width: 920px;
}
a {
	color: #6C3;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
ul, ol, dl {
	margin-top: 10px;
	line-height: 1.5em;
}
li {
	margin-left: 30px;
	margin-top: 5px;
}
li:first-child {
	margin-top: 0;
}
input, select, textarea {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}
input[type="submit"] {
	padding: 10px;
}
table.waku {
	margin-top: 20px;
	line-height: 1.5em;
}
table.waku tr {
	background-color: #FFF;
}

table.waku th {
	background-image: url(../images/box_bg01.gif);
}
table.waku th, table.waku td {
	padding: 10px;
	border: 1px solid #EEE;
}
p {
	margin-top: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}
h2 {
	font-size: 160%;
	line-height: 1.2em;
	font-weight: normal;
	color: #F99;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	margin-top: 80px;
}
h2.title, h2 .title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 200%;
}
h3 {
	color: #000;
	margin-top: 40px;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
h3.title, h3 .title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 140%;
}
h4 {
	font-weight: bold;
	color: #000;
	margin-top: 20px;
	font-size: 120%;
	line-height: 1.2em;
}
section.sectionBox {
	padding-top: 80px;
	padding-bottom: 80px;
}
section.sectionBox:nth-of-type(2n+1) {
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEE;
	border-bottom-color: #EEE;
}
.inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.inner2 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.innerWide {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	overflow: hidden;
}
#logoBox {
	float: left;
}
#top {
	font-size: 80%;
	line-height: 20px;
	padding-top: 10px;
	text-align: center;
}
#logo {
	/* [disabled]margin-top: 10px; */
}
#headerContactBox {
	float: right;
}
#headerBtn {
	margin-top: 10px;
}
#headerBtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #6C3;
	line-height: 15px;
	border-radius: 3px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	font-size: 90%;
}
#headerTel {
	line-height: 20px;
	color: #F99;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	height: 35px;
	margin-top: 5px;
}
#headerTel span {
	font-size: 30px;
	line-height: 30px;
}
#headerEtc {
	font-size: 80%;
	line-height: 20px;
}
#globalNav {
	margin-top: 10px;
}
#globalNav ul {
	margin: 0px;
	padding: 0px;
}
#globalNav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#globalNav a {
	display: block;
	text-decoration: none;
}
#globalNav>ul {
	overflow: hidden;
}
#globalNav>ul>li {
	float: left;
	width: 14.285%;
}
#globalNav>ul>li>a {
	text-align: center;
	line-height: 50px;
	color: #FFF;
	background-color: #F99;
	box-shadow: 1px 1px 0px rgba(255,255,255,0.2) inset, -1px -1px 0px rgba(0,0,0,0.1) inset;
	font-size: 100%;
}
#globalNav ul li ul {
	display: none;
	position: absolute;
	z-index: 100;
	min-width: 157px;
}
#globalNav ul li ul li a {
	line-height: 1.5em;
	padding: 15px;
	font-size: 90%;
	background-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	color: #CCC;
}
#container {
	padding-top: 10px;
	overflow: hidden;
	padding-bottom: 20px;
}
#pageTitle h1 {
	font-weight: normal;
	font-size: 180%;
	color: #000;
	line-height: 1.2em;
	padding: 30px;
	border: 1px solid #EEE;
	border-radius: 3px;
	background-color: #FFF;
	background-image: url(../images/box_bg01.gif);
	margin-top: 10px;
}
#breadcrumb {
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#breadcrumb ul li:before {
	content: "＞";
}
#breadcrumb ul li:first-child:before {
	content: "";
}
#footer {
	border-radius: 0px 0px 3px 3px;
	padding-top: 40px;
}
#footerNav {
	padding: 10px;
	background-color: #F99;
}
#footerNav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footerNav ul li {
	display: inline;
	margin: 0px;
	list-style-type: none;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	color: #FFF;
}
#footerNav ul li:before {
	content: "｜";
}
#footerNav ul li:first-child:before {
	content: "";
}
#footerNav ul li a {
	color: #FFF;
}
#footer address {
	font-style: normal;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
}
#pageTop {
	border-radius: 5px;
	padding: 20px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-image: url(../images/black_alpha50percent.png);
}
#pageTop:hover {
	cursor: pointer;
}
#sitemap {
	margin-top: 40px;
	overflow: hidden;
}
#sitemap div {
	float: left;
	width: 45%;
	margin-left: 5%;
}
#sitemap ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
}
#sitemap li {
	list-style-type: none;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#sitemap ul.bottom_layer {
	border-top-style: none;
}
#sitemap ul.bottom_layer li {
	border-bottom-style: none;
	background-image: none;
	list-style-type: circle;
	padding: 0px;
	margin-left: 20px;
}
.headlineBox {
	overflow: hidden;
	word-wrap: break-word;
}
.headlineBox .entryBox {
	margin-top: 20px;
	overflow: hidden;
}
.headlineBox .entryBox .photo {
	float: left;
	width: 120px;
	margin-right: 10px;
}
.headlineBox .entryBox .photo a {
	height: 0;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #F6F6F6;
	padding-top: 75%;
}
.headlineBox .entryBox .inBox {
	overflow: hidden;
}
.headlineBox .entryBox .title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	margin-top: 0px;
}
.headlineBox .entryBox .date {
	font-size: 70%;
	line-height: 1.2em;
	display: block;
	color: #CCC;
	text-align: right;
	margin-top: 5px;
}
.headlineBox .entryBox .summary {
	margin-top: 5px;
}
#rss {
	float: right;
	margin-top: 40px;
}
.anchorLink {
	margin-top: -60px;
	padding-top: 60px;
}
.text_small {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 5px;
	font-weight: normal;
}
.text_large {
	font-size: 200%;
	line-height: 1.2em;
}
.text_tel {
	font-family: "Times New Roman", Times, serif;
	font-size: 300%;
	line-height: 1.2em;
}
.appeal_color {
	color: #C36;
}
.box_waku01 {
	padding: 19px;
	border: 1px solid #EEE;
	margin-top: 20px;
	background-image: url(../images/box_bg01.gif);
	background-color: #FFF;
}
.formBox {
	padding: 20px;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 10px;
	background-image: url(../images/box_bg01.gif);
	border: 1px solid #EEE;
	background-color: #FFF;
}
.formBox dl {
	margin: 0px;
	padding: 0px;
}
.formBox dt {
	font-weight: bold;
	color: #000;
	float: left;
	width: 25%;
	clear: both;
	padding: 10px;
	margin: 0px;
	text-align: right;
	box-sizing: border-box;
}
.formBox dd {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 75%;
	box-sizing: border-box;
}
.img_waku01 {
	border: 1px solid #EEE;
}
.icon_link {
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
	list-style-type: none;
}
.button {
	text-align: center;
	overflow: hidden;
}
.button a {
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-decoration: none;
	background-color: #6C3;
	color: #FFF;
	border-radius: 3px;
	min-width: 240px;
}
.youtubeBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background-color: #000;
}
.youtubeBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 5px solid #000;
}
