@charset "utf-8";
/* ===================================================================
CSS information
 file name  : default.css
 style info : リセット及び初期設定 (基本的に変更しない)
=================================================================== */

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	vertical-align: bottom;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select, textarea {
	vertical-align: middle;
	outline: none;
}
a:focus {
	outline: none;
}

/* clearfix */
.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* --Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* ------------------------------------------------------------------- */

/* body-font */
body {
	line-height: 1;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* font */
.txtcenter {text-align: center;}
.txtleft {text-align: left;}
.txtright {text-align: right;}

.txtred {color: #ff0000;}
.fwb {font-weight: bold;}
.fwn {font-weight: normal;}
.indent1 {padding-left: 1em;text-indent: -1em;text-align: left;}

/* position */
.left {float: left;}
.right {float: right;}
.center {margin: 0px auto;}
.top {vertical-align: top;}
.bottom {vertical-align: bottom;}
.middle {vertical-align: middle;}

/* margin */
.m0 {margin: 0!important;}
.mg_box {margin: 10px 0;}
.mb20 {margin-bottom: 20px;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mb-30 {margin-bottom: 30px !important;}

/* ------------------------------------------------------------------- */