/* =======================================

	comon pc

======================================= */
* {
	list-style: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 1;
}
body ul, body li {
	list-style-type: none;
	list-style-image: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
.lockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition: opacity ease .3s;
}
a:hover {
	opacity: .7;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
.bbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '僸儔僊僲妏僑 ProN W3', Meiryo, 儊僀儕僆, sans-serif;
	font-size: 14px;
}
body main {
	display: block;
	position: relative;
	z-index: 1;
}
.ody ul, body li {
	list-style: none inside;
}
body img {
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
body img.fit {
	width: 100%;
}
body small {
	font-size: 80%;
	vertical-align: baseline;
}
body input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}
#commonHeader {
	position: relative;
	z-index: 9999;
	min-width: 1024px;
	background: #fff;
}
#content {
	position: relative;
}
header, footer, nav, main, section {
	display: block;
}
.contents-outer {
	margin: 0px auto;
	width: 1024px;
}
.contents-inner {
	margin: 0px auto;
	width: 1024px;
}
a:focus, *:focus {
	outline: none;
}
.btn-top {
	padding: 10px 0;
	display: block;
	width: 100%;
	text-align: right;
}
.btn-top a.pagetop {
	color: #333;
	text-align: right;
	font-size: 12px!important;
}
a:hover.pagetop {
	text-decoration: none;
}
.inner {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
}
#contents {
	width: 100%;
	margin-bottom: 60px;
}
#contents h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 25px;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
}
.one-column h1,
.two-column h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 0!important;
	font-size: 20px;
	border-bottom: none!important
}
#topicpath {
	width: 100%;
	/*background: #f2f2f2;*/
	border-top: 1px solid #f2f2f2;
	padding-top: 13px;
	padding-bottom: 13px;
	box-sizing: border-box;
}
#topicpath a {
	text-decoration: none;
	color: #3c3c3c;
}
#topicpath a:hover {
	text-decoration: underline;
}
/*#topicpath span {
	color: #004098;
	font-weight: bold;
}*/
#topicpath p {
	font-size: 13px;
}
.pc {
	display: block;
}
.sp, .pc-hidden {
  display: none;
} {
	display: none;
}
.sup {
	font-size: 10px;
	position: relative;
	top: -3px;
}
.clearfix:after {
  	content: "";
  	clear: both;
  	display: block;
}

