@charset "utf-8";
/*	clearfix
-------------------------------------------------------------*/
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*	font Style
-------------------------------------------------------------*/
a {
	color: #003296;
	text-decoration: none;
}
a:visited {
	color: #003296;
}
a:hover {
	color: #003296;
	text-decoration: underline;
}
.fNormal {
	font-weight: normal;
}
.fBold {
	font-weight: bold;
}
.fSS {
	font-size: 78%;
}
.fS {
	font-size: 85%;
}	/* base 12px = 10px */
.fL {
	font-size: 115%;
}	/* base 12px = 14px */
.fLL {
	font-size: 130%;
}	/* base 12px = 16px */
.fLLL {
	font-size: 143%;
} /* base 12px = 18px */
.fLLLL {
	font-size: 166%;
} /* base 12px = 20px */
.fRed {
	color:#CC0000;
}
sup.reg {
	font-size: 85%;
	vertical-align: top;
}
/*	float
-------------------------------------------------------------*/
.fltL {
	float: left;
}
.fltR {
	float: right;
}
.ft {
	overflow: hidden;
	zoom: 1;
}
/*	table
-------------------------------------------------------------*/


/*	table

-------------------------------------------------------------*/

table {
	line-height: 1.4;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
th {
	border-left-color: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
td {
	border-left-color: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.seminar table th {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #EEEEEE;
	text-align: center;
}
.seminar table td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*	preset margin
-------------------------------------------------------------*/
.mcAll {
	margin: 0 !important;
}
.mcT, .mt00 {
	margin-top:  0 !important;
}
.mt05 {
	margin-top:  5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mcB, .mb00 {
	margin-bottom:  0 !important;
}
.mb05 {
	margin-bottom:  5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mcL, .ml00 {
	margin-left:  0 !important;
}
.ml05 {
	margin-left:  5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.mcR, .mr00 {
	margin-right:  0 !important;
}
.mr05 {
	margin-right:  5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr100 {
	margin-right: 100px !important;
}
/*	inline align
-------------------------------------------------------------*/
.inlineL {
	text-align: left;
}
.inlineC {
	text-align: center;
}
.inlineR {
	text-align: right;
}
/*	vertical align
-------------------------------------------------------------*/
.alignT {
	vertical-align: top !important;
}
.alignM {
	vertical-align: middle !important;
}
.alignB {
	vertical-align: bottom !important;
}
/*　block align
-------------------------------------------------------------*/
.blockC {
	text-align: center;
}
.blockC .block {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
* html .blockC .block {
	margin-right: 0;
	margin-left: 0;
}/* ie 6 Fix */
.blockR {
	text-align: right;
}
.blockR .block {
	margin-left: auto;
	text-align: left;
}
* html .blockR .block {
	margin-left: 0;
}/* ie 6 Fix */
/*　indent
-------------------------------------------------------------*/
.indent1w dt {
	width: 1.2em;
	float: left;
}
.indent1w dd {
	padding-left: 1.2em;
}
/*	common parts
-------------------------------------------------------------*/
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
hr {
	border-top: 1px dotted #CCCCCC;
	margin-top: 1em;
	margin-bottom: 1em;
}
/*　rollover img
-------------------------------------------------------------*/
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity: 0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*    pagetop
-------------------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 65px;
	right: 30px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #666666;
	border-radius: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	opacity: 0.7;
}
