@charset "UTF-8";
/**
 * 【神奈川県河川】TOP画面CSS(公開上書き用)
 * ------
 * 更新履歴
 * [00] 2019.03.07 K.Fujimaki	新規作成
 * [01] 2024.10.25 K.Fujimaki	使い方動画リンクのcssを追加
 */
/*=========================
	表示切替
  =========================*/
.switchBox{
	padding-top:2px;
}
/*「表示切替」ラベル*/
.switchBox span.switchLabel{
	height:31px;
}
.selectAreaBtn,
.selectDataBtn{
	height: 31px;
}
/*市町村選択ボタン*/
.selectAreaBtn{
	width:74px;
	background-image: url("../images/top/btn_selectArea_pub.png");
}
/*データ表示ボタン*/
.selectDataBtn{
	width:72px;
	background-image: url("../images/top/btn_selectData_pub.png");
}
.selectAreaBtn:hover,
.selectDataBtn:hover{
	background-position: left -31px;
}

/*=========================
	[01]使い方動画
  =========================*/
#info_movie.infoArea{
	background-color: transparent;
}
#info_movie .movieLink{
	box-sizing: border-box;
	height: 105px;
	display: flex;
	border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 5px;
	align-items: center;
	background-image: url("../images/top/howToUse.png");
}
#info_movie .movieLink:hover{
	cursor: pointer;
	opacity: 0.7;
}
#info_movie .movieLink p{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 110px;
	height: 105px;
	line-height: 2.2rem;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.translated-ltr #info_movie .movieLink p{/*英語表示時*/
	line-height: 1.4rem;
}