@charset "UTF-8";

#blo01 .txt2 {
	font-weight: bold;
	font-size:125%;	
}
#blo01 span,
th span {
	color: #ff0000;
}
td .tdt {
font-weight: bold;
}
.txt_er {
	padding: 2em 0;
	text-align: center;
	background: #fdf7e6;
}

.tab_btn {
	margin-top: 30px;
	text-align: center;
}
.submit_btn,
.reset_btn {
	margin: 0 10px;
	padding: 10px 10px;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.submit_btn {
	border: 2px solid #ff54aa;
	color: #ff3399;
	background: #fff;
}
.reset_btn {
	border: 2px solid #666666;
	color: #333;
	background: #fff;
}
.submit_btn:hover {
	background: #ff54aa;
	color: #fff;
}
.reset_btn:hover {
	background: #666666;
	color: #fff;
}


.txt_er p {
	margin-bottom: 15px;
	padding: 0 10px;
	color: #F30;
	font-weight: bold;
}


/*768px*//*1024px*/
@media print, screen and (min-width : 768px){	

.tab table { 
	width: 100%;
}
	.tab th, 
.tab td	{ 
	border: 1px solid #ccc;
	text-align: left;
}
	.tab th { 
	 padding: 5px 0 5px 15px;
	background: #f2f2f2;
	 font-weight: normal;
}
.tab1 th {
	padding: 10px 0 10px 15px;
	display: table-cell;
}	
.tab1 td {
	 padding: 15px;
	width: auto;
	display: table-cell;
	border-top: 1px solid #ccc;
}
iframe {
	height: 300px;
}

textarea {
    min-width: 400px;
}
	
	.submit_btn,
.reset_btn {
	padding: 10px 30px;
}

.txt_er p {
	font-size: 100%;
}
.p2 {
	margin-top:  2em;
	padding-bottom: 50px;
}
	
/* @end */	
}	

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
.tab table { 
	margin: 2.5em auto; 
	width: 100%;
}
	.tab th, 
.tab td	{ 
	border: 1px solid #ccc;
	text-align: left;
}
	.tab th { 
	 padding: 5px 0 5px 15px;
	background: #f2f2f2;
	 font-weight: normal;
}
.tab1 th {
	padding: 10px 0 10px 10px;
	display: table-cell;
}	
.tab1 td {
	 padding: 15px;
	width: auto;
	display: table-cell;
	border-top: 1px solid #ccc;
}
iframe {
	height: 300px;
}	
	

.tab table	{
	width: 100%;
}


.tab td { 
	 padding: 10px;
}
.tab1 {
	margin: 0;
}
.tab1 th,
.tab1 td {
	width: 100%;
	display: block;
	border-top: none;
}
.tab1 tr:first-child th { 
	border-top: 1px solid #ccc;
}

textarea {
    min-width: 100%;
}	
	

	/* @end */	
}