@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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main{
	display: block;
}

html{
	overflow-y: scroll;
}

html,body{
	-webkit-text-size-adjust:100%;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom:16px;
}

h2{
	font-size:21px;
}

h3{
	font-size:18px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align:bottom;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
}

caption, th, td{
	font-weight:normal;
	text-align:left;
}

iframe{
	vertical-align:bottom;
}

/* ===== リンク ===== */

a:link {color:#3f3c3c;text-decoration: none;}
a:visited {color:#3f3c3c;text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {color:#3f3c3c;text-decoration: underline;}
a:focus {outline:none;}

a.link_color{color:#38A7E8;}

/* clearFix */
.cf:before,
.cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

.clear{
	clear:both;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

body{
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #3A3939;
	line-height: 1.6;
	letter-spacing: 0.1em;
	word-break: normal;
	word-wrap: break-word;
}