@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.child{
    margin-bottom: 5px;
    font-size: 2.375em;
}
#content .small.child{
    font-size: 0.875em;
}
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
    margin-bottom: 117px;
}
#greeting .image{
    margin-bottom: 15px;
}
#greeting .image span {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}

/*********************
	.section.section01
***************************/
#content .section.section01{
    background: #F8F5EE;
    position: relative;
    padding: 120px 40px 45px;
    margin-bottom: 77px;
}
#content .section.section01 p.title{
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin:  0 auto;
    padding: 20px 30px;
    width: 580px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    background: #FFF;
    text-align: center;
    font-size: 1.56em;
    line-height: 1.93;
}

#content .section.section01 .box.imgleft,
#content .section.section01 .box.imgright{
    padding-bottom:93px ;
    background: url(../image/icon01.jpg) center bottom no-repeat;
    margin-bottom: 30px;
}
#content .section.section01 .box.imgleft ul li.none,
#content .section.section01 .box.imgright ul li.none{
   margin-bottom: 0;
}

#content .section.section01 .box.imgleft dl{
    margin-left: 390px;
}
#content .section.section01 .box dl dt{
    margin-bottom: 25px;
}

#content .section.section01 .box dl dd ul li{
    background: url(../image/icon_list.jpg) left top no-repeat;
    padding-left: 25px;
    margin-bottom: 12px;
}
#content .section.section01 .box.imgright dl{
    margin-right: 390px;
}
#content .section.section01 .box.imgright dl dd{
   padding-right: 30px;
}
#content .section.section01 .box.text{
    text-align: center;
    padding-bottom: 42px;
    background: url(../image/icon02.jpg) center bottom no-repeat;
    margin-bottom: 55px;
}
#content .section.section01 .box.text.none{
    background: none;
    padding: 0;
    margin: 0;
}
#content .section.section01 .box.text p{
    text-align: center;
}
#content .section.section01 .box.text p.image{
    margin-bottom: 25px;
}

/*--------------------------------------------------------------
.section02
------------------------------------------------------------*/

#content .section.section02{
    border: 1px solid #DCCFC6;
    padding: 37px 50px 50px;
    margin-bottom: 77px;
}

#content .section.section02 dl dt,
#content .section.section02 dl dd,
#content .section.section02 p{
    text-align: center;
}
#content .section.section02 dl dt{
    font-size: 1.375em;
    line-height: 1.18;
    font-weight: bold;
    margin-bottom: 22px;
}
#content .section.section02 dl.text01{
    margin-bottom: 45px;
}
#content .section.section02 dl.text02,
#content .section.section02 dl.text03{
    width: 363px;
    float: left;
    margin: 40px 0;
}
#content .section.section02 dl.text02{
    border-right: 1px solid #EEE9E5;
}
#content .section.section02 .even{
    border-bottom: 1px solid #EEE9E5;
    border-top: 1px solid #EEE9E5;
    overflow: hidden;
    margin-bottom: 35px;
}
#content .section.section02 p{
    margin-bottom: 35px;
}

#content .section.section02 p.none{
    margin-bottom: 0;
}

#content .section.section03{
    margin-bottom: 77px;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
    /*border: 1px solid #CCCCCC;*/
    height: 160px;
    margin-bottom: 0px;
    overflow-y: scroll;
}
#topics dl {
    overflow: hidden;
	/zoom: 1;
    padding: 8px 7px 6px;
    background: url(../image/icon_bottom.jpg) left bottom repeat-x;
}
#topics dt {
    float: left;
}
#topics dd {
    padding: 0 0 0 110px;
}