﻿@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	本体
------------------------------------------------------------*/
body {
 padding:0px;
 text-align:center;
 -webkit-text-size-adjust: none;
 overflow-x: hidden;
 background: #000000;
}

html {
 box-sizing: border-box;
}

/*------------------------------------------------------------
	ヘッダー部分
------------------------------------------------------------*/
header {
 width: 100%;
 height: 10px;
 background: #000000;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#box_topix {
 width: 100%;
}

#back_btn {
 margin-top: 3px;
 margin-left: auto;
 margin-right: auto;
 width: 200px;
 height: 30px;
 background: #ff0000;
 border-radius: 5px;
}

#back_btn a {
 display: block;
 font-family:"MS ゴシック",sans-serif; 
 font-size: 21px;
 line-height: 30px;
 font-weight: bold;
 text-decoration: none;
 color:#ffffff;
}

