@charset "utf-8";

/* =================================================================
		cssセット
================================================================= */

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration:underline;
}


/* ツール
----------------------------------------------- */

.hidden { visibility: hidden;}
.none { display: none;}
.block { display: block;}
.clear { clear: both;}
.clearoverflow {
	overflow: hidden;
	zoom: 1;
}



/* テキスト整列
----------------------------------------------- */

.aline_l {
	text-align: left;
}
.aline_c {
	text-align: center;
}
.aline_r {
	text-align: right;
}


.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* フォントカラー
----------------------------------------------- */

.font_red{
	color: #F00;
}
.font_blue{
	color: #00F;
}
.font_green{
	color: #59805c;
}
.font_orange{
	color: #F60;
}
.font_pink{
	color: #F66;
}
.font_purple{
	color: #6e5980;
}
.font_navy{
	color: #596c80;
}

@media print, screen and (min-width: 481px) {

/* フロート関連
----------------------------------------------- */

.float_l {
	float:left;
}
.float_r {
	float:right;
}



/* clearfix
----------------------------------------------- */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

}

@media print, screen and (min-width: 769px) {


/* フォント
----------------------------------------------- */

.font_bold { font-weight: bold !important;}

.font_size10 { font-size: 10px !important;}
.font_size11 { font-size: 11px !important;}
.font_size12 { font-size: 12px !important;}
.font_size13 { font-size: 13px !important;}
.font_size14 { font-size: 14px !important;}
.font_size15 { font-size: 15px !important;}
.font_size16 { font-size: 16px !important;}
.font_size17 { font-size: 17px !important;}
.font_size18 { font-size: 18px !important;}
.font_size19 { font-size: 19px !important;}
.font_size20 { font-size: 20px !important;}



/* テキストカーニング
----------------------------------------------- */

.letter_spacing_1em{
	letter-spacing: 1em;
}
* html .letter_spacing_1em{
	letter-spacing: 1em;
	margin-right: 1em;
}
.word_spacing_1em{
	word-spacing: 1em;
}


/* テキスト　上付・下付文字
----------------------------------------------- */

.text_super {
	vertical-align: super;
}
.text_sub {
	vertical-align: sub;
}

sup,
sub {
	font-size: 60%;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup {
    bottom: 1ex;
}
 
sub {
    top: 0.5ex;
}



	
/* マージン
----------------------------------------------- */

/* マージン上余白 */

.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !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;}

/* マージン右余白 */

.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !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;}
.mr60 { margin-right:60px !important;}

.mr1em { margin-right: 1em !important;}
.mr2em { margin-right: 2em !important;}
.mr3em { margin-right: 3em !important;}
.mr4em { margin-right: 4em !important;}
.mr5em { margin-right: 5em !important;}

/* マージン下余白 */

.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !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;}
.mb60 { margin-bottom:60px !important;}
.mb70 { margin-bottom:70px !important;}
.mb80 { margin-bottom:80px !important;}
.mb90 { margin-bottom:90px !important;}
.mb100 { margin-bottom:100px !important;}

.mb1em { margin-bottom:1em !important;}
.mb2em { margin-bottom:2em !important;}
.mb3em { margin-bottom:3em !important;}
.mb4em { margin-bottom:4em !important;}
.mb5em { margin-bottom:5em !important;}

/* マージン左余白 */

.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !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;}

.ml1em { margin-left:1em !important;}
.ml2em { margin-left:2em !important;}
.ml3em { margin-left:3em !important;}
.ml4em { margin-left:4em !important;}
.ml5em { margin-left:5em !important;}



/* パディング
----------------------------------------------- */

/* パディング上余白 */

.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !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;}

/* パディング右余白 */

.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !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;}

/* パディング下余白 */

.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !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;}

/* パディング左余白 */

.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !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;}



/* 横幅調整
----------------------------------------------- */
.w10 {width:10px !important;}
.w20 {width:20px !important;}
.w30 {width:30px !important;}
.w40 {width:40px !important;}
.w50 {width:50px !important;}
.w60 {width:60px !important;}
.w70 {width:70px !important;}
.w80 {width:80px !important;}
.w90 {width:90px !important;}
.w95 {width:95px !important;}
.w100 {width:100px !important;}
.w110 {width:110px !important;}
.w115 {width:115px !important;}
.w120 {width:120px !important;}
.w125 {width:125px !important;}
.w130 {width:130px !important;}
.w135 {width:135px !important;}
.w140 {width:140px !important;}
.w145 {width:145px !important;}
.w150 {width:150px !important;}
.w155 {width:155px !important;}
.w160 {width:160px !important;}
.w165 {width:165px !important;}
.w170 {width:170px !important;}
.w175 {width:175px !important;}
.w180 {width:180px !important;}
.w185 {width:185px !important;}
.w190 {width:190px !important;}
.w195 {width:195px !important;}
.w200 {width:200px !important;}
.w205 {width:205px !important;}
.w210 {width:210px !important;}
.w215 {width:215px !important;}
.w220 {width:220px !important;}
.w225 {width:225px !important;}
.w230 {width:230px !important;}
.w235 {width:235px !important;}
.w240 {width:240px !important;}
.w245 {width:245px !important;}
.w250 {width:250px !important;}
.w255 {width:255px !important;}
.w260 {width:260px !important;}
.w265 {width:265px !important;}
.w270 {width:270px !important;}
.w275 {width:275px !important;}
.w280 {width:280px !important;}
.w285 {width:285px !important;}
.w290 {width:290px !important;}
.w295 {width:295px !important;}
.w300 {width:300px !important;}
.w305 {width:305px !important;}
.w310 {width:310px !important;}
.w315 {width:315px !important;}
.w320 {width:320px !important;}
.w325 {width:325px !important;}
.w330 {width:330px !important;}
.w335 {width:335px !important;}
.w340 {width:340px !important;}
.w345 {width:345px !important;}
.w350 {width:350px !important;}
.w355 {width:355px !important;}
.w360 {width:360px !important;}
.w365 {width:365px !important;}
.w370 {width:370px !important;}
.w375 {width:375px !important;}
.w380 {width:380px !important;}
.w385 {width:385px !important;}
.w390 {width:390px !important;}
.w395 {width:395px !important;}
.w400 {width:400px !important;}
.w405 {width:405px !important;}
.w410 {width:410px !important;}
.w415 {width:415px !important;}
.w420 {width:420px !important;}
.w425 {width:425px !important;}
.w430 {width:430px !important;}
.w435 {width:435px !important;}
.w440 {width:440px !important;}
.w445 {width:445px !important;}
.w450 {width:450px !important;}
.w455 {width:455px !important;}
.w460 {width:460px !important;}
.w465 {width:465px !important;}
.w470 {width:470px !important;}
.w475 {width:475px !important;}
.w480 {width:480px !important;}
.w485 {width:485px !important;}
.w490 {width:490px !important;}
.w495 {width:495px !important;}
.w500 {width:500px !important;}
.w505 {width:505px !important;}
.w510 {width:510px !important;}
.w515 {width:515px !important;}
.w520 {width:520px !important;}
.w525 {width:525px !important;}
.w530 {width:530px !important;}
.w535 {width:535px !important;}
.w540 {width:540px !important;}
.w545 {width:545px !important;}
.w550 {width:550px !important;}
.w555 {width:555px !important;}
.w560 {width:560px !important;}
.w565 {width:565px !important;}
.w570 {width:570px !important;}
.w575 {width:575px !important;}
.w580 {width:580px !important;}
.w585 {width:585px !important;}
.w590 {width:590px !important;}
.w595 {width:595px !important;}
.w600 {width:600px !important;}
.w605 {width:605px !important;}
.w610 {width:610px !important;}
.w615 {width:615px !important;}
.w620 {width:620px !important;}
.w625 {width:625px !important;}
.w630 {width:630px !important;}
.w635 {width:635px !important;}
.w640 {width:640px !important;}
.w645 {width:645px !important;}
.w650 {width:650px !important;}
.w655 {width:655px !important;}
.w660 {width:660px !important;}
.w665 {width:665px !important;}
.w670 {width:670px !important;}
.w675 {width:675px !important;}
.w680 {width:680px !important;}
.w685 {width:685px !important;}
.w690 {width:690px !important;}
.w695 {width:695px !important;}
.w700 {width:700px !important;}
.w705 {width:705px !important;}
.w710 {width:710px !important;}
.w720 {width:720px !important;}
.w730 {width:730px !important;}
.w740 {width:740px !important;}
.w750 {width:750px !important;}
.w760 {width:760px !important;}
.w770 {width:770px !important;}
.w780 {width:780px !important;}
.w790 {width:790px !important;}
.w800 {width:800px !important;}


.w10pct {width:10% !important;}
.w15pct {width:15% !important;}
.w18pct {width:18% !important;}
.w20pct {width:20% !important;}
.w23pct {width:23% !important;}
.w30pct {width:30% !important;}
.w40pct {width:40% !important;}
.w50pct {width:50% !important;}
.w60pct {width:60% !important;}
.w70pct {width:70% !important;}
.w77pct {width:77% !important;}
.w80pct {width:80% !important;}
.w85pct {width:85% !important;}
.w90pct {width:90% !important;}
.w100pct {width:100% !important;}
}

/* ※　←注意書きの2行目以降のスペース
----------------------------------------------- */
.attention_text  {
	margin-left: 1em;
	text-indent: -1em;
}
