@charset "UTF-8";

/* Basic Styles
----------------------------------------------------------- */
body {
	color: #555;
	/*-webkit-font-smoothing: antialiased;*/
	-webkit-text-size-adjust: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.7;
}



/* Reset
----------------------------------------------------------- */
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote
{
	margin: 0;
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol, ul
{
	list-style: none;
}


caption,
th {
	text-align: left;
}



/* float
----------------------------------------------------------- */
.fltL {
	float: left;
}
.fltR {
	float: right;
}
.fltImgR { display: inline; float: right; margin-left: 20px;}
.fltImgL { display: inline; float: left; margin-right: 20px;}
.ft { overflow: hidden; zoom: 1;}



/*　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 */



/* Font
----------------------------------------------------------- */
.fBold{
	font-weight: bold;
}
.fNormal {
	font-weight: normal;
}
.fRed{
	color: #CC0000;
}
.fLiteBlue{
	color: #00A3D9;
}
.f70{
	font-size: 70%;
}
.f80{
	font-size: 80%;
}
.f90{
	font-size: 90%;
}
.f120{
	font-size: 120%;
}
.f140{
	font-size: 140%;
}
.f160{
	font-size: 160%;
}
.linehight130 {
	line-height: 130%;
}
.linehight140 {
	line-height: 140%;
}
.linehight150 {
	line-height: 150%;
}

/* 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;
	/**/
}



/*-------------margin-------------*/
.mt5 { margin-top:  5px   !important;}
.mt10 { margin-top: 10px   !important;}
.mt15 { margin-top: 20px   !important;}
.mt20 { margin-top: 20px   !important;}
.mt30 { margin-top: 30px   !important;}
.mt40 { margin-top: 40px   !important;}
.mb5 { margin-bottom:  5px   !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;}
.mr5 { margin-right:  5px   !important;}
.mr10 { margin-right:  10px   !important;}
.mr20 { margin-right:  20px   !important;}
.mr30 { margin-right:  30px   !important;}
.mr40 { margin-right:  40px   !important;}
.ml5 { margin-left:  5px   !important;}
.ml10 { margin-left:  10px   !important;}
.ml20 { margin-left:  20px   !important;}
.ml30 { margin-left:  30px   !important;}
.ml40 { margin-left:  40px   !important;}
.mr2pct { margin-right:  2%   !important;}
.mr3pct { margin-right:  3%   !important;}
.mr4pct { margin-right:  4%   !important;}



/* Links
----------------------------------------------------------- */

a,
a:visited {
	color: #00349a;
	text-decoration: none;
	outline: 0;
}
a:hover,
a:focus {
	color: #4169e1;
}
p a,
p a:visited {
	line-height: inherit;
}

/* rollover img
----------------------------------------------------------- */
a:hover img {
opacity:0.7;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
zoom:1;
}


/* video responsive
----------------------------------------------------------- */
.videoRP {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.videoRP iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* layout
----------------------------------------------------------- */
.dotLineTop {
	border-top: 1px dotted #CCCCCC;
}
.titleFrameSP h2 {
	line-height: 1;
}
.bgWhite {
	background-color: #FFFFFF;
}


.slickImg {
	display: none;
}