common.css 689 Bytes
Newer Older
1 2
@charset "utf-8";

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
/* Latest Update
   2012.11.5 write           */

body{
    background: #f4f4f4;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}
.wrapper {
    background-color: #EDF2F2;
}

form, ul{ }
li{ }
img{ }

#main{

}

p.go_top{

}

.focus{ color: #969696;}
#user_change footer .border .cnt_footer img { }

/*2013*/
.PageTop {

}

/*CLEARFIX*/
.clearfix:after {  }
.clearfix {  }
/*\*/
* html .clearfix { }
.clearfix { }
/**/

.clearboth {}
br.clear { }

.floatL { }
Vo Duc Thang committed
46 47 48 49 50 51 52
.floatR { }

#avw-auth-error
{
    color: #fff;
	background: #ccc;
}