@charset "utf-8";
/* CSS Document */
/*main sub*/
.main-sub { margin-right: 30px; }

/*focus*/
.focus { height: 400px; padding-top: 45px; background: #e5e5e5; }
.focus ul { margin: 0px auto; width: 1200px; }
.focus li { float: left; margin-right: 12px; width: 392px; }
.focus .focus-li-last { margin-right: 0px;}
.focus-img { display: block; width: 390px; height: 234px; border: #e5e5e5 1px solid; }
.focus-img:hover, .focus-img:active { border: #f36200 1px solid; }
.focus-title { display: block; overflow: hidden; margin-top: 25px; margin-bottom: 10px; width: 392px; height: 24px; font-size: 20px; font-weight: bold; }
.focus-title:link, .focus-title:visited { color: #333; }
.focus-title:hover, .focus-title:active { color: #f36200; }
.focus summary { overflow: hidden; height: 62px; line-height: 22px; color: #777; }

/*link*/
.link { overflow: hidden; margin: 0px auto; margin-top: 35px; margin-bottom: 40px; width: 1200px; }
.link a { margin-right: 20px; line-height: 28px; }
.link a:link, .link a:visited { color: #333; }
.link a:hover, .link a:active { color: #f36200; }
