@charset "utf-8";
/*	common
-------------------------------------------------------------*/
@font-face {
	font-family: 'Yantramanav', sans-serif;
}
a {
	color: #0458c4;
	text-decoration: none;
}
/*	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
-------------------------------------------------------------*/
.fNormal {
	font-weight: normal;
	color: #333333;
}
.fBold {
	font-weight: bold;
}
.fSS {
	font-size: 0.75rem;
}	/* base 16px = 12px */
.fS {
	font-size: 0.875rem;
}	/* base 16px = 14px */
.fM {
	font-size: 1.125rem;
}	/* base 16px = 18px */
.fL {
	font-size: 1.25rem;
}	/* base 16px = 20px */
.fLL {
	font-size: 1.5rem;
}	/* base 16px = 24px */
.fRed {
	color: #CC0000;
}
/*	float
-------------------------------------------------------------*/
.fltL {
	float: left;
}
.fltR {
	float: right;
}
.ft {
	overflow: hidden;
	zoom: 1;
}
/*	preset margin
-------------------------------------------------------------*/
.mcAll {
	margin: 0 !important;
}
.mcT, .mt00 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 0.5rem !important;
}
.mt10 {
	margin-top: 1rem !important;
}
.mt20 {
	margin-top: 2rem !important;
}
.mt30 {
	margin-top: 3rem !important;
}
.mt40 {
	margin-top: 4rem !important;
}
.mt50 {
	margin-top: 5rem !important;
}
.mcB, .mb00 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 0.5rem !important;
}
.mb10 {
	margin-bottom: 1rem !important;
}
.mb20 {
	margin-bottom: 2rem !important;
}
.mb30 {
	margin-bottom: 3rem !important;
}
.mb40 {
	margin-bottom: 4rem !important;
}
.mb50 {
	margin-bottom: 5rem !important;
}
.mcL, .ml00 {
	margin-left: 0 !important;
}
.ml05 {
	margin-left: 0.5rem !important;
}
.ml10 {
	margin-left: 1rem !important;
}
.ml20 {
	margin-left: 2rem !important;
}
.ml30 {
	margin-left: 3rem !important;
}
.ml40 {
	margin-left: 4rem !important;
}
.ml50 {
	margin-left: 5rem !important;
}
.mcR, .mr00 {
	margin-right: 0 !important;
}
.mr05 {
	margin-right: 0.5rem !important;
}
.mr10 {
	margin-right: 1rem !important;
}
.mr20 {
	margin-right: 2rem !important;
}
.mr30 {
	margin-right: 3rem !important;
}
.mr40 {
	margin-right: 4rem !important;
}
.mr50 {
	margin-right: 5rem !important;
}
/*	inline align
-------------------------------------------------------------*/
.inlineL {
	text-align: left;
}
.inlineC {
	text-align: center;
}
.inlineR {
	text-align: right;
}
/*　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: 1rem;
	float: left;
}
.indent1w dd {
	padding-left: 1rem;
}
.indent2w dt {
	width: 2rem;
	float: left;
}
.indent2w dd {
	padding-left: 2rem;
}
/*	line
-------------------------------------------------------------*/
hr {
	margin-top: 2rem;
	margin-bottom: 0.7rem;
	border-top: 1px dotted #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*    iframe
-------------------------------------------------------------*/
div.iframeWrap {
	position: relative;
	width: 100%;
}
div.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*    button
-------------------------------------------------------------*/
.btnPrevious {
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #091E55;
	color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 1em;
}
.btnPrevious::before, .btnPrevious::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnPrevious, .btnPrevious::before, .btnPrevious::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnPrevious:link {
	text-decoration: none;
	color: #FFFFFF;
}
.btnPrevious:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.btnPrevious:hover {
	background-color: #576EAC;
}
/*     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;
}
/*     youtube mov
-------------------------------------------------------------*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*     img responsive
-------------------------------------------------------------*/
img.u-liquid {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
/*    pagetop
-------------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 30px;
}
.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #CCCCCC;
    border-radius: 50px;
    text-align: center;
    color: #222222;
    font-size: 24px;
    text-decoration: none;
    line-height: 50px;
}