@charset "utf-8";

* { /* 全ての要素の間隔・余白を０へ */
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;	/* 全ての要素をborder-boxに */
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
header, section, footer, aside, article, figure { /*HTML5 サポート */
	display: block;
}
img, object, embed, video {
/*	max-width: 100%; */
	border: none;
}
img {
	backface-visibility: hidden;	/* chromeのぼやけ対応 */
	-webkit-backface-visibility: hidden;
}
img {
    image-rendering: -webkit-optimize-contrast; /* chromeのぼやけ対応 */
}
.ie6 img { /* IE 6 does not support max-width so default to width 100% */
	width:100%;
}

ul,ol{
	list-style:none;
}
i{
	font-size: 80% !important;
	margin: 0 3px;
}
input, button, select {
padding:3px;
border:solid 1px #ccc;
}
textarea {
padding:1em;
border:solid 1px #ccc;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* ---------    リンク指定　　----------- */
a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}
a:hover img.normal {
	-moz-opacity:1;
	opacity:1;
	filter: alpha(opacity=100);
} 
a:link{	
	color:#005eae;
	text-decoration:none;
}
a:visited{
	color:#005eae;
	text-decoration:none;
}	   
a:hover{
	color:#004d8e;
	text-decoration:none;
	transition: .3s;
}	   
a:active{
	color:#005eae;
	text-decoration:none;
}

/* ---------    文字指定　　----------- */

p {	margin:0 0 1.5em 0; line-height: 1.9em;}
.normal { font-weight: normal !important;}
.bold { font-weight: bold !important;}

.font_270 {	font-size:270% !important;}
.font_200 {	font-size:200% !important;}
.font_180 {	font-size:180% !important;}
.font_170 {	font-size:170% !important;}
.font_160 {	font-size:160% !important;}
.font_150 {	font-size:150% !important;}
.font_140 {	font-size:140% !important;}
.font_130 {	font-size:130% !important;}
.font_125 {	font-size:125% !important;}
.font_120 {	font-size:120% !important;}
.font_110 {	font-size:110% !important;}
.font_100 {	font-size:100% !important;}
.font_90 {	font-size:90% !important;}
.font_80 {	font-size:80% !important;}
.font_70 {	font-size:70% !important;}
.font_60 {	font-size:60% !important;}
.font_50 {	font-size:50% !important;}

.font_10rem {font-size:1.0rem !important;}
.font_11rem {font-size:1.1rem !important;}
.font_12rem {font-size:1.2rem !important;}
.font_13rem {font-size:1.3rem !important;}
.font_14rem {font-size:1.4rem !important;}
.font_15rem {font-size:1.5rem !important;}
.font_16rem {font-size:1.6rem !important;}
.font_17rem {font-size:1.7rem !important;}
.font_18rem {font-size:1.8rem !important;}
.font_19rem {font-size:1.9rem !important;}
.font_20rem {font-size:2.0rem !important;}
.font_21rem {font-size:2.1rem !important;}
.font_22rem {font-size:2.2rem !important;}
.font_23rem {font-size:2.3rem !important;}
.font_24rem {font-size:2.4rem !important;}
.font_25rem {font-size:2.5rem !important;}

.fs10 { font-size: 10px !important;}
.fs11 { font-size: 11px !important;}
.fs12 { font-size: 12px !important;}
.fs13 { font-size: 13px !important;}
.fs14 { font-size: 14px !important;}
.fs15 { font-size: 15px !important;}
.fs16 { font-size: 16px !important;}
.fs17 { font-size: 17px !important;}
.fs18 { font-size: 18px !important;}
.fs19 { font-size: 19px !important;}
.fs20 { font-size: 20px !important;}
.fs21 { font-size: 21px !important;}
.fs22 { font-size: 22px !important;}
.fs23 { font-size: 23px !important;}
.fs24 { font-size: 24px !important;}
.fs25 { font-size: 25px !important;}

/* !Margin ------------------------------------------------------------------ */
.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;}
.mt65 { margin-top:65px !important;}
.mt70 { margin-top:70px !important;}
.mt75 { margin-top:75px !important;}
.mt80 { margin-top:80px !important;}
.mt85 { margin-top:85px !important;}
.mt90 { margin-top:90px !important;}
.mt95 { margin-top:95px !important;}
.mt100{ margin-top:100px !important;}
.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;}
.mr55 { margin-right:55px !important;}
.mr60 { margin-right:60px !important;}
.mr65 { margin-right:65px !important;}
.mr70 { margin-right:70px !important;}
.mr75 { margin-right:75px !important;}
.mr80 { margin-right:80px !important;}
.mr85 { margin-right:85px !important;}
.mr90 { margin-right:90px !important;}
.mr95 { margin-right:95px !important;}
.mr100{ margin-right:100px !important;}
.mr150{ margin-right:150px !important;}
.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;}
.mb65 { margin-bottom:65px !important;}
.mb70 { margin-bottom:70px !important;}
.mb75 { margin-bottom:75px !important;}
.mb80 { margin-bottom:80px !important;}
.mb85 { margin-bottom:85px !important;}
.mb90 { margin-bottom:90px !important;}
.mb95 { margin-bottom:95px !important;}
.mb100{ margin-bottom:100px !important;}
.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;}
.ml55 { margin-left:55px !important;}
.ml60 { margin-left:60px !important;}
.ml65 { margin-left:65px !important;}
.ml70 { margin-left:70px !important;}
.ml75 { margin-left:75px !important;}
.ml80 { margin-left:80px !important;}
.ml85 { margin-left:85px !important;}
.ml90 { margin-left:90px !important;}
.ml95 { margin-left:95px !important;}
.ml100{ margin-left:100px !important;}
.mt01em { margin-top: 1em !important;}
.mt02em { margin-top: 2em !important;}
.mt03em { margin-top: 3em !important;}
.mt04em { margin-top: 4em !important;}
.mt05em { margin-top: 5em !important;}
.mr01em { margin-right: 1em !important;}
.mr02em { margin-right: 2em !important;}
.mr03em { margin-right: 3em !important;}
.mr04em { margin-right: 4em !important;}
.mr05em { margin-right: 5em !important;}
.mb01em { margin-bottom: 1em !important;}
.mb02em { margin-bottom: 2em !important;}
.mb03em { margin-bottom: 3em !important;}
.mb04em { margin-bottom: 4em !important;}
.mb05em { margin-bottom: 5em !important;}
.mb06em { margin-bottom: 6em !important;}
.mb07em { margin-bottom: 7em !important;}
.mb08em { margin-bottom: 8em !important;}
.mb09em { margin-bottom: 9em !important;}
.mb10em { margin-bottom: 10em !important;}
.ml01em { margin-left: 1em !important;}
.ml02em { margin-left: 2em !important;}
.ml03em { margin-left: 3em !important;}
.ml04em { margin-left: 4em !important;}
.ml05em { margin-left: 5em !important;}
/* !Padding---------------------------------------------------------------- */
.pt00 { padding-top: 0 !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pt55 { padding-top:55px !important;}
.pt60 { padding-top:60px !important;}
.pt65 { padding-top:65px !important;}
.pt70 { padding-top:70px !important;}
.pt75 { padding-top:75px !important;}
.pt80 { padding-top:80px !important;}
.pt85 { padding-top:85px !important;}
.pt90 { padding-top:90px !important;}
.pt95 { padding-top:95px !important;}
.pt100{ padding-top:100px !important;}
.pr00 { padding-right: 0 !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pr55 { padding-right:55px !important;}
.pr60 { padding-right:60px !important;}
.pr65 { padding-right:65px !important;}
.pr70 { padding-right:70px !important;}
.pr75 { padding-right:75px !important;}
.pr80 { padding-right:80px !important;}
.pr85 { padding-right:85px !important;}
.pr90 { padding-right:90px !important;}
.pr95 { padding-right:95px !important;}
.pr100{ padding-right:100px !important;}
.pb00 { padding-bottom: 0 !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pb55 { padding-bottom:55px !important;}
.pb60 { padding-bottom:60px !important;}
.pb65 { padding-bottom:65px !important;}
.pb70 { padding-bottom:70px !important;}
.pb75 { padding-bottom:75px !important;}
.pb80 { padding-bottom:80px !important;}
.pb85 { padding-bottom:85px !important;}
.pb90 { padding-bottom:90px !important;}
.pb95 { padding-bottom:95px !important;}
.pb100{ padding-bottom:100px !important;}
.pl00 { padding-left: 0 !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}
.pl55 { padding-left:55px !important;}
.pl60 { padding-left:60px !important;}
.pl65 { padding-left:65px !important;}
.pl70 { padding-left:70px !important;}
.pl75 { padding-left:75px !important;}
.pl80 { padding-left:80px !important;}
.pl85 { padding-left:85px !important;}
.pl90 { padding-left:90px !important;}
.pl95 { padding-left:95px !important;}
.pl100{ padding-left:100px !important;}

/* ---------    横幅指定　　----------- */
.w_1 {width:1em !important;}
.w_2 {width:2em !important;}
.w_3 {width:3em !important;}
.w_4 {width:4em !important;}
.w_5 {width:5em !important;}
.w_6 {width:6em !important;}
.w_7 {width:7em !important;}
.w_8 {width:8em !important;}
.w_9 {width:9em !important;}
.w_10 {width:10em !important;}
.w_11 {width:11em !important;}
.w_12 {width:12em !important;}
.w_13 {width:13em !important;}
.w_14 {width:14em !important;}
.w_15 {width:15em !important;}
.w_16 {width:16em !important;}
.w_17 {width:17em !important;}
.w_18 {width:18em !important;}
.w_19 {width:19em !important;}
.w_20 {width:20em !important;}
.w_21 {width:21em !important;}
.w_22 {width:22em !important;}
.w_25 {width:25em !important;}
.w_26 {width:26em !important;}

/* ---------    横幅指定　　----------- */
.w10 {width:10% !important;}
.w15 {width:15% !important;}
.w20 {width:20% !important;}
.w25 {width:25% !important;}
.w30 {width:30% !important;}
.w33 {width:33.33% !important;}
.w35 {width:35% !important;}
.w37 {width:37% !important;}
.w40 {width:40% !important;}
.w45 {width:45% !important;}
.w48 {width:48% !important;}
.w50 {width:50% !important;}
.w55 {width:55% !important;}
.w60 {width:60% !important;}
.w65 {width:65% !important;}
.w70 {width:70% !important;}
.w75 {width:75% !important;}
.w80 {width:80% !important;}
.w85 {width:85% !important;}
.w90 {width:90% !important;}
.w100 {width:100% !important;}


/* ---------    インデント　　----------- */
.indent10em {
	padding-left:1.0em;
	text-indent: -1.0em; 
}
.indent15em {
	padding-left:1.5em;
	text-indent: -1.5em; 
}
.indent20em {
	padding-left:2.0em;
	text-indent: -2.0em; 
}
.indent25em {
	padding-left:2.5em;
	text-indent: -2.5em; 
}
.indent30em {
	padding-left:3.0em;
	text-indent: -3.0em; 
}
.indent55em {
	padding-left:5.5em;
	text-indent: -5.5em; 
}
.indent100em {
	padding-left:10em;
	text-indent: -10em; 
}
/* ---------    文字間隔　　----------- */
.ls_01 {
	letter-spacing: 0.01em;
}
/* ---------    sub  sup　　----------- */
sub, sup {
	vertical-align: baseline;
	font-size:65%;
}
sup {
	position:relative;
	top:-4px;
}
sub {
	position:relative;
	top:4px;
}

/* ---------    レイアウト指定　　----------- */
.float_right_img,.float_right_img_sm { 
	float: right;
	margin-left:2em !important;
	margin-bottom:2em !important;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.1em;
	color: #666666;
}
.float_left_img,.float_left_img_sm {
	float: left;
	margin-right:2em !important;
	margin-bottom:2em !important;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.1em;
	color: #666666;
}
.float_right { 
	float: right; 
}
.float_left {
	float: left;
}
.alignleft {
	float: left;
	clear:both;
	margin-right:10px;
	margin-bottom:10px;
}
.alignright  { 
	float: right; 
	clear:both;
	margin-left:10px;
	margin-bottom:10px;
}
.middle {
	vertical-align: middle;
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left !important;}
.taC { text-align: center !important;}
.taR { text-align: right!important;}
.vaT { vertical-align: top!important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}
.blockC { margin-right: auto; margin-left: auto; text-align: left !important;}
* html .blockC { margin-right: 0; margin-left: 0 !important;}
.blockR { margin-left: auto; text-align: left !important;}
* html .blockR { margin-left: 0 !important;}
.block { display: block !important;}
.display-inherit { display: inherit !important;}

/* !レイアウト---------------------------------------------------------------- */
.center{text-align: center !important;}
.pc_center{text-align: center !important;}
.left{text-align: left !important;}
.right{text-align: right !important;}
.float_left{float: left !important;}
.float_right{float: right !important;}

/* !Color---------------------------------------------------------------- */

.red {color: #e94346 !important;}
.orange {color: #d66e1d !important;}
.brown {color: #a02000 !important;}
.white {color: #ffffff !important;}
.black {color: #000000 !important;}
.green {color: #336600 !important;}
.blue {color: #03afeb !important;}
.gray {color: #878787 !important;}



/* !.clearfix 　float解除---------------------------------------------------------------- */

hr {
	clear: both;
	height: 1px;
	background-color: #ffffff;
	border: none;
}
.clear {
	clear: both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* !読み上げソフト用(視覚出力ナシ・音声出力アリ)---------------------------------------------------------------- */
.speak {
    display: none;
    speak: normal;
    }