/*h1*/
h1.site-title a{
  background: url(http://arms-edition.sakura.ne.jp/wordpress/wp-content/themes/promax/images/logo_pc.jpg) no-repeat center bottom;
  width: 750px;
  margin: auto;
  height: 95px;
  display:block;
  text-indent:-9999px;
}
@media screen and (max-width: 768px){
h1.site-title a{
  background: none;
  width: auto;
  height: auto;
  display:block;
  text-indent:0;
}
}
/*side tabs*/
#sideTabs #tab{
	margin:0;
	padding: 0;
}
#sideTabs #tab li{
	float: left;
	padding: 15px 0;
	list-style: none;
	cursor: pointer;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	width: 50%;
	margin: 0 0 0 0;
	text-align: center;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#sideTabs #tab li.select{
	background: #105493;
	border-bottom: 1px solid #006f3e;
	color: #FFF;
}
#sideTabs #tab li:last-child{
	border-right: 1px solid #c0c0c0;
}
#sideTabs .disnon{
	display: none;
}


#sideTabs .inFrame{
	padding: 20px 0;
}

.thumbnail{}
