@charset "utf-8";
/* CSS Document */
/*
Template: deer
Theme Name:deer_child
Theme URI:https://fanfare-co-ltd.com/deer/
Description:WordPressテーマ『deer』の子テーマです
Author:JUNICHI
Version:1.0.0
*/ 
/*コードを追加する場合はこの下からお願いします↓*/
#postbox li{list-style:none;}
#postbox {
    margin: 15px auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3%;
}
.tbl-r02 th {
   border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
#postbbs{
display:webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:15px 0;
}
#postbbs .postbbs01{width:70px;}
#postbbs .postbbs01 img{width:64px;}
#postbbs .postbbs02{flex-grow: 1;}
#postbbs p{font-size: 16px;
    font-weight: 300;
    line-height: 1.9em;
    margin-bottom: 3px;}
button, html input[type=button], input[type=reset], input[type=submit] {
margin: 0 auto;
    display: block;
    width: 240px;
    height: 50px;
    background: #0099FF;
    border-radius: 5px;
}
.btn{margin: 30px auto;
    display: block;
    width: 240px;
    background: #0099FF;
    text-align: center;
    line-height: 50px;}
.btn a{text-decoration:none;
color:#fff!important;
}
.page-numbers {
    background: #000;
    padding: 1% 2%;
    color: #fff;
	text-decoration: none;
}
input[type="text"],input[type="email"],input[type="number"],textarea{
	border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1.8em;
	max-width: 300px;
    width: 100%;
}
.post h3 {color:#1e73be!important;}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 93%!important;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}