<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	================================================================================================
		support tablet share css enquete.css
	================================================================================================
*/

/*==================================
	コメントアンケート
==================================*/

#sbi_comment5 div {
	width: 700px;
	margin: 60px auto 0 auto;
}
div.colum2-right760 #sbi_comment5 div {
	margin-left: 0 !important;
}
#sbi_comment5 textarea {
	border: 1px solid #c2c2c2;
	margin-top: 5px;
	width:85%;
}
#sbi_comment5 input {
	align-items: flex-start;
	text-align: center;
	cursor: default;
	color: buttontext;
	padding: 2px 6px 3px;
	border: 2px outset buttonface;
}
#sbi_comment5 table{
	width:600px;
	border:0;
	margin-top:5px;
}
/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

/*==================================
	コメントアンケート
==================================*/
#sbi_comment5 div {
	width: auto;
	margin: 0;
}
#sbi_comment5 table {
	width: 100%;
}
#sbi_comment5 td {
	margin-left : 0;
	padding-left : 10px !important;
}
#sbi_comment5 textarea {
	width : 99%;
	margin-left :auto;
	margin-right :auto;
}
#sbi_comment5 div table td {
	padding:5px !important;
}

}</pre></body></html>