@charset "utf-8";
/* CSS Document */

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2e49c8");


@font-face {font-family: 'CenturySchoolbookBT-Roman';src: url('webfonts/2E49C8_0_0.eot');src: url('webfonts/2E49C8_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E49C8_0_0.woff2') format('woff2'),url('webfonts/2E49C8_0_0.woff') format('woff'),url('webfonts/2E49C8_0_0.ttf') format('truetype');}


@font-face {font-family: 'CenturySchoolbookBT-Italic';src: url('webfonts/2E49C8_1_0.eot');src: url('webfonts/2E49C8_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E49C8_1_0.woff2') format('woff2'),url('webfonts/2E49C8_1_0.woff') format('woff'),url('webfonts/2E49C8_1_0.ttf') format('truetype');}

html {
}

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img {
	vertical-align: bottom;
}

/*
	SP向けテキストサイズ自動調整避け
	<meta name="viewport" content="target-densitydpi=device-dpi, width=640, user-scalable=yes">
	のような記述をhtmlにする。

*/
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	line-height: 1;
}


body,
.fgot{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Helvetica', 'Verdana', 'ＭＳ Ｐゴシック', 'MS-PGothic', sans-serif;
}

.fmin {
	font-family:"秀英明朝 L", "DNPShueiMinPr6-L", 'CenturySchoolbookBT-Roman', serif;
}

/*
	SP向けテキストサイズ自動調整避け#2
	文字が指定したサイズを無視して拡大していたら適宜セレクタを加える
*/
span,
div,
p{
	/*max-height: 100%; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix */
.clearfix {
	width:100%;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}


