
* {
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: url(images/bg.gif) repeat-x center top;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 15px;
	min-width: 1020px;
	-webkit-text-size-adjust: none;
}

h1,
#title {
	background-image: url(images/h1_bg.gif);
	background-position: left bottom 9px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #8f8f8f;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 930px;
}

h1 img,
#title img {
	padding: 20px 0 0 60px;
}

body#detail h1 {
	position: relative;
}

body#detail h1 em {
	font-size: 13px;
	font-weight: normal;
	left: 65px;
	position: absolute;
	top: -5px;
}

h2.img {
	background: linear-gradient(#c3ec54, #eefacd, white);
	background-repeat: no-repeat;
	border-radius: 20px 20px 0 0;
	border-top: 1px solid #d3d3d3;
	box-shadow: 0 0 0 1px rgba(255,255,255,1) inset;
	color: #6b8e0f;
	font-size: 19px;
	line-height: 1.4em;
	margin: 0 -15px 20px -15px;
	padding: 15px 20px 10px 60px;
	position: relative;
}

h2.img em {
	display: block;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	margin: -30px 20px 0 0;
	text-align: right;
}

h2.img::before {
	background-image: url(images/h2_img.png);
	background-repeat: no-repeat;
	background-size: 30px;
	content: "";
	display: inline-block;
	height: 40px;
	left: 20px;
	position: absolute;
	top: 13px;
	width: 30px;
}

h3.img {
	border-bottom: 1px solid #d3d3d3;
	color: #6b8e0f;
	font-size: 17px;
	line-height: 1.4em;
	margin-bottom: 15px;
	padding: 10px 10px 5px 0;
}

.sp {
	display: none;
}

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

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;
}

a {
	color: #9d9500;
	overflow: hidden;
}

a:hover,
input.submit:hover,
input.btn:hover {
	opacity: .50;
	transition: all .3s;
}

a.img-link {
	text-decoration: none;
}

a.img-link:hover {
	text-decoration: underline;
}

a.img-link img {
	border: 1px solid #009ede;
}

a.img-link:hover img {
	border-color: #f48dbe;
}

a.link-btn,
a.link-btn-prev {
	background: url(images/link_btn.svg) no-repeat right 10px center,
	linear-gradient(#fbf7bc, #b5e82e);
	background-size: 15px, 100% auto;
	border: 1px solid #d3d3d3;
	border-radius: 60px;
	box-shadow: 0 0 0 1px rgba(255,255,255,1) inset;
	color: #060606;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5em;
	margin: 2px 0;
	padding: 8px 40px 8px 30px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-prev {
	background: url(images/link_btn_prev.svg) no-repeat left 10px center,
	linear-gradient(#fbf7bc, #b5e82e);
	background-size: 15px, 100% auto;
	padding: 8px 30px 8px 40px;
}

img {
	box-sizing: content-box;
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

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

ol li {
	margin-top: 5px;
}

ol li ul.notelist {
	margin: -5px 0 10px 2em;
}

sup,
sub {
	font-size: 12px;
	line-height: 1em;
	vertical-align: top;
}

em {
	font-style: normal;
}

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

span.gray {
	color: gray;
}

span.red {
	color: red;
}

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

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

strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0 5px;
}

strong.marker span {
	margin: 0 2px;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 12px;
}

span.img-left {
	float: left;
	margin: 5px 12px 5px 0;
}

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

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat left 8px top 9px;
	background-size: 5px;
	margin: 3px 0;
	padding-left: 22px;
	text-align: justify;
}

ul.list li ul.notelist li {
	background-image: none;
}

table.plice-list td ul.list li {
	background-position: left 8px top 6px;
}

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

ul.notelist li {
	padding: 3px 0;
	text-align: justify;
	text-indent: -1.2em;
}

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

ul.notelist li span.small {
	display: block;
	line-height: 1.5em;
}

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

div.line {
	border-bottom: 1px dotted #8f8f8f;
	clear: both;
	font-size: 5px;
	height: 20px;
	margin: 0 -15px 20px -15px;
}

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

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

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

/***********************************************************************/

div.illustimg {
	float: right;
	padding: 10px 0 20px 20px;
}

table.list-table th {
	background: linear-gradient(#e6e6e6, #eeeeee);
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	font-weight: bold;
	padding: 15px 20px;
	text-align: justify;
	vertical-align: top;
	width: 28%;
}

table.list-table td {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding: 15px 5px 15px 20px;
	text-align: justify;
	text-justify: distribute;
}

table.list-table td ol li {
	margin-top: 15px;
}

table.list-table td ol li:first-child {
	margin-top: 0;
}

table.plice-list th {
	background: linear-gradient(#e6e6e6, #eeeeee);
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	font-weight: bold;
	padding: 20px;
	text-align: justify;
	vertical-align: top;
	width: 50%;
}

table.plice-list th div.plice {
	font-weight: normal;
	padding-top: 10px;
	text-align: right;
}

table.plice-list th ul li {
	border-top: 1px solid #c6c6c6;
	margin-top: 10px;
	padding: 5px 0 5px 20px;
}

table.plice-list th p {
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0 10px 25px;
}

table.plice-list td {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	font-size: 85%;
	padding: 20px 15px 20px 20px;
	text-align: justify;
}

table.plice-list div.case img {
	border: 1px solid #cacaca;
	margin: 5px 5px 0 0;
}

div.graqh-list table th {
	background-color: #ebe9eb;
	border-bottom: 1px solid #b4afb4;
	border-top: 1px solid #b4afb4;
	font-size: 80%;
	font-weight: normal;
}

div.graqh-list table td {
	border-bottom: 1px solid #b4afb4;
	line-height: 1.6em;
	padding: 5px;
	text-align: justify;
	text-justify: distribute;
}

div.graqh-list table ul {
	margin: 5px 0 5px 20px;
}

div.graqh-list table td.ti {
	padding-left: 10px;
	width: 55%;
}

div.graqh-list table td.ti ul li {
	font-size: 13px;
	line-height: 1.1em;
}

div.graqh-list table td.de {
	padding-left: 10px;
	width: 70%;
}

div.graqh-list table td.up {
	padding-right: 10px;
	text-align: right;
	white-space: nowrap;
}

div.graqh-list table td.nu {
	line-height: 1em;
	text-align: center;
	white-space: nowrap;
}

div.graqh-list table td.nu span {
	font-size: 75%;
	margin-left: 2px;
}

div.graqh-list table td.pr {
	padding-right: 10px;
	text-align: right;
	white-space: nowrap;
}

div.graqh-list table tr.total td {
	background-color: #ebe9eb;
	text-align: right;
}

div.menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.menu ul li {
	display: inline-block;
	margin: 5px;
	padding: 0 10px;
	vertical-align: top;
	width: 182px;
}

div.menu ul li a {
	background-repeat: no-repeat;
	background-size: 100%;
	color: black;
	display: block;
	font-size: 13px;
	height: 278px;
	line-height: 1.5em;
	padding: 90px 15px 0 15px;
	text-align: justify;
	text-decoration: none;
	text-justify: distribute;
	width: 162px;
}

div.menu ul li a span {
	display: none;
}

/***********************************************************************/

table.form-table th {
	background: linear-gradient(#f2f288, #f7f7ba);
	border-bottom: 1px solid white;
	color: #7e7e0a;
	font-weight: bold;
	padding: 20px;
	text-align: justify;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 25%;
}

table.form-table td {
	padding: 17px 0;
	vertical-align: top;
}

table.form-table td.m {
	padding: 20px 15px 0 15px;
	white-space: nowrap;
	width: 10px;
}

table.form-table td.m span {
	background-color: #ff9906;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 10px;
	font-weight: 600;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 27px;
}

input,
textarea,
select {
	background-color: white;
	border: 1px solid #a1a19b;
	border-radius: 5px;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 15px;
	margin: 2px 5px 2px 0;
	padding: 5px;
}

input.checkbox {
	cursor: pointer;
}

div.checkbox {
	padding-left: 20px;
}

div.checkbox input.checkbox {
	margin: 15px 5px 0 -20px;
}

table.form-table td input.size150 {
	width: 150px;
}

table.form-table td input.size200 {
	width: 200px;
}

table.form-table td input.size300 {
	width: 300px;
}

table.form-table td input.size400 {
	width: 400px;
}

table.form-table td input.size500 {
	width: 500px;
}

table.form-table td textarea {
	width: 400px;
}

input.submit {
	background: url(images/link_btn.svg) no-repeat right 20px center,
	linear-gradient(#ffd395, #ff9702);
	background-size: 25px, 100% auto;
	border: none;
	border: 2px solid #d3d3d3;
	border-radius: 50px;
	box-shadow: 0 0 0 1px rgba(255,255,255,1) inset;
	color: white;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	padding: 20px 100px;
	text-align: center;
}

table.form-table td table th {
	background-color: transparent;
	background-image: none;
	padding: 5px 10px 5px 0;
	vertical-align: middle;
	white-space: nowrap;
	width: 10%;
}

table.form-table td table td {
	padding: 5px 0;
}

table.form-table td table td input {
	padding: 5px 10px;
	width: 320px;
}

table.form-table td input.btn {
	cursor: pointer;
	font-size: 13px;
}

body#form table.form-table td {
	padding: 20px;
}

body#form table.form-table td.textarea {
	white-space: pre-wrap;
}

.grecaptcha-badge {
	bottom: 90px !important;
}

/***********************************************************************/

body#top ul.history {
	border-top: 1px dotted #b0b0b0;
}

body#top ul.history li {
	background-color: white;
	background-image: none;
	border-bottom: 1px dotted #b0b0b0;
	font-weight: normal;
}

body#top ul.history li a {
	display: flex;
	padding: 10px 0;
}

body#top ul.history li a span.date {
	padding: 0 20px;
	white-space: nowrap;
	width: 80px;
}

body#top ul.history li a strong,
body#top ul.history li a span.text strong {
	display: block;
	padding-right: 30px;
}

body#detail table.list-table th {
	white-space: nowrap;
}

/***********************************************************************/

#header {
	background: linear-gradient(#f1fbd6, #b5e82e);
	background-repeat: no-repeat;
	border: 2px solid #d3d3d3;
	border-radius: 0 0 30px 30px;
	border-top: none;
	box-shadow: 0 0 0 1px rgba(255,255,255,1) inset;
	height: 108px;
	margin: 0 auto;
	padding-top: 32px;
	position: relative;
	width: 1000px;
}

a#header-logo {
	background-repeat: no-repeat;
	display: block;
	left: 50px;
	position: absolute;
	text-decoration: none;
	top: 20px;
	width: 200px;
}

a#header-logo20th {
	background-repeat: no-repeat;
	display: block;
	left: 270px;
	position: absolute;
	text-decoration: none;
	top: 32px;
	width: 60px;
}

nav#headernav ul {
	height: 44px;
	position: absolute;
	right: 50px;
	top: 26px;
	width: 112px;
}

nav#headernav ul li {
	float: left;
	padding: 0 3px;
}

nav#headernav ul a {
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.2em;
	padding-top: 45px;
	text-align: center;
	text-decoration: none;
	width: 50px;
}

nav#headernav ul a.home {
	background-image: url(images/header_home.png);
}

nav#headernav ul a.sitemap {
	background-image: url(images/header_sitemap.png);
}

nav#globalnav ul {
	text-align: center;
}

nav#globalnav ul li {
	display: inline-block;
	padding: 18px 3px 15px 3px;
	vertical-align: top;
}

nav#globalnav ul li a {
	background: linear-gradient(#ffffff ,#e4e4e4);
	border: 2px solid #d3d3d3;
	border-radius: 10px;
	box-shadow: 0 0 0 1px rgba(255,255,255,1) inset;
	color: #444444;
	font-size: 15px;
	font-weight: 600;
	margin: 0 auto;
	padding: 9px 8px;
	text-decoration: none;
}

nav#globalnav ul li a em {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-style: normal;
	padding: 5px 18px;
}

nav#globalnav ul li a.case em {
	border-bottom-color: #0097db;
}

nav#globalnav ul li a.service em {
	border-bottom-color: #eb7aab;
}

nav#globalnav ul li a.price em {
	border-bottom-color: #ffb90f;
}

nav#globalnav ul li a.mainte em {
	border-bottom-color: #65d62a;
}

nav#globalnav ul li a.info em {
	border-bottom-color: #7d7de7;
}

nav#globalnav ul li a.contact em {
	border-bottom-color: #ebee16;
}

nav#globalnav ul li.active {
	padding: 26px 4px 0 4px;
}

nav#globalnav ul li.active a {
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	padding-bottom: 12px;
}

#container {
	background: url(images/container_bg_header.gif) repeat-x center top,
	url(images/container_bg_footer.gif) repeat-x center bottom;
	background-color: white;
	border: 2px solid #d3d3d3;
	border-radius: 30px;
	box-shadow: 0 0 0 1px rgba(255,255,255,1) inset;
	clear: both;
	margin: 0 auto;
	padding-top: 32px;
	width: 1004px;
}

main {
	border-left: 1px dotted #8f8f8f;
	float: right;
	padding: 20px 50px 50px 50px;
	width: 780px;
}

aside {
	float: left;
	padding: 25px 0 0 35px;
	width: 219px;
}

aside h4 {
	background-color: #ececec;
	color: #777777;
	font-size: 13px;
	line-height: 1em;
	margin-top: 30px;
	padding: 8px 10px;
}

aside ul {
	border-top: 1px dotted #8f8f8f;
}

aside ul li {
	border-bottom: 1px dotted #8f8f8f;
	line-height: 1.5em;
}

aside ul li a {
	color: #777777;
	display: block;
	line-height: 1.3em;
	padding: 8px 5px 8px 22px;
	text-decoration: none;
}

aside ul li a:hover {
	background-color: #f5fce2;
	color: #555555;
}

aside ul li.active a {
	background-image: url(images/localnav_li.png);
	background-position: 0 11px;
	background-repeat: no-repeat;
	background-size: 15px;
	font-weight: bold;
}

aside ul li ul {
	background-image: none;
}

aside ul li ul li {
	background-position: 20px 0;
	background-repeat: no-repeat;
	font-size: 14px;
}

aside ul li ul li:last-child {
	border-bottom: none;
}

aside ul li.active ul li a {
	background: none;
	font-weight: normal;
}

aside ul li ul li a {
	padding: 5px 0 5px 40px;
}

aside ul li ul li.active a {
	background-position: 3px 7px;
}

footer {
	border-top: 1px dotted #8f8f8f;
	clear: both;
	padding: 25px 0 30px 0;
	position: relative;
}

footer address {
	color: #8a8a8a;
	font-size: 13px;
	font-style: normal;
	line-height: 2em;
	padding-left: 45px;
}

footer p {
	color: #8a8a8a;
	font-size: 13px;
	margin: 5px 0;
	padding-left: 45px;
}

p#footer-copy {
	bottom: -60px;
	color: #91b513;
	font-size: 12px;
	margin: 0;
	padding: 0 0 20px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#pagetop {
	bottom: 0;
	position: fixed;
	right: 20px;
}

#pagetop a {
	background: linear-gradient(#f1fbd6, #b5e82e);
	background-repeat: no-repeat;
	border: 1px solid #d3d3d3;
	border-radius: 60px;
	box-shadow: 0 0 0 1px rgba(255,255,255,1) inset;
	display: table-cell;
	height: 58px;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}

#pagetop a img {
	margin-top: -5px;
}