/* Copyright (c) 1998-2015 SYSTRAT Corporation. All right reserved.  */
/* ★★ 100の質問用 レスポンシブ------------------------------- */
/* ★★ レスポンシブ------------------------------- */
	img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

body {
}

table{
	width: 100%;
	margin:0px 0px 1px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-collapse:collapse;
	border-spacing:0px;
	font-size: 14px;
	line-height: 16px;
}
table tr th,table tr td {
	border: 1px solid #CCC;
	padding: 5px 5px 3px;
	background: #66ffff;
}
table tr th {
	color: white;
	font-weight: bold;
	background: #6633ff;
}

h1 { font-size: 14px; line-height: 16px; color: darkblue;
	padding: 5px 10px;
	font-weight: bold;
	border-bottom: inset 1px #1E90FF;
	border-left: dotted 3px #1E90FF;
}
.head img {
	display:block;
}