@charset "utf-8";

/*-------------------
[discription]
print style
-------------------*/
*html body{zoom:65%;}

/* hidden */
#header,#megaNav{
display:none;
}
#footer .footerInTop,
#footer .footerInMdl,
#footer .footerInBtm ul{
display:none;
}
#footer .footerInBtm .footerInBtmIn {
padding-bottom:5px;
padding-top:5px;
}

/* contentsWrapper */
#contents .contentsIn #contentsWrapper{
display:table;
}
/** contentsWrapper.typeWithSide **/
#contents .contentsIn .typeWithSideA #contentsMain,
#contents .contentsIn .typeWithSideB #contentsMain,
#contents .contentsIn .typeWithSideA #contentsSide,
#contents .contentsIn .typeWithSideB #contentsSide{
display:table-cell;
float:none;
vertical-align:top;
}
#contents .contentsIn .typeWithSideA #contentsSide,
#contents .contentsIn .typeWithSideB #contentsSide{
padding-left:30px;
}

*html .contentsIn #contentsWrapper{
display:block;
}
*html #contents .contentsIn .typeWithSideA #contentsMain,
*html #contents .contentsIn .typeWithSideB #contentsMain,
*html #contents .contentsIn .typeWithSideA #contentsSide,
*html #contents .contentsIn .typeWithSideB #contentsSide{
display:inline;
float:left;
}
*html #contents .contentsIn .typeWithSideA #contentsSide,
*html #contents .contentsIn .typeWithSideB #contentsSide{padding-left:auto;}

*:first-child+html .contentsIn #contentsWrapper{display:block;}
*:first-child+html #contents .contentsIn .typeWithSideA #contentsMain,
*:first-child+html #contents .contentsIn .typeWithSideB #contentsMain,
*:first-child+html #contents .contentsIn .typeWithSideA #contentsSide,
*:first-child+html #contents .contentsIn .typeWithSideB #contentsSide{
display:inline;
float:left;
}
*:first-child+html #contents .contentsIn .typeWithSideA #contentsSide,
*:first-child+html #contents .contentsIn .typeWithSideB #contentsSide{padding-left:auto;}

/** detail **/
.newContents .col{
width:931px;
margin-right:-31px;
}

/** carouselHr1 **/
*:first-child+html .carouselHr1,
*:first-child+html .carouselHr2{
width:101%;
}
