@charset "utf-8";

body {
	line-height: 1.8;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
	background:#080403;
	color:#FFFFFF;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width:100%;
}

a {
	text-decoration:none;
}

.cf:before,
.cf:after {
    content: " "; 
    display: table; 
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.fLft {
	float:left;
}

.fRgt {
	float:right;
}

.blocklink {
	display:block;
}

#basicheader {
    background: #414223;
	color: #FFF;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    font-size: 12px;
}

#basicheader .contentsizer {
    width:1240px;
}

.contentsizer {
	max-width: 100%;
    width:1280px;
    margin:0 auto
}

a#languageswitch {
    display: inline-block;
    background-color: #1a0000;
    padding: 0px 5px 0px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-radius: 2px;
    line-height: 20px;
    margin-left: 7px;
    min-width: 70px;
    text-align: center;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    position: relative;
    top: -5px;
}

a#languageswitch:hover {
    background-color: #FFF;
	color: #1a0000;
}

.social_buttons {
    float: right;
    position: relative;
    top: 6px;
    max-height: 35px;
}

.fb_iframe_widget {
    margin: 0 10px 0 8px;
    bottom: 14px;
}

.fb-like {
	display:inline-block;
}

a .button {
	color: #FFF;
	text-decoration:none;
}

.button {
    text-align: center;
    width: 335px;
    max-width: 80%;
    margin: 0 auto;
    border: 2px solid whitesmoke;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    font-weight: bold;
    padding: 8px 20px 7px;
	margin-top: 40px;
	color: #FFF;
	text-decoration:none;
	transition: all 0.12s linear;
	display:inline-block;
}

.button:hover {
	border-color: #000;
	color: #000;
	background: #FFF;
}

#footer {
    margin: 0 auto;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 10px 0 26px;
    letter-spacing: 0.6px;
    line-height: 20px;
	background: #414223;
	margin-top:100px;
}

.fltRgt {
    float:right;
    margin-top:20px
}

.fltLft {
    float:left;
    margin-top:20px
}




/*PAGETOP */

#pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    line-height: .1;
    cursor: pointer
}

#pageTop img {
    opacity: .4;
    filter: alpha(opacity=40)
}

#pageTop img:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

#pageTop {
    display: none
}

/*SUMA*/

@media screen and (max-width: 760px) {

.contentsizer {
 max-width: 98%;
}

#footer .contentsizer {
	max-width:90%;
	padding: 0 5%;
}

.fltRgt {
     float: none;
    margin-top: 20px;
    text-align: center;
    margin: 20px auto 0;
    display: block;
}

.fltLft {
    float: none;
    margin-top: 20px;
}

img {
 max-width: 100%
}

#pageTop {
 width: 50px
}

#basicheader {
 height: auto
}

span.title {
 display: none
}

.social_buttons {
 float: none; position: relative; top: 6px; max-height: none; text-align: center;
}
.smbr {
 display: block
}
 
}

