@charset "utf-8";

/* --------------------------------------------------------------

MAGAZINE

----------------------------------------------------------------- */
.mb05 {
  margin-bottom:5px !important;
}

.mb15 {
  margin-bottom:15px !important;
}

.mb30 {
  margin-bottom:30px !important;
}

/* login */

.login-area {
  background:#E8F5D8;
  border:1px solid #CFDDB0;
  padding:25px 40px 25px 40px;
  margin:25px 40px 40px 40px;
}

.login-area .tit{
  padding:8px;
  background:#32915C;
  text-align:center;
  color:#fff;
  font-size:116%;
}

.login-area dl {
  padding:16px 0px 0px 0px;
  overflow:hidden;
   border-bottom:1px dotted #32915C;
   margin-bottom:20px;
}

.login-area dl dt {
  float:left;
  font-size:116%;
  padding:8px 8px 0px 8px;
  width:140px;
  border-top:1px dotted #32915C;
  text-align:center;
}

.login-area dl > dt:first-child {
	border-top: none;
	padding-top: 5px;
}

.login-area dl > dt:first-child + dd {
	border-top: none;
	padding-top: 5px;
}

.login-area dl dd {
  overflow:hidden;
  padding-left:10px;
  padding-top:8px;
  margin-bottom:10px;
  border-top:1px dotted #32915C;
}

input[type="text"],input[type="password"]{
    line-height: 1.4;
    font-size:116%;
    padding: 5px;
    border: 1px solid #C1C1C1;
    margin: 0px 5px 0px 0px;
    background-color: #fff;
    border-radius: 0px;
    outline: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    width:240px;
}

.login-area button {
	display: block;
	text-align: center;
	width:200px;
	margin-left: auto;
	margin-right: auto;
	padding: 14px 0 12px;
	font-size: 116%;
  font-weight: bold;
	text-decoration: none;
	border: none;
	cursor: pointer;
  background:#365189;
  color:#fff;
  border-radius:5px;
}

#main h2.info-tit{
  font-size:123.1%;
  border:2px solid #32915C;
  padding:13px 12px 12px 25px;
  background:none;
  margin-bottom:10px;
  background: url(../common/s02.gif) no-repeat 0px 18px;
}

#main h2.info-tit span{
  margin-left:10px;
  color:#999;
}

.atn{
  padding:15px 20px 13px 20px;
  border-top:1px ;
  border:1px dotted #247C49;
}

.atn p{
  margin-bottom:5px;
}

.atn a{
  padding-left:17px;
  color: #444;
  background: url(../common/arw05.jpg) no-repeat 0px 4px;
  font-size:108%;
}
.atn a img{
  vertical-align:middle;
  margin-left:5px;
}

.magazine-tit{
  border-left: 2px solid #32915C;
  font-size: 123.1%;
  padding: 6px 6px 5px 10px;
  margin-top: 25px;
}

.mag-rule {
  overflow:hidden;
}

.mag-rule a {
  float:right;
  display:inline-block;
  padding:6px 15px 6px 30px;
  border:1px solid #32915C;
  color:#32915C;
  background: url(../common/arw05.jpg) no-repeat 11px 10px;
  vertical-align:middle;
}

.mag-rule a img {
    margin-left:5px;
  vertical-align:middle;
}

/* magazine list */

.magazine-list{
  margin-top:10px;
  overflow: hidden;
  margin-left: -8px;
  margin-bottom: 15px;
}

.magazine-list li{
  float: left;
  width: 166.9px;
  margin-left: 8px;
  background-color:#F5FBEE;
  margin-bottom:10px;
  border:2px solid #D8EBC5;
}

.magazine-list li.nolink{
  background-color:#eee;
  border:2px solid #ddd;
}

.magazine-list li.nolink a{
  pointer-events: none;
  text-decoration:none;
  color:#444;
  opacity:0.6;
}

.magazine-list li.pass{
  background-image: url(../common/key_icon.png);
  background-repeat:no-repeat;
  background-position: right 7px top 15px;
}

.magazine-list li a{
  display:block;
  padding:15px 0px 13px 40px;
  background: url(../common/paper_icon.png) no-repeat 10px 15px;
  font-size:116%;
}

.magazine-list li img{
  margin-left:5px;
  vertical-align:middle;
}

.magazine-list02{
  margin-top:10px;
}

.magazine-list02 li{
  padding:15px 0px 13px 40px;
  background: url(../common/paper_icon.png) no-repeat 10px 15px;
  border-bottom: 1px dotted #ccc;
}

.magazine-list02 li a{
  font-size:116%;
}

.magazine-list02 li img{
  margin-left:5px;
  vertical-align:middle;
}

/* key-info */

.key-info{
  padding:15px 15px 15px 40px;
  margin-bottom:25px;
  margin-top:15px;
  background:#F6F6F6 url(../common/key_icon.png) no-repeat 15px 15px;
}
