/* CSS Document */
/*ヘッダー・グローバルメニュー*/
/*スマホ*/
@media screen and (max-width:767px){
#centerName{
	font-size:0.8em;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) { 
}
/*PC*/
@media screen and (min-width:992px){
.siteUtility{
	right:230px;
}
}

/*トップページ*/
/*センタメインイメージ*/
/*スマホ*/
@media screen and (max-width:767px){
#centerMainImage img.mainImg{
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	height:60%;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#centerMainImage img.mainImg{
	padding-left:45%;
}
}
/*PC*/
@media screen and (min-width:992px){
#centerMainImage img.mainImg{
	padding-left:45%;
}
}

/*スライダー設置*/
/*トップページ*/
/*センタメインイメージ*/
/*スマホ*/
@media screen and (max-width:767px){
.centerMainImage img.mainImg{
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	height:60%;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) { 
.centerMainImage img.mainImg{
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	padding-left:45%;
}
}
/*PC*/
@media screen and (min-width:992px){
.centerMainImage img.mainImg{
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	padding-left:45%;
}
}