@charset "UTF-8";
/* CSS Document */

html{ height:100%; -webkit-text-size-adjust: none; }

body{ margin:0; padding:0; font-size:14px; color:#333; font-family: Arial,Times New Roman,sans-serif; background:#fff; line-height:1.8; }


*{ margin:0; padding:0; box-sizing:border-box; }

h1,h2,h3,h4,h5,h6,th{ margin:0; padding:0; font-weight:normal; font-size:100%; font-weight:normal; }

img{ border:0; margin:0; padding:0; vertical-align:bottom; }

a{ color:#222; text-decoration:none; }
a:hover{ color:#0f3374; }

ul { list-style-type: none;	}
ul.disc, ul.square { margin-left:1.3em; }
.disc li { list-style-type:disc; }
.square li { list-style-type:square; }
.decimal li { list-style-type:decimal; }

input{ padding:7px 6px; border-radius:3px; border:none; }

textarea{ padding:5px 6px; border-radius:3px; border:none; }

label { display:inline-block; }

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {  
    display:block;  
} 

a, .anime {
	-ms-transition: all .5s;
	transition: all .5s;
}


/* --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 */

/* --class------------------------ */
.fleft{float:left;}
.fright{float:right;}
.tetc{text-align: center;}
.serif { font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.white{ color:#fff; }
.red{ color:#f41414; }
.big { font-size: 120%; }
.small { font-size: 88%; }
.bold { font-weight: bold; }
.shadow{ box-shadow:0 3px 5px rgba(0,0,0,0.3); }
.radius{ border-radius:5px; }
.upper{ position:relative; z-index:10; }
.clear { clear: both; }
.disnone { display:none;}
.under_l{ text-decoration:underline; }





