/**
* Theme Name: Flasaphic Child
* Description: This is a child theme of Flasaphic, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: flasaphic
* Version: 1.0.10
*/

/* widget-area のコンテンツを非表示にする */
.widget-area {
    display: none; /* 要素を完全に非表示にし、スペースも占有しない */
}

/* content-area を中央寄せにする */
.content-area {
    /* メインコンテンツの幅を定義 (例: 900px。適宜調整してください) */
    /* 親テーマのCSSでmax-widthが既に設定されている場合、それに合わせるか、上書きする */
    margin-left: auto; /* 左マージンを自動調整 */
    margin-right: auto; /* 右マージンを自動調整 */
    float: none !important;
}

/* サービスページの料金表 */
.service-price-list {
  border: none !important;
  width: 100% !important;
}
.service-price-list tr {
  border-top: none !important;
  border-bottom: 1px solid #E7E5E5  !important;
}
.service-price-list th{
  border: none !important;
}
.service-price-list th span.service-caption-text {
  display: block;
  margin-top: 5px;
  color: #c2bebe;
}
.service-price-list td{
  border: none !important;
  text-align: right;
  white-space: nowrap;
}
.service-price-list tr:last-child {
  border-top: none !important;
  border-bottom: none !important;
}

