@charset "shift_jis";
/* CSS Document */
/*======================================
1.Reset
=======================================*/
body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address {
     margin: 0;
     padding: 0;
     font-size: 100%;
     font-weight: normal;
     font-style: normal;
     line-height: normal;
}
input,select {
    padding: 2px;
	color:#222;
}
ul {
     list-style: none;
}
img {
     border:0;
}
/* clearfix Start */
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { display: inline-table; min-height: 1px; }
* html .clearfix { height: 1px; }
.clearfix { display: block; }
.clear{clear:both;}
/*======================================
2.Fonts 
フォントサイズはemか%で指定　参考1.4emで14px 1.8emで18pxに成ります
=======================================*/

body {
font-size: 62.5%;
font-family:'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka, 'ＭＳ Ｐゴシック',sans-serif;
}


/*======================================
3.Other
=======================================*/

body {
     color: #333;
     width: auto;
     background-color: #ffffff;
}

/* --- link --- */
a {
	color: #0094D8;
	text-decoration: none;
}
a:visited {
     color: #5519b3;
	 color: #0094D8;/*仮　あとで外す*/
     text-decoration: none;
}
a:hover {
	color: #FC6320;
	text-decoration: underline;
}