@charset "utf-8";

/*------------------------------------------------------------------------------
contents.css
------------------------------------------------------------------------------*/
/*----------------
system message
-------------------*/

.message-pass{
	color:#ff0000;
	text-align: center;
	}


/*----------------
index
-------------------*/
#header-Innner{
	}

#hdrLogo{
	float:left;}

.login-box{
	border:2px solid #ebebeb;
	margin:20px auto;
	padding:30;
	width:520px;
	}
.login-box section{
	padding:30px;
}
.idxLogin{
	text-align:right;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:10px;
	float:right;
}



#idxNews{
	margin:20px 0;
}
	
#idxNews h2{
	float:left;
	width:312px;
	text-align:right;
}

#idxNews dl{
	float:right;
	text-align:left;
	width:430px;
	}
#idxNews dt{
  clear: left;
  float: left;
  margin: 0 0 0.3em;
  width: 7.5em;
  padding-left: 5px;
  font-weight:bold;
}
#idxNews dd {
  margin-bottom: 0.3em;
  margin-left: 7.5em;
  margin-right:20px;
}
.idxConL{
	float:left;
	width:220px;
	text-align:center;
	}

.idxConR{
	float:right;
	width:540px;
}

section.idxConBox{
	border:2px solid #ebebeb;
	margin-right:20px;
	margin-bottom:20px;
	}
.idxConBoxInner{
	padding:10px;}

.idxConBoxInner h2{
	color:#3399cc;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	}
	
.idxConBox-L{
	width:230px;
	float:left;
	text-align:center;
	}	
.idxConBox-R{
	float:left;
	margin-left:20px;
	width:240px;
}
	
.idxConBox2 h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
	}	
.idxConBox2 section{
	margin-bottom:30px;
}

.idxConBox2-L{
	width:210px;
	float:left;
	text-align:center;
	}	
.idxConBox2-R{
	float:left;
	margin-left:20px;
	width:260px;
}
.idxConBox2-R p{
	letter-spacing: -0.02rem;
    text-align: justify;
}


/*----------------
howto
-------------------*/
.howto section{
	width:720px;
	margin:0 auto 15px;
	padding:0 0 20px; 
	border-bottom: 2px solid #ebebeb;
	}
.howImg {
	float:left;
	text-align:center;
	width:375px;
	}
.howCopy{
	float:right;
	width:320px;
height: 50px;
	}
	
h2{
	color:#3399cc;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	}

.howBox-2 ul{
	width:600px;
	margin:0 auto;
	padding:0;
	}		
.howBox-2 li{
	border-bottom:1px solid #ebebeb;
	margin-bottom:15px;
	padding-bottom:15px;
	}	
.howBox-2 p.img{
	float:left;
	text-align:center;
	width:300px;
	}
.howBox-2 p.copy{
	float:left;
	text-align:left;
	margin-left:20px;
	margin-top:13px;}