@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. キャッチ
　02. 枠
　03. カラムモジュール
　04. お知らせモジュール
　05. 表組みモジュール
　06. リストモジュール
　07. インデントモジュール
　08. 会社情報スタイル
　09. Business Fieldスタイル
　10. リンクスタイル
　11. 回り込み解除
　12. 区切り線
　13. テキストスタイル
　14. 汎用スタイル

******************************************************************************* */

/* ==

　01. キャッチ

=============================================================================== */
#main .catchImg {
  line-height: 1;
  margin-bottom: 20px;
}
#main .catchImg02 {
  line-height: 1;
  margin: 50px 0;
  font-size: 12px;
  text-align: center;
}
#main .catchImg03 {
  line-height: 1;
  margin: 35px 0;
  font-size: 12px;
  text-align: center;
}
#main .catchImg04 {
  line-height: 1;
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}
#main .categoryTit {
  line-height: 1;
  padding-top: 0;
  font-size: 12px;
}


/* ==

　02. 枠

=============================================================================== */
#main .contFrame01 {
  display: inline-block;
  border: 1px solid #ccc;
  vertical-align: top;
}
#main .contFrame02 img {
	border: 1px solid #ccc;
  vertical-align: top;
}
#main .contFrame03 {
  display: block;
  border: 1px solid #ccc;
  vertical-align: top;
}
#main .contFrame04 {
  display: block;
  border: 1px solid #ccc;
  vertical-align: top;
}


/* ==

　03. カラムモジュール

=============================================================================== */
/* ２カラム
------------------------------------------------------------------------------- */
#main .colBlock01 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock01 .col1 {
  float: left;
  width: 49.4%;
}
#main .colBlock01 .col2 {
  float: right;
  width: 49.4%;
}

#main .colBlock03 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock03 .colImg {
  float: left;
  width: 185px;
}
#main .colBlock03 .colTxt {
  float: right;
  width: 515px;
}

#main .colBlock04 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock04 .colW {
  float: left;
  width: 560px;
}
#main .colBlock04 .colN {
  float: right;
  width: 340px;
}

#main .colBlock05 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock05 .colTxt,
#main .colBlock05 .col1 {
  float: left;
  width: 624px;
}
#main .colBlock05 .colAside,
#main .colBlock05 .col2 {
  float: right;
  width: 305px;
}

#main .colBlock06 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock06 .colW {
  float: left;
  width: 470px;
}
#main .colBlock06 .colN {
  float: right;
  width: 230px;
}

#main .colBlock08 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock08 .col1 {
  float: left;
  width: 465px;
}
#main .colBlock08 .col2 {
  float: right;
  width: 465px;
}

#main .colBlock09 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock09 .colW {
  float: right;
  width: 625px;
}
#main .colBlock09 .colN {
  float: left;
  width: 300px;
}

#main .colBlock10 {
   width: 100%;
   margin-bottom: 25px;
 }
#main .colBlock10 .colW {
  float: left;
  width: 510px;
}
#main .colBlock10 .colN {
  float: right;
  width: 400px;
}

#main .colBlock11 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock11 .colW {
  float: left;
  width: 640px;
}
#main .colBlock11 .colN {
  float: right;
  width: 280px;
}

#main .colBlock12 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock12 .colW {
  float: left;
  width: 670px;
}
#main .colBlock12 .colN {
  float: right;
  width: 275px;
}

#main .colBlock13 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock13 .colW {
  float: left;
  width: 450px;
}
#main .colBlock13 .colN {
  float: right;
  width: 150px;
}

/* 3カラム
------------------------------------------------------------------------------- */
#main .colBlock02 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock02 .col1,
#main .colBlock02 .col2,
#main .colBlock02 .col3{
  float: left;
  width: 300px;
  margin-right: 25px;
}
#main .colBlock02 .col3 {
  margin-right: 0;
}

#main .colBlock07 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock07 .col1,
#main .colBlock07 .col2,
#main .colBlock07 .col3{
  float: left;
  width: 230px;
  margin-right: 20px;
}
#main .colBlock07 .col3 {
  margin-right: 0;
}

/* 4カラム
------------------------------------------------------------------------------- */
#main .colBlock14 {
  width: 100%;
  margin-bottom: 25px;
}
#main .colBlock14 .col1,
#main .colBlock14 .col2,
#main .colBlock14 .col3,
#main .colBlock14 .col4 {
  float: left;
  width: 218px;
  margin-right: 25px;
}
#main .colBlock14 .col4 {
  margin-right: 0;
}

/* オプション
------------------------------------------------------------------------------- */
body #main .opReverse .col1,
body #main .opReverse .colImg,
body #main .opReverse .colW {
  float: right;
}
body #main .opReverse .col2,
body #main .opReverse .colTxt,
body #main .opReverse .colN {
  float: left;
}
body #main .opReverse .colBlock01 .col1,
body #main .opReverse .colBlock01.opReverse .col2 {
	float: left;
}
body #main .opReverse .colBlock01 .col2,
body #main .opReverse .colBlock01.opReverse .col1 {
	float: right;
}


/* ==

　04. お知らせモジュール

=============================================================================== */
#main .newsArea {
  padding: 20px 20px 7px;
  border: 5px solid #eee;
}
#main .newsBlock {
  margin: -7px 0 7px;
}
#main .juchu {
  margin: 0 0 7px;
}
#main .newsBlock dl {
	width: 100%;
  border-bottom: 1px dotted #a09b92;
}
#main .juchu dl {
  width: 100%;
}
#main .juchu dl.even {
  background-color: #f3f3f3;
}
#main .newsBlock dt,
#main .juchu dt {
	display: block;
	float: left;
	width: 13.5%;
  padding: 9px 0 8px;
}
#container #main .newsBlock dt {
  width: 115px;
  padding: 9px 10px 8px 0;
}
#container #main .juchu dt {
  width: 105px;
  padding: 9px 10px 8px;
}
#main .newsBlock dd,
#main .juchu dd {
	float: right;
	width: 86%;
  padding: 9px 0 8px;
}
#container #main .newsBlock dd,
#container #main .juchu dd {
  width: 600px;
}
#main .newsBlock dd a,
#main .juchu dd a {
  display: block;
  padding-left: 15px;
  background: url(/English/common/images/ico_arw04.gif) left 0.6em no-repeat;
}
#main .juchu dd a.pdf {
  margin-left:0;
  padding-left: 22px;
  background: url(/English/common/images/ico_pdf01.gif) left 0.35em no-repeat;
}

#container #main .newsBlock.opWide dt { width: 155px; }
#container #main .newsBlock.opWide dd { width: 540px; }

#main .documents li {
  background-color: #fff
}
#main .documents .even {
  background-color: #f3f3f3
}
#main .documents a {
  display: block;
  padding: 10px 10px 10px 32px;
  background: url(/English/common/images/ico_arw04.gif) 15px 1.3em no-repeat;
}
#main .documents .pdf {
  background: url(/English/common/images/ico_pdf01.gif) 10px 0.95em no-repeat;
}
#main .documents .external {
  background: url(/English/common/images/ico_arw03.gif) 10px 1.2em no-repeat;
}
* html #main .documents a { zoom: 1; }  /* IE6 */
#main .documents .movie {
  background: url(/English/common/images/ico_movie01.gif) 10px 1em no-repeat;
}
#main .documents a span {
  color: #666;
  font-size: 85.4%;
}
#main .newsBlock02 { margin:0 0 25px; }
#main .newsBlock02 dl{
  width: 730px;
}
#main .newsBlock02 .op_wide{
  width: 950px;
}
#main .newsBlock02 dt {
  width: 110px;
}
#main .newsBlock02 dd {
  width: 615px;
  margin: -1.7em 0 9px;
  padding: 0 0 9px 115px;
  border-bottom: 1px dotted #a09b92;
}
#main .newsBlock02 .op_wide dt{
  width: 120px;
}
#main .newsBlock02 .op_wide dd{
  width: 825px;
  margin: -1.7em 0 11px;
  padding: 0 0 10px 125px;
}
#main .newsBlock02 .op_wide .companyName,
#main .newsBlock02 .op_wide .newsTxt {
  display: block;
  color: #333;
}
#main .newsBlock02 .op_wide .companyName {
  margin-bottom: 4px;
}
#main .newsBlock02 .op_wide .newsTxt {
  line-height: 1.5;
  font-size: 114.5%;
}
#main .newsBlock02 dd a {
  display: block;
  padding-left: 18px;
  background: url(/English/common/images/ico_arw04.gif) 3px 0.6em no-repeat;
}
#main .newsBlock02 .op_wide .selflink {
	padding-left: 18px;
	background: url(/English/common/images/ico_arw04.gif) 3px 0.6em no-repeat;	
}
#main .newsBlock02 .op_wide a {
	display: inline;
	padding-left: 0;
	background: none;
	text-decoration: none;
}
#main .newsBlock02 .op_wide a:hover {
	text-decoration: underline;
}
#main .newsBlock dd a.external,
#main .newsBlock02 dd a.external {
  padding-left: 21px;
  background: url(/English/common/images/ico_arw03.gif) 3px 0.45em no-repeat;
}
#main .newsBlock02 .op_wide .external{
	padding-left: 20px;
	background: url(/English/common/images/ico_arw03.gif) left 0.45em no-repeat;
}
#main .newsBlock dd a.pdf,
#main .newsBlock02 dd a.pdf {
  padding-left: 22px;
  background: url(/English/common/images/ico_pdf01.gif) left 0.35em no-repeat;
}
#main .newsBlock02 .op_wide .newsTxt a img {
	vertical-align: middle;
	margin-left: 10px;
}

#main .newsBlock03 {
  margin: 0 0 25px;
}
#main .newsBlock03 dl {
  width: 100%;
  border-bottom: 1px dotted #a09b92;
}
#main .newsBlock03 dt {
  display: block;
  float: left;
  width: 145px;
  padding: 9px 10px 8px;
  background: url(/English/common/images/ico_arw04.gif) right center no-repeat;
}
#main .newsBlock03 dd {
  float: right;
  width: 540px;
  padding: 9px 10px 8px;
}


#main .groupNewsArea {
  margin-top: 10px;
  padding-top: 25px;
}
#main .groupNewsArea p {
  line-height: 1.5;
}
#main .groupNewsTit {
  line-height: 1;
  margin: 0 0 19px;
  padding: 0;
  border-top: 8px solid #e6e6e6;
  background: none;
  font-size: 12px;
  position: relative;
}
#main .groupNewsTit span {
  width: 293px;
  margin-top: -19px;
  background-color: #fff;
}


/* 回り込み解除
------------------------------------------------------------------------------- */
#main .newsBlock dl:after,
#main .newsBlock02 dl:after,
#main .newsBlock03 dl:after,
#main .juchu dl:after { content: ''; display: block; clear: both; height: 0; }


/* ==

　05. 表組みモジュール

=============================================================================== */
#main .dataTable01 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#main .dataTable01 th {
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f3f3f3;
  font-weight: bold;
}
#main .dataTable01 td {
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
#main .dataTable01 ul,
#main .dataTable01 p {
  font-size: 100%;
}


/* ==

　06. リストモジュール

=============================================================================== */
#main .lineList01 li {
  margin-bottom: 10px;
  padding-bottom: 13px;
  background: url(/English/common/images/bg_line01.gif) left bottom repeat-x;
}
#main .lineList01 p {
  font-size: 100%;
}
#main .discList01 li {
  margin-bottom: 5px;
  padding-left: 7px;
  background: url(/English/common/images/ico_disc01.gif) left 0.75em no-repeat;
}
#main .discList02 {}
#main .discList02 li {
  margin-bottom: 5px;
  padding-left: 12px;
  background: url(/English/common/images/ico_disc02.gif) left 0.65em no-repeat;
}
#main .numList li {
  margin: 0 0 5px 2.2em;
  list-style: decimal;
}


/* ==

　07. インデントモジュール

=============================================================================== */
#main .indentBlock01 {
	width: 600px;
	margin: 0 auto 25px;
}


/* ==

　08. 会社情報スタイル

=============================================================================== */
#main .groupTable01 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#main .groupTable01 th {
  width: 30%;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f3f3f3;
  font-weight: bold;
}
#main .groupTable01 td {
  width: 70%;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
#main .groupBlock01 .colImg {
  float: right;
  width: 160px;
}
#main .groupBlock01 .colTxt {
  float: left;
  width: 780px;
}
#main .groupHeader {
  margin: 0 0 20px;
  padding: 0 0 7px;
  border-bottom: 1px solid #999;
}
#main .groupHeader h1 {
  margin: 0 0 0;
  padding: 0;
  border-bottom: none;
}
#main ul.linkListBd.typeGroup li {
  font-weight: bold;
}
#main ul.linkListBd.typeGroup li a span {
  font-weight: normal;
}
#main ul.linkListBd.typeGroup li a span {
  color: #666;
}


/* ==

　09. Business Fieldsスタイル

=============================================================================== */
#main .fieldArea {
  line-height: 1.4;
}

#main .fieldArea section {
  margin-bottom: 30px;
}
#main .fieldArea h3 {
  margin: 0 0 25px;
  padding: 6px 5px 5px;
  border-bottom: none;
  background-color: #a0a0a0;
  color: #fff;
  text-align: center;
}
#main .fieldArea .jigyoBlock {
  width: 950px;
  margin-bottom: 17px;
  padding-bottom: 18px;
  background: url(/English/common/images/bg_line02.gif) left bottom repeat-x;
}
#main .fieldArea .jigyoBlock.lastChild {
  padding-bottom: 0;
  background: none;
}
#main .fieldArea .jigyoBlock .linkTxt {
  line-height: 1.4;
  margin-bottom: 6px;
  padding-left: 12px;
  background-position: left 0.45em;
}
#main .fieldArea .jigyoBlock .col {
  float: left;
  width: 224px;
  margin-right: 18px;
}
#main .fieldArea .jigyoBlock .col .clearfix {
  margin-bottom: 9px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}
#main .fieldArea .jigyoBlock .col .colTxt {
  float: left;
  width: 160px;
}
#main .fieldArea .jigyoBlock .col .colImg {
  float: right;
  width: 50px;
  font-size: 0;
}
#main .fieldArea .jigyoBlock .col .colTxt p {
  line-height: 1.4;
}
#main .fieldArea .jigyoBlock .col .colTxt .catchTxt {
  margin-bottom: 3px;
  line-height: 1.3;
  color: #4c4c4c;
  font-size: 117%;
  font-weight: bold;
}
#main .fieldArea .jigyoBlock .col ul {
  font-size: 100%;
}
#main .fieldArea .jigyoBlock .col li {
  margin-bottom: 2px;
  padding-left: 8px;
  background: url(/English/common/images/ico_disc03.gif) left 0.55em no-repeat;
}
#main .fieldArea .jigyoBlock .lastChild {
  margin-right: 0;
}
#main .typefield {
  background-color: #f4f4f4;
}
#main .typefield .col1 {
	float: left;
	width: 645px;
  text-align: center;
}
#main .typefield .col2 {
	float: right;
	width: 305px;
}
#main .typefield .colIn {
  padding: 10px 10px 8px 13px;
}
#main .typefield dt {
  line-height: 1.6;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
}
#main .typefield dd {
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 14px;
}
#main .typefield ul,
#main .typefield p {
  line-height: 1.5;
  font-size: 14px;
}
#main .typefield ul.fsL {
  font-size: 16px;
}
#main .typefield ul.fsS {
  font-size: 12px;
}
#main .typefield li {
  margin-bottom: 6px;
}
#main .typefield .notes li,
#main .typefield .notesNum li {
  margin-bottom: 2px;
}
#main .typefield em,
#main .typefield b {
  line-height: 1.3;
  margin: 0 2px;
  color: #f90046;
  font-size: 24px;
}
#main .typefield ul.fsL em,
#main .typefield ul.fsL b {
  font-size: 28px;
}
#main .typefield ul.fsS em,
#main .typefield ul.fsS b {
  font-size: 22px;
}
#main .typefield .valMark {
  color: #f90046;
}
#main .typefield .note,
#main .typefield .notes,
#main .typefield .notesNum {
  margin-top: 15px;
}
#main .typefield .fsS,
#main .typefield .fsXS {
  line-height: 1.3;
  font-size: 12px;
  vertical-align: top;
}
#main .colBlock05 .colAside h2 {
  margin-bottom: 10px;
}


/* ==

　10. リンクスタイル

=============================================================================== */
.linkTxt,
.past_index {
	padding-left: 15px;
	background: url(/English/common/images/ico_arw04.gif) 1px 0.55em no-repeat;
}
.past_index {
  font-size: 117%;
}
span.linkTxt,
a.linkTxt {
  display: inline-block;
  margin-left: 5px;
}
.linkExternal {
	padding-left: 18px;
	background: url(/English/common/images/ico_arw03.gif) left 0.45em no-repeat;
}
span.linkExternal,
a.linkExternal {
  display: inline-block;
  margin-left: 5px;
  background-position: left 0.4em;
}
.linkPdf {
  margin-left: 5px;
  padding-left: 21px;
  background: url(/English/common/images/ico_pdf01.gif) left 0.3em no-repeat;
}
.linkList li {
	margin-bottom: 5px;
	padding-left: 13px;
	background: url(/English/common/images/ico_arw04.gif) left 0.65em no-repeat;
}
.linkListS li {
	margin-bottom: 5px;
	padding-left: 7px;
	background: url(/English/common/images/ico_arw02.gif) left 0.7em no-repeat;
}
.linkList .external {
	padding-left: 18px;
	background: url(/English/common/images/ico_arw03.gif) left 0.5em no-repeat;
}
.linkListBd li,
.linkListBdL li {
  margin-bottom: 8px;
  padding-bottom: 9px;
  background: url(/English/common/images/bg_line01.gif) left bottom repeat-x;
}
.linkListBd li a {
  display: block;
  padding-left: 7px;
  background: url(/English/common/images/ico_arw02.gif) left 0.7em no-repeat;
}
.linkListBdL li a {
  display: block;
  padding-left: 13px;
  background: url(/English/common/images/ico_arw04.gif) left 0.6em no-repeat;
}
.linkListBd li .external,
.linkListBdL li .external {
  display: block;
  padding-left: 18px;
  background: url(/English/common/images/ico_arw03.gif) left 0.5em no-repeat;
}
.linkListBd02 li {
  margin-bottom: 8px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e5e5e5;
}
.linkListBd02 li a {
  display: block;
  padding-left: 7px;
  background: url(/English/common/images/ico_arw02.gif) left 0.7em no-repeat;
}
.linkListBd02 li .external {
  display: block;
  padding-left: 18px;
  background: url(/English/common/images/ico_arw03.gif) left 0.5em no-repeat;
}


/* ==

　11. 回り込み解除

=============================================================================== */
.clearfix:after { content: ''; display: block; clear: both; height: 0; }


/* ==

　12. 区切り線

=============================================================================== */
#main .separateT {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
#main .separateB {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

/* ==

　13. テキストスタイル

=============================================================================== */
/* リードブロック
------------------------------------------------------------------------------- */
#main .leadBlock01 {
  margin-bottom: 30px;
  padding: 39px 0 35px;
  border-bottom: 1px solid #ccc;
}
#main .leadBlock02 {
  margin-bottom: 17px;
  padding: 39px 0;
  background: url(/English/common/images/bg_line02.gif) left bottom repeat-x;
}
#main .leadBlock03 {
  padding: 39px 0 35px;
}
#main .leadBlock01 .catchImg03,
#main .leadBlock02 .catchImg03,
#main .leadBlock03 .catchImg03 {
  margin-top: 0;
  margin-bottom: 0;
}
#main .leadTxt {
  color: #333;
  text-align: center;
}

/* 文字サイズ
------------------------------------------------------------------------------- */
.fsXXS,
#main .fsXXS {
  line-height: 1.4;
  font-size: 76%;
}
.fsXS,
#main .fsXS {
  line-height: 1.5;
  font-size: 84%;
}
.fsS,
#main .fsS {
  line-height: 1.6;
  font-size: 100%;
}
.fsM,
#main .fsM {
  line-height: 1.7;
  font-size: 117%;
}
.fsL,
#main .fsL {
  line-height: 1.6;
  font-size: 134%;
}
.fsXL,
#main .fsXL {
  line-height: 1.4;
  font-size: 150%;
}

/* キャプション
------------------------------------------------------------------------------- */
#main .contCapS {
  margin-top: 5px;
}
#main .contCap {
  margin-top: 10px;
}
#main .contCapL {
  margin-top: 15px;
}
#main .contCapXL {
  margin-top: 20px;
}
#main .descCap,
#main .descCapB {
  margin-top: 12px;
  margin-bottom: 6px;
}
#main .descCapB {
  font-weight: bold;
}

/* 注釈
------------------------------------------------------------------------------- */
.notes li {
  margin: 0 0 3px 1em;
  text-indent: -1em;
}
p.notes,
.note {
  margin-left: 1em;
  text-indent: -1em;
}
.notesNum li {
  margin-left: 1.6em;
  margin-bottom: 2px;
  text-indent: -1.6em;
}

/* 数字
------------------------------------------------------------------------------- */
#main .valNum {
  line-height: 1.2;
  margin-bottom: 15px;
  color: #333;
  font-size: 134%;
}
#main .valNum b {
  color: #f90046;
  font-size: 174%;
}

/* ページトップ
------------------------------------------------------------------------------- */
#main .pageTop {
	text-align: right;
}


/* ==

　14. 汎用スタイル

=============================================================================== */
/* 余白調整
------------------------------------------------------------------------------- */
.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; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !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; }

.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; }
.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; }

.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; }

.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; }

.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; }

.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; }

#main .firstChild { margin-top: 0; }
#main .lastChild { margin-bottom: 0; }

/* 幅調整
------------------------------------------------------------------------------- */
.w00 { width: 0 !important; }
.w05p { width: 5% !important; }
.w10p { width: 10% !important; }
.w15p { width: 15% !important; }
.w20p { width: 20% !important; }
.w25p { width: 25% !important; }
.w30p { width: 30% !important; }
.w35p { width: 35% !important; }
.w40p { width: 40% !important; }
.w45p { width: 45% !important; }
.w50p { width: 50% !important; }
.w55p { width: 55% !important; }
.w60p { width: 60% !important; }
.w65p { width: 65% !important; }
.w70p { width: 70% !important; }
.w75p { width: 75% !important; }
.w80p { width: 80% !important; }
.w85p { width: 85% !important; }
.w90p { width: 90% !important; }
.w95p { width: 95% !important; }
.w100p { width: 100% !important; }

/* 位置調整
------------------------------------------------------------------------------- */
.aCenter { text-align: center; }
.aRight { text-align: right; }
.aLeft { text-align: left; }
.vTop { vertical-align: top; }
.vMiddle { vertical-align: middle; }
.vBottom { vertical-align: bottom; }

.aCenter th,
.aCenter td { text-align: center; }
.aRight th,
.aRight td { text-align: right; }
.vTop th,
.vTop td { vertical-align: top; }
.vMiddle th,
.vMiddle td { vertical-align: middle; }