@charset "utf-8";
/* CSS Document */

h2{
	font-size:18px !important;
	color:#fff;
	background-color:#62670B !important;
	border-bottom:3px solid #EACD30;
	padding:5px 10px !important;
	margin-bottom:5px !important;
	
}



div.master{
	height:100%;
	margin:10px 10px 20px 10px;
	padding:10px;
	background-color:#fff;
	border-top:1px solid #777;
	border-left:1px solid #777;
	border-right:2px solid #777;
	border-bottom:2px solid #777;
}

div.master h3{
	margin-bottom:5px;
	padding:2px;
	background-color:#339900 !important;
	color:#fff;
	font-size:18px;
	border-bottom:none !important;
}

div.master .left{
	float:left;
	width:320px;
}

div.master .left img{
	width:100%;
}

div.master .right{
	float:right;
	width:800px;
}

div.master .rightName{
	font-size:18px;
	margin-bottom:5px;
	color:#333;
	border-bottom:1px dashed #999;
}
div.master .koumoku{
	font-size:14px;
	font:bold;
	color:#339900;
	border-bottom:1px dashed #999;
	line-height:140%;
}
div.master .rightBun{
	font-size:14px;
	color:#333;
	border-bottom:1px dashed #999;
	line-height:140%;
}

div.master .img{
	margin-top:10px;
}

table.staff_tb{
	width:100%;
	font-size:16px;
}
table.staff_tb th{
	width:110px;
	color:#339900;
	text-align:left;
	font:bold;
	border-bottom:1px dashed #999;
	padding:3px;
}
table.staff_tb td{
	color:#000;
	text-align:left;
	border-bottom:1px dashed #999;
	padding:3px;
	line-height:130%;
}


table.staff_tb2{
	width:100% !important;
}



div#gaiyou{
	margin-bottom:20px;
}

div#gaiyou table{
	width:880px;
}

div#gaiyou th{
	width:150px;
	padding:3px;
	font-size:14px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px dashed #999;
}

div#gaiyou td{
	padding:3px;
	font-size:14px;
	line-height:130%;
	border-bottom:1px dashed #999;
}

div#gaiyou .gaikan{
	width:380px;
}



@media only screen and (max-width:1199px){
	div.master .right{
		width:60%;
	}
}


@media only screen and (max-width:900px){
	div.master .right{
		width:50%;
	}
}


@media only screen and (max-width:750px){
	div.master .left{
		float:none;
		width:100%;
		text-align: center;
	}
	
	div.master .right{
		float: none;
		width:100%;
	}
}

@media only screen and (max-width:360px){
	h2{
		font-size:18px !important;
		padding:5px 10px !important;
	}
}