@charset "UTF-8";

.txt2 {
	margin: 0.4em 0;
 font-weight: bold;
	
}
span {
		color: #ff0000;
}
#contents .inner {
	padding: 0 0.5em;
}

.tab table	{
	margin-top:  1.5em;
		width: 100%;
		
		font-size: 81.3%;
		line-height: 1.6;
}
.tab td	{ 
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
}
.tab th { 
	 padding: 8px 0 8px 15px;
	background: #f2f2f2;
	 font-weight: normal;
	border: 1px solid #ccc;
		text-align: left;
}
.tab td { 
	 padding: 15px 10px 15px;
}
.tab1 {
	margin: 0;
}
.tab1 th,
.tab1 td {

	display: block;
	
}
.tab1 tr:first-child th { 
	border-top: 1px solid #ccc;
}


.tab span,
.tab td span { 
	color: #ff0000;
}
.tab td span.cap {
	font-size: 87.5%;
	color: #333;
}

.tab_btn {
	margin-top: 30px;
	margin-bottom: 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;
}
textarea {
width: 90%;
}
.txt_er {
	padding: 2em 0;
	text-align: center;
	background: #ffffcc;
}
/* @end */

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



.tab {
	margin: 0 10px;
	width: 670px;
}
.tab table { 
	font-size: 0.875em;
	width: 100%;
}
.tab1 th {
	padding: 10px 0 10px 15px;
	display: table-cell;
	width: 35%;
	border: none;
}	
.tab1 td {
	border: none;
	padding: 15px;
	width: auto;
	display: table-cell;

}
	.tab1 tr:first-child th { 
	border: none;
}
textarea {
    min-width: 400px;
}
/*
.submit_btn,
.reset_btn {
	padding: 10px 30px;
}

.txt_er p {
	font-size: 100%;
}
.p2 {
	margin-top:  2em;
	padding-bottom: 50px;
}
.p02 {
	padding-bottom: 50px;
}
textarea {
    min-width: 400px;
}

.top_btn a {
	color: #666;
}

.txt_er {
	padding: 2em 0;
	text-align: center;
	background: #fdf7e6;
}*/

/* @end */
}


