@charset "utf-8";
@import url(shared.css);
@import url(common.css);

#center table.sample td.inputsize input{width:50px;}
#center table.sample td.ime_i input{ime-mode:inactive;}



#center #mtmr-sp{
font-size:18px;
}

#center #mtmr-sp p{
font-size:18px;
}

#center #mtmr-sp th {
background-color:#eee;
padding:8px 0 8px 16px;
}

#center #mtmr-sp table{
border-collapse:collapse;
border:1px solid #ccc;
}
#center #mtmr-sp th{
border-right:1px dotted #aaa;
border-bottom:1px dotted #aaa;
}
#center #mtmr-sp td{
border-right:1px dotted #aaa;
border-top:1px dotted #aaa;
padding:8px;
}

#center #mtmr-sp th:last-child,td:last-child{
border-right:0px dotted #aaa;
}

#center #mtmr-sp input[type=submit]{
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
border-radius: 4px;
color: #ffffff;
background-image: -webkit-linear-gradient(180deg, #f88 0%, #f23 100%);
background-image: linear-gradient(180deg, #f88 0%, #f23 100%);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
border-bottom: solid 3px #c30;
}

#center #mtmr-sp input[type=submit]:active{
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
}
