@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      br_default.css
 Style Info:     ブラウザ基本設定

----------------------------------------------------------- */       

/*	Reset
----------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

/*	基本設定
----------------------------------------------------*/
html {
	overflow-y: scroll;
}

body {
	background: #fff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
}
 
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

p {
	font-size: 100%
}

li{
    list-style: none;
}

strong {
	font-weight: normal;
}

address {
	font-style: normal;
}

hr {
	display: none;
}

img {
	border: 0;
}

/*
 border、paddingを横幅に内包する [
----------------------------------------------------------- */

*{ box-sizing: border-box; }

*{ -moz-box-sizing: border-box; }
