@charset "UTF-8";



/* [elementary] ////////////////////////////*/

.t_tripe{
	width:100%;
}

.data table.t_tripe td.briefingTxt{
	text-align:center;
}

.data table.t_tripe th{
	white-space:nowrap;
}

.data table.t_tripe th.title{
	background: #ff8400;
	color:#fff;
	font-weight:bold;
}

.naibushingaku{
	border:0;
	margin-left:15px;
}

.naibushingaku tr{
}

.naibushingaku th{
	font-weight:bold;
	padding:4px;
}

.naibushingaku td{
	border-bottom:1px dotted #ccc;
	padding:4px;
}

.naibushingaku td.data{
	text-align:right;
	width:3em;
	font-weight:bold;
}
.naibushingaku td.blank{
	border-bottom:none;
}
.total{
	background-color:#ffedd4;
}
.t_tripe.only-pc {
	display: inline-table;
}


/************************************
**************     SP     *************
*************************************/
@media (max-width: 767px) {
	.t_tripe.only-pc {
		display: none;
	}
	.t_tripe.only-sp {
		display: table;
	}
	.t_tripe.shisetsuTable img {
		width: 100%;
		height: auto;
	}
	.ml15 {
		margin-left: 0;
	}
	.data {
		padding: 0;
		margin-top: 10px;
	}
	.t_tripe.shisetsuTable p {
		padding-top: 3px;
	}
}
	