@charset "utf-8";
/*------ PC版ナビバーの幅調整 ------*/
h3.title{
	background-color: #f70093;
	text-align: center;
}
h3.title a{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
h3.title a:hover{
	color: #ffff00;
}
.mokuji span img{
	float: right;
	max-width: 345px;
	height: auto;
}
.inner .col_4 img{
	width: 100%;
	height: auto;
}
.inner .col_4{
	width: 19%;
}

/*------ PC版調整 ------*/
ul.item_list li{
	width: 23%;
  float: left;
  list-style-type: disc;
  margin-left: 2%;
}