@charset "utf-8";

/***************************************************
PC用および共通設定 974px～
***************************************************/
.text-left{
	text-align:left !important;
}
.text-center{
	text-align:center !important;
}
.text-center-left{
	text-align:center !important;
}
.small{font-size:90%;}
.large{font-size:120%;}
.xlarge{font-size:140%;}

.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{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;
}


/***************************************************
タブレット用 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;}

.text-center-left{
	text-align:left !important;
}
}
