@charset "UTF-8";

html { font-size: 62.5%!important;	}

/* All Style */
body{
	background: #FFF;
    margin: 0 auto;
	width: 100%;
	color: #333333;
	font-size: 1.0rem;	/* 1em=10px */
	font-family: Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
}

/* フレーム高さ調整（header, side_top, footer）*/


/* for IE 6 */
* html body{ font-size: 75%; }

/* for IE 7 */
*:first-child+html body{ font-size: 75%; }

a {
	text-decoration: none;
	color:#555;
}

a:hover { color:#6ccca9; } /*color: #FF6600;*/

/* マウスオーバー時半透明化 */
a img{
background:none!important;
}
 
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}

strong { color: #394D4E; }

.important{ color: #C31213; }

.bold { font-weight: bold; }

/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { min-height: 1px; }

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* テキスト消す */
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* 左へフロート */
.left{ float: left; }

/* 右へフロート */
.right{ float: right; }

.line {
	width:100%;
	margin:30px 0;
	height:1px;
	background:#000000;
}