@charset "utf-8";

/* 基本設定
----------------------------------------------------------- */
html {
	font-size: 62.5%;
	overflow-y: scroll;
}

body {
	color: #000;
	font-family: "Meiryo","MS PGothic","Hiragino Kaku Gothic Pro","Osaka",sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 1.7;
	text-align: center;
}

body.mac {
	font-family: "Hiragino Kaku Gothic Pro","Meiryo","MS PGothic","Osaka",sans-serif;
	letter-spacing: 0;
}

div#wrapper {
	width: 100%;
}

@font-face {
	font-family: 'ShingoUD-M';
  src: url('../font/A-OTF-UDShinGoPro-Medium_3.eot?#iefix') format('embedded-opentype'), /* IE6～IE8 向け */
  url('../font/A-OTF-UDShinGoPro-Medium_3.woff') format('woff'); /* 主要最新ブラウザ向け */

}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.align_r {
	text-align:right;
	padding-bottom:1em;
}