@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);

/*サポート情報 スタイル*/
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, img {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	font-family: Arial, Verdana, メイリオ, Meiryo, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	color: #525260;
	font-size: 15px;
	background-color: #fff;
}
p {
	font-weight: lighter;
	margin-bottom: 20px;
	line-height: 1.8em;
}
strong {
	font-weight: bold;
}
ol, ul {
	margin-left: 2em;
	margin-bottom: 20px;
}
ul ul, ol ol, ul ol, ol ul {
	margin-top: 10px;
}
li {
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Mplus 1p";
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 1em;
}
h1 {
	font-size: 30px;
	line-height: 29.548799999999996px;
	text-transform: uppercase;
	margin-bottom: 0;
}
h2 {
	font-size: 24.624px;
	line-height: 29.548799999999996px;
}
h3 {
	font-size: 23.44px;
	line-height: 28.128px;
}
h4 {
	font-size: 22.16px;
	line-height: 26.592px;
}
h5 {
	font-size: 22.16px;
	line-height: 26.592px;
}
h6 {
	font-size: 22.16px;
	line-height: 26.592px;
}
img {
	margin-bottom: 8px;
	margin-top: 8px;
	border: 1px solid;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{
	margin: 1em;
}
pre {
	margin-bottom: 20px;
}
pre, code {
	font-family: monospace;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px;
}
blockquote {
	border-left: 4px solid;
	padding: 0 15px;
}
blockquote > :first-child {
	margin-top: 0;
}
blockquote > :last-child {
	margin-bottom: 15px;
}
html pre {
	color: #586e75;
	background-color: #eee8d5;
}
a {
	color: #37bade;
	text-decoration: none;
	font-weight: 500;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus, input:active, input:focus {
	outline: 0;
}
kbd {
	display: inline-block;
	padding: 3px 5px;
	font-size: 11px;
	line-height: 10px;
	color: #555;
	vertical-align: middle;
	background-color: #fcfcfc;
	border: solid 1px #ccc;
	border-bottom-color: #bbb;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 #bbb;
}
table{
	width: 500px;
	border: #eeeeee solid 1px;
}
table img{
	width: 100%;
	height: auto;
}
table .cap{
	font-size: 12px;
}
/*------------------------------------------------------------*/
/*ヘッダ*/
/*------------------------------------------------------------*/
header{
	background: #3765d9;
}
header h1{
	padding: 1em 30px;
	color: #fff;
}
/*------------------------------------------------------------*/
/*大枠*/
/*------------------------------------------------------------*/
section{
	padding: 20px;
}

.linkbox{
	text-align: right;
}

/*お知らせ----------------------------------*/

.info {
	margin: 30px 0 ;
	padding: 20px;
	min-height: 150px;
	background-color: #eeeeee;
	border-radius: 5px;
	box-sizing: border-box;
}
.info h2 {
	text-align: left;
	font-size: 15px;
	margin-bottom: 1em;
}
.info ul {
	list-style: square;
	margin-left: 1em;
	margin-bottom: 0;
}
.info li {
	font-size: 13px;
}


/*FAQ----------------------------------*/
.faq ul a{
	font-weight: bold;
}
.answer{
	padding: 20px 0;
}
.answer h2{
	font-size: 18px;
	font-weight: bold;
	margin-top: 1.5em;
	border-bottom: #dddddd dotted 1px;
}
.answer h3{
	font-size: 16px;
	font-weight: bold;
}

/*------------------------------------------------------------*/
/*フッター*/
/*------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 20px 0px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background: #3765d9;
}
#footer p{
	margin: 0;
	line-height: 1em;
}
/*------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
	line-height: 29.548799999999996px;
}
h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 16px;
}
}

@media print {
body {
	margin: 0;
}
* {
	color: #000 !important;
}
}
