@charset "shift-jis";

body {
    background-color: #fff;
    margin-top: 0px;
}

#surveyWrap, #surveyWrap2 {
	text-align:center;
	width:90%;
}

#surveyWrap3 {
	text-align:left;
	width:70%;
}


#surveyWrap TABLE, #surveyWrap2 TABLE {
	border-collapse: collapse;
	empty-cells: show;
	/* show or hide (not support IE)*/
	border: 1px solid #999999;
	color:#333;
}


#surveyWrap TH {
	font-weight: bold;
	background: #eee;
	background-color:#c0e4df;
	border: 1px solid #999;
	text-align: center;
	height:48px;
}

#surveyWrap TD {
	border: 1px solid #999;
	text-align: center;
	width:13%;
	height:36px;
}

#surveyWrap TD.left {
	text-align:left;
}

#surveyWrap2 TH {
	font-weight: bold;
	background: #eee;
	background-color:#c0e4df;
	border: 1px solid #999;
	text-align: center;
	width:150px;
	font-size:15px;
}

#surveyWrap2 TD {
	border: 1px solid #999;
	width:400px;
	height:60px;
	font-size:15px;
	line-height:1.5;
}

/*--------------------------------------------
 カスタム要素
----------------------------------------------*/


.topBack {
	text-align:left;
}
.topBack::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 19px;
    background-image: url('images/book_img.png');
    background-position: center;
    background-size: contain;
	vertical-align: middle;
	margin:0 5px 0 0;
}

.LinkButton {
	font-size:12px;
	margin:3px;
	padding:3px;
	background-color:#e0e0e0;
	color:#333366;
	text-align:center;
	cursor:hand;
}

/* テーブル行色 */
#surveyWrap .rowcolor tr:nth-child(2n+1) {  
  background-color: #EFEFEF;  
}

.boxSq {
	width:800px;
	padding:20px 30px;
	text-align:left;
	border:#CCC 1px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display:inline-block;
}

.boxSq2 {
	width:auto;
	padding:0px 0 30px 30px;
	font-size:15px;
	line-height:1.5;
}


.chusyaku {
	float: right;
    margin-right: 50px;
    text-align: left;
    clear: both;
    margin: 20px 50px;
	}