@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("../../commons/styles/default.css");
@import url("../../commons/styles/module.css");

/* ===================================================================
 style info : 個別用
=================================================================== */

/*背景の種類・長さ*/
#wrapper { background:#e83828 url(../../commons/img/share/bg_cnt_l.jpg) no-repeat 0 0; height:auto; }
#mainCnt { background:#000 url(../../commons/img/share/bg_note.jpg) no-repeat 0 bottom; height:auto;}
#cntWrp { background: url(../img/bg_interview.jpg) no-repeat 0 top; height:auto;}
#intImg{ position:absolute; top:73px; right:19px; }

#interviewArea { margin:0px; overflow:hidden; padding:160px 55px 50px; color:#333 }
#interviewArea h1{ display:none;}
#interviewArea #interviewBlock1 { padding-right:220px; }
#interviewArea #interviewBlock2 { }
#interviewArea p { line-height:1.5em; display:block;}
#interviewArea p.ques { color:#e20f17; font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; font-size:1.4em; _font-size:1.6em; margin-bottom:8px; padding-left:26px; min-height:24px; background: url(../img/bg_ques.png) no-repeat 0 top; font-weight:bold;}
#interviewArea p.ans { color:#320a0a; font-size:1.1em; _font-size:1.2em; margin-bottom:30px; padding-left:26px;}
