@charset "utf-8";

*{
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 0;
	padding: 0;
}
html,body{
    height: 100%;
}
body,pre{
    word-wrap : break-word;
    overflow-wrap : break-word;
}
pre{
    white-space: pre-wrap;
}
a{
	text-decoration:none;
    border: none;
}

ol, ul{
    list-style:none;
}


.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

.clr{
	clear:both;
	display:block;
	height:0;
	width:0;
	overflow:hidden;
}

img{
	vertical-align:bottom;
}
table{
	border-collapse:collapse;
}

.d_table{
	display:table;
	width:100%;
}
.d_table2{
	display:table;
	width:100%;
	table-layout:fixed;
}
.d_cell{
	display:table-cell;
    vertical-align: top;
}
input[type="button"],input[type="submit"] ,input[type="reset"] {
    -webkit-appearance: none;
}
