@charset "utf-8";


@media screen and (max-width: 959px){
.media_pc{display:none;}}

@media screen and (min-width: 960px){
.media_tb_sp{display:none;}}

body{
	font-family:メイリオ, Meiryo,ＭＳ ゴシック,sans-serif;
	    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

.center_b{
width: 1100px;
margin: auto;
}

a:link{
color:#333;
text-decoration:none;

}

a:hover{
text-decoration:underline;
}
.article2 a{
	color:0000ff;
}
.tabel{
	width: 100%;
	max-width: 1100px;
	margin-bottom: 30px;
	
}
td.border1{
	border: solid 1px #757575;
	line-height:160%;
	font-size:1.1em;
	padding: 7px 5px 7px 10px;
	}	
td.border_l{
	border-left: solid 2px #757575;	
	}
td.border_r{
	border-right: solid 2px #757575;	
	}
td.border_f{
	border-top: solid 2px #757575;	
	}
td.border_b{
	border-bottom: solid 2px #757575;	
	}
/* ページの先頭へここから */
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #e0e0e0;
  opacity: 0.6;
  border-radius: 3px 0  0 3px;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
	content: '▲';
  font-size: 23px;
  color: #1F1F1F;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 13px;
  color: #1F1F1F;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* ページの先頭へここまで */	
.main {
	max-width: 1100px;
}

.article1{
	font-size:1em;
	line-height:200%;
	background-color: #fff;
	text-align: left;
	padding: 40px;
}

.article2 {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #d5e2ed;
	text-align: left;
	display: table-cell;
	vertical-align:middle;
	padding: 20px ;
	border: solid 1px #dee2e6;
}
.article3 {
	text-align: left;
	vertical-align: middle;
	padding: 40px;
	border: solid 1px #dee2e6;
}
.article4{
	display: table-cell;
	text-align: left;
	vertical-align:middle;
	padding: 20px;
}
.article5 {
	text-align: left;
	display: table-cell;
	vertical-align:middle;
	padding: 20px 20px 30px 20px;
}
.article5_img1{
	width: 70%;
	padding: 20px 20px 50px 20px;
}
.article5_img2{
	width: 100%;
	padding: 20px 20px 50px 20px;
}
.article5_ys {
	text-align: left;
	display: table-cell;
	vertical-align:middle;
	padding: 20px 20px 30px 20px;
}
.restock_btn{
	background-color: #677894;
	color:white;
	padding: 0 20px;
}
.article5_ys img{
	width: 100%;
	max-width: 500px;
}
@media screen and (min-width: 768px){
.border_left{
	border-left: solid 1px #dee2e6;
}
.border_right{
	border-right: solid 1px #dee2e6;
}
}
@media screen and (max-width: 767px){
.border_left{
	border-left: solid 1px #dee2e6;
	border-right: solid 1px #dee2e6;
}
.border_right{
	border-left: solid 1px #dee2e6;
	border-right: solid 1px #dee2e6;
	border-bottom: solid 1px #dee2e6;
}
}
