@charset "utf-8";
/* ===================================================================
CSS 
 style info :リセット及びbody初期設定 (このCSSは通常変更しない)
=================================================================== */
/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ul,ol {
	list-style-type: none;
}

/* ==========================================================================
   body
   ========================================================================== */
body {
	background: #fff;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-size:13px;
	line-height:21px;
	}


/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	text-decoration:none;
	color:#333;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
	text-decoration:underline;
}
a:hover{
	  filter: alpha(opacity=75);
	  -moz-opacity:0.75;
	  opacity:0.75;
}

/* ==========================================================================
   font
   ========================================================================== */
/*　font-weight:normal;
---------------------------------------------------------------------------------------*/
.fwn{
	font-weight:normal;
}


/*　Bold
---------------------------------------------------------------------------------------*/
.strong{
	font-weight:bold;
 }


/*　Color
---------------------------------------------------------------------------------------*/
.red{
	color:#CC0000;
 }

.green{
	color:#006600;
 }

.brown{
	color:#993300;
 }

/*　フォントサイズ
---------------------------------------------------------------------------------------*/
.font10{
	font-size:10px;
}
.font11{
	font-size:11px;
}
.font12{
	font-size:12px;
}
.font13{
	font-size:13px;
}
.font14{
	font-size:14px;
}
.font15{
	font-size:15px;
}
.font16{
	font-size:16px;
}
.font17{
	font-size:17px;
}
.font18{
	font-size:18px;
}
.font19{
	font-size:19px;
}
.font20{
	font-size:20px;
}


	/*　フロート　クリア
---------------------------------------------------------------------------------------*/
.cf:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.cf: { display: inline-block; }
/* \*/
* html .cf: { height: 1%; }
.cf: { display: block; }
/* */

.cb{
	clear:both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	line-height:0px;
}


/*　画像
---------------------------------------------------------------------------------------*/
img{
	border:0px none;
	margin:0;
	padding:0;
	}

/*　img のリンク　マウスオーバー
--------------------------------------------------------------------------------------- */
/*
a:hover img {
	opacity: 0.7;
 	filter:proid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=60);
	filter: alpha(opacity=70);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.mouseOver:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
		
a.mouseOver:hover img{
	  filter: alpha(opacity=75);
	  -moz-opacity:0.75;
	  opacity:0.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
*/



/* よせの設定
---------------------------------------------------------------------------------------------- */
.tal{
	text-align:left;
}

.tac{
	text-align:center;
}

.tar{
	text-align:right;
}


/* floatの設定
---------------------------------------------------------------------------------------------- */
.fl{
	float:left;
	}

.fr{
	float:right;
	}
	
/* マージンの設定
---------------------------------------------------------------------------------------------- */

/*　上　*/
.mt0{margin-top:0px !important;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

/*　右　*/
.mr0{margin-right:0px !important;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}

/*　下　*/
.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px;}
.mb8{margin-bottom:8px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}

/*　左　*/
.ml0{margin-left:0px !important;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}
.ml70{margin-left:70px;}


/*　上下　*/
.mgn_v5px{
	margin-top:5px;
	margin-bottom:5px;
	}

.mgn_v10px{
	margin-top:10px;
	margin-bottom:10px;
	}

.mgn_v15px{
	margin-top:15px;
	margin-bottom:15px;
	}

.mgn_v20px{
	margin-top:20px;
	margin-bottom:20px;
	}


/*　左右　*/
.mgn_h5px{
	margin-right:5px;
	margin-left:5px;
	}

.mgn_h10px{
	margin-right:10px;
	margin-left:10px;
	}

.mgn_h15px{
	margin-right:15px;
	margin-left:15px;
	}


/* パディングの設定
---------------------------------------------------------------------------------------------- */
	
/*　上　*/
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt30{padding-top:30px;}

/*　右　*/
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}

/*　下　*/
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}

/*　左　*/
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}

/*　上下　*/
.pad_v5px{
	padding-top:5px;
	padding-bottom:5px;
	}

.pad_v10px{
	padding-top:10px;
	padding-bottom:10px;
	}

.pad_v15px{
	padding-top:15px;
	padding-bottom:15px;
	background:#999
	}


/* ブロックセンタリング
---------------------------------------------------------------------------------------------- */
.centerUlWrap{
    overflow: hidden;
    position: relative;
}
.centerUl{
    float: left;
    position: relative;
    left: 50%;
}
.centerUl li {
    float: left;
    position: relative;
    left: -50%;
}
.centerDivWrap1{
    overflow: hidden;
    position: relative;
}
.centerDivWrap2{
    float: left;
    position: relative;
    left: 50%;
}
.centerDiv{
    float: left;
    position: relative;
    left: -50%;
}


/*
     FILE ARCHIVED ON 00:38:00 Sep 01, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:30:54 Nov 30, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 153.086
  exclusion.robots: 0.076
  exclusion.robots.policy: 0.07
  RedisCDXSource: 1.68
  esindex: 0.007
  LoadShardBlock: 131.08 (3)
  PetaboxLoader3.datanode: 119.768 (4)
  CDXLines.iter: 18.19 (3)
  load_resource: 209.882
  PetaboxLoader3.resolve: 161.703
*/