@charset "utf-8";


/* ------------------------------------------------------------------------------------------------------------------ */

/*===============================================
●カタログダウンロード
===============================================*/
 .download {
	position:relative;
 }

 .log2, .log3 {
	padding-top: 30px;
 }

 .cata-title {
	width: 100%;
	background: #FFF;
	background: rgba(255,255,255,0.5);
	/*border: 1px solid #006C6D;*/
	border:1px solid rgba(0,108,109,0.5);
	border-left: 6px solid #01B1AF;
	position: relative;
 }

 .cata-title h1 {
	text-align: left;
	/*font-family: "MS PMincho",serif;*/
	font-weight: bold;
	color: #003448;
	position: relative;
	margin: 0;
 }

 .cata-title span.type {
	color: #004810;
 }

 .cata-img img {
	display: block;
	width: 100%;
	height: auto;
	position:relative;
 }

 .download table  { 
	text-align: left;
	overflow: hidden;
	/*border:1px solid #008000;*/
	background: rgba(255,255,255,0.5);
	border:1px solid rgba(0,128,0,0.5);
	position:relative;
 }

 .download .cata a:link { 
	text-decoration: none;
 }

 .download p {
	position:relative;
 }

 .download .icon {
	position:relative;
 }

 .download p a, .download ul li a {
	display: block;
	color: #002604;
	padding: 5px 0;
 }

 .download ul li a {
	padding: 3px 0;
 }

 .download p a:hover, .download ul li a:hover {
	background-color: #68B04D;
	color: #FFFFFF;
 }

 .download ul li {
	list-style:none;
	position:relative;
 }

 .cata {
	display: flex;
	flex-wrap: wrap;
 }


 .other-catalog {
	text-align: right;
	margin-top: 10px;
 }

 .other-catalog a {
	color: #000;
	/*font-weight: bold;*/
	text-decoration: underline;
 }

 .other-catalog a:hover {
	color: #01B1AF;
	text-decoration: none;
 }
