@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
 　ブロック
---------------------------------------------------- */
#informationWrap {
	padding:10px 0;
}
 @media print, screen and (min-width: 768px) {
#informationWrap {
	padding:10px;
}
}
#information {
	margin-top:20px;
}
.wrapper {
	margin-top:10px;
	margin-bottom:10px;
}
.text {
	margin-top:10px;
}

/* ----------------------------------------------------
 タイトル
---------------------------------------------------- */
.ttl01 {
	font-size:1.2em;
	border:0;
	border-bottom:4px solid #ccc;
}
.ttl-sub01 {
	font-size:1em;
	padding:5px 15px;
	margin-top:15px;
	background:#ccc;
	font-weight:500;
}

.ttl-sub02 {
	font-size:1em;
	padding:5px 15px;
	margin-top:30px;
	background:#ccc;
	font-weight:500;
}

.ttl-sub03 {
	font-size:1em;
	font-weight:500;
	margin-top:30px;
	border-bottom:2px solid #ccc;
	font-weight:500;
}

/* ----------------------------------------------------
	Icon
---------------------------------------------------- */

/* 背景画像『・』 */
.icoDot2 {
	padding-left:20px;
	background:url("/support/images/dot_black.gif") no-repeat 6px 13px;
}


/* ----------------------------------------------------
	List　※リストの『・』は必ず画像を使用
---------------------------------------------------- */
/* 背景画像『青●』 */
.listDot {
	padding-top:10px;
}
.listDot li {
	padding-left:20px;
	padding-bottom:10px;
	list-style:none;
	background:url("/support/images/ico_circle_ns.gif") no-repeat 3px 0.6em;
}
ol.brackets li {
	padding:0 0 0 2.6em;
	text-indent:-2.6em;
	list-style:none;
	background-image:none;
}
/* 背景画像『・』 */
.listDot2 {
	padding-top:10px;
}
.listDot2 li {
	padding-left:20px;
	padding-bottom:10px;
	list-style:none;
	background:url("/support/images/dot_black.gif") no-repeat 6px 13px;
}
/* ----------------------------------------------------
	font weight
---------------------------------------------------- */
.f_wit5 {
	font-weight:500;
}
/* ----------------------------------------------------
	TextIndent＆TextNotBreak
---------------------------------------------------- */
.txtIndent {
	padding-left:1.3em;
	text-indent:-1.3em;
}

/* ----------------------------------------------------
	link
---------------------------------------------------- */
.wrapper a:link {
	color:#0017c1;
}
.wrapper a:visited {
	color:#8b008b;
}
.wrapper a:hover {
	color:#0017c1;
}
.wrapper a:active {
	color:#ff0000;
}
.icoLink, .icoLink_b  {
	background: none;
	padding: 0;
	position: relative;
	padding-left: 1em;
}
.icoLink::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	color: #ff0000;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 11px;
	left: 0;
	margin-top: -0.4em;
}

.icoLink_b::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	color: #000;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 11px;
	left: 0;
	margin-top: -0.4em;
}


/* ----------------------------------------------------
	img
---------------------------------------------------- */	
.maxImg img {
	max-width:100%;
	width:auto;
	margin:10px;
}
/* ----------------------------------------------------
	バナーリンク
---------------------------------------------------- */	

#bannerLinks ul {
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
}
#bannerLinks ul li {
	width: 210px;
	margin-right: 2%;
	margin-bottom: 1rem;
}

/* ---------------------------------------- */
/* --- 品質表示や取り扱い表示 -------*/
/* ---------------------------------------- */
.qualityTable {
	margin-top:10px;
	margin-bottom:20px;
}
.qualityTable th{
	padding:5px;
	border:1px solid #cccccc;
	text-align:center;
	font-weight:normal;
	width:25%;
}

.cell_bggray{
	background-color:#eee;
	text-align:center;
	font-weight:normal;
}
.qualityTable td {
	padding:5px;
	border:1px solid #cccccc;
	width:75%;
}

.preparationTable {
	max-width:500px;
	margin:15px 20px 5px 20px;
	border-collapse:collapse;
}
.preparationTable th {
	width:20%;
	padding:5px;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	text-align:center;
}
.preparationTable td {
	padding:5px;
	border:1px solid #cccccc;
	text-align:center;
}

table img{
	max-width:100%;
	width:auto;}
	
/* ----------------------------------------------------
	box
---------------------------------------------------- */		
.attBoxorange{
	padding:10px;
	background-color:#FDE6D2;
}

.boxDot {
	border:1px dotted #555;
}