/*---------------------------------------
水戸薬局店舗情報ページ印刷用CSS
----------------------------------------*/
body{
 margin : 0 auto;
 background : none;
}

.title,
#header,
#hednavi,
.topicpath,
.print,
.yajimodoru,
#leftcont,
#footer,
#pmclist{
 display : none;
}

#mainconteiner{
 width : 100%;
 height : 100%;
 background : none;
 overflow : hidden;
}

#main{
width : 100%;
 overflow : hidden;
}

.shophidari{
 width : 490px;
 float : left;
}

.shophidari p{
 font-size : 120%;
 font-weight : bold;
}

.tenpotime dt{
 font-size : 120%;
 font-weight : bold;
 width : 7em;
}

.tenpotime dd{
 font-size : 120%;
 font-weight : bold;
 margin-left : 7em;
}

.shopmigi{
 width : 300px;
 float : right;
}

.subtitle_sec{
 background : none;
 border-bottom : 1px solid #000;
 font-size : 140%;
 font-weight : bold;
}

.subtitle{
 background : none;
 border-bottom : 1px solid #000;
 font-size : 140%;
 font-weight : bold;
}

#footcorpoinfo{
 background : none;
 border-top : 1px solid #000;
 margin-top : 20px;
 padding-top : 20px;
}

#copyright{
 text-align : left;
}
