/*	reset	*/
html,body,div,h1,p {
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	line-height: 1.8;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	color: #000;
	font-size: 16px;
}

.hide-txt {
  text-indent:110%;
  white-space:nowrap;
  overflow:hidden;
}

/* link */
a:link,
a:visited,
a:active,
a:hover {
	text-decoration:underline;
	color:#ff7b00;
}

div.header {
	position:relative;
	background-image:url(/um/v7/img/gh_bg_smp.svg);
	background-repeat:repeat-x;
	background-position:left top;
	height:90px;
}
div.header a {
	position:absolute;
	display:block;
	background-image:url(/um/v7/img/gh_parts.svg);
	background-position:-169px 16px;
	background-size:320px 240px;
	width:92px;
	height:60px;
	left:50%;
	margin-left:-46px;
}

p.copyright {
	text-align:center;
	width:100%;
	background-color:#ededed;
	padding:20px 0;
}
p.copyright small {
	display:block;
	color:#7b7b7b;
	padding:0 15px;
	line-height:1.25;
	font-size:75%;
}

div.main h1 {
	color:#000;
	font-size:100%;
	line-height:1.8;
	padding-bottom:0.25em;
	border-bottom:2px solid #80b9e7;
	margin-bottom:1em;
}
div.main p.date {
	color:#7b7b7b;
	font-size:83%;
	line-height:1.8;
	text-align:right;
	margin-bottom:1.5em;
}
div.unit p,
div.unit ol,
div.unit ul,
div.unit li,
div.unit address,
div.unit h2,
div.unit h3 {
  font-size: 100%;
  color: #000;
  line-height: 1.8;
}

div.unit h2 {
  margin: 2em 0 0.75em;
  font-weight: bold;
  border: none;
  padding-left: 0;
}

div.unit h3 {
  margin: 1.5em 0 0.5em;
  font-weight: inherit;
}

div.unit ol,
div.unit ul {
  padding-left: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

div.unit ol li,
div.unit ul li {
  margin-bottom: 0.5em;
}



div.unit address {
  font-style: normal;
  margin-bottom: 1.5em;
}

div.unit a {
  color: #ff7b00;
  text-decoration: underline;
}

div.unit > ol > li {
  list-style: none;
}

div.unit ol.custom-number {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
div.unit ol.custom-number > li {
  counter-increment: item;
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
}
div.unit ol.custom-number > li::before {
  content: "(" counter(item) ")";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  color: #000;
  font-size: 100%;
}

div.unit ul.custom-dot {
  list-style: disc;
  padding-left: 1.5em;
  margin-left: 0;
}
div.unit ul.custom-dot li::marker {
  font-size: 80%;
  color: #555;
}
p.topLink {
	font-weight: bold;
	font-size: 83%;
	line-height: 1.5;
}

/* スマホ用調整 */
@media all and (min-width:768px) {
	div.main {
		width:738px;
		padding-bottom:128px;
		margin:0 auto;
	}
}
@media all and (max-width:767px) {
	div.main {
		padding:0 15px 30px;
	}
  div.unit h2,
  div.unit h3,
  div.unit p,
  div.unit ol,
  div.unit ul,
  div.unit li {
    font-size: 100%;
    line-height: 1.8;
  }
}
