@charset "utf-8";
* {margin:0;padding:0;list-style:none;}
body {
	font-size:14px;
	font-family:"メイリオ", Meiryo, sans-serif;
}
.home {
  position: fixed;
  left: 5px;
  top: 0;
  width: 50px;
  height: 40px;
  background-color: #666;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
.home:hover {
  background: #000;
}
.home a {
  display: block;
  padding: 5px 0 3px;
  text-decoration: none;
}
.home span {
  display: block;
  color: white;
  font-size: 11px;
  line-height: 1em;
  position: relative;
  top: -2px;
}
#news {
	width:900px;
	margin:0 auto;
	position:relative;
	margin-top:20px;
}
#news span {
	display:block;
	position:absolute;
	width:45px;
	background:#333;
	color:white;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	text-align:center;
	padding:2px 4px 2px 4px;
}

#news ul {
	height:60px;
	box-sizing:border-box;
	padding:5px 10px;
	font-size:12px;
	line-height:15px;
	border:1px dotted #ccc;
	overflow:auto;
	color:#666;
	padding-left:50px;
}
#news li {
	border-bottom:1px solid #EBEBEB;
	margin-bottom:3px;
}
footer {
	width:900px;
	margin:60px auto 5px;
	border-top:1px solid #ccc;
	padding-top:20px;
}
footer a {
	color:black;
}
footer a:hover {
	color:#4ABDCB;
}
footer h1 {
	font-size:21px;
	font-weight:bold;
	margin-bottom:10px;
}
footer ul {
	padding-left:15px;
	margin-bottom:20px;
}
footer li {
	line-height:2em;
}
footer li:before {
	content:"・";
}
#banner p {
	font-size:12px;
	margin-bottom:10px;
	letter-spacing:.05em;
}
#banner img:hover {
	opacity:.8;
}
#banner small {
	display:block;
	font-size:10px;
	color:#666;
	text-align:right;
	line-height:1.5em;
	margin-bottom:5px;
}
#banner .other {
  text-align: center;
  line-height: 2em;
}



#pr {
	width: 900px;
	margin: 3em auto 0;
	font-size: .9em;
	line-height: 1.6em;
}
#pr h1 {
	background: #333;
	color: white;
	font-weight: bold;
	padding: .3em 0 .1em 1em;
	letter-spacing: .05em;
	border-radius: 4px 4px 0 0;
}
#pr ul {
	border: 1px solid #333;
	padding: 2em 1em;
	overflow: hidden;
}
#pr li {
	width: 50%;
	float: left;
	min-height: 270px;
}

#pr li >a {
	display: block;
	border:1px solid white;
	overflow: hidden;
	box-sizing:border-box;
	padding: 1em;
}
#pr li >a:hover {
	border-color: lightskyblue;
	border-style: dashed;
	background: rgba(228,246,255,.1);
}
#pr li  a {
	color: #333;
	text-decoration: none;
}
#pr li div:nth-child(1){
	float: left;
}
#pr li div:nth-child(2){
	padding-left: 150px;
}
#pr li h2 {
	font-size: 2em;
	margin-bottom: .5em
}
#pr li.long h2 {
font-size:1.6em;
line-height:1.2em;
}
#pr div img {
  width: 110px;
}
#pr section:nth-child(1){
  margin-bottom: 1em;
}

.adsbygoogle {
  width: 900px;
  margin: 1em auto 2em;
}










