
#container{
    /*
    background-image:url('/formSys/faces/javax.faces.resource/meinan/top.jpg?ln=img');
    background-repeat: no-repeat;
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
    */
}

#header{
}

#contents{
    padding-top: 50px;
    padding-bottom: 100px;
}

#footer{
}


/* 共通リンク色の指定 */
a {
	color:#253895;
	text-decoration: none;
}

.formTbl{
    max-width: 700px;
    margin: auto !important;
}

.formTbl th,
.formTbl td{
    text-align: left;
}

.orderFormBtn{
    display: inline-block;
    max-width: 200px;
    width: 80%;
    margin: auto;
    color: #fff;
    background: #253895;
    padding: 5px 0.5em;
    border-radius: 5%;
}

#serchBtn{
    display: inline-block;
    color: #fff;
    background: #253895;
    border-radius: 5%;
    padding: 0 1%;
}

.titleString{
    font-size: 1.3em;margin:5px auto 20px auto;
}

.subTitleString{
    font-size: 1.1em;margin:5px auto 20px auto;
}


.topImage {
    max-width:1375px;
    margin:0 auto 0 auto;
}
.topImage img {
    width:100%;
    height:auto;
}

@media screen and (max-width: 800px)  {
    .topImage {
    width: 100%;
    height:auto;
}
}