html {
    font-size: 100.01%;
	overflow-x: hidden;
}

address, applet, blockquote, body, dd, dir, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, iframe, legend, li, menu, ol, p, pre, table, tbody, td, textarea, tfoot, th, thead, ul {
    font-size: 100%;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

address, cite, dfn, em, var {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, strong, th {
    font-weight: normal;
}

a, ins, del {
    text-decoration: none;
}

textarea {
    font-family: inherit;
}

img {
    border-style: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none outside none;
}

.common_float_wrap {
}

* + html .common_float_wrap {
    overflow: hidden;
}

.common_float_wrap:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

/* ここまでリセット */
/* 中身 */

html {
}

body {
	
	line-height:1.6;
	font-family:YuGothic, "游ゴシック", sans-serif;
	color:#000;
	font-kerning:normal;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html > body {
    font-size: 13px;
	line-height:1.7;
}

p {
    font-size: 108%;
	line-height:1.9;
	font-weight:500;
	letter-spacing: 0.1em;
}

* html p {
    font-size: 118%;
}

html > body p {
    word-spacing: 0;
}

a {
    overflow: hidden;
	color:#202020;
}

a:hover {
    overflow: hidden;
}


#wrap{ 
    overflow: hidden; 
} 

.br {
		display: block;
	}

@media screen and ( max-width:700px )
{

	.br02 {
		display: block;
	}
.br {
		display: inline;
	}

}
