@charset "UTF-8";


/* メインコンテンツ部分の文字の大きさ、色、行間の幅を指定するところです。
   デフォルトではfont-sizeが0.85em、colorが#fff、line-heightが1.8emになっています。 */
div#main-inner{
  font-size: 0.85em;
  color: #fff;
  line-height: 1.8em;
}


/* サイドフリーエリア部分の文字の大きさ、色、行間の幅を指定するところです。
   デフォルトではfont-sizeが0.9em、colorが#000、line-heightが1.7emになっています。 */
div.freearea{
  font-size: 0.9em;
  color: #fff;
  line-height: 1.7em;
}


/* テキストリンクの色を指定するところです。
   デフォルトではcolorが#ff0になっています。 */
a{
  color: #ff0;
}


/* テキストリンクにマウスを乗せたときの色を指定するところです。
   デフォルトではcolorが#dddになっています。 */
a:hover{
  color: #ddd;
}


p{      /*  段落間の広さを指定するところです。デフォルトでは1.5em;になっています。 */
  margin-bottom: 1.5em;
}







/* ▼--------------ここより下を修正する必要はないと思います。--------------------------------▼ */

body, h1, h2, h3, h4, h5, h6, ul, ol, table, p{
  margin: 0;
}

ul, ol{
  padding-left: 20px;
}

th, td{
  vertical-align: top;
}

body{
  background-color: #333;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

div#contents, table#footer{
  width: 832px;
}

div#contents{
  margin: 0 auto;
  padding: 5px 10px 0 10px;
  color: #fff;
  background-color: #000;
}

p#logo{
  width: 400px;
  float: left;
  font-size: 1.5em;
  line-height: 2em;
}

p#logo a{
  color: #fff;
}

div#logo-side{
  padding-top: 10px;
  width: 330px;
  float: right;
  font-size: 0.85em;
}

p#phone, #welcome-phone{
  font-family: "Cambria","Times New Roman",sans-serif;
}

p#phone{
  font-size: 1.6em;
  color: #f90;
}

p#phone-description{
  margin-bottom: 10px;
  font-size: 0.8em;
}

div#navi{
  margin-bottom: 0px;
  padding: 8px 0 0 20px;
  height: 32px;
  font-size: 0.95em;
}

p#header-image{
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background: url("../img/base/etc/header-back.png");
}

#wrapper{
  clear: both;
  margin: 0 auto 20px auto;
  padding-top: 20px;
}

div#main-block{
  width: 580px;
  float: left;
}

div#main-inner{
  padding: 10px;
}

h1{
  padding: 3px 0 0 20px;
  font-size: 1.1em;
  font-weight: normal;
}

h2, h3, h4, h5, h6{
  font-size: 1.0em;
}

div#menu-block{
  width: 220px;
  float: right;
  margin-bottom: 40px;
  font-size: 0.7em;
  line-height: 1.6em;
}

div.welcome-block{
  padding: 5px;
  border: 1px solid #f00;
  text-align: center;
}

p.m-header{
  padding: 4px 0 0 10px;
  height: 21px;
  color: #000;
  background: url("../img/base/menu/menu-header.png") no-repeat;
}

p#welcome-phone{
  margin: 5px 0;
  font-size: 2em
}

ul.menuA-blue, .menuA-green, .menuA-pink, .menuA-red, .menuA-yellow{
  margin: 0 10px;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}

.menuA-blue li, .menuA-green li, .menuA-pink li, .menuA-red li, .menuA-yellow li{
  margin-bottom: 10px;
  padding: 6px 0 2px 6px;
}

.menuA-blue  a, .menuA-green a, .menuA-pink a, .menuA-red a, .menuA-yellow a{
  color: #fff;
  text-decoration: none;
}

.menuA-blue a:hover, .menuA-green a:hover, .menuA-pink a:hover, .menuA-red a:hover, .menuA-yellow a:hover{
  color: #ccc;
}

div.freearea{
  padding: 0 10px;
}

table#footer{
  padding: 10px 0;
  font-size: 0.9em;
}

.clearfix:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

* html .clearfix{
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix{
  height: 1%;
}

.clearfix{
  display: block;
}
/* End Hack */ 


/* ▼----------------------------------組み込みクラス ---------------------------------------▼ */

a img{
  border: none;
}

.img-blue{
  border: 8px solid #e6e7ff;
}

.img-gray{
  border: 8px solid #eee;
}

.img-green{
  border: 8px solid #d9ffa7;
}

.img-pink{
  border: 8px solid #ffeeff;
}

.img-yellow{
  border: 8px solid #ffc;
}

.font-small{
  font-size: 0.9em;
}

.contents-blue{
  border-top: 3px solid #5895ff;
}

.contents-green{
  border-top: 2px solid #6f0;
}

.contents-pink{
  border-top: 2px solid #f09;
}

.contents-red{
  border-top: 2px solid #f00;
}

.contents-yellow{
  border-top: 2px solid #ff0;
}

.h1-blue{
  border-top: solid #5895ff 1px;
  border-bottom: solid #5895ff 1px;
}

.h1-green{
  border-top: solid #6f0 1px;
  border-bottom: solid #6f0 1px;
}

.h1-pink{
  border-top: solid #f09 1px;
  border-bottom: solid #f09 1px;
}

.h1-red{
  border-top: solid #f00 1px;
  border-bottom: solid #f00 1px;
}

.h1-yellow{
  border-top: solid #ff0 1px;
  border-bottom: solid #ff0 1px;
}

.headerA,
.headerB-blue, .headerB-green, .headerB-pink, .headerB-red, .headerB-white, .headerB-yellow, 
.headerC-blue, .headerC-green, .headerC-pink, .headerC-red, .headerC-white, .headerC-yellow,
.headerD-blue, .headerD-green, .headerD-pink, .headerD-red, .headerD-white, .headerD-yellow{
  padding: 3px 0 0 10px;
}

.headerA{
  margin: 0;
  padding: 5px 0 3px 10px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
}

.headerB-blue{
  border-top: 1px solid #5895ff;
  border-bottom: 1px solid #5895ff;
}

.headerB-green{
  border-top: 1px solid #6f0;
  border-bottom: 1px solid #6f0;
}

.headerB-pink{
  border-top: 1px solid #f09;
  border-bottom: 1px solid #f09;
}

.headerB-red{
  border-top: 1px solid #f00;
  border-bottom: 1px solid #f00;
}

.headerB-white{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.headerB-yellow{
  border-top: 1px solid #ff0;
  border-bottom: 1px solid #ff0;
}

.headerC-blue{
  border-bottom: 2px solid #5895ff;
}

.headerC-green{
  border-bottom: 2px solid #6f0;
}

.headerC-pink{
  border-bottom: 2px solid #f09;
}

.headerC-red{
  border-bottom: 2px solid #f00;
}

.headerC-white{
  border-bottom: 2px solid #fff;
}

.headerC-yellow{
  border-bottom: 2px solid #ff0;
}

.headerD-blue{
  border-bottom: 2px dotted #5895ff;
}

.headerD-green{
  border-bottom: 2px dotted #6f0;
}

.headerD-pink{
  border-bottom: 2px dotted #f09;
}

.headerD-red{
  border-bottom: 2px dotted #f00;
}

.headerD-white{
  border-bottom: 2px dotted #fff;
}

.headerD-yellow{
  border-bottom: 2px dotted #ff0;
}

.navi-blue{
  color: #eee;
  background: url("../img/base/navi/blue.png") no-repeat;
}

.navi-blue a{
  color: #fff;
}

.navi-blue a:hover{
  color: #eee;
}

.navi-gray{
  color: #eee;
  background: url("../img/base/navi/gray.png") no-repeat;
}

.navi-gray a{
  color: #fff;
}

.navi-gray a:hover{
  color: #eee;
}

.navi-green{
  color: #eee;
  background: url("../img/base/navi/green.png") no-repeat;
}

.navi-green a{
  color: #fff;
}

.navi-green a:hover{
  color: #eee;
}

.navi-orange{
  color: #eee;
  background: url("../img/base/navi/orange.png") no-repeat;
}

.navi-orange a{
  color: #fff;
}

.navi-orange a:hover{
  color: #eee;
}

.navi-red{
  color: #eee;
  background: url("../img/base/navi/red.png") no-repeat;
}

.navi-red a{
  color: #fff;
}

.navi-red a:hover{
  color: #eee;
}

.navi-pink{
  color: #fff;
  background: url("../img/base/navi/pink.png") no-repeat;
}

.navi-pink a{
  color: #fff;
}

.navi-pink a:hover{
  color: #fafafa;
}

.navi-red{
  background: url("../img/base/navi/red.png") repeat-x;
}

.navi-red a{
  color: #fff;
}

.navi-red a:hover{
  color: #eee;
}

table.tableA-blue, .tableA-green, .tableA-lightpink, .tableA-red, .tableA-white, .tableA-yellow,
table.tableB-blue, .tableB-green, .tableB-lightpink, .tableB-red, .tableB-white, .tableB-yellow, .tableC{
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.5em;
}

.tableA-blue th, .tableA-blue td, .tableA-green th, .tableA-green td, .tableA-lightpink th, .tableA-lightpink td,
.tableA-red th, .tableA-red td, .tableA-white th, .tableA-white td, .tableA-yellow th, .tableA-yellow td,
.tableB-blue th, .tableB-blue td, .tableB-green th, .tableB-green td, .tableB-lightpink th, .tableB-lightpink td,
.tableB-red th, .tableB-red td, .tableB-white th, .tableB-white td, .tableB-yellow th, .tableB-yellow td,
.tableC th, .tableC td{
  padding: 5px;
}

.tableA-blue, .tableA-blue th, .tableA-blue td, .tableB-blue{
  border: 1px solid #5895ff;
}

.tableA-green, .tableA-green th, .tableA-green td, .tableB-green{
  border: 1px solid #6f0;
}

.tableA-lightpink, .tableA-lightpink th, .tableA-lightpink td, .tableB-lightpink{
  border: 1px solid #fcc;
}

.tableA-red, .tableA-red th, .tableA-red td, .tableB-red{
  border: 1px solid #f00;
}

.tableA-white, .tableA-white th, .tableA-white td, .tableB-white{
  border: 1px solid #fff;
}

.tableA-yellow, .tableA-yellow th, .tableA-yellow td, .tableB-yellow{
  border: 1px solid #ff0;
}

.tableB-blue th, .tableB-blue td{
  border: 1px dotted #00f;
}

.tableB-green th, .tableB-green td{
  border: 1px dotted #6f0;
}

.tableB-lightpink th, .tableB-lightpink td{
  border: 1px dotted #fcc;
}

.tableB-red th, .tableB-red td{
  border: 1px dotted #f00;
}

.tableB-white th, .tableB-white td{
  border: 1px dotted #fff;
}

.tableB-yellow th, .tableB-yellow td{
  border: 1px dotted #ff0;
}

.tableC th, .tableC td{
  border-bottom: 1px dotted #fff;
}

div.blockA-blue, .blockA-green, .blockA-pink, .blockA-red, .blockA-white, .blockA-yellow,
.blockB-blue, .blockB-green, .blockB-pink, .blockB-red, .blockB-white, .blockB-yellow,
.blockC-blue, .blockC-green, .blockC-orange, .blockC-red, .blockC-pink, .blockC-white, .blockC-yellow,
.blockC-lightblue, .blockC-lightgreen, .blockC-lightpink, .blockC-lightyellow,
.block-section{
  padding: 5px;
}

.blockA-blue{
  border: 1px solid #5895ff;
}

.blockA-green{
  border: 1px solid #6f0;
}

.blockA-pink{
  border: 1px solid #f09;
}

.blockA-red{
  border: 1px solid #f00;
}

.blockA-white{
  border: 1px solid #fff;
}

.blockA-yellow{
  border: 1px solid #fc0;
}

.blockB-blue{
  border: 1px dashed #00f;
}

.blockB-green{
  border: 1px dashed #6f0;
}

.blockB-pink{
  border: 1px dashed #f09;
}

.blockB-red{
  border: 1px dashed #f00;
}

.blockB-white{
  border: 1px dashed #fff;
}

.blockB-yellow{
  border: 1px dashed #ff0;
}

.blockC-blue{
  border: 10px solid #5c96e3;
}

.blockC-gray{
  border: 10px solid #ccc;
}

.blockC-green{
  border: 10px solid #6c3;
}

.blockC-orange{
  border: 10px solid #f90;
}

.blockC-pink{
  border: 10px solid #f9f;
}

.blockC-red{
  border: 10px solid #f00;
}

.blockC-white{
  border: 10px solid #fff;
}

.blockC-yellow{
  border: 10px solid #ff0;
}

.blockC-lightblue{
  border: 10px solid #d0e2fa;
}

.blockC-lightgreen{
  border: 10px solid #daf0cc;
}

.blockC-lightpink{
  border: 10px solid #fdf;
}

.blockC-lightyellow{
  border: 10px solid #fffecc;
}

ul.list-check-blue li, .list-check-green li, .list-check-red li, .list-check-white li{
  list-style: none;
  margin-bottom: 8px;
  padding: 5px 0 5px 40px;
  min-height: 21px;
  height: auto !important;
  height: 21px;
}

.list-check-blue li{
  background: url("../img/base/list/list-check-blue.png") no-repeat;
}

.list-check-green li{
  background: url("../img/base/list/list-check-green.png") no-repeat;
}

.list-check-red li{
  background: url("../img/base/list/list-check-red.png") no-repeat;
}

.list-check-white li{
  background: url("../img/base/list/list-check-white.png") no-repeat;
}

.list-circle-blue li, .list-circle-green li, .list-circle-red li, .list-circle-white li, .list-circle-yellow li{
  list-style: none;
  padding-left: 28px;
}

.list-circle-blue li{
  background: url("../img/base/list/list-circle-blue.png") no-repeat left center;
}

.list-circle-green li{
  background: url("../img/base/list/list-circle-green.png") no-repeat left center;
}

.list-circle-red li{
  background: url("../img/base/list/list-circle-red.png") no-repeat left center;
}

.list-circle-white li{
  background: url("../img/base/list/list-circle-white.png") no-repeat left center;
}

.list-circle-yellow li{
  background: url("../img/base/list/list-circle-yellow.png") no-repeat left center;
}

ul.list-squareA-blue li, .list-squareA-green li, .list-squareA-red li, .list-squareA-white li, .list-squareA-yellow li,
.list-squareB-blue li, .list-squareB-green li, .list-squareB-red li, .list-squareB-white li, .list-squareB-yellow li{
  list-style: none;
  margin-bottom: 8px;
}

.list-squareA-blue li, .list-squareA-green li, .list-squareA-red li, .list-squareA-white li, .list-squareA-yellow li{
  padding: 0 0 0 25px;
  min-height: 24px;
  height: auto !important;
  height: 24px;
}

.list-squareB-blue li, .list-squareB-green li, .list-squareB-red li, .list-squareB-white li, .list-squareB-yellow li{
  padding: 3px 0 3px 25px;
  min-height: 18px;
  height: auto !important;
  height: 18px;
  border-bottom: 1px dotted #fff;
}

.list-squareA-blue li, .list-squareB-blue li{
  background: url("../img/base/list/list-square-blue.png") no-repeat left center;
}

.list-squareA-green li, .list-squareB-green li{
  background: url("../img/base/list/list-square-green.png") no-repeat left center;
}

.list-squareA-red li, .list-squareB-red li{
  background: url("../img/base/list/list-square-red.png") no-repeat left center;
}

.list-squareA-white li, .list-squareB-white li{
  background: url("../img/base/list/list-square-white.png") no-repeat left center;
}

.list-squareA-yellow li, .list-squareB-yellow li{
  background: url("../img/base/list/list-square-yellow.png") no-repeat left center;
}

div.no1-blue, .no2-blue, .no3-blue, .no4-blue, .no5-blue, .no6-blue, .no7-blue, .no8-blue, .no9-blue,
.no1-green, .no2-green, .no3-green, .no4-green, .no5-green, .no6-green, .no7-green, .no8-green, .no9-green,
.no1-white, .no2-white, .no3-white, .no4-white, .no5-white, .no6-white, .no7-white, .no8-white, .no9-white
{
  margin: 0 0 8px 15px;
  padding: 5px 0 5px 40px;
  min-height: 24px;
  height: auto !important;
  height: 24px;
}

.no1-blue{
  background: url("../img/base/no/no1-blue.png") no-repeat;
}

.no2-blue{
  background: url("../img/base/no/no2-blue.png") no-repeat;
}

.no3-blue{
  background: url("../img/base/no/no3-blue.png") no-repeat;
}

.no4-blue{
  background: url("../img/base/no/no4-blue.png") no-repeat;
}

.no5-blue{
  background: url("../img/base/no/no5-blue.png") no-repeat;
}

.no6-blue{
  background: url("../img/base/no/no6-blue.png") no-repeat;
}

.no7-blue{
  background: url("../img/base/no/no7-blue.png") no-repeat;
}

.no8-blue{
  background: url("../img/base/no/no8-blue.png") no-repeat;
}

.no9-blue{
  background: url("../img/base/no/no9-blue.png") no-repeat;
}

.no1-green{
  background: url("../img/base/no/no1-green.png") no-repeat;
}

.no2-green{
  background: url("../img/base/no/no2-green.png") no-repeat;
}

.no3-green{
  background: url("../img/base/no/no3-green.png") no-repeat;
}

.no4-green{
  background: url("../img/base/no/no4-green.png") no-repeat;
}

.no5-green{
  background: url("../img/base/no/no5-green.png") no-repeat;
}

.no6-green{
  background: url("../img/base/no/no6-green.png") no-repeat;
}

.no7-green{
  background: url("../img/base/no/no7-green.png") no-repeat;
}

.no8-green{
  background: url("../img/base/no/no8-green.png") no-repeat;
}

.no9-green{
  background: url("../img/base/no/no9-green.png") no-repeat;
}

.no1-white{
  background: url("../img/base/no/no1-white.png") no-repeat;
}

.no2-white{
  background: url("../img/base/no/no2-white.png") no-repeat;
}

.no3-white{
  background: url("../img/base/no/no3-white.png") no-repeat;
}

.no4-white{
  background: url("../img/base/no/no4-white.png") no-repeat;
}

.no5-white{
  background: url("../img/base/no/no5-white.png") no-repeat;
}

.no6-white{
  background: url("../img/base/no/no6-white.png") no-repeat;
}

.no7-white{
  background: url("../img/base/no/no7-white.png") no-repeat;
}

.no8-white{
  background: url("../img/base/no/no8-white.png") no-repeat;
}

.no9-white{
  background: url("../img/base/no/no9-white.png") no-repeat;
}

div.answer-blue, .answer-gray, .answer-green, .answer-orange, .answer-pink,
.question-blue, .question-gray, .question-green, .question-orange, .question-pink{
  padding: 8px 5px 5px 40px;
  min-height: 30px;
  height: auto !important;
  height: 30px;
  background-position: 3px 2px;
  background-repeat: no-repeat;
}

.answer-blue, .answer-gray, .answer-green, .answer-orange, .answer-pink{
  margin: 0 0 0 40px;
}

.answer-blue{
  background-image: url("../img/base/qa/a-blue.png");
}

.answer-gray{
  background-image: url("../img/base/qa/a-gray.png");
}

.answer-green{
  background-image: url("../img/base/qa/a-green.png");
}

.answer-orange{
  background-image: url("../img/base/qa/a-orange.png");
}

.answer-pink{
  background-image: url("../img/base/qa/a-pink.png");
}

.question-blue, .question-gray, .question-green, .question-orange, .question-pink{
  margin: 0 0 10px 5px;
  border: 1px solid #ccc;
}

.question-blue{
  background-image: url("../img/base/qa/q-blue.png");
}

.question-gray{
  background-image: url("../img/base/qa/q-gray.png");
}

.question-green{
  background-image: url("../img/base/qa/q-green.png");
}

.question-orange{
  background-image: url("../img/base/qa/q-orange.png");
}

.question-pink{
  background-image: url("../img/base/qa/q-pink.png");
}

hr.line-blue{
  color: #5895ff;
}

.line-green{
  color: #3c0;
}

.line-orange{
  color: #f60;
}

.line-pink{
  color: #f09;
}

.line-red{
  color: #f00;
}

.line-white{
  color: #fff;
}

.line-yellow{
  color: #ff0;
}

.menuA-blue li{
  border-bottom: 1px dotted #5895ff;
}

.menuA-green li{
  border-bottom: 1px dotted #6f0;
}

.menuA-pink li{
  border-bottom: 1px dotted #f09;
}

.menuA-red li{
  border-bottom: 1px dotted #f00;
}

.menuA-yellow li{
  border-bottom: 1px dotted #ff0;
}

.footer-blue{
  border-top: 1px solid #5895ff;
}

.footer-green{
  border-top: 1px solid #6f0;
}

.footer-pink{
  border-top: 1px solid #f09;
}

.footer-red{
  border-top: 1px solid #f00;
}

.footer-yellow{
  border-top: 1px solid #ff0;
}

.footer-blue, .footer-blue a, .footer-green,.footer-green a, .footer-red, footer-red a,
.footer-yellow, .footer-yellow a{
  color: #fff;
}