@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: #333;
	background-color: #e7e7e7; /* 背景色 */
}
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;
	margin: 0 3px;
}
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;
}
/*-------------------------------------*/
/* コンテンツ */
#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;
}
/*-------------------------------------*/
section {
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	background: transparent;
}
section::after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------*/
