/* design_design.css Version. 1.0.2 */
/* modified date 2015/08/28  */
@charset "utf-8";
*{
    margin: 0px;
    padding: 0px;
}
body {
    color: #333;
}
html {
    overflow-y: scroll;
}
img {
    border: none;
}
input, textarea, select, button {
    padding: 0px;
    font-size: 100%;
}
input:focus , textarea:focus {
    color: #000;
    background-color: #ffc;
}
ul, li {
    list-style: none;
}
td.num {
    white-space: nowrap;
    text-align: right;
}
:focus {
    outline: none;
}
input {
    ime-mode: active;
}
    input.nonime,
    input#mail_adr,
    input#mail_mobile_adr {
        ime-mode: disabled;
    }
    input.nonime-num {
        ime-mode: disabled;
        text-align: right;
    }
    input[type="submit"],
    input[type="button"] {
        cursor: pointer;
    }
button {
    cursor: pointer;
    }
hr {
	clear: both;
	visibility: hidden;
	}
a {
    text-decoration: none;            
        }
a:hover{
    text-decoration: underline;
    }
a:link{
        color: #0050a0;
        }
a:visited{
    color: #0050a0;
        }
h2{
    color: #4f4132; 
    border-bottom: 3px solid #4f4132;
    font-size: 200%;
    font-family:  "ＭＳ 明朝",serif;
    }
a img:hover {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    }
