@charset "utf-8";
/* CSS Document */
/* cooperation */

body {
	background: url(../img/coo/coo_img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}

/* content */

.content table {
	margin: 0 auto;
	width: 60%;
	height: 80%;
}

.content table td {
	text-align: center;
	margin: 5px;
	width: auto;
	height: 100px;
}

.content table td p {
	color: #FFF;
	letter-spacing: 1pt;
	line-height: 25pt;
}

strong {
	color: #E0FFFF;
}

.cooperation p {
	color: #ADD8E6;
	letter-spacing: 0.8pt;
	line-height: 18pt;
	margin-top: 50px;
}

.cooperation .content a {
	color: #87CEFA;
}

 @media screen and (max-width:1000px) {
/* accordion menu color */

.menu_accordion ul {
	background-color: rgba(255,255,255,0.8);
}

label {
	border-bottom: 1px solid #888;
}

/* content */

.content {
	margin: 0;
	padding: 0;
	width: 100%;
}

.content table {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border-spacing: 0;
}

.content table td {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
	height: 150px;
}

.content table td p {
	color: #FFF;
	letter-spacing: 1pt;
	line-height: 25pt;
}
}
