@charset "utf-8";


/* Universal reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

html {
    overflow-y: scroll;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

caption {
	text-align: left;
}

th {
	vertical-align: top;
	font-weight: normal;
}

td {
	vertical-align: top;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}


a,
area,
input {
	outline: none;
}

img {
	border: none;
	vertical-align: bottom;
}

a img {
	border: none;
}

li {
	list-style: none;
}
.linkTxt {
	padding-left: 18px;
	background-image: url(../img/common/listhead01.png);
	background-repeat: no-repeat;
	background-position: 0 1%;
}

hr {
	border: none;
	border-top: 1px solid #d7d3c5;
}
hr.dotted {
	border-top: 1px dotted #d7d3c5;
}



/* Body setting
----------------------------------------------------------- */
body {
	color: #666;
	font-family: 'Arial', 'gothic', 'ヒラギノ角ゴ Pro W3', 'Lucida Grande','Hiragino Kaku Gothic ProN', 'Meiryo', 'sans-serif';
	font-size: 62.5%;
	text-align: left;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}






/* Link setting
----------------------------------------------------------- */

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}


a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* HTML5 tag {display:block;}
----------------------------------------------------------- */
header,
footer,
nav,
section,
article,
figure,
aside {
　display:block;
}

/* clearfix
----------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */