@charset "UTF-8";

/* ========================================
	reset
======================================== */

body {
   -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
}
abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
img {
	width: 100%;
	height: auto;
	border: 0;
}

:focus {
	outline: none;
}

a:link, a:visited {
	outline: none;
}
a:hover, a:active {
	outline: none;
}

/* ========================================
	base
======================================== */
html {
	height: 100%;
}
body {
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #3c3c3c;
	background: rgba(0, 0, 0, 0.9);
}
h1 img {
}
p.txt {
	margin: 20px auto 0;
}
.thumbs {
	width: 90%;
	margin: 24px auto 0;
	overflow: hidden;
}
.thumbs li {
	width: 49%;
	float: left;
}
.thumbs li:first-child {
	margin-right: 2%;
}
.md-wrapper{
	margin: 0 auto;
	background: #FFF;
	padding: 0 0 20px 0;
}
.md-section{
	width: 85%;
	margin: 30px auto 0;
	padding: 18px 0;
	border-radius: 10px;
	border: solid 4px #d2d2d2;
}
.md-section-home{
	margin-bottom: 20px;
}
.md-section-title{
	margin: 0 auto 20px auto;
	text-align: center;
	color: #3c3c3c;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.md-section-txt{
	margin: 0 6%;
	font-size: 15px;
	margin-bottom: 15px;
	letter-spacing: 0.07em;
}
.md-section-txt a {
	color: #f57d00;
}
.md-section-txt a:hover {
	color: #f7a24a;
}
.md-section-note{
	margin: 0 6%;
	padding-left: 1em;
	font-size: 12px;
	margin-bottom: 10px;
	color: #3c3c3c;
	text-indent: -1em;
}
#btn_close {
	width: 44%;
	margin: 0 auto;
}
#btn_close a:hover {
	opacity: 0.7;
}