/*================================================================//

//================================================================*/

#attention-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 2000;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  overflow:auto;
}
#attention-modal .inner {
  width: 1020px;
  padding: 110px 0 90px;
  margin: 0 auto;
}
#attention-modal .inner > div div {
  padding-bottom: 40px;
}
#attention-modal .inner > p {
  text-align: right;
}
#attention-modal h4, #attention-modal h5 {
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 22px;
}
#attention-modal h5 {
  padding-bottom: 10px;
}
#attention-modal ul {
  list-style: disc;
  padding-left: 16px;
}
#attention-modal dl dt {
  font-size: 14px;
  padding-bottom: 4px;
}
#attention-modal dl dd {
  padding-bottom: 26px;
}
#attention-modal table {
  margin-bottom: 32px;
}
#attention-modal table th, #attention-modal table td {
  font-size: 14px;
  vertical-align: top;
}
#attention-modal table th {
  white-space: nowrap;
}
#attention-modal sup {
  font-size: 10px;
  vertical-align: super;
}

/*================================================================//

//================================================================*/


#main-content {
  position: relative;
  padding-top: 64px;
}
#main-content nav {
  margin:auto;
  width: 1020px;
  height: auto;
  background: #FFF;
  overflow: hidden;
  z-index: 10;
}
#main-content nav ul:after{
 content: '';
 display: block;
 clear: both;
}
#main-content nav li {
  position: relative;
  float: left;
  padding:0;
  height: 15px;
  width:181px;
}
#main-content nav li:nth-child(5){
  width:105px;
}
#main-content nav li a {
  display: block;
  cursor: default;
  border-top:1px solid #dedede;
  border-left:1px solid #dedede;
  border-right:1px solid #dedede;
  width:174px;
}
#main-content nav li.another {
    padding: 0;
    text-align: right;
    margin-left: 10px;
    margin-right: -10px;
    vertical-align:top;
    width:185px;
}
#main-content nav li.another a {
  border:none;
  cursor: pointer;
  display:inline-block;
  width:auto;
  vertical-align:top;
  padding:0 3px;
}
#main-content nav li.another a img{
  vertical-align:top;
}
#main-content nav li.visited a {
  cursor: pointer;
}

#main-content nav li.current {
  display: block;
}
#main-content nav li.current a{
  background-image: url(../img/common/dot.png);
  background-position: left center;
}
#main-content nav li.attention {
  padding:22px 0;
  text-align:center;
  margin-left:10px;
  margin-right:-5px;
}
#main-content nav li.attention a {
  cursor: pointer;
  width:100px;
  margin:0 0 0 auto;
  border:none;
  font-size:12px;
}
#main-content nav li.attention a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#main-content nav li.attention a:last-child img{
  margin-top:10px;
}
#main-content nav li.another a:hover img{
  opacity: 0.8;
}
#main-content nav li.attention a:hover img{
  opacity: 0.8;
}



/*================================================================//

//================================================================*/
#aboutRiskModal ul li{
	margin: 0 0 40px 0;
	line-height: 1.8;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
#aboutRiskModal ul li strong{
	font-weight: bold;	
}
/*
  pankuzu
*/
section .inner > #pankuzu {
  margin: auto;
  text-align: center;
  padding-bottom:20px;
}
section .inner > #pankuzu li {
  display: inline-block;
}
section .inner > #pankuzu li a {
  color: #000;
}
section #pankuzu li.home span{
  text-decoration:underline;
  font-weight: 700;
  font-size: 120%;
}
section .inner > #pankuzu li.home span{
  text-decoration:underline;
  font-weight: 700;
  font-size: 120%;
}
section .inner > #pankuzu li.home a {
  text-decoration: underline;
}

/*================================================================//

//================================================================*/
.modal {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: 1020px;
  margin: 60px auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  padding: 60px 40px;
}
.modal .close{
	display: block;
	margin: auto;
	text-align: center;
}
.modal-backdrop {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: rgba(0,0,0,0.95);
}
