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

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    .section
-------------------------------------------------------------------*/
#content .section {
    margin-bottom: 95px;
}
#content .section .box {
    margin-bottom: 20px;
    overflow: hidden;
    /zoom: 1;
}
#content .section .box ul a {
    width: 200px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#content .section .text1 p+p{
    margin-top: 26px;
}
#content .section .att {
    margin-top: 21px;
    font-size: 0.85em;
}
/* --------------------------------------
    table
-------------------------------------- */
#content table {
    margin-bottom: 21px;
}
#content table th{
    width: 520px;
    box-sizing: border-box;
    font-weight:normal;
    padding: 14px 19px 14px;
}
#content table th.w520 {
    width: 520px;
    box-sizing: border-box;
}
#content table td{
    text-align: right;
    vertical-align: middle;
}

#content .imgleft .text1{
   overflow: hidden;
}

#content table.table01 tr th.width180{
    width:345px;
    padding: 25px 19px 26px;
    font-weight:normal;
    vertical-align: middle;
}
#content table.table01 tr.caption th,
#content table.table01 tr.caption td{
    text-align: center;
}
#content table.table01 td{
    text-align: center;
    vertical-align: middle;
}
