@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      print.css
 Update:         2010.03.16
 Style Info:     印刷用共通CSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　デフォルト設定
----------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
 margin: 0;
 padding: 0;
}
object, embed {
 vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
}
img {
 border: 0;
 vertical-align: bottom;
}
li {
 list-style-type: none;
}

/* -----------------------------------------------------------
　　フォント設定
----------------------------------------------------------- */

body {
 font-size: 13px;
}
html:not(:target) body { /*IE6,7,8以外（モダンブラウザ）に適用*/
 font-size: 13px;
}

*:first-child+html body, head~/**/body { /*IE7,8に適用*/
 font-family: "メイリオ","Meiryo";
}

/* -----------------------------------------------------------
　　レイアウト設定
----------------------------------------------------------- */
body {
 background: #FFF
 text-align: center;
}
#container {
 margin: 0 auto;
 width: 650px;
 text-align: left;
}
#header {
 margin: 0;
 width: 650px;
 height: 50px;
}
#header-left {
 float: left;
 margin-top: 23px;
 width: 221px;
 height: 27px;
}
#header-right {
 float: right;
 margin-top: 25px;
 height: 25px;
}
#header-right ul {
 display: none;
}

@media print {
#header-right p.icon-print {
 display: none;
}
}

#menu {
 display: none;
}

#contents {
 margin: 15px 0 0;
 width: 650px;
}
#contents-left {
 padding-bottom: 20px;
 width: 650px;
}
#contents-right {
 display: none;
}

#footer {
 display: none;
}

/* -----------------------------------------------------------
　　タイトル設定
----------------------------------------------------------- */
h2.title-l { /*1カラム用*/
 margin-top: 0;
 width: 650px;
 overflow: hidden;
}
h3.cont-title {
 margin-top: 20px;
 width: 650px;
 overflow: hidden;
}
h4.subheading {
 clear: both;
 margin-top: 20px;
 padding-left: 10px;
 background: url(../../img/bg_subheading.gif) repeat-x left center;
 zoom: 1;/*印刷バグ*/
}
h4.subheading span {
 padding: 0 10px;
 background-color: #FFF;
 font-weight: bold;
 font-size: 1.08em;
}

/* -----------------------------------------------------------
　　ページ内共通設定
----------------------------------------------------------- */
.honbun {
 margin-top: 20px;
}
.text {
 margin-top: 10px;
}

/* -----------------------------------------------------------
　　印刷ページ改行設定
----------------------------------------------------------- */
.break {
 page-break-after: always;/*ブロック要素の直後を改行する*/
}

/* -----------------------------------------------------------
　　パンくず設定
----------------------------------------------------------- */
.pankuzu {
 display: none;
}

/* -----------------------------------------------------------
　　pagetop設定
----------------------------------------------------------- */
.pagetop {
 display: none;
}

/* -----------------------------------------------------------
　　扉ページ設定（疥癬とは、診療ページ共通）
----------------------------------------------------------- */
.category-box {
 margin-top: 15px;
 width: 650px;
}
.category {
 /*position: relative;*/
 display: block;
 float: none;
 margin: 15px 0 0 107px;
 padding: 5px 22px 0 23px;
 width: 390px;
 height: auto;
}
.category-honbun {
 margin-top: 20px;
 width: 254px;
}
.bt-cate-detali {
 /*position: absolute;
 bottom: 0px;
 left: 190px;*/
 margin: 0 0 0 170px;
}

/* -----------------------------------------------------------
　　扉ページ・疥癬を誤解していませんか設定（疥癬とは、診療ページ共通）
----------------------------------------------------------- */
.cate-misconceptions-box {
 display: none;
}

/* -----------------------------------------------------------
　　サブナビ設定（疥癬とは、診療ページ共通）
----------------------------------------------------------- */
.subnavi {
 display: none;
}

/* -----------------------------------------------------------
　　タイトル回り込み設定
----------------------------------------------------------- */
.float-textbox {
 margin-top: 10px;
 width: 650px;
}
.float-text-left {
 float: left;
 width: 80px;
}
.float-text-right {
 float: right;
 width: 550px;
}

/* -----------------------------------------------------------
　　w205写真のフロート設定
----------------------------------------------------------- */
.photo-box {
 margin-top: 10px;
 width: 550px;
}
.photo-box-205 {
 display: inline;
 float: left;
 padding: 0 35px;
 width: 205px;
}
.photo-box-caption {
 clear: both;
 padding-top: 5px;
 text-align: center;
}

/* -----------------------------------------------------------
　　w300写真のフロート設定
----------------------------------------------------------- */
.photo-box-300 {
 margin-top: 10px;
 width: 650px;
}
.photo-box-300-left {
 float: left;
 width: 330px;
}
.photo-box-300-right {
 float: right;
 width: 300px;
 text-align: center;
}

/* -----------------------------------------------------------
　　w425写真設定
----------------------------------------------------------- */
.photo-box-425 {
 margin: 10px 0 0 62px;
 width: 425px;
}

/* -----------------------------------------------------------
　　w525写真設定
----------------------------------------------------------- */
.photo-box-525 {
 margin: 10px 0 0 62px;
 width: 525px;
}

/* -----------------------------------------------------------
　　目立たせる部分設定
----------------------------------------------------------- */
.attract-box {
 margin-top: 10px;
 padding: 3px;
 border: 1px solid #C0C5C4;
}
.attract-box p {
 padding: 7px;
 background-color: #E2F3FA;
}

/* -----------------------------------------------------------
　　リンク設定
----------------------------------------------------------- */

a, a:link, a:visited {
 color: #008D7E;
 text-decoration: underline;
}
a:hover, a:active {
 color: #3FADE0;
 text-decoration: none;
}

/* -----------------------------------------------------------
　　カラー設定
----------------------------------------------------------- */
.red {
 color: #FF0000;
}

/* -----------------------------------------------------------
　　PDFアイコン部分設定
----------------------------------------------------------- */
.pdf {
 padding-left: 21px;
 height: 16px;
 vertical-align: top;
 background: url(../../img/c_pdf_icon.gif) no-repeat left center;
}

/* -----------------------------------------------------------
　　囲みバグ設定
----------------------------------------------------------- */

.bug:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.bug {
 display:inline-table;
 zoom: 1;
}

/* Mac IE には適用させない \*/
* html .bug { height:1px; }
.bug { display:block; }
/* */


/* -----------------------------------------------------------
　　次へボタン・戻るボタン設定（疥癬とは、診療ページ共通）
----------------------------------------------------------- */
.pagelink, .pagelink-l {
 display: none;
}

/* -----------------------------------------------------------
　　1カラムレイアウト　サイト紹介設定
----------------------------------------------------------- */
.contents-site-intro-box {
 display: none;
}

