@charset "Shift_JIS";

/*
	================================================================================================
		support audio connect css ta-zh1es.css
	================================================================================================
*/

#contents #button_area ul.anchor_box_inner {
	margin-left: 12px;
	padding-top: 0;
}
#contents #button_area ul.anchor_box_inner li {
	padding: 0;
	margin: 0 15px 0 0;
}


#contents dl { 
	margin: 0;
	padding: 0.5em 0;
}

#contents dl dt {
	margin-left: 0.5em;
	margin-bottom: 5px;
	font-weight: 700;
}
#contents dl dd {
	margin-left: 1em;
	margin-bottom: 1em;
}

#contents p.date {
	width: 80%;
	text-align: right;
	margin: 0 0 5px 12px;
}

#contents table.confirm_t {
	margin-left: 12px;
	margin-bottom: 5px;
	width: 80%;
}
#contents table.confirm_t th,
#contents table.confirm_t td {
	border: 1px #ccc solid;
	padding: 5px;
}

#contents table.confirm_t th {
	background: #e1ebfe;
	color: #333;
	text-align: center;
}



/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

#contents p.date {
	width: 100%;
	margin-left: 0px;
}

#contents table.confirm_t {
	width: 100%;
	margin-left: 0px;
}


}



/*
----------------------------------------------------------------------------
	画面幅＜400px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 400px) {

#contents table.confirm_t {
	font-size: 12px;
}
}
