@charset "utf-8";
/* CSS Document */

*,html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{font-size:14px;}


/*main*/

#maincontent{padding:0 0 50px;border-top:solid 2px #F4C100;}
.content1{height:auto;padding:20px 0 20px 20px;}
.boxdiv{border:solid 1px #ECECEC;}

.divbar{margin:30px 0 0;padding:10px 20px 30px;}
.divbar .titdiv{background:url(../images/titbg02.gif) no-repeat center bottom;padding:20px 0 18px 0;font-size:26px;line-height:42px;margin:0 0 10px;}
.divbar p.txt{font-size:18px;line-height:30px;}

.div_table{width:60%;margin:25px auto 15px auto;border:solid 1px #CCC;}
.div_table th,.div_table td{text-align:center;width:50%;height:48px;border-left:solid 1px #CCC;}
.div_table th{background:#EEE;font-size:16px;font-weight:bold;}
.div_table td{border-top:solid 1px #CCC;}

.divbar .ul_links{width:80%;margin:30px auto 15px auto;}
.divbar .ul_links li{width:48%;background:#FFF;border-radius:10px;overflow:hidden;}

.divbar .bigimg{width:100%;height:220px;overflow:hidden;}
.divbar .bigimg img{width:100%;height:220px;}
.divbar li p{font-size:20px;font-weight:bold;text-align:center;line-height:48px;padding:10px 0;}

.divbar .ul_links a:hover img {
    -webkit-animation: moves .9s ease forwards;
    animation: moves .9s ease forwards;
}

@-webkit-keyframes moves{
	0%{-webkit-transform:scale(1)}
	100%{-webkit-transform:scale(1.15)}
}
@keyframes moves{
	0%{transform:scale(1)}
	100%{transform:scale(1.15)}
}

