@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック","Osaka";
}
body {
	text-align: center;
	background-color: #FFF;
}
header,section,nav,aside,footer,article,time {
	display: block;
}
div#DebugConsole button {
	width: 100%;
	margin: 2px;
	padding: 2px;
}
code {
	display: block;
	color: #090;
}
div#wrapper {
	z-index: 5;
	top: 0px;
	width: 960px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}
div#wrapper header {
	height: 160px;
}
div#wrapper header h1 {
	padding: 10px 0px;
}
div#wrapper article {
	border-radius: 5px;
	padding: 0px 0px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 30px #333;
}
div#wrapper article section {
	padding: 10px 30px 30px 30px;
}
div#wrapper article section img {
	border-radius: 5px;
}
div#wrapper article section h3 {
	border-radius: 5px;
}
div#wrapper article section p {
	font-size: 14px;
	line-height: 1.7em;
	padding: 10px 10px 5px 10px;
}
div#wrapper article section dl {
	padding: 10px;
}
div#wrapper article section dl dt {
	border-top: solid 1px #CCC;
	padding: 10px 10px 5px 10px;
	font-size: 14px;
	font-weight: bolder;
	color: #002E73;
}
div#wrapper article section dl dd {
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	line-height: 1.7em;
}
div#wrapper article section dl dd table {
	background-color: #ccc;
	border-collapse: separate;
}
div#wrapper article section dl dd table tr th {
	white-space: nowrap;
}
div#wrapper article section dl dd table tr th,div#wrapper article section dl dd table tr td {
	padding: 5px;
	background-color: #EEE;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
}
nav#global {
	position: absolute;
	top: 110px;
	left: 0px;
}
nav#global ul li{
	float: left;
}
nav.sub {
	display: none;
	position: absolute;
	top: 110px;
	left: 0px;
	background-color: #FFF;
	border: solid 1px #EEE;
	box-shadow: 0px 1px 10px #999;
	opacity: 0.95;
}
nav.sub ul li a {
	display: block;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	padding: 8px 10px;
	font-size: 12px;
}
nav.sub ul li a:hover {
	background-color: #5198E3;
	color: #FFF;
}
footer {
	clear: both;
	padding: 10px 0px;
	min-height: 80px;
}
footer p {
	text-align: right;
	font-size: 12px;
	float: right;
}
footer ul.social {
	padding: 5px;
}
footer ul.social li {
	float: left;
	overflow: hidden;
}
footer ul.social li#fb {
	width: 105px;
}
footer ul.social li#gp {
	width: 40px;
}
footer ul.social li#ts {
	width: 95px;
}
footer ul.social li#tf {
	width: 200px;
}

div#PageTopArrow {
	width: 30px;
	height: 30px;
	background-image: url(../images/pagetop.png);
	background-size: 100% 100%;
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0.6;
	cursor: pointer;
}
div.m_img {
	float: right;
	margin: 0px 0px 10px 10px;
}
a.youtube {
	margin: 0px auto;
}
