body {
	max-width:980px;
	margin: 0 auto;
	padding:0 0.8em;
	font-size: 90%;
	font-family:'メイリオ','Hiragino Kaku Gothic ProN',
	 'Lucida Grande', 'ヒラギノ角ゴ ProN W3',
	 Meiryo,  sans-serif;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%; 
}

h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight: normal;
}

/* リンクスタイル */
a:link { color: #0000FF; text-decoration: underline;}
a:visited {	color: #880088;	text-decoration: underline;}
a:hover { color: #003300;text-decoration: underline; }
/* リンクスタイル */

/*　基本レイアウト
-----------------------------------------------------------------------------*/
#outline {
	width: 100%;
	margin: 0px auto;
	height: auto;
	padding: 0;
	color: #6F6666;
}

header {
	width: 100%;
	margin: 0;
	padding: 0;
}
header p{
	margin: 0.2em;
}

main {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


.tbMail{ 
	width: 100%;
	padding: 5px;
	box-sizing:border-box;
	border-collapse: collapse;
	border: 0; 
	background: #F7F7F7;
}
.tbMail tr{ border-bottom: 5px solid #F7F7F7;}
.tbMail th{ 
	width: 30%;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 0.5em;
}
.tbMail td{
	vertical-align: middle;
	padding: 0.5em;
}

.tbMail input{
	line-height: 1.5em;
	margin-bottom: 0.2em;
}

.tbMail select{
	padding: 0.3em;
}

.tbSSL { 
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden; 
	background: #FFF;
}

.tbSSL table{ 
	background: #FFF;
}

/* しましまにする */
main tr:nth-child(even) {
  background-color: #eee;
}

@media screen and (max-width:750px){ 
	.tbMail th{ 
		width: 100%;
		display: inline-block;
		text-align: left;
		box-sizing:border-box;
	}
	.tbMail td{
		width: 100%;
		display: inline-block;
		box-sizing:border-box;
	}

	.tbSSL th{ 
		width: 100%;
		display: inline-block;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	.tbSSL td{
		width: 100%;
		display: inline-block;
		margin: 0;
		padding: 0;
	}
}


/* 見出し */
.headLine001{
    margin: 40px 0 1.8em;
    padding: 0.5em 0.4em 0.4em 0;
    border-bottom: 1px solid #CCCCCC;
    color: #555555;
  	font-size:200%;
	line-height: 1.2em;

}
.headLine001 span {
  padding-left:3px;
}


input[type="text"]{ max-width: 95%;}
input[type="email"]{ max-width: 95%;}
input[type="tel"]{ max-width: 95%;}
input[type="number"]{ width: 4em;}

select{margin: 0 0 0.2em 0;}

/* iPhone等で入力枠が拡大されないよう設定 */
@media screen and (max-width:750px){ 
    input,
    select,
    textarea{font-size: 1.2em;}
}

@media screen and (max-width:500px){ 
	input[type="text"]{ width: 95%;}
	input[type="email"]{ width: 95%;}
	input[type="tel"]{ width: 95%;}
}

textarea { width: 95%;}

/* 見出し */

/* フォントサイズ */
.fs80{
	font-size: 80%;
}
.fs85{
	font-size: 85%;
}
.fs90{
	font-size: 90%;
}
.fs93{
	font-size: 93%;
}

/* フォントサイズ */
.submit_button {
	width: auto;
	border:solid 1px #ccc;
	padding:0.3em;
	margin:0 0 20px;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	cursor:pointer;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	background-image: -webkit-linear-gradient(top, #EEE, #CCC);
	background-image: -moz-linear-gradient(top, #EEE, #CCC);
	background-image: -ms-linear-gradient(top, #EEE, #CCC);
	background-image: -o-linear-gradient(top, #EEE, #CCC);
	background-image: linear-gradient(top, #EEE, #CCC);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
}

.cl { clear: both;}

.noticeRed { color: #CC0000;}



/* 2022/11/11追加 */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}


input::placeholder,
textarea::placeholder {
	color:#7799CC;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#7799CC;
}
input::-moz-placeholder，
textarea::-moz-placeholder  {
    color:#3355CC; /* FireFoxだけ薄いので濃いめに設定 */
}
:-moz-placeholder,
::-moz-placeholder {
	color: #3355CC; /* FireFoxだけ薄いので濃いめに設定 */
	opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color:#7799CC;
}
