@charset "UTF-8";

.pk-bgbox{
	width:90%; 
	height:auto;
	background-image:url(./images/common/subttlbg.png);
	background-repeat:repeat;
	font-size:1.6em;
	padding: 10px 5%;
	color: #fff;
}
.pk-bgbox02{
	width:90%; 
	height:auto;
	background-image:url(./images/common/subttlbg.png);
	background-repeat:repeat;
	font-size:1.1em;
	padding: 10px 5%;
	color: #fff;
}
.pk-bgbox02 h3{
	 font-size: 1.3em;
	 margin-bottom: 5px;
}


#penki{
}
.penki_table{
	width:96%;
	height:auto;
	font-size:1.2em;
	font-weight: bold;
	border-top : 1px solid #595959;
	border-right: 1px solid #595959;
	margin:0 2%;
}

.penki_table td {
	padding: 10px 4px 10px 30px ;
	border-bottom: 1px solid #595959;
	border-left: 1px solid #595959;
	border-collapse: collapse;
}

td.color{
	background: #DA0011 none repeat scroll 0% 0%;
	color: #fff;
}




/*--------------------------------------------------------
モバイル用レイアウト640px以下
--------------------------------------------------------*/

@media
only screen and (max-width : 640px){

#penki .penki_table{
	width:100%;
	height:auto;
	margin:0%;
}



}

