@charset "UTF-8";
/* CSS Document */


body {
}

article {
}

section {
}

div {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

p {
}

a {
	color:#222;
	text-decoration:none;
}
a:hover {
	color:#22f;
	text-decoration:none;
}

.dis-b {
	display: block !important;
}

.txt-r {
	text-align: right !important;
}


/* スクロールバーを常時表示して、デザイン崩れを防ぐ
----------------------------------------------------------------------*/
html {
	margin-bottom:1px;
	height:100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

.clearfix {
	min-height:1px;
}

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

