注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer / Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: Ctrl-F5を押してください
input[type=text]{
	box-shadow: inset 0 0 0 1px transparent;
	transition: border-color 250ms,box-shadow 250ms;
	background-color: #fff;
	color: #000;
	margin: 0;
	border: 1px solid #a2a9b1;
	border-radius: 2px;
	padding: 5px 8px;
	font-size: inherit;
	font-family: inherit;
	line-height: 1.42857143em;
	display: block;
	width: 70%;
	box-sizing: border-box;
	height: 2.28571429em;
}
.np-section{
	border: 1px solid #a2a9b1;
	border-radius: 2px;
	margin-top: 1em;
}
.np-section-content{
	margin-left: .5em;
}
select{
	color: #202122;
	transition: border-color 100ms,box-shadow 100ms;
	cursor: pointer;
	box-sizing: border-box;
	height: 2.28571429em;
	border: 1px solid #a2a9b1;
	border-radius: 2px;
	padding-left: 12px;
	padding-right: 2.14285714em;
	font-size: inherit;
	font-family: inherit;
	vertical-align: middle;
	background-repeat: no-repeat;
	width: 70%;
	background-color: #f8f9fa;
	/*こっから下*/
	appearance: none;
	background-image: url('data: image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E%3Ctitle%3E down %3C/title%3E%3Cpath d=%22M9.9 2.9 6 6.8 2.1 2.9 1 4l5 5 5-5z%22/%3E%3C/svg%3E');
	background-size: 0.85714286em;
	background-repeat: no-repeat;
	background-position: right 0.7em center;
}
.np-part_of_speech{}
.np-lang,.np-part_of_speech{
	margin-bottom: .5em
}
.np-dd{
	margin-top: .5em;
	margin-left: .5em;
	display: inline-block;
	margin-bottom: 8px;
	font-size: 1.14285714em;
	font-weight: bold;
}
.np-button{
	min-height: 32px;
	min-width: 4em;
	max-width: 28.75em;
	padding: 5px 12px;
	background-color: #f8f9fa;
	color: #202122;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #a2a9b1;
	border-radius: 2px;
	cursor: pointer;
	vertical-align: middle;
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.28571429em;
	text-align: center;
	-webkit-appearance: none;
}
.np-button:hover{
	background-color: #ffffff;
	color: #404244;
	border-color: #a2a9b1;
}
.np-button:active{
	background-color: #c8ccd1;
	color: #000000;
	border-color: #72777d;
	box-shadow: none;
}
#np-add-lang{
	margin-top: .5em;
	display: inline-block;
}
#np-page{
	margin-bottom: .5em;
}