
dl.list {
	position: relative; 
  width: 920px;
  line-height: 1.6em;
  letter-spacing: .1em;
  font-size: 1.1em;
}

dl.list dt {
  padding-bottom: 20px;
	position: absolute; 
	left: 0;
	width: 10em; 
}

dl.list dd {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #aaa;
	padding-left: 10em; 
}
dl.list dd span {
  display: block;
  font-size: .85em;
  line-height: 1.2em;
  padding-top: 3px;
}


dl.list dd a {
  color: #1E3C91;
}
dl.list dd:last-child {
  border-bottom:none;
  padding-bottom: 0;
}

.block .block {
  line-height: 1.4em;
}

.block-c {
	padding-bottom: 20px;
	text-align: center;
}

.l-side {
	float: left;
	width: 420px;
	padding-right: 10px;
}

.r-side {
	float: right;
	width: 420px;
}
.block h2.title {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #000;
}
#date {
  text-align: right;
  padding-right: 5px;
  padding-bottom: 40px;
  font-size: 1.1em;
}

#back {
  text-align: right;
  padding: 0 0 20px;
}

#back a {
  display: inline-block;
  font-size: 1.1em;
  color: #1E3C91;
  margin: 15px 0 5px;
  padding: 7px 10px 5px;
}

#back a:hover {
  background-color: #fafafa;
  text-decoration: none;
}

#page {
	text-align: center;
  padding-bottom: 20px;
}

.block-inner strong {
  font-weight: bold;
  color: #000;
}

#main-full table p {
  line-height: 1.2em;
  padding-bottom: 10px;
}

table.news {
}

table.news th, table.news td, table.news-sp th, table.news-sp td {
	padding: 15px 5px 10px 5px;
	vertical-align: top;
  line-height: 1.2em;
}

table.layout {
  width: auto;
  margin-bottom: 0;
}


table.layout td {
  padding: 1px;
  vertical-align: top;
}

table.layout td.right {
  text-align: right;
  padding-right: 10px;
}

.clr {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 1.0em;
}

@media screen and (max-width: 640px) {
  
dl.list {
  width: auto;
}

dl.list dt {
  padding-bottom: 10px;
	position: static; 
}

dl.list dd {
  border-bottom: dashed 1px #aaa;
	padding-left: 0; 
}

.l-side {
  float: none;
  width: auto;
  padding: 0 0 10px 0;
}

.r-side {
  float: none;
  width: auto;
}
#back {
  text-align: center;
}
h2 {
  font-size: 1.1em;
  padding: 8px 0;
}
#date {
  font-size: 1em;
}


table.news-sp th, table.news-sp td {
  display: block;
}


}
