@charset "utf-8";

/***************************************************
PC用および共通設定 974px～
***************************************************/
*{
	margin:0;
	padding:0;
	border:none;
	color:#555;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:1.0;
}
html,body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,ul,ol,li,dl,dt,dd,
table,th,td,form,fieldset{
	margin:0;
	padding:0;
}
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover{
	text-decoration: none;
	color:#000;
}

ul li {
	list-style-type: none;
}
body{
	height: 100%;
	background:#FFF;
	text-align:center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size:100%;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height:2.0;
	color:#555;
}
.bold{
	font-weight:bold;
}

.text-left{
	text-align:left !important;
}
.text-center{
	text-align:center !important;
}
.text-center-left{
	text-align:center !important;
}
.small{font-size:90%;}
.big{font-size:130%;}
.mtb5{margin:5% auto !important;}
.mb5{margin-bottom:5% !important;}

.brown{color:#73421a;}
.red{color:#f14b5e;}
.green{color:#00a76f;}
.orange{color:#ff8000;}
.gray{color:#707070;}}

#container{
	background:#FFF;
}
a:hover img{
	opacity:1.0 !important;
}
li.last{
	margin-right:0 !important;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.clear{
	clear:both;
}
.sp,.tb{display:none;}
.pc{display:inline-block;}

.sp-tb{display:none;}
.pc-tb{display:inline-block;}

.br-sp{display:none;}
.br-pc{display:inline-block;}

.hidden{
  display: none;
}
.underline{text-decoration:underline;}

p{margin-top:0 !important;}
.text_right{text-align:right;}
p.justify{
	  text-align: justify;
  text-justify: inter-ideograph;
}

/*グローバルメニュー*/
ul#menu{
	margin:0 auto;
	width:100%;
	position: relative;
}
ul#g_menu{
	width:100%;
	margin:0 0 0 2%;
}
ul#g_menu li{
	float:left;
}

w100{
	width:974px;
}

@media only screen and (max-width: 1100px){

.pc-tb{display:none;}
.tb{display:inline-block;}

}

/***************************************************
タブレット用 768px～973px
***************************************************/

@media only screen and (max-width: 973px){


.sp-tb{display:inline-block;}
.pc-tb{display:none;}


w100{
	width:100%;
}

}



/***************************************************
スマートフォン用 ～767px
***************************************************/
@media only screen and (max-width: 767px){

.sp{display:block;}
.pc{display:none;}
.br-sp{display:inline-block;}
.br-pc{display:none;}

.sp-tb{display:inline-block;}
.pc-tb{display:none;}
.tb{display:none;}

.text-center-left{
	text-align:left !important;
}
}
