@CHARSET "UTF-8";
/*-------------------------------------*/
/* ベース */
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, arial, verdana;
	font-size: 14px;
	line-height: 2.0;
	-webkit-text-size-adjust: none;
	color: #ccc;
	background-color: #333;
}
div,pre,header,nav,article,section,footer {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}
table,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}
h1,h2,h3,h4,h5,p,form,figure {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}
input,select,textarea,label,span,ol,ul,li,dl,dt,dd,a,img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-size: 14px;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=*]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
strong,em {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
ol,ul {
	list-style-type: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
pre {
	word-wrap: break-word;
	overflow-wrap:break-word;
	white-space: pre-wrap;
	overflow: auto;
}
a {
	color: #555;
	text-decoration: none;
}
a:link:visited {
	color: #555;
	text-decoration: none;
}
a:active {
	color:#ff7f00;
	text-decoration: none;
}
a:hover {
	color:#ff7f00;
	text-decoration: none;
}
/*-------------------------------------*/
.wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 360px;
	background: #ffffff;
}
/*-------------------------------------*/
/* ヘッダー */
header {
	position: relative;
	display: block;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: #ffffff;
	#border: solid 1px #ccc;
}
header .inner #logo{
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 10;
}
header::after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------*/
/* コンテンツ */
#contents {
	display: block;
	clear: both;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: transparent;
}
#contents::after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------*/
article {
	position: relative;
	width: 100%;
	min-height: 300px;
}
article::after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------*/
article h1 {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	margin: 10px 0;
	padding: 0 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, arial, verdana;
	font-weight: bold;
	font-size: 22px;
	line-height: 2.0;
	text-align: left;
	color: #5f5f5f;
	background: #ffffff;
}
/*-------------------------------------*/
section {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	background: transparent;
}
section::after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------*/
section p {
	margin: 8px 0px;
	padding: 8px 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, arial, verdana;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
/*-------------------------------------*/
section pre.privacy {
	margin: 8px 0px 20px 0px;
	padding: 8px 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, arial, verdana;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
/*-------------------------------------*/
/*-------------------------------------*/
/* フッター */
footer {
	clear: both;
	display: block;
	position: relative;
	margin: 8px auto 0;
	padding: 20px 0 10px 0;
	width: 100%;
	color: #ccc;
	background: #333;
}
footer::after {
	content: "";
	clear: both;
	display: block;
}
footer .inner {
	margin: 0 auto;
	width: 960px;
	background: transparent;
	#border: solid 1px #ccc;
}
footer .inner::after {
	content: "";
	clear: both;
	display: block;
}
footer ul {
	clear: both;
	position: relative;
	width: 100%;
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
}
footer ul li {
	float: left;
	margin: 0px 5px 0 5%;
	text-align: left;
	min-width: 27%;
}
footer ul li a {
	color: #ccc;
}
#copyright {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	font-style: italic;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	background: transparent;
}
#copyright a {
	color: #ccc;
}
#copyright a:hover {
	color: #e83;
}
