@charset "UTF-8";
/***********************************
		Reset CSS
***********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }
a {
    color: #226ca5;
}

a:hover{
    text-decoration: underline;
}

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

input,
textarea {
  outline: 0; }

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;}

.noscript {
  display: none;
  background-color: #ffe5e5;
  border: 1px solid #f00;
  color: #f00;
  font-weight: bold;
  line-height: 3;
  text-align: center; }

p{
    font-size: 15px;
    line-height: 1.4;
}

#wrapper {
    background: #ffffff;
    width: 970px;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
    overflow: hidden;
}

#header{
    margin-bottom: 60px;
}

.event{
    margin-bottom: 80px;
}

.event h2{
    background: #cedfec;
    font-size: 30px;
    font-weight: bold;
    padding: 30px;
    border-top: 4px solid #1b5079;
    margin-bottom: 20px;
}

.event h2 span.caption{
    font-size: 12px;
}

.event h2 span.caption_middle{
    font-size: 18px;
}

.event h2 span.badge {
    background: #e10000;
    font-size: 13px;
    padding: 4px 8px;
    color: #fff;
    border-radius: 4px;
}

.event h3.lead{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #226ca5;
    padding-bottom: 20px;
    margin: 0 40px 0 40px;
    border-bottom: 1px solid #dfdfdf;
}

.event div.date{
    margin: 0 40px;
    position: relative;
    padding: 18px 14px ;
    border-bottom: 1px solid #dfdfdf;
}

.event div.date:hover{
    background: #f2f2f2;
    transition: all 0.2s;
}

.moreButton a{
    position: absolute;
    font-size: 13px;
    right: 14px;
    top: 20px;
    border: 1px solid #226ca5;
    padding: 10px 30px;
    border-radius: 40px;
    text-decoration: none;
}

.moreButton a:hover{
    background: #226ca5;
    color: #ffffff;
    transition: all 0.2s;
}

/***********************************
		Footer
***********************************/
#footer {
  border-top: 5px solid #4d80ab;
  background: #fff;
  padding: 21px 3em;
  position: relative; }
  #footer #to-top {
    background: #4d80ab;
    color: #fff;
    font-size: 0.85714em;
    line-height: 3em;
    right: 2em;
    position: absolute;
    text-align: center;
    top: -3em;
    width: 6.5em;
    }
    #footer #to-top a {
      color: #fff;
      text-decoration: none; }
    #footer #to-top:before {
      content: '^';
      display: inline-block;
      padding-right: .25em; }


#header{
  background: url(../img/itevents/logo/201611_renew/header.png) no-repeat #b6d2eb;
  background-size: 100%;
  height: 153px;
  min-height : 100%;
  background-size : cover;
  margin-bottom:40px;
}

#header div#headerWidth {
  position: relative;
  width: 970px;
  margin: 0 auto;
}

#header div h1 {
	position: absolute;
	top:30px;
	left:0;
}

/* 201701追記 */

.txtlink{
  text-align: right;
  font-size: 13px;
  text-decoration: none;
}

.txtlink a:link {
  text-decoration: none;
}
.txtlink a:hover {
  text-decoration: underline;
}
