reset
4027 ワード
@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
font-family: ;
font-size: 14px;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */
.clear {
clear: both;
}
/*
::-webkit-scrollbar
{
width: 9px;
height: 6px;
background-image:url(../images/b2.png);
}
::-webkit-scrollbar-thumb:vertical
{
height: 5px;
background-image:url(../images/b1.png);
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-button:vertical:decrement {
background-image: url(../images/vertical-decrement-arrow.png);
background-repeat: no-repeat;
background-position: 0 0;
height:8px;
}
::-webkit-scrollbar-button:vertical:increment {
background-image: url(../images/vertical-increment-arrow.png);
background-repeat: no-repeat;
background-position:0 0px;
height:8px;
}
*/
::-webkit-scrollbar {
width: 8px;
height: 6px;
}
::-webkit-scrollbar-track-piece {
background-color: #cccccc;
-webkit-border-radius: 6px;
width: 6px;
}
::-webkit-scrollbar-thumb:vertical /* */ {
height: 5px;
background-color: #999999;
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #CCCCCC;
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-button {
color: #00f;
}
/* */
a {
text-decoration: none;
color: #544d47;
}
img {
border: none;
}
ul li {
list-style: none;
}
textarea {
resize: none;
}