@charset "UTF-8";


/* Reset
---------------------------------------------------- */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 1;
	vertical-align: baseline;
	background: transparent;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

h1,h2,h3,h4,h5,h6,caption,address,em{
	font-style:normal;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
}
ul,ol,li,dl,dt,dd{
	list-style-type:none;
	list-style-position:outside;
}
table{
	border-spacing:0;
	border-collapse:collapse;
	/*テーブルのセルの幅を均等にする
	table-layout: fixed;*/
}
th{
	font-weight:500;
}
fieldset{
	border:none;
}
img{
	border:0;
	vertical-align:bottom;
}
strong {
    font-weight: bold;
}
br{
	letter-spacing:0;
}



/*--------------------------------------------------------------------------
	body
---------------------------------------------------------------------------*/
body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
	font-size:14px;
	color:#4b4848;
	word-break:break-all;
	text-align:center;
	-webkit-text-size-adjust:100%;
	position: relative;
}


/*--------------------------------------------------------------------------
	a
---------------------------------------------------------------------------*/
a{
	color: #4b4848;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-decoration:none;
}
a:link,
a:visited{
	color: #4b4848;
}
a:hover{
	color: #4b4848;
	text-decoration:underline !important;
	opacity: 0.7;
}
a:focus {
    overflow: hidden;
}

/*--------------------------------------------------------------------------
	clearfix
---------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after{
	content:"";
	display:table;
}
.clearfix:after,
.cf:after{
	clear:both;
}
.clearfix,
.cf{
	zoom:1;
}