common.css 1.64 KB
Newer Older
1 2
@charset "utf-8";

3 4 5 6 7
/* Latest Update
   2012.11.5 write           */

body{
    margin: 0;
8
    padding: 0;
9 10 11 12 13 14 15 16 17
}

.wrapper {
}

form, ul{ margin:0; padding:0;}
li{ list-style-type:none;}
img{ display:block; border:none;}

18
#main-ws{
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 46 47 48 49 50 51 52 53 54 55 56
    width: 960px;
    padding-top: 20px;
    overflow: hidden;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

p.go_top{
    clear:both;
    height:115px;
    width:90px;
    position: fixed;
    bottom: -45px;
    right: 20px;
}

.focus{ }
#user_change footer .border .cnt_footer img { display: inline;}

/*2013*/
.PageTop {
    float: right;
    width: 100px;
}

/*CLEARFIX*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

.clearboth { clear: both;}
br.clear { clear: both; margin: 0; padding: 0; font-size: 0; line-height: 0; }

.floatL { float: left;}
57 58
.floatR { float: right;}

59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
@charset "utf-8";

/* 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-ws{

}

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 { }
.floatR { }

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