body { font-family: 'Hiragino Kaku Gothic ProN', 'ƒqƒ‰ƒMƒmŠpƒS ProN W3', sans-serif; }
td { font-size:14px;line-height:1.6; }
a {color:#1D1B94;text-decoration:none;}
a:hover {color:#CC0000;text-decoration:underline;}
td.ttlfnt { font-size:20px;line-height:1.6;color:#3A8D8E;letter-spacing:1.7; }
h1.ttlfnt { padding:6px;font-size:20px;line-height:1.6;color:#3A8D8E;letter-spacing:1.7;text-align:left;font-weight:normal;border-bottom:solid 2px #3A8D8E;}


.text, textarea, .dropdown{
    border:1px solid #888888;
    padding: 7px;
    color: #333333;
    background: #ffffff;
    border-radius: 7px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
    -webkit-border-radius: 7px;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
    -moz-border-radius: 7px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

a:hover img
{
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #fff;
}

.fixed {
  position: fixed;
  top: -10px;
}

input::placeholder {
	color: #c0c0c0;
}

/* IE */
input:-ms-input-placeholder {
	color: #c0c0c0;
}

/* Edge */
input::-ms-input-placeholder {
	color: #c0c0c0;
}
