@charset "utf-8";


html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #EAEAEA;
}


/*　■■■　Block clear　■■■ */

.clear {
	clear: both;
	display: block;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; } 

/*　■■■　hover Action!!　■■■　*/
a:hover {
		opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*　■■■　ページトップ　■■■　*/
.pagetop {
	display: none;
	position: fixed;
	/*position: fixed;*/
	bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 10px;
	right: 20px;
}

.pagetop a {
	display: block;
	width: 40px;
	height: 10px;
	background-color: #000000;
	text-align: center;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
monospace;
	line-height: .3em;
	padding-top: 11px;
	padding-bottom: 19px;
}
.pagetop a:hover {
	color: #FFF;
	text-decoration: none;
}

.article_right input {
	float: right;
	margin-top: 15px;
	font-size: 1.2em;
	padding: 5px;
}
