@charset "UTF-8";

.noprint, header, footer, .page_title, .pankz, .contents_pankz, .bg_green, .page_tel, .edit-link, .btn_box, .disease_list_medical, #top_slide_smp, #top_slide_pc, .top_contents_bnr, .top_tel, .top_inportant_info, .top_content_post, .top_left, .top_right, .blogbar, .pagenavigation, .btn_box2, #previous_next_post {
display: none;
}

.top_print_header, .top_print_footer {
  display: block;
}
body {
top: 0;
left: 0;
width: 172mm;
height: 251mm;
}

/* スマホ画像100% */ 
.smp_img {
	width: 200px;
}

/* 表（診察時間） */
.tb01 {
    width: 100%;
    border: 1px solid #cccccc;
    margin: 0 0 20px 0;
}
.tb01 th {
    background: #f2f2f2;
    border: 1px solid #cccccc;
    font-weight: normal;
    font-size: 13px;
    padding: 3px 0;
}
.tb01 td {
    background: #FFF;
    border: 1px solid #cccccc;
    text-align: center;
    color: #54af50;
    vertical-align: middle;
    font-size: 24px;
    padding: 1px 0;
}
.tb01 .r01 {
    width: 140px;
}
.tb01 .r02 {
    font-size: 13px;
}
.tb01 .r03 {
    width: 10%;
}
.f01 {
   font-size: 13px; 
   padding: 0 0 10px 0;
}
/* 表（診察内容内コンテンツ表） */
.tb02 {
    width: 100%;
    border: 1px solid #cccccc;
    margin: 0 0 20px 0;
}
.tb02 th {
    background: #f2f2f2;
    border: 1px solid #cccccc;
    font-weight: normal;
    padding: 3px 0;
}
.tb02 td {
    background: #FFF;
    border: 1px solid #cccccc;
    padding: 1px 0;
    text-align: center;
}
/* 診療疾患名リスト */
.disease_list, .disease_list2 {
    clear: both;
    background: #54af50;
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 20px 0;
}
.disease_list h3, .disease_list2 h3 {
    color: #FFF;
    text-align: center;
    font-size: 18px!important;
    margin: 0 0 10px 0!important;
    background: none!important;
    padding: 0!important;
}
.disease_list .list_com, .disease_list2 .list_com {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px 0;
}
.disease_list .disease_in, .disease_list2 .disease_in {
    background: #FFF;
    font-size: 12px; 
    border-radius: 4px;
    padding: 10px;
}
.disease_list .disease_in h4 ,.disease_list2 .disease_in h4 {
    text-align: center;
    font-size: 15px;
    margin: 0 0 10px 0;
    background: #CDEABE;
    border-radius: 5px;
    padding: 5px 10px;
    color: #30930f;
}
.disease_list .disease_in p, .disease_list2 .disease_in p {
    font-size: 14px; 
    margin: 10px 0 0 0;
}
.disease_list .disease_in ul, .disease_list2 .disease_in ul {
    margin: 0 0 10px 0;
}
.disease_list .disease_in ul li, .disease_list2 .disease_in ul li {
    display: inline-block;
    padding: 5px
}
.disease_list .disease_in ul li.nolink, .disease_list2 .disease_in ul li.nolink {
    padding: 3px;
    background: #FBDABF;
    border-radius: 5px;
    color:#333;
    margin: 0 5px;
}
.disease_list .disease_in ul li a:link, .disease_list2 .disease_in ul li a:link {
    padding: 5px;
    background: #FDBD88;
    border-radius: 5px;
    color:#333;
    text-decoration: none!important;
}
.disease_list .disease_in ul li a:visited, .disease_list2 .disease_in ul li a:visited {
    background: #FDBD88;
    color:#333;
}
.disease_list .disease_in ul li a:hover, .disease_list2 .disease_in ul li a:hover {
    background: #CDEABE;
    color:#333;
}

/*コンテンツエリア：index.php */
.entry_content .title {
    font-weight: bold;
    margin: 10px 0 20px 0;
    font-size: 18px;
    background: #6db654;
    border-radius: 4px;
    padding: 8px 10px 5px 10px;
    line-height: 1.2;
}
.entry_content .title a:link {
    color: #FFF;
    text-decoration: none;
}
.entry_content .title a:visited {
    color: #FFF;
}
.entry_content .title a:hover {
    color: #eee;
}

.entry_content .photo_thumbnails {
    text-align: center;
}
.entry_content .photo_thumbnails img {
    width: 98%;
    height: auto;
    border-radius: 8px;
	border: 2px solid #eee;
}
.entry_content .entry_date {
    font-size: 12px;
    text-align: right;
    padding: 0 10px 0 0;
}
.entry_content .entry_cat {
    font-size: 12px;
    text-align: right;
    margin: 0 0 0 0;
    padding: 10px 10px 0 0;
}
.entry_content .entry_cat a {
    text-decoration: none;
}
.entry_content .entry_tag {
    font-size: 12px;
    text-align: right;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}
.entry_content .entry_tag a {
    text-decoration: none;
}
.entry_content .entry_tag ul {
    margin: 0;
}
.entry_content .text {
    margin: 0 0 20px 0;
    line-height: 1.7;
    padding: 0;
}
/* ===========================================================
    修飾
============================================================== */
.c_orange {
    color: #ff7300;
}
.c_orange2b {
    color: #FF3300;
    font-weight: bold;
}
.c_greenb {
    color: #329768;
    font-weight: bold;
}
.f_big {
    font-size: 130%;
    word-wrap:break-word;
    font-weight: bold;
}
.img-rounded {
    border-radius: 4px;
    border: 1px solid #eee;
}
.bg_gray {
    background: #eee;
}


/*PC用修正*/
.img_box_col3 {
    overflow: hidden;
    float: left;
    width: 200px;
    margin: 0 10px 0 0;
}