@charset "utf-8";
/* CSS Document */
/*
サイズ縮小ポイント1200px
タブレット用ポイント840px
スマホ用ポイント644px
*/
body {
	margin: 0px;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Verdana,sans-serif;
	
	font-size: 1.6vw;
	line-height: 2.4vw;
	/*font-size:90%;
	line-height: 1.6em;*/
	color: #333333;
}
@media screen and (max-width: 840px) {
	body {
	font-size: 4.0vw;
	line-height: 6.4vw;
	}
}
*{
	box-sizing:border-box;
}
body.mac_win7 *{
	font-weight:normal !important;
}
/*
@media screen and (max-width: 1200px) {
	body {font-size:80%;}
}
@media screen and (max-width: 840px) {
	body {font-size:70%;}
}
@media screen and (max-width: 644px) {
	body {font-size:85%;}
}
*/
h1,h2,h3,h4,h5,h6,h7{
	font-size:12px;
	margin:0;
	padding:0;
	font-weight:normal;
}
ul,li {
	margin:0;
	padding:0;
	list-style-type: none;
}
p {
	margin:0;
	padding:0;
}
img {
	border:0;
}
img {
	width: 100%;
	height: auto;
}
a.btn_op{
	transition: all 0.35s 0s ease;
	-webkit-transition: all 0.35s 0s ease;
}
a.btn_op:hover{
	opacity: 0.7;
	transition: all 0.35s 0s ease;
	-webkit-transition: all 0.35s 0s ease;
}

/*************
 	標準リンク
 *************/
a:{
	color: #0068FF;
	text-decoration:underline;
}
a:active{
	color: #0068FF;
	text-decoration:underline;
}
a:hover {
	color: #0093dc;
	text-decoration:none;
}



/****************************
	レスポンシブイメージ
****************************/



/*************
 	float
 *************/
.fl{float:left;}
.fr{float:right;}


/*************
 	text-align
 *************/
.tl{ text-align: left;}
.tr{ text-align:right;}


/*************
 	line-height
 *************/
.lh0{ line-height: 0;}

/****************************
	レスポンシブイメージ
****************************/
.innerArea{
	position: absolute;
	top: 1px;
	left: -2px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-size: 100% 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/*ie8ハック*/
.innerArea{
	text-indent: 200%\9;
}

/************ クリア ************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*リストの種類*/
ul.listDisc li{list-style-type: disc; margin:0 0 0 1.3em}
ul.listNo li{list-style-type: decimal; margin:0 0 0 1.3em}


/*注釈*/
.notes{font-size:11px; line-height: 11px; padding-top: 0.3em;}
.notes.tcRight{ text-align: right;}
@media screen and (max-width: 644px) {
    .notes{font-size:10px;}
}
.imgNotes_w1{
	position:absolute;
	bottom:5px;
	right:5px;
	color:#FFFFFF;
	font-size:10px;
	line-height:1.0em;
	z-index:10;
}
.imgNotes_w1_sd{
	position:absolute;
	bottom:5px;
	right:5px;
	color:#FFFFFF;
	font-size:10px;
	line-height:1.0em;
	z-index:10;
    text-shadow: 0px 0px 1px #000000,
	0px 0px 1px #000000,
	0px 0px 1px #000000,
	0px 0px 1px #000000,
	0px 0px 2px #000000,
	0px 0px 4px #000000;
}
p.left{
	right: inherit;
	left: 5px;
}
.imgNotes_b1{
	position:absolute;
	bottom:10px;
	left:20px;
	color:#000000;
	font-size:10px;
	line-height:1.0em;
	z-index:10;
}


/*フロート*/
.fl{
	float:left;
}
.fr{
	float:right;
}
.taLeft{
	text-align: left;
}
.taCenter{
	text-align: center;
}
.taRight{
	text-align: right;
}
/*端末別-表示非表示*/
.blPc{display:block !important;}
.blSp{display:none !important;}
@media screen and (max-width: 644px) {
	.blPc{display:none !important;}
	.blSp{display:block !important;}
}
.inPc{display:inline !important;}
.inSp{display:none !important;}
@media screen and (max-width: 644px) {
	.inPc{display:none !important;}
	.inSp{display:inline !important;}
}


/*端末別-840表示非表示*/
.blPc2{display:block !important;}
.blSp2{display:none !important;}
@media screen and (max-width: 840px) {
	.blPc2{display:none !important;}
	.blSp2{display:block !important;}
}
.inPc2{display:inline !important;}
.inSp2{display:none !important;}
@media screen and (max-width: 840px) {
	.inPc2{display:none !important;}
	.inSp2{display:inline !important;}
}





/******************
共通
******************/
.fontG{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Verdana,sans-serif;
}

/****************************
	レスポンシブイメージ
****************************/
.imgBox{
    display: block;
    position: relative;
    line-height: 0;
}
.imgBox div.img{
	width: 100%;
	height: auto;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
}




/***************/