@charset "shift_jis";

/* ========== import ========== */
@import url('base.css');

/* ========== initialize & reset ========== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

abbr,acronym {
	border: 0;
}


/* ========== clearfix ========== */
.clrFix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

 * html .clrFix {
	height: 1px;
	overflow: hidden;
	display: inline-block;
}

 *:first-child+html .clearFix {
	overflow: hidden;
	min-height: 1px;
	display: inline-block;
}


/* ========== common setting =========== */
/* hide from browser */
.hide {
	display: none !important;
}

/* float */
.lt {
	float: left !important;
}

.ct {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.rt {
	float: right !important;
}

/* clear float */
.clr {
	clear: both !important;
}

.cLt {
	clear: left !important;
}

.cRt {
	clear: right !important;
}

/* text align */
.a-lt {
	text-align: left !important;
}

.a-ct {
	text-align: center !important;
}

.a-rt {
	text-align: right !important;
}

/* anchor */
a {
	color: #1D4598;
}

a:link {
	color: #1D4598;
}

a:visited {
	color: #1D4598;
}

a:active {
	color: #1D4598;
}

a:hover {
	color: #000066;
}

/* margin */
.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}


/* classes for javascripts */
.blank {}
