/*
body {
color: #333;
padding: 0 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 76%;
}
*/

.panel {
clear: both;
display: none;
border: 3px solid #CCC;
padding: 1em;
}

.panel.active-tab-body {
display: block;
}

#tabs {
list-style: none;
}

#tabs li {
float: left;
}

#tabs a {
float: left;
padding: 5px 8px;
margin-left: 6px;
background-color: #F2F2F2;
text-decoration: none;
color: #999999;
}

#tabs a.active-tab {
background-color: #CCC;
border-top: 3px solid #999;
padding-top: 3px;
color: #000;
}

input.disabled {
border: 1px solid #F2F2F2;
background-color: #F2F2F2;
}

div.aform-content table.formTable tr td input.required,
div.aform-content table.formTable tr td textarea.required {
border: 1px solid #00A8E6;
}

div.aform-content img {
width: auto !important;
margin-bottom: 0 !important;
}

div.aform-content table.formTable tr td input.validation-failed,
div.aform-content table.formTable tr td textarea.validation-failed {
border: 1px solid #D92B00;
color : #D92B00;
}

div.aform-content table.formTable tr td input.validation-passed,
div.aform-content table.formTable tr td textarea.validation-passed {
border: 1px solid #00CC00;
color : #000;
}

dl dd input.aform-radio.validation-passed {
/*border: none;*/
}

.validation-advice {
margin: 5px 0;
padding: 5px;
background-color: #D92B00;
color : #FFF;
font-weight: bold;
}

.validation-advice img {
vertical-align: middle;
padding-right: 3px;
}

.custom-advice {
margin: 5px 0;
padding: 5px;
background-color: #C8AA00;
color : #FFF;
font-weight: bold;
}

fieldset {
padding: 1em;
margin-bottom: 0.5em;
}

.radio span {
display: inline-block;
/*margin-right: 10px;*/
vertical-align: middle;
}

.form-row {
clear: both;
padding: 0.5em;
}

.field-label {

}

.field-widget {

}

.aform-header{
/*width: 670px;*/
padding: 0px 0px 11px 0px;
margin: 0px 0px 15px 0px;
border-bottom: 1px #666666 dotted;
font-size: 130%;
font-weight: bold;
/*margin: 1em 0 1em;
padding: 3px 0;
border-bottom: 1px solid #ccc;*/
}

.aform-hdln{
font-size: 120%;
font-weight: bold;
margin: 2em 0 0.5em;
padding: 3px 0;
border-bottom: 1px dotted #ccc;
}

div.aform-content dl{
/*margin-bottom: 1em;
padding-bottom: 1em;*/
margin-bottom: 3px;
padding-bottom: 3px;
width: 540px;
float: left;
}

div.aform-content dl dt{
font-weight: bold;
/*margin-bottom: 0.5em;*/
width: 270px;
float: left;
}

div.aform-content dl dd {
/*padding-left: 275px;*/
width: 250px;
float: left;
}

div.aform-content dl dd span {
display: inline-block;
}


div.aform-content table.formTable td input {
width: 200px;
vertical-align: middle;
border: solid 1px #ccc;
}

div.aform-content table.formTable td textarea {
width: 200px;
border: solid 1px #ccc;
vertical-align: middle;
}

div.aform-content table.formTable td input.aform-checkbox,
div.aform-content table.formTable td input.aform-radio{
margin-right: 5px;
width: auto !important;
vertical-align:middle;
}
div.aform-content span.required{
color:#fff;
font-weight: normal;
background:#D92B00;
padding: 2px;
}
div.aform-content .aform-input-example{
color:#999;
margin-bottom: 0.5em;
display: block;
}
div.aform-content .aform-note{
margin-bottom: 1em;
padding: 5px 8px;
background:#f3f3f3;
clear: both;
}

dl.aform-error-list dt{
font-size:120%;
padding-left:16px;
background: url(images/icons/warning_y.gif) 0 50% no-repeat;
}
dl.aform-error-list dd{
margin-left:16px;
display:list-item;
}

div.aform-content .submit{
margin-top:20px;
padding:15px 0px;
width: 100%;
border-top:1px solid #ccc;
text-align:center;
clear: both;
}
div.aform-content .submit input{
margin:0 6px;
padding:2px 8px;
font-size:110%;
}

div.aform-content p.powerdby{
text-align: right;
font-size: 70%;
margin: 1em 0;
}
div.aform-content p.powerdby a{

color: #fff;
padding:0 5px;
background:#BAD7E4;
text-decoration:none;
}
div.aform-content p.powerdby a:hover{
background:#75AECA;
}

div.aform-content .aform-demo{
text-align: center;
margin: 2em 0;
padding: 5px 10px;
border: 1px solid #EE7BA0;
background: #FDECF1;
}
div.aform-content .aform-demo a{
color: #903;
font-weight:bold;
margin: 0 5px;
}

/*----------------------------------*/

#aform_result{
color: #c00;
font-weight: bold;
font-size: 110%;
margin: 15px auto;
padding: 10px 15px;
}
#aform_result a{
margin: 0 1em;
}

/*----------------------------------*/

div.aform-content dl{
border-bottom:1px dotted #ddd;
}

div.aform-content dl dd span.error,
div.aform-content dl dd span.error div {
display: inline-block;
}

div.aform-content table.formTable tr td label {
margin-right: 10px;
}

div.aform-content table.formTable tr td.radio input {
border: none;
}



/** add by Itahashi ****/

table.formTable {
    font-size: 100%;
}

.formTable tr th,
.formTable tr td {
 /*   font-size: 100%;*/
    padding: 3px;
    border-bottom: dotted 1px #ccc;
    text-align: left;
}

.formTable tr td label {
    margin-right: 10px;
    padding-left: 5px;
    vertical-align: middle;
}

/** add by Nada ****/
#aform-17 {
    width: 100%;
}

#aform-17 div.aform-header {
    width: 862px;
}

#aform-17 table.formTable {
    width: 862px;
}

#aform-17 table.formTable tr th {
    width: 262px;
}

#aform-17 table.formTable tr td {
    width: 600px;
    padding-left: 20px;
}

/** add by 加良 ***/
/* aformがある1カラムページの追記はcommon.cssにまとめています*/

/*** 2013/08/25 1カラムページのa-formレイアウト用  add by加良*/

#ssl-520 {
    margin: 0 auto;
    width: 520px;
    border: 1px solid #cccccc;
  }

/* IE 7 */
    *:first-child+html #ssl-520 {
    margin: 0 auto;
    width: 520px;
    border: none;
  }


#ssl-520 img {
    width: 114px;
    height: 57px;
    margin: 10px;
}

/* IE 7 */
    *:first-child+html #ssl-520 img {
    width: 114px;
    height: 57px;
    margin: 15px 10px 10px;
}



#contentsMain
#mainContents_a1col {
    float: none;
    width: 860px !important;
}

#mainContents_a1col
.aform {
    width: 520px;
    margin: 0 auto;
}

#mainContents_a1col
.aform
.aform-content
table.formTable {
    margin: 0 auto;
}

/* IE 6 */
    * html #mainContents_a1col
.aform
.aform-content
table.formTable {
    margin: 0 auto;
    width: 520px;
}

/* IE 7 */
    *:first-child+html  #mainContents_a1col
.aform
.aform-content
table.formTable {
    margin: 0 auto;
    width: 520px;
}

#contentsMain
.ssl-gs {
    padding: 10px 5px 10px 0;
    margin-bottom: 0 !important;
    font-size: 85%;
    display: table-cell;
    vertical-align: middle !important;
  }

/* IE 6 */
    * html #contentsMain
.ssl-gs {
    padding: 20px 5px 20px 0;
}

/* IE 7*/
    *:first-child+html #contentsMain
.ssl-gs {
    padding: 10px 28px 10px 0; /*10px 5px 10px 0;*/
}
