@charset "utf-8";

#community{
  background-color: #1ea0fa;
  color:#fff;
  position: relative;
  z-index:9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}

.contents{
  padding: 40px 0;
  position: relative; 
  width: 100%; 
  margin: 0 auto;
}
.contents-main{
  width: 100%; 
  display: inline-block; 
  vertical-align: top;
}
.contents-add{width: 230px; margin: 20px auto 0;}

.title{display:inline-block; *display:inline;}
.date{font-size:14px; color:#646668; margin:16px 5% 17px;}
.text-banner{margin:0px 5%; width: 90%; }
.text-banner img{
	width: 100%;
    height: auto;
}
.text-normal{
  padding: 10px 5%; 
  text-align: left;
  color: #313335; 
  width: 90%;
}
.text-normal span{
  padding:3px 0 5px 0;
  line-height: 2em; 
  font-size: 1.4em; 
}
.text-normal img{
	max-width: 90%;
    height: auto;
	margin: 0 5%;
}
.subtitle{
  font-weight: bold;
  font-size: 1.6em; 
  line-height: 1.6em; 
  padding: 15px 0 5px;
}

.hr-pay{margin:9px 2% 15px; width:96%; overflow:hidden; height:1px;border:none;border-top:1px solid #dbdddf;}

.link{margin:0px 5%;}
.link span{color: #646668; font-size: 1.4em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.link a{width: 70%;text-decoration: none; color: #646668; }
.link a:hover{color: #1ea0fa;}

.go {text-decoration: none; color: #646668; }
.go:hover {color: #1ea0fa;}

.go_sp{color:#F06; text-decoration:none; }
.go_sp:hover{color:#666;}


.fbold{font-weight:bold;}
.fitalic{font-style:italic;}
.fblue{color:#1ea0fa;}
.fred{color:#f06;}
.fyellow{color:#ff6600;}
.fgreen{color:#00b900;}
.fdarker{color:#777;}
.flighter{color:#bbb;}
.f16{font-size:1.5em;}
.f18{font-size:1.6em;}
.f20{font-size:1.7em;}


/* table by sure 220122 */
table, td, th {
  border: 1px solid #777;
}

table td, table th{
  text-align: center;
  padding: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
/* ends 220122 */