@charset "utf-8";

.MMTitle h2 {
    background-color: #384959;
    padding: 0.7em 10px 0.6em 1.2em;
    color: #ffffff;
    font-size: 150%;
    text-indent: -0.0em;
}
.MMTitle h2 a:link, .MMTitle h2 a:visited {
    color: #ffffff;
    text-decoration: underline;
}
.MMTitle h2 a:hover {
    color: #9c0a44;
    text-decoration: underline;
}
.MMTitle h2:before {
    border-left: solid 12px #7b8d9c;
    content: '';
    margin: -0.2em 0.3em 0em -0.8em;
    height: 1.7em;
    display: block;
    float: left;
    background-image: none;
}
#SeachList {
	margin: 1em 0 2em 0;
	padding:0;
	border-bottom:1px dotted #999;
	list-style-type:none;
}

#SeachList li a:link, a:visited{
    color: #0a559c;
    text-decoration: underline;
}
#SeachList li a:hover {
    color: #9c0a44;
    text-decoration: underline;
}

.Reset ol, .Reset ul {
    list-style: none;
}

.result .count {
    font-size: 138%;
    font-weight: bold;
    float: left;
    margin: 0.1em 0 0 0.2em;
    color: #000000;
}

.result {
    padding: 0.5em;
    background-color: #eeeeee;
    margin-bottom: 20px;
}
.result ul {
    float: right;
}

.result li {
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    border: 1px solid #999999;
    background-color: #ffffff;
    float: left;
    margin-right: 0.1em;
}

.result li.on a {
    color: #ffffff;
    background-color: #3f4f5c;
}
.result li a:hover {
    color: #ffffff;
    background-color: #3f4f5c;
}
.result li a:link, .result li a:visited {
    color: #000000;
    text-decoration: none;
}
.result li a {
    width: 1.8em;
    height: 1.5em;
    display: block;
    padding-top: 0.3em;
}

.MMMailText {
    margin-top: 0;
    margin-right: 1em;
    margin-bottom: 0;
    margin-left: 1em;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-line;
}

#form-area h5 {
	border-left: solid 8px #333333;
	padding: 0em 0em 0em 0.2em;
	margin: 1em 0px 1em 0px;
	font-size: 125%;
}
#form-area h5:after {
	display: block;
	content: "";
	border-bottom: solid 2px #999999;
}

form dl {
    margin:0px 1em 1em 1em;
    padding:0px 10px 10px 10px;
    border-radius:5px;
}
form dt {
}
form dd {
    margin:0px 1em 20px 2em;
}

form label {
    font-size: 1.1em;
	display: inline-block;
    margin-bottom: .5rem;
}

form input {
    padding: .375rem .75rem;
    line-height: 1.5;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #999999;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form input[type="text"],input[type="email"],input[type="password"] {
    width: 94%;
}
form input[type="checkbox"] {
    border: 0px solid #999999;
}
form input .mailmaga {
    padding-left:20px;
}
form .btn-gp {
	width:100%;
	text-align:center;

}
form .Link_Button {
    font-size: 88%;
    background-image:none;
    padding:0.5em 1em 0.5em 1em
    cursor: pointer;
    display: inline-block;
    text-align: center;
    min-width: 7em;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
}

input.Submit_Button, .Submit_Button:link, .Submit_Button:visited {
    color: #ffffff;
    text-decoration: none;
    background-color: #384959;
    background-image: url(../images/icon_arrow2_r.png);
    background-position: right 0.8em center;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    padding: 10px 10px 10px 10px;
}

.Submit_Button:hover {
    text-decoration: none;
    background-image: none;
    background-position: right 0.8em center;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-color: #593842;
}

#form-area {
    margin: 10px 30px 0px 30px;
}
#form-area .infoarea{
    font-size: 125%;
    padding: 10px 10px 5px 10px;
    margin-bottom: 1em;
    margin-left: 1em;
}
#form-area .infoarea2{
    border-style:solid;
    border-width: 0 0 1px 0;
    border-color:#8e0b1d;
    padding: 5px 5px 0px 5px;
    font-size: 95%;
}
#form-area .mandatory{
    background-color:#8e0b1d;
	border-style:outset;
    border-width: 3px;
    border-color:#8e0b1d;
    border-radius:5px;
    color:#ffffff;
    font-weight:bold;
    font-size: 75%;
    white-space: nowrap;
}

#form-area ul li{
    margin-top: 0em;
    margin-left: -2em;
    /*list-style:none;*/
}
#form-area li:before{
    /*content:"● ";*/
    /*color: #0b67b6;*/
}
#form-area .ulli_structure{
    margin-top: 0em;
    margin-left:2em;
    /*list-style:none;*/
}

#errmsg {
    margin: 10px 30px 0px 30px;
    border: 3px double #8e0b1d;
    padding: 5px 0;
}

#errmsg p {
    margin: 5px 0 0 15px;
    font-weight: bold;
}

#errmsg ul {
    margin-bottom: 5px;
}

#errmsg li {
    list-style-type: none;
}

#logout {
	margin: 10px auto;
    text-align: right;
}

#Header .Option ul.BgColor {
    left: 578px!important;
    border-right: solid 0px #cccccc!important;
}
#Header .Option ul#FontsizeChange {
    left: 382px!important;
}
