
/**************************************************

			ポップアップ

**************************************************/
.sheet {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
  overflow-x: hidden;
}
.closeBt1 {
	font-size: 3em;
  font-weight: bold;
  display: block;
  text-align: center;
  position: absolute;
  top: 0%;
  right: 0;
  padding-right: 4%;
}
.close1:before , .close1:after{
	width: 100%;
	padding-bottom: 4%;
	display: block;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #ffffff;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 47%;
}
.close1:after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu ul li {
	margin-bottom: 5%;
  list-style: none;
}
.menu ul li a {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5;
	text-decoration: none;
}
.skillLink {
	width: 49%;
	margin: 0 auto 4%;
  clear: both;
}
.skillLink a {
	display: block;
}
.skillBt {
	width: 100%;
}
.exbox{
  display: none;
}
.orderBt {
	width: 49.5%;
	display: block;
	margin: 0 auto 6%;
}
.orderBt img {
	width: 100%;
}
/*規約ページ*/
.first {
	display: none;
	border: 1px solid #c4a67e;
	position: relative;
	background: #0f121e;
	padding: 10px 0px;
	margin:0% 2% 2% 2%;
}
.rule {
	display: none;
	border: 1px solid #c4a67e;
	position: relative;
	background: #0f121e;
	padding: 10px 0px;
	margin:0% 2% 2% 2%;
}
.price {
	display: none;
	border: 1px solid #c4a67e;
	position: relative;
	background: #0f121e;
	padding: 10px 0px;
	margin:0% 2% 2% 2%;
}
.privacy {
	display: none;
	border: 1px solid #c4a67e;
	position: relative;
	background: #0f121e;
	padding: 10px 0px;
	margin:0% 2% 2% 2%;
}
.company {
	display: none;
	border: 1px solid #c4a67e;
	position: relative;
	background: #0f121e;
	padding: 10px 0px;
	margin:0% 2% 2% 2%;
}
.quit {
	display: none;
	border: 1px solid #c4a67e;
	position: relative;
	background: #0f121e;
	padding: 10px 0px;
	margin:0% 2% 2% 2%;
}
.description {
  font-size: 0.7em;
  line-height: 1.6;
  max-height: 100%;
  margin: 2%;
  color: #fff;
	padding: 0% 2% 2% 2%;
	text-align: justify;
	/* overflow: scroll; */
}
.subTtl {
	max-height: 100%;
	margin-bottom: 3%;
	font-size: 1em;
	font-weight: bold;
}

.entry {
	max-height: 100%;
	margin-bottom: 3%;
	font-size: 1em;
	font-weight: bold;
}

.sentence {
	max-height: 100%;
	margin-bottom: 10%;
	font-size: 0.9em;
	line-height: 1.6;
}
.toMenu {
	font-size: 3em;
  font-weight: bold;
  display: block;
  text-align: center;
  position: absolute;
  top: 0%;
  right: 0;
  padding-right: 4%;
}
/**************************************************

			フォーム

**************************************************/

.formWrap {
	z-index: 1;
	background: url("/m4/img/nomem/sp/lp/0007/img/bgtop.jpg") no-repeat top center, url("/m4/img/nomem/sp/lp/0007/img/bgbottom.jpg") no-repeat bottom center, url("/m4/img/nomem/sp/lp/0007/img/bgmiddle.jpg") repeat-y center center;
	background-size: 100% auto;
	margin:0 auto;
	margin:2%;
}
.form {
	padding-bottom: 77%;
	position: relative;
	height: 380px;
}
.form h2 {
	text-align: center;
}

.form h2 img {
	width: 36%;
}

/*性別*/
.section1 {
	width: 100%;
	position: absolute;
	top: 26%;
}
.formSex {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  /* width: 100%; */
	height: 84px;
}
img#F {
  width: 42%;
	margin-right: 4%;
}
img#M {
  width: 42%;
}
/*生年月日*/
.section2 {
	width: 100%;
	position: absolute;
	top: 26%;
	display: none;
}
.formBirth {
	margin-bottom: 1%;
	text-align: center;
}
.formBirth select {
	font-size: 1.2em;
	background: #fffacd;
	border: 2px solid #913c70;
	border-radius: 8px;
}
.formBirth select[name="select-by2"] {
	width: 28%;
	padding: 2% 0 2% 7%;
}
.formBirth select[name="select-bm2"], .formBirth select[name="select-bd2"] {
	width: 18%;
	padding: 2% 0 2% 5%;
}
.formBirth span {
	font-size: 2em;
}
.birthError {
	margin-bottom: 3%;
	color: #c92e04;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	opacity: 0;
}
.next1 {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.next1 a {
	display: block;
	text-align: center;
}
.next1 img {
	width: 60%;
}
/*名前*/
.section3 {
	width: 100%;
	position: absolute;
	top: 26%;
	display: none;
}
.formName {
	text-align: center;
}
.formName input[type="text"] {
	width: 72%;
	margin: 0 auto 0.5%;
	padding: 2.5% 0 2.5% 2%;
	font-size: 1.5em;
	color: #000;
	background: #fffacd;
	border: 2px solid #913c70;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
}
#hnCheck {
	margin-bottom: 2%;
	color: #c92e04;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	display: block;
}
.next2 {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.next2 a {
	display: block;
}

.next2 a img {
	width: 60%;
}
.prev {
  font-weight: bold;
	width: 10.5%;
	position: absolute;
	left: 10%;
	display: none;
  color: #fff;
	margin-top:30%;
	z-index: 99;
}
.prev img {
	width: 100%;
}
.sectionNumber {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -3px;
	position: absolute;
	left: 80%;
	top: 59%;
  color: #fff;
}
.sectionNumber span {
	font-size: 2em;;
	font-style: italic;
}
.formError {
	margin-bottom: 2%;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
/**************************************************

			送信ページ

**************************************************/

.send {
	width: 88%;
	margin: 0 auto;
	padding: 3% 0 0%;
	position: relative;
}
.profileList {
	margin: 0 auto 2%;
	padding: 2%;
  padding-top: 26%;
}
.profileList ul {
	overflow: hidden;
  background: #0f1529;
	border: 1px solid #fff;
}
.profileList ul li {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8;
	float: left;
}
.profileList ul li:first-child {
	width: 42%;
	text-align: right;
	color: #ffffff;
}
.profileList ul li:last-child {
	text-align: left;
	color: #fff;
}
.atn a {
	color: #ffffff;
	text-decoration: underline;
}
#mail {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Minc";
}
#mail a {
	display: block;
}
#mail a img {
	width: 100%;
}
/*ローディング*/
/* html.android .loading{
    margin-top: 10px;
} */
/*Android標準ブラウザのみ*/
.stillImage {
  display: block;
  margin: 0 auto;
  width: 58%;
}
.loading p {
	margin-bottom: 4%;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	position: relative;
}

.formBirth span{
  color: #fff;
}
.complete{
  	text-align: center;
    color: #fff;
		z-index: 1;
}
.quest{
		font-weight: bold;
    text-align: center;
    color: #fff;
    padding-bottom: 4%;
		font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Minc";
}
body{
  font-family: "メイリオ", sans-serif;
  overflow-x: hidden;
}
.number{
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-left: 82%;
	position: absolute;
  margin-top: 30%;
}
.number1{
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;S
  top: 66%;
  left: 86%;
}
.skillLink {
    width: 50%;
    clear: both;
    position: absolute;
}
.menu ul{
  clear: both;
  padding-top: 50%;
}
p.exLink {
    position: absolute;
    left: 50%;
    width: 50%;
}
.ttf{
  text-align: center;
  padding-top: 6%;
}
.skill p {
    background: #fff0dc;
    border: 2px solid #c4a67e;
    padding: 4%;
    margin: 0% 2% 2% 2%;
    border-radius: 8px;
}
.trmsg {
    background: #fff0dc;
    border: 2px solid #c4a67e;
    padding: 4%;
    margin: 0% 2% 2% 2%;
    border-radius: 8px;
    line-height: 2.5;
    font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Minc";
}
p.ltmsg {
    padding: 4%;
    font-size: 0.7em;
}
.worried{
  width: 24%;
  position: absolute;
  top: 14%;
  right: 6%;
  margin-top: 4%;
}
ul li{
  list-style: none;
}
.ltmsg {
    font-size: 0.8em;
    padding: 4%;
    color:#0f1529;
		color: #fff;
}
.ltmsg a:link {
  color:#6b5e49;
}
#mail a:link {
  color: #fff;
 }
 #mail a:visited { color: #fff;
 }
.under{
  text-decoration: underline;
}
.circle img {
  width: 100%;
	text-align: center;
	padding-top: 40%;
	position: fixed;
	padding:0;
}
.content {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 10%;
  top: 40%;
}
/* ここから */
#wrap img{
  width: 100%;
	z-index: 2;
}
#wrap img:first-child{
	height: auto;
	z-index: 2;
  position: relative;
}
#wrap img:nth-child(2){
	width: 36%;
  margin-right: 40%;
  z-index: 2;
	opacity: 0.9;
}
#wrap img:nth-child(3){
	width: 100%;
	z-index: 1;
}
#allwrap {
width: 100%;
 text-align: center;
 margin: 0 auto;
 background: url("/m4/img/nomem/sp/lp/0007/img/bg.jpg") no-repeat top center;
 background-size: 100% auto;
 background-color: #000;
 overflow-x: hidden;
 margin-bottom: 10%;
 height: 100%;
}

body{
  background: #000;
}
.rogo {
    z-index: 2;
}
.eye {
    left: 10%;
    width: 36%;
    top: 40%;
		z-index: 2;
		margin-bottom: 10%;
}
.copy2 {
		z-index: 2;
}
.btn {
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
		z-index: 2;
}
.cl {
    position: absolute;
    top: 20%;
    z-index: 1;
}
.free {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    padding: 4%;
}
footer {
    color: #fff;
    background: #002365;
    text-align: center;
    padding: 2%;
		clear: both;
}
.menu img {
    width: 100%;
    padding: 2%;
}
.gauge {
	text-align: center;
  position: absolute;
  top: 84%;
  font-size: 11px;
  width: 100%;
}
.gauge li {
	display: inline-block;
	color: #b6b7b9;
	height: 4px;
	padding: 3%;
}
.gauge li img {
    width: 100%;
}
.gauge li:first-child {
	color: #fbfbb4;
}
.sendcopy{
	text-align: center;
  width: 100%;
  padding: 8%;
}
.btn2{
	width: 70%;
}
.atn{
	color: #fff;
	text-align: center;
	font-size: 0.7em;
	padding: 8%;
}
img#cl {
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
#wrap2{
	background: url("/m4/img/nomem/sp/lp/0007/img/bgtop.jpg") no-repeat top center, url("/m4/img/nomem/sp/lp/0007/img/bgbottom.jpg") no-repeat bottom center, url("/m4/img/nomem/sp/lp/0007/img/bgmiddle.jpg") repeat-y center center;
	background-size: 100% auto;
	margin:0 auto;
	margin:2%;
}

/**************************************************

			安心安全を徹底

**************************************************/

.security{
	background: #151824;
	border: 2px solid #76674b;
	padding:2%;
	margin:2%;
	color: #fff;
}
.security h2{
	font-weight: bold;
	color: #ffe79c;
}
.security p{
	padding-top: 4%;
	text-align: justify;
	font-size: 0.8em;
}
.security img{
	text-align: center;
	margin:0 auto;
	width: 16%;
  margin: 4%;
}
.pink{
	color:#ffb2df;
}
.pink a{
	color:#ffb2df;
	text-decoration: underline;
}
/**************************************************

			ご利用可能メールアドレス

**************************************************/
.domain{
	background: #151824;
	border: 2px solid #76674b;
	padding:2%;
	margin:2%;
	color: #fff;
	margin-bottom: 10%;
}
.domain h2{
	font-weight: bold;
	color: #ffe79c;
}
.domain p{
	padding-top: 4%;
	text-align: justify;
	font-size: 0.8em;
}
.key3{
	text-align: center;
	margin:0 auto;
	width: 16%;
	margin:4%;
}
.clink{
	width: 80%;
	margin:1% 0%;
	text-align: center;
}
/**************************************************

			メールが届かない方

**************************************************/
.notuse {
    border: 1px solid #fff;
    padding: 2%;
		font-size: 0.8em;
		line-height: 3em;
}
.mailaddress{
	background: #151824;
	border: 2px solid #76674b;
	padding:2%;
	margin:2%;
	color: #fff;
}
.mailaddress h2{
	font-weight: bold;
	color: #ffe79c;
}
.mailaddress p{
	padding-top: 4%;
	text-align: justify;
	font-size: 0.8em;
}
.mailaddress img{
	text-align: center;
	margin:0 auto;
	width: 16%;
  margin: 4%;
}
.carrier{
	color: #ffe79c;
}
.carrier ul{
  margin: 0 auto;
	padding: 10% 0 10% 0;
}
.carrier ul li{
    display: inline-block;
		width: 44%;
		text-align: left;
	}
.freemail{
	padding-bottom: 2%;
}

/**************************************************

			モーダル

**************************************************/
/*ローディングポップアップ*/
.popUp2 {
	width: 100%;
	height: 100%;
	padding-bottom: 14%;
	position: fixed;
	top: 0;
	display: none;
	overflow: scroll;
	z-index: 999;
  overflow-x: hidden;
	/* background: url("/m4/img/nomem/sp/lp/0007/img/loading.png")no-repeat;
	background-size: 100% auto;
	background-position: bottom center; */
}
.anime{
	width: 60%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding-left: 40%;
	padding-top: 4%;
}
.little{
	color: #000040;
	font-size: 0.9em;
	margin-bottom: 4%;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;

}
/*ローディング*/
.loading {
	width: 90%;
	position: fixed;
	display: none;
	background: rgba(255,255,255,0.9);
	height: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding:8%;
	top: 4%;
	z-index: 2;
}
html.android .loading{
	width: 100%;
	position: fixed;
	display: none;
	background: rgba(255,255,255,0.9);
	height: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding:8%;
	top: 4%;
	z-index: 2;
}

.closeBt2 {
	width: 9%;
	padding-bottom: 10%;
	position: fixed;
	right: 86%;
	top: 3%;
}

.close2:before , .close2:after{
	width: 100%;
	padding-bottom: 4%;
	display: block;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #ffffff;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 47%;
}

.close2:after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* .loading .gimmick {
	width: 76%;
	margin: -23% auto 0;
	padding: 74% 0 2.5%;
	position: relative;
} */

.loading p {
	text-align: center;
	font-weight: bold;
	position: relative;
}


/*送信完了*/
.sent {
	width: 90%;
	position: absolute;
	top: 4%;
	display: none;
	background: rgba(255,255,255,0.9);
	height: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding:8%;
}

.sent h2 {
	margin-bottom: 6%;
	font-size: 1em;
	font-weight: bold;
}

.sent p {
	font-size: 1em;
	line-height: 1.4;
	font-weight: bold;
}

.support {
	width: 77%;
	margin: 0 auto;
	display: block;
	text-decoration: underline;
	color:#6e0644;
}

.filterAll {
	width: 100%;
}

/*gmailをご利用の方*/
.gmail {
	width: 90%;
	position: absolute;
	top: 4%;
	display: none;
	background: rgba(255,255,255,0.9);
	height: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding:8%;
	text-align: center;
}

.gmail h2 {
	margin-bottom: 6%;
	font-size: 1em;
	font-weight: bold;
}

.gmail p {
	margin-bottom: 5%;
	font-size: 1em;
	line-height: 1.4;
	font-weight: bold;
}

.gmail p span {
}

.gmReset {
	width: 50%;
	margin-bottom: 4%;
}

.notSpam {
	width: 64%;
	margin: 0 auto;
	display: block;
}

.gm {
	width: 100%;
}

/*非対応*/
.unsupported {
	width: 90%;
	position: absolute;
	top: 4%;
	display: none;
	background: rgba(255,255,255,0.9);
	height: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding:8%;
}

.unsupported p {
	font-size: 1em;
	font-weight: bold;
}

img.his {
    width: 55%;
    position: absolute;
    top: 86%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.gauge {
    text-align: center;
    position: absolute;
    top: 86%;
    font-size: 10px;
}
.gauge li {
    width: 12%;
    display: inline-block;
}
.gauge li img {
    width: 100%;
}
.menuBt{
  position: absolute;
  top: 500%;
  left: 2%;
  z-index: 9;
}
.menuBt img{
  width:50%;
}
.red{
	color: #850000;
}
.fadein1 span{
    opacity: 0;
}
.fadein1{
    display: none;
}
.clowd{
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 30%;
	overflow: hidden;
}
.one{
	position: absolute;
	top: 240%;
	left: 0;
	right:0;
	margin:0 auto;
}
.onetorii{
	width: 100%;
}
.not_yoko {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-size: cover;
  background-blend-mode: multiply;
	margin-bottom: 4%;
}
.rimg1 img,.rimg2 img {
	margin-top:50px;
  width: 200px;
  text-align: center;
}
.wait{
	color: #000040;
	font-size: 1.2em;
	margin-top: 4%;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	text-align: center;
}
.comp{
	text-align: center;
	margin: 0 auto;
}
.comp img{
	width: 20%;
}
.yellow a:link { color: #ffde00; }
.yellow  a:visited { color: #ffde00; }
.sentence a:link { color: #ffde00; }
.sentence a:visited { color: #ffde00; }

.blink{
	animation: blink 3s infinite linear;
 -webkit-animation: blink 3s infinite linear;
 -moz-animation: blink 3s infinite linear;
}
/* 点滅 */
@keyframes blink {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
@-webkit-keyframes blink {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
@-moz-keyframes blink {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}

.fmin {
	position: fixed;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	padding: 2%;
	color:#6e0644;
	font-size: 0.7em;
	text-align: center;
}
.fmin a{
	color:#6e0644;
	text-decoration: underline;
}
.load {
	animation: spin 30s linear 0s infinite normal;
    -webkit-animation: spin 30s linear 0s infinite normal;
    -moz-animation: spin 30s linear 0s infinite normal;
    -ms-animation: spin 30s linear 0s infinite normal;
    -o-animation: spin 30s linear 0s infinite normal;
    animation: spin 30s linear 0s infinite normal;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
.circle {
    padding-top: 30%;
}
.gray{
	opacity: 0.5;
	pointer-events: none;
}
#wrap{
	position: relative;
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
}
.btn img{
	width: 100%;
}
img.frash {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.btn{
	position: relative;
}
.inmenu{
    position: relative;
		display: none;
}
.inmenu li{
	display:block;
	padding: 1% 2%;
	float: left;
	width: 50%;
}
.inmenu  ul li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: block;
    border: 1px solid #c4a67e;
    position: relative;
    padding: 10px 0px;
		background: #0f121e;
		font-size: 0.8em;
}
.subtt{
	color: #fff;
  text-align: center;
  margin: 0 auto;
	font-size: 1.2em;
	font-weight: bold;

}
.inmenu ul li:nth-child(odd){
	padding:1% 1% 0% 2%;
}
.inmenu ul li:nth-child(even){
	padding:1% 2% 0% 1%;
}
.inmenu ul li:nth-child(7){
	padding-bottom:6%;
 }
 .inmenu ul li:nth-child(8){
 	padding-bottom:6%;
  }
h2{
	color: #fff;
}
@media screen and ( max-width:320px) {
.carrier ul li {
    display: inline-block;
    width: 40%;
    font-size: 0.8em;
	}
}
.text{
	padding-top: 2%;
}
img.copy2 {
    position: relative;
}
.resendBt {
    display: block;
    position: relative;
		color: #6e0644;
    text-align: center;
    margin: 0 auto;
}
.copy2{

}
.ruleInner a{
	color: #ffde00;
}
.description a{
	color: #ffde00;
}
table.common td {
    padding: 2%;
    vertical-align: middle;
    border-bottom: 1px solid #ffffff;
}
table.common td:first-child {
    width: 30%;
    border-right: 1px solid #ffffff;
}
table.common {
    width: 100%;
    margin-bottom: 6%;
    border: 1px solid #ffffff;
    border-collapse: collapse;
}
