@charset "utf-8";


.pagewrap {
	width: 100%;
	background: #fff;
}

.box {
	width: 100%;
}

/*------------------------------------------------------------
	.dirnavi
------------------------------------------------------------*/
.dirnavi {
	margin:10px 0 20px 0;
}
.dirnavi ul {
}
.dirnavi ul li {
	float:left;
	font-size:92%;
	line-height:1.3;
	margin-right:8px;
}

.dirnavi ul li a {
	display:block;
	float:left;
	color:#111;
	margin-right:9px;
}
.dirnavi ul li a:hover {
	color:#4f7c0c;
	text-decoration:underline;
}


/* pagetitle
------------------------------------------------------------*/

#pagetitle {
	width: 100%;
	height: 52px;
	overflow: hidden;
	background: url(../../common/images/bg_pgtt.png) repeat-x;
}
#pagetitle div {
	position: relative;
	width: 1000px;
	margin: 0px auto;
}
#pagetitle div h1 {
	position: absolute;
	top: 16px;
	left: 10px;
	font-size: 1.3em;
	color: #666;
	font-weight: 300;
	letter-spacing: 0.2em;
}

/* subtitle
------------------------------------------------------------*/

.ictxt01 {
	background: url(../../common/images/icon01.png) no-repeat 0px 3px;
}
.ictxt01 p {
	padding: 0 0 0 32px;
	font-size: 1.3em;
	color: #000;
	line-height: 1.9em;
}


/* news
------------------------------------------------------------*/

.newslist {
	width: 94%;
	margin: 30px 3% 0;
	padding: 0;
	text-align:left;
}
div.newsitem {
	width: 100%;
	margin: 0%;
	border-bottom: solid 1px #ccc;
	z-index:0;
}

div.newsitem dl {
	width: 90%;
	margin: 0 5%;
	padding: 30px 0 26px;
	line-height: 1.8em;
}
div.newsitem dl dt {
	padding:0 0 3px 0;
	font-size: 1.1em;
	color: #4f7c0c;
}
div.newsitem dl dd {
	font-size: 1.0em;
}
div.newsitem dl dd.nsub {
	padding: 0 0 12px;
}
div.newsitem dl dd.ncom {
	padding: 20px;
	background: #f9f9f9;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	border-radius:5px;
}
div.newsitem dl dd.nlink {
	padding: 12px 0 0;
}
div.newsitem dl dd.nlink .btn02 {
	width: 40%;
}

.linkNew {
	padding:0 4px;
	color:#ff0000;
}
div.newsitem p.linkbtn a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
div.newsitem p.linkbtn a:hover {
	background-color:#f0f7d9;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.20;
}



/* about
------------------------------------------------------------*/

.pgabout .cont01 .gridWrapper {
	width: 100%;
	margin: 0 auto 60px;
}
.pgabout .cont01 .grid {
	float: none;
	width: 100%;
	margin: 0 auto 20px;
}
.pgabout .cont01 .grid02 {
	float: none;
	width: 100%;
}
.pgabout .cont01 .grid01 img {
	width: 100%;
	height: auto;
}
.pgabout .cont01 .grid02 img {
	width: 60%;
	max-width: 400px;
	height: auto;
	margin-bottom: 20px;
}
.pgabout .cont01 .grid02 .topname {
	margin-top: 10px;
	font-size: 1.2em;
	color: #666;
}

.pgabout .cont02 .gridWrapper {
	width: 100%;
	margin: 0 auto 60px;
}
.pgabout .cont02 .grid01 {
	width: 40%;
}
.pgabout .cont02 .grid02 {
	width: 56%;
	margin-left: 4%;
}
.pgabout .cont02 .gmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}
.pgabout .cont02 .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pgabout .cont02 .grid02 .btnbox {
	width: 60%;
	padding-top: 30px;
}

.topcopy {
	font-size: 1.1em;
	color: #333;
	line-height: 2.0em;
}

.aboutbox .grid {
	width: 64%;
}
.aboutbox .grid.wdph {
	width: 36%;
}
.aboutbox .grid.wdph img {
	width: 90%;
	height: auto;
	display: block;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
.aboutbox .grid {
	width: 64%;
}
.aboutbox .grid p.txtbox {
	padding: 2% 0 0 5%;
	font-size: 1.1em;
	color: #666;
	line-height: 2.0em;
}


/*------------------------------------------------------------
	.team
------------------------------------------------------------*/

#team-box {
	width: 100%;
	padding: 0 0 80px 0;
}
.team01 {
	background:#fff url(../../common/images/about/team_ph01.jpg) no-repeat right 0;
	background-size: 360px auto;
}
.team02 {
	background:#fff url(../../common/images/about/team_ph02.jpg) no-repeat right 0;
	background-size: 360px auto;
}
.team03 {
	background:#fff url(../../common/images/about/team_ph03.jpg) no-repeat right 0;
	background-size: 360px auto;
}
#team-box ul {
	width: 600px;
	margin:0 0 0 25px;
	padding:10px 0 20px 0;
	list-style-type:none;
}
#team-box ul li {
	padding:8px 0 4px 0;
	font-size: 94%;
	color:#666;
	font-weight:normal;
	border-bottom:1px solid #d7d7d7;
}
#team-box ul li.teamname {
	position:relative;
	height:48px;
}
.team01 .teamname {
	background:#fff url(../../common/images/about/team_name01.png) no-repeat 0 0;
}
.team02 .teamname {
	background:#fff url(../../common/images/about/team_name02.png) no-repeat 0 0;
}
.team03 .teamname {
	background:#fff url(../../common/images/about/team_name03.png) no-repeat 0 0;
}
#team-box ul li.teamname span {
	position: absolute;
	top: 26px;
	right:0;
	color:#999;
}
#team-box ul li a {
	padding:0;
	color:#4f7c0c;
}
#team-box ul li span {
	padding:0 18px 0 10px;
	color:#111;
}
#team-box p {
	width: 506px;
	height: 170px;
	padding:0 0 0 50px;
	font-size: 94%;
	color:#333;
	font-weight:normal;
	line-height:180%;
}
#team-box .smpimg {
	display: none;
}
.memberdiv {
	width: 40%;
	margin: 0 auto 0 10%;
}
.memberdiv div {
	margin: 0 0 8px;
	border-bottom: dotted 1px #666;
}
.memberdiv div span {
	display: inline-block;
	width: 80px;
}
.memberdiv div span.bthy {
	display: inline-block;
	width: 80px;
	margin: 0 0 0 20px;
	font-size: 12px;
	color:#999;
	font-style: italic;
}


/*------------------------------------------------------------
	.contact
------------------------------------------------------------*/

#contact-box {
	width: 94%;
	margin: 0 3% 20px;
	padding: 0 0 30px 0;
}
#form-box {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #d5d5d5;
}
#form-box label {
	float:left;
	display:block;
	width: 15%;
	font-size:12px;
	color:#333;
	clear:left;
	line-height: 3.0em;
	border-right:solid 1px #ccc;
}
#form-box label span {
	padding: 0 0 0 6px;
	color:#ff0000;
}
.forminput {
	float: left;
	display: block;
	margin: 0 0 0 30px;
	padding: 3px 2px 4px 2px;
	color: #111;
}
.input {
	padding:3px 2px 4px 6px;
	background-color:#f1f1f1;
	border:1px solid #ccc;
	color:#111;
	margin-bottom:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.sz200 { width:200px; }
.sz400 { width:400px; }
.sz500 { width:500px; }

.textarea {
	width:500px;
	height:80px;
	padding:4px;
	background-color:#f1f1f1;
	border:1px solid #ccc;
	color:#111;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:12px;
}

input.sendBtn {
	display:block;
	width:163px;
	height:43px;
	background:url(../images/submitbtn.png) no-repeat 0 0;
	margin:20px 0 0 350px;
	cursor:pointer;
	border:none;
}
input.sendBtn:hover {
	background-position:right 0;
}
.formbtnbox {
	width: 40%;
	margin: 0 30%;
	padding: 20px 0;
}

.thanksbox {
	width:800px;
	margin:40px 0 40px 60px;
	padding:50px 0px;
	border:1px solid #d5d5d5;
}
.thanksbox h6 {
	padding:0 0 10px 0;
	font-size:120%;
	color:#cc0000;
	text-align:center;
}
.thanksbox p {
	padding:15px 60px;
	font-size:110%;
	color:#555;
	line-height: 2.0em;
}
.thanksbox h6 {
	padding:0 0 10px 0;
	font-size:120%;
	color:#cc0000;
	text-align:center;
}
.bkhomebtn {
	width: 30%;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align: center;
}

/*------------------------------------------------------------
	.link
------------------------------------------------------------*/

#link-box {
	width: 100%;
	margin:0 0 20px;
	padding: 0 0 30px 0;
	border-bottom:1px solid #d5d5d5;
}
#link-box .linkctg {
	float: left;
	width: 20%;
	margin: 0;
	padding: 18px 0 10px 0;
	font-size: 120%;
	color: #4f7c0c;
}
#link-box .linklist {
	float: right;
	width: 74%;
	margin: 0;
	padding: 10px 0 18px 0;
	border-left: solid 1px #ccc;
}
#link-box .linklist ul {
	margin:0 0 0 40px;
	list-style-type:none;
}
#link-box .linklist ul li {
	padding:0;
	font-size: 0.9em;
	color:#666;
	font-weight:normal;
	border-bottom:1px solid #d7d7d7;
}
#link-box .linklist ul li a {
	display:block;
	padding:8px 4px 8px 8px;
	color:#555;
}
#link-box .linklist ul li a span.lkurl {
	font-size:84%;
	color:#f8ac4a;
	padding:0 0 0 8px;
}
#link-box .linklist ul li a:hover {
	background-color:#f0f7d9;
}



@media only screen and (max-width: 767px){

#pagetitle div {
	position: relative;
	width: 100%;
	margin: 0px auto;
}
#pagetitle div h1 {
	left: 10px;
}




div.newsitem dl {
	width: 96%;
	margin: 0 2%;
}
div.newsitem dl dd {
	font-size: 1.0em;
}
div.newsitem dl dd.nsub {
	padding: 0 0 8px;
}
div.newsitem dl dd.ncom {
	padding: 10px;
}
div.newsitem dl dd.nlink {
	padding: 12px 0 0;
}
div.newsitem dl dd.nlink .btn02 {
	width: 100%;
}


/* about
------------------------------------------------------------*/

.pgabout .cont01 .gridWrapper {
	width: 100%;
	margin: 0 auto 60px;
}
.pgabout .cont01 .grid01,
.pgabout .cont01 .grid02 {
	width: 96%;
	margin: 0 2% 2%;
}
.pgabout .cont01 .grid01 img {
	width: 60%;
	height: auto;
	margin: 0 20%;
}
.pgabout .cont01 .grid02 img {
	width: 60%;
	height: auto;
	margin: 20px 0 6px;
}

.pgabout .cont02 .grid01,
.pgabout .cont02 .grid02 {
	width: 96%;
	margin: 0 2% 2%;
}
.pgabout .cont02 .gmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}
.pgabout .cont02 .grid02 .txt {
	text-align: center;
}
.pgabout .cont02 .grid02 .btnbox {
	width: 90%;
	margin: 0 5%;
	padding-top: 30px;
}

/*------------------------------------------------------------
	.team
------------------------------------------------------------*/

#team-box {
	width: 100%;
	padding: 0 0 30px 0;
}
.team01,
.team02,
.team03 {
	background: #fff;
}
#team-box ul {
	width: 100%;
	margin: 0;
	padding:10px 0 20px 0;
	list-style-type: none;
}
#team-box ul li {
	padding:8px 0 4px 0;
	font-size: 94%;
	color:#666;
	font-weight:normal;
	border-bottom:1px solid #d7d7d7;
}
#team-box ul li.teamname {
	position:relative;
	height:48px;
}
.team01 .teamname {
	background:#fff url(../../common/images/about/team_name01.png) no-repeat 0 0;
}
.team02 .teamname {
	background:#fff url(../../common/images/about/team_name02.png) no-repeat 0 0;
}
.team03 .teamname {
	background:#fff url(../../common/images/about/team_name03.png) no-repeat 0 0;
}
#team-box ul li.teamname span {
	position: absolute;
	top: 26px;
	right:0;
	color:#999;
}
#team-box ul li a {
	padding:0;
	color:#4f7c0c;
}
#team-box ul li span {
	padding:0 18px 0 10px;
	color:#111;
}
#team-box p {
	width: 90%;
	height: auto;
	margin: 0 5%;
	padding: 0 0 10px;
	font-size: 94%;
	color:#333;
	font-weight:normal;
	line-height:180%;
}
#team-box .smpimg {
	display: block;
}
#team-box .smpimg img {
	width: 90%;
	height: auto;
	margin: 0 6% 0 4%;
}


.memberdiv {
	width: 80%;
	margin: 0 auto 50px 10%;
}
.memberdiv div {
	margin: 0 0 8px;
	border-bottom: dotted 1px #666;
}
.memberdiv div span {
	display: inline-block;
	width: 80px;
}
.memberdiv div span.bthy {
	display: inline-block;
	width: 80px;
	margin: 0 0 0 20px;
	font-size: 12px;
	color:#999;
	font-style: italic;
}

/*------------------------------------------------------------
	.contact
------------------------------------------------------------*/

#form-box label {
	float: none;
	display: block;
	width: 100%;
	font-size: 12px;
	color:#333;
	clear:left;
	line-height: 2.0em;
	border-right: none;
	border-bottom: dotted 1px #ccc;
}
#form-box label span {
	padding: 0 0 0 6px;
	color:#ff0000;
}
.forminput {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 8px 2px 4px 2px;
	color: #111;
}
.input {
	padding:3px 2px 4px 6px;
	background-color:#f1f1f1;
	border:1px solid #ccc;
	color:#111;
	margin-bottom:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.sz200,
.sz400,
.sz500 {
	width: 100%;
}

.textarea {
	width: 100%;
	height: 100px;
	padding:4px;
	background-color:#f1f1f1;
	border:1px solid #ccc;
	color:#111;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:12px;
}


.formbtnbox {
	width: 80%;
	margin: 0 10%;
	padding: 20px 0;
}


/*------------------------------------------------------------
	.link
------------------------------------------------------------*/

#link-box {
	border-bottom: none;
}
#link-box .linkctg {
	float: none;
	width: 100%;
	margin: 0;
	padding: 12px 0 6px 0;
	font-size: 120%;
	color: #4f7c0c;
}
#link-box .linklist {
	float: none;
	width: 100%;
	margin: 0;
	padding: 6px 0;
	border-left: none;
}
#link-box .linklist ul {
	margin: 0;
}
#link-box .linklist ul li {
	padding:0;
	font-size: 0.9em;
	color:#666;
	font-weight:normal;
	border-bottom:1px solid #d7d7d7;
}



}


@media only screen and (max-width: 460px){


#team-box ul li {
	display: block;
	padding: 6px 18px 6px 24px;
	color:#111;
	line-height: 1.4em;
}
#team-box ul li span {
	display: block;
	margin: 0 0 0 -14px;
	color:#111;
}

}