@charset "UTF-8";
/* style.css */

/* reset + */
ul,li { list-style: none; }
html { font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ",sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-size: 13px; line-height: 1.6; letter-spacing: 0; }

/* body
---------------------------------------------------------- */

/* header
---------------------------------------------------------- */

/* contents
---------------------------------------------------------- */
.advocate {
background: transparent url(/advocate/common/img/toplink/bg_blk_tr.png) 0 0 repeat;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
display: none;
}

.wrapper {
position:absolute;
top:50%;
left:50%;
}

.contents {
position: relative;
width: 680px;
height: 400px;
margin-left:-365px;
margin-top:-200px;
background: transparent url(/advocate/common/img/toplink/bg_body.png) 50% 50% no-repeat;
}

.contents .title {
position: absolute;
top: 65px;
left: 126px;
}

.contents .btn_enquete {
position: absolute;
top: 270px;
left: 164px;
}

.contents .btn_close {
position: absolute;
top: -20px;
left: 566px;
}

/******************************************************************** clearfix */

/******************** except IE */
.step:after,
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/******************** for IE */
.step,
.clearfix { display: inline-block;}

/* Holly Hack Targets IE Win only \*/
* html .step,
* html .clearfix { height: 1%;}
.step,
.clearfix { display: block;}
/* End Holly Hack */
