a { 
	font-size: 16px;
	color: #007FC7;
	text-decoration: underline;
}
a:hover {
	color: #007FC7;
	text-decoration: none;
}
a:active {
	color: #F39919;
}
html {
	width: 100%;
	height: 100%;
	/*background: url("/images2/bg_side.gif");*/
	background: #999;
}
body {
	margin: 0px auto;
	font-size: 18px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}
::-webkit-scrollbar {
	overflow:hidden;
	width:5px;
	background:#fafafa;
}
::-webkit-scrollbar:horizontal {
	height:5px;
}
::-webkit-scrollbar-button {
	display:none;
}
::-webkit-scrollbar-piece {
	background:#eee;
}
::-webkit-scrollbar-piece:start {
	background:#eee;
}
::-webkit-scrollbar-thumb {
	background:#767676;
	border-radius: 2px;
}
::-webkit-scrollbar-corner {
	background:#767676;
	border-radius: 2px;
}
#wrap {
    max-width: 1200px;
    margin: 0 auto;
	min-height: 100%;
	position: relative;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
/*	background: url('/images4/bg_body.gif');*/
	background-position: center top;
	background: #EFF9FF!important;
}
#wrap.mobile {
    max-width: 420px;
}
#wrap.pc {
	min-width: 768px;
}
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none;
	user-drag: none;
	-webkit-user-drag: none;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
contents {
	display: block;
	width: 100%;
	min-height: calc(100vh - 300px);
}
contents.mobile {
	min-height: calc(100vh - 138px);
}
contents.pc { padding: 10px 0; }
main {
	padding: 10px;
	box-sizing: border-box;
}
contents.mobile main {
	display: block;
	padding: 0;
	padding-bottom: 100px;
}
.link {
	cursor: pointer!important;
}



.list_num {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: decimal;
}
.list_num_k {
  padding: 0 0 0 0;
  margin: 0;
}
.list_num_k li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	padding-left:1.5em;
	text-indent:-1.5em;
}
.list_num_k li:before {
/*	display: marker;*/
	content: "(" counter(cnt) ") ";
}
.head {
    margin: 40px 0 20px;
    padding: 0 0 10px;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
	background:#fff;
}
.head:first-child {
    margin: 10px 0 20px;
}
