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

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 60px;
}
#content .section .box {
	margin-bottom: 55px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}

#content .section .box p+p{
    margin-top: 26px;
}
#content .section .box .text-top{
    margin-top: 30px;
    margin-bottom: 26px;
}
/* .aside
-------------------------------------------- */
#content .aside {
    margin-bottom: 40px;
    margin-top: 50px;
    overflow: hidden;
    /zoom: 1;
}

#content .aside li {
    float: left;
    margin: 0 14px 0 0;
}
#content .aside li.none {
    margin-right: 0;
}


#content .aside02 {
    margin-bottom: 50px;
    overflow: hidden;
    /zoom: 1;
}

#content .aside02 li {
    float: left;
    margin: 0 20px 0 0;
}
#content .aside02 li.none {
    margin-right: 0;
}


/* --------------------------------------
    table
-------------------------------------- */
#content table th{
  width:360px;
  font-weight: normal;
}
#content table td{
}

