@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'FontopoNIHONGO';
  src: url(../font/FontopoNIHONGO.woff);
}

@font-face {
  font-family: 'yasashisa';
  src: url(../font/yasashisa.woff);
}

html { 
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	overflow-y:scroll;
} 

body {
	font-family:"Lucida Grande","FontopoNIHONGO", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 12px; font-size: 1.2rem; /* =12px */
	text-align:center;
	height:100%;
	background-color:#ffffff;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration:none;
}

a:link,
a:visited {
	outline:0;
}

a:hover,
a:active {
	outline:0;
}
a:focus { 
	outline:0;
}

a img {
	border-style:none;
} 

img.opa:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

img.focus {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}


address {
	font-style:normal;
}

/* リスト要素の見出し削除 */
ul {
	list-style-type: none;
}

/* 画像の隙間処理 */
img {
     height: auto;
     vertical-align:bottom;
}

.bold {
	font-weight:bold;
}

.b5 {
	margin-bottom:5px;
}

.b10 {
	margin-bottom:10px;
}

.b15 {
	margin-bottom:15px;
}

.b20 {
	margin-bottom:20px;
}

.b25 {
	margin-bottom:25px;
}

.b30 {
	margin-bottom:30px;
}

.b35 {
	margin-bottom:35px;
}

.b40 {
	margin-bottom:40px;
}

.b45 {
	margin-bottom:45px;
}

.b50 {
	margin-bottom:50px;
}

.b60 {
	margin-bottom:60px;
}

.b70 {
	margin-bottom:70px;
}


/* クリアフィックス */
.clearFix:after {
  content: "";
  clear: both;
  display: block;
}