@charset "UTF-8";

/* reset */
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Basic */
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  background: #555;
  color: #333;
  -webkit-text-size-adjust: 100%;
}
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
body.fixed {
  position: fixed;
}
.main-en {
  font-family: 'Lato', sans-serif;
}
.t-upper {
  text-transform: uppercase;
}
.clearBoth {
  clear: both!important;
}
body,
input,
select,
textarea {
  font-size: 13pt;
  font-weight: normal;
  line-height: 1.65em;
}
select,
label,
input[type="submit"] {
  cursor: pointer;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #f4651f;
  text-decoration: underline;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: bottom;
}
/* wrapper */
#wrapper {
  background-color: #fbf1e4;
}
/* header */
#header {
  position: relative;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}
#blogHeader {
  width: 980px;
  margin: 0 auto;
}
#blogHeader:before,
#blogHeader:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
#blogHeader:after {
  clear: both;
}
#blogHeader {
  zoom: 1;
}
#blogHeader #headerLeft {
  width: 50%;
  float: left;
  padding: 15px 0 0 0;
  display: table;
  table-layout: fixed;
  line-height: 1.2;
}
#blogHeader #headerLeft h1,
#blogHeader #headerLeft p {
  display: table-cell;
  vertical-align: top;
}
#blogHeader #headerLeft h1 {
  width: 190px;
}
#blogHeader #headerLeft p {
  font-size:11px;
}
#blogHeader #headerRight {
  float: right;
  width: 45%;
  text-align: right;
}
#blogHeader #headerHome {
  width: 130px;
  float: right;
  font-size: 11px;
  text-align: center;
}
#blogHeader #headerHome a span {
  display: inline-block;
  padding-left: 15px;
  background: url(../images/icon_home.png) no-repeat left center;
}
#blogHeader #searchBox {
  float: right;
  margin-top: 10px;
  position: relative;
}
#blogHeader #searchBox #search {
  width: 200px;
  height: 40px;
  padding: 5px 0 5px 8px;
  margin-right: 40px;
  background: #f4f4f4;
  border: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#blogHeader #searchBox .searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  padding: 0;
  font-size: 1px;
  text-indent: -999em;
  background: url(../images/icon_search.png) no-repeat center center #f4f4f4;
  border: none;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* mainContainer */
#mainContainer {
  width: 980px;
  padding: 35px 0 50px 0;
  margin: 0 auto;
}
#mainContainer:before,
#mainContainer:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
#mainContainer:after {
  clear: both;
}
#mainContainer {
  zoom: 1;
}

#mainContents {
  width: 740px;
  float: left;
}


/* side */
#side {
  width: 220px;
  float: right;
}
#sideHome {
  display: none;
  font-size: 14px;
  text-align: right;
}
#sideHome a {
  padding-left: 20px;
  background: url(../images/icon_home.png) no-repeat left center;
}

#sideCalendar {
  margin-top: 25px;
  padding: 10px;
  background: #fff;
}
#sideCalendar table {
  width: 100%;
  table-layout: fixed;
}
#sideCalendar table caption {
  position: relative;
  width: 100%;
  padding: 0 0 8px 0;
  background: #fff;
  font-size: 12px;
}
#sideCalendar .calPrev {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -1.5em;
}
#sideCalendar .calNext {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1.5em;
}
#sideCalendar .calMonth {
  display: block;
  padding: 0 2em;
  color: #1e80d7;
  font-weight: bold;
}
#sideCalendar table caption a {
  color: #1e80d7;
}
#sideCalendar table th,
#sideCalendar table td {
  position: relative;
  padding: 8px 0;
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
#sideCalendar table th {
  font-weight: bold;
  color: #1e80d7;
}
#sideCalendar table td a span,
#sideCalendar table td .today span {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 92%;
  height: 92%;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.05);
}
#sideCalendar table td a span:hover,
#sideCalendar table td .today span:hover {
  background: rgba(153,255,255,0.2);
}
#sideCalendar table td .today span {
}

.sideList {
  padding-top: 25px;
}
#sideRecent.sideList {
  padding-top: 0;
}
.sideList h2 {
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  font-size: 14px;
  font-weight: bold;
}
.sideList ul {
  padding: .5em 10px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.sideList ul li {
  padding-top: 1em;
}
.sideList ul li a {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  padding-left: 18px;
  background: url(../images/icon_side.png) no-repeat left .3em;
}

/* breadcrumb */
#breadcrumb {
  font-size: .7em;
  margin: -1.5em 0 .4em 0;
}
#breadcrumb a {
  color: #0086c9;
}
#breadcrumb li {
  display: inline-block;
  margin-right: 10px;
  padding-left: 15px;
  background: url(../images/pankuzu.gif) no-repeat left center;
  white-space: nowrap;
}
#breadcrumb li:first-child {
  padding-left: 0;
  background: none;
}

/*footer*/
#footer {
  text-align: center;
  color: #fff;
  background-color: #555;
  padding-top: 1em;
  padding-bottom: 1em;
}
#footer h1 {
  font-size: 1.1em;
  font-weight: bold;
}
#footer h1,
#footer p {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  margin-left: 1em;
  margin-right: 1em;
  vertical-align: middle;
}
#footer h1.footerTxt {
  font-size: 1.8em;
  margin-right: 0;
}
#footer h1.footerTxt i{
  margin-left: .5em;
}
#footer p {
  vertical-align: middle;
}
#footer p em {
  border-radius: 4px;
  padding: 0.2em 0.5em;
  border: 1px solid #fff;
  font-style: normal;
  margin-right: 0.5em;
  vertical-align: top;
}
#footer p span {
  font-size: 1.8em;
}
#footer ul {
  font-size: .75em;
  display: inline-block;
 *display: inline;
 *zoom: 1;
  vertical-align: bottom;
}
#footer ul li {
  padding-right: 1em;
  display: inline-block;
 *display: inline;
 *zoom: 1;
}
#footer address {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  font-size: .7em;
  font-style: normal;
  vertical-align: bottom;
}
#footer a {
  color: #fff;
}

/* tools */
.f-m {font-size: .9em;}
.f-s {font-size: .8em;}
.f-ss {font-size: .7em;}
.lh-m {line-height: 1.6;}
.letter-space-s {letter-spacing: -.08em;}
.mt-l {margin-top: 2em;}
.mb-l {margin-bottom: 2em;}
.mb-m {margin-bottom: 1em;}
.mb-s {margin-bottom: .5em;}
.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}
.pt1em {padding-top: 1em!important;}
.mb1em {margin-bottom: 1em!important;}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.spOnly {
  position: absolute;
  display: none;
}

/* index */
#indexList {
  margin-left: -10px;
  padding-bottom: 10px;
}
#indexList li {
  width: 240px;
  float: left;
  margin: 0 0 10px 10px;
  background: #fff;
}
#indexList li .item {
  padding: 10px;
}
#indexList li .date {
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 1;
}
#indexList li .image {
  margin-bottom: 8px;
}
#indexList li .image img {
  width: 100%;
}
#indexList li .ttl {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
#indexList li .ttl a {
  color: #007ecf;
}
#indexList li .cat {
  padding-bottom: 10px;
  font-size: 10px;
  color: #919191;
  line-height: 1.4;
}
#indexList:before,
#indexList:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
#indexList:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.pagenation {
  position: relative;
  padding: 15px 70px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagenation .prev,
.pagenation .next {
  position: absolute;
  top: 15px;
}
.pagenation .prev {
  left: 15px;
}
.pagenation .next {
  right: 15px;
}
.pagenation .prev a,
.pagenation .next a {
  display: block;
  width: 38px;
  border: 1px solid #d7d7d7;
  color: #888;
  text-align: center;
  line-height: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagenation .pageList li {
  padding: 0 2px;
  display: inline-block;
 *display: inline;
 *zoom: 1;
 vertical-align: middle;
}
.pagenation .pageList li a,
.pagenation .pageList li .current {
  display: block;
  width: 38px;
  border: 1px solid #d7d7d7;
  line-height: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagenation a:hover {
  background: #007ecf;
  color: #fff;
  border-color: #007ecf;
  text-decoration: none;
}
.pagenation .pageList li .current {
  background: #000;
  color: #fff;
  border-color: #000;
}
.pagenation .pageList li .dot {
  display: block;
  width: 38px;
  line-height: 38px;
}
.nextPrev {
  padding: 15px 5px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nextPrev .prev,
.nextPrev .next {
  width: 50%;
  float: left;
}
.nextPrev .prev {
  text-align: left;
}
.nextPrev .next {
  text-align: right;
}
.nextPrev a .btn {
  display: inline-block;
  width: 38px;
  margin: 0 10px;
  border: 1px solid #d7d7d7;
  color: #888;
  text-align: center;
  line-height: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.nextPrev a:hover {
  color: #007ecf;
  text-decoration: none;
}
.nextPrev a:hover .btn {
  background: #007ecf;
  color: #fff;
  border-color: #007ecf;
}
.nextPrev:before,
.nextPrev:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.nextPrev:after {
  clear: both;
}
.nextPrev {
  zoom: 1;
}


/* detail */
.article {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}
.articleHeader {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #c7c7c7;
}
.articleHeader .date {
  font-size: 10px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1.5;
}
.articleHeader .cat {
  display: inline-block;
  vertical-align: middle;
}
.articleHeader .cat,
.articleFooter .cat {
  font-size: .75em;
  line-height: 1.5;
}
.article .articleTtl {
  padding-bottom: .5em;
  margin-bottom: .8em;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  color: #007ecf;
  border-bottom: 5px solid #007ecf;
}
.articleHeader .cat span {
  color: #919191;
}
.articleFooter {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed #c7c7c7;
}
.post {
  font-size: .8em;
  line-height: 1.6;
}
.post a {
  color: #f4651f;
}
.post a:hover {
  color: #000;
}

@media screen and (max-width: 989px) {
  #wrapper {
    overflow: hidden;
  }
  #blogHeader {
    width: auto;
    padding: 0 10px;
  }
  #breadcrumb {
    font-size: .7em;
    margin: -1.5em 0 .5em 0;
  }

  #mainContainer {
    width: auto;
    padding: 25px 10px 30px 10px;
  }
  #mainContents {
    width: 68%;
  }
  #side {
    width: 29%;
  }

  #indexList {
    margin-left: 0;
  }
  #indexList li {
    width: 48%;
    margin: 0 2% 10px 0;
  }
  #indexList li:nth-child(even) {
    margin-right: 0;
  }

}
@media screen and (max-width: 869px) {
  .spNone {
    position: absolute!important;
    display: none!important;
  }
  .spOnly {
    position: relative;
    display: block;
  }
  .sM1em {
    margin-bottom: 1em;
  }
  #blogHeader #headerLeft h1,
  #blogHeader #headerLeft p {
    display: block;
  }
  #blogHeader #headerLeft h1 {
    width: auto;
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 640px) {
  #menu {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 25px;
    height: 20px;
    background: url(../images/icon_menu.gif) no-repeat center center;
    background-size: 25px auto;
    z-index: 10;
    cursor: pointer;
  }
  #header {
    padding: 30px 0 10px 0;
  }
  #blogHeader #headerLeft,
  #blogHeader #headerRight {
    width: auto;
    float: none;
    text-align: center;
  }
  #blogHeader #headerLeft {
    padding: 0;
  }
  #blogHeader #headerHome {
    display: none;
  }
  #blogHeader #searchBox {
    float: none;
    width: 100%;
  }
  #blogHeader #searchBox #search {
    width: 100%;
    height: 35px;
    line-height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mainContainer {
    width: auto;
    padding: 10px 10px 20px 10px;
  }
  #mainContents,
  #side {
    width: auto;
    float: none;
  }
  #side {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    background: rgba(255,255,255,0.95);
    z-index: 100;
  }
  #sideWrapper {
    padding: 0 20px;
    height: 100%;
    overflow-y: auto;
  }
  #menuClose {
    margin: 10px;
    height: 20px;
    cursor: pointer;
    background: url(../images/icon_close.gif) no-repeat center right;
    background-size: 25px auto;
  }
  #sideHome {
    display: block;
  }/*
  #sideCalendar,
  #sideRecent,
  #sideCat h2,
  #sideLink {
    display: none;
  }
  .sideList {
    padding: 0 10px;
  }
  .sideList ul li {
    padding: 0;
  }
  .sideList ul li a {
    display: block;
    padding-top: .5em;
    padding-bottom: .5em;
    background-position: left .8em;
  }*/

  #indexList li {
    width: 100%;
    margin: 0 0 10px 0;
    padding-top: 5px;
  }
  #indexList li .imgTtl {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
  }
  #indexList li .imgTtl .image,
  #indexList li .imgTtl .ttl {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #indexList li .imgTtl .image {
    width: 35%;
    margin-bottom: 0;
  }
  #indexList li .imgTtl .ttl {
    width: 65%;
    padding-left: 15px;
  }

  #indexList li .date,
  #indexList li .cat {
    font-size: 11px;
  }
  #indexList li .ttl {
    font-size: 13px;
  }
  #indexList li .ttl a {
    color: #000;
  }

  .pagenation {
    padding: 10px 45px;
  }
  .pagenation .prev,
  .pagenation .next {
    position: absolute;
    top: 10px;
  }
  .pagenation .prev {
    left: 10px;
  }
  .pagenation .next {
    right: 10px;
  }
  .pagenation .prev a,
  .pagenation .next a,
  .pagenation .pageList li a,
  .pagenation .pageList li .current,
  .pagenation .pageList li .dot {
    width: 28px;
    line-height: 28px;
  }

  .nextPrev {
    padding: 10px 0;
  }
  .nextPrev a .btn {
    width: 28px;
    line-height: 28px;
  }
  .nextPrev .txt {
    display: none;
  }
}

/* -------------------------
  media print  
------------------------- */
@media print {
  #header,
  #side,
  #breadcrumb,
  .pagenation,
  .nextPrev,
  #footer{display:none!important;position:absolute!important;}
  
  body,
  #wrapper{background:#fff;}
  
  #mainContainer{width:auto;}
  #mainContents{float:none;width:auto;}
  
  #indexList li{width:32%;margin:0 1% 10px 0;border:1px solid #f2f2f2;}
  #indexList li:nth-child(3n+1){clear:both;}
  
  .clearfix{overflow:hidden;}
  #indexList .item,
  #indexList .ttl {height:auto!important;}
  
}

/*loader*/
#loader-bg {position:fixed;top:0;left:0;background:url(../images/loader.gif) no-repeat center center #fff;z-index:15000;width:100%;height:100%;}

/*youtube*/
.video{position:relative;width:100%;padding:75% 0 0 0;}
.video iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}