@charset   "Shift_JIS";

/*■メイン*/

h3{
  color : orange;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
  text-align : center;
  font-size : 14px;
}

a:link{
  color : blue;
  text-decoration : underline;
}

a:visited{
  color : purple;
  text-decoration : underline;
}

hr{
  width : 98%;
}

img {
border: none;
}

p{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
}

IFRAME{
  white-space : nowrap;
}

/*■広告部分*/
.tweetbutton {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.red{
  color :  red;
}

.blue{
  color :  blue;
}

.center{
	text-align: center;
}

#kanpocha-detail{
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#mainadd-detail{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.add{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*■フッター−メニュー*/
.footer-main{
  width : 468px;
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 10px;
}

.footer-tittle{
  background-color : #e7efff;
  text-align : center;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
}

.footer-menu{
  background-color : #ffffff;
  text-align : center;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
}

.copyright{
  font-size : 12px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 10px;
  color : red;
}

body {
	font-size: 12px;
}

.koikatu{
  color : #ff00cc;
  font-size : 10pt;
  font-weight : bold;
  text-align : center;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

.btn-mail{
  color:#999999;
  font-weight: bold;
  text-align: center;
  display: block;
  background : #eeeeee;
  background-repeat : no-repeat;
  border: 1px solid #dddddd;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  width: 100%;
  padding: 10px 0;
  margin-top : 5px;
  background-image : url(img/mail.png);
  background-repeat : no-repeat;
  background-position : 95% 50%;
}

a.btn-mail{
  text-decoration: none;
}

#page{
  width: 468px;
}

#mainadd-right img{
  padding-top : 1px;
  padding-left : 24px;
}

#mainadd-right{
  background : white;
}

.adlut{
  color:#999999;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  display: block;
  background : #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 98%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top : 5px;
  margin-bottom : 5px;
}

.btn{
  color:#999999;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  display: block;
  background : #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 98%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top : 5px;
  margin-bottom : 5px;
}

.cation{
  padding-top:10px;
  color:red;
  text-align: center;
  font-size: 14px;
}

td{
  margin : 0px;
  padding : 0px;
}

.url{
 font-size:4pt;
}

.newpost{
width:468px;
}

.newitem{
display: flex;
}

.newitemname{
width:20%;
border:solid 1px;
padding:5px;
text-align:center;
vertical-align: middle;
}

.newitempost{
width:80%;
border:solid 1px;
padding:5px;
text-align:left;
vertical-align: middle;

}

.mes{
width:468px;
}

.mesitem{
display: flex;
border-top:solid 1px;

}

.mesitems{
    width: calc(100%/5);
border-left:solid 1px;
border-color:black;
  padding-top : 2px;
  padding-bottom : 2px;
}

.mesitems:last-child{
border-right:solid 1px;
border-color:black;

}

.mestittle{
text-align:left;
border-top:solid 1px;
border-left:solid 1px;
border-right:solid 1px;
border-color:black;
  padding-top : 5px;
  padding-bottom : 5px;
  padding-left : 2px;


}

.mescontents{
border:solid 1px;
  padding-top : 5px;
  padding-bottom : 5px;
  padding-left : 5px;


}

.mestext{
text-align:left;

}
.mestittle1{
text-align:left;
}

.mestittle2{
font-size:9px;
text-align:right;
}