@charset "UTF-8";
body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.container {
  width: 1200px;
}

#header {
  min-width: 1200px;
  width: 100%;
  height: auto;
  margin-bottom: 33px;
  padding-top: 18px;
  background: #fff url(//www.ikinamo.net/images/header-bg.png) repeat-x;
}

#header-inner {
  width: 1200px;
  height: 66px;
  margin: 0 auto;
}

#logo{
  display:block;
  float:left;
  width: 276px;
  height: 52px;
  margin-top: 14px;
  background-image:url('//www.ikinamo.net/images/iklogo.png');
}

#header-info {
  float: right;
  margin-top: 26px;
}

#yt-subscribe-btn {
  display: inline-block;
  float: none;
  margin: 0;
  margin-right: 40px;
  vertical-align: middle;
}

#language {
  display: inline-block;
  float: none;
  height: 40px;
  margin-right: 46px;
  line-height: 40px;
  vertical-align: middle;
}
#language a {
  color: #d5d5d5;
  font-weight: 700;
}
#language a:hover {
  color: #000;
  text-decoration: none;
}
#information {
  display: inline-block;
  width: 146px;
  height: 40px;
  border: 3px solid #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #000;
  vertical-align: middle;
}
#information:hover {
  color: #B13546;
  border: 3px solid #B13546;
  text-decoration: none;
}
#nav-iktag {
  width: 1200px;
  margin-bottom: 33px;
  border-bottom: 4px solid #333;
}

#nav-iktag-inner {
  width: 1200px;
  margin: 0 auto;
}

#nav-iktag-inner a {
  float: left;
  display: block;
  width: 85px;
  height: 40px;
  color: #000000;
  font-size: 13px;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  background-position: 0 0;
  background-size: auto 200%;
  -webkit-transition-property:background;
  -webkit-transition-duration:0.2s;
  -webkit-transition-timing-function:ease;
  -moz-transition-property:background color;
  -moz-transition-duration:0.2s;
  -moz-transition-timing-function:ease;
  -o-transition-property:background color;
  -o-transition-duration:0.2s;
  -o-transition-timing-function:ease;
}
#nav-iktag-inner a:hover { background-color: #FFFFFF; background-position: 0 100%; }
#nav-iktag-inner .mobile{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(255, 0, 0, 1) 50%); }
#nav-iktag-inner .robotics{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(71, 83, 239, 1) 50%); }
#nav-iktag-inner .gaming{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(253, 167, 68, 1) 50%); }
#nav-iktag-inner .interface{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(183, 157, 249, 1) 50%); }
#nav-iktag-inner .eco{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(182, 218, 69, 1) 50%); }
#nav-iktag-inner .tag3d{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(252, 85, 177, 1) 50%); }
#nav-iktag-inner .design{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(50, 210, 255, 1) 50%); }
#nav-iktag-inner .display{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(84, 182, 92, 1) 50%); }
#nav-iktag-inner .medical{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(251, 106, 33, 1) 50%); }
#nav-iktag-inner .security{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(189, 189, 189, 1) 50%); }
#nav-iktag-inner .materials{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(212, 0, 85, 1) 50%); }
#nav-iktag-inner .auto{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(0, 180, 171, 1) 50%); }
#nav-iktag-inner .energy{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(239, 195, 135, 1) 50%); }
#nav-iktag-inner .ar{ background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(0, 129, 237, 1) 50%); }

.mobile{ color: #F00; }
.robotics{ color: #4753ef; }
.gaming{ color: #fda744; }
.interface{ color: #b79df9; }
.eco{ color: #b6da45; }
.tag3d{ color: #fc55b1; }
.design{ color: #32d2ff; }
.display{ color: #54b65c; }
.medical{ color: #fb6a21; }
.security{ color: #bdbdbd; }
.materials{ color: #d40055; }
.auto{ color: #00b4ab; }
.energy{ color: #efc387; }
.ar{ color: #0081ed; }


/* slider */
.flex-control-paging { position:absolute; width:1200px; left:0px; bottom:-23px; z-index:9999; text-align:center; }
.flex-control-paging li { display:inline; margin:0 5px; }
.flex-control-paging li a { display:inline-block; background:#ccc; height:8px; width:8px; text-indent:200%; overflow:hidden; cursor:pointer; -moz-border-radius:100%; -khtml-border-radius:100%; -webkit-border-radius:100%; border-radius:100%; }
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active { background:#777; }

#top_slider { width:1200px; height:400px; margin:0 auto 33px; position:relative; }
#top_slider li { position:relative; width:1200px; height:400px; }
#top_slider .post1, #top_slider .post6, #top_slider .post11
  { width:660px; height:400px; position:absolute; top:0px; left:270px; overflow:hidden; }
#top_slider .post1 img, #top_slider .post6 img, #top_slider .post11 img
  { display:block; width:660px; height:400px; }
#top_slider .post2, #top_slider .post3, #top_slider .post4, #top_slider .post5,
 #top_slider .post7, #top_slider .post8, #top_slider .post9, #top_slider .post10,
  #top_slider .post12, #top_slider .post13, #top_slider .post14, #top_slider .post15
   { width:265px; height:197px; overflow:hidden; position:absolute; }
#top_slider .post2 img, #top_slider .post3 img, #top_slider .post4 img, #top_slider .post5 img,
 #top_slider .post7 img, #top_slider .post8 img, #top_slider .post9 img, #top_slider .post10 img,
  #top_slider .post12 img, #top_slider .post13 img, #top_slider .post14 img, #top_slider .post15 img
   { width:265px; height:197px; display:block; }
#top_slider .post2, #top_slider .post7, #top_slider .post12 { top:0px; left:0px; }
#top_slider .post3, #top_slider .post8, #top_slider .post13 { top:203px; left:0px; }
#top_slider .post4, #top_slider .post9, #top_slider .post14 { top:0px; right:0px; }
#top_slider .post5, #top_slider .post10, #top_slider .post15 { top:203px; right:0px; }
#top_slider a.link { background:#000; display:block; }
#top_slider a.link img {
  display:block; opacity:1.0; -webkit-transform: translateZ(0);
  -webkit-transition: opacity 400ms ease-in-out; -moz-transition: opacity 400ms ease-in-out; -o-transition: opacity 400ms ease-in-out; -ms-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out;
}
#top_slider a.link:hover img { opacity:0.4; }
#top_slider a .title_area {
  display:block; position: absolute; top:0; bottom:0; left:0; right:0; text-align:center;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  visibility:hidden; opacity:0;
  -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
}
#top_slider a:hover .title_area {
  visibility:visible; opacity:1;
}
#top_slider .title {
  display:block; color: #fff; text-align:center; font-size:12px; padding:10px; margin:55px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
  -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%);
}
#top_slider .title span {
  line-height:160%; max-height:37px; overflow:hidden; display:block;
}
#top_slider .post1 .title, #top_slider .post6 .title, #top_slider .post11 .title {
 margin-top:160px; font-size:16px;
}
#top_slider .post1 .title span, #top_slider .post6 .title span, #top_slider .post11 .title span {
 line-height:160%; max-height:auto; overflow:auto; display:block;
}
#top_slider .desc {
  display:block; font-size:11px; position:relative; color:#fff; padding:5px 20px 20px; text-align:center;
  -webkit-transition: all 0.25s 0.1s linear; -moz-transition: all 0.25s 0.1s linear; transition: all 0.25s 0.1s linear;
  -webkit-transform: translateY(20%); -moz-transform: translateY(20%); -ms-transform: translateY(20%); -o-transform: translateY(20%); transform: translateY(20%);
}
#top_slider .desc span {
  line-height:160%;
}
#top_slider a:hover .title, #top_slider a:hover .desc {
  -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);
}

/* carousel */
#index_special_slider_wrap {
  width: 825px;
  margin: 0 0 40px 25px;
  position: relative;
}
#index_special_slider_wrap .headline {
  background: #222;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding: 0 17px;
  margin: 0 0 25px 0;
}
#index_special_slider {
  width: 825px;
  padding: 0;
  margin: 0;
}
#index_special_slider .image {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#index_special_slider .image img {
  width: 100%;
  height: auto;
  -webkit-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index_special_slider .image:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
#index_special_slider .title {
  font-size: 14px;
  line-height: 160%;
  display: block;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#index_special_slider .meta li:first-child {
  border-right: 1px solid #ccc;
  padding-right: 7px;
}
#index_special_slider .meta li {
  display: inline;
  font-size: 12px;
  margin: 0 3px 0 0;
  line-height: 160%;
}
/* main */

#main_col {
  width: 876px;
  float: left;
  position: relative;
  margin: 0 0 0 0;
}

#index_post_list_wrap {
  margin: 0 0 40px 0;
}

.index_post_list {
  background: #fafafa;
  border: 1px solid #ddd;
  border-top: none;
  padding-top: 23px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.owl-prev {
  background: url(//www.ikinamo.net/images/slider_arrow2.png) no-repeat left top;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 17px;
  top: -64px;
  opacity: 0.6;
}
.owl-next {
  background: url(//www.ikinamo.net/images/slider_arrow1.png) no-repeat left top;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 55px;
  top: -64px;
  opacity: 0.6;
}
.owl-next:hover, .owl-prev:hover {
  opacity: 1;
}
.index_post_list .post_type1 {
  margin: 0 0 30px 0;
}

.index_post_list .post_type1 a.image {
  position: relative;
  width: 874px;
  height: 270px;
  display: block;
  overflow: hidden;
}

.index_post_list .post_type1 a.image img {
  width: 874px;
  display: block;
  -webkit-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.index_post_list .post_type1 .image:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.index_post_list .post_type1 .title {
  position: relative;
  font-size: 14px;
}

.index_post_list .post_type1.new .title:before {
  content: 'NEW';
  z-index: 9999;
  background: #333;
  color: #fff;
  line-height: 45px;
  text-align: center;
  width: 45px;
  height: 45px;
  display: block;
  top: -45px;
  left: 25px;
  position: absolute;
  font-size: 11px;
  font-weight: normal;
}

.index_post_list .post_type1 .title a {
  font-size: 14px;
  line-height: 160%;
  padding: 15px 25px;
  display: block;
  color: #333;
  text-decoration: none;
}
.index_post_list .post_type1 .title a:hover {
  color: #1A5487;
  text-decoration: underline;
}

.index_post_list .post_type1 .excerpt {
  padding: 0 25px;
  line-height: 160%;
  font-size: 12px;
  margin: 0 0 15px 0;
}

.index_post_list .post_type1 .meta {
  padding: 0 25px;
  list-style: none;
}

.index_post_list .post_type1 .meta li:first-child {
  border-right: 1px solid #ccc;
  padding-right: 7px;
}
.index_post_list .post_type1 .meta li {
  float: left;
  font-size: 12px;
  margin: 0 5px 0 0;
}

.index_post_list .post_type2 {
  float: left;
  width: 256px;
  margin: 0 0 25px 25px;
  border: 1px solid #ccc;
  height: 240px;
  background: #fff;
  position: relative;
}

.index_post_list .post_type2 .image {
  margin: 0 0 15px 0;
  display: block;
  width: 256px;
  height: 144px;
  overflow: hidden;
}

.index_post_list .post_type2 a.image img {
  width: 256px;
  height: 144px;
  -webkit-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.index_post_list .post_type2 .image:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.index_post_list .post_type2 .title {
  font-size: 14px;
  line-height: 150%;
}

.index_post_list .post_type2 .title a {
    display: block;
    margin: 0 15px 7px;
    max-height: 42px;
    overflow: hidden;
    color: #333;
    text-decoration: none;
}
.index_post_list .post_type2 .title a:hover {
  color: #1A5487;
  text-decoration: underline;
}

.index_post_list .post_type2.new .title:before {
    content: 'NEW';
    z-index: 9999;
    background: #333;
    color: #fff;
    line-height: 45px;
    text-align: center;
    width: 45px;
    height: 45px;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    font-size: 11px;
    font-weight: normal;
}

.index_post_list .post_type2 .meta {
  margin: 0 15px;
  height: 18px;
  overflow: hidden;
  list-style: none;
}
.index_post_list .post_type2 .meta li:first-child {
  border-right: 1px solid #ccc;
  padding-right: 7px;
}
.index_post_list .post_type2 .meta li {
  display: inline;
  font-size: 12px;
  margin: 0 3px 0 0;
  line-height: 160%;
}

#index_post_list_tab {
  list-style: none;
  border-bottom: 1px solid #ddd;
}

#index_post_list_tab li {
  float: left;
  width: 33.333333%;
  width: calc(1/3);
  margin-bottom: -1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#index_post_list_tab li:last-child,
#index_post_list_tab li:only-child {
  border-right: 1px solid #ddd;
}

#index_post_list_tab li a.active {
  background: #fafafa;
  border-bottom: #fafafa;
}
#index_post_list_tab li a {
  display: block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  color: #333;
  border: 1px solid #ddd;
  border-right: none;
  background: #f4f4f4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
}

#index_post_list_tab li a:hover {
  background: #ddd;
  text-decoration: none;
}

/* sidebar */
#side_col2 {
  width: 300px;
  float: right;
}

.side_widget {
  margin: 0 0 40px 0;
  font-size: 12px;
  position: relative;
}

.side_widget li ul {
  margin: 10px 0 0 0;
}

.side_widget img {
    height: auto;
    max-width: 100%;
}

.ml_ad_widget {
  margin-bottom: 20px;
}

.side_headline {
  border-left: 3px solid #F00;
  margin: 0 0 15px 0;
  line-height: 160%;
  padding: 14px 15px;
  font-size: 14px;
  font-weight: bold;
  background: #f5f5f5;
  color: #333333;
}

.top10 {
  border-top: 0;
}
#term-selector-top10 {
  margin-bottom: 15px;
}

.styled_post_list1 ol,
.styled_post_list1 ul {
  list-style: none;
}

.styled_post_list1 li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
  background: none;
}

.styled_post_list1 ul li {
  display: inline;
  line-height: 160%;
  border: none;
}

.styled_post_list1 ul li:last-child {
  border-left: 1px solid #ccc;
  margin: 0 0 0 5px;
  padding: 0 0 0 7px;
}

.styled_post_list1 li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.styled_post_list1 .image {
  float: left;
  display: block;
  margin: 0 15px 0 0;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.styled_post_list1 .image img {
  max-width: none;
  width: 178px;
  margin-left: -39px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.styled_post_list1 .image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.styled_post_list1 .title {
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.styled_post_list1 .title:hover {
  color: #1A5487;
  text-decoration: underline;
}

.google_search #search_input {
  width: 260px;
  height: 40px;
  margin: 0 -2px 5px 0;
  border: 1px solid #ccc;
  background: #f2f2f2;
  padding: 0 10px;
  box-shadow: 2px 2px 3px 0px #ddd inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: initial;
  border-radius: initial;
}
.google_search #search_button {
  border: none;
  width: 40px;
  height: 40px;
  background: #000 url(//www.ikinamo.net/images/icon_search.png) no-repeat center;
  cursor: pointer;
  display: block;
  float: right;
  text-indent: -300%;
  overflow: hidden;
  -webkit-border-radius: initial;
  border-radius: initial;
}

.side_widget .more {
  padding: 14px 0;
  text-align: center;
}

.side_widget .more a {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.side_widget .more a:hover {
  color: #1A5487;
}



/* single */
#bread_crumb {
    padding: 0 0 20px;
    width: 1200px;
    margin: 0 auto;
}
#bread_crumb li {
    font-size: 12px;
    display: inline;
    margin: 0 2px 0 0;
    line-height: 160%;
}
#bread_crumb li::after {
  display: inline-block;
  padding: 0 0 0 6px;
  content: ">";
}
#bread_crumb li a {
  color: #333;
  text-decoration: none;
}
#bread_crumb li a:hover {
  color: #1A5487;
  text-decoration: underline;
}
#bread_crumb li.last {
    background: none;
    margin: 0;
    padding: 0;
}
#bread_crumb li.last::after {
  display: inline-block;
  padding: 0;
  content: "";
}

#video {
  border: none;
  margin-bottom: 20px;
}
#player, #old-player {
    margin: 0;
    height: 675px;
    overflow: hidden;
}

#article {
  margin-bottom: 10px;
  border: none;
}
#single_archive_headline {
  margin: 0 0 33px 0;
}
.archive_headline {
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.archive_headline .category {
  display: inline-block;
  background: #222;
  color: #000;
  padding: 0 20px;
  font-size: 14px;
  background-color: #4753ef;
}


.archive_headline .category.research{
  color: #FFF;
  background-color:#00548A;
}
.archive_headline .category.consumer{
  color: #FFF;
  background-color:#00664B;
}
.archive_headline .category.industrial{
  color: #FFF;
  background-color:#B13546;
}
#article .archive_headline .right {
  margin: 0;
  width: auto;
}
.archive_headline .date {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
.archive_headline .viewcount {
  display: inline-block;
  padding: 0 20px 0 0;
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
.archive_headline .viewcount a {
  color: #d80a16;
}
h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
#article .desc {
    margin-top: 24px;
    margin-bottom: 90px;
}
#article .desc p {
  font-size: 12px;
}

#previous_next_post {
    margin: 0 0 60px 0;
}
#previous_next_post a {
    font-size: 13px;
    width: 435px;
    color: #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
}
#previous_next_post a:hover {
    text-decoration: none;
    background-color: #e6e6e6;
}
#previous_next_post span {
  width: 100%;
  display: inline-block;
  font-weight: 700;
}
#previous_post {
    float: left;
    position: relative;
    line-height: 160%;
}
#previous_post a {
    width: 436px;
    height: 106px;
    padding: 24px 15px 15px 55px;
    display: block;
    background: #f5f5f5 url(//www.ikinamo.net/images/arrow_left.png) no-repeat left 10px center;
}
#next_post {
    float: right;
    line-height: 160%;
}
#next_post a {
  height: 106px;
  padding: 24px 55px 15px 15px;
  display: block;
  background: #f5f5f5 url(//www.ikinamo.net/images/arrow_right.png) no-repeat right 10px center;
}

/* share */
@font-face {
    font-family: 'icomoon';
    src:    url('//jp.ikinamo.net/fonts/icomoon.eot?evfvw0');
    src:    url('//jp.ikinamo.net/fonts/icomoon.eot?evfvw0#iefix') format('embedded-opentype'),
        url('//jp.ikinamo.net/fonts/icomoon.ttf?evfvw0') format('truetype'),
        url('//jp.ikinamo.net/fonts/icomoon.woff?evfvw0') format('woff'),
        url('//jp.ikinamo.net/fonts/icomoon.svg?evfvw0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icomoon-"], [class*=" icomoon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icomoon-feedly:before { content: "\e907"; }
.icomoon-hatebu:before { content: "\e908"; }
.icomoon-line:before { content: "\e909"; }
.icomoon-pocket:before { content: "\e90a"; }
.icomoon-google-plus:before { content: "\e900"; }
.icomoon-google-plus2:before { content: "\e901"; }
.icomoon-facebook:before { content: "\e902"; }
.icomoon-facebook2:before { content: "\e903"; }
.icomoon-twitter:before { content: "\e904"; }
.icomoonicomoon-rss:before { content: "\e90b"; }
.icomoon-rss2:before { content: "\e906"; }
.icomoon-pinterest:before { content: "\e905"; }
#share_top1 ul li a, #share_top2 ul li a, #share_btm1 ul li a, #share_btm2 ul li a { -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; }

#share_top2 { width:100%; margin:-15px 0 15px; }
#share_top2 h2 { color:#444; font-weight:400; }
#share_top2 ul.type2 { margin:0; padding:0; list-style:none; }
#share_top2 ul.type2 li { display:inline-block; padding:0; text-align:center; }
#share_top2 ul.type2 li a { text-decoration:none; display:inline-block; margin:0 5px 5px 0; font-size:12px; font-weight:400; border-radius:2px; color:#222 !important; text-align:center; background:#fafafa !important; border:1px solid rgba(0,0,0,.1); box-shadow:0 1px 0 rgba(0,0,0,.03); text-shadow:none; line-height:25px; padding:1px 5px 0; }
#share_top2 ul.type2 li a i { position:relative; top:3px; color:#222; font-size:1.3em; text-shadow:1px 1px 0 rgba(255, 255, 255, .1); }
#share_top2 ul.type2 li a .ttl { margin:0 3px 0 2px; text-align:center; line-height:20px; }
#share_top2 ul.type2 li a .share-count { color:#444; font-size:9px; padding:0; line-height:25px; margin:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
#share_top2 ul.type2 li a:hover, #share_top2 ul.type2 li a:hover i, #share_top2 ul.type2 li a:hover .share-count  { color:#fff !important; }
#share_top2 ul.type2 li a:hover { border-color:rgba(255,255,255,.1); }
@media screen and (max-width:480px) {
	#share_top2 { width:100%; margin:0; }
	#share_top2 ul.type2 { margin-bottom:15px; }
	#share_top2 ul.type2 li a { margin-right:2px; }
	#share_top2 ul.type2 li a i { left:1px; }
	#share_top2 ul.type2 li>a span.ttl { display:none; }
	#share_top2 ul.type2 li a .share-count { margin-left:3px; }
}

#share {
    height: 30px;
    margin: 16px 0 40px;
    font-family: "Lato", sans-serif;
}
#share a {
  border: none;
}
#share a:hover {
  opacity: .6;
}
.at300b img,
.at-icon-wrapper {
  vertical-align: middle;
}


#disquscomment .section-title,
#ikarchives .module-title {
  background: #222;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding: 0 17px;
  margin: 0 0 25px 0;
}

#ikarchives {
  width: 876px;
  padding: 0;
  margin: 0;
  position: relative;
}
#ikarchives .item {
  float: left;
  width: 191px;
  margin-right: 20px;
}
#ikarchives .headline {
  background: #222;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding: 0 17px;
  margin: 0 0 25px 0;
}
#ikarchives .image {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#ikarchives .image img {
  width: 100%;
  height: auto;
  -webkit-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#ikarchives .image:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
#ikarchives .title {
  font-size: 14px;
  line-height: 160%;
  display: block;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#ikarchives .meta li:first-child {
  border-right: 1px solid #ccc;
  padding-right: 7px;
}
#ikarchives .meta li {
  display: inline;
  font-size: 12px;
  margin: 0 3px 0 0;
  line-height: 160%;
  border: none;
}
#ikarchives #loadBox > li {
    position: relative;
    border: none;
    margin-bottom: 40px;
}

.post-contact .btn {
  display: inline-block;
  width: 300px;
  height: 40px;
  border: 3px solid #333;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

#post-attr ul {
  list-style: none;
}
#post-attr li {
  display: inline-block;
  padding: 6px 16px;
  background-color: #55acee;
  border-radius: 2px;
  font-size: 14px;
  color: #FFF;
}
#post-attr .attr_1{ background-color: #F00; }
#post-attr .attr_2{ background-color: #4753ef; }
#post-attr .attr_3{ background-color: #fda744; }
#post-attr .attr_4{ background-color: #b79df9; }
#post-attr .attr_5{ background-color: #b6da45; }
#post-attr .attr_6{ background-color: #fc55b1; }
#post-attr .attr_7{ background-color: #32d2ff; }
#post-attr .attr_8{ background-color: #54b65c; }
#post-attr .attr_9{ background-color: #fb6a21; }
#post-attr .attr_10{ background-color: #bdbdbd; }
#post-attr .attr_11{ background-color: #d40055; }
#post-attr .attr_12{ background-color: #00b4ab; }
#post-attr .attr_13{ background-color: #efc387; }
#post-attr .attr_14{ background-color: #0081ed; }

.post-contact {
  margin-bottom: 70px;
}
.post-contact .btn:hover {
  color: #FFF;
  background-color: #000;
  text-decoration: none;
}

a#splanguage {
  display: none;
}
.menu_button {
  display: none;
}
