/* =======================================

	comon sp

======================================= */
* {
	box-sizing: border-box;
}
body{
    -webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
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, sup, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, 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;
}
a,a:hover,a:hover img,li:hover {
	opacity: 1!important;
}
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;
}
abbr[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{
	line-height: 1;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '僸儔僊僲妏僑 ProN W3', Meiryo, 儊僀儕僆, sans-serif;
	font-size: 12px;
}

body main {
	display: block;
	position: relative;
	z-index: 1;
}
body ul, body li {
	list-style: none inside;
}
body img {
	vertical-align: middle;
}
body img.fit {
	width: 100%;
}
body small {
	font-size: 80%;
	vertical-align: baseline;
}
body input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}
.clearfix {
	*zoom: 1
}
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
}
.btn-hover:hover:after {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	content: "";
}
.contents-inner {
	margin: 0px auto;
	width: 100%;
	padding: 0 2.6%;
}
.inner {
	max-width: 100%;
	padding: 0 2.6%;
	box-sizing: border-box;
	border-bottom: none;
}
#contents {
	max-width: 100%;
	margin-bottom: 30px;
}
#contents h1, .one-column h1, .two-column h1 {
	margin: 15px 0 10px 0;
	padding-bottom: 10px!important;
	font-size: 16px;
	border-bottom: 1px solid #ccc!important;
}
#topicpath {
	display: none;
	/*width: 100%;
	background: #f2f2f2;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	line-height: 1.5em;*/
}
/*#topicpath a {
	text-decoration: underline;
	color: #333;
}*/
#topicpath span {
	color: #004098;
	font-weight: bold;
}
#topicpath p {
	font-size: 10px;
}
.btn-top {
	display: block;
	width: 100%;
	text-align: right;
}
.btn-top a.pagetop {
	color: #333!important;
	padding: 10px 0;
	font-size: 12px;
}
.pc, .sp-hidden {
	display: none!important;
}
.sp, .pc-hidden {
	display: block!important;
}
span.tel a {
	color: #004098!important;
	text-decoration: underline!important;
}
.clearfix:after {
  	content: "";
  	clear: both;
  	display: block;
}