@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);


/* =====================================
 *  RESET
 * ===================================== */

* { font-size: 100%;line-height: 100%;border:0;outline:0;vertical-align:baseline;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;padding:0;margin:0; }
footer { display: block; }
a { color: inherit; text-decoration: none; }
img { height: auto; vertical-align: bottom; }



/* =====================================
 *  装飾
 * ===================================== */
body {
	font-family: Helvetica Neue,Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo;
	color: #333;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
}



/*
 * @WP LOGIN BAR
 *****************************************/


.pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #a0a0a0;
	z-index: 10;
}

.pageTop img {
	width: 50px;
}

/*
 * global nav
 *****************************************/


.topConts3 {
	position: relative;
	background: url(../img/bg4.jpg) no-repeat;
	background-position: center bottom;
	background-size:cover;
  height: 300px;
}

.compData {
	color: #fff;
}

.compData .dataInner {
	display: inline-block;
	position: relative;
	padding-right: 115px;
}

.compData .compTtl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
  text-shadow: 0 0 5px #000;
}

.compData .compAdd {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
  text-shadow: 0 0 5px #000;
}


.copyright {
    color: #fff;
    text-align: center;
    background-color: #000;
    font-size: 15px;
    padding: 3em 0;
    line-height: 1.3em;
}



/* =====================================
 *  PC / SP 出し分け
 * ===================================== */

.sp_in { display: none; }