@charset "UTF-8";

/* ====================================================== */
/* [標準スタイル定義]                                     */
/* ====================================================== */
* {
	margin: 0;
	padding: 0;
	outline: none;
	font: inherit;

	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

a, img { border: none; }
img {
	max-width: 100%;
	vertical-align: middle;
}

label, button { cursor: pointer; }

sup {
	font-size: 54.5%;
	vertical-align: super;
	line-height: normal;
}

a:hover, 
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, 
button:hover, 
*.button:hover, 
a:active, 
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, 
button:active, 
*.button:active {
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

a:active, 
a.button:active, 
input[type="submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active, 
button:active, *.button:active {
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}


/* ====================================================== */
/* [汎用クラスの定義]                                     */
/* ====================================================== */

/* float 制御 */
/* ------------------------------------------------------ */
.clr:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.clr { display: inline-block; }
/* no ie mac \*/
* html .clr { height: 1%; }
.clr { display: block; }
/* */

*.clear {
	clear: both;
}
br.clear {
	clear: both;
	display: inline;
}
div.clear {
	font: 1px/1px sans-serif;
	line-height: 1px;
	height: 1px;
}


/* ====================================================== */
/* [各タグスタイル定義]                                   */
/* ====================================================== */
/* リンク色 */
/* ------------------------------------------------------ */
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
a:hover {
	color: #f7701b;
	text-decoration: underline;
}

/* テキスト装飾 */
/* ------------------------------------------------------ */
b *, *.b, *.b *, 
strong *, *.strong, *.strong *, 
h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, 
h5 *, h6 * {
	font-weight: bold;
}

em {
	font-weight: normal;
}

p, li, dt, dd, th, td {
	font-size: 100%;
	line-height: 165%;
	line-break: strict;
}

small, *.small { font-size: 85.75%; }

.white { color: #fff; }


/* ------------------------------------------------------ */
img.mkr {
	margin-right: 5px;
	vertical-align: middle;
}


/* リストタグ */
/* ------------------------------------------------------ */
ul { list-style: none; }

p.notes, 
span.notes {
	text-indent: -1.0em !important;
	margin-left: 1.0em !important;
}
span.notes {
	display: block;
}
ul.notes li {
	marker-offset: 10px;
	margin-left: 1.0em !important;
	text-indent: -1.0em !important;
}


ul.basic li {
	background: url("/common/image/mkr/basic.gif") no-repeat 5px 0.70em;
	margin-top: 0.1em;
	padding-left: 14px;
}

ul.basic li:first-child {
	margin-top: 0;
}

/* 入れ子対策 */
/* ------------------------------------------------------ */
table, .table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
}
th, td, 
.th, .td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.table { display: table; }
.tr { display: table-row; }
.th, .td { display: table-cell; }

ul li p, 
ol li p {
	font-size: 100%;
}


/* ====================================================== */
/* [表示エリア定義]                                       */
/* ====================================================== */
/* body
--------------------------------------------------------- */
html, body { height: 100%; }
body {
	color: #333;
	text-align: center;
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.title, 
h1, h2, h3, h4, h5, h6, 
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	font-family: 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


@media only screen and (max-width: 641px) {
	body {
		font-size: 12px;
	}
	.noscroll {
		overflow: hidden;
	}
}


