@charset "UTF-8";
/* CSS Document */
body{font-family: 'Noto Sans JP', sans-serif;}

ul{
	margin:0;
	padding:0;
}

ul,ul li{
	list-style:none;
}

a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.clearfix::after{
   content: "";
   display: block;
   clear: both;
}

body{background-color: #f4f4f4;}

.wrapAll{
	width:600px;
	margin:0 auto;
	padding-bottom: 3em;	
}

.newsList{
	width:100%;
	padding-bottom: 2em;
}

.newsList ul{
}

.newsList ul li{	
	margin-top: 1.5em;	
	box-shadow:2px 2px 8px 2px rgba(33,0,26,0.07);
	border-radius:8px;
	background-color:#fff;	
	font-size: 14px;
	text-decoration:none;
	color:#000000;
	padding:30px;
}

.newsList ul li .imgBox{
	margin: 0 auto;	
	width: 50%;
}

.newsList ul li .txtBox{
	margin-top: 10px;	
}

.newsList ul li span.new{
	background: #f0492a;
	border-radius: 5px;
	padding: 2px 10px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.newsList ul li a{
 	color:#04b7b4;
	text-decoration: none;
}

.newsList h3{
	padding-top:0.4em;
	padding-bottom:0.4em;
	color:#28545b;
	font-size: 16px;
}

.homeBtn a{
	display: block;
	text-decoration: none;
	color: #fff;
	background: #000;
	font-size: 16px;
	border: 1px #000 solid;
    cursor: pointer;
    outline: none;
    padding: 0;
	width: 50%;
    height: 3em;
    line-height:  3em;;
    border-radius: 50px;
	margin: 2em auto;
	text-align: center;
}


/*560px未満*/
@media screen and (max-width: 559px) {
	.wrapAll{
		width:100%;
	}

	.newsList{
		width:96%;
		margin:0 auto;
	}
	
	.homeBtn a{
		width: 70%;
	}
	.newsList ul li .imgBox{
		margin: 0 auto;
		width: 100%;
	}
}
