@charset "utf-8";

/* reset */
#content01 {
background-image:none;
}
#main {
float:none;
width:auto;
}
#main h2 {
margin-bottom:32px;
}
#main .top01 {
margin-top:40px;
}

/* campaign box */
#main .campaign {
clear:left;
margin-bottom:10px;
border:1px solid #E0DEDC;
padding:10px;
background-color:#FEF6F1;
}
#main .campaign .inner {
position:relative;
min-height:130px;
height:auto !important;
height:130px;
padding:10px;
background:#fff;
}
#main .campaign img.photo {
float:left;
}
#main .campaign h3,
#main .campaign p {
margin-left:220px;
}
#main .campaign h3 {
border-bottom:1px dotted #ccc;
margin-bottom:10px;
color:#A73328;
font-size:1.35em;
line-height:1.6;
}
#main .campaign p {
padding-bottom:29px;
}
#main .campaign p.link {
position:absolute;
bottom:10px;
right:10px;
padding-bottom:0;
}
