@charset "UTF-8";

/*=====================

planner
style.css

=====================*/

/* index.html */
.idx #main h2 {
margin-bottom: 30px;
}
.idx #main .lead {
padding-bottom: 35px;
}
.idx #main p {
margin-bottom: 25px;
}
.idx #main .section {
margin-bottom: 20px;
}
.idx #main p.note {
margin: 0 0 25px 15px;
}
.idx #main .section dl {
margin-left: 15px;
font-size: 109%;
}
.idx #main .section dl dt {
float: left;
}
.idx #main .section dl dd {
margin-left: 15px;
}
.idx #main .must {
color: #f15a24;
text-decoration: underline;
}
.idx #main .section p.over {
margin-top: 40px;
}