common.css 998 Bytes
Newer Older
Masaru Abe committed
1 2 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 46 47 48 49 50 51 52 53 54 55 56 57 58 59
/* Latest Update
   2012.11.5 write           */

body{
    margin: 0;
    padding: 0;   
}

.wrapper {
}

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

#main{
    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;}
.floatR { float: right;}

html{
	overflow-y:scroll;
}