@charset "utf-8"; 


/* ---------------------------------------------------------------------- 

グローバル設定

---------------------------------------------------------------------- */

body {
	margin: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-y:scroll;
	font-size: 16px;
	line-height: 1.6em;
	padding: 0px;
	width:100%;
}

/* フォントサイズ */
.j10 {
	font-size: 10px;
	line-height: 1.4em;
}
.j12 {
	font-size: 12px;
	line-height: 1.6em;
}
.j14 {
	font-size: 14px;
	line-height: 1.6em;
}
.j16 {
	font-size: 16px;
	line-height: 1.4em;
	/*font-weight: bold;*/
}
.j18 {
	font-size: 18px;
	line-height: 1.6em;
	/*font-weight: bold;*/
}
.j20 {
	font-size: 20px;
	line-height: 1.6em;
	/*font-weight: bold;*/
}
.j24 {
	font-size: 24px;
	line-height: 1.6em;
	/*font-weight: bold;*/
}
.j30 {
	font-size: 30px;
	line-height: 1.4em;
	/*font-weight: bold;*/
}
.j34 {
	font-size: 34px;
	line-height: 1.4em;
	/*font-weight: bold;*/
}

/* テキストリンク */
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a:hover img {
opacity: .4;
-webkit-opacity: .4;
-moz-opacity: .4;
filter: alpha(opacity=40);	/* IE lt 8 */
-ms-filter: "alpha(opacity=40)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}

/* 見出し */

h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/* リスト */

ul,
ol {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}

/* 定義リスト */
dl,dd {
	margin: 0px;
	padding: 0px;
}

/* その他タグ */
p {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 25px;
}
address {
	font-style: normal;
}

img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 画像位置 */
.imgLeft {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
}
.imgRight {
	float: right;
	padding-left: 30px;
	padding-bottom: 10px;
}

/* フォントカラー */

.red {
	color: #e83c28;
}
.brown {
	color: #993300;
}
.blue {
	color: #1d2086;
}
.gray {
	color: #CCCCCC;
}
.green {
	color: #b3bd10;
}
.emerald {
	color: #99d3ca;
}
.orange {
	color: #f3a21a;
}
.pink {
	color: #e70000;
}
.white {
	color: #FFFFFF;
}
.yellow {
	color: #f6b65f;
}

/*改行*/
.br-sp {
	display:none;
}

/* ローディング */

#loading{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
  }
      
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1;
 }

/* ロールオーバー */

.rollOver a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* スクロール */

.pagetop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 5px;
	z-index:4000;
}
.pagetop a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.pagetop a:hover {
    display: block;
    text-decoration: none;
    padding:5px 10px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

/* ClaerFix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-Mac */

/* */
.clear{
	clear:both;
	height:1px;
}
