@charset "utf-8";

/* ==========================================
 
全ページ共通部分

========================================== */

/* サイトデフォルト文字色 */

body { color: #333333; }

a:link { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:hover { color: #666; text-decoration: underline; }


/* サイト全体の背景色 */

body { background: #fff; }


/* ヘッダ上部オビの背景色・リンク色 */

#site_header_wrapper #header_description { background: #fff; }
    #site_header_wrapper #header_description h1 { background: #fff; }

    #site_header_wrapper #header_description h1 { color : #000;}
    #site_header_wrapper #header_description h1 a:link { color: #000; text-decoration: none;}
    #site_header_wrapper #header_description h1 a:visited { color: #000; text-decoration: none;}
    #site_header_wrapper #header_description h1 a:hover { color: #666; text-decoration: underline;}



/* ヘッダ */
	
	/* ヘッダ部背景 */
	#site_header_wrapper #site_title_bg {
		background: none;
		
	}
	
	/* ロゴの位置 */
	#site_header_wrapper #site_title .logo {
		left: 120px;
		top: 3px;
	}
    
    /* お問い合わせボタンの位置 */
    #site_header_wrapper #site_title .btn {
        right: 150px;
        bottom: 17px;
    }

/* 休診日のお知らせボタン */
    #site_header_wrapper #site_title .btn02 {
        right: 150px;
        bottom: 18px;
}

/* ヘッダメニュー */

#site_header_wrapper #global_nav {
	background: none;
}

#site_header_wrapper #global_nav nav ul { 
    width: 980px;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 0 0;
    padding-left: 650px;
    position: relative;
}

#site_header_wrapper #global_nav nav ul li {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal; 
    text-align: center;
    margin-right: 15px;
}
            
    #site_header_wrapper #global_nav nav ul a:link { color: #000; text-decoration: none; }
    #site_header_wrapper #global_nav nav ul a:visited { color: #000; text-decoration: none; }
    #site_header_wrapper #global_nav nav ul a:hover { color: #666; text-decoration: none; }
        
    #site_header_wrapper #global_nav nav ul li.header_menu_left {
        background: none;
    }
            
    #site_header_wrapper #global_nav nav ul li.header_menu_center {
        background: none;
    }
            
    #site_header_wrapper #global_nav nav ul li.header_menu_right {
        background: none;
    }



/* サイドバー */

#main_wrapper #sidebar_wrapper #sidebar h3 {
        text-align: center;
        color: #ffffff;
        font-size: 17px;
        font-weight: bold;
        width: 260px;
        height: 40px;
        line-height: 40px;
        background: url('/res/images/common/sidebar_title_bg.png') no-repeat;
        margin: 0 0 7px 0;
}
    
    #main_wrapper #sidebar_wrapper #sidebar ul {
        margin: 0 0 0 0;
    }
    
    #main_wrapper #sidebar_wrapper #sidebar ul li a {
        text-align: left;
        display: block;
        font-size: 14px;
        font-weight: bold;
        width: 245px;
        height: 30px;
        line-height: 30px;
        background: url('/res/images/common/sidebar_menu_bg.jpg') no-repeat;
        margin: 0 0 3px 0;
        padding: 0 0 0 20px;
    }
    
        #main_wrapper #sidebar_wrapper #sidebar ul li a:link { color: #000; text-decoration: none; }
        #main_wrapper #sidebar_wrapper #sidebar ul li a:visited { color: #000; text-decoration: none; }
        #main_wrapper #sidebar_wrapper #sidebar ul li a:hover { color: #666; text-decoration: none; }



/* フッターの背景色と文字色 */


#site_footer_wrapper { background: #000; }   
#site_footer_wrapper #site_footer { background: #000; color: #ffffff; }

    #site_footer_wrapper a:link { color: #ffffff; text-decoration: none; }
    #site_footer_wrapper a:visited { color: #ffffff; text-decoration: none; }
    #site_footer_wrapper a:hover { color: #ffffff; text-decoration: underline; }


/* ==========================================
 
見出し

========================================== */

/* キャッチコピー */

#main_wrapper #page_main .page .catch {
	color: #c6a52f;
	font-size: 17px;
	font-weight: bold;
}


/* タイトル01 （ページトップ） */

#main_wrapper #page_main .page h1,
#main_wrapper #page_main h2 {
	color: #5b3c1d;
	font-size: 18px;
	font-weight: bold;
	height: 56px;
    line-height: 56px;
	background:url('/res/images/common/title_01_bg.jpg') no-repeat;
	margin: 30px 0 30px 0;
	padding: 0 0 0 15px;
}

/* タイトル02 */

#main_wrapper #index_main h2,
#main_wrapper #index_main .widget-header,
#main_wrapper #footer_widget .widget-header,
#main_wrapper #page_main .ddsg-wrapper h2,
#archive_list h2,
#main_wrapper .entry_footer h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight:bold;
    height: 36px;
    line-height: 36px;
    background:url('/res/images/common/title_02_bg.jpg') no-repeat;
    padding: 0 0 0 15px;
    margin: 30px 0 15px 0;
}

/* タイトル03 */

#main_wrapper #index_main h3 {
    color: #555555;
    font-size: 14px;
    font-weight:bold;
    height: 30px;
    line-height: 30px;
    background: url('/res/images/common/title_03_bg.jpg') left bottom no-repeat;
    padding: 0 0 0 15px;
    margin: 30px 0 15px 0;
}

#main_wrapper #page_main h3 {
color: #C6A52F;
font-size: 16px;
font-weight:bold;
line-height: 22px;
padding: 0;
margin: 15px 0 15px 0;
}

/* タイトル04 */

#main_wrapper #page_main h4,
#main_wrapper #index_main h4 {
    color: #555555;
    font-weight: bold;
    border-bottom: dotted 3px #eeeeee;
    margin: 25px 15px 15px 15px;
}



/* ==========================================
 
インデックスウィジェットのスタイル

========================================== */


#main_wrapper #index_main .wholikethis {
	background: #faf9f7;
	padding: 20px 40px 20px 40px;
	margin: 10px 0 0 0;
}

	#main_wrapper #index_main .wholikethis ul {
		list-style: none;
	}
	
	#main_wrapper #index_main .wholikethis ul li {
		font-weight: bold;
		background: url("/res/images/common/wholikethis/checkbox.png") no-repeat 0 0;
		margin: 15px 0 15px 0;
		padding: 0 0 15px 40px;
		border-bottom: dashed 1px #a48b78;
	}

/* 院からのあいさつ */
#main_wrapper #index_main .aisatsu {
	background: #f9f7f7;
	padding: 40px 40px 40px 40px;
	margin: 10px 0 0 0;
}

/* ご満足頂ける理由 */
#main_wrapper #index_main .riyuu {
	margin: 15px 0 0 0;
}

#main_wrapper #index_main .riyuu .title {
	margin: 0 0 10px 0;
}

#main_wrapper #index_main .riyuu .text {
	margin: 10px 15px 15px 15px;
}

/* 他院との違い */
#main_wrapper #index_main .chigai {
	margin: 15px 0 0 0;
}

#main_wrapper #index_main .chigai .title {
	margin: 0 0 10px 0;
}

#main_wrapper #index_main .chigai .text {
	margin: 10px 30px 15px 30px;
}


/* ----- LINE@ メインコンテンツ ----- */

#lineat_main {
	width: 650px;
	height: 305px;
	background: url("/res/images/common/lineat_main_bg.png") no-repeat 0 0;
	position: relative;
}

#lineat_main .lineat_tx {
	position: absolute;
	top: 173px;
	left: 19px;
	font-size: 10px;
}

#lineat_main .lineat_btn {
	position: absolute;
	top: 195px;
	left: 29px;
}



/* コンタクトボタンの位置 */
#contact .btn {
	right: 15px;
    bottom: 18px;
}

#contact .btn02 {
	right: 15px;
    bottom: 50px;
}



/* 新着情報 */
    
    #main_wrapper .oshirase_wrapper {
        background: #ffffff;
        padding: 10px 10px 10px 10px;
    }
    
    #main_wrapper .oshirase {
        font-size: 14px;
        margin: 0 0 15px 0;
    }
    
        #main_wrapper .oshirase .title {
            border-bottom: dotted 1px #cccccc;
            padding: 0 0 5px 0;
            font-weight: bold;
            font-size: 14px;
        }
        
        #main_wrapper .oshirase .text {
            padding: 5px 0 0 0;
        }