@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
}
#language-select {
    float: right;
    position: relative;
    left: 0;
    top: 7px;
}

/* rought form styles for when JS is disabled */

#language-select form {
	width: 160px;
	padding: 0;
float: right;
}

#language-select select,
#language-select input {
	display: inline;
	padding: 0;
	margin: 0;
	}

/* JS-created definition list */

  #language-select .dropdown {position: absolute!important;right: 0;margin: 0;}

#language-select .dropdown dd { position: absolute; }

/*   dt {
    line-height: 11px!important;
}

  dd {
    line-height: 16px!important;
}
 */
#language-select .dropdown a {
	text-decoration: none;
	outline: 0;
	font-size: 11px;
	display: block;
	width: 65px;
	text-align:center;
	overflow: hidden;
	}

#language-select .dropdown dt a {
	background: #e53135; 
	border: 1px solid #d2a0a0;
	padding: 5px 10px 4px 10px;
	color: #fff;
	}

#language-select .dropdown dt a.activemode {
		background: #e53135;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		/*-moz-box-shadow: 0 1px 7px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 1px 7px rgba(0,0,0,.2);
		box-shadow: 0 1px 7px rgba(0,0,0,.2);*/
		color: #fff;
		}

#language-select .dropdown dd ul {
	background: #e53135;
	/*border: 1px solid #d2a0a0;*/
	color: #FFF;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: -40px;
	/*padding: 2px 0 5px 0;*/
	list-style: none;
	border-top: none;
	margin: 0;
	/*-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;*/
	/*-moz-box-shadow: 0 2px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.5);
	box-shadow: 0 2px 6px rgba(0,0,0,.5);*/
	}

#language-select .dropdown dd ul li a {
		padding: 5px 10px;
		}

#language-select .dropdown dd ul li a span,
#language-select .dropdown dt a span {
		float: left;
		width: 16px;
		height: 11px;
		margin: 2px 6px 0 0;
		background-repeat: no-repeat;
		cursor: pointer;
		}


#language-select .dropdown dd ul li a em,
#language-select .dropdown dt a em {
		font-style: normal;
		float: left;
		width: 65px;
		cursor: pointer;
		}

#language-select .dropdown dd ul li a em {
		color: #fbfbfb;
		}
		.dropdown dd ul li a:hover {background-color: rgba(255, 255, 255, 0.25);}
		.dropdown dd ul li a:hover em { color: #fff; }

li.lang {
    float: left;
    font-size: 0.6em;
    width: 33%;
}

button[disabled] {
	background-color:grey!important;
}

#social_buttons {
    float: right;
    position: relative;
    /*top: 6px;
	right: 100px;
    max-height: 35px;*/
}

.fb_iframe_widget {
    margin:0 10px 0 15px;
    bottom: 14px;
}

.fb-like {
	display:inline-block!important;
}


/*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
}
 
}

