@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	Basic CSS

-------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
}
* {
	outline: none;
}
.statusPushed .waiting {
	display: none !important;
}
.statusWaiting .pushed {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
#ws {
	overflow: hidden;
	zoom: 1;
	width: 710px;
	box-sizing: border-box;
	padding: 10px;
}

/* item01 */
#ws .item01 {
	float: left;
	width: 260px;
	height: 70px;
	padding: 15px 11px 11px 11px;
	background-image: url(../images/bg_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	color:#000000;
	box-sizing: border-box;
}
#ws .title01 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	letter-spacing:0.05em;
}

#ws .item01 .waiting,
#ws .item01 .pushed {
	line-height: 1.3;
}

/* item02 */
#ws .item02 {
	float: left;
	width: 420px;
	height: 70px;
	position: relative;
	margin-left: 10px;
}

#ws .item02 .btn01 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#ws .item02 .btn01 a {
	display: block;
}
#ws .item02 .img01 {
	position: absolute;
	top: 39px;
	left:110px;
}
#ws .item02 .img02 {
	position: absolute;
	top: -10px;
	left: 206px;
}
#ws .item02 .img02 img {
	height: 100px;
	width: auto;
}
#ws .item02 .img02_01 {
	position: absolute;
	top: -10px;
	left: 160px;
}
#ws .item02 .img02_01 img {
	height: 100px;
	width: auto;
}
#ws .item02 .img02_02 {
	position: absolute;
	top: -10px;
	left: 342px;
}
#ws .item02 .img02_02 img {
	height: 100px;
	width: auto;
}


