@charset "utf-8";


/* head */
 
.head01, .head02, .head04, .head05 {
	margin-bottom: 1em;
	font-weight: bold;
}

.head01 {
	font-size: 214.3%;
	line-height: 1.1;
	color: #333;
}

.head01.underline {
	padding-bottom: 13px;
	border-bottom: 4px solid #039;
}

/* underline narrow */
.head01.underlineNarrow {
	padding-bottom: 13px;
	border-bottom: 2px solid #039;
}



.head01Sub {
	background: #333;
	font-size:12px;
	color: #fff;
}


.head01Sub2 {
	font-size:16px;
	line-height: 1.1;
	color: #333;
}

.head01Sub2.underline {
	padding-bottom: 13px;
	border-bottom: 4px solid #039;
}

/* underline narrow */
.head01Sub2.underlineNarrow {
	padding-bottom: 13px;
	border-bottom: 2px solid #039;
}

.head02 {
	padding: 12px 8px;
	border-top: 2px solid #039;
	border-bottom: 1px solid #ccc;
	font-size: 157.1%;
	line-height: 1.1;
	color: #039;
}
.head02 .underline {
	padding-bottom: 13px;
	border-bottom: 4px solid #039;
}




.head03 {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	color: #039;
}
.head03.black {
	color: #333;
}
.head03.dotted {
	border-bottom: 1px dashed #ccc;
}
.head03.solid {
	border-bottom: 1px solid #333;
}
.head03.bgLightBlue {
	background: #d9e8f7;
}

.head03.bgLightGreen {
	background: #609e48;
}


.head03s {
	font-size: 17px;
	line-height: 1.1;
	color: #039;
}
.head03s.black {
	color: #333;
}
.head03s.dotted {
	border-bottom: 1px dashed #ccc;
}
.head03s.solid {
	border-bottom: 1px solid #333;
}
.head03s.bgLightBlue {
	background: #d9e8f7;
}

.head04 {
	font-size: 18px;
	line-height: 1.1;
	color: #039;
}

.head05 {
	font-size:16px;
	line-height: 1.1;
}
.head06 {
	background: #004692;
	font-size: 20px;
	color: #fff;
}

.head06B {
	background: #004692;
	font-size: 15px;
	color: #fff;
}

.head06G {
	background: #609e48;
	font-size: 22px;
	color: #fff;
}

.head06G .a {
	color: #fff !important; 
}

.head07 {
	background: #004692;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	padding:10px
}

.btnWide {
	background: #039;
	display: block;
	color: #fff;
}
.btnWide.grey {
	background: #898989;
}
.btnWide span {
	display: block;
	background: url(/assets/img/ico_link_white.png) no-repeat right center;
}

.btnWide_nw {
	background: #039;
	display: block;
	color: #fff;
}
.btnWide_nw.grey {
	background: #898989;
}
.btnWide_nw span {
	display: block;
	background: url(/assets/img/ico_link_new_w.png) no-repeat right center;
}


.btnAgreement {
	background: #898989;
	display: block;
	color: #fff;
	padding:10px;
	text-align:center;
}




.btnDownload {
	background: #3399cc;
	display: block;
	color: #fff;
	padding:10px;
	text-align:center;
}


.btnDownload hover  {
	background: #99bbcc;
	display: block;
	color: #fff;
	padding:10px;
	text-align:center;
}


.btnStep {
	background: #004692;
	display: block;
	color: #fff;
	padding:3px;
	text-align:left;
}





@media screen and (max-width: 499px){
	.head01 {
		font-size: 171.4%;
	}
	.head02 {
		font-size: 142.9%;
	}
}


/* wrapper */

.articleBody {
	line-height: 1.5;
}
.articleBody p {
	margin-top:10px;
}



/* text */

.txtMainHeader1 { margin-bottom:20px; font-size:1.5em; font-weight:bold; }

.txtR {
	text-align:right !important;
}
.txtL {
	text-align:left !important;
}
.txtC {
	text-align:center !important;
}
.vaT {
	vertical-align:top !important;
}
.vaM {
	vertical-align:middle !important;
}
.vaB {
	vertical-align:bottom !important;
}


/* font-weight */

.fwB { font-weight:bold !important; }
.fwN { font-weight:normal !important; }


/* font-size */


.fsXS     { font-size: 70%; }  /* font-size:12px; */
.fsS     { font-size: 85.7%; }  /* font-size:12px; */
.fsM     { font-size: 100%; }   /* font-size:14px; */
.fsL     { font-size: 114.3%; } /* font-size:16px; */
.fsXL    { font-size: 128.6%; } /* font-size:18px; */
.fsXXL   { font-size: 142.9%; } /* font-size:20px; */
.fsXXXL  { font-size: 157.1%; } /* font-size:22px; */
.fsXXXXL { font-size: 171.4%; } /* font-size:24px; */


/* font-color */


.fcR { color: #f00; }
.fcWhite { color: #fff; }
.fcBlue { color: #10218b; }
.fcGray { color: #919191; }




/** background-color ******************************************************************************/

.bgW{background-color:#FFFFFF;}
.bgG1{background-color:#999999;}
.bgG2{background-color:#CCCCCC;}
.bgG3{background-color:#EFEFEF;}
.bgB{background-color:#DBE6F6;}
.bgB2{background-color:#004692;}
.bgB3{background-color:#F1F1F1;}
.bgB4{background-color:#777;}
.bgO{background-color:#FF6633;}



/* link icon */

.arrow {
	display: inline-block;
	padding-left: 1.4em;
}
.arrow:before {
	display: inline-block;
	content: '';
	width: 1.3em;
	height: 1em;
	margin: 0 0 0 -1.3em;
	background: url(/assets/img/ico_link_01_2x.png) no-repeat;
	background-size: 1em;
	vertical-align: -0.11em;
}
.arrow {
	padding-left: 20px\9; /* for IE8 */
}
.arrow:before {
	width: 15px\9; /* for IE8 */
	height: 15px\9; /* for IE8 */
	margin: 0 5px 0 -20px\9; /* for IE8 */
	background:  url(/assets/img/ico_link_01_1x.png) no-repeat\9; /* for IE8 */
}


.arrow_blank {
	display: inline-block;
	padding-left: 1.4em;
}
.arrow_blank:before {
	display: inline-block;
	content: '';
	width: 1.3em;
	height: 1em;
	margin: 0 0 0 -1.3em;
	background: url(/assets/img/ico_link_blank_01_2x.png) no-repeat;
	background-size: 1em;
	vertical-align: -0.11em;
}
.arrow_blank {
	padding-left: 20px\9; /* for IE8 */
}
.arrow_blank:before {
	width: 15px\9; /* for IE8 */
	height: 15px\9; /* for IE8 */
	margin: 0 5px 0 -20px\9; /* for IE8 */
	background:  url(/assets/img/ico_link_blank_01_1x.png) no-repeat\9; /* for IE8 */
}

.arrow_down {
	display: inline-block;
	padding-left: 1.4em;
}
.arrow_down:before {
	display: inline-block;
	content: '';
	width: 1.3em;
	height: 1em;
	margin: 0 0 0 -1.3em;
	background: url(/assets/img/ico_down_01.gif) no-repeat;
	background-size: 1em;
	vertical-align: -0.11em;
}
.arrow_down {
	padding-left: 20px\9; /* for IE8 */
}
.arrow_down:before {
	width: 15px\9; /* for IE8 */
	height: 15px\9; /* for IE8 */
	margin: 0 5px 0 -20px\9; /* for IE8 */
	background:  url(/assets/img/ico_down_01.gif) no-repeat\9; /* for IE8 */
}




 .photoR {
	float:right;
	margin:0 0 0 10px;
}


.photoBD {
	border:1px solid #cccccc;
}
.photoR span.caption {
	display:block;
	padding-top:5px;
	font-size:1.2em;
	line-height:1.2em;
	color:#666666;
	font-family:Tahoma, Geneva, sans-serif
}

.photoR span.captions {
	display:block;
	padding-top:5px;
	font-size:0.9em;
	line-height:1em;
	color:#666666;
	font-family:Tahoma, Geneva, sans-serif
}

.photoL span.caption {
	display:block;
	padding-top:5px;
	font-size:1.2em;
	line-height:1.2em;
	color:#666666;
	font-family:Tahoma, Geneva, sans-serif
}

.photoL span.captions {
	display:block;
	padding-top:5px;
	font-size:0.9em;
	line-height:1em;
	color:#666666;
	font-family:Tahoma, Geneva, sans-serif
}

#contents-area #left-contents .photoL, 
#contents-area #right-contents #right .photoL {
	margin:0 10px 0 0;
}
#contents-area #left-contents .photoR, 
#contents-area #right-contents #right .photoR {
	margin:0 0 0 10px;
}
#contents-area #right-contents #center .photoL {
	margin:0 10px 10px 0;
}
#contents-area #right-contents #center .photoR {
	margin:0 0 10px 10px;
}


/* background */

.bgDB {
	background: #004692;
	color: #fff;
}


/* list */


.listBasic, .listBasicBlack, .listBasicBlack02, .listBasicBlack03 {
	margin-left:25px;
}
ul.listBasic, ul.listBasicBlack {
	list-style:outside disc;
}
ol.listBasic, ol.listBasicBlack {
	list-style:outside decimal;
}
ol.listBasicBlack02 {
	list-style:upper-roman;
}

.listBasicBlack03 li {
	margin-bottom:1em;
}

.listStyle01 {
	margin-bottom:1em;
}
.listStyle01 li {
	padding:0 0 0 120px;
	line-height: 1.3;
	*zoom: 1;
}
.listStyle01 li + li {
	margin-top: 7px;
}

.listStyle01 .iconNews,
.listStyle01 .iconInfo,
.listStyle01 .iconQ,
.listStyle01 .iconA,
.listStyle01 .iconAA,
.listStyle01 .iconUpdt {
	display: inline-block;
	width: 100px;
	margin-left: -120px;
	margin-right: 20px;
	text-align: center;
	font-size: 85.7%;
	color: #fff;
}
.listStyle01 .iconNews {
	background: #090;
}
.listStyle01 .iconInfo {
	background: #069;
}
.listStyle01 .iconUpdt {
	background: #969;
}
.listStyle01 .iconQ {
	background: #8080ff;
}
.listStyle01 .iconA {
	background: #d96944;
}

.listStyle01 .iconAA {
	background: #ff6633;
}

.listStyle01 .date {
	font-size: 78.6%;
	color: #999;
}
@media screen and (max-width: 499px){
	.listStyle01 .iconNews,
	.listStyle01 .iconInfo,
	.listStyle01 .iconQ,
	.listStyle01 .iconA,
	.listStyle01 .iconAA,
	.listStyle01 .iconUpdt {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.listStyle01 li {
		padding: 0;
	}
	.listStyle01 li + li {
		margin-top: 10px;
	}

	.listStyle01 .iconNews,
	.listStyle01 .iconInfo,
	.listStyle01 .iconUpdt,
	.listStyle01 .iconQ,
	.listStyle01 .iconA, 
	.listStyle01 .iconAA {
		margin-bottom:10px;
	}
}



/* box */

.box-style01 {
	border: 1px solid #d9e8f7;
}
.box-style01 .head03 {
	padding: 14px 15px;
	margin-bottom: 0;
	background: #d9e8f7;
}
.box-style02 {
	border: 1px solid #ccc;
}


/* float */

.floatLeft { float:left }
.floatRight { float:right }


/* table */

/*

  tableStyle01  背景白　　td上下中央寄せ
  tableStyle02  背景薄灰　td上下中央寄せ
  tableStyle03  背景白　　td上寄せ
  tableStyle04  背景薄灰　td上寄せ
  tableStyle05  背景白　　td上下中央寄せ　左右余白無し
  tableStyle06  背景白　　td上下中央寄せ　枠線白

*/

.tableWidthAuto {
	width: auto;
}
.tableWidthWide {
	width:100%;
	min-width: 580px;
}

.tableWidthWide100{
	width:100%;
	min-width: 100px;
}

.tableStyle01, .tableStyle02, .tableStyle03, .tableStyle04, .tableStyle05, .tableStyle06 {
	border-collapse: collapse;
	margin-bottom:1em;
	background: #fff;
}
.tableStyle02, .tableStyle04 {
	background:#f4f4f4;
}
.tableStyle01 caption, 
.tableStyle02 caption,
.tableStyle03 caption,
.tableStyle04 caption,
.tableStyle05 caption,
.tableStyle06 caption {
	text-align: left;
}
.tableStyle01 td, .tableStyle01 th, 
.tableStyle02 td, .tableStyle02 th,
.tableStyle03 th,
.tableStyle04 th {
	padding: 0.3em;
	border: 1px solid #999;
	vertical-align: middle;
}
.tableStyle03 td,
.tableStyle04 td {
	padding: 0.3em;
	border: 1px solid #999;
	vertical-align: top;
}
.tableStyle06 td, .tableStyle06 th{
	padding: 0.3em;
	border: 1px solid #fff;
	vertical-align:middle;
}
.tableStyle05 td, .tableStyle05 th {
	padding:0.3em 0;
	border:1px solid #999;
	vertical-align:middle;
}

.tableStyle01 th, .tableStyle02 th,
.tableStyle03 th, .tableStyle04 th,
.tableStyle05 th {
	background:#e3e3e3;
}

/* レスポンシブ対応 */

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 799px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}

/*===================================================================
	media banner
===================================================================*/

.mediaBanner {
	*zoom: 1;
}
.mediaBanner:after {
	content: '';
	display: block;
	clear: both;
}
.mediaBanner li {
	float: left;
	width: 198px;
	margin-right: 20px;
	border: 1px solid #ccc;
	font-size: 12px;
}


.mediaBanner li a {
	display: block;
	padding-top: 11px;
	padding-bottom: 9px;
}
.mediaBanner li a span {
	display: inline-block;
	font-size: 9px;
	line-height: 1.1;
}
.mediaBanner .youtube a {
	padding-left: 60px;
	padding-right:20px;
	padding-bottom:10px;
	background: url(/assets/img/media_banner_youtube.png) no-repeat 11px 14px;
	line-height:1.3em;
	font-size:1.1em;
}


.mediaBanner .contact a {
	padding-left: 59px;
	padding-right: 5px;
	background: url(/assets/img/media_banner_contact.png) no-repeat 14px 11px;
	line-height: 1.4;
}

.mediaBanner .addthis {
	float: left;
	min-height: 58px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #ccc;
}
.mediaBanner .addthis_title {
	margin-bottom: 3px;
	padding-top: 10px;
	font-size: 12px;
	color: #005ab4;
}


/* grid用ボタン3種
---------------------------------------------------------- */
/* アイコン型 */
.contentsIconBtn {
	position: relative;
	border: 1px solid #ddd;
	background: #0059b3;
	transition: 0.3s;
}
.contentsIconBtn:hover {
	background: #2672be;
}
.contentsIconBtnLink {
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 100px;
}
a.contentsIconBtnLink {
	color: #fff;
}
a.contentsIconBtnLink:hover {
	text-decoration: none;
}
.contentsIconBtnTitle,
.contentsIconBtnText {
	display: block;
}
.contentsIconBtnTitle {
	margin-top: 5px;
}
.contentsIconBtnText {
	min-height: 4em;
	margin-top: 3px;
	line-height: 1.2;
}

/* サムネイル用のgrid */
.thumbnailBtn_row {
	position: relative;
	margin: 0 -10px;
	font-size: 0;
	*zoom: 1;
}
.thumbnailBtn_grid3,
.thumbnailBtn_grid4 {
	display: inline-block;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: medium;
	vertical-align: top;
}
.thumbnailBtn_grid3 {
	width: 240px;
	*width: 220px;
}
.thumbnailBtn_grid4 {
	width: 320px;
	*width: 300px;
}
.thumbnailBtn_row .thumbnailBtn,
.thumbnailBtn_row .thumbnailBtnWide {
	font-size: 87.5%;
}

/* サムネイル型 */
.thumbnailBtn:link,
.thumbnailBtn:visited {
	color: #333;
}
.thumbnailBtn:hover {
	color: #005ab4;
}
.thumbnailBtn span {
	display: block;
	margin-top: 8px;
	padding-left: 1.4em;
	line-height: 1.2;
}
.thumbnailBtn span:before {
	display: inline-block;
	content: '';
	width: 1.3em;
	height: 1em;
	margin: 0 0 0 -1.3em;
	background: url(/assets/img/ico_link_01_2x.png) no-repeat;
	background-size: 1em;
	vertical-align: -0.11em;
}
.thumbnailBtn img {
	max-width: 100%;
	height: auto;
	border-bottom: 3px solid #065bb1;
	transition: opacity 0.2s;
}
.thumbnailBtn:hover img {
	opacity: 0.8;
}
@media screen and (max-width: 999px){
	.thumbnailBtn_grid3 {
		width: 25%;
	}
	.thumbnailBtn_grid4 {
		width: 33.33333%;
	}
}
@media screen and (max-width: 799px){
	.thumbnailBtn_grid3,
	.thumbnailBtn_grid4 {
		width: 50%;
	}
}
/* サムネイル型（大） */
.thumbnailBtnWide {
	display: block;
	padding: 10px;
	border: 1px solid #e9e9e9;
}
.thumbnailBtnWide:after {
	content: '';
	display: block;
	clear: both;
}
.thumbnailBtnWide:link,
.thumbnailBtnWide:visited {
	color: #333;
}
.thumbnailBtnWide:hover {
	color: #005ab4;
}
.thumbnailBtnWide span {
	float: left;
	display: block;
	width: 45%;
	padding-left: 1.4em;
	line-height: 1.2;
}
.thumbnailBtnWide:hover span {
	text-decoration: underline;
}
.thumbnailBtnWide span:before {
	display: inline-block;
	content: '';
	width: 1.3em;
	height: 1em;
	margin: 0 0 0 -1.3em;
	background: url(/assets/img/ico_link_01_2x.png) no-repeat;
	background-size: 1em;
	vertical-align: -0.11em;
}
.thumbnailBtnWide img {
	float: right;
	width: 44%;
	height: auto;
	transition: 0.2s;
}
.thumbnailBtnWide:hover img {
	opacity: 0.8;
}
@media screen and (max-width: 799px){
	.thumbnailBtnWide {
		padding: 10px 5px 5px;
	}
	.thumbnailBtnWide span {
		float: none;
		display: inline-block;
		width: auto;
		margin-top: 5px;
	}
	.thumbnailBtnWide img {
		float: none;
		display: block;
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 499px){
	.thumbnailBtnWide img {
		width: 100px;
	}
}


/* ボーダー
---------------------------------------------------------- */

/* 全て */
.bdB, .bdG, .bdG2{border:solid 1px;}
/* 上 */
.bdBT, .bdGT, .bdG2T{border-top:solid 1px;}
/* 右 */
.bdBR, .bdGR, .bdG2R{border-right:solid 1px;}
/* 下 */
.bdBB, .bdGB, .bdG2B{border-bottom:solid 1px;}
/* 左 */
.bdBL, .bdGL, .bdG2L{border-left:solid 1px;}
/* 上下 */
.bdBTB, .bdGTB, .bdG2TB{border-top:solid 1px;border-bottom:solid 1px;}
/* 左右 */
.bdBRL, .bdGRL, .bdG2RL{border-right:solid 1px;border-left:solid 1px;}
/* 色 */
.bdB, .bdBT, .bdBR, .bdBB, .bdBL, .bdBTB, .bdBRL{border-color:#000;}
.bdG, .bdGT, .bdGR, .bdGB, .bdGL, .bdGTB, .bdGRL{border-color:#ccc;}
.bdG2, .bdG2T, .bdG2R, .bdG2B, .bdG2L, .bdG2TB, .bdG2RL{border-color:#999;}


/* ボーダー非表示
---------------------------------------------------------- */

/* 全て */
.bdN{border:none;}
/* 上 */
.bdNT{border-top:none;}
/* 右 */
.bdNR{border-right:none;}
/* 下 */
.bdNB{border-bottom:none;}
/* 左 */
.bdNL{border-left:none;}
/* 上下 */
.bdNTB{border-top:none;border-bottom:none;}
/* 左右 */
.bdNRL{border-right:none;border-left:none;}
/* 太さ */
.bdBold {
	border-width: 3px;
}


/* 文字列の折り返しさせる */
.wBreak{max-width:97%;word-wrap:break-word;}
/* 文字列の折り返しさせない */
.noBreak{white-space:nowrap;}

/* 斜体 */
.fsItalic{
	font-style:italic;
}

/* width */

.w1{width:1%;}
.w2{width:2%;}
.w3{width:3%;}
.w4{width:4%;}
.w5{width:5%;}
.w6{width:6%;}
.w7{width:7%;}
.w8{width:8%;}
.w9{width:9%;}
.w10{width:10%;}
.w11{width:11%;}
.w12{width:12%;}
.w13{width:13%;}
.w14{width:14%;}
.w15{width:15%;}
.w16{width:16%;}
.w17{width:17%;}
.w18{width:18%;}
.w19{width:19%;}
.w20{width:20%;}
.w21{width:21%;}
.w22{width:22%;}
.w23{width:23%;}
.w24{width:24%;}
.w25{width:25%;}
.w26{width:26%;}
.w27{width:27%;}
.w28{width:28%;}
.w29{width:29%;}
.w30{width:30%;}
.w31{width:31%;}
.w32{width:32%;}
.w33{width:33%;}
.w34{width:34%;}
.w35{width:35%;}
.w36{width:36%;}
.w37{width:37%;}
.w38{width:38%;}
.w39{width:39%;}
.w40{width:40%;}
.w41{width:41%;}
.w42{width:42%;}
.w43{width:43%;}
.w44{width:44%;}
.w45{width:45%;}
.w46{width:46%;}
.w47{width:47%;}
.w48{width:48%;}
.w49{width:49%;}
.w50{width:50%;}
.w51{width:51%;}
.w52{width:52%;}
.w53{width:53%;}
.w54{width:54%;}
.w55{width:55%;}
.w56{width:56%;}
.w57{width:57%;}
.w58{width:58%;}
.w59{width:59%;}
.w60{width:60%;}
.w61{width:61%;}
.w62{width:62%;}
.w63{width:63%;}
.w64{width:64%;}
.w65{width:65%;}
.w66{width:66%;}
.w67{width:67%;}
.w68{width:68%;}
.w69{width:69%;}
.w70{width:70%;}
.w71{width:71%;}
.w72{width:72%;}
.w73{width:73%;}
.w74{width:74%;}
.w75{width:75%;}
.w76{width:76%;}
.w77{width:77%;}
.w78{width:78%;}
.w79{width:79%;}
.w80{width:80%;}
.w81{width:81%;}
.w82{width:82%;}
.w83{width:83%;}
.w84{width:84%;}
.w85{width:85%;}
.w86{width:86%;}
.w87{width:87%;}
.w88{width:88%;}
.w89{width:89%;}
.w90{width:90%;}
.w91{width:91%;}
.w92{width:92%;}
.w93{width:93%;}
.w94{width:94%;}
.w95{width:95%;}
.w96{width:96%;}
.w97{width:97%;}
.w98{width:98%;}
.w99{width:99%;}
.w100{width:100%;}


/* margin
---------------------------------------------------------- */

/* auto */
.mRA{margin-left:auto !important}
.mLA{margin-right:auto !important}
.mRLA{margin-left:auto;margin-right:auto !important}

/* 全て */
.m0{margin:0px !important}
.m6{margin:6px !important}
.m12{margin:12px !important}
.m18{margin:18px !important}
.m24{margin:24px !important}
.m30{margin:30px !important}

/* 上 */
.mT0{margin-top:0px !important}
.mT1{margin-top:1px !important}
.mT2{margin-top:2px !important}
.mT3{margin-top:3px !important}
.mT4{margin-top:4px !important}
.mT5{margin-top:5px !important}
.mT6{margin-top:6px !important}
.mT8{margin-top:8px !important}
.mT10{margin-top:10px !important}
.mT12{margin-top:12px !important}
.mT15{margin-top:15px !important}
.mT18{margin-top:18px !important}
.mT20{margin-top:18px !important}
.mT22{margin-top:22px !important}
.mT24{margin-top:24px !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}
.mT70{margin-top:70px !important}
.mT80{margin-top:80px !important}
.mT90{margin-top:90px !important}
.mT100{margin-top:100px !important}
.mT110{margin-top:110px !important}
.mT120{margin-top:120px !important}
.mT130{margin-top:130px !important}
.mT140{margin-top:140px !important}
.mT150{margin-top:150px !important}
.mT160{margin-top:160px !important}
.mT170{margin-top:170px !important}
.mT180{margin-top:180px !important}
.mT190{margin-top:190px !important}
.mT200{margin-top:200px !important}
.mT220{margin-top:220px !important}

/* 右 */
.mR0{margin-right:0px !important}
.mR4{margin-right:4px !important}
.mR6{margin-right:6px !important}
.mR8{margin-right:8px !important}
.mR10{margin-right:10px !important}
.mR11{margin-right:11px !important}
.mR12{margin-right:12px !important}
.mR13{margin-right:13px !important}
.mR14{margin-right:14px !important}
.mR15{margin-right:15px !important}
.mR16{margin-right:16px !important}
.mR17{margin-right:17px !important}
.mR18{margin-right:18px !important}
.mR19{margin-right:19px !important}
.mR20{margin-right:20px !important}
.mR21{margin-right:21px !important}
.mR22{margin-right:22px !important}
.mR23{margin-right:23px !important}
.mR24{margin-right:24px !important}
.mR25{margin-right:25px !important}
.mR26{margin-right:26px !important}
.mR27{margin-right:27px !important}
.mR28{margin-right:28px !important}
.mR29{margin-right:29px !important}
.mR30{margin-right:30px !important}
.mR31{margin-right:31px !important}
.mR32{margin-right:32px !important}
.mR33{margin-right:33px !important}
.mR34{margin-right:34px !important}
.mR35{margin-right:35px !important}
.mR36{margin-right:36px !important}
.mR37{margin-right:37px !important}
.mR38{margin-right:38px !important}
.mR39{margin-right:39px !important}
.mR40{margin-right:40px !important}
.mR41{margin-right:41px !important}
.mR42{margin-right:42px !important}
.mR43{margin-right:43px !important}
.mR44{margin-right:44px !important}
.mR45{margin-right:45px !important}
.mR46{margin-right:46px !important}
.mR47{margin-right:47px !important}
.mR48{margin-right:48px !important}
.mR49{margin-right:49px !important}
.mR50{margin-right:50px !important}
.mR51{margin-right:51px !important}
.mR52{margin-right:52px !important}
.mR53{margin-right:53px !important}
.mR54{margin-right:54px !important}
.mR55{margin-right:55px !important}
.mR55{margin-right:56px !important}
.mR57{margin-right:57px !important}
.mR58{margin-right:58px !important}
.mR59{margin-right:59px !important}
.mR60{margin-right:60px !important}
.mR61{margin-right:61px !important}
.mR62{margin-right:62px !important}
.mR63{margin-right:63px !important}
.mR64{margin-right:64px !important}
.mR65{margin-right:65px !important}
.mR66{margin-right:66px !important}
.mR67{margin-right:67px !important}
.mR68{margin-right:68px !important}
.mR69{margin-right:69px !important}
.mR70{margin-right:70px !important}
.mR71{margin-right:71px !important}
.mR72{margin-right:72px !important}
.mR73{margin-right:73px !important}
.mR74{margin-right:74px !important}
.mR75{margin-right:75px !important}
.mR76{margin-right:76px !important}
.mR77{margin-right:77px !important}
.mR78{margin-right:78px !important}
.mR79{margin-right:79px !important}
.mR80{margin-right:80px !important}
.mR81{margin-right:81px !important}
.mR82{margin-right:82px !important}
.mR83{margin-right:83px !important}
.mR84{margin-right:84px !important}
.mR85{margin-right:85px !important}
.mR86{margin-right:86px !important}
.mR87{margin-right:87px !important}
.mR88{margin-right:88px !important}
.mR89{margin-right:89px !important}
.mR90{margin-right:90px !important}
.mR91{margin-right:91px !important}
.mR92{margin-right:92px !important}
.mR93{margin-right:93px !important}
.mR94{margin-right:94px !important}
.mR95{margin-right:95px !important}
.mR96{margin-right:96px !important}
.mR97{margin-right:97px !important}
.mR98{margin-right:98px !important}
.mR99{margin-right:99px !important}
.mR100{margin-right:100px !important}
.mR101{margin-right:101px !important}
.mR102{margin-right:102px !important}
.mR103{margin-right:103px !important}
.mR104{margin-right:104px !important}
.mR105{margin-right:105px !important}
.mR106{margin-right:106px !important}
.mR107{margin-right:107px !important}
.mR108{margin-right:108px !important}
.mR109{margin-right:109px !important}
.mR110{margin-right:110px !important}
.mR111{margin-right:111px !important}
.mR112{margin-right:112px !important}
.mR113{margin-right:113px !important}
.mR114{margin-right:114px !important}
.mR115{margin-right:115px !important}
.mR116{margin-right:116px !important}
.mR117{margin-right:117px !important}
.mR118{margin-right:118px !important}
.mR119{margin-right:119px !important}
.mR120{margin-right:120px !important}
.mR121{margin-right:121px !important}
.mR122{margin-right:122px !important}
.mR123{margin-right:123px !important}
.mR124{margin-right:124px !important}
.mR125{margin-right:125px !important}
.mR126{margin-right:126px !important}
.mR127{margin-right:127px !important}
.mR128{margin-right:128px !important}
.mR129{margin-right:129px !important}
.mR130{margin-right:130px !important}
.mR131{margin-right:131px !important}
.mR132{margin-right:132px !important}
.mR133{margin-right:133px !important}
.mR134{margin-right:134px !important}
.mR135{margin-right:135px !important}
.mR136{margin-right:136px !important}
.mR137{margin-right:137px !important}
.mR138{margin-right:138px !important}
.mR139{margin-right:139px !important}
.mR140{margin-right:140px !important}
.mR141{margin-right:141px !important}
.mR142{margin-right:142px !important}
.mR143{margin-right:143px !important}
.mR144{margin-right:144px !important}
.mR145{margin-right:145px !important}
.mR146{margin-right:146px !important}
.mR147{margin-right:147px !important}
.mR148{margin-right:148px !important}
.mR149{margin-right:149px !important}
.mR150{margin-right:150px !important}
.mR200{margin-right:200px !important}
.mR250{margin-right:250px !important}
.mR300{margin-right:300px !important}
.mR350{margin-right:350px !important}

/* 下 */
.mB0{margin-bottom:0px !important}
.mB3{margin-bottom:3px !important}
.mB6{margin-bottom:6px !important}
.mB8{margin-bottom:8px !important}
.mB9{margin-bottom:9px !important}
.mB10{margin-bottom:10px !important}
.mB11{margin-bottom:11px !important}
.mB12{margin-bottom:12px !important}
.mB13{margin-bottom:13px !important}
.mB14{margin-bottom:14px !important}
.mB15{margin-bottom:15px !important}
.mB16{margin-bottom:16px !important}
.mB17{margin-bottom:17px !important}
.mB18{margin-bottom:18px !important}
.mB19{margin-bottom:19px !important}
.mB20{margin-bottom:20px !important}
.mB21{margin-bottom:21px !important}
.mB22{margin-bottom:22px !important}
.mB23{margin-bottom:23px !important}
.mB24{margin-bottom:24px !important}
.mB25{margin-bottom:25px !important}
.mB26{margin-bottom:26px !important}
.mB27{margin-bottom:27px !important}
.mB28{margin-bottom:28px !important}
.mB29{margin-bottom:29px !important}
.mB30{margin-bottom:30px !important}
.mB31{margin-bottom:31px !important}
.mB32{margin-bottom:32px !important}
.mB33{margin-bottom:33px !important}
.mB34{margin-bottom:34px !important}
.mB35{margin-bottom:35px !important}
.mB36{margin-bottom:36px !important}
.mB37{margin-bottom:37px !important}
.mB38{margin-bottom:38px !important}
.mB39{margin-bottom:39px !important}
.mB40{margin-bottom:40px !important}
.mB41{margin-bottom:41px !important}
.mB42{margin-bottom:42px !important}
.mB43{margin-bottom:43px !important}
.mB44{margin-bottom:44px !important}
.mB45{margin-bottom:45px !important}
.mB46{margin-bottom:46px !important}
.mB47{margin-bottom:47px !important}
.mB48{margin-bottom:48px !important}
.mB49{margin-bottom:49px !important}
.mB50{margin-bottom:50px !important}
.mB51{margin-bottom:51px !important}
.mB52{margin-bottom:52px !important}
.mB53{margin-bottom:53px !important}
.mB54{margin-bottom:54px !important}
.mB55{margin-bottom:55px !important}
.mB56{margin-bottom:56px !important}
.mB57{margin-bottom:57px !important}
.mB58{margin-bottom:58px !important}
.mB59{margin-bottom:59px !important}
.mB60{margin-bottom:60px !important}
.mB61{margin-bottom:61px !important}
.mB62{margin-bottom:62px !important}
.mB63{margin-bottom:63px !important}
.mB64{margin-bottom:64px !important}
.mB65{margin-bottom:65px !important}
.mB66{margin-bottom:66px !important}
.mB67{margin-bottom:67px !important}
.mB68{margin-bottom:68px !important}
.mB69{margin-bottom:69px !important}
.mB70{margin-bottom:70px !important}
.mB71{margin-bottom:71px !important}
.mB72{margin-bottom:72px !important}
.mB73{margin-bottom:73px !important}
.mB74{margin-bottom:74px !important}
.mB75{margin-bottom:75px !important}
.mB76{margin-bottom:76px !important}
.mB77{margin-bottom:77px !important}
.mB78{margin-bottom:78px !important}
.mB79{margin-bottom:79px !important}
.mB80{margin-bottom:80px !important}
.mB81{margin-bottom:81px !important}
.mB82{margin-bottom:82px !important}
.mB83{margin-bottom:83px !important}
.mB84{margin-bottom:84px !important}
.mB85{margin-bottom:85px !important}
.mB86{margin-bottom:86px !important}
.mB87{margin-bottom:87px !important}
.mB88{margin-bottom:88px !important}
.mB89{margin-bottom:89px !important}
.mB90{margin-bottom:90px !important}
.mB91{margin-bottom:91px !important}
.mB92{margin-bottom:92px !important}
.mB93{margin-bottom:93px !important}
.mB94{margin-bottom:94px !important}
.mB95{margin-bottom:95px !important}
.mB96{margin-bottom:96px !important}
.mB97{margin-bottom:97px !important}
.mB98{margin-bottom:98px !important}
.mB99{margin-bottom:99px !important}
.mB100{margin-bottom:100px !important}
.mB101{margin-bottom:101px !important}
.mB102{margin-bottom:102px !important}
.mB103{margin-bottom:103px !important}
.mB104{margin-bottom:104px !important}
.mB105{margin-bottom:105px !important}
.mB106{margin-bottom:106px !important}
.mB107{margin-bottom:107px !important}
.mB108{margin-bottom:108px !important}
.mB109{margin-bottom:109px !important}
.mB110{margin-bottom:110px !important}
.mB111{margin-bottom:111px !important}
.mB112{margin-bottom:112px !important}
.mB113{margin-bottom:113px !important}
.mB114{margin-bottom:114px !important}
.mB115{margin-bottom:115px !important}
.mB116{margin-bottom:116px !important}
.mB117{margin-bottom:117px !important}
.mB118{margin-bottom:118px !important}
.mB119{margin-bottom:119px !important}
.mB120{margin-bottom:120px !important}
.mB121{margin-bottom:121px !important}
.mB122{margin-bottom:122px !important}
.mB123{margin-bottom:123px !important}
.mB124{margin-bottom:124px !important}
.mB125{margin-bottom:125px !important}
.mB126{margin-bottom:126px !important}
.mB127{margin-bottom:127px !important}
.mB128{margin-bottom:128px !important}
.mB129{margin-bottom:129px !important}
.mB130{margin-bottom:130px !important}
.mB131{margin-bottom:131px !important}
.mB132{margin-bottom:132px !important}
.mB133{margin-bottom:133px !important}
.mB134{margin-bottom:134px !important}
.mB135{margin-bottom:135px !important}
.mB136{margin-bottom:136px !important}
.mB137{margin-bottom:137px !important}
.mB138{margin-bottom:138px !important}
.mB139{margin-bottom:139px !important}
.mB140{margin-bottom:140px !important}
.mB141{margin-bottom:141px !important}
.mB142{margin-bottom:142px !important}
.mB143{margin-bottom:143px !important}
.mB144{margin-bottom:144px !important}
.mB145{margin-bottom:145px !important}
.mB146{margin-bottom:146px !important}
.mB147{margin-bottom:147px !important}
.mB148{margin-bottom:148px !important}
.mB149{margin-bottom:149px !important}
.mB150{margin-bottom:150px !important}
.mB200{margin-bottom:200px !important}
.mB250{margin-bottom:250px !important}
.mB300{margin-bottom:300px !important}
.mB350{margin-bottom:350px !important}

/* 左 */
.mL0{margin-left:0px !important}
.mL4{margin-left:4px !important}
.mL6{margin-left:6px !important}
.mL8{margin-left:8px !important}
.mL10{margin-left:10px !important}
.mL11{margin-left:11px !important}
.mL12{margin-left:12px !important}
.mL13{margin-left:13px !important}
.mL14{margin-left:14px !important}
.mL15{margin-left:15px !important}
.mL16{margin-left:16px !important}
.mL17{margin-left:17px !important}
.mL18{margin-left:18px !important}
.mL19{margin-left:19px !important}
.mL20{margin-left:20px !important}
.mL21{margin-left:21px !important}
.mL22{margin-left:22px !important}
.mL23{margin-left:23px !important}
.mL24{margin-left:24px !important}
.mL25{margin-left:25px !important}
.mL26{margin-left:26px !important}
.mL27{margin-left:27px !important}
.mL28{margin-left:28px !important}
.mL29{margin-left:29px !important}
.mL30{margin-left:30px !important}
.mL31{margin-left:31px !important}
.mL32{margin-left:32px !important}
.mL33{margin-left:33px !important}
.mL34{margin-left:34px !important}
.mL35{margin-left:35px !important}
.mL36{margin-left:36px !important}
.mL37{margin-left:37px !important}
.mL38{margin-left:38px !important}
.mL39{margin-left:39px !important}
.mL40{margin-left:40px !important}
.mL41{margin-left:41px !important}
.mL42{margin-left:42px !important}
.mL43{margin-left:43px !important}
.mL44{margin-left:44px !important}
.mL45{margin-left:45px !important}
.mL46{margin-left:46px !important}
.mL47{margin-left:47px !important}
.mL48{margin-left:48px !important}
.mL49{margin-left:49px !important}
.mL50{margin-left:50px !important}
.mL51{margin-left:51px !important}
.mL52{margin-left:52px !important}
.mL53{margin-left:53px !important}
.mL54{margin-left:54px !important}
.mL55{margin-left:55px !important}
.mL55{margin-left:56px !important}
.mL57{margin-left:57px !important}
.mL58{margin-left:58px !important}
.mL59{margin-left:59px !important}
.mL60{margin-left:60px !important}
.mL61{margin-left:61px !important}
.mL62{margin-left:62px !important}
.mL63{margin-left:63px !important}
.mL64{margin-left:64px !important}
.mL65{margin-left:65px !important}
.mL66{margin-left:66px !important}
.mL67{margin-left:67px !important}
.mL68{margin-left:68px !important}
.mL69{margin-left:69px !important}
.mL70{margin-left:70px !important}
.mL71{margin-left:71px !important}
.mL72{margin-left:72px !important}
.mL73{margin-left:73px !important}
.mL74{margin-left:74px !important}
.mL75{margin-left:75px !important}
.mL76{margin-left:76px !important}
.mL77{margin-left:77px !important}
.mL78{margin-left:78px !important}
.mL79{margin-left:79px !important}
.mL80{margin-left:80px !important}
.mL81{margin-left:81px !important}
.mL82{margin-left:82px !important}
.mL83{margin-left:83px !important}
.mL84{margin-left:84px !important}
.mL85{margin-left:85px !important}
.mL86{margin-left:86px !important}
.mL87{margin-left:87px !important}
.mL88{margin-left:88px !important}
.mL89{margin-left:89px !important}
.mL90{margin-left:90px !important}
.mL91{margin-left:91px !important}
.mL92{margin-left:92px !important}
.mL93{margin-left:93px !important}
.mL94{margin-left:94px !important}
.mL95{margin-left:95px !important}
.mL96{margin-left:96px !important}
.mL97{margin-left:97px !important}
.mL98{margin-left:98px !important}
.mL99{margin-left:99px !important}
.mL100{margin-left:100px !important}
.mL101{margin-left:101px !important}
.mL102{margin-left:102px !important}
.mL103{margin-left:103px !important}
.mL104{margin-left:104px !important}
.mL105{margin-left:105px !important}
.mL106{margin-left:106px !important}
.mL107{margin-left:107px !important}
.mL108{margin-left:108px !important}
.mL109{margin-left:109px !important}
.mL110{margin-left:110px !important}
.mL111{margin-left:111px !important}
.mL112{margin-left:112px !important}
.mL113{margin-left:113px !important}
.mL114{margin-left:114px !important}
.mL115{margin-left:115px !important}
.mL116{margin-left:116px !important}
.mL117{margin-left:117px !important}
.mL118{margin-left:118px !important}
.mL119{margin-left:119px !important}
.mL120{margin-left:120px !important}
.mL121{margin-left:121px !important}
.mL122{margin-left:122px !important}
.mL123{margin-left:123px !important}
.mL124{margin-left:124px !important}
.mL125{margin-left:125px !important}
.mL126{margin-left:126px !important}
.mL127{margin-left:127px !important}
.mL128{margin-left:128px !important}
.mL129{margin-left:129px !important}
.mL130{margin-left:130px !important}
.mL131{margin-left:131px !important}
.mL132{margin-left:132px !important}
.mL133{margin-left:133px !important}
.mL134{margin-left:134px !important}
.mL135{margin-left:135px !important}
.mL136{margin-left:136px !important}
.mL137{margin-left:137px !important}
.mL138{margin-left:138px !important}
.mL139{margin-left:139px !important}
.mL140{margin-left:140px !important}
.mL141{margin-left:141px !important}
.mL142{margin-left:142px !important}
.mL143{margin-left:143px !important}
.mL144{margin-left:144px !important}
.mL145{margin-left:145px !important}
.mL146{margin-left:146px !important}
.mL147{margin-left:147px !important}
.mL148{margin-left:148px !important}
.mL149{margin-left:149px !important}
.mL150{margin-left:150px !important}
.mL200{margin-left:200px !important}
.mL250{margin-left:250px !important}
.mL300{margin-left:300px !important}
.mL350{margin-left:350px !important}

/* 上下 */
.mTB0{margin-top:0px;margin-bottom:0px !important}
.mTB6{margin-top:6px;margin-bottom:6px !important}
.mTB12{margin-top:12px;margin-bottom:12px !important}
.mTB18{margin-top:18px;margin-bottom:18px !important}
.mTB24{margin-top:24px;margin-bottom:24px !important}
.mTB30{margin-top:30px;margin-bottom:30px !important}

/* 左右 */
.mRL0{margin-right:0px;margin-left:0px !important}
.mRL6{margin-right:6px;margin-left:6px !important}
.mRL12{margin-right:12px;margin-left:12px !important}
.mRL18{margin-right:18px;margin-left:18px !important}
.mRL24{margin-right:24px;margin-left:24px !important}
.mRL30{margin-right:30px;margin-left:30px !important}


/* padding
---------------------------------------------------------- */

/* 全て */
.p0{padding:0px !important}
.p3{padding:3px !important}
.p6{padding:6px !important}
.p12{padding:12px !important}
.p18{padding:18px !important}
.p20{padding:20px !important}
.p24{padding:24px !important}
.p30{padding:30px !important}

/* 上 */
.pT0{padding-top:0px !important}
.pT3{padding-top:3px !important}
.pT6{padding-top:6px !important}
.pT8{padding-top:8px !important}
.pT12{padding-top:12px !important}
.pT15{padding-top:15px !important}
.pT18{padding-top:18px !important}
.pT20{padding-top:20px !important} 
.pT24{padding-top:24px !important}
.pT30{padding-top:30px !important}

/* 右 */
.pR0{padding-right:0px !important}
.pR3{padding-right:3px !important}
.pR6{padding-right:6px !important}
.pR8{padding-right:8px !important} 
.pR12{padding-right:12px !important}
.pR18{padding-right:18px !important}
.pR20{padding-right:20px !important}
.pR24{padding-right:24px !important}
.pR30{padding-right:30px !important}
.pR48{padding-right:48px !important}
.pR50{padding-right:50px !important}
.pR220{padding-right:220px !important}

/* 下 */
.pB0{padding-bottom:0px !important}
.pB3{padding-bottom:3px !important}
.pB6{padding-bottom:6px !important}
.pB8{padding-bottom:8px !important}
.pB12{padding-bottom:12px !important}
.pB15{padding-bottom:15px !important}
.pB18{padding-bottom:18px !important}
.pB20{padding-bottom:20px !important}
.pB24{padding-bottom:24px !important}
.pB30{padding-bottom:30px !important}
.pB50{padding-bottom:50px !important}

/* 左 */
.pL0{padding-left:0px !important}
.pL3{padding-left:3px !important}
.pL6{padding-left:6px !important}
.pL8{padding-left:8px !important}
.pL12{padding-left:12px !important}
.pL18{padding-left:18px !important}
.pL20{padding-left:20px !important}
.pL24{padding-left:24px !important}
.pL30{padding-left:30px !important}



/* 上下 */
.pTB0{padding-top:0px;padding-bottom:0px !important}
.pTB3{padding-top:3px;padding-bottom:3px !important}
.pTB6{padding-top:6px;padding-bottom:6px !important}
.pTB9{padding-top:9px;padding-bottom:9px !important}
.pTB10{padding-top:10px;padding-bottom:10px !important}
.pTB12{padding-top:12px;padding-bottom:12px !important}
.pTB18{padding-top:18px;padding-bottom:18px !important}
.pTB24{padding-top:24px;padding-bottom:24px !important}
.pTB30{padding-top:30px;padding-bottom:30px !important}

/* 左右 */
.pRL0{padding-right:0px;padding-left:0px !important}
.pRL3{padding-right:3px;padding-left:3px !important}
.pRL6{padding-right:6px;padding-left:6px !important}
.pRL12{padding-right:12px;padding-left:12px !important}
.pRL18{padding-right:18px;padding-left:18px !important}
.pRL24{padding-right:24px;padding-left:24px !important}
.pRL30{padding-right:30px;padding-left:30px !important}