/* タイトル
---------------------------------------------------- */
#informationWrap h3 {
	padding:0 15px 10px 15px;
	font-size:1.1em;
	font-weight:bold;
	border:0;
	border-bottom:4px solid #ccc;
}
/* 日付
---------------------------------------------------- */
#informationWrap .date {
	margin:20px;
	text-align:right;
}
/* 文章
---------------------------------------------------- */

#informationWrap .note {
	padding:15px 0;
}
/* 背景画像『青■』
 ---------------------------------------------------- */
.icoSq {
	padding-left:20px;
	background:url("/support/images/ico_square_matb.gif") no-repeat 2px 8px;
}
ul.list01 {
	display: flex;
}
.list01 li {
	list-style: none;
	margin-left: 20px;
}

.size160{
width:160px;}

.size210{
width:210px;}

/* ----------------------------------------------------
	table　仕様比較トップ
---------------------------------------------------- */


.tableType01 {
	width:100%;
	margin:10px auto;
	line-height:1.5;
}
.tableType01 th {
	border:1px solid #7f7f7f;
	padding:5px;
	background:#f2f2f2;
	font-weight:normal;
	text-align:center;
}
.tableType01 td {
	padding:5px;
	border:1px solid #7f7f7f;
	text-align:center;
}

.tableType01 td.cell_01{
text-align:left;
font-size:95%;}

.tableType01 td.cell_02{
background-color:#ffffe0;
font-size:95%;}

.boxGray {
	background-color:#f0f0f0;
	padding:5px 10px;
    margin-bottom:15px;
}


 @media only screen and (max-width: 767px) {
ul.list01 {
	display:block;
}
.tableType01 {
	font-size:95%;
}

.tableType01 td.cell_01{
text-align:left;
font-size:90%;}

.size160{
width:auto;}

.size210{
width:auto;}

}
