/* CSS Document */
/* --------------------------------------------------------------------
	tominshinpan
/* --------------------------------------------------------------------
	00. variable
	01. #consulting
	02. #content
	03. section
	
	
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------

	00. variable
	
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------

	01. consulting
	
-------------------------------------------------------------------- */
h1.mmpp_system {
  color: #003357;
  font-size: 1.1em;
  padding: 4px 0px; }

h1.mmpp_merit {
  color: #003357;
  font-size: 1.1em;
  padding: 4px 0px; }

p.mmpp_notice {
  margin: 48px 0;
  color: #ff0000;
  font-size: 0.8em; }

table.ppmmtable {
  margin: 20px auto;
  border-top: 1px solid #e5e5e5; }
  table.ppmmtable tr > td {
    background: #e5e5e5;
    border-bottom: 1px solid #fff;
    padding: 8px;
    font-size: 0.8em; }
    table.ppmmtable tr > td ~ td {
      background: #fff;
      border-bottom: 1px solid #e5e5e5;
      border-right: 1px dotted #e5e5e5; }
    table.ppmmtable tr > td:last-child {
      border-right: none; }
  table.ppmmtable tr td.rent01 {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px dotted #e5e5e5; }
  table.ppmmtable tr td.rent02 {
    width: 10%;
    border-right: 1px solid #fff; }
  table.ppmmtable tr td.rent03 {
    width: 15%;
    border-bottom: 1px solid #fff;
    background: #e5e5e5; }
  table.ppmmtable tr:last-child td {
    border-bottom: none !important; }

ul.mmpp_li li {
  width: 345px;
  border-top: 3px solid #dfdfdf;
  float: left; }
  ul.mmpp_li li:nth-child(1) {
    margin: 20px 0 0 0px; }
  ul.mmpp_li li:nth-child(2) {
    margin: 20px 0 0 20px; }
  ul.mmpp_li li:nth-child(3) {
    margin: 20px 0 0 0px; }
  ul.mmpp_li li:nth-child(4) {
    margin: 20px 0 0 20px; }
  ul.mmpp_li li p {
    height: 114px;
    border-top: 1px solid #fff;
    padding: 30px 36px 0 100px;
    font-size: 0.9em;
    line-height: 1.6em; }
  @media screen and (max-width: 767px) {
    ul.mmpp_li li {
      float: none;
      text-align: center; }
      ul.mmpp_li li:nth-child(1) {
        margin: 20px 0 0 0px; }
      ul.mmpp_li li:nth-child(2) {
        margin: 20px 0 0 0px; }
      ul.mmpp_li li:nth-child(3) {
        margin: 20px 0 0 0px; }
      ul.mmpp_li li:nth-child(4) {
        margin: 20px 0 0 0px; } }

ul.mmpp_li li:nth-child(1) p {
  background: #f8f8f8 url(../img/consulting/bg_ppmm_merit01.png) no-repeat 30px 30px; }

ul.mmpp_li li:nth-child(2) p {
  background: #f8f8f8 url(../img/consulting/bg_ppmm_merit02.png) no-repeat 30px 30px; }

ul.mmpp_li li:nth-child(3) p {
  background: #f8f8f8 url(../img/consulting/bg_ppmm_merit03.png) no-repeat 30px 30px; }

ul.mmpp_li li:nth-child(4) p {
  background: #f8f8f8 url(../img/consulting/bg_ppmm_merit04.png) no-repeat 30px 30px; }

.flexslider {
  margin: 20px auto; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0);
  cursor: default; }
