@charset "UTF-8";
/*
    Template: togoshi
    Theme Name: togoshi child
    Theme URI: https://www.togoshipark-shika.jp/column/
    Description: 戸越パーク歯科クリニックの子テーマ
    Version: 1.0.0
    Author: 戸越パーク歯科クリニック 
    Author URI: https://www.togoshipark-shika.jp/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
#body_wrap {
  width: 1000px;
  margin: 0 auto;
  background-image: url(/images/bk.gif);
  background-repeat: repeat-y;
}
#breadcrumb {
  width: 953px;
}
#main_content .c-categoryList a:link {
  color: #fff;
}
.index_footer {
  font-size: 15.5px;
}

/* spanボタンでの装飾対応 */
.is-style-btn_normal > span, .is-style-btn_shiny > span {
	box-shadow: var(--tgs-btn_shadow);
}

[class*=is-style-btn_] > span {
    background: var(--the-btn-bg);
    border-radius: var(--the-btn-radius,0);
    display: inline-block;
    letter-spacing: var(--tgs-letter_spacing,1px);
    line-height: 1.5;
    margin: 0;
    min-width: var(--the-min-width);
    padding: var(--the-padding);
    position: relative;
    text-decoration: none;
    width: var(--the-width);
}

.togoshi-block-button > a,.togoshi-block-button > span {
	text-align: center;
	cursor: pointer;
	text-decoration:none !important;
	color:#fff !important;
}

span[class*="togoshi_txt"] {
    cursor: pointer;
    text-decoration: underline;
    color: var(--color_link);
}