@charset "euc-jp";

.header-menu-list-item.is_qanda .header-menu-list-item__link {
	box-shadow: 0 -3px 0 #a0107c inset;
	color: #ab48a2;
}

.support .sub-menu-list-item.is_support .sub-menu-list-item__link {



	box-shadow: 0 -2px 0 #79016c inset;
	font-weight: bold;
	text-decoration: none;
	color: #ab48a2;
}

/* Header and Help Menu */ 
.help img {
    margin-top: -156px !important;
}

#header #mainmenu .help a,
#header #mainmenu .help a:hover {
    background-position: -671px -156px;
    opacity: 1;
}

/* Main Table Styles */
table {
    margin: 0;
    padding: 0;
    width: 680px;
    border: 0;
    border-collapse: collapse;
    font-size: 12px;
}

table th {
    padding-left: 8px;
    width: 160px;
    height: 40px;
    background: url(../images/img_registration_1px.gif) repeat-x top #e6e6e6;
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #fff;
    text-align: left;
    letter-spacing: 0.1em;
}

table .th2 {
    vertical-align: top;
    padding-top: 8px;
}

table .th3 {
    padding-left: 15px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background-image: none;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.1em;
}

table .th4 {
    padding-left: 8px;
    width: 160px;
    height: 40px;
    background: url(../images/img_registration_1px.gif) repeat-x top #e6e6e6;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: left;
    letter-spacing: 0.1em;
}

table .th5 {
    padding-left: 15px;
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #fff;
    background-image: none;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.1em;
}

table th p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
}

table td {
    padding-left: 10px;
    width: 420px;
}

table td input {
    font-size: 15px;
    background: #fff;
    border: 1px solid #a7a6aa;
}

table td .radio {
    border: 0;
}

table td select {
    background: #fff;
    border: 1px solid #a7a6aa;
}

table td textarea {
    margin: 0;
    width: 410px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #a7a6aa;
    letter-spacing: 0;
}





/* Contact Box and Typography */
#contact3_box {
    text-align: center;
}

.font-big {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
}

#contact3_box p {
    line-height: 1.5;
}

.buttons {
    width: auto;
    height: 30px;
    margin-top: 20px;
}

.buttons .btn-margin {
    margin-left: 30px;
}

.bold {
    margin: 20px 0;
    font-weight: bold;
}

.color-01 {
    color: #9a0074;
}