@charset "utf-8";
/*-----------------------------------

■reset&common_elements property

-------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}

body,h1,h2,h3,h4,p,ul,li,dl,dt,dd,button,div{
	margin:0px;
	padding:0px;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache",false, true));
	height:100%;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
}

body {
	font-family: "メイリオ","Meiryo",Sans-Serif/*,verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic"*/; /*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",*/
	font-size:13px;
	*font-size:small;
	*font:x-small;
	height:100%;
	/*letter-spacing:0.1em;*/
	/*background-color: #EFEFEF;*/
	background-color: #FFF;
	line-height:148%;
	color:#000;
	overflow-y:scroll;
}

img {
	border: none;
	vertical-align:top;
}

a {
	color:#676767;
	text-decoration:none;
}

a:hover {
	color: #565656;
}

ul {
	list-style-type: none;
}

input[type="text"],
input[type="password"],
select
{
    display: inline-block;
    width: 100%;
    height: 3.07rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
box-sizing: border-box;
}

/*
select,textarea,input[type="text"],input[type="password"]{
	border-width: 1px;
	border-style: solid;
	border-color:#aaa;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*/

input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
