@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-size: 1em;
	color: #000000;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	border: 0px;
	vertical-align: top;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a:hover{
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
 transition:1.0;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
zoom: 1;
}

*+html .clearfix {
zoom: 1;
}

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

.clear {
	clear: both;
}

body{
	font-family: "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	margin:0;
	padding:0;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	line-height: 1.5;
}


.wrapper_innner *,.bruno_body *{
	box-sizing: border-box;
}

@media screen and (max-width: 750px) {
.bruno_body{font-size: 3.2vw;letter-spacing: -0.03em;}
.pc_only{display:none;}
}



@media screen and (min-width: 751px) {
.bruno_body{font-size: 13px;}
.sp_only{display:none;}
}


/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
.bruno_body{font-size: 13px;}
.sp_only{display:none;}
}
