@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0 auto;
    padding: 0;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
    color: rgba(0,0,0,0.70);
}

ul, ol, dl {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

body {
    text-align: center;
}

a {
    text-decoration: none;
    overflow: hidden;
}

a:link {
    color: rgba(0,0,0,0.70);
    text-decoration: none;
}

a:visited {
    color: rgba(0,0,0,0.70);
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: rgba(0,0,0,0.70);
    text-decoration: none;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

sup {
    vertical-align: super;
    font-size: 8px;
}

sub {
    vertical-align: sub;
    font-size: 8px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}
