.pure-form .pure-hsk{
	color:#000 !important;
	background-color:#eee !important;
	border:1px solid #ccc !important;
}
.nowrap {
	white-space:nowrap;
}
.nowrap input,
.nowrap input[type="text"],
.nowrap label,
.nowrap select {
	display: inline;
}

input[type="file"] {
	border: none;
	box-shadow: none;
}

.hidden {
	display: none !important;
}
.red {
	color: red !important;
}
.blink {
	-webkit-animation: blink 2s ease infinite;
	animation: blink 2s ease infinite;
	color: red !important;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.listBox{
	text-align:center; /* _star2.cssにもあるがこれを使わせる */
}
.pinkDl{
	padding-bottom:15px; /* _star2.cssにもあるがこれを使わせる */
}
.boxView{
	padding-bottom:12px; /* _star2.cssにもあるがこれを使わせる */
}
p.pinkDl{
	padding-top:0px; /* _star2.cssにもあるがこれを使わせる */
	padding-bottom:15px; /* _star2.cssにもあるがこれを使わせる */
	margin-top:0px; /* pure-min.cssにもあるがこれを使わせる */
	margin-bottom:0px; /* pure-min.cssにもあるがこれを使わせる */
}
.viewChild{
	padding-bottom:10px; /* _star2.cssにもあるがこれを使わせる */
	float:none; /* _star2.cssにもあるがこれを使わせる */
}
.fancybox{ /* fancyboxに追加 */
	padding-left:35px;
}

.titleIcon{
	width:35px;
}

img.border{
	border:solid 1px #ccc;
}

textarea.cmnt{
	width:440px; /* コメント入力欄 */
}

/* ポップアップ用 */
.msg_overlay {
	display: none;
}
#msg_popup:checked + .msg_overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.msg_window {
	width: 90vw;
	max-width: 380px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.msg_text {
	font-size: 18px;
	margin: 0;
}
.msg_close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

/* スマホ用 */
@media screen and (max-width: 480px) {
	textarea.cmnt{
		width:95%; /* コメント入力欄 */
	}
	.sp_hidden {
		display: none !important;
	}
}
