@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#header{
    height: 35px;
    border-bottom: 1px solid #eee;
    position: relative;
}
#content{
    margin:0 auto;
    width: 700px;
    text-align: left;
    background-color: #fff;
    padding:15px 30px;
}
.brand{
    position: absolute;
    display: block;
    width: 100%;
    font-family: 'Asap Condensed', sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #ff2044;
}

.searchform {
    display: inline-block;
    text-align: left;
}
.searchtable {
    border-collapse: collapse;
    font-size: 15px;
    line-height: 25px;
    border: none !important;
    margin: 10px auto;
}
.searchtable, .searchtable tr, .searchtable td, .searchtable th {
    border: 1px solid #cfcfcf;
    padding: 5px 10px 5px 10px;
}
.searchbox {
    font-size: 15px;
    padding: 5px;
    border: 1px solid #DDD;
    border-radius: 5px;
    width: 80%;
}
form input {
    vertical-align: middle;
}
.thisinfotable td, .thisinfotable th {
    font-size: 12px;
    line-height: 20px;
}
.thisinfotable td, .thisinfotable th {
    border: 1px solid #cfcfcf;
    font-size: 15px;
    line-height: 20px;
}
.searchtable .searchtabletitle {
    background-color: #f6f6f6;
    min-width: 120px;
}
.searchtable .searchbutton {
    background-color: #fb8bc6;
    border: none;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    margin-top: 10px;
}
.searchtable .searchcenter {
    text-align: center;
}
.objecttable tr,.objecttable  td {
    border: none;
        font-size: 0.9em;
}
.searchordercontainer dd{
    display: inline-block;
    margin-left: 20px;
    margin-top:0px;
    line-height: 20px;
}
.searchordercontainer a{
    text-decoration: none;
}
.objecttable{
    border:2px solid #ccc; 
    text-align:center; 
    margin: auto auto 50px auto;
    width: 95%;
}
.objecttitle{
    font-size:24px; 
    font-weight:bold; 
    text-align: center;
    width: 95%;
    margin: 0 auto;
    background-color: #5cbcf9;
    border: 1px solid #cfcfcf;
    color: #fff;
}
.objectimg p{
    text-align: center;
}
.objectmaintext {
    font-size:20px;
    font-weight: bold;
}
.thisinfotable {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.thisinfotable td,.thisinfotable th {
    border: 1px solid #cfcfcf;
    font-size: 15px;
    line-height: 20px;
}
.oflBtn{
    width: 65%;
    margin: 0 auto;
}
.fontsizenormal {
    font-size:16px;
}
@media screen and (max-width: 575px) {
    .fontsizenormal {
        font-size:0.8em;
    }
	.share_btn img{
        width: 10%
    }
}
.searchordercontainer dd{
    display: inline-block;
    margin-left: 20px;
    margin-top:0px;
    line-height: 20px;
}
.searchordercontainer a{
    text-decoration: none;
}
.shere_btn{
	width:50%;
}
.sec .fcB{
	color:#ff0a66;
	font-weight:bold;
}
.sec .fsL{
	font-size: 18px;
}
.sec .box{
	border: solid 1px #626262;
	margin-bottom: 10px;
	max-width: 500px;
	margin: auto;
}
.close {
    display: block;
}
#content img,
#header img {
    max-width: 100%;
    height: auto;
}
.sec h1{
	font-size: 35px;
	font-weight: 700;
	line-height: 1.3125;
    padding-bottom: 20px;
}
.acd-check{
    display: none;
  }
.acd-label{
    background: #ff2044;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 6px;
    width: 300px;
    text-align: center;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 0.8em;
}
.acd-content{
height: 0;
opacity: 0;
padding: 0 10px;
transition: .5s;
visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
height: auto;
opacity: 1;
padding: 10px;
visibility: visible;
}

@media screen and (max-width: 575px) {
	#content {
		width: 100%;
		padding: 10px 10px;
	}
	.sec h1 {
		font-size: 24px;
	}
	.searchordercontainer dd {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
	td.fontsizenormal:first-child {
		width: 90px!important;
	}
}