@charset "utf-8";
/*-=========================================-*/
/* paneo css                                 */
/*-=========================================-*/

/* borderbox reset */
* {
-webkit-box-sizing                              : border-box;
-moz-box-sizing                                 : border-box;
-o-box-sizing                                   : border-box;
-ms-box-sizing                                  : border-box;
box-sizing                                      : border-box;
}

/* font */
html,body {
-webkit-text-size-adjust                        : none;
}

/* container */
div#container {
position                                        : static;
text-align                                      : left;
}

/* contents */
div#contents, footer {
text-align                                      : left;
width                                           : 100%;
}

/* footer */
footer {
display                                         : block;
text-align                                      : center;
}

/* text */
.hide-text {
text-indent                                     : 100%;
white-space                                     : nowrap;
overflow                                        : hidden;
}

/* responsive element style */
.paneoimg img {
max-width                                       : 100%;
height                                          : auto;
width                                           : auto\9; /* ie8 */
vertical-align                                  : text-bottom;
}

