@charset "UTF-8";

/******************************
 * float clear
 ******************************/
.spc-clear {
    clear: both;
}

.spc-clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.spc-clearfix {
    zoom: 1; /* for IE6 */
}

/******************************
 * レイアウト コンテナ (div)
 ******************************/

/* 飾りなし 幅自動 */
.spc-parts-cnt-01 {
    margin: 0px;
    padding: 0px;
    border: none;
    width: auto;
    float: none;
    clear: both;
}

/* 飾りなし 幅60px */
.spc-parts-cnt-01-060 {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 60px;
    float: left;
}

/* 飾りなし 幅120px */
.spc-parts-cnt-01-120 {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 120px;
    float: left;
}

/* 飾りなし 幅180px */
.spc-parts-cnt-01-180 {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 180px;
    float: left;
}

/* 飾りなし 幅240px */
.spc-parts-cnt-01-240 {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 240px;
    float: left;
}

/* 飾りなし 幅360px */
.spc-parts-cnt-01-360 {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 360px;
    float: left;
}

/* 線囲み 幅自動 */
.spc-parts-cnt-02 {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width: auto;
    float: none;
    clear: both;
}

/* 線囲み 幅60px */
.spc-parts-cnt-02-060 {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width: 60px;
    float: left;
}

/* 線囲み 幅120px */
.spc-parts-cnt-02-120 {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width: 120px;
    float: left;
}

/* 線囲み 幅180px */
.spc-parts-cnt-02-180 {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width: 180px;
    float: left;
}

/* 線囲み 幅240px */
.spc-parts-cnt-02-240 {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width: 240px;
    float: left;
}

/* 線囲み 幅360px */
.spc-parts-cnt-02-360 {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width: 360px;
    float: left;
}

/******************************
 * 見出し (h1-h6)
 ******************************/

/* 飾りなし */
.spc-parts-hl-01 {
    margin: 0px;
    padding: 0px 0.2em;
    border: none !important;
    line-height: 1.2em;
}

/* 下線 1 */
.spc-parts-hl-02 {
    margin: 0px;
    padding: 0px 0.2em;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    line-height: 1.2em;
}

/* 下線 2 (2重線) */
.spc-parts-hl-03 {
    margin: 0px;
    padding: 0px 0.2em;
    border-bottom-width: 3px !important;
    border-bottom-style: double !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    line-height: 1.2em;
}

/* 線囲み 1 */
.spc-parts-hl-04 {
    margin: 0px;
    padding: 0px 0.2em;
    border-width: 1px !important;
    border-style: solid !important;
    line-height: 1.2em;
}

/* 線囲み 2 (2重線) */
.spc-parts-hl-05 {
    margin: 0px;
    padding: 0px 0.2em;
    border-width: 3px !important;
    border-style: double !important;
    line-height: 1.2em;
}

/* 飾りつき 1 (左■付き) */
.spc-parts-hl-06 {
    margin: 0px;
    padding: 0px 0px 0px 0.2em;
    border-left-width: 1.2em !important;
    border-left-style: solid !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    line-height: 1.2em;
}

/* 飾りつき 2 (左■付き＆下線) */
.spc-parts-hl-07 {
    margin: 0px;
    padding: 0px 0px 0px 0.2em;
    border-left-width: 1.2em !important;
    border-left-style: solid !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-top-style: none !important;
    border-right-style: none !important;
    line-height: 1.2em;
}

/* 飾りつき 3 (左■付き＆線囲み) */
.spc-parts-hl-08 {
    margin: 0px;
    padding: 0px 0px 0px 0.2em;
    border-style: solid !important;
    border-width: 2px 2px 2px 1.2em !important;
    line-height: 1.2em;
}

/******************************
 * 文章枠 (div)
 ******************************/

/* 装飾なし */
.spc-parts-cbox-01 {
    margin: 0px;
    padding: 5px;
    border: none;
}

/* 線囲み 1 (実線) */
.spc-parts-cbox-02 {
    margin: 0px;
    padding: 4px;
    border-width: 1px;
    border-style: solid;
}

/* 線囲み 2 (点線) */
.spc-parts-cbox-03 {
    margin: 0px;
    padding: 4px;
    border-width: 1px;
    border-style: dotted;
}

/* 線囲み 3 (2重線) */
.spc-parts-cbox-04 {
    margin: 0px;
    padding: 2px;
    border-width: 3px;
    border-style: double;
}

/******************************
 * 写真/画像 (img)
 ******************************/

/* 余白なし */
.spc-parts-img-01 {
    margin: 0px;
    padding: 0px;
    border: none;
    float: left;
}

/* 余白あり */
.spc-parts-img-02 {
    margin: 0px;
    padding: 5px;
    border: none;
    float: left;
}

/* 写真ボックス 左寄せ配置用 */
.spc-parts-img-03 {
    margin: 0px 5px 0px 0px !important;
    padding: 5px;
    border: none;
    float: left;
}

/* 写真ボックス 右寄せ配置用 */
.spc-parts-img-04 {
    margin: 0px 0px 0px 5px !important;
    padding: 5px;
    border: none;
    float: right;
}

/* 複数写真ボックス 左端用 */
.spc-parts-img-05 {
    margin: 0px;
    padding: 5px;
    border: none;
    float: left;
    clear: both;
}

/* 複数写真ボックス 2列目用 */
.spc-parts-img-06 {
    margin: 0px;
    padding: 5px 5px 5px 0px;
    border: none;
    float: left;
}

/* 複数写真ボックス 左端・2行目用 */
.spc-parts-img-07 {
    margin: 0px;
    padding: 0px 5px 5px 5px;
    border: none;
    float: left;
    clear: both;
}

/* 複数写真ボックス 2行目用 */
.spc-parts-img-08 {
    margin: 0px;
    padding: 0px 5px 5px 0px;
    border: none;
    float: left;
}

/******************************
 * 水平線 (hr)
 ******************************/

/* 水平線 1 (実線・細) */
.spc-parts-hr-01 {
    margin: 0.5em 0px;
    border-width: 1px 0px 0px 0px !important;
    border-top-style: solid !important;
}

/* 水平線 2 (実線・太) */
.spc-parts-hr-02 {
    margin: 0.5em 0px;
    border-width: 2px 0px 0px 0px;
    border-top-style: solid;
}

/* 水平線 3 (点線・細) */
.spc-parts-hr-03 {
    margin: 0.5em 0px;
    border-width: 1px 0px 0px 0px;
    border-top-style: dotted;
    height: 0px;
}

/* 水平線 4 (点線・太) */
.spc-parts-hr-04 {
    margin: 0.5em 0px;
    border-width: 2px 0px 0px 0px;
    border-top-style: dotted;
    height: 0px;
}

/* 水平線 5 (破線・細) */
.spc-parts-hr-05 {
    margin: 0.5em 0px;
    border-width: 1px 0px 0px 0px;
    border-top-style: dashed;
}

/* 水平線 6 (破線・太) */
.spc-parts-hr-06 {
    margin: 0.5em 0px;
    border-width: 2px 0px 0px 0px;
    border-top-style: dashed;
}

/* 水平線 7 (2重線) */
.spc-parts-hr-07 {
    margin: 0.5em 0px;
    border-width: 3px 0px 0px 0px;
    border-top-style: double;
}

/******************************
 * 写真ボックス (div)
 ******************************/

/* 飾りなし */
.spc-parts-pbox-01 {
    margin: 5px;
    padding: 0px;
    border: none;
    text-align: left;
    width: auto;
    float: none;
    clear: both;
}

/* 飾りなし 画像幅60px */
.spc-parts-pbox-01-060 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 70px;
    float: left;
}

/* 飾りなし 画像幅120px */
.spc-parts-pbox-01-120 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 130px;
    float: left;
}

/* 飾りなし 画像幅180px */
.spc-parts-pbox-01-180 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 190px;
    float: left;
}

/* 飾りなし 画像幅240px */
.spc-parts-pbox-01-240 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 250px;
    float: left;
}

/* 線囲み */
.spc-parts-pbox-02 {
    margin: 4px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: auto;
    float: none;
}

/* 線囲み 画像幅60px */
.spc-parts-pbox-02-060 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 70px;
    float: left;
}

/* 線囲み 画像幅120px */
.spc-parts-pbox-02-120 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 130px;
    float: left;
}

/* 線囲み 画像幅180px */
.spc-parts-pbox-02-180 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 190px;
    float: left;
}

/* 線囲み 画像幅240px */
.spc-parts-pbox-02-240 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 250px;
    float: left;
}

/* 写真ボックス用 文章領域 */
.spc-parts-pbox-desc {
    margin: 0px;
    padding: 5px 5px 0px 5px;
    border: none;
}

/******************************
 * 複数写真ボックス (div)
 ******************************/

/* 飾りなし 画像幅60px 横2x縦1 */
.spc-parts-mpbox-01-2060 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 135px;
    float: left;
}

/* 飾りなし 画像幅60px 横3x縦1 */
.spc-parts-mpbox-01-3060 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 200px;
    float: left;
}

/* 飾りなし 画像幅60px 横4x縦1 */
.spc-parts-mpbox-01-4060 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 265px;
    float: left;
}

/* 飾りなし 画像幅120px 横2x縦1 */
.spc-parts-mpbox-01-2120 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 255px;
    float: left;
}

/* 飾りなし 画像幅120px 横3x縦1 */
.spc-parts-mpbox-01-3120 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 380px;
    float: left;
}

/* 飾りなし 画像幅120px 横4x縦1 */
.spc-parts-mpbox-01-4120 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 505px;
    float: left;
}

/* 飾りなし 画像幅180px 横2x縦1 */
.spc-parts-mpbox-01-2180 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 375px;
    float: left;
}

/* 飾りなし 画像幅180px 横3x縦1 */
.spc-parts-mpbox-01-3180 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 560px;
    float: left;
}

/* 飾りなし 画像幅180px 横4x縦1 */
.spc-parts-mpbox-01-4180 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 745px;
    float: left;
}

/* 飾りなし 画像幅240px 横2x縦1 */
.spc-parts-mpbox-01-2240 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 495px;
    float: left;
}

/* 飾りなし 画像幅240px 横3x縦1 */
.spc-parts-mpbox-01-3240 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 740px;
    float: left;
}

/* 飾りなし 画像幅240px 横4x縦1 */
.spc-parts-mpbox-01-4240 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 985px;
    float: left;
}

/* 線囲み 画像幅60px 横2x縦1 */
.spc-parts-mpbox-02-2060 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 135px;
    float: left;
}

/* 線囲み 画像幅60px 横3x縦1 */
.spc-parts-mpbox-02-3060 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 200px;
    float: left;
}

/* 線囲み 画像幅60px 横4x縦1 */
.spc-parts-mpbox-02-4060 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 265px;
    float: left;
}

/* 線囲み 画像幅120px 横2x縦1 */
.spc-parts-mpbox-02-2120 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 255px;
    float: left;
}

/* 線囲み 画像幅120px 横3x縦1 */
.spc-parts-mpbox-02-3120 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 380px;
    float: left;
}

/* 線囲み 画像幅120px 横4x縦1 */
.spc-parts-mpbox-02-4120 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 505px;
    float: left;
}

/* 線囲み 画像幅180px 横2x縦1 */
.spc-parts-mpbox-02-2180 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 375px;
    float: left;
}

/* 線囲み 画像幅180px 横3x縦1 */
.spc-parts-mpbox-02-3180 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 560px;
    float: left;
}

/* 線囲み 画像幅180px 横4x縦1 */
.spc-parts-mpbox-02-4180 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 745px;
    float: left;
}

/* 線囲み 画像幅240px 横2x縦1 */
.spc-parts-mpbox-02-2240 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 495px;
    float: left;
}

/* 線囲み 画像幅240px 横3x縦1 */
.spc-parts-mpbox-02-3240 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 740px;
    float: left;
}

/* 線囲み 画像幅240px 横4x縦1 */
.spc-parts-mpbox-02-4240 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 985px;
    float: left;
}

/******************************
 * バナーリスト
 ******************************/

/* 文字型 1 */
.spc-parts-blist-01 {
    margin: 0px;
    padding: 0px;
}
.spc-parts-blist-01 ul {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style-type: none;
    text-align: center;
}
.spc-parts-blist-01 li {
    padding: 0px 5px 5px 5px;
}
.spc-parts-blist-01 li a {
    display: block;
    margin: 0px;
    padding: 5px;
    text-decoration: none;
    border-style: none;
}

/* 文字型 2 */
.spc-parts-blist-02 {
    margin: 0px;
    padding: 0px;
}
.spc-parts-blist-02 ul {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style-type: none;
    text-align: center;
}
.spc-parts-blist-02 li {
    padding: 0px 5px 5px 5px;
}
.spc-parts-blist-02 li a {
    display: block;
    margin: 0px;
    padding: 5px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
}

/* 文字型 3 */
.spc-parts-blist-03 {
    margin: 0px;
    padding: 0px;
}
.spc-parts-blist-03 ul {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style-type: none;
    text-align: center;
}
.spc-parts-blist-03 li {
    padding: 0px 5px 5px 5px;
}
.spc-parts-blist-03 li a {
    display: block;
    margin: 0px auto;
    padding: 5px;
    text-decoration: none;
    border-left-width: 2em;
    border-left-style: solid;
    border-right-width: 2em;
    border-right-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/* 画像付き 1 */
.spc-parts-blist-04 {
    margin: 0px;
    padding: 0px;
}
.spc-parts-blist-04 ul {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style-type: none;
    text-align: left;
}
.spc-parts-blist-04 li {
    padding: 0px 5px 5px 5px;
}
.spc-parts-blist-04 li a {
    display: block;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border-style: none;
    height: 30px;
}
.spc-parts-blist-04 li a img {
    margin: 0px;
    padding: 0px 5px 0px 0px;
    border: none;
    vertical-align: middle;
}

/* 画像付き 2 */
.spc-parts-blist-05 {
    margin: 0px;
    padding: 0px;
}
.spc-parts-blist-05 ul {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style-type: none;
    text-align: left;
}
.spc-parts-blist-05 li {
    padding: 0px 5px 5px 5px;
}
.spc-parts-blist-05 li a {
    display: block;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    height: 30px;
}
.spc-parts-blist-05 li a img {
    margin: 0px;
    padding: 0px 5px 0px 0px;
    border: none;
    vertical-align: middle;
}

/******************************
 * デフォルトスタイル設定
 ******************************/

.spc-parts-cnt-style {
    text-align: left;
}

.spc-parts-hl-style {
    border-color: #cccccc;
}

.spc-parts-cbox-style {
    text-align: left;
}

.spc-parts-hr-style {
    clear: both;
}

.spc-parts-pbox-style {
    border-color: #cccccc;
}

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    min-width: 960px;
    background-image : url(fBg_6Fa_03.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#spc-container{
    background-image : url(footerBg_6Fa.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 10px;
}

#spc-header{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -1px;
}

#spc-headerMain h1{
    margin: 0;
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
}

#spc-headerLogo{
    width: 100%;
}

#spc-headerLogo a{
    display: block;
    margin-left: -3px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    height: 50px;
    color: #666;
    font-size: 2.4em;
    font-weight: bold;
    text-decoration: none;
}

#spc-headerExtra1{
    width: 350px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.2em;
}

#spc-headerExtra1{
    float: right;
    margin-top: -60px;
    padding-right: 20px;
}

#spc-inner{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    zoom: 1;
}

#spc-inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#spc-wrapper{
    width: 960px;
    padding-top: 54px;
}

.spc-layoutset-02 #spc-wrapper{
    width: 639px;
    float: right;
    padding-right: 10px;
}

.spc-layoutset-02 #spc-title{
    width: 639px;
    float: right;
    padding-top: 2px;
}

*:first-child + html .spc-layoutset-02 #spc-title{
    /*for IE7*/
    margin-left: 10px;
}

#spc-main{
    width: 639px;
    float: right;
    padding-right: 10px;
    text-align: left;
}

.spc-layoutset-01 #spc-main{
    padding-top: 10px;
}

#spc-aside{
    width: 280px;
    padding-top: 57px;
    padding-bottom: 20px;
}

.spc-layoutset-01 #spc-aside{
    float: left;
    padding-top: 17px;
}

.spc-layoutset-02 #spc-aside{
    float: left;
    padding-top: 57px;
}

#spc-footer{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    clear: both;
}

#spc-footer:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* コンテンツ配置領域 */
/* トップページメインイメージ */

.spc-layoutset-01 #spc-title{
    width: 960px;
    height: 282px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(top_mainimg_6Fa_02.png);
    background-position: top center;
    background-repeat: no-repeat;
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* ナビゲーション */
#spc-nav{
    width: 960px;
    height: 32px;
    position: absolute;
    top: 1px;
    left: 0px;
    overflow: hidden;
    width: 960px;
    overflow: hidden;
}

#spc-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 1px;
    padding-top: 0;
    padding-right: 2px;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    overflow: hidden;
    background-image : url(mainmenuItem_6Fa.png);
    background-position: top right;
    background-repeat: no-repeat;
}

#spc-nav ul:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#spc-nav li{
    float: left;
    display: inline;
    padding-left: 2px;
    display: inline;
    font-size: 13px;
    height: 32px;
    background-image : url(mainmenuItem_6Fa.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#spc-nav li a{
    overflow: hidden;
    display: block;
    height: 32px;
    text-align: center;
    line-height: 32px;
    padding-top: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

#spc-nav li span.en{
    display: none;
}

* html #spc-nav li a{
    /* ie6用ハック */
    display: inline-block;
}

#spc-nav a:link{
    background-image : url(mainmenu_6Fa.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#spc-nav a:visited{
    background-image : url(mainmenu_6Fa.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#spc-nav a:hover{
    background-image : url(mainmenu_6Fa_on.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#spc-nav a:active{
    background-image : url(mainmenu_6Fa_on.png);
    background-position: top left;
    background-repeat: repeat-x;
}

#spc-nav h3.spc-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

#spc-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.7em;
    text-align: right;
}

#spc-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
    font-size: 12px;
    padding-right: 5px;
    color: #333333;
    font-weight: normal;
}

#spc-headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 12px;
    text-align: right;
    color: #333333;
}


/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */

#spc-headerMain{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

/* フッター内パーツ */
#spc-footerMain{
    width: 400px;
    float: right;
}

#spc-footerMain p{
    /* コピーライト文字設定 */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 1.2;
    text-align: right;
}

#spc-footerLogo
{
}

#spc-footerExtra1{
    width: 400px;
    float: left;
}

#spc-footerExtra1 ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}

#spc-footerExtra1 li{
    /* フッターナビ設定 */
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

#spc-footerExtra1 li a{
    padding-left: 12px;
    padding-right: 15px;
    background-image : url(point_6Fa.png);
    background-position: left center;
    background-repeat: no-repeat;
}

#spc-footerExtra1 a:link{
    color: #333;
    text-decoration: none;
}
#spc-footerExtra1 a:visited{
    color: #333;
    text-decoration: none;
}
#spc-footerExtra1 a:hover{
    color: #333;
    text-decoration: none;
}
#spc-footerExtra1 a:active{
    color: #333;
    text-decoration: none;
}

/* サイドブロック内パーツ */

/* バナー */
#banner{
    border: 1px solid #d9d8d8;
    background-color: #eeeded;
    padding-top: 6px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
}

#banner ul{
    width: 267px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#banner li{
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

#banner li a{
    display: block;
    width: 267px;
    height: 136px;
    text-indent: -9999px;
    overflow: hidden;
    color: #fff;
}

#banner a#banner-pet{
    /* ペット物件バナー */
    background-image : url(banner_6Fa_01.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-resort{
    /* リゾート物件バナー */
    background-image : url(banner_6Fa_02.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-special{
    /* 注目物件バナー */
    background-image : url(banner_6Fa_03.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------
  ナビゲーション設定
--------------------------------------------------------*/


#spc-nav a:link{
    color: #333;
    text-decoration: none;
}
#spc-nav a:visited{
    color: #333;
    text-decoration: none;
}
#spc-nav a:hover{
    text-decoration: none;
}
#spc-nav a:active{
    text-decoration: none;
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #003399;
    text-decoration: underline;
}
a:visited{
    color: #003399;
    text-decoration: underline;
}
a:hover{
    color: #3862b6;
    text-decoration: none;
}
a:active{
    color: #3862b6;
    text-decoration: none;
}

#spc-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
    overflow: visible;
}

p.large{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 5px;
}
p.indent{
    padding-left: 15px;
}

.price{
    color: #ff0000;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.spc-layoutset-02 h2{
    line-height: 42px;
    text-align: left;
    background-image : url(indexBg_6Fa_01.png);
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 1.7em;
    letter-spacing: 0.1em;
    font-weight: normal;
    margin-left: -10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 25px;
}

.spc-layoutset-02 h2 span.ja
{
}

.spc-layoutset-02 h2 span.en{
    display: none;
}

#spc-wrapper h3{
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 25px;
    padding-bottom: 0;
    font-size: 1.4em;
    line-height: 25px;
    text-align: left;
    font-weight: normal;
}

.spc-layoutset-02 #spc-wrapper h3{
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 8px;
    padding-left: 25px;
    padding-bottom: 0;
    font-size: 1.1em;
    line-height: 25px;
    text-align: left;
    background-image : url(indexBg_6Fa_03.png);
    background-position: top left;
    background-repeat: no-repeat;
    font-weight: normal;
}

#spc-wrapper h3 span.en{
    text-transform: capitalize;
}

h3.spc-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 2px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
}

h5{
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: bold;
}

table{
    width: 100%;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #d9d8d8;
}

table th{
    padding-top: 5px;
    padding-right: 16px;
    padding-bottom: 5px;
    padding-left: 9px;
    text-align: left;
    background-color: #eeeded;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #d9d8d8;
    white-space: nowrap;
}

table td{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 8px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #d9d8d8;
}

td p{
    margin-bottom: 0.5em;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 430px;
    height: 200px;
}

input.l{
    width: 430px;
}
input.m{
    width: 250px;
}
input.s{
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#spc-main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#spc-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #5c5c5c;
    background-image : url(point_6Fa.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#spc-main dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#spc-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    width: 170px !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 15px;
    background-image : url(point_6Fa.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#spc-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    padding-left: 185px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    color: #333333;
}
*:first-child + html #spc-main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #spc-main dd{
    /* for IE6 */
    padding-left: 0px;
    height: 20px;
}

#spc-main dl:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#spc-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#spc-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#pagetop{
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: right;
    padding-right: 10px;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 112px;
    height: 25px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image : url(returnTop_6Fa.png);
    background-position: center left;
    background-repeat: no-repeat;
}

/* トップページ デザイン定義 */

#toppage-news{
    width: 630px;
}

#toppage-news h3{
    line-height: 42px;
    text-align: left;
    background-image : url(indexBg_6Fa_01.png);
    background-position: top left;
    background-repeat: no-repeat;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' , 'ヒラギノ明朝 Pro W3' , 'ＭＳ Ｐ明朝' , serif;
    font-size: 1.7em;
    letter-spacing: 0.1em;
}

#toppage-news{
    padding-bottom: 15px;
}
#toppage-news span.ja{
    display: none;
}

/* 店舗情報 */
#toppage-info{
    width: 630px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cfcfcf;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cfcfcf;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cfcfcf;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cfcfcf;
}

#toppage-info img.shopinfo{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

#toppage-info h3{
    line-height: 51px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 22px;
    padding-bottom: 0;
    text-align: left;
    background-image : url(indexBg_6Fa_02.png);
    background-position: top left;
    background-repeat: repeat-x;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , 'MS Mincho' , 'ヒラギノ明朝 Pro W3' , 'ＭＳ Ｐ明朝' , serif;
    font-size: 1.7em;
    letter-spacing: 0.1em;
}

#toppage-info span.ja{
    display: none;
}

#toppage-info h4{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
    font-size: 1.15em;
    padding-left: 22px;
}

#toppage-info h4 span.en{
    color: #000000;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
}

#toppage-info p{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 22px;
    margin-right: auto;
    line-height: 1.5;
}

#toppage-info p.access{
    background-image : url(accessButton_6Fa.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
}

#toppage-info p.access a{
    line-height: 33px;
    width: 104px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

/* 物件詳細 デザイン定義 */
#detail h3{
    background-image: none;
    padding-left: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

#detail-imgbox{
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
}

#detail-imgbox img{
    margin-top: 4px;
    margin-right: 15px;
    margin-bottom: 4px;
    margin-left: 15px;
}


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

.spc-parts-cnt-style
{
    border-color: #d9d8d8;
}

.spc-parts-hl-style
{
    border-color: #d9d8d8;
    clear: both;
}

.spc-parts-cbox-style
{
    border-color: #d9d8d8;
}

.spc-parts-hr-style
{
    border-color: #d9d8d8;
}

.spc-parts-pbox-style
{
    background-color: #e1eaef;
    border-color: #d9d8d8;
}
.spc-parts-pbox-style h4
{
    padding: 0px !important;
}
.spc-parts-pbox-style img
{
    background-color: #e1eaef;
}

.spc-parts-blist-style
{
    background-color: #e1eaef;
    border-color: #d9d8d8;
}
a.spc-parts-blist-style:link
{
    color: #333;
}
a.spc-parts-blist-style:visited
{
    color: #333;
}
a.spc-parts-blist-style:hover
{
    color: #ccc;
}
a.spc-parts-blist-style:active
{
    color: #ccc;
}

/*--------------------------------------------------------
  hpbparts
--------------------------------------------------------*/
/* 飾りなし 幅自動 */
.spc-parts-cnt-01
{
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 5px;
}

/* 飾りなし 幅60px */
.spc-parts-cnt-01-060
{
    margin-bottom: 5px;
    padding: 5px;
}

/* 飾りなし 幅120px */
.spc-parts-cnt-01-120
{
    margin-bottom: 5px;
    padding: 5px;
}

/* 飾りなし 幅180px */
.spc-parts-cnt-01-180
{
    margin-bottom: 5px;
    padding: 5px;
}

/* 飾りなし 幅240px */
.spc-parts-cnt-01-240
{
    margin-bottom: 5px;
    padding: 5px;
}

/* 飾りなし 幅360px */
.spc-parts-cnt-01-360
{
    margin-bottom: 5px;
    padding: 5px;
}

/* 線囲み 幅自動 */
.spc-parts-cnt-02
{
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 5px;
}

/* 線囲み 幅60px */
.spc-parts-cnt-02-060
{
    margin-bottom: 5px;
    padding: 5px;
}

/* 線囲み 幅120px */
.spc-parts-cnt-02-120
{
    margin-bottom: 5px;
    padding: 5px;
}

/* 線囲み 幅180px */
.spc-parts-cnt-02-180
{
    margin-bottom: 5px;
    padding: 5px;
}

/* 線囲み 幅240px */
.spc-parts-cnt-02-240
{
    margin-bottom: 5px;
    padding: 5px;
}

/* 線囲み 幅360px */
.spc-parts-cnt-02-360
{
    margin-bottom: 5px;
    padding: 5px;
}

/******************************
 * 見出し (h1-h6)
 ******************************/

/* 飾りなし */
.spc-parts-hl-01
{
}

/* 下線 1 */
.spc-parts-hl-02
{
}

/* 下線 2 (2重線) */
.spc-parts-hl-03
{
}

/* 線囲み 1 */
.spc-parts-hl-04
{
    padding: 5px 0.2em 5px 25px !important;
    border-bottom-width: 3px !important;
}

/* 線囲み 2 (2重線) */
.spc-parts-hl-05
{
    padding: 5px 0.2em 5px 25px !important;
}

/* 飾りつき 1 (左■付き) */
.spc-parts-hl-06
{
    padding-left: 0.5em !important;
    padding-top: 4px !important;
    border-left-width: 0.5em !important;
    border-left-color: #d9d8d8 !important;
    background-image: none !important;
}

/* 飾りつき 2 (左■付き＆下線) */
.spc-parts-hl-07
{
    padding-left: 0.5em !important;
    padding-top: 4px !important;
    border-left-width: 0.5em !important;
    border-left-color: #d9d8d8 !important;
    border-bottom-width: 1px !important;
    border-bottom-color: #ccc !important;
    border-bottom-style: dotted !important;
    background-image: none !important;
}

/* 飾りつき 3 (左■付き＆線囲み) */
.spc-parts-hl-08
{
    padding-top: 4px !important;
    padding-left: 0.5em !important;
    border-left-width: 0.5em !important;
    border-left-color: #d9d8d8 !important;
    border-top-width: 1px !important;
    border-top-color: #ccc !important;
    border-top-style: dotted !important;
    border-bottom-width: 1px !important;
    border-bottom-color: #ccc !important;
    border-bottom-style: dotted !important;
    border-right-width: 1px !important;
    border-right-color: #ccc;
    background-image: none !important;
}

/******************************
 * 文章枠 (div)
 ******************************/

/* 装飾なし */
.spc-parts-cbox-01
{
    margin-bottom: 5px;
    margin-right: 23px;
}

/* 線囲み 1 (実線) */
.spc-parts-cbox-02
{
    margin-bottom: 5px;
    margin-right: 23px;
}

/* 線囲み 2 (点線) */
.spc-parts-cbox-03
{
    margin-bottom: 5px;
    margin-right: 23px;
}

/* 線囲み 3 (2重線) */
.spc-parts-cbox-04
{
    margin-bottom: 5px;
    margin-right: 23px;
}

/******************************
 * 写真/画像 (img)
 ******************************/

/* 余白なし */
.spc-parts-img-01
{
}

/* 余白あり */
.spc-parts-img-02
{
}

/* 写真ボックス 左寄せ配置用 */
.spc-parts-img-03
{
}

/* 写真ボックス 右寄せ配置用 */
.spc-parts-img-04
{
}

/* 複数写真ボックス 左端用 */
.spc-parts-img-05
{
}

/* 複数写真ボックス 2列目用 */
.spc-parts-img-06
{
}

/* 複数写真ボックス 左端・2行目用 */
.spc-parts-img-07
{
}

/* 複数写真ボックス 2行目用 */
.spc-parts-img-08
{
}

/******************************
 * 水平線 (hr)
 ******************************/

/* 水平線 1 (実線・細) */
.spc-parts-hr-01
{
}

/* 水平線 2 (実線・太) */
.spc-parts-hr-02
{
}

/* 水平線 3 (点線・細) */
.spc-parts-hr-03
{
}

/* 水平線 4 (点線・太) */
.spc-parts-hr-04
{
}

/* 水平線 5 (破線・細) */
.spc-parts-hr-05
{
}

/* 水平線 6 (破線・太) */
.spc-parts-hr-06
{
}

/* 水平線 7 (2重線) */
.spc-parts-hr-07
{
}

/******************************
 * 写真ボックス (div)
 ******************************/

/* 飾りなし */
.spc-parts-pbox-01
{
}

.spc-parts-pbox-01 h4
{
    margin-bottom: 0.5em;
}

/* 飾りなし 画像幅60px */
.spc-parts-pbox-01-060
{
}

/* 飾りなし 画像幅120px */
.spc-parts-pbox-01-120
{
}

/* 飾りなし 画像幅180px */
.spc-parts-pbox-01-180
{
}

/* 飾りなし 画像幅240px */
.spc-parts-pbox-01-240
{
}

/* 線囲み */
.spc-parts-pbox-02
{
}

.spc-parts-pbox-02 h4
{
    margin-bottom: 0.5em;
}

/* 線囲み 画像幅60px */
.spc-parts-pbox-02-060
{
}

/* 線囲み 画像幅120px */
.spc-parts-pbox-02-120
{
}

/* 線囲み 画像幅180px */
.spc-parts-pbox-02-180
{
}

/* 線囲み 画像幅240px */
.spc-parts-pbox-02-240
{
}

/* 写真ボックス用 文章領域 */
.spc-parts-pbox-desc
{
}

.spc-parts-pbox-desc h4
{
    margin-bottom: 0.5em;
}

/******************************
 * 複数写真ボックス (div)
 ******************************/

/* 飾りなし 画像幅60px 横2x縦1 */
.spc-parts-mpbox-01-2060
{
}

/* 飾りなし 画像幅60px 横3x縦1 */
.spc-parts-mpbox-01-3060
{
}

/* 飾りなし 画像幅60px 横4x縦1 */
.spc-parts-mpbox-01-4060
{
}

/* 飾りなし 画像幅120px 横2x縦1 */
.spc-parts-mpbox-01-2120
{
}

/* 飾りなし 画像幅120px 横3x縦1 */
.spc-parts-mpbox-01-3120
{
}

/* 飾りなし 画像幅120px 横4x縦1 */
.spc-parts-mpbox-01-4120
{
}

/* 飾りなし 画像幅180px 横2x縦1 */
.spc-parts-mpbox-01-2180
{
}

/* 飾りなし 画像幅180px 横3x縦1 */
.spc-parts-mpbox-01-3180
{
}

/* 飾りなし 画像幅180px 横4x縦1 */
.spc-parts-mpbox-01-4180
{
}

/* 飾りなし 画像幅240px 横2x縦1 */
.spc-parts-mpbox-01-2240
{
}

/* 飾りなし 画像幅240px 横3x縦1 */
.spc-parts-mpbox-01-3240
{
}

/* 飾りなし 画像幅240px 横4x縦1 */
.spc-parts-mpbox-01-4240
{
}

/* 線囲み 画像幅60px 横2x縦1 */
.spc-parts-mpbox-02-2060
{
}

/* 線囲み 画像幅60px 横3x縦1 */
.spc-parts-mpbox-02-3060
{
}

/* 線囲み 画像幅60px 横4x縦1 */
.spc-parts-mpbox-02-4060
{
}

/* 線囲み 画像幅120px 横2x縦1 */
.spc-parts-mpbox-02-2120
{
}

/* 線囲み 画像幅120px 横3x縦1 */
.spc-parts-mpbox-02-3120
{
}

/* 線囲み 画像幅120px 横4x縦1 */
.spc-parts-mpbox-02-4120
{
}

/* 線囲み 画像幅180px 横2x縦1 */
.spc-parts-mpbox-02-2180
{
}

/* 線囲み 画像幅180px 横3x縦1 */
.spc-parts-mpbox-02-3180
{
}

/* 線囲み 画像幅180px 横4x縦1 */
.spc-parts-mpbox-02-4180
{
}

/* 線囲み 画像幅240px 横2x縦1 */
.spc-parts-mpbox-02-2240
{
}

/* 線囲み 画像幅240px 横3x縦1 */
.spc-parts-mpbox-02-3240
{
}

/* 線囲み 画像幅240px 横4x縦1 */
.spc-parts-mpbox-02-4240
{
}

/******************************
 * バナーリスト
 ******************************/

/* 文字型 1 */
.spc-parts-blist-01
{
    clear: both;
}
.spc-parts-blist-01 ul
{
    margin-bottom: 5px;
}
.spc-parts-blist-01 li
{
    border-bottom: none !important;
    padding: 2px !important;
    padding-left: 0 !important;
    background-image: none !important;
}
.spc-parts-blist-01 li a
{
    padding: 7px !important;
}

/* 文字型 2 */
.spc-parts-blist-02
{
    clear: both;
}
.spc-parts-blist-02 ul
{
    margin-bottom: 5px;
}
.spc-parts-blist-02 li
{
    border-bottom: none !important;
    padding: 2px !important;
    padding-left: 0 !important;
    background-image: none !important;
}
.spc-parts-blist-02 li a
{
    border-style: dotted;
}

/* 文字型 3 */
.spc-parts-blist-03
{
    clear: both;
}
.spc-parts-blist-03 ul
{
    margin-bottom: 5px;
}
.spc-parts-blist-03 li
{
    border-bottom: none !important;
    padding: 2px !important;
    padding-left: 0 !important;
    background-image: none !important;
}
.spc-parts-blist-03 li a
{
    border-left-width: 1em;
    border-right-width: 1em;
    border-right-style: solid;
    border-top-style: dotted;
    border-bottom-style: dotted;
}

/* 画像付き 1 */
.spc-parts-blist-04
{
}
.spc-parts-blist-04 ul
{
    margin-bottom: 5px;
}
.spc-parts-blist-04 li
{
    border-bottom: none !important;
    padding: 2px !important;
    padding-left: 0 !important;
    background-image: none !important;
}
.spc-parts-blist-04 li a
{
}
.spc-parts-blist-04 li a img
{
}

/* 画像付き 2 */
.spc-parts-blist-05
{
}
.spc-parts-blist-05 ul
{
}
.spc-parts-blist-05 li
{
    border-bottom: none !important;
    padding: 2px !important;
    padding-left: 0 !important;
    background-image: none !important;
}
.spc-parts-blist-05 li a
{
    border-style: dotted;
}
.spc-parts-blist-05 li a img
{
}


.shopinfo{
  display: block;
  border: 1px solid #666;
  padding: 5px;
  font-size: 1.0em;
  margin: 5px;
}

.shopinfo h3{
  display: block;
  background-color: #999;
  padding: 2px 5px;
  margin: 0px;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 3px double #CCC;
}


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