




#flash{
	color:#FFF;
	margin-top:8px;
	margin-bottom:18px;
}


#contents{
	width:940px;
	background-color:#FFF;
	xpadding-top:20px;
}


#rightarea{
	width:286px;
	background-color:#fffbda;
	xheight:570px;
	float:right;
}

#keitai{
	margin-top:50px;
}

h3{
	margin-bottom:10px;
}


#leftarea{
	width:654px;
	text-align:left;
}


h4{
	float:left;
	margin-bottom:20px;
}

.rm{
	margin-right:19px;
}


h5{
	margin-bottom:10px;
}



#newsarea{
	margin:10px 0 50px 0;
	width:636px;
	height:1120px;
}

/*#newsarea p{
	font-size:110%;
	border-bottom:dotted 1px #999;
	padding-top:14px;
	padding-bottom:10px;
}*/


/*ΕVξρmasonryGA*/

#container{
	width:636px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*height: 900px;*/
}

.item {
    width: 280px;
	height:230px;
    margin: 10px;
    padding:8px;
    /*float: left;*/
    /*border: 1px solid #efefef;*/
	border:solid 1px #ddd;
    border-radius:2px;
}


.kiji_img img{
	position: absolute;
	clip: rect(50px, 280px, 160px, 0px);
	margin-top: -50px;
	margin-bottom: -50px;
}

.kiji_img {
	position: relative;
	width: 280px;
	height:110px;
	margin-bottom:4px;
}


.kiji_date{
	font-size:80%;
	display:block;
	margin-bottom:4px;
}


.kiji_title{
	font-weight:bold;
	font-size:120%;
	display:block;
	border-left:5px solid #F3C;
	padding-left:4px;
	margin-bottom:4px;
	xheight:30px;
}

.kiji_entry{
	text-align:justify;
	font-size:90%;
	line-height:1.5;
}



#newsarea a:link{
	color:#F3C;
	text-decoration:none;
}

#newsarea a:visited{
	color:#F3C;
	text-decoration:none;
}

#newsarea a:hover{
	color: #f90;
	text-decoration:underline;
}

#newsarea a:active{
	color: #f90;
	text-decoration:none;
}


#linkarea{
	width:970px;
	margin:30px auto;
	text-align:left;
	font-size:80%;
	color:#666;
}




/*v]Eκξoi[ΗΑ*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.opinion_btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background:#fff;
  padding:140px 0 30px 0;
  font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro",Verdana,"CI","lr oSVbN","MS P Gothic","Osaka",sans-serif;
}


.btn,
a.btn,
button.btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}






a.btn-border {
  border: 3px solid #fff;
  border-radius: 0;
  background: #fff;
  font-size:15px;
  color: #530;
  font-weight:bold;
}

a.btn-border:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #fff;
}

a.btn-border:hover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}



