@charset "UTF-8"

;@media screen and (max-width: 768px){
#pc-header{
	
  clear: both;	
  width : 1000px;  
  display : none;
}
}

#top{
  clear : both;
  padding-bottom : 5px;
}

#head{
  height : 18px;
  background-color : black;
  clear : both;
  padding-top : 2px;
  width : 100%;
  padding-bottom : 2px;
}

#site-name{
  float : left;
  font-size : 12px;
  margin-left : 10px;
}

#site-name a{
  color : white;
  text-decoration : none;
}

#head-navi{
  padding-right : 20px;
  float : right;
  font-size : 12px;
}

#head-navi li{
  float : left;
  margin-left : 10px;
}

#head-navi li a{
  color : white;
  text-decoration : none;
}

#headline{
  clear : both;  
  height : 90px;
  margin-bottom : 10px;
  width : 100%;
}

#title-19{
  float : left;
  clear : left;
  margin-top : 15px;
}

#common-navi{
  margin-top : 12px;
  clear : right;
  float : right;
  height : 82px;
  
}

#common-navi li{
  float : left;
  margin-left : 10px;
  background-color : white;
}

#gnavi-19{
  text-align : center;
  background-color : #6f5436;
  width : 1000px;
  margin-bottom : 15px;
}

#gnavi-19 ul{
	font-size: 0;
	margin-right : 0px;margin-bottom : 8px;margin-left : 0px;
	padding: 0;
	list-style: none;
}

#gnavi-19 li{
	box-sizing: border-box;
	width : 200px;
	font-size:18px;
	display: inline-block;
	border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : #000000;border-right-color : #000000;border-bottom-color : #000000;border-left-color : #000000;
	background-color : #6f5436;
}

#gnavi-19 li a{
	text-decoration: none;
	padding : 12px;
	color : white;
	display: block;
	font-size : 15px;
}

#gnavi-19 li a:hover{
	background: #c49a6a;
}

#undermenu-19{
	margin-bottom : 30px;
	padding-top : 10px;
	padding-left : 1%;
	padding-right : 1%;
	background-color : white;
}

/* --- パンくず --- */

ol.topicPath{
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 3px 0px 3px 10px;
	list-style-type: none;
	font-size: 80%;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color : #d2d2ff;
	border-left-color : #6f5436;
	background-color: white;
  width : 985px;
}

ol.topicPath li{
	display: inline;
}

ol.topicPath li a{
	margin-right: 6px;
  text-decoration : none;
}
/* --- パンくず --- */

.underA{
  float : left;
  width : 30%;
  margin-right : 5%;
  background-color : white;
  margin-top : -10px;
  margin-bottom : 20px;
}

.underB{
	background-color: white;
  width : 30%;
  float : left;
  margin-top : -10px;
  margin-bottom : 20px;
}

.underC{
	background-color: white;
	width : 30%;
	clear : right;
	float : right;
	margin-top : -10px;
  margin-bottom : 20px;
}

.underm{
	margin-bottom : 15px;
}

.underm li +li{
	
	border-top-width: 1px;	
	border-top-style: solid;	
	border-top-color: #e7e7e7;
	
}

.underm a{
	display: block;
	padding: 6px 5px;
	color: gray;
	text-decoration: none;
	position: relative;
	background-color: white;
	font-size: 12px;
	font-weight: bold;
}

.underm a:hover{
	background: #e7e7e7;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	text-decoration: none;
}

.underm a::after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cecece;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cecece;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.under01{
	padding-bottom : 4px;
	border-bottom-width : 2px;
	border-bottom-style: solid;
	border-bottom-color : #ff8080;
	text-align: center;
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	margin-top : 5px;
	padding-top : 8px;
	color: gray;
}

.under02{
	padding-bottom : 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color : #8080ff;
	text-align: center;
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding-top : 8px;
	color: gray;
}

.under03{
	padding-bottom : 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color : green;
	text-align: center;
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding-top : 8px;
	color: gray;
}

.under04{
	padding-bottom : 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color : #6666FF;
	text-align: center;
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding-top : 8px;
	color: gray;
}

.under05{
	padding-bottom : 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color : #A342B1;
	text-align: center;
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding-top : 8px;
	color: gray;
}

.under06{
	padding-bottom : 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color : #D7567F;
	text-align: center;
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding-top : 8px;
	color: gray;
}

.undermenu-typeA{
  margin-bottom : 15px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?n7stu6');
  src:  url('fonts/icomoon.eot?n7stu6#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?n7stu6') format('truetype'),
    url('fonts/icomoon.woff?n7stu6') format('woff'),
    url('fonts/icomoon.svg?n7stu6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
