@charset "UTF-8";

/*メインイメージ*/
#mainVisual{
	background-image: url('/sp/img/common/template/main_img_traffic.jpg');
}

#conts h2 {
	margin-bottom: 0;
}

#conts {
	margin: 0 5px;
}


#conts .topLink li a {
	display: block;
	padding: 13px 35px 13px 15px;
	border-bottom: 1px solid #CCC;
	color: #333;
	text-decoration: none;
	position: relative;
}

#conts .topLink li a:after {
	content: "";
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: url(/sp/img/common/icon/icon03.png) no-repeat 0 0;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#conts .topLink li:first-child a {
	border-top: 1px solid #CCC;
}

#conts .topLink li a span {
	display: block;
	font-size: 1.2em;
	line-height: 1.5;
}

#conts .topLink li a span.linkTtl {
	margin-bottom: 1px;
	font-size: 1.6em;
}

#conts .back{
	margin-top: 40px;
	text-align: center;
}


/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-top: 2em;
	margin-bottom: 0;
	padding-left: 16px;
	clear: both;
	color: #FF9F00;
	font-size: 1.4em;
	background: url(/img/common/icon02.png) no-repeat left 6px;
}

#content_area em{
	font-style: normal;
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

/*------------------------------------------------------------
	table
------------------------------------------------------------*/
#conts .tableBox {
	margin: 10px 0 40px;

}

#conts .tableBox table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}

#conts .tableBox table th {
	width: 30%;
}

#conts .tableBox table td {
	width: 10%;
}

#conts .tableBox table thead th,
#conts .tableBox table thead td {
	padding: 9px 0;
	background: #FFA100;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

#conts .tableBox table thead td {
	border-left: 1px solid #F3F1ED;
}

#conts .tableBox table thead td:last-child {
	border-right: 1px solid #FFA100;
}

#conts .tableBox table tbody th,
#conts .tableBox table tbody td {
	padding: 4px 0;
	border: 1px solid #D3D3D3;
	border-top: none;
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
}

#conts .tableBox table thead th,
#conts .tableBox table tbody th {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}



#conts .tableBox .th_bg {
	background-color: #F6F4ED;
	color: #807F6B;
}

/* end table*/


#conts p.text02 span {
	color: #FFA100;
}

#conts .note {
	padding-left: 9px;
	background: url(/sp/img/common/icon/icon02.png) no-repeat 0 4px;
	background-size: 4px 4px;
	/*font-size: 0.9em;*/
}

#conts span.u-red{
  color: red;
}
#conts span.u-small{
  font-size: 11px;
}
#conts span.c-txt-bold{
	font-size: 1.15em;
	font-weight: bold;
}

#conts .p-traffic2 li{
  padding-top: 20px;
}
#conts .p-traffic2--q{
  margin-bottom: 5px;
}
#conts .p-traffic2--q:before{
  content: "Q. ";
  color: #FF9F00;
}
#conts .p-traffic2--a{
  margin-bottom: 5px;
}
#conts .p-traffic2--a:before{
  content: "Dr: ";
}

#conts .p-traffic3__flow{
  padding: 20px 0;
}
#conts .p-traffic3__flow p {
  font-size: 13px;
  padding: 5px 0;
}
