<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title-news-en{
	font-size: 2.5em;
	margin-bottom: 5px;
	letter-spacing: 2px;
	font-weight: bold;
}
.contents-area {
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eeeeee;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
}
.mar_top_contents {
	margin-top: 200px;
}
.download-btn {
	background-color: #333;
	color: #CCC;
	padding: 5px 5%;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.download-btn:hover {
	background-color: #595959;
	color: #FFF;
}
#entry-box{
	width:96%;
	float: left;
}

.wrap{
	margin:0 auto;
}



.box-cop3x {
	width: 32%;
	overflow:visible;
	float:left;
	font-size:11px;
	line-height:1.8em;
	margin-bottom: 15px;
	margin-right: 5px;

}
.in-box-members {
width: 100%;
padding: 0;
float: left;

}
.member-img{
	width:30%;
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
}
.thumbs {
  width: 50%;

  position: relative;
}
.thumbs::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbs img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.member-title{
	float: left;
	width: 40%;
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
}
.member-title-s{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0;
	margin-bottom: 10px;
}
.member-title a{
	text-decoration: none;
	font-weight: bold;
}
.member-profile, .member-profile-s{
	font-size: 12px;
	margin-top: 5px;
	font-weight: normal;
	font-style: normal;
}
.member-text,.member-text-s{
	width: 100%;
	float: left;
	height: 15em;
	font-size: 13px;
	line-height: 22px;
}
.service-text {
	width: 90%;
	margin-bottom: 30px;
}
.text-s {
	font-size: .7em;
}
/*----- table -----*/
.td-name {
	width: 25%;
}
/*----- form -----*/
.form-area {
	padding-right: 10%;
	padding-left: 10%;
}
.form-title{
	letter-spacing: 2px;
	margin-top: 15px;
	font-size: 0.9em;
}
.form-btn{
	text-align: center;
}
.news-cat {
	float: left;
	width: 90%;
	margin-bottom: 30px;
	margin-right: 5%;
	margin-left: 5%;
}
.news-pic {
	float: left;
	width: 90%;
	margin-bottom: 30px;
	margin-right: 5%;
	margin-left: 5%;	
}
.entry-text {
	float: left;
	width: 90%;
	margin-bottom: 30px;
	margin-right: 5%;
	margin-left: 5%;		
}
.pageng{
    margin-left: auto;
    margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.pageng li{

    margin-left: 5%;
    margin-right: 5%;
    float:left;
}
.pageng li:first-child{
    margin-left: 33%;

}
.pageng li:last-child{
    margin-right: 0;
}
.pageng li sapn{
	color: #ccc;
}

/*----- form -----*/


input[type="text"]{
border: 1px solid #ccc;
padding:7px;
color:#333;
margin: 0;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
font: 1.3em Arial, sans-serif;

}

input[type=checkbox] {

    margin-right: 10px;
}



textarea {
border:0;
padding:10px;
color:#333;
border: 1px solid #ccc;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	font: 1.3em Arial, sans-serif;
	margin: 2px 0 0;
}
/*----- select-----*/
select {
	width: 150px;
	height: 36px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 30px 3px 10px;
	font-size: 14px;
	background: #fff url(../images/arrow_d.png) no-repeat right 50%;
	background-size: 20px, 100%;
}


@media screen and (max-width: 959px) {
	.news-pic img{
	width: 94%;
	padding-right: 2%;
	padding-left: 2%;
	}
}
@media screen and (max-width: 829px) {
	.contents-area {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	}
}
@media screen and (max-width: 768px) {
	.box-cop3x {
	width: 49%;
	overflow:visible;
	float:left;
	font-size:11px;
	line-height:1.8em;
	margin-bottom: 15px;
	margin-right: 1%;

	}
	.no-smp {
		display: none;
	}
	.member-img{
	margin-bottom: 5px;
	}
	.thumbs img {
		width: 90%;
		height: 90%;

	}
	.title-news-en{
	font-size: 2em;
	}
	.mar_top_contents {
	margin-top: 50px;
	}
	
	.member-title-s{
	font-size: 14px;
	font-weight: bold;
	margin-left: 0;
	}

	.member-profile-s{
	font-size: 10px;
	margin-top: 2px;

	}
	.member-text-s{
	width: 100%;
	float: left;
	height: 10em;
	font-size: 12px;
	line-height: 18px;
	}
	
}
@media screen and (max-width: 670px) {

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 530px) {

}
@media screen and (max-width: 480px) {

	.title-news-en{
	font-size: 1.5em;
	}
	.title-news{
	font-size: 1em;
	}
	.thumbs {
	width: 95%;
	margin-left: 1%;
	}
	.member-profile{
	width: 90%;	
	font-size: 9px;
	}
	.member-title{
	width: 90%;		
	margin-left: 1%;
	font-size: 1.4em;
	}
	.member-text{
	width: 97%;		
	margin-left: 1%;
	font-size: 1em;
	line-height: 1.4em;
	}
	.member-title-s{
	font-size: 11px;
	font-weight: bold;
	margin-left: 0;
	}
	.member-text-s{
	height: 12em;
	font-size: 10px;
	line-height: 18px;
	}
}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 320px) {

}</pre></body></html>