@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

index CSS File

File Name		index.css
Note			インデックス用スタイルシート


New Creation	09.06.03
Update			10.02.24


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1. main
2. sub

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1. main
----------------------------------------------------------------------*/
#main div {
  margin-bottom: 30px;
}

#main #notice {
  position: relative;
  /*	margin-top:15px;*/
  margin-bottom: 34px;
  /*	min-height:372px;*/
}

* html #main #notice {
  height: 372px;
}

#main #notice .wrapper {
  /*	margin:30px 0px 0px 210px;*/
  float: right;
  display: inline;
  margin: 28px 25px 0px 0px;
  width: 433px;
}

#main #notice p {
  padding: 11px 4px 20px 6px;
  font-size: 1.3em;
  line-height: 1.692em;
  /*	color:#898989;*/
}

#main #notice p .note {
  display: inline-block;
  float: right;
  font-size: 0.7692307692em;
}

#main #notice ul li {
  float: left;
  display: inline;
  margin: 13px 20px 0px 0px;
}

#main #notice ul .even {
  margin-right: 0px;
}

#main #notice .m-attention {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  transition: compact(opacity 0.15s linear, false, false, false, false, false, false, false, false, false);
  margin: 0 4px 7px 6px;
  background: #fff;
  border: 1px solid #d63228;
}

#main #notice .m-attention:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#main #notice .m-attention a {
  display: block;
}

#main #notice .m-attention-title a {
  padding: 12px 12px 7px;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #d63228;
}

#main #notice .m-attention-text {
  padding: 0;
}

#main #notice .m-attention-text a {
  padding: 0 12px 9px;
  line-height: 1.5;
  color: #898989;
}

#main #notice #doctor {
  /*	position:absolute;
	top:0px;
	left:23px;*/
  float: left;
  display: inline;
  /*	margin-top:-387px;*/
  margin-left: 23px;
  width: 158px;
}

#main #notice #doctor dd {
  /*	padding:7px 10px 0px;*/
  padding: 7px 0px 0px;
  background: none;
  font-size: 1em;
  line-height: 1.6em;
  color: #898989;
}

* html #main #notice #doctor .text {
  padding: 14px 10px 15px;
}

#main #ranking {
  margin-bottom: 27px;
  padding-bottom: 20px;
  background: url(../../img/pc/index_ranking_bg_footer.gif) 22px bottom no-repeat;
}

#main #ranking h3 {
  margin: 0px 19px 0px 22px;
}

#main #ranking p {
  margin: 0px 19px 0px 22px;
  padding: 12px 0px 10px;
  background: url(../../img/pc/index_ranking_bg.gif) left top repeat-y;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
}

#main #ranking ol {
  background: url(../../img/pc/index_ranking_bg.gif) left top repeat-y;
}

#main #ranking ol li {
  float: left;
  display: inline;
}

#main #point {
  margin-bottom: 45px;
}

#main #point h3 {
  text-align: center;
}

#main #point ul {
  padding: 0px 19px 0px 22px;
  background: url(../../img/pc/point_bg.gif) center top no-repeat;
}

#main #point ul li {
  background-position: left top;
  background-repeat: no-repeat;
}

#main #point ul .point1 {
  background-image: url(../../img/pc/point1_h.gif);
}

#main #point ul .point2 {
  background-image: url(../../img/pc/point2_h.gif);
}

#main #point ul .point3 {
  background-image: url(../../img/pc/point3_h.gif);
}

#main #point ul li a {
  width: 627px;
  height: 88px;
}

#main #point ul .point2 a {
  height: 89px;
}

#main #point p {
  text-align: center;
}

#main .m-summary {
  margin-bottom: 45px;
}

#main .m-summary-title {
  margin-bottom: 12px;
  font-size: 1.4em;
  color: #537272;
}

#main .m-summary-title span {
  float: right;
  line-height: 1.4;
  font-size: 10px;
  color: #595959;
}

#main .m-summary-table {
  border: 1px solid #c9c9ca;
  background: #fff;
  color: #898989;
}

#main .m-summary-table .m-operation-item {
  margin-bottom: 4px;
}

#main .m-summary-table .m-operation-item:last-child {
  margin: 0;
}

#main .m-summary-table .inner-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #537272;
}

#main .m-summary-table th,
#main .m-summary-table td {
  border: 1px solid #c9c9ca;
}

#main .m-summary-table td,
#main .m-summary-table li {
  text-align: justify;
  line-height: 1.6;
}

#main .m-summary-table td {
  vertical-align: top;
}

#main .m-summary-table li {
  margin-left: 1em;
  text-indent: -1em;
}

#main .m-summary-table li::before {
  content: '●';
  color: #78a5a0;
}

#main .m-summary-table thead th {
  box-sizing: border-box;
  width: 245px;
  text-align: center;
  line-height: 2;
}

#main .m-summary-table thead th:nth-child(-n + 2) {
  padding-left: .5em;
  letter-spacing: .5em;
}

#main .m-summary-table thead .operation {
  width: 180px;
  background: #cce2df;
}

#main .m-summary-table tbody th,
#main .m-summary-table tbody td {
  padding: 7px 10px;
}

#main .m-summary-table tbody th {
  background: #cce2df;
}

/*3つの外来ボタン*/
#main #footBtn {
  margin-left: 7px;
}

#main #footBtn h3 {
  margin-bottom: 12px;
}

#main #footBtn ul {
  width: 654px;
  overflow: hidden;
}

#main #footBtn li {
  width: 210px;
  float: left;
  margin-right: 12px;
}

#main #footBtn .last {
  margin: 0;
}

/*----------------------------------------------------------------------
2. sub
----------------------------------------------------------------------*/
#sub #qaranking {
  margin-bottom: 11px;
}
