::selection
{
    background:#333;
    color:silver;
}
::-moz-selection
{
    background:#333;
    color:#fff;
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, big, cite, code, img, small, strike, strong, sub, sup, tt, b, u, i, ul, li, fieldset,
form, label, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
div, textarea{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
a{
    text-decoration: none;
	color: #008099;
}
a:hover{
	text-decoration: underline;
}
body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    padding: 0;
    margin: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: none;
    vertical-align: top;
}
ul{
    list-style: none;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.clearfix:before,
.clearfix:after{
  content:"";
  display: table;
}
.clearfix{
	
}
.clearfix:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.clearfix{
  *zoom:1;
}
blockquote{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
body{    
    background:#f0f0f0;
    background-repeat: repeat;
    position: relative;
    background: #f0f0ed;
}
body,.meiryo{
    font-family: Verdana,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
}
.no-decoration,
.no-decoration:hover{
    text-decoration: none;
}
.lucida, .lucida:hover {
    font-family: 'lucida grande', tahoma, verdana, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
.verdana, .verdana:hover{
    font-family: "Verdana", tahoma, arial;
}
.color-warning{
    color: #e74c3c;
}
.bold{
    font-weight: bold;
}
.whitesmoke{
    background-color: #fafafa !important;
}
.translucent{
    background-color: rgba(255, 255, 255, 0.3);
}
.relative{
    position: relative;
}
.sprite{
    background-image: url(/img/sprite.png);
}
.sprite-2x{
    background-image: url(/img/sprite@2x.png?6);
    background-size: 40px 91px;
    background-repeat: no-repeat;
}
.inline-flex{
    display: inline-flex;
}