
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	min-width: 1080px;
	overflow-y: scroll;
}

body {
	color: black;
	font-family: "CI",Meiryo,sans-serif;
	font-size: 85%;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

p {
	line-height: 2em;
	margin: 10px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	font-weight: normal;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

span.link-btn a,
div.page a.next,
a.link-btn {
	background: url(images/link_btn.svg)#c7e9fd no-repeat center right 14px;
	background-size: 6px;
	border: 1px solid white;
	border-radius: 10px;
	color: black;
	font-weight: bold;
	padding: 12px 60px;
	text-align: center;
	text-decoration: none;
}

span.link-btn-prev a,
div.page a.prev,
a.link-btn-prev {
	background: url(images/link_btn_prev.svg) no-repeat #c7e9fd center left 14px;
	background-size: 6px;
	border: 1px solid white;
	border-radius: 10px;
	color: black;
	font-weight: bold;
	padding: 12px 60px;
	text-align: center;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.8em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

img {
	vertical-align: middle;
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 5px 12px;
	background-size: 6px;
	display: block;
	padding: 6px 0 6px 20px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space15px {
	clear: both;
	font-size: 5px;
	height: 15px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
div.message p {
	text-align: center;
}

div.perf-list ul li {
	background-color: white;
	border: 10px solid #e6f6fe;
	display: inline-block;
	padding: 30px 30px 10px 30px;
	width: 407px;
}

div.perf-list ul li a {
	display: block;
	text-decoration: none;
}

div.perf-list ul li span.img {
	display: block;
	text-align: center;
}

span.category {
	display: block;
	padding: 10px 0 15px 0;
	text-align: center;
}

span.category span {
	background-color: #777777;
	color: white;
	display: inline-table;
	font-size: 85%;
	padding: 2px 20px;
}

body#single span.category span {
	background-color: white;
	padding: 0;
}

body#single span.category span a {
	background-color: #777777;
	color: white;
	display: inline-table;
	font-size: 120%;
	padding: 5px 20px;
	text-decoration: none;
}

span.category span.public,
body#single span.category span.public a {
	background-color: #86c35e;
}

span.category span.business,
body#single span.category span.business a {
	background-color: #7691e3;
}

span.category span.general,
body#single span.category span.general a {
	background-color: #da6761;
}

span.category span.other,
body#single span.category span.other a {
	background-color: #777777;
}

div.perf-list ul li span.text {
	display: block;
	padding-top: 10px;
}

div.perf-list ul li span.text h3 {
	border-bottom: 2px dotted #067bb3;
	font-size: 140%;
	padding-bottom: 10px;
}

div.perf-list ul li span.text span.detail {
	display: block;
	line-height: 1.8em;
	padding-top: 15px;
}

table.list-table {
	border-top: 1px dotted black;
}

table.list-table th {
	background-color: #066795;
	border-bottom: 1px dotted white;
	color: white;
	padding: 15px 90px;
	text-align: center;
	width: 40%;
}

table.list-table td {
	border-bottom: 1px dotted black;
	padding: 15px 40px;
}

/***********************************************************************/
header {
	background-color: #6b6b6b;
}

#header {
	height: 57px;
	margin: auto;
	padding-top: 23px;
	width: 215px;
}

#maintitle {
	background-position: center center;
	padding: 80px 0;
	text-align: center;
}

div.main {
	margin: 0 auto;
	width: 1080px;
}

div.main-s {
	margin: 0 auto;
	width: 980px;
}

div.recruit {
	background-color: #6b6b6b;
	color: white;
	padding: 50px 0 60px 0;
	text-align: center;
}

div.recruit h3 {
	font-size: 130%;
}

div.recruit p {
	text-align: center;
}

div.recruit-btn {
	margin: auto;
	text-align: center;
	width: 1080px;
}

div.btn-s,
div.not-btn {
	display: inline-block;
	padding: 20px 8px;
	text-align: center;
	vertical-align: top;
	width: 225px;
}

div.not-btn span.current {
	background: url(images/link_btn_w.svg)#066795 no-repeat center right 14px;
	background-size: 6px;
	color: white;
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding: 20px 0;
}

div.btn {
	margin: auto;
	width: 500px;
}

a.r-btn {
	background: url(images/link_btn.svg)#c7e9fd no-repeat center right 14px;
	background-size: 6px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding: 20px 0;
	text-decoration: none;
}

div.app {
	margin: auto;
	text-align: center;
	width: 1080px;
}

div.app div.tel,
div.app div.address {
	background-color: white;
	border: 10px solid #e6f6fe;
	display: inline-block;
	font-size: 130%;
	font-weight: bold;
	height: 150px;
	padding: 30px 0;
	vertical-align: top;
	width: 450px;
}

div.app h3 {
	border-bottom: 3px solid #066795;
	display: inline;
}

div.app div.tel span.number {
	display: block;
	font-size: 210%;
	font-weight: bold;
	padding-top: 30px;
}

div.app div.tel span.time {
	display: block;
	font-size: 120%;
	font-weight: bold;
}

div.app div.address span.address {
	display: block;
	font-size: 130%;
	font-weight: bold;
	padding-top: 20px;
}

div.app a.link-btn {
	background: url(images/link_btn_w.svg) #066795 no-repeat center right 14px;
	background-size: 6px;
	border: 0;
	color: white;
}

div.bg-blue {
	background-color: #e6f6fe;
}

#footer {
	background: url(images/footer_bg.gif);
}

nav#footer-nav ul {
	padding: 30px 0;
	text-align: center;
}

nav#footer-nav ul li {
	border-left: 1px solid white;
	display: inline;
	padding: 0 40px;
}

nav#footer-nav ul li.l {
	border-right: 1px solid white;
}

nav#footer-nav ul li a {
	text-decoration: none;
}

#contact {
	background: url(images/contact_bg.jpg) no-repeat center;
	padding: 50px 0;
}

#contact h3 img {
	margin: auto;
	width: 432px;
}

#contact p {
	text-align: center;
}

#contact p.tel span {
	background: url(images/footer_tel.png)no-repeat left 5px;
	font-size: 350%;
	font-weight: bold;
	line-height: normal;
	padding-left: 40px;
}

#contact p.time {
	font-size: 150%;
	font-weight: bold;
	line-height: 1em;
}

#footer-logo {
	display: block;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	width: 158px;
}

#footer h3 {
	font-size: 120%;
}

#footer p {
	color: black;
}

#footer p#copy {
	color: #6b6b6b;
	font-size: 80%;
	margin: 0;
	padding: 40px 0 20px 0;
	text-align: center;
}

#footer address {
	color: black;
	font-style: normal;
	text-align: center;
}

#footer address a {
	color: black;
	font-size: 85%;
	margin-left: 10px;
}

