@charset "utf-8";

body {
	line-height: 1.8;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
	color:#434a54;
}

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%;
}

.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: #999999;
	color: #FFF;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    font-size: 12px;
}

.contentsizer {
    width:1030px;
    margin:0 auto
}

li.lang {
    float: left;
    font-size: 0.6em;
    width: 33%;
}


/*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) {

#main_image {
 display: none
}

#main_image_sp {
 display: block
}

.contentsizer {
 max-width: 90%; padding: 0 5%;
}

img {
 max-width: 100%
}
br {
 display: none
}

#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
}
 
}

