@charset "UTF-8";

/* ----------------------------------------------------------------
default popup
----------------------------------------------------------------- */
body{
background-color:#f5859b;
margin:0;
padding:0;
font-family:"ＭＳ Ｐゴシック", sans-serif;
font-size:100.01%;
line-height:1.3;
}
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
table,tr,th,td,
p,
blockquote,
caption,
hr{
margin:0; 
padding:0; 
}
img{
border:none;
}
table{
border-collapse:collapse;
border-spacing:0; 
}
fieldset,img{
border:0;
}
em,strong,th,caption{
font-style:normal;
font-weight:normal;
}
ol,ul{
list-style:none;
list-style-position:outside;
}
ol{
list-style-type:decimal;
}
caption,th{
text-align:left; 
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
hr,legend{
display:none;
}


/* ----------------------------------------------------------------
wrapper
----------------------------------------------------------------- */
#str-wrapper{
width:600px;
margin:0 auto;
background:url(/fun/factory/images/bg-pop-01.jpg) no-repeat 0 100%;
}


/* ----------------------------------------------------------------
doc
----------------------------------------------------------------- */
.doc-btn-01{
text-align:right;
padding:5px 45px 20px 0;
}
