@charset "utf-8";



/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	text-align: left;
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
*.attention {
	color: #ff0000;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=button],
input[type=submit],
textarea {
	-webkit-appearance: none;
	border-radius: 0px;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

img {
	display: block;
}
hr {
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #d9d9d9;
	margin: 20px 0px;
}
*.clearfix {
	zoom: 1;
}
*.clearfix:before,
*.clearfix:after {
	content: "";
	display: table;
}
*.clearfix:after {
	clear: both;
}
*.margin-bottom {
	margin-bottom: 20px;
}
*.margin-bottom-narrow {
	margin-bottom: 10px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

/* block
-------------------------------------------------------------------------------- */

footer#footer div.block div.inner-block {
	position: relative;
}
footer#footer div.block-company {
	margin-bottom: 25px;
	background-color: #e6e6e6;
}
footer#footer div.block-company div.inner-block {
	padding: 15px;
}
footer#footer div.block-company header {
	position: absolute;
	left: 25px;
	top: 25px;
}
footer#footer div.block-company header h2 img {
	width: auto;
	height: 65px;
}
footer#footer div.block-company div.content {
	text-align: right;
}
footer#footer div.block-company div.content div.contact,
footer#footer div.block-company div.content p.calendar,
footer#footer div.block-company div.content p.qr-code {
	display: inline-block;
	vertical-align: top;
}
footer#footer div.block-company div.content div.contact,
footer#footer div.block-company div.content p.calendar {
	margin-right: 25px;
	padding-top: 10px;
}
footer#footer div.block-company div.content div.contact {
	display: none;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
}
footer#footer div.block-company div.content div.contact h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
footer#footer div.block-company div.content p.calendar img {
	width: auto;
	height: 157px;
}
footer#footer div.block-company div.content p.qr-code {
	padding: 15px 10px;
	background-color: #ffffff;
}
footer#footer div.block-company div.content p.qr-code img {
	width: auto;
	height: 137px;
}
footer#footer div.block-information div.content {
	border-bottom: 1px solid #666666;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
footer#footer div.block-information div.content div.headline {
	margin-bottom: 15px;
}
footer#footer div.block-information div.content div.headline h2 {
	display: inline-block;
	font-size: 16px;
	margin-right: 15px;
}
footer#footer div.block-information div.content div.headline p.note {
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding: 5px 10px;
	background-color: #fff9ae;
}
footer#footer div.block-information div.content div.headline p.note br {
	display: none;
}
footer#footer div.block-information div.content div.body p.attention {
	font-size: 13px;
}
footer#footer div.block-information div.content div.body table {
	width: 100%;
}
footer#footer div.block-information div.content div.body table td {
	width: 11.11%;
	text-align: center;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px 0px;
}
footer#footer div.block-information div.content div.body table td:last-child {
	border-right: none;
}
footer#footer div.block-information div.content div.body table tr:last-child td {
	border-bottom: none;
}
footer#footer div.links {
	line-height: 20px;
}
footer#footer div.links ul li {
	display: inline-block;
	border-right: 1px solid #666666;
	margin-right: 10px;
	padding-right: 10px;
}
footer#footer div.links ul li:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}



/* --------------------------------------------------------------------------------
footer (wide)
-------------------------------------------------------------------------------- */

/* block
-------------------------------------------------------------------------------- */

footer#footer.wide div.block-company div.content div.contact {
	display: inline-block;
}
footer#footer.wide div.block-information div.content {
	position: relative;
	padding-left: 220px;
}
footer#footer.wide div.block-information div.content div.headline {
	position: absolute;
	left: 0px;
	top: 0px;
}
footer#footer.wide div.block-information div.content div.headline h2 {
	display: block;
	margin: 0px 0px 10px 0px;
}
footer#footer.wide div.block-information div.content div.headline p.note br {
	display: inline;
}
