@charset 'UTF-8';

/* MeetingPlaza Staff Add */
.noborder th,.noborder td{
  border: 0px none #ffffff;
  padding: 5px;
  margin: 0 0 0px;
  font-style: normal;
  font-weight: normal;
  font-family: 'Lucida Grande', 'Meiryo', 'sans-serif';
}


/* color */
.red {
  color:#f00;
}

.blue {
  color:#f00;
}

.bbb {
  font-weight: bold;
}


/* link */
.web{
  padding: 0 0 0 21px;
  background: url('/img/ico_web.gif') center left no-repeat;
}
.web a{
  color: #ba1918 !important;
  font-size: 14px;
  line-height: 1.57143;
}
.web a:hover{
  text-decoration: none;
}

.docx{
  padding: 0 0 0 21px;
  background: url('/img/ico_docx.gif') center left no-repeat;
}
.docx a{
  color: #ba1918 !important;
  font-size: 14px;
  line-height: 1.57143;
}
.docx a:hover{
  text-decoration: none;
}

.xlsx{
  padding: 0 0 0 21px;
  background: url('/img/ico_xlsx.png') center left no-repeat;
}
.xlsx a{
  color: #ba1918 !important;
  font-size: 14px;
  line-height: 1.57143;
}
.xlsx a:hover{
  text-decoration: none;
}

.main-content .introduced .entry h3 {
    font-size: 18px;
}

.main-content .introduced .entry h3 + p.entry_sub {
    padding: 0px 0 10px;
    font-size: 14px;
}

.main-content .introduced .entry figure ul li {
    text-align: center;
}
/* iframe */
.iframe_art {
	margin-bottom: 12px;
	width: 100%;
	height: 300px;
	font-size: small;
	line-height: 1.5em;
}

.contents .camp-inq {
    float: left;
    position: relative;
    top: 4px;
    width: 523px;
    height: 76px;
    padding: 3px 0 0 86px;
    background: url('/img/bg_0.png') left top no-repeat;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contents .camp-inq p {
    float: left;
    margin: 0 5px 0 0;
    padding: 3px 0 0;
    font-size: 13px;
    font-weight: bold;
}

.contents .camp-inq p img {
    display: inline-block;
    width: 237px;
    height: 22px;
    margin: 3px 0 2px;
}

.contents .camp-inq p span {
    font-size: 11px;
    font-weight: normal;
}

.contents .camp-inq p + p {
    margin: 4px 0 0;
    padding: 0;
}

.contents .camp-inq p + p span {
    display: inline-block;
    min-height: 28px;
    padding: 4px 0 0 35px;
    background: url('/img/ico_3.png') left top no-repeat;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
}

.contents .camp-inq p + p a {
    display: inline-block;
    padding: 14px 10px 14px 8px;
    background: #fef8f0;
    border: 2px solid #f6c87e;
    border-radius: 4px;
    color: #fe9900;
    font-size: 14px;
    text-decoration: none;
}

.contents a.norm {
  color:#0054ac;
  font-size: 20px;
}


