@charset "Shift_JIS";
/*
	============================================================================
		popup_jp
	============================================================================
*/

div#popup_page {
	text-align: left;
	margin: 0px auto 0px auto ;
	padding: 0px 26px 26px 26px ;
}

div#popup_page h2.title {
	clear: both;
	color: #000;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	font-size: 18px;
	font-weight: 700;
	padding: 0 0 5px 13px;
}

div#popup_page p {
	margin: 0 1em 1.25em;
}







/*
----------------------------------------------------------------------------
	画面幅＜950px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 950px) {

body {
	display: block;
}
}



/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

    
/*
	====================================
		enquete
	====================================
*/

#sbi_comment1 table input {
	max-width: 97px;
	width: 30%;
	height: auto;
}
#enqueteArea table {
	width: auto;
	margin-left: 0;
	margin-bottom: 20px;
}
#sbi_comment1 table {
	margin: 0 auto;
	width: auto;
}
	
#sbi_comment5 table {
    width : auto;
}
#sbi_comment5 td {
    margin-left : 0;
    padding-left : 10px !important;
}
#sbi_comment5 textarea {
    width : 96%;
    margin-left :auto;
    margin-right :auto;
}

}