@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style {
    border-color: #8D7300;
}

.hpb-parts-hl-style {
    margin-top: 2px;
    margin-bottom: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-color: #8D7300;
}

.hpb-parts-cbox-style {
    border-color: #8D7300;
}

.hpb-parts-hr-style {
    border-color: #8D7300;
}

.hpb-parts-pbox-style {
    border-color: #8D7300;
}
.hpb-parts-pbox-style h4 {
    padding: 0px;
}

.hpb-parts-blist-style {
    border-color: #8D7300;
}
a.hpb-parts-blist-style:link {
    color: #000000 !important;
}
a.hpb-parts-blist-style:visited {
    color: #000000 !important;
}
a.hpb-parts-blist-style:hover {
    color: #8D7300 !important;
}
a.hpb-parts-blist-style:active {
    color: #8D7300 !important;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/

.cal_wrapper {
max-width: 960px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}
