@charset "utf-8";
/* CSS Document */

*{
	/zoom:1;
}


/*要削除*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	background: none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
textarea { 
	font-size: 100%;
}
img {
	vertical-align: bottom;
	border-style:none;
}
hr {
	display: none;
}
body,td,th {
	font-size: 13px;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	margin: 0px;
	padding: 0px;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;
}

a {
	color:#000;
	text-decoration:none;
}

.clear {
	clear: both;
}

body {
	background:#fff;
}

.ct_width {
	width:100%;
	max-width:980px;
	margin: 0 auto;
	overflow:hidden;
}
.ct_width_in {
	overflow:hidden;
}



#header {
	background-color: #FFFFFF;
	padding: 24px 0 20px;
	overflow:hidden;
}
#header .hd_logo {
	float: left;
}
#header .lang_link_box {
	float: right;
	margin-top:16px;
	font-size:108%;
	line-height:1.1;
}
#header .lang_link_box a {
	margin-left: 0.8em;
}
#header .lang_link_box em {
	color:#ff0000;
}
#header .lang_link_box a:hover {
	opacity: 0.50; /* Standard: Firefox 1.5以上, Opera, Safari */
	filter: alpha(opacity=50); /* IE 8以下 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}



#main {
	background:#E1DED3;
}



#footer {
	background:#1a1a1a;
	color:#FFF;
	padding:45px 0 90px;
}
#footer #copyright {
	display:block;
	float:left;
}
#footer #footerUtilities{
	float:right;
	overflow:hidden;
}
#footer #footerUtilities ul {
	display:block;
	list-style:none;
}
#footer #footerUtilities ul li{
	display: block;
	float:right;
	zoom: 1;
}
#footer #footerUtilities ul li#fb,
#footer #footerUtilities ul li#tw{
	margin-right: 10px;
}
/*.fb_iframe_widget {
	width: 110px !important;
}*/
.twitter-share-button {
	width: 95px !important;
}
#gp div {
	width: 70px !important;
}



@media screen and (max-width:979px){
	.ct_width_in {
		padding:0 10px;
	}
}


@media screen and (max-width:639px){
	/*#footer #copyright {
		float:none;
	}*/
	#footer #footerUtilities{
		clear:left;
		float:left;
		margin-top:15px;
	}
}
