﻿@charset "utf-8";
/*20140206 update*/

/* 調達情報CSS /appli/
--------------------------------------------------------------------*/
.appli {}

/* Reset */
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	display: inline-block;
	background: none;
	text-decoration: underline !important;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	position: relative;
	top: 0;
	right: 0;
	color: #000;
}

.appli dl{}
.appli dt{
	font-weight: bold;
}
.appli dd{
	padding-left: 15px;
}

.appli .dlist{}
.appli .dlist dt{}
.appli .dlist dd{
	padding-left: 0;
}

.appli table {font-size: 0.85em;}
.appli table th {text-align: center;}
.appli table td {}

.appli table.scheme {
	width: 80%!important;
	text-align: center;
	margin: 10px auto!important;
}

.nw_sp {white-space: nowrap !important;}

@media screen and (max-width:767px){
.nw_sp {white-space: normal !important;}
}
