/* CSS Document */
#h1_area .bg_h1
{
	background-image: url(images/bg_h1.jpg);

}

article h2
{
	font-size: 38px;
	line-height: 140%;
	margin-bottom: 30px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33726a;
}

article h3
{
	font-size: 36px;
	line-height: 140%;
	margin-bottom: 30px;
	color: #33726A;
	font-weight: normal;
}



article h4
{
	font-size: 24px;
	line-height: 140%;
	color: #33726A;
	padding-bottom: 6px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	text-align: justify;
}

article h4:before
{
	content: "";
	background-color: #F3D72A;
	display: block;
	height: 3px;
	width: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

article .date
{
	font-size: 18px;
	line-height: 140%;
	text-align: right;
}


#permission table
{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f8b82;
}

#permission table th
{
	color: #FFF;
	background-color: #3F8B82;
	font-size: 20px;
	line-height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
}

#permission table th:last-child
{
	border-right-style: none;
}

#permission table td
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3f8b82;
	vertical-align: middle;
}

#permission table td:first-child
{
	text-align: justify;
	padding-left: 70px;
}

#permission table td:last-child
{
	border-right-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#permission table td:last-child a
{
	color: #000;
	background-color: #f3d72a;
	display: inline-block;
	padding: 10px;
	line-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#permission table td:last-child a:after
{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
	background-color: #FF9933;
}

#permission table td:last-child a:hover
{
	color: #fff !important;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}


#permission table td:last-child a:hover:after
{
	transform: scale(1, 1);
}

#permission table tr:nth-child(2n+1) td
{
	background-color: #d3e9e8;
}


#licence dl dt table
{
	width: 100%;
	margin-bottom: 60px;
}

#licence dl dt table th
{
	padding: 10px;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	line-height: 120%;
}

#licence dl dt table td
{
	text-align: right;
	vertical-align: top;
	width: 4em;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #33726A;
	line-height: 120%;

}

#licence dl dt table tr:nth-child(2n-1) th,
#licence dl dt table tr:nth-child(2n-1) td
{
	background-color: #d3e9e8;
}

#machinery dl dt table
{
	width: 100%;
	margin-bottom: 60px;
}

#machinery dl dt table th
{
	padding: 10px;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	line-height: 120%;
}

#machinery dl dt table td
{
	text-align: right;
	vertical-align: top;
	width: 4em;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #33726A;
	line-height: 120%;

}

#machinery dl dt table tr:nth-child(2n-1) th,
#machinery dl dt table tr:nth-child(2n-1) td
{
	background-color: #d3e9e8;
}



/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{

#licence dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#licence dl dt
{
	display: table-cell;
	width: 550px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#licence dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

#licence dl dd:nth-child(4n)
{
	display: table-row;
	height: 30px;
}


#machinery dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#machinery dl dt
{
	display: table-cell;
	width: 550px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#machinery dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

#machinery dl dd:nth-child(4n)
{
	display: table-row;
	height: 30px;
}




}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:1199px)
{




}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{


#permission table 
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3f8b82;
}

#permission table th
{
	display: none;
}

#permission table td
{
	display: block;
	border-right-style: none;
	padding-top: 0px;
	padding-right: 10px !important;
	padding-bottom: 0px;
	padding-left: 10px !important;
	text-align: left;
	line-height: 120%;
}

#permission table td:nth-child(1)
{
	padding-top: 10px;
}

#permission table td:nth-child(3)
{
	text-align: center;
}

#permission table td:nth-child(1):before
{
	content: "許可種別：";
	font-size: 16px;
	color: #3f8b82;
	display: block;
	font-weight: bold;
}

#permission table td:nth-child(2):before
{
	content: "許可番号：";
	font-size: 16px;
	color: #3f8b82;
	display: block;
	font-weight: bold;

}

#licence dl dt table td
{
	width: 3em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: middle;
}

#machinery dl dt table td
{
	width: 3em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: middle;
}


}