/**************************************/
/*           APRIL KNIGHTS            */
/*   http://www.april-knights.com/    */
/**************************************/

/*** MEYER RESET v1.0 ***/
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;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*** BASIC TYPOGRAPHY ***/
html { font-size: 62.5%; font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3"; }
html {font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";}
* html .smallFont {font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";}
*:first-child+html .smallFont {font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";}

strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3"; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
hr{ display:none;width:0;height:0;}

ul,ol { list-style-type: none; }



/*** BODY ***/
body {	zoom: 100%;}
body:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*---------------------------------------------
 Typography
---------------------------------------------*/

/* size */
.fnt10 { font-size: 10px;}
.fnt12 { font-size: 12px;}
.fnt14 { font-size: 14px;}
.fnt16 { font-size: 16px;}
.fnt18 { font-size: 18px;}
.fnt20 { font-size: 20px;}

/* align */
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-small{font-size:80%;}
.text-large{font-size:150%;}
.text-medium{font-size:100%;}
.text-bold{font-weight:bold;}

/* color */
.bk{color:#000;}
.green{color:#289D39;}
.red{color:#CF000D; font-weight:bold;}
.blue{color:#039;}
.orange{color:#ff5f27;}



/*---------------------------------------------
 General Class lib
---------------------------------------------*/

/* float */
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/* vertical */
.vertical-top{vertical-align:top;}
.vertical-middle{vertical-align:middle;}
.vertical-bottom{vertical-align:bottom;}

/* clear fix */
.clearfix {display: inline-table;/* \*/ display: block;/* */min-height: 1px;}
* html .clearfix {height: 1%;}
.clearfix:after {content: ".";display: block;visibility: hidden;height: 0;line-height: 0;clear: both;}

/* display */
.in-block{
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.inline{display:inline;}
.block{display:block;}
.vanish{display:none;}


/*** MARGINS & PADDINGS ***/

/* margin */
.margin{margin:30px;}
.margin-top{margin-top:30px;}
.margin-bottom{margin-bottom:30px;}
.margin-left{margin-left:30px;}
.margin-right{margin-right:30px;}
.margin-center{margin-left:auto;margin-right:auto;}

/* padding */
.padding-top{padding-top:30px;}
.padding-bottom{padding-bottom:30px;}
.padding-left{padding-left:30px;}
.padding-right{padding-right:30px;}
.padding{padding:30px;}

