@charset "utf-8";

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

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

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

body { color: #333333; }

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


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

body { background: #f7f8f8; }


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

#site_header_wrapper { background-color: #3988ca; }

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

    #site_header_wrapper #header_description p { color : #ffffff;}



/* ヘッダ */
	
	/* ヘッダ部背景 */
	#site_header_wrapper #site_title_bg {
		background: url('/res/images/common/header_edge.jpg') repeat-x;
	}
	
	/* ロゴの位置 */
	#site_header_wrapper #site_title .logo {
		left: 11px;
		top: 7px;
	}
    
    /* お問い合わせボタンの位置 */
    #site_header_wrapper #site_title .btn {
        right: 17px;
        bottom: 17px;
    }


/* ヘッダメニュー */

#site_header_wrapper #global_nav {
	background: url('/res/images/common/header_nav_bg_edge.jpg') repeat-x;
}




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

#site_header_wrapper #global_nav nav ul li {
    display: block;
    float: left;
    width: 163px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
            
    #site_header_wrapper #global_nav nav ul a:link { color: #5f411e; text-decoration: none; }
    #site_header_wrapper #global_nav nav ul a:visited { color: #5f411e; text-decoration: none; }
    #site_header_wrapper #global_nav nav ul a:hover { color: #c9a063; text-decoration: none; }
        
    #site_header_wrapper #global_nav nav ul li.header_menu_left {
        background: url('/res/images/common/header_nav_bg_left.jpg') no-repeat;
    }
            
    #site_header_wrapper #global_nav nav ul li.header_menu_center {
        background: url('/res/images/common/header_nav_bg_center.jpg') no-repeat;
    }
            
    #site_header_wrapper #global_nav nav ul li.header_menu_right {
        background: url('/res/images/common/header_nav_bg_right.jpg') no-repeat;
    }



/* サイドバー */

#main_wrapper #sidebar_wrapper #sidebar h3 {
        text-align: center;
        color: #ffffff;
        font-size: 17px;
        font-weight: bold;
        width: 260px;
        height: 46px;
        line-height: 46px;
        background: url('/res/images/common/sidebar_title_bg.jpg') no-repeat;
        margin: 0 0 10px 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: #555555; text-decoration: none; }
        #main_wrapper #sidebar_wrapper #sidebar ul li a:visited { color: #555555; text-decoration: none; }
        #main_wrapper #sidebar_wrapper #sidebar ul li a:hover { color: #c9a063; text-decoration: none; }

/* コンタクトフォーム7用スタイル */
    
    .wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 textarea {
	    color: #333333;
	    width: 90%;
	}


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


#site_footer_wrapper { background: #3988ca; }   
#site_footer_wrapper #site_footer { background: #3988ca; 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: none; }


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

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

/* キャッチコピー */

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


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

#main_wrapper #page_main .page h1 {
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
    line-height: 50px;
	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 #page_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: 40px;
    line-height: 40px;
    background:url('/res/images/common/title_02_bg.jpg') no-repeat;
    padding: 0 0 0 15px;
    margin: 30px 0 15px 0;
}

/* タイトル03 */

#main_wrapper #page_main h3,
#main_wrapper #index_main h3 {
    color: #555555;
    font-size: 14px;
    font-weight:bold;
    height: 38px;
    line-height: 38px;
    background: url('/res/images/common/title_03_bg.jpg') left bottom no-repeat;
    padding: 0 0 0 25px;
    margin: 30px 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: #fbfbfb;
	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 #c6b3a7;
	}

/* 院からのあいさつ */
#main_wrapper #index_main .aisatsu {
	background: #f6fafc;
	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;
}



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





/* 新着情報 */
    
    #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;
        }