@charset "utf-8";

/*---- greeting ------------------------------------------------------*/
/********************************************/
/*サブロゴ背景*/
/********************************************/
#greetingwrap{
width:100%;
}
#greetingwrap img:nth-child(1){
width:19.5%;
}
#greetingwrap img:nth-child(2){
width:80.5%;
max-width:640px;
}
#greeting-contents {
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
}
#greeting{
	float:right;
	width:80.46875%
	text-align:center;
}
#greeting img#footwork{
	padding:40px 100px 0 0;
	width:60%;
}
#greeting p{
	font-size:1.3em;
	line-height:2em;
	margin:30px 1em;
		padding-bottom:80px;
}
#greeting p span{
	display:inline-block;
	margin:0;
	padding:0;
}
/*==========================================*/
/*===mediaQuery=*/
/*==========================================*/
@media screen and (max-width: 640px) {
/* グローバルナビ ページ幅*/
	#greeting p{
		font-size:1em;
		line-height:2em;
	}
	#greeting-contents  div:nth-child(1) img:nth-child(1){
		display:none;
	}
	#greeting-contents  div:nth-child(1) img:nth-child(2){
		clear:both;
	}
	#greeting img#footwork{
		padding:10px 0 0 0;
		width:60%;
		margin:auto;
	}


}