@charset "UTF-8";
/*///////////////////////////////////
PC site
///////////////////////////////////*/

*{	
	margin: 0;
	padding: 0;
}

body, html {
	-webkit-text-size-adjust: none;
}

.default_font_family,
body {
	font-family: 'Helvetica', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Lucida Grande', 'Verdana', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}

body {
	color:#333;
	background:#fff;
}

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


a {
	text-decoration: none;
	border: none;
}


img, p {
	border: none;
}

.display_none{
	display: none;
}
/* ------------------------------------------------------------------------------------------------ Common body */

#gnav_header{
	margin: 0 auto;
}
.menu_region{
	padding-top: 50px !important;
}
#container{
	min-width: 1000px;
	width: 100%;
}

#contents{
	background: #fff;
}

.noscript{
	font-size: 1.5em;
	color: white;
	padding: 10px;
	background: #d00;
	margin: 10px auto;
	text-align: center;
}

/* ------------------------------------------------------------------------------------------------ Common footer */


footer,
#common_footer {

	width: 100%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

#footer{
	width: 1000px;
	margin: 0 auto;
}


/* ------------------------------------------------------------------------------------------------ sup */


sup {
	font-size:70%;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    bottom: 1px;
}
