
/* ＜ポップアップ印刷時設定（body#popupPage）＞ */

body {
   font-size: 12pt;
   color: #000000;
   background-color: #FFFFFF;
}

a:link,
a:visited {
   text-decoration: underline;
   color: #000000;
}

img {
   border: 0;
}

/* ヘッダー設定
---------------------------- */
#popupPage #head {
   background: none;
   color:#000;
   height: 50px;
}

#popupPage #head .headInner {
   position: relative;
   width: 800px;
   margin: 0 auto;
}

#popupPage #head .headInner h1 {
   padding: 15px 0 0 20px;
   float: left;
}

#popupPage #head .headInner h1 em,
#popupPage #head .headInner h1 em span {
   background: none;
   display: block;
   color:#000;
   width:inherit;
}

#popupPage #headNavi {
   display:none;
}

/* コンテンツ設定
---------------------------- */
#popupPage #contentsHeader {
   background: url(../../../contact/inquiry/images/contact_conheader_bg.jpg) 0 0 repeat-x;
   height: 60px;
}

#popupPage #contentsHeader h2 {
   width: 800px;
   margin:0 auto;
}

#popupPage #contentsHeader h2 em {
   margin-left:20px;
   display:block;
   background:none;
}

#popupPage #contentsHeader h2 em span {
   display:block;
   color:#000;
   background:none;
}

#popupPage #contents {
   width: 800px;
   margin: 0 auto;
   background:none;
}

#popupPage #contents h2 {
   background:#0062ac;
   color:#FFF;
}

#popupPage #contents h2 span {
   display:block;
}

#popupPage #contents .btn01,
#popupPage #contents .btn02 {
   display:none;
}

#popupPage #contents .inner .place{
 position:static;
 margin-bottom:0;
 }

#popupPage #contents .inner .place .l,
#popupPage #contents .inner .place .r {
   clear:both;
   height:auto;
   float:none;
   position:static;
}

#popupPage #contents .place em{
   clear:both;
   margin-top:30px;
 }

/* フッター設定
---------------------------- */
#popupPage #footer,
#popupPage #footer .footInner,
#popupPage #footer em {
   display:none;
}

