@charset "Shift_JIS";

body{
}

a img{
	border:0;
} 

img{
	margin:0;
	vertical-align: bottom;
}


.clear{
	clear:both;
}

strong { 
	font-weight: bold;
}

em { 
	font-style: italic;
}


.mt10{ margin-top:10px; }
.mt20{ margin-top:20px; }
.mt30{ margin-top:30px; }
.mb05{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb25{ margin-bottom:25px; }
.mb30{ margin-bottom:30px; }
.mb35{ margin-bottom:35px; }
.mb40{ margin-bottom:40px; }
.mr10{margin-right:10px;}
.mr05{margin-right:5px;}
.mr15{margin-right:15px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}

.right {
	float:right;
}

.left {
	float:left;
}

.center {
	text-align:center;
}

.color_red {
	color:#D80000;
}

.orange {
	font-weight: bold;
	color: #FF9900;
}
.green {
	color: #93C400;
}
.green2 {
	color: #339999;
}

hr {
	margin:0;
	padding:0;
	border:none !important;
}

.page_subtitle{
	font-size:40%;
	color:#333;
	display:inline;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

sup{
  font-size:80%;
  vertical-align: super;
}

ol, ul {
	list-style: none;
}


.oshirasebox dl,
.oshirasebox dt,
.oshirasebox dd {
  box-sizing: border-box;
}
.oshirasebox dl {
	margin-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}
.oshirasebox dt,
.oshirasebox dd {
  padding: 20px 0 0 0;
  border-top: 1px dotted #ccc;
}
.oshirasebox dt.noline,
.oshirasebox dd.noline {
  border-top: none;
}
.oshirasebox dt {
  width: 25%;
  float: left;
	color: #07BA8A;
	font-weight: bold;
	position: relative;
}
.oshirasebox dd {
  margin-left: 25%;
  padding-bottom: 20px;
}
.oshirasebox dd:after {
  content: '';
  display: block;
  clear: both;
}

#page_content{
  margin-top: 80px;
}

#page_content h3{
  padding-bottom:15px;
  margin-bottom:15px;
border-bottom:1px dashed #00A16A;
line-height:160%;
}


.post p{
line-height:160%;
}

/*------------------------------------------------------
  tablet
------------------------------------------------------*/
@media only screen and  (min-width: 680px) and (max-width: 999px) {

#block1 {
	width:96%;
	margin:0 auto 80px auto;
}

#block1 h2 {
	margin-bottom:50px;
	text-align:center;
}

.news_tab {
	margin-bottom:20px !important;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.news_tab li {
float:left;
margin:0.5%;
width:24%;
}

.news_tab li img {
height:auto;
width:100%;
}

.oshirasebox dt {
  width: 100%;
  float: none;
}
.oshirasebox dd {
	width: 100%;
  margin-left: 0;
	padding: 0 0 20px 0;
  border-top: none;
}

}

/*------------------------------------------------------
  sphone
------------------------------------------------------*/
@media only screen and (max-width: 679px) {

#block1 {
	width:100%;
	margin:0 auto 80px auto;
}

#block1 h2 {
	margin-bottom:50px;
	text-align:center;
}

.news_tab {
	margin-bottom:20px !important;
	width:96%;
	margin-left:-20px !important;
	margin-right:auto;
}

.news_tab li {
float:left;
margin:0 2px 5px 2px;
width:48%;
}

.news_tab li img {
height:auto;
width:100%;
}

.oshirasebox dt {
  width: 100%;
  float: none;
}
.oshirasebox dd {
	width: 100%;
  margin-left: 0;
	padding: 0 0 20px 0;
  border-top: none;
}

}