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;
}

ul {
	height: auto;
	width: auto;
	margin: 0.3em 0 0.3em 0px;
	padding: 0;
}

li {
	height: auto;
	width: auto;
	margin: 0 0 0.3em 0;
	padding: 0 0 0 25px;
	list-style-type: none;
	background: url("../oa-image/imgSquare01.gif") no-repeat 5px 0.5em;
	line-height: 2.0em;
}

/* リンクスタイル */
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{ 
	font-weight: bold;
	text-align: center;
	/* vertical-align: top; */
	padding: 0.5em;
	background-color: #eee;
	border: 1px solid #888;
}
.tbMail td{
	vertical-align: middle;
	padding: 0.5em;
	border: 1px solid #888;
  background-color: #FFFFFF;
}

.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 td{ 
	background: #FFF !important;
}

/* しましまにする */
/* main tr:nth-child(odd) {
  background-color: #eee;
} */

@media screen and (max-width:750px){ 
  col{width: 100%;}
	.tbMail th{ 
		width: 100%;
		display: inline-block;
		text-align: left;
		box-sizing:border-box;
		border-bottom: none;
	}
	.tbMail td{
		width: 100%;
		display: inline-block;
		box-sizing:border-box;
		border-top: none;
	}

	.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;
}

.headLine002{
	margin: 40px 0 1.8em;
	padding: 0.5em 0.4em 0.4em 0;
	font-size:150%;
	line-height: 1.2em;
	text-align: center;
}
.headLine002 span {
padding: 0 1em 0 1em;

}


input[type="text"]{ max-width: 95%;}
input[type="email"]{ max-width: 95%;}
input[type="tel"]{ max-width: 95%;}
input[type="number"]{ width: 4em;}

@media screen and (max-width:500px){ 
	input[type="text"]{ width: 95%;}
	input[type="email"]{ width: 95%;}
	input[type="tel"]{ width: 95%;}
}

textarea { width: 95%;}

select{margin: 0.2em 0;}


/* input サイズ設定
-----------------------------------*/
.inp030 { width: 30px}
.inp050 { width: 50px}
.inp060 { width: 60px}
.inp070 { width: 70px}
.inp080 { width: 80px}
.inp090 { width: 90px}
.inp100 { width: 100px}
.inp150 { width: 150px}
.inp200 { width: 200px}

.inp030pr { width:  30%}
.inp050pr { width:  50%}
.inp060pr { width:  60%}
.inp070pr { width:  70%}
.inp080pr { width:  80%}
.inp090pr { width:  90%}
.inp100pr { width: 100%}

.frameIn {
  width: 100%;
  height:280px;
  border: 1px solid #CCC;
}

.alCenter{text-align: center !important;}
.alRight{text-align: right !important;}
.alLeft{text-align: left !important;}

.tdAlRight{text-align: right !important;}
@media screen and (max-width:750px){ 
	.tdAlRight{text-align: left !important;}
}

/* 見出し */

/* フォントサイズ */
.fs80{
	font-size: 80%;
}
.fs85{
	font-size: 85%;
}
.fs90{
	font-size: 90%;
}
.fs93{
	font-size: 93%;
}

.fs120{
	font-size: 120%;
}

.fs130{
	font-size: 130%;
}

.fs140{
	font-size: 140%;
}

/* フォントサイズ */
.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;}

.kojin{
	width: 100%;
	/* height: 200px; */
	padding: 1em;
	box-sizing: border-box;
	/* overflow-x: hidden;
	overflow-y: scroll; */
	border: 1px solid #CCCCCC;
}
/* .kojin ul{margin: 0; padding: 0;} */
.kojin li{margin-bottom: 0.5em;}


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;
}


button{
	font-size: 1.2em;
	text-align: center;
	border-radius: 5px;
	/*transition: 0.5s;*/
	height: auto;
	padding: 0.4em 0.8em  0.2em 35px;
	margin: 0.5em;
	background-repeat: no-repeat;
	text-decoration: none;
	background-size: auto 20px;
	background-position: 2px 2px;
	vertical-align: top;

	background: #000000 url("../oa-image/icon/check.png") no-repeat 4px 50%;
	background-size: 25px auto !important;
}
button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.btn_set_d0, a.btn_set_d0 {
    color: #FFFFFF;
		border: 2px solid #000000;
		background-color: #000000;

}
.btn_set_d1, a.btn_set_d1 {
	color: #FFFFFF;
	border: 2px solid #888888;
	background-color: #888888;
	
}



.iconSend{  background-image:  url("../oa-image/icon/check.png") !important;}
.iconReset{  background-image:   url("../oa-image/icon/reset.png") !important;}
.iconClose{  background-image:  url("../oa-image/icon/close.png") !important;}


input[type=checkbox] {
  transform: scale(2);
  margin: 0 10px 0 0;
}