/*
 * Copyright 2012 - 2018 YASUDA Kazutaka. All rights reserved.
 * このソースコードの所有権は安田一隆に属します。
 */
select,
textarea,
input[type=email],
input[type=url],
input[type=text],
input[type=url],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=password]{
/*	background-color: #ccff66; */
	background-color: #ffffff;
/*	background-color: #faffbd; */
	border-radius:5px;
	border: 1px solid #aaaaaa;
}
 
div#membershippasswordchangeform,
div#agentmailuserform{
/*	border: 1px solid #cccccc;
	border-radius:10px;*/
	font-size:14px;
}
div#agentmailuserform p.formtilte{
	font-weight: bold;	
	font-size:1.2em;
}
div#agentmailuserform p.confirmmessage{
	font-size: 1.0em;
	color: #800000;
	margin-bottom: 50px;
}
div#agentmailuserform p.confirmmessage span{
	border: 1px solid #cccccc;
	border-radius: 10px;	
	background-color: #ffcc00;
	padding: 10px 20px 10px 20px;
}
div#agentmailuserform div.formdescriptioncontainer{
}
div#agentmailuserform div.formdescriptioncontainer div.formdescription{
	margin: 10px;
}
div#agentmailuserform table{
/*	text-align: center;
	margin: 0 auto;*/
}
div#agentmailuserform table tr th,
div#agentmailuserform table tr td{
	text-align: left;
/*	font-size: 16px; */
	padding: 2px;
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f0f0f0 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #f0f0f0 100%); 
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f0f0f0) );
}
div#agentmailuserform table.mobile tr th,
div#agentmailuserform table.mobile tr td{
	text-align: left;
/*	font-size: 16px; */
	padding: 2px;
	vertical-align: top;
	background-color: #ffffff;
}
div#agentmailuserform table tr th{
	width: 40%;
	font-weight: bold;
}
div#agentmailuserform table tr.submitrow td{
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	background: none;
	border: none;
}
div#agentmailuserform table tr td input[type=email],
div#agentmailuserform table tr td input[type=password],
div#agentmailuserform table tr td input[type=text]{
	width: 300px;
	height: 28px;
	border-color: 1px solid #ff0000 !important;
}
div#agentmailuserform table tr td select{
	height: 28px;
}
div#agentmailuserform table tr td textarea{
	width: 300;
	height: 100px;
}
div#agentmailuserform table tr td input[type=radio]{
	margin:2px;
	padding: 0px;
/*	font-size: 10px; */
	font-size: 0.8em;
}
div#agentmailuserform table tr td span.agentmail__annotation{
/*	font-size: 12px; */
	font-size: 0.8em;
	color: #666666;
}
div#agentmailuserform table tr td span.agentmail__warning{
/*	font-size: 12px; */
	font-size: 0.8em;
	color: #880000;
}
div#agentmailuserform table tr td div.agentmailinlineframe{
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #cccccc;
	margin: 2px;
	padding: 2px;
}
div#membershippasswordchangeform dl,
div#agentmailuserform dl{
}
div#membershippasswordchangeform dl dt,
div#agentmailuserform dl dt{	
	font-weight: bold;
	margin-top: 20px;
}
div#membershippasswordchangeform dl dt.submitdt,
div#agentmailuserform dl dt.submitdt{
	margin-top: 20px;
}
div#membershippasswordchangeform dl dd,
div#agentmailuserform dl dd{
	margin-left: 20px;
}
div#membershippasswordchangeform dl dd textarea,
div#agentmailuserform dl dd textarea{
	width: 300px;
	height: 100px;
}
div#membershippasswordchangeform dl dd select,
div#agentmailuserform dl dd select{
	height: 28px;
}
div#membershippasswordchangeform dl dd input[type=email],
div#membershippasswordchangeform dl dd input[type=url],
div#membershippasswordchangeform dl dd input[type=password],
div#membershippasswordchangeform dl dd input[type=text],
div#agentmailuserform dl dd input[type=email],
div#agentmailuserform dl dd input[type=url],
div#agentmailuserform dl dd input[type=password],
div#agentmailuserform dl dd input[type=text]{
	width: 300px;;
	height: 28px;
	border-color: 1px solid #ff0000 !important;
}
div#membershippasswordchangeform dl dd input[type=radio],
div#membershippasswordchangeform dl dd input[type=checkbox],
div#agentmailuserform dl dd input[type=radio],
div#agentmailuserform dl dd input[type=checkbox]{
	margin: 0px;
	padding: 0px;
/*	font-size: 10px; */
	font-size: 0.8em;
}
div#membershippasswordchangeform dl dd span.agentmail__annotation,
div#agentmailuserform dl dd span.agentmail__annotation{	
/*	font-size: 14px; */
	color: #666666;
}
div#membershippasswordchangeform dl dd span.agentmail__warning,
div#agentmailuserform dl dd span.agentmail__warning{	
/*	font-size: 14px; */
	color: #666666;
}
div#membershippasswordchangeform dl dd span.agentmail__warning,
div#agentmailuserform dl dd div.agentmailinlineframe{
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #cccccc;
	margin: 2px;
	padding: 2px;
}

input.proudctformsubmitbutton{	
	width: 290px;
}
div#membershippasswordchangeform dl dt.submitdt input.AGENTMAIL__submit[type=submit],
div#membershippasswordchangeform table tr.submitrow td input.AGENTMAIL__submit[type=submit],
div#agentmailuserform dl dt.submitdt input.AGENTMAIL__submit[type=submit],
div#agentmailuserform table tr.submitrow td input.AGENTMAIL__submit[type=submit]{
/*	min-width: 200px !important;*/
	 !important;
	width: auto;
	font-size: 1.5em !important;
	margin: 0px !important;
	padding: 5px 20px 5px 20px !important;
	border-radius: 5px !important;
	border: 1px solid #ff9900 !important;
	background-color: #ff9900 !important;
	background: -moz-linear-gradient(top, #ffcc66 0%, #ff9900 100%) !important;
	background: -webkit-linear-gradient(top, #ffcc66 0%, #ff9900 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffcc66), to(#ff9900) ) !important;
	color: #ffffff;
/*	font-weight: bold;*/
}
div#membershippasswordchangeform dl dt.submitdt input.AGENTMAIL__submit[type=submit]:hover,
div#membershippasswordchangeform table tr.submitrow td input.AGENTMAIL__submit[type=submit]:hover,
div#agentmailuserform dl dt.submitdt input.AGENTMAIL__submit[type=submit]:hover,
div#agentmailuserform table tr.submitrow td input.AGENTMAIL__submit[type=submit]:hover{
	background-color: #ffcc66 !important;
	background: -moz-linear-gradient(top, #ff9900 0%, #ffcc66 100%) !important;
	background: -webkit-linear-gradient(top, #ff9900 0%, #ffcc66 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffcc66) ) !important;
	cursor: pointer;
}

div#membershippasswordchangeform span.required,
div#agentmailuserform span.required{	
	color: #cc0000;
	font-size: 10px;
}

div#membershippasswordchangeform div.AGENTMAIL__TOP_OF_THE_FORM_BUTTON__CLASS_NAME:hover,
div#agentmailuserform div.AGENTMAIL__TOP_OF_THE_FORM_BUTTON__CLASS_NAME:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	cursor: pointer;
}

/*@media screen and  (min-width: 0px) and (max-device-width: 320px) {*/
@media screen and  (min-width: 0px) and (max-device-width: 640px) {
	div#agentmailuserform table tr td input[type=email],
	div#agentmailuserform table tr td input[type=url],
	div#agentmailuserform table tr td input[type=password],
	div#agentmailuserform table tr td input[type=text]{
		width: 80%;
		height: 28px;
	}
	div#agentmailuserform table tr td select{
		height: 28px;
	}
	div#agentmailuserform table tr td textarea{
		width: 80%;
		height: 100px;
	}
	div#agentmailuserform table tr td input[type=radio]{
		margin:2px;
		padding: 0px;
	/*	font-size: 10px; */
		font-size: 0.8em;
	}
	div#agentmailuserform table tr td span.agentmail__annotation{
	/*	font-size: 12px; */
		font-size: 0.8em;
		color: #666666;
	}
	div#agentmailuserform table tr td span.agentmail__warning{
	/*	font-size: 12px; */
		font-size: 0.8em;
		color: #880000;
	}
	
	div#membershippasswordchangeform dl,
	div#agentmailuserform dl{
	}
	div#membershippasswordchangeform dl dt,
	div#agentmailuserform dl dt{
		font-weight: bold;
		margin-top: 20px;
	}
	div#membershippasswordchangeform dl dt.submitdt,
	div#agentmailuserform dl dt.submitdt{
		margin-top: 20px;
	}
	div#membershippasswordchangeform dl dd,
	div#agentmailuserform dl dd{
		margin-left: 30px;
	}
	div#membershippasswordchangeform dl dd textarea,
	div#agentmailuserform dl dd textarea{
		width: 100%;
		height: 100px;
	}
	div#membershippasswordchangeform dl dd select,
	div#agentmailuserform dl dd select{
		height: 28px;
	}
	div#membershippasswordchangeform dl dd input[type=email],
	div#membershippasswordchangeform dl dd input[type=url],
	div#membershippasswordchangeform dl dd input[type=password],
	div#membershippasswordchangeform dl dd input[type=text],
	div#agentmailuserform dl dd input[type=email],
	div#agentmailuserform dl dd input[type=url],
	div#agentmailuserform dl dd input[type=password],
	div#agentmailuserform dl dd input[type=text]{
		width: 100%;
		height: 28px;
	}
	div#membershippasswordchangeform dl dd input[type=radio],
	div#membershippasswordchangeform dl dd input[type=checkbox],
	div#agentmailuserform dl dd input[type=radio],
	div#agentmailuserform dl dd input[type=checkbox]{
		margin: 0px;
		padding: 0px;
	/*	font-size: 10px; */
		font-size: 0.8em;
	}
	div#membershippasswordchangeform dl dd span.agentmail__annotation,
	div#agentmailuserform dl dd span.agentmail__annotation{
	/*	font-size: 14px; */
		color: #666666;
	}
	div#membershippasswordchangeform dl dd span.agentmail__warning,
	div#agentmailuserform dl dd span.agentmail__warning{
	/*	font-size: 14px; */
		color: #880000;
	}	
}







div.LltV2Section div.LltV2SectionFormBlock {
	padding-top: 80px;
	padding-bottom: 80px;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

@media screen and (min-width: 480px){
	div.LltV2Section div.LltV2SectionFormBlock{
		width: 100%;
	}
}
@media screen and (min-width: 1024px){
	div.LltV2Section div.LltV2SectionFormBlock{
		padding-top: 80px;
		padding-bottom: 80px;
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
}




div.fv2item{
	width: 100%;
}
div.fv2itemGroup{
	width: 100%;
}
div.fv2itemGroup.fv2itemGroup2{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 20px 1fr;
	justify-content: center;
	align-items: center;
}
div.fv2itemGroup.fv2itemGroup2 div.fv2item{
}
div.fv2itemName{
	text-align: left;
	font-weight: bold;
}
div.fv2itemValue{
	text-align: left;
	margin-bottom: 20px;
	width: 100%;
}
div.fv2itemValue input[type=email],
div.fv2itemValue input[type=text]{	
	width: calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	height: 30px;
	font-size: 1.2em;
	border: 1px solid #cccccc;
	text-align: left;
	padding: 5px;
	color: #555555;
	border-radius: 5px;
}
div.fv2itemValue textarea{
	width: calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	height: 200px;
	font-size: 1.2em;
	border: 1px solid #cccccc;
	text-align: left;
	padding: 5px;
	color: #555555;
	border-radius: 5px;
}
div.fv2submit{
	text-align: center;
	margin: 0 auto;
}
div.fv2submit input{
	width: 100%;
	font-size: 1.2em;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
	border-radius: 30px;
	border: 0px;
	font-weight: normal;
	border: 1px solid #cccccc;
}

@media screen and (min-width: 480px){
	div.fv2submit input{
		width: 100%;
	}
}
@media screen and (min-width: 1024px){
	div.fv2submit input{
		width: 300px;
	}
}

div.fv2itemValue div.agentmail__policy{
	width: calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: left;
}
div.fv2itemValue div.agentmail__policy *{
	text-align: left;
}
span.fv2required{
	color: #ffffff;
	background-color: #c5140f;
	border-radius: 10px;
	font-size: 0.8em;
	padding: 3px 15px 1px 15px;
	margin-left: 20px;
	display: inline-block;
	margin-bottom: 5px;
}
span.fv2noRequired{
	color: #ffffff;
	background-color: #9b9393;
	border-radius: 10px;
	font-size: 0.8em;
	padding: 3px 15px 1px 15px;
	margin-left: 20px;
	display: inline-block;
	margin-bottom: 5px;
}
