@charset "utf-8";


/** reset start **/

/** reset end **/

#application {
  overflow:hidden;
  margin-bottom:35px;
}

#application table {
  width:650px;
  float:left;
}

#application table th {
  background:#67bef1;
  text-align:center;
  vertical-align:middle;
  color:#FFF;
  border:1px solid #dadada;
  width:8em;
}

#application table td {
  background:url(../img/member/faxNumber.png) no-repeat 95% center;
  border:1px solid #dadada;
  padding:10px 0;
  font-size:0.9em;
}

#application table td ul.default {
  margin:0 20px;
  padding:0;
}

#contactLink {
  background:#dbecf9;
  float:right;
  width:210px;
  padding:15px;
  box-sizing:border-box;
  line-height:1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align:center;
}

#contactLink a {
  width:100%;
  box-sizing:border-box;
  display:block;
  line-height:1em;
  background:url(../img/common/onePoint03.png) #2aa7f0 no-repeat 15px center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding:12px 0 12px 35px;
  color:#FFF;
  text-decoration:none;
  margin:auto;
  text-align:left;
}

#contactLink a:hover {
  background:url(../img/common/onePoint03.png) #65BAEC no-repeat 15px center;
}

.newsDate {
  float:right;
  font-size:12px;
  color:#6C6C6C;
  letter-spacing:0;
}

#newsList dl {
	border-bottom:1px solid #bfbfbf;
	padding:5px 10px;
  margin:0;
  overflow:hidden;
}

#newsList dt {
  margin:0;
	padding:8px 5px;
	float:left;
	width:160px;
	color:#555555;
}

#newsList dd {
  margin:0;
	padding:8px 5px 8px 25px;
	float:right;
	width:680px;
	background-image:url(../img/common/onePoint02.png);
	background-repeat:no-repeat;
	background-position:left 10px;
	min-height:22px;
  box-sizing:border-box;
}


.move-list{
	margin-top:30px;
	padding:0px 10px 0px 10px;
	border-top:1px solid #CCCCCC;
	background-color:#FFFFCC;
}

.move-list td{
	padding:8px;
	border-bottom:1px solid #CCCCCC;
}

.move-list a {
	margin-right:2px;
	color:#363636;
	background-color:#EAEAEA;
	border:1px solid #ACACAC;
	padding:0 6px;
	text-decoration:none;
  line-height:1em;
}

.move-list a:link, .move-list a:visited {
	background-color:#EEEEEE;
}

.move-list a:hover{
	color:#363636;
	background-color:#CDDBFF;
}

.move-list .now{
	color:#363636 !important;
	background-color:#CDDBFF !important;
}

#detail {
	line-height:1.7em;
  margin-top:35px;
}

#detail .image {
	float:right;
	width:250px;
	padding:5px;
	border:1px solid #CCCCCC;
	margin:0 0 15px 15px;
}


a.backButton {
  background-color:#BDBDBD;
}

a.backButton :hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}