@charset "UTF-8";

/* TOPページ（index.html）独自のスタイル */

div.inner2{
	background-color:#fefefe!important;	
}


div.r_cont{
	float:right;
	width:48%;
	background-color:#fefefe;
	padding:3px;
}

div.l_cont{
	float:left;
	width:48%;
	background-color:#fefefe;
	min-height: 100%; /* 最小の高さ */
	padding:3px;
}

div.r_cont2{
	float:right;
	width:48%;
	background-color:#EBEBEB;
	padding:3px;
}

figure img{
	border:5px;
	width:270px;
}

.topbtnbox {
  height: 35px;
  position: relative;
}

.top_btn{
  display:block;
  position: absolute; right: 10px;
  border-radius: 3px;
  background: linear-gradient( #aac,#303);	
  color: #fff;
  padding:5px;
}

.mtopbtnbox {
  height: 0px;
  position: relative;
}

.mtop_btn{
  display:block;
  position: absolute; right: 10px;
  border-radius: 3px;
  background: linear-gradient( #aac,#303);	
  color: #fff;
  padding:5px;
  visibility:hidden;
}

a{
 text-decoration:none;
}

table{
	background-color:#FFFFEE;}
	
.mb150 {
	margin-bottom:150px;}
	
.ml10 {
	margin-left:10px;}

	
@media screen and (max-width : 480px){
	
	div.r_cont{
	float:none;
	width:98%;
}

div.l_cont{
	float:none;
	width:98%;
}

div.r_cont2{
	float:none;
	width:98%;
}

.mtopbtnbox {
  height: 35px;
  position: relative;
}
.mtop_btn{
  visibility:visible;
}


}