@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}
html,body{
    width: 100%;
}
html {
	overflow-y: scroll;
}
table {
	empty-cells: show;
	font-size: 100%;
	border-collapse: collapse;
}
caption, th {
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img {
	border: none;
	vertical-align: bottom;
}
ul li {
	list-style: none;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
}
input {
	padding: 1px;
}
textarea {
	width: 98%;
	vertical-align: top;
	padding: 2px;
	overflow: auto;
	font-size: 100%;
}
option {
	padding-right: 10px;
}
*+html option {
	padding-right: 0; /* for IE7&Opera */
}
* html option {
	padding-right: 0; /* for IE6 */
}
acronym, abbr {
	cursor: help;
}
/* Body setting
----------------------------------------------------------- */
	body {
	color: #3E3A39;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
	font-size: 62.5%;
	text-align: left;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: none;
	background-color: #FFF;
	min-width: 1050px;
}
@media screen and (max-width: 480px) {
	body {
	color: #3E3A39;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
	font-size: 62.5%;
	text-align: left;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: none;
	background-color: #FFF;
	min-width: 100px;
}
}
a:link {
	color: #3A3A3A;
	text-decoration: none;
}
a:visited {
	color: #3A3A3A;
}
a:hover{
	color: #199DE3;
	}
a:active {
}
/* clearfix
----------------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

dl:empty {
  display: none;
}
