@charset "utf-8";

/* lead */
#article .lead {
margin-bottom:26px;
}
#article .lead p {
font-size:1.2em;
font-weight:bold;
}

/* section */
#article .section {
overflow:hidden;
height:100%;
margin-bottom:11px;
}
#article .section h2 {
margin-bottom:14px;
padding:2px 5px;
background-color:#FFEEC1;
font-size:1.2em;
}
#article .section img {
float:right;
}
#article .section p {
margin-right:195px;
font-size:1.2em;
}

/* goal */
#article .goal {
margin-bottom:31px;
padding-bottom:12px;
background:#F7EFDF url(/hikishimeginger/club/about/img/index_bg_01.png) left bottom no-repeat;
}
#article .goal p {
padding:15px 88px 0;
background:url(/hikishimeginger/club/about/img/index_bg_02.png) no-repeat;
}
#article .goal p strong {
display:block;
margin:9px 0;
font-size:1.4em;
}

/* action */
#article .action ul {
text-align:center;
}
#article .action li {
display:inline;
padding:0 5px;
}

