html {
    font-size: 100.01%;
}

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 {
	letter-spacing:0.05em;
	line-height:1.9;
	font-family: "Jun 201", '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	color:#543618;
	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: 110%;
	line-height:1.7;
	
}

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

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

a {
	color:#543618;
}

a:hover {
    overflow: hidden;
}


#wrap{ 
    overflow: hidden; 
} 

.img-w {
	width: 100%;
}


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


}
