@charset "shift-jis";
/*------------------------------------------------------------------


	
------------------------------------------------------------------*/

/* ----- Common CSS Import ----- */

@import url("com-tag.css");
@import url("com-layout.css");
@import url("com-content.css");
@import url("com-style.css");

/* ----- Exit ----- */

/* トップイメージ */
h2#ImageBox {
    width: 960px;
    height: 300px;
    margin-bottom: 30px;
}

/* h3　設定 */
h3.news {
    display: block;
    width: 700px;
    height: 35px;
    background: url(../../images/h3News.jpg) no-repeat;
    text-decoration: none;
}

h3.pickup {
    width: 700px;
    height: 35px;
    background: url(../../images/h3Pickup.jpg) no-repeat;
    text-decoration: none;
    display: block;
}

h3.privacy {
    width: 700px;
    height: 35px;
    background: url(../../images/h3Privacy.jpg) no-repeat;
    text-decoration: none;
    display: block;
}

h3.therapy {
    width: 700px;
    height: 35px;
    background: url(../../images/h3Therapy.jpg) no-repeat;
    text-decoration: none;
    display: block;
}	

h3.bbs {
    width: 700px;
    height: 35px;
    background: url(../../images/h3Bbs.jpg) no-repeat;
    text-decoration: none;
    display: block;
}	

h3.link {
    width: 700px;
    height: 35px;
    background: url(../../images/h3link.jpg) no-repeat;
    text-decoration: none;
    display: block;
}

h3.recommend {
    width: 700px;
    height: 35px;
    background: url(../../images/h3Recommend.jpg) no-repeat;
    text-decoration: none;
    display: block;
}

/* 新着情報 */
div.newsEntryBox {
    width: 700px;
    margin-bottom: 40px;
}

.newsEntryBox dl.first {
    width: 700px;
    border-bottom: #ccc dotted 1px;	
    padding-top: 5px;
    padding-bottom: 15px;
}

.newsEntryBox dl {
    width: 700px;
    border-bottom: #ccc dotted 1px;	
    padding-top: 15px;
    padding-bottom: 15px;
}

.newsEntryBox dt {
    width: 120px;
    float: left;
    display: inline;	
    margin-left: 25px;
}
	
.newsEntryBox dd {
    width: 545px;
    float: left;
    display: inline;	
    margin-left: 10px;
}

/* TOPページ　カラーボタン */
.top_color {
    padding-bottom: 20px;
}

/* プライバシーポリシー */
#BetaColumn ul li {
    list-style-type: disc;
    margin-left: 15px;
}

/* 栄養療法 */
.therapyImage div.image {
    width: 250px;
    float: left;
    display: block;	
    margin-bottom: 25px;
}

.therapyImage div.detail {
    width: 420px;	
    float: left;
    display: block;
    margin-left: 15px;
}

/* お客様の声 */
div.detail_bbs {
    margin-top: 10px;
} 

div.detail_bbs p {
    padding-top: 15px;
    line-height: 1.8;
}

div.detail_bbs div.endline img {
    margin-top: 15px;
    margin-bottom: 20px;
}

/* おすすめの飲食店 */
div.detail_recommend {
    margin-top: 10px;
} 

div.detail_recommend h4 {
    padding: 0 10px;
}

div.detail_recommend p {
    padding: 15px 20px 0;
    line-height: 1.8;
}

div.detail_recommend div.endline img {
    margin-top: 15px;
    margin-bottom: 20px;
}