@charset "Shift_JIS";
/* CSS Document */
body {
	margin: 0;
	color:#404040;
	text-align:center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height: 140%;
}
/*----------------------------------------------------
    店舗検索　地図
----------------------------------------------------*/
#shopsearch {
    width: 748px;
    border: 1px solid #cccccc;
    overflow: hidden;
    padding: 0 0 69px;
    margin: 0 auto 50px;
    text-align: left;
}
#shopsearch h1 {
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    background: #ffcc00;
}
/*地図
------------------------------*/
#shopsearch .searchmap_ {
    padding: 0 0 40px;
}
/*ボタン
------------------------------*/
#shopsearch .btn_ {
    width: 360px;
    margin: 0 auto;
}
#shopsearch .btn_ ul {
}
#shopsearch .btn_ ul li {
    float: left;
    display: inline;
    padding:  0 10px;
}

/*----------------------------------------------------
    店舗選択
----------------------------------------------------*/
#shopselect {
    width: 748px;
    margin: 0 auto 50px;
    border: 1px solid #cccccc;
    text-align: left;
    overflow: hidden;
}

#shopselect h1 {
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    background: #ffcc00;
} 
#shopselect .inner_ {
    padding: 20px 19px;
}

/*ナビゲーション
--------------------------------------------------*/
#shopselect #shopselect_nav {
    margin-bottom: 30px;
}
#shopselect #shopselect_nav ul {
    overflow: hidden;
    width: 715px;
}
#shopselect #shopselect_nav ul li {
    float: left;
    display: inline;
    margin: 0 9px 0 0;
    border: 1px solid #cccccc;
}
#shopselect #shopselect_nav ul li a {
    display: block;
    padding:5px 15px;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
#shopselect #shopselect_nav ul li a:hover {
    text-decoration: underline;
}

/*店舗情報
--------------------------------------------------*/
#shopselect .section_ {
    margin-bottom: 35px;
}
#shopselect .section_ h2 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #dd240f;
    padding-bottom: 5px;
    overflow: hidden;
}
#shopselect .section_ .shop_ {
    padding: 20px 10px;
    overflow: hidden;
    border-bottom: 1px dotted #d6d6d6;
}
#shopselect .section_ .shopdetail_ {
    float: left;
    display: inline;
    width: 500px;
}
#shopselect .section_ .shopdetail_ .name_ {
    font-weight: bold;
    margin-bottom: 5px;
}
#shopselect .section_ .shopdetail_ .address_ {
    margin-bottom: 5px;
}
#shopselect .section_ .btn_ {
    float: right;
    display: inline;
    width: 160px;
}
#shopselect .section_ .btn_ li {
    margin-bottom: 5px;
}
#shopselect .section_ .btn_ li img {
    vertical-align: bottom;
}
#shopselect .section_ p.pagetop_ {
    text-align: right;
    padding: 10px 0 0 0;
}
#shopselect .section_ p.pagetop_ a {
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
#shopselect .section_ p.pagetop_ a:hover {
    text-decoration: underline;
}
/*戻るボタン
--------------------------------------------*/
#shopselect .subbtn_ {
    width: 360px;
    margin: 0 auto 20px;
    overflow: hidden;
}
#shopselect .subbtn_ ul {
}
#shopselect .subbtn_ ul li {
    float: left;
    display: inline;
    padding:  0 10px;
}








