@charset "utf-8";
/* CSS Document */

/* index_wrapper --------------------------------------------------------------------*/
.index_wrapper { width:800px; margin:0 auto; background:#FFF; font-size:12px; }
.index_wrapper h1 { color:#FFF; font-size:12px; font-weight:normal; line-height:30px; background:#FA5584; text-align:center; }

/* index_btn --------------------------------------------------------------------*/
.index_btn { margin:10px auto; }
.index_btn td { text-align:left; }

/* index_bar --------------------------------------------------------------------*/
.index_bar { margin:10px auto; }

/* index_mobile --------------------------------------------------------------------*/
.index_mobile { width:600px; margin:0 auto; text-align:left; }
.index_mobile p { color:#FA5584; margin-bottom:10px; }
.index_mobile strong { font-size:16px; font-weight:bold; }
.index_mb_left { width:295px; float:left; }
.index_mb_left img { margin-right:5px; }
.index_mb_right { width:295px; float:right; }

/* index_copyright --------------------------------------------------------------------*/
.index_copyright { line-height:50px; }

