@charset "UTF-8";

/*----------------------------------------------------
ヘッダー
----------------------------------------------------*/

/* SP */
@media only screen and (max-width: 640px) {
#header{
	height:40px;
	border-bottom:1px solid #cacaca;
	padding:20px 0 4px 0;
}
#header p{
	text-align:center;
}
#header p img{
	height:30px;
}
#header p img + img{
	margin:0 0 0 10px;
	height:12px;
}
#header p img + img + img{
	margin:0 0 0 10px;
	height:18px;
}
}

/* PC */
@media print, screen and (min-width: 641px){
#header{
	height:43px;
	padding:19px 0 0;
	width:1000px;
	margin:0 auto;
	position:relative;
}
#header p img{
	display:inline-block;
	margin:0 20px 0 0;
}
#header p img + img{
	margin:0 15px 0 0;
}
}