@charset "utf-8";


* {
	font-style:normal;
	font-weight:normal;
}

html {
  font-size: 62.5%; /*font-size:10px;*/
}

body {
    background: #ffffff;;
    background-size: cover;
	color: #333;
    margin: 0;
	padding: 0;
	font-size:1.4rem; /*font-size:14px;*/
	font-family: Arial, Roboto, “Droid Sans”, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, “游ゴシック”, YuGothic, sans-serif;
	min-width: 280px;
}

ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

a img {
	border: none;
}

/* --- 全体のリンクテキスト --- */
a:link {
	color: #039;
}
a:visited {
	color: #009;
}
a:hover {
	color: #009;
}
a:active {
	color: #06C;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

hr {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

.clearfloat {
	clear:both;
	height: 0;
	padding: 0;
	margin: 0;
	visibility:hidden;
}

/* コピーボタン */
.copy_btn {
	position: relative;
	display: inline-block;
	padding: 1.0em 2.0em;
	text-decoration: none;
	color: #FFF;
	background: #72caf3;/*色*/
	border: solid 1px #0f9ada;/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  }
   
  .copy_btn:hover {
	background: #ffffff;
	color: #000000;
  }
  .copy_btn:hover {
	  cursor: pointer;
  }
  