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;
	font-family:YuGothic, "游ゴシック", sans-serif;
	line-height:1.6;
	letter-spacing: 0.08em;
}

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;
	font-weight:500;
}

html > body {
    font-size: 14px;
	line-height:1.6;
}

p {
    font-size: 118%;
	line-height:1.6;
	letter-spacing: 0.08em;
	font-weight:500;
}

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

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

a {
    overflow: hidden;
	opacity: 1;
	transition: 0.5s ;
}

a:hover {
    overflow: hidden;
	opacity: 0.6;
}


#wrap{ 
    overflow: hidden; 
} 

.imgw100 {
	width: 100%;
}



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



}
