* {
  margin: 0 auto;
  padding: 0px;
}
*, *:before, *:after {
	box-sizing: border-box;
}
html {
  font-size: 62.5%;
  line-height: 1.3;	
	} 
body {
  font-size: 1.6em;
  font-family:
		"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"HIragino Kaku Gothic Pro W3",
		"HIragino Kaku Gothic Pro",
		Osaka,
		"ＭＳ Ｐゴシック", "MS P Gothic",
		sans-serif;
  margin-top: 4px;
  max-width: 1200px;
  min-width: 360px; /* 最小幅 */
  position: relative; /* Fix for absolute positioning */
  overflow-x: hidden;
  overflow-y: scroll;
	}
a:visited {
	color: #909;
}
a:hover {
	color: #F60;
}
a:active {
	color: #F00;
}
a img {
      border-width: 0px;
      border-style: none;
      border-color: #fff;
      background: transparent;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}
table {
	overflow: hidden;
}
h1,h2 {
	font-size: 100%;
	display: inline-block;
}
h3,h4,h5,h6 {
	font-size: 100%;
	display: block;
}
.name{
	font-size: 3.3rem;
	font-weight: bold;
	color: #A52A2A;
	}
.branch{
	padding-left: 1.3rem;
	font-size: 2.5rem;
	color: black;
	}
red {
    color: red;
}
navy {
    color: navy;
}
.txtRed {
    color: red;
}
.txtNavy {
    color: navy;
}
.b {
    font-weight: bold;
}
.wrap{
      text-align:center;
}
.nobr{
      white-space: nowrap;
}
.baseline{
	 vertical-align:5%;
}
.baseline2{
	 vertical-align:15%;
}
.oblique {
  display     : inline-block;       /* 奥行表示のためのブロック化 */
  transform   : skewX(-15deg);       /* 傾き角度 */
}
.blink {
  animation: blinkAnime 1s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #F0E68C }
 100% { color: red }
}
.mainVis_bgcolor { 
  background: linear-gradient(#a5a5a5, white 95% , white); 
}
.box-ttl {
    margin-bottom: 5px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.55;
  	color: white;
	background: #A52A2A;/*クガデンはdarkblue*/
	display:block;}
	}
.box-r {
    padding: 5px 0px 5px;
    margin: 5px 0px 5px;
    border: solid 2px #000000;/*線*/
    border-radius: 7px;/*角の丸み*/
}
hr {
 height: 5px;
 background-color: #A52A2A;
 width: 100%;
 border: none;
 margin: 3px 0px 3px;
}
small {
	font-size: 100%;
	text-align: center;
	display: block;
}
small:after {
	content: " はんや一刻堂";
}
small span:after {
	content: " 2013";
}/*HP創設時年号*/
@media(min-width: 480px){
	.hidSH-more{
		display:none;}
}
@media(max-width: 480px){
	.hidSH-less,.col-menu .hid-menu{
		display:none;}
}
@media(min-width: 767px){
	.hidTAB-more{
		display:none;}
}
@media(max-width: 767px){
	.hidTAB-less{
		display:none;}
}
@media(min-width: 960px){
	.hidPC-more{
		display:none;}
}
@media(max-width: 960px){
	.hidPC-less{
		display:none;}
}
