@charset "UTF-8";

/* ------------------------------------

  	Default Reset & Base Style Sheet
	Last Update 2010-01-05

------------------------------------- */

/* IE only */
body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	line-height:1.5em;
	font-size:75%;
	color:#333;
	background:#fff;
}

/* for safari */
html:\66irst-child body {
	font-size: 11px;
}


/*各要素の幅リセット*/
body,div,dl,dt,dd,ul,ol,li,p,pre,form,fieldset,blockquote,p,address {
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:100%;
}

td,th {
	line-height:1.5em;
	font-weight:normal;
}

/*画像ボーダーオフ*/
img {
	margin:0px;
	padding:0px;
	border:0px;
}

/*テーブルボーダーcollapse、フォントサイズ継承*/
table {
	border-collapse:collapse;
	font-size:inherit;
	font-size:1em;
}

textarea {
	font-size:100%;
}

/*無表示*/
hr {
	display:none;
}

ul,li {
	list-style:none;
}


/*--クリアフィックス--*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}


/*フロート・クリアーボックス*/
.clear {
	clear:both;
}


/*基本リンク設定*/

a,
a:link {
	color: #0055a8;
	text-decoration:none;
}

a:visited {

}


a:hover,
a:active {
	color:#37b5ef;
	text-decoration:underline;
}




/*スペース設定----------------*/
.m_b0 {
	margin-bottom:0px !important;
}

.m_b1 {
	margin-bottom:1px !important;
}

.m_b2 {
	margin-bottom:2px !important;
}

.m_b5 {
	margin-bottom:5px !important;
}

.m_b7 {
	margin-bottom:7px !important;
}

.m_b8 {
	margin-bottom:8px !important;
}

.m_b10 {
	margin-bottom:10px !important;
}

.m_b12 {
	margin-bottom:12px !important;
}

.m_b13 {
	margin-bottom:13px !important;
}

.m_b15 {
	margin-bottom:15px !important;
}

.m_b20 {
	margin-bottom:20px !important;
}

.m_b25 {
	margin-bottom:25px !important;
}

.m_b30 {
	margin-bottom:30px !important;
}

.m_b35 {
	margin-bottom:35px!important;
}

.m_b40 {
	margin-bottom:40px !important;
}

.m_b45 {
	margin-bottom:45px !important;
}

.m_b50 {
	margin-bottom:50px !important;
}

.m_t8 {
	margin-top: 8px !important;
}
.m_t10 {
	margin-top: 10px !important;
}