html * {-webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;}

*, *:after, *:before {-webkit-box-sizing: border-box;
                      -moz-box-sizing: border-box;
                      box-sizing: border-box;}

body {
	font-size: 100%;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	background-color: #fff;
    }

@media screen and (max-width:768px){
/*
	body {
	  background-position: center top;
	  background-attachment: fixed;
	  background-size: cover;}
*/
	}
	main{
		width: 100%;
		}




/* clearfix */
.container:after {content: '';
                  display: table;
                  clear: both;}




/* ------------------------------
　コンテンツ基本設定(色,文字サイズ)
------------------------------ */
body{
	color: #444;
	line-height: 1.6;
	}

a {
	text-decoration: none;
	border: none;
	color: #dc1000;
	font-weight: 600;
	transition: .3s;
	}

a:hover{
	text-decoration-line: underline
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition: .3s;
	}

::-moz-selection {
	color: #f0105a;
	background-color: rgba(255,69,70,.25);
}
::selection {
	color: #f0105a;
	background-color: rgba(255,69,70,.25);
}



/* ------------------------------
　　　　　　　back to TOP
------------------------------ */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 4px 0 0;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  background-color: #f60051;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
	line-height: 1.2;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.backToTop {
	width: 70px;
	}



/* ------------------------------
　　　　　　　フッター
------------------------------ */
.footer p{
	color: #555;
	font-size: 11px;
	margin: 0 auto 20px;
	padding: 20px 0;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.8;
	}

@media screen and (max-width:768px){
	.footer p{
		font-size: 8px;
		}
	}


/* ------------------------------
　　　　　　　文字装飾span
------------------------------ */
.str {
	font-weight: 600;
	}

.txtm {
	font-size: .85em;
	}

.txts {
    font-size: .65em;
    }

.cyan {
	color: #0074ff;
	}

.bld {
	font-weight: 700;
	}