@charset "utf-8";
/* CSS Document */

/*--------------------------------------
  Text Module
--------------------------------------=*/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	color:#222;
	background-color:#FFF;
	font-family:'Noto Sans JP','Helvetica', 'Arial', "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 13px;
	font-weight:400;
	line-height:1.4;
}

h1 {
	font-size: 169%;
	line-height: 120%;
}

h2 {
	font-size: 139%;
	line-height: 120%;
	font-weight:600;
}

h3 {
	font-size: 124%;
	line-height: 120%;
    font-weight: 500;
}

h4 {
	font-size: 112%;
	line-height: 120%;
    font-weight: 500;
}

h5 {
	font-size: 107%;
    font-weight: 500;
}

h6 {
	font-size: 103%;
}

/* A few IE bug fixes */
*
{
  margin: 0;
  padding: 0;
}

*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

* html ul ul li a
{
  height: 100%;
}
* html ul li a
{
  height: 100%;
}
* html ul ul li
{
  margin-bottom: -1px;
}

img{
	vertical-align:bottom;
}

/*--------------------------------------
  Hypertext Module
--------------------------------------=*/
a img {border:none;}

a,
a:link,
a:visited {
	color: #222;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #222;
	text-decoration: none;
}

/*--------------------------------------
	List Module
--------------------------------------=*/
ul,li {
	list-style:none;
}

li li,li p,li pre{
	font-size: 100%;
}

li ul,li ol,li dl,li p{
	margin:0px;
	padding:0px;
}

/*--------------------------------------
  Forms Module
--------------------------------------=*/
form {
	padding: 2px 0; 
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
}

input,textarea {
	font-size:13px;
	font-family:'Noto Sans Japanese','Helvetica', 'Arial', "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
select,
textarea {
	margin:0px 0px;
	padding:5px 5px 4px 5px ;
	font-size: 13px;
	line-height: 1.4;
	background:none;
	border:none;
	outline:0;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #999;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#FFF;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
select {
	vertical-align: middle;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	outline:0;
	border:1px solid #000;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
	background-color:#F8F8F8;
}

select {
	cursor:pointer;
	text-overflow:ellipsis;
}

input[type="button"],
input[type="submit"] ,
input[type="reset"] ,
button[type="button"],
button[type="submit"] {
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline:0;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	text-align:center;
	cursor:pointer;
	font-family:'Noto Sans Japanese','Helvetica', 'Arial', "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

select::-ms-expand {
	display: none;
}

input::-webkit-input-placeholder {
	font-size:12px;
	color:#666;
}
input:-ms-input-placeholder {
	font-size:12px;
	color:#666;
}
input::-moz-placeholder {
	font-size:12px;
	color:#666;
}

/*--------------------------------------
	table Module
--------------------------------------=*/
table {
	border:0px;
}

td{
//	vertical-align:top;
}

/*--------------------------------------
	image Module
--------------------------------------=*/
img {
	margin:0px;
	padding:0px;
	border:0px;
}

/*--------------------------------------
	clear
--------------------------------------=*/
#clear,
.clear {
	clear:both;
	margin: 0px;
	padding: 0px;
}

.clear_right {
	clear:right;
	margin: 0px;
	padding: 0px;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/*--------------------------------------
	float
--------------------------------------=*/
.fl {
	float: left;
}

.fr {
	float: right;
}
