@charset "utf-8";

html,  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-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
    word-break: break-all;
	word-wrap:break-word;
	-webkit-text-size-adjust: 100%;
}
html,body{height:100%;}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,  img {
	border: 0;
}
address,  caption,  cite,  code,  dfn,  em,  th,  var {
	font-style: normal;
	font-weight: normal;
}
strong,  em {
	font-weight: bold;
	font-size: 14px;
}
ol,  ul {
	list-style: none;
}
caption,  th {
	text-align: left;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,  q:after {
	content: '';
}
abbr,  acronym {
	border: 0;
}
img {
	vertical-align: top;
	aspect-ratio: attr(width) / attr(height);
}
object {
	vertical-align: middle;
}

html {
	overflow-y: auto;
}
body {
	background:#FFF;
	color:#000000;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin:0;
}
a {
	color: #000000;
	text-decoration:none;
}
a:link,  a:visited {
	color: #000000;
}
a:hover,  a:active {
	color: #000000;
	text-decoration: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"]{
	cursor:pointer;	
}
input,
pre{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

/*--------------------------------------------------

    class

==================================================*/
*.clear {clear:both;}

*.alignCenter {text-align: center;}
*.alignLeft {text-align: left;}
*.alignRight {text-align: right;}
*.valignMiddle {vertical-align: middle;}
*.m_center{
	margin-left: auto;
	margin-right: auto;
}

*.mB05 {margin-bottom: 5px;}
*.mB10 {margin-bottom: 10px;}
*.mB15 {margin-bottom: 15px;}
*.mB20 {margin-bottom: 20px;}
*.mB25 {margin-bottom: 25px;}
*.mB30 {margin-bottom: 30px;}
*.mL05 {margin-left: 5px;}
*.mL10 {margin-left: 10px;}
*.mL15 {margin-left: 15px;}
*.mL20 {margin-left: 20px;}
*.mL25 {margin-left: 25px;}
*.mL28 {margin-left: 28px;}
*.mL30 {margin-left: 30px;}
*.mL35 {margin-left: 35px;}
*.mL40 {margin-left: 40px;}
*.mL45 {margin-left: 45px;}
*.mL50 {margin-left: 50px;}
*.mL55 {margin-left: 55px;}
*.mL60 {margin-left: 60px;}
*.mL65 {margin-left: 65px;}
*.mL70 {margin-left: 70px;}
*.mR05 {margin-right: 5px;}
*.mR10 {margin-right: 10px;}
*.mR15 {margin-right: 15px;}
*.mR20 {margin-right: 20px;}
*.mR25 {margin-right: 25px;}
*.mR30 {margin-right: 30px;}
*.mT05 {margin-top: 5px;}
*.mT10 {margin-top: 10px;}
*.mT15 {margin-top: 15px;}
*.mT20 {margin-top: 20px;}
*.mT25 {margin-top: 25px;}
*.mT30 {margin-top: 30px;}

*.err , *.colorRed{	color:#FF0000;}
*.errInput{
	background-color:#FFF0F0;
	color:#FF0000;
	border:#E80000 solid 1px !important;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */


