@charset "utf-8";
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#main {
	width: 919px;
}

#main .headLine01 {
	margin-bottom: 8px;
}

#conts {
	width: 612px;
}

#conts .headLine01 {
	margin-right: 10px;
}

#conts .headLine01 .rLink {
	float: right;
}

#conts .sectionBox {
	margin-bottom: 12px;
	padding: 13px 10px 24px;
	background-color: #fff;
}

#conts .sectionBox .textImg {
	margin-bottom: 10px;
	text-align: center;
}

#conts .sectionBox p {
	margin: 0 15px 17px;
	color: #000;
	font-size: 12px;
}

#conts .sectionBox .pTitle {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

/*231107 画像横幅*/
#conts .sectionBox p img{
        width:80%;
}

#conts .sectionBox dl {
	margin: 0 17px 52px;
	color: #000;
	font-size: 12px;
}

#conts .sectionBox dt {
	margin-top: 19px;
}

#conts .sectionBox dt:first-child {
	margin-top: 0;
}

/*190928 テーブル*/
#conts .sectionBox table { 
  margin: 0 15px 40px;
  width: 90%;
  border-collapse:separate;
  border-spacing: 0; 
}

#conts .sectionBox tr {
  color: #000000;
}

#conts .sectionBox table th:first-child{
  border-radius: 5px 0 0 0;
}

#conts .sectionBox table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

#conts .sectionBox table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}

#conts .sectionBox table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
}

#conts .sectionBox table td:last-child{
  border-right: 1px solid #a8b7c5;
}

#conts .sectionBox table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

#conts .sectionBox table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

#sideBar {
	width: 299px;
}

#sideBar .sNavi li a {
	padding: 0 5px 0 0;
}

#sideBar .sNavi li .photoSpan {
	float: left;
}

#sideBar .sNavi li .textSpan {
	padding-top: 10px;
	width: 210px;
	float: right;
}

@media all and (min-width: 0) and (max-width: 640px) {
	#main {
		padding: 20px 20px 10px;
		width: auto;
	}
		
	#conts {
		margin-bottom: 20px;
		width: auto;
	}

	#conts .headLine01 {
		margin-right: 0;
	}
	
	#conts .headLine01 .rLink {
		display: none;
	}
	
	#conts .sectionBox {
		padding: 5px 5px 40px;
	}
	
	#conts .sectionBox .textImg {
		width: 100%;
	}
	
	#conts .sectionBox .textImg img {
		width: 100%;
	}
	
	#conts .sectionBox .pTitle {
		font-size: 14px;
		line-height: 1;
	}

/*231107 画像横幅*/
#conts .sectionBox p img{
        width:100%;

	
	#conts .sectionBox dl {
		margin-bottom: 0;
	}
	
	#sideBar {
		display: block;
		width: 100%;
	}
	
	#sideBar .title {
		display: none;
	}
	
	#sideBar .sNavi li .photoSpan {
		width: 25%;
	}
	
	#sideBar .sNavi li .photoSpan img {
		width: 100%;
	}
	
	#sideBar .sNavi li .textSpan {
		width: 70%;
	}	
}

@media all and (min-width: 641px) and (max-width: 768px)  {
	#main {
		width: auto;
	}
	
	#main .headLine01 {
		font-size: 16px;
	}

	#conts {
		width: 69%;
	}
	
	#conts .headLine01 .rLink img {
		width: 20px;
		height: auto;
	}
	
	#conts .sectionBox .textImg {
		width: 100%;
	}
	
	#conts .sectionBox .textImg img {
		width: 100%;
	}
	
	#conts .sectionBox p {
		margin-bottom: 10px;
		font-size: 10px;
	}
	
	#conts .sectionBox .pTitle {
		margin-bottom: 10px;
		font-size: 12px;
	}
	
	#conts .sectionBox dl {
		font-size: 10px;
	}
	
	#conts .sectionBox dt {
		margin-top: 10px;
	}
		
	#sideBar {
		width: 28%;
	}
	
	#sideBar .sNavi li .photoSpan {
		width: 30%;
	}
	
	#sideBar .sNavi li .photoSpan img {
		width: 100%;
	}
	
	#sideBar .sNavi li .textSpan {
		padding-top: 4px;
		width: 65%;
		font-size: 9px;
		line-height: 1;
	}
}