/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;/*iPhoneタテヨコ文字サイズ変更なし*/
}
/* ADD 2016/10/03 P18-006-08 [ブレイン改善 禁止文字] start */
input[type="text"], textarea {
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
/* ADD 2016/10/03 P18-006-08 [ブレイン改善 禁止文字] end */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color:#333;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover{
	color:#e60012;
}

#fade {
	width: 100%;
	height: 1000%;
	display: none;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

.wyswigarea960,
.wyswigarea720mt0,
.wyswigarea720{
	margin:0 auto!important;
	padding-top:20px;
}

.wyswigarea960 ul,
.wyswigarea720mt0 ul,
.wyswigarea720 ul{
	list-style:disc;
	margin: 1em 0;
	padding-left: 40px;
}

.wyswigarea960 ol,
.wyswigarea720mt0 ol,
.wyswigarea720 ol{
	list-style-type: decimal;
	margin: 1em 0;
	padding-left: 40px;
}

table.tableborder td,
table.tableborder tr,
table.tableborder tbody,
table.tableborder{
	border:2px solid #E4E6E8;
}

table.tableborder td{
	padding:15px;
}

.wyswigarea960 sup,
.wyswigarea720mt0 sup,
.wyswigarea720 sup{
    vertical-align: super;
    font-size: smaller;
}