@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------
    RESET
   ---------------------------------------------------------------------------- */
html {
	min-height: 100%;
	height:100%;
}

body { color: #666; background:#fff;
font-family: "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
min-width:980px;
min-height: 100%;
height:100%;
}

h1, h2, h3, h4, h5, h6, input, select, textarea { font-size: 100%; }
h1, h2, h3, h4, h5, h6, b, em, strong, dt, th, caption { font-weight: normal; }
em, address, optgroup, cite { font-style: normal; }
caption { text-align: left; }
 
body, div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, dl, dt, dd, table, th, td, thead, tbody, tfoot, caption, blockquote, pre, address, form, fieldset, legend, iframe { border: none; outline: none; padding: 0; margin: 0; }
 
li { list-style-position: outside; }
ul li { list-style-type: none; }
 
table { width: 100%; border-collapse: collapse; border-spacing: 0; color:#666; }
th, td { text-align: left; vertical-align: top; border: 1px solid #000; }
 
pre { overflow-x: auto; }
textarea { width: 99%; overflow: auto; }
iframe { display: block; width: 100%; overflow: hidden; }

img {
   vertical-align:bottom
}

p {color:#666;}

a {color:#cc0000;}
a:hover {color:#ff4c61;}
 
a:hover { cursor: pointer; background-color: transparent; }
a:active,
a:focus { outline: none; }
 
sup { font-size: 71.5%; vertical-align: baseline; position: relative; bottom: 0.7em; }
sub { font-size: 71.5%; vertical-align: baseline; position: relative; top: 0.1em; }
 
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
 
hr { display: none; }
 
@media screen and (max-device-width: 480px) {
body { -webkit-text-size-adjust: none; }


/********** clearfix **********/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}