﻿html, body, div, span, applet,form, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, p, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, br {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline-offset: 3px;
	font-family:"Arial, Ｐゴシック, arial, helvetica, clean, sans-serif"; 
}

select, input, textarea, button { 
     vertical-align:middle; 
     font-family:"Arial, ＭＳ Ｐゴシック, arial, helvetica, clean, sans-serif"; 
     position:relative; 
     margin: 0 4px 2px 0;
     margin-right:3px; 
     top:-1px;  
}

input[type="checkbox"],
input[type="radio"] { 
     border:none; 
     top:-2px;
     top:0\9;
     margin-right:5px !important; 
     margin-right: 0\9; 
     margin-top:7px !important;
     margin-bottom:7px ! important;
}

b
{
    font-size: 1.25em;
}

.clear:after 
{
    content:" ";
    display:block;
    clear:both;
}

button, input[type="button"] {
     overflow:visible; 
     height:22px;
     padding:0 3px;
}

.border
{
    border: 1px solid #AAA;
    border-radius:5px;
}

.wrapper
{
    width: 100%;
    height: auto;
    margin-bottom:5px;
    overflow:hidden;
    min-width: 495px;
}

.spSpace
{
    margin-right: 10px;
    font-weight:bold;
}

.btnHover:hover,
.btnHover:focus
{
    background-color: transparent !important;
}

/* ------------ Media Query ------------ */

@media (max-width: 991px) {
    /*.footerLogo
    {
        width: 50%;
    }*/

    .footerInfo
    {
        text-align: center;
    }

    .tipsImage
    {
        /*width: 30% !important;*/
    }
}

@media (max-width: 767px) {
    .logoMark {
        display:block;
        margin:30px auto;
    }
    .siteInfo
    {
        text-align: center;
        margin:0 auto;
    }

}

/* -------------------------------------- */