@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
html {
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background:url(../images/common/bg_main.jpg); background-size:382px 301px;
	-webkit-font-smoothing: antialiased; /*Webkitなめらか*/
    -moz-osx-font-smoothing: grayscale; /*Firefoxなめらか*/
}
body {} 
h1   { font-size: 24px; font-size: 2.4rem; } /* =24px */

img {
	max-width: 100%;
	height: auto;
}

/*clearfix*/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}
.clear { clear:both;}

.le{ text-align:left !important;}
.ri{ text-align:right !important;}
.cn{ text-align:center !important;}

/*改行させない*/
.nowrap{white-space: nowrap;}


@media only screen and (min-width: 768px) {
.pc {display: inline;}
.sp {display: none;}

}/*END*/
@media only screen and (max-width: 767px) {
.pc {display: none;}
.sp {display: inline;}
}/*END*/


.off{ color:#999 !important; text-decoration: line-through; }


.link_i { background: url(../images/common/link_icon.png) no-repeat  left center; background-size: 5px auto; padding-left:15px !important; }


  a:link{ outline:none;}

/*
  a:hover{ color:#f00;}
  a:link { color: ff0; }
  a:visited { color: f00; }
  a:active { color: fff; }
*/

.logo_box{ width:100%; text-align:center;}
.logo{ width:85px; margin:0 auto;}
.logo img{ width:100%;}
.logo a{padding:35% 10px 35% 10px;display:block;}

@media only screen and (max-width: 600px) {
.logo_box{ width:100%; text-align:center;}
.logo{ width:85px; margin:0 auto;}
.logo img{ width:100%;}
.logo a{padding:25% 10px 25% 10px; display:block;}
}/*END*/


