
#main table {
	width: 100%;
	margin: 10px auto;
}

#main table th.title {
	color: #d56dac;
	font-size: 25px;
	font-family: 'Playball', cursive;
}

#main table th.title span {
	font: 12px '�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro','���C���I',Meiryo,'�l�r �o�S�V�b�N',sans-serif;
	letter-spacing: 0.3em;
	color: #999;
	margin-left: 10px;
	display: inline;
}

#main table th,
#main table td {
	padding: 10px 7px;
	border-bottom: 1px solid #e8e8e8;
}

#main table th {
	font-size: 15px;
}
#main table th span {
	color: #777;
	font-size: 12px;
	display: block;
}

#main table td {
	width: 27%;
	font-size: 13px;
	text-align: right;
}


/*line*/

.linetuika2 {
	margin: 10px 0;
	border: 1px solid #cfcfcf;
	overflow: hidden;
	box-sizing: border-box;
}
.linetuika2 div {
	border: 5px solid #ffff;
	padding: 15px;
	background-color: #e8e8e8;
	display: block;
}
.linetuika2 p {
	color: #6c5763;
	font-size: 13px;
}

@media screen and (min-width: 600px) {
	
	#main table {
		width: 80%;
		margin: 10px auto;
	}

	#main table th,
	#main table td {
		font-size: 14px;
		padding: 12px;
	}
	
}

@media screen and (min-width: 1120px) {

	#main table {
		width: 100%;
		margin: 10px auto;
	}

	.linetuika2 {
		width: 100%;
		text-align: left;
	}
	.linetuika2 img {
		width: 10%;
	}
	
	.linetuika2 h2 {
		margin: 0 0 8px 0;
	}
}
