/*
Theme Name:BLOQ
Theme URI:https://hybrid-theme.com/theme/bloq/
Description:This theme supports widget, threaded-comments, theme-options,and translation is ready. Also including page-navigation and multi level dropdown menu.You can see live demo including more information here http://www.mono-lab.net/demo/n1/type1/
Author:mono-lab
Author URI:https://www.mono-lab.net/
Version:1.0.3
Text Domain:mono-lab
*/

/* ----------------------------------------------------------------------
 Web fonts
---------------------------------------------------------------------- */
@font-face {
    font-family: 'mono-lab';
    src: url('font/mono-lab.eot?v=1.4');
    src: url('font/mono-lab.eot?v=1.4#iefix') format('embedded-opentype'),
         url('font/mono-lab.woff?v=1.4') format('woff'),
         url('font/mono-lab.ttf?v=1.4') format('truetype'),
         url('font/mono-lab.svg?v=1.4#mono-lab') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* ----------------------------------------------------------------------
 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; outline:0; font-size:100%; vertical-align:baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
img { -ms-interpolation-mode:bicubic; }




/* ----------------------------------------------------------------------
 Basic setting
---------------------------------------------------------------------- */
html { scroll-padding-top:65px; }
body { font-size:13px; font-family:Arial,sans-serif; color:#333; line-height:1; min-width:1230px; }
.pc .admin-bar { padding-top:33px; }
a { color:#333; }
a, a:before, a:after, input { -webkit-transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; }
.clear { clear:both; }
.hide { display:none; }

/* clearfix */
.clearfix:after { display:block; clear:both; content:""; }

/* free space */
.free_space img { max-width:100%; height:auto; }
.free_space.post_content p:last-child { margin:0; }

/* WordPress preset css is at bottom of this stylesheet */




/* ----------------------------------------------------------------------
 Layout
---------------------------------------------------------------------- */
#container { }


/* header */
#header { height:220px; width:100%; position:relative; z-index:30; background:#fff; }
#header_top { width:1230px; margin:0 auto; height:169px; position:relative; z-index:30; }
#header_bottom { width:100%; z-index:2; border-top:1px solid #ddd; -webkit-box-sizing:border-box; box-sizing:border-box; }
#header_bottom_inner { width:1230px; margin:0 auto; }


/* fixed header */
.pc .header_fixed #header { height:50px; position:fixed; top:0px; left:0px; z-index:500; border-bottom:1px solid #ccc; box-shadow:0 3px 4px 0 rgba(100,100,100,0.1); }
.pc .admin-bar.header_fixed #header { padding-top:32px; }
.pc .header_fixed #header_top { display:none; }
.pc .header_fixed #header_bottom { position:relative; z-index:2; border-top:none; }
.pc .header_fixed { padding-top:220px; }
.pc .header_slide_down #header { animation: slideDown 0.5s ease; -webkit-animation: slideDown 0.5s ease; }
@keyframes slideDown {
  0% { top:-55px; }
  100% { top:0px; }
}
#fix_header_text_logo { display:none; }
#fix_header_image_logo { display:none; }
.header_fixed #fix_header_text_logo { display:block; float:left; font-size:20px; font-weight:normal; margin:0; padding:0; line-height:100%; }
.header_fixed #fix_header_text_logo a { display:block; text-decoration:none; height:50px; line-height:50px; padding:0 20px; border-left:1px solid #ddd; border-right:1px solid #ddd; }
.header_fixed #fix_header_text_logo a:hover { color:#fff; background:#ccc; }
.header_fixed #fix_header_image_logo {
  display:block; float:left; margin:0; height:50px; line-height:50px; padding:0 20px; border-left:1px solid #ddd; border-right:1px solid #ddd; position:relative;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
}
.header_fixed #fix_header_image_logo img { display:block; max-height:46px; width:auto; position:relative; margin:auto; }
.pc .header_fixed .global_menu .home { display:none; }
.pc .header_fixed #search_button { position:relative; z-index:100; }


/* main content */
#main_content {
  width:1230px; margin:0 auto; position:relative; position:relative; z-index:3;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between; 
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#main_col {
  border-right:1px solid #ccc; border-left:1px solid #ccc; width:690px; padding:3px 20px 0; 
  flex:0 0 auto; -webkit-flex:0 0 auto; order:2; -webkit-order:2; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#left_col {
  width:270px; padding:3px 20px 0 0; flex:0 0 auto; -webkit-flex:0 0 auto; order:1; -webkit-order:1;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#right_col {
  width:270px; padding:3px 0 0 20px; flex:0 0 auto; -webkit-flex:0 0 auto; order:3; -webkit-order:3;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* other layout */
.pc .two_column #main_col { border-left:none; width:839px; order:1; -webkit-order:1; padding:25px 55px 20px 0; }
.pc .two_column #left_col { width:391px; order:2; -webkit-order:2; padding:25px 0 20px 55px; }
.pc .no_side #main_col { border:none; width:100%; order:1; -webkit-order:1; padding:3px 0 20px; margin:0 auto; }




/* ----------------------------------------------------------------------
 Header
---------------------------------------------------------------------- */
/* logo */
#logo_text { position:relative; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
#logo_text .logo { margin:0; padding:0; line-height:100%; font-weight:normal; }
#logo_text .logo a { display:block; text-decoration:none; text-align:center; }
#logo_text .site_desc, #logo_image .site_desc { margin:10px 0 0 0; font-weight:normal; line-height:100%; color:#888; font-size:10px; line-height:100%; text-align:center; }
#logo_image { z-index:30; position:relative; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
#logo_image .logo a { display:block; text-decoration:none; text-align:center; }
#logo_image.has_mobile_image .mobile_image { display:none; }


/* if has header banner */
body.has_header_banner #logo_text, body.has_header_banner #logo_image { position:absolute; left:0; }
body.has_header_banner #logo_text .logo a, body.has_header_banner #logo_image .logo a { text-align:left; }
body.has_header_banner #logo_text .site_desc, body.has_header_banner #logo_image .site_desc { text-align:left; }


/* rss feed list */
#header_feed_banner_area { pointer-events:none; width:1230px; height:170px; margin:auto; position:absolute; z-index:30; top:0px; left:0; right:0; }
#header_banner { pointer-events:auto; position:absolute; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); right:0px; }
#header_banner img { display:block; margin:0; }
#header_feed { width:700px; height:120px; position:absolute; right:-5px; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); pointer-events:auto; }
#header_feed .rss_list { width:100%; height:120px; overflow:auto; -webkit-box-sizing:border-box; box-sizing:border-box; }
#header_feed.type2 .rss_list { width:50%; float:left; padding-left:10px; }
#header_feed .blogroll-channel { padding:0; }
#header_feed .blogroll-channel li { margin:0 0 5px 0; line-height:160%; }


/* global menu */
#menu_button { display:none; }
.pc .global_menu { float:left; }

.pc .global_menu .home { display:inline; width:50px; height:50px; position:relative; float:left; border-left:1px solid #ddd; border-right:1px solid #ddd; }
.pc .global_menu .home a { display:block; text-decoration:none; position:relative; overflow:hidden; text-indent:-200px; width:100%; height:100%; }
.pc .global_menu .home a:before {
  display:block; text-indent:0; font-family:'mono-lab'; content:"\e60a"; color:#888; font-size:14px; width:14px; height:14px;
  position:absolute; top:18px; left:18px;
}
.pc .global_menu .home a:hover:before { color:#fff; }

.pc .global_menu > ul { float:left; margin:0; height:50px; position:relative; z-index:2; }
.pc .global_menu li { float:left; display:inline; margin:0; font-size:12px; }
.pc .global_menu ul li a { display:block; padding:0 20px; text-decoration:none; height:50px; line-height:50px; text-align:center; }
.pc .global_menu > ul > li.active_menu > a { background:#eee; }
.pc .global_menu ul li a:hover { background-color:#009DC4; color:#fff; }
.pc .global_menu ul { margin:0; padding:0; }
.pc .global_menu ul ul { display:none; float:none; position:absolute; top:50px; left:0; margin:0; padding:0; width:250px; box-shadow:2px 3px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow:2px 3px 2px rgba(0, 0, 0, 0.1); }
.pc .global_menu ul ul ul { left:100%; top:0; margin:0 0 0 -1px; }
.pc .header_fixed .global_menu ul ul { top:50px; }
.pc .header_fixed .global_menu ul ul ul { top:0px; }
.pc .global_menu ul li { position:relative; display:block; }
.pc .global_menu ul ul li { float:none; padding:0; margin:0; }
.pc .global_menu ul ul li a { display:block; padding:14px 20px; line-height:180%; height:auto; background:#fff; text-align:left; position:relative; margin:0 0 -1px 0; border:1px solid #ccc; }
.pc .global_menu ul ul li a:hover { background-color:#009DC4; text-decoration:none; color:#fff; text-shadow:none; }
.pc .global_menu ul ul .parent_menu > a { position:relative; }
.pc .global_menu ul ul .parent_menu > a:before { font-family:'mono-lab'; color:#bbb; font-size:11px; position:absolute; top:16px; right:6px; content:"\e610"; }
.pc .global_menu ul ul .parent_menu > a:hover:before { color:#fff; }


/* category and search area */
.header_sort { display:none; background:#009DC4; box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.2); overflow:hidden; }
.header_sort_inner { width:1230px; margin:0 auto; position:relative; }


/* search button */
#search_button {
  float:right; display:block; height:50px; width:50px; overflow:hidden; border-left:1px solid #ddd; border-right:1px solid #ddd;
  position:relative; text-decoration:none; text-indent:-200px;
}
#search_button:before {
  display:block; width:22px; height:22px; text-indent:0; margin:auto; color:#333; 
  font-family:'mono-lab'; content:"\e908"; font-size:22px; position:absolute; top:3px; bottom:0; left:0; right:0;
}
#search_button.active:before { content:"\e5cd"; font-size:16px; top:6px; left:6px; }
#search_button:hover:before, #search_button.active:before { color:#fff; }

@media screen and (max-width:600px){
	body:not(.header_fixed) #search_button:before{color:#fff;}
}

/* search form */
.search_area_top { position:absolute; right:0px; top:20px; width:310px; height:40px; }
.search_area_top .search_form { border:1px solid transparent; width:100%; height:40px; position:relative; }
.search_area_top .search_form:focus-within { border-color:#16bab4; }
.search_area_top .search_input { position:absolute; left:0px; top:0px; width:-webkit-calc(100% - 50px); width:calc(100% - 50px); height:40px; }
.search_area_top .search_input input {
  font-size:13px; margin:0; padding:0 15px; width:100%; height:40px; line-height:40px; background:none; border:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.search_area_top .search_button { position:absolute; right:0px; top:0px; width:45px; height:40px; }
.search_area_top .search_button input { display:none; }
.search_area_top .search_button label { overflow:hidden; width:45px; height:40px; text-indent:-500px; cursor:pointer; display:block; }
.search_area_top .search_button label:before {
  text-indent:0; display:block; font-size:22px; width:22px; height:22px; line-height:100%; text-align:center; cursor:pointer; z-index:1;
  position:absolute; font-family:'mono-lab'; content:'\e908'; left:0; right:0; top:0; bottom:0; margin:auto; 
  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.search_area_top .search_button label:hover { background:#16bab4; }
.search_area_top ::-webkit-input-placeholder { }
.search_area_top ::-moz-placeholder { }
.search_area_top :-ms-input-placeholder { }
.search_area_top :-moz-placeholder { }


/* category list sort button */
.header_sort_list { width:1230px; margin:0 auto; padding:20px 0 0; }
.header_sort_list li { float:left; margin:0 1px 0 0; font-size:12px; }
.header_sort_list li a { position:relative; display:block; text-decoration:none; padding:0 20px; height:40px; line-height:40px; }
.header_sort_list li a.active, .header_sort_list li a:hover { }


/* category list area */
#category_area { width:1230px; margin:0 auto; padding:20px 0; overflow:hidden; }
.category_area_inner {
  width:500%;
  -webkit-transition:600ms cubic-bezier(0.190, 1.000, 0.220, 1.000); transition:600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.header_sort.list_num5 .category_area_inner { width:500%; }
.header_sort.list_num4 .category_area_inner { width:400%; }
.header_sort.list_num3 .category_area_inner { width:300%; }
.header_sort.list_num2 .category_area_inner { width:200%; }
.header_sort.list_num1 .category_area_inner { width:100%; }
#category_area.category_area1 .category_area_inner { margin:0; }
#category_area.category_area2 .category_area_inner { margin-left:-100%; }
#category_area.category_area3 .category_area_inner { margin-left:-200%; }
#category_area.category_area4 .category_area_inner { margin-left:-300%; }
#category_area.category_area5 .category_area_inner { margin-left:-400%; }
#category_area ul { float:left; width:20%; font-size:0; }
.header_sort.list_num5 #category_area ul { width:20%; }
.header_sort.list_num4 #category_area ul { width:25%; }
.header_sort.list_num3 #category_area ul { width:33.3333333%; width:-webkit-calc(100% / 3); width:calc(100% / 3); }
.header_sort.list_num2 #category_area ul { width:50%; }
.header_sort.list_num1 #category_area ul { width:100%; }
#category_area li {
   width:25%; display:inline-block; font-size:13px; position:relative; overflow:hidden; border:1px solid #ddd; margin:0 -1px -1px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box; vertical-align:top;
}
#category_area li a { display:block; height:50px; line-height:50px; padding:0px 20px; text-decoration:none; }
#category_area li a:hover { }
#category_area li ul { display:none; margin:0 -1px; padding:0; width:calc(100% + 2px) !important; }
#category_area li ul li { display:block; width:auto; margin:0 0 -1px 0 !important; }
#category_area li li a { display:block; width:auto; position:relative; padding-left:32px; }
#category_area li li li a { padding-left:47px; }
#category_area li li li li a { padding-left:60px; }
#category_area li ul ul { }

/* child menu */
#category_area .child_menu_button {
  display:block; position:absolute; text-align:center; width:50px; height:50px; right:0px; top:0px; z-index:9; cursor:pointer;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#category_area .child_menu_button .icon:before {
  font-family:'mono-lab'; content:'\e613'; text-align:center; transform: rotate(-90deg);
  display:block; font-size:12px; width:12px; height:12px;
  position:absolute; right:0; left:0; top:3px; bottom:0; margin:auto;
  -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
#category_area .child_menu_button.active .icon:before, #category_area .child_menu_button:hover .icon:before { }
#category_area li.open > .child_menu_button .icon:before { transform: rotate(90deg); }
#category_area li.open > ul { }
#category_area li .child_menu_button:hover { background:rgba(0,0,0,0.2); }


/* mobile element */
.mobile_menu_headline, .mobile_menu_close_button, .drawer_free_space { display:none; }




/* ----------------------------------------------------------------------
 Header content basic setting
---------------------------------------------------------------------- */
#header_content_wrap { width:100%; overflow:hidden; position:relative; padding:25px 0; box-shadow:inset 0px 20px 20px -15px rgba(0,0,0,0.5), inset 0px -20px 20px -15px rgba(0,0,0,0.5); }
#header_content_headline { color:#fff; font-size:30px; font-weight:normal; text-align:center; padding:70px 0; }


/* slider arrow */
.slick-arrow {
  border:none; height:50px; width:50px; overflow:hidden; text-indent:-400px; position:absolute; z-index:9; cursor:pointer; box-shadow:0 0 3px 0 rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.slick-prev { background:rgba(255,255,255,0.5); }
.slick-next { background:rgba(255,255,255,0.5); }
.slick-arrow:after { display:block; font-family:'mono-lab'; font-size:14px; width:14px; height:14px; line-height:14px; color:#666; position:relative; text-indent:0; }
.slick-prev:after { content:'\e613'; top:-7px; left:8px; }
.slick-next:after { content:'\e612'; top:-7px; left:11px; }
.slick-arrow:hover:after { color:#fff; }


/* animation */
@-webkit-keyframes opacityAnimation {
  0% { }
  100% { opacity: 1; }
}
@keyframes opacityAnimation {
  0% { }
  100% { opacity: 1; }
}
@-webkit-keyframes zoomOut {
  0% { transform: scale(1.0) rotate(0.0001deg); }
  100% { transform: scale(1.3); }
}
@keyframes zoomOut {
  0% { transform: scale(1.0) rotate(0.0001deg); }
  100% { transform: scale(1.3); }
}
@-webkit-keyframes zoomIn {
  0% { transform: scale(1.3) rotate(0.0001deg); }
  100% { transform: scale(1.0); }
}
@keyframes zoomIn {
  0% { transform: scale(1.3) rotate(0.0001deg); }
  100% { transform: scale(1.0); }
}




/* ----------------------------------------------------------------------
 Header slider1
---------------------------------------------------------------------- */


/* header image slider */
#header_content1 { width:100%; overflow:hidden; position:relative; margin:-25px 0; }
#header_slider { }
#header_slider .item { width:100%; position:relative; }
#header_slider .item .caption {
  width:1230px; text-align:center; position:absolute; z-index:10;
  margin:auto; left:0; right:0; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#header_slider .item .catch { color:#fff; line-height:180%; font-size:35px; font-weight:normal; margin:0; padding:0; }
#header_slider .item .desc { color:#fff; line-height:180%; font-size:18px; font-weight:normal; margin:10px 0 0 0; padding:0; }
#header_slider .item .button { text-decoration:none; height:40px; line-height:40px; color:#fff; background:none; border:1px solid #fff; display:inline-block; padding:0 40px; margin:25px 0 0 0; }
#header_slider .item .button:hover { background:#fff; color:#333 !important; }

#header_slider .overlay { width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9; position:absolute; top:0px; left:0px; }
#header_slider .image { width:100%; height:100%; z-index:8; position:absolute; top:0px; left:0px; }

#header_slider.animation .type1.animate .image {
  -webkit-animation: zoomOut 35.0s ease forwards;
  animation: zoomOut 35.0s ease forwards;
}
#header_slider.animation .type2.animate .image {
  -webkit-animation: zoomIn 35.0s ease forwards;
  animation: zoomIn 35.0s ease forwards;
}
#header_slider .slick-active .caption {
  -webkit-animation: opacityAnimation 1.0s ease forwards 2.0s;
  animation: opacityAnimation 1.0s ease forwards 2.0s;
}
#header_slider .slick-active .overlay {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}


#header_slider .slick-prev { opacity:0; left:-30px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#header_slider .slick-next { opacity:0; right:-30px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#header_slider:hover .slick-prev { opacity:1; left:10px; }
#header_slider:hover .slick-next { opacity:1; right:10px; }




/* ----------------------------------------------------------------------
 Header slider2
---------------------------------------------------------------------- */
.header_content2 { }
#content_slider2 { }
#content_slider2 .item { float:left; margin:0 2px; width:485px; height:243px; overflow:hidden; position:relative; }
#content_slider2 .image { width:100%; height:243px; display:block; overflow:hidden; position:relative; }
#content_slider2 .image .img { width:100%; height:100%; display:block; }
#content_slider2 .image:hover:after { box-shadow:inset 0 0 0 10px rgba(255,255,255, 0.3); }

#content_slider2 .caption {
  position:absolute; bottom:0px; width:100%; padding:15px; color:#fff; z-index:3;
  background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.7)); background: background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.7));
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#content_slider2 .caption .post_meta_top .post_date { color:#ccc; }
#content_slider2 .caption .post_title { font-size:17px; line-height:1.8; margin:0 0 5px 0; font-weight:bold; max-height:3.6em; overflow:hidden; }
#content_slider2 .caption .post_title a { color:#fff; text-decoration:none; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#content_slider2 .caption .post_meta { margin:10px 0 0 0; }
#content_slider2 .caption .post_meta li { border-color:#888; }
#content_slider2 .caption .post_meta li,
#content_slider2 .caption .post_meta li a,
#content_slider2 .caption .post_meta li:before { color:#ccc; }

#content_slider2 .slick-prev { opacity:0; left:-30px; top:100px; }
#content_slider2 .slick-next { opacity:0; right:-30px; top:100px; }
#content_slider2:hover .slick-prev { opacity:1; left:0px; }
#content_slider2:hover .slick-next { opacity:1; right:0px; }

/* image hover type3 */
#content_slider2 .item:hover .caption { display:none; }




/* ----------------------------------------------------------------------
 Header slider3
---------------------------------------------------------------------- */
#content_slider3_wrap {
  width:1230px; height:280px; margin:0 auto; box-shadow:0 0 3px 0 rgba(0,0,0,0.4); position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#content_slider3 {
  width:960px; height:280px; float:left; position:relative;
  border-right:1px solid #ccc; background:#fff;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#content_slider3 .item { width:960px; height:280px; }

#content_slider3 .image { width:480px; height:280px; float:left; display:block; position:relative; overflow:hidden; }
#content_slider3 .image .img { width:100%; height:100%; }
#content_slider3 .image:hover:after { box-shadow:inset 0 0 0 10px rgba(255,255,255, 0.3); }
#content_slider3 .post_data {
  width:479px; height:280px; float:left; padding:25px; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#content_slider3 .post_title { line-height:1.8; font-size:18px; font-weight:bold; margin:0 0 15px 0; word-break:break-all; }
#content_slider3 .post_title a { display:block; text-decoration:none; }
#content_slider3 .post_meta { max-height:20px; overflow:hidden; margin:0 0 5px 0; }
#content_slider3 .post_excerpt { line-height:1.8; max-height:3.6em; overflow:hidden; }
#content_slider3 .post_excerpt span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#content_slider3 .post_link { text-decoration:none; position:absolute; z-index:5; left:0px; bottom:0px; height:40px; line-height:40px; padding:0 20px 0 25px; background:#eee; font-size:12px; }
#content_slider3 .post_link:after { position:absolute; bottom:0px; right:-40px; content:""; width:0; height:0; border-style:solid; border-width:40px 0 0 40px; border-color:transparent transparent transparent #eee; }
#content_slider3 .post_list_sns_button { position:absolute; bottom:10px; right:18px; z-index:10; }

/* navigation for main slider */
#content_slider3 .slick-arrow { display:none !important; }
#content_slider3 .slick-prev { opacity:0; left:-30px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#content_slider3 .slick-next { opacity:0; right:-30px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#content_slider3:hover .slick-prev { opacity:1; left:-10px; }
#content_slider3:hover .slick-next { opacity:1; right:-10px; }


/* navigation for sub slider*/
#content_slider3_nav { width:270px; height:280px; float:right; margin:0; position:relative; background:#fff; }
#content_slider3_nav .item {
  width:250px; height:93px; padding:11px 20px 0; cursor:pointer; border-top:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#content_slider3_nav .item:hover, #content_slider3_nav .item.slick-current { background:#fafafa; }
#content_slider3_nav .item.slick-current { border-top:1px dotted #f2f2f2; }
#content_slider3_nav .image { width:70px; height:70px; float:left; display:block; margin:0 15px 0 0; position:relative; overflow:hidden; }
#content_slider3_nav .image .img { width:100%; height:100%; }
#content_slider3_nav .post_data { font-size:12px; }
#content_slider3_nav .post_date { margin:0; font-size:11px; color:#aaa; }
#content_slider3_nav .post_title { line-height:140%; margin:0 0 5px 0; display:block; max-height:50px; overflow:hidden; }

#content_slider3_nav .slick-arrow { width:50px; height:50px; }
#content_slider3_nav .slick-prev { right:98px; bottom:-40px; opacity:0; }
#content_slider3_nav .slick-next { right:98px; top:-40px; opacity:0; }
#content_slider3_nav .slick-arrow:after { font-size:12px; color:#aaa; }
#content_slider3_nav .slick-prev:after { content:'\e613'; top:-5px; left:10px; transform: rotate(-90deg); }
#content_slider3_nav .slick-next:after { content:'\e613'; top:-7px; left:10px; transform: rotate(90deg); }
#content_slider3_nav .slick-arrow:hover:after { color:#fff; }
#content_slider3_nav:hover .slick-prev { opacity:1; bottom:-15px; }
#content_slider3_nav:hover .slick-next { opacity:1; top:-15px; }

/* banner */
.header_content3 .slider_banner { width:336px; height:280px; float:left; }
.header_content3 .slider_banner img { max-width:100%; height:auto; }
.header_content3 .slider_banner.bottom { display:none; }




/* ----------------------------------------------------------------------
 Header slider4 - mostly use header slider3 setting
---------------------------------------------------------------------- */
.pc .header_content3.type2 #content_slider3_wrap { box-shadow:none; }
.pc .header_content3 .slider_banner { width:336px; height:280px; float:left; }
.pc .header_content3 .slider_banner img { max-width:100%; height:auto; }
.pc .header_content3.type2 #content_slider3 { width:870px; float:right; box-shadow:0 0 3px 0 rgba(0,0,0,0.4); border:none; }
.pc .header_content3.type2 #content_slider3 .item { width:870px; }
.pc .header_content3.type2 #content_slider3 .image { width:50%; }
.pc .header_content3.type2 #content_slider3 .post_data { width:50%; }

.header_content3.type2 #content_slider3_wrap .slick-arrow { display:block !important; }
.header_content3.type2 #content_slider3 .slick-prev { opacity:0; left:-30px; top:0; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.header_content3.type2 #content_slider3 .slick-next { opacity:0; right:-30px; top:0; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.header_content3.type2 #content_slider3:hover .slick-prev { left:-10px; opacity:1; }
.header_content3.type2 #content_slider3:hover .slick-next { right:-10px; opacity:1; }

.slider_banner.mobile { display:none; }




/* ----------------------------------------------------------------------
 Header popular post list and Banner
---------------------------------------------------------------------- */
.header_content5 { }
#header_content5 {
  width:1230px; height:280px; margin:0 auto; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* banner */
.header_content5 .slider_banner { width:336px; height:280px; float:left; }
.header_content5 .slider_banner img { max-width:100%; height:auto; }
.header_content5 .slider_banner.bottom { display:none; }


/* popular post list */
#header_popular_post {
  width:868px; height:280px; float:right; position:relative;
  background:#fff; box-shadow:0 0 3px 0 rgba(0,0,0,0.4);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#header_post_list2 { }
#header_popular_post .headline { display:none; }
#header_popular_post ol { height:140px; overflow:hidden; }
#header_popular_post.one_post_list ol { height:280px; }
#header_popular_post li {
  float:left; width:20%; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}

#header_popular_post .image {
  width:100%; height:88px; display:block; position:relative; overflow:hidden;
  -webkit-border-radius:0px; border-radius:0px;
}
#header_popular_post .image .img { width:100%; height:100%; display:block; }
#header_popular_post .image:hover:after { box-shadow:inset 0 0 0 6px rgba(255,255,255, 0.3); }

#header_popular_post .info { height:52px; border-right:1px solid #ddd; }
#header_popular_post .title { font-size:12px; padding:0 15px; line-height:1.6; text-decoration:none; display:block; word-break:break-all; max-height:3.2em; overflow:hidden; position:relative; top:7px; }
#header_popular_post .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#header_popular_post .title:hover { text-decoration:underline; }

#header_popular_post .num {
  margin:0; padding:0 6px 0 10px; display:inline-block; line-height:20px; height:20px; background:rgba(9,191,213,0.7); z-index:2;
  position:absolute; top:0px; left:0px; color:#fff; font-size:11px; text-decoration:none;
}
#header_popular_post .num:after {
  content:''; position:absolute; right:-15px; top:0px; width:0; height:0;
  border-color:inherit; border-bottom-color:transparent; border-style:solid; border-width:0px 0px 20px 15px;
}
#header_popular_post .show_icon .num { padding-left:23px; }
#header_popular_post .show_icon .num:before { font-family:'mono-lab'; color:rgba(255,255,255,0.7); font-size:12px; position:absolute; left:7px; top:1px; }
#header_popular_post .show_icon .twitter_post .num:before { content:"\e604"; top:0px; }
#header_popular_post .show_icon .facebook_post .num:before { content:"\e601"; top:0px; }
#header_popular_post .show_icon .view_post .num:before { content:"\e8f4"; font-size:13px; left:5px; top:0px; }
#header_popular_post .show_icon .hatena_post .num:before { content:"\e62d"; font-size:20px; left:4px; top:0px; }
#header_popular_post .show_icon .comment_post .num:before { content:"\e801"; font-size:10px; left:6px; top:1px; }




/* ----------------------------------------------------------------------
 Header rss feed list and Banner
---------------------------------------------------------------------- */
.header_content6 { }
#header_content6 {
  width:1230px; height:280px; margin:0 auto; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}

/* banner */
.header_content6 .slider_banner { width:336px; height:280px; float:left; }
.header_content6 .slider_banner img { max-width:100%; height:auto; }
.header_content6 .slider_banner.bottom { display:none; }


/* rss feed list */
#rss_list {
  width:870px; height:280px; float:right; position:relative; padding:15px; 
  background:#fff; box-shadow:0 0 3px 0 rgba(0,0,0,0.4);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.rss_list { margin:0; width:-webkit-calc(50% - 5px); width:calc(50% - 5px); height:250px; float:left; overflow:auto; }
.rss_list.right { float:right; }
#rss_list.one_rss_list .rss_list { width:auto; float:none; }
#rss_list .blogroll-channel { padding:0; }
#rss_list .blogroll-channel li { margin:0 0 5px 0; line-height:160%; }




/* ----------------------------------------------------------------------
 Index contents builder basic setting
---------------------------------------------------------------------- */
.cb_contents { border-bottom:1px solid #ddd; margin:0 -20px; padding:0 20px; position:relative; }
.cb_contents:last-of-type { border-bottom:none; }
.pc .two_column .cb_contents { margin:0 -55px 15px 0; padding:0 55px 20px 0; border:none; }
.pc .two_column .cb_contents:after { content:''; display:block; background:#ddd; height:1px; width:100vw; position:absolute; right:0px; bottom:0px; }
.pc .two_column .cb_contents:last-of-type:after { display:none; }


/* headline */
.cb_contents .headline { font-size:14px; border:none; margin:3px 0 20px 0; padding:0; border-bottom:1px solid #ddd; font-weight:bold; position:relative; }
.cb_contents .headline span { border-bottom:1px solid #000; display:inline-block; height:50px; line-height:50px; padding:0 0; bottom:-1px; position:relative; }
.cb_contents:first-of-type .headline { margin-top:0; }


/* button top */
.cb_contents .headline a {
  display:inline-block; font-size:11px; text-decoration:none; padding:0 30px; height:22px; line-height:22px; overflow:hidden;
  position:absolute; right:0px; top:14px; border:1px solid #ccc; background:#fff; color:#000;
}
.cb_contents .headline a:hover { color:#fff; background:#000; border-color:#000; }


/* button bottom */
.cb_archive_button { margin:10px 0 20px 0; padding:0; text-align:center; }
.cb_archive_button a { display:inline-block; font-size:12px; text-decoration:none; padding:0 30px; min-width:140px; height:35px; line-height:35px; border:1px solid #ccc; background:#fff; color:#000; }
.cb_archive_button a:hover { background:#000; color:#fff; }


/* others */
.cb_contents .cb_banner { padding:20px 0; text-align:center; }
.cb_contents .cb_banner img { max-width:100%; height:auto; display:block; margin:0 auto; }
.cb_contents .cb_free { padding:20px 0; text-align:center; }
.cb_contents .cb_free img { max-width:100%; height:auto; display:block; margin:0 auto; }
.pc .two_column .cb_contents .cb_banner { padding:25px 0 20px; }



/* ----------------------------------------------------------------------
 Contents builder post type1
---------------------------------------------------------------------- */
.cb_post_list1 {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.cb_post_list1 .post_area {
  width:50%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_post_list1 .large_post_area { padding:0 15px 15px 0px; }

/* image */
.cb_post_list1 .image { margin:0 0 15px; width:100%; display:block; overflow:hidden; position:relative; }
.cb_post_list1 .image .img { display:block; width:100%; height:100%; }
.cb_post_list1 .image:hover:after { box-shadow:inset 0 0 0 8px rgba(255,255,255, 0.3); }

/* title area */
.cb_post_list1 .post_title { line-height:1.5; font-size:20px; font-weight:bold; margin:0; word-break:break-all; }
.cb_post_list1 .post_title a { display:block; text-decoration:none; }
.cb_post_list1 .post_title a:hover { }
.cb_post_list1 .post_meta { margin:15px 0 -5px 0; }
.cb_post_list1 .post_excerpt { font-size:12px; line-height:1.8; margin:10px 0 0 0; }
.cb_post_list1 .post_list_sns_button { margin:15px 0 0 0; }

/* small post area */
.cb_post_list1 .small_post_area { }
.cb_post_list1 .small_post_area .article { border-bottom:1px solid #eee; padding:0 0 10px 0; margin:0 0 15px 15px; }
.cb_post_list1 .small_post_area .article:last-of-type { border-bottom:none; margin-bottom:5px; }
.cb_post_list1 .small_post_area .image { width:90px; height:90px; float:left; margin:0 15px 5px 0; }
.cb_post_list1 .small_post_area .data { width:-webkit-calc(100% - 105px); width:calc(100% - 105px); float:left; }
.cb_post_list1 .small_post_area .post_title { font-size:15px; line-height:1.6; margin:0; }
.cb_post_list1 .small_post_area .post_title a { max-height:3.2em; overflow:hidden; }
.cb_post_list1 .small_post_area .post_title a span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cb_post_list1 .small_post_area .post_meta { margin:10px 0 0 0; }
.cb_post_list1 .small_post_area .post_meta_top { width:100%; }
.cb_post_list1 .small_post_area li.category_button { max-width:100%; }
.cb_post_list1 .small_post_area li.category_button > a { width:100%; }




/* ----------------------------------------------------------------------
 Contents builder post type2
---------------------------------------------------------------------- */
.cb_post_list2 { }
.cb_post_list2 .post_area { -webkit-box-sizing:border-box; box-sizing:border-box; }
.cb_post_list2 .large_post_area { padding:0 0px 15px; }

/* image */
.cb_post_list2 .image {
  float:left; display:block; overflow:hidden; position:relative;
  width:-webkit-calc(50% - 15px); width:calc(50% - 15px);
}
.cb_post_list2 .image .img { display:block; width:100%; height:100%; }
.cb_post_list2 .image:hover:after { box-shadow:inset 0 0 0 8px rgba(255,255,255, 0.3); }

/* title area */
.cb_post_list2 .large_post_area .data { float:right; width:-webkit-calc(50% - 15px); width:calc(50% - 15px); }
.cb_post_list2 .post_title { line-height:1.5; font-size:20px; font-weight:bold; margin:0; word-break:break-all; }
.cb_post_list2 .post_title a { display:block; text-decoration:none; }
.cb_post_list2 .post_title a:hover { }
.cb_post_list2 .post_meta { margin:15px 0 -5px 0; }
.cb_post_list2 .post_excerpt { font-size:12px; line-height:1.8; margin:10px 0 0 0; }
.cb_post_list2 .post_list_sns_button { margin:15px 0 0 0; }

/* small post area */
.cb_post_list2 .small_post_area {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.cb_post_list2 .small_post_area .article {
  width:50%; border-top:1px solid #eee; padding:15px 15px 12px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_post_list2 .small_post_area .article:nth-child(2n) { padding:15px 0 12px 15px; }
.cb_post_list2 .small_post_area .image { width:90px; height:90px; margin:0 15px 5px 0; float:left; }
.cb_post_list2 .small_post_area .data { width:-webkit-calc(100% - 105px); width:calc(100% - 105px); float:left; }
.cb_post_list2 .small_post_area .post_title { font-size:15px; line-height:1.5; margin:0; }
.cb_post_list2 .small_post_area .post_meta { margin:10px 0 0 0; }
.cb_post_list2 .small_post_area .post_title a { max-height:4.8em; overflow:hidden; }
.cb_post_list2 .small_post_area .post_title a span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.cb_post_list2 .small_post_area .post_meta_top { width:100%; }
.cb_post_list2 .small_post_area li.category_button { max-width:100%; }
.cb_post_list2 .small_post_area li.category_button > a { width:100%; }




/* ----------------------------------------------------------------------
 Contents builder post type3
---------------------------------------------------------------------- */
.cb_post_list3  { }
.cb_post_list3 article { padding:0 0 15px; margin:0 0 15px 0; border-bottom:1px solid #eee; }
.cb_post_list3 article:last-of-type { border:none; padding:0 0 10px 0; }

/* image */
.cb_post_list3 .image { float:left; display:block; overflow:hidden; position:relative; width:200px; margin:0 20px 0 0; }
.cb_post_list3 .image .img { display:block; width:100%; height:100%; }
.cb_post_list3 .image:hover:after { box-shadow:inset 0 0 0 8px rgba(255,255,255, 0.3); }

/* tilte area */
.cb_post_list3 .data { float:left; width:-webkit-calc(100% - 220px); width:calc(100% - 220px); }
.cb_post_list3 .post_title { margin:0; padding:0; line-height:1.5; font-size:20px; font-weight:bold; word-break:break-all; }
.cb_post_list3 .post_title a { text-decoration:none; display:block; }
.cb_post_list3 .post_title a:hover { }
.cb_post_list3 .post_excerpt { font-size:12px; line-height:1.8; margin:10px 0 0 0; }
.cb_post_list3 .post_meta { margin:15px 0 -5px 0; }
.cb_post_list3 .post_list_sns_button { margin:15px 0 0; }




/* ----------------------------------------------------------------------
 Contents builder post type4
---------------------------------------------------------------------- */
.cb_post_list4  {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; overflow:hidden; margin-top:-20px; padding:0 0 5px 0; 
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.cb_post_list4 article {
  margin:-1px 0 0px 0; padding:18px 20px 18px 0px; border-top:1px solid #eee;
  width:-webkit-calc(100% / 3 - 14px); width:calc(100% / 3 - 14px);  
}
.cb_post_list4 article:nth-child(3n) { padding-right:0px; }


/* image */
.cb_post_list4 .image { display:block; overflow:hidden; position:relative; width:100%; margin:0 0 15px 0; }
.cb_post_list4 .image .img { display:block; width:100%; height:100%; }
.cb_post_list4 .image:hover:after { box-shadow:inset 0 0 0 8px rgba(255,255,255, 0.3); }


/* tilte area */
.cb_post_list4 .post_title { margin:0; padding:0; line-height:1.6; font-size:16px; font-weight:bold; word-break:break-all; }
.cb_post_list4 .post_title a { text-decoration:none; display:block; }
.cb_post_list4 .post_title a:hover { }
.cb_post_list4 .post_excerpt { font-size:12px; line-height:1.8; margin:10px 0 0 0; }
.cb_post_list4 .post_meta { margin:15px 0 -5px 0; }
.cb_post_list4 .post_list_sns_button { margin:15px 0 0; }
.cb_post_list4 .post_title a { max-height:3.2em; overflow:hidden; }
.cb_post_list4 .post_title a span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cb_post_list4 .post_meta_top { width:100%; }
.cb_post_list4 li.category_button { max-width:100%; }
.cb_post_list4 li.category_button > a { width:100%; }




/* ----------------------------------------------------------------------
 Post list header
---------------------------------------------------------------------- */
/* menu */
#center_menu {
  height:40px; overflow:hidden; box-shadow:0px 0px 0px 1px #fff inset; border-bottom:1px solid #ccc;
  background:#f6f6f6; background: -webkit-linear-gradient(top, #ffffff, #f8f8f8); background: linear-gradient(to bottom, #ffffff, #f8f8f8);
}

#center_menu ul { margin:0; }
#center_menu li { float:left; line-height:40px; -webkit-box-sizing:border-box; box-sizing:border-box; }
#center_menu.num1 li { width:100%; }
#center_menu.num2 li { width:50%; }
#center_menu.num3 li { width:33.3333333333%; width:-webkit-calc(100% / 3); width:calc(100% / 3); }
#center_menu.num4 li { width:25%; }
#center_menu.num5 li { width:20%; }
#center_menu.num6 li { width:16.6666666667%; width:-webkit-calc(100% / 6); width:calc(100% / 6); }
#center_menu.num7 li { width:14.2857142857%; width:-webkit-calc(100% / 7); width:calc(100% / 7); }
#center_menu.num8 li { width:12.5%; width:-webkit-calc(100% / 8); width:calc(100% / 8); }
#center_menu.num9 li { width:11.1111111111%; width:-webkit-calc(100% / 9); width:calc(100% / 9); }
#center_menu.num10 li { width:10%; }
#center_menu li a { text-align:center; display:block; height:40px; line-height:42px; text-decoration:none; font-size:12px; border-right:1px solid #ccc; }
#center_menu li:last-child a { border-right:none; }
#center_menu li a:hover { color:#fff; }


/* archive page headline */
#archive_headline { font-size:14px; border:none; margin:0; padding:0; border-bottom:1px solid #ddd; font-weight:bold; position:relative; }
#archive_headline span { border-bottom:1px solid #000; display:inline-block; height:50px; line-height:50px; padding:0 0; bottom:-1px; position:relative; }


/* archive page description */
#category_desc { border-bottom:1px solid #ddd; padding:20px 0; }
#category_desc p { line-height:160%; margin:0 0 1em 0; }
#category_desc p:last-child { margin:0; }
#category_header { width:100%; position:relative; overflow:hidden; margin:-25px 0; }
#category_header .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; }
#category_header .caption {
  width:1230px; text-align:center; position:absolute; z-index:1;
  margin:auto; left:0; right:0; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#category_header .catch { line-height:140%; font-size:35px; font-weight:normal; margin:0; padding:0; }
#category_header .desc { line-height:180%; font-size:18px; font-weight:normal; margin:20px 0 0 0; padding:0; }




/* ----------------------------------------------------------------------
 Post list basic setting
---------------------------------------------------------------------- */
/* post meta top */
.post_meta { font-size:11px; margin:0 0 10px; padding:0; }
.post_meta li { display:inline; margin:0 7px 0 0; padding:0px 12px 0px 20px; color:#999; position:relative; line-height:160%; border-right:1px solid #ddd; }
.post_meta li:last-child { border:none; }
.post_meta li.post_date { padding-left:0; }
.post_meta li a { color:#999; text-decoration:none; text-decoration:underline; }
.post_meta li a:hover { text-decoration:underline; }
.post_meta li a:after { content:','; margin:0 5px 0 0; color:#bbb; }
.post_meta li a:last-child:after { display:none; }
.post_meta li:before { font-family:'mono-lab'; color:#bbb; font-size:14px; width:14px; margin:0; display:inline-block; top:0px; left:0px; position:absolute; }
.post_meta li.post_author:before { content:"\e254"; font-size:17px; top:-2px; }
.post_meta li.post_category:before { content:"\e906"; font-size:22px; top:-2px; left:-4px; }
.post_meta li.post_tag:before { content:"\e607"; top:-2px; }
.post_meta li.post_view:before { content:"\e8f4"; font-size:18px; top:-2px; left:-2px; }
.post_meta li.post_comment:before { content:"\e801"; font-size:13px; top:-1px; left:-1px; }
.post_meta li.post_format_gallery:before { content:"\e623"; }
.post_meta li.post_format_aside:before { content:"\e61e"; }
.post_meta li.post_format_chat:before { content:"\e622"; }
.post_meta li.post_format_link:before { content:"\e600"; }
.post_meta li.post_format_image:before { content:"\e614"; }
.post_meta li.post_format_quote:before { content:"\e60e"; }
.post_meta li.post_format_status:before { content:"\e624"; }
.post_meta li.post_format_video:before { content:"\e615"; }
.post_meta li.post_format_audio:before { content:"\e61b"; }
.post_meta.no_icon li { padding:0px 12px 0 0; }
.post_meta.no_icon li:before { display:none; }


/* post meta large category button */
.post_meta_top { margin:0 0 15px 0; display:inline-block; }
.post_meta_top li { float:left; line-height:1; margin:0; padding:0; font-size:0; }
.post_meta_top li.post_date { color:#aaa; font-size:11px; margin:6px 0 0 0; }
.post_meta_top li.category_button { margin-right:10px; }
li.category_button a { text-decoration:none; font-size:11px; background:#3e454f; height:22px; line-height:22px; padding:0 15px; color:#fff; display:inline-block; margin:0; }
li.category_button > a { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-box-sizing:border-box; box-sizing:border-box; }
li.category_button a:hover { background:#000; }
li.category_button { position:relative; }
li.category_button ul {
  position:absolute; top:22px; left:0px; z-index:10; width:100%; pointer-events:none;
  -webkit-animation: category_slide_down 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.0s;
  animation: category_slide_down 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.0s;
}
li.category_button ul li { float:none; width:100%; margin:0 !important; padding:0 !important; border:none !important; }
li.category_button ul a {
  display:block; margin:0; position:relative; width:100%; height:34px; line-height:34px; border-top:1px solid rgba(255,255,255,0.2);
  -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;
}
li.category_button ul a:hover { margin-left:15px; }
li.category_button.has_other_category:hover ul {
  -webkit-animation: category_slide_up 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.0s; pointer-events:auto;
  animation: category_slide_up 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.0s; pointer-events:auto;
}
li.category_button.has_other_category:hover a { box-shadow:8px 8px 0px 0 rgba(0,0,0,0.15); }
@-webkit-keyframes category_slide_up {
  0% { opacity:0; top:35px; }
  100% { opacity:1; top:22px; }
}
@keyframes category_slide_up {
  0% { opacity:0; top:35px; }
  100% { opacity:1; top:22px; }
}
@-webkit-keyframes category_slide_down {
  0% { opacity:1; top:22px; }
  100% { opacity:0; top:35px; }
}
@keyframes category_slide_down {
  0% { opacity:1; top:22px; }
  100% { opacity:0; top:35px; }
}


/* read more link */
.post_content a.more-link {
  float:right; font-size:13px; border:1px solid #ccc; background:#ccc; text-decoration:none; display:inline-block; height:35px; line-height:35px; padding:0 30px; color:#fff; position:relative;
  -webkit-border-radius:35px; border-radius:35px;
}
.post_content a.more-link:hover { background:#fff; }

.post_excerpt a.more-link { font-size:11px; background:#ccc; text-decoration:none; display:inline-block; height:30px; line-height:30px; padding:0 30px; color:#fff; -webkit-border-radius:3px; border-radius:3px; position:relative; }
.post_excerpt a.more-link:hover { background:#fff; }


/* page navi */
.page_navi { margin:0; padding:40px 0; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:10px 0 10px 0; color:#888; }
.page_navi ul { margin:0; }
.page_navi li { float:left; margin:0 -1px 0 0; }
.page_navi a, .page_navi a:hover, .page_navi span {
  text-decoration:none; font-size:11px; padding:13px 15px; line-height:100%; margin:0; background:#f2f2f2; display:block;
  border:1px solid #ccc;
  background:#f6f6f6; background: -webkit-linear-gradient(top, #ffffff, #f8f8f8); background: linear-gradient(to bottom, #ffffff, #f8f8f8);
}
.page_navi span.current { background:#e2e2e2; box-shadow:0 1px 3px 0 rgba(0,0,0,0.1) inset; border-color:#bbb; z-index:2; position:relative; }
.page_navi a:hover { background:#fff; border-color:#aaa; z-index:3; position:relative; color:#fff; }
.page_navi li:first-child a, .page_navi li:first-child span { -webkit-border-radius:3px 0 0 3px; border-radius:3px 0 0 3px; }
.page_navi li:last-child a, .page_navi li:last-child span { -webkit-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0; }
.pc .two_column .page_navi { padding:40px 0px; }


/* back home link */
.page_navi p.back { text-align:center; }
.page_navi p.back a { display:inline-block; padding:10px 15px 10px 30px; margin:0 auto; position:relative; background:none; color:#777; border:none; }
.page_navi p.back a:after { font-family:'mono-lab'; content:"\e60a"; color:#aaa; font-size:14px; display:inline-block; top:9px; left:8px; position:absolute; }
.page_navi p.back a:hover, .page_navi p.back a:hover:after { }


/* free space */
#free_space_post_list_bottom { border-bottom:none; padding-bottom:0; }


/* share button */
.post_list_sns_button { clear:both; font-size:11px; margin:0; padding:0; }
.post_list_sns_button li { float:left; margin:0 5px 0 0; padding:0; position:relative; line-height:1; }
.post_list_sns_button li.post_category { margin:0; }
.post_list_sns_button li a { text-decoration:none; }
.post_list_sns_button li a:hover { text-decoration:underline; }
.post_list_sns_button li i {
  width:30px; height:30px; line-height:30px; float:left; font-style:normal; position:relative;
  -webkit-border-radius:3px 0 0 3px; border-radius:3px 0 0 3px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.post_list_sns_button.corner_type1 li i { -webkit-border-radius:0px; border-radius:0px; }
.post_list_sns_button li i:before { font-family:'mono-lab'; color:#bbb; display:block; font-size:14px; position:absolute; text-align:center; }
.post_list_sns_button li.pl_twitter i:before { content:"\e604"; color:#16b9dc; font-size:13px; left:8px; top:1px; }
.post_list_sns_button li.pl_facebook i:before { content:"\e601"; color:#3B5998; left:8px; top:1px; }
.post_list_sns_button li.pl_hatebu i:before { content:"\e62d"; color:#007be3; font-size:28px; left:4px; top:1px; }
.post_list_sns_button li > span {
  font-size:12px; height:30px; line-height:30px; display:block; float:left; padding:0 10px; border:1px solid #ccc; background:#fff;
  -webkit-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.post_list_sns_button.corner_type1 li > span { -webkit-border-radius:0px; border-radius:0px; }


/* type1 */
.post_list_sns_button.type1 li i {
  border:1px solid #ccc; border-right:none;
  background:#f2f2f2; background: -webkit-linear-gradient(top, #ffffff, #f2f2f2); background: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.post_list_sns_button.type1 li i:before { }
.post_list_sns_button.type1 li.pl_twitter i:before { color:#16b9dc; top:0px; }
.post_list_sns_button.type1 li.pl_facebook i:before { color:#3B5998; top:0px; }
.post_list_sns_button.type1 li.pl_hatebu i:before { color:#007be3; top:0px; }


/* type2 */
.post_list_sns_button.type2 li i { }
.post_list_sns_button.type2 li i:before { color:#fff; }
.post_list_sns_button.type2 li.pl_twitter i { background-color:#16b9dc; }
.post_list_sns_button.type2 li.pl_facebook i { background-color:#3B5998; }
.post_list_sns_button.type2 li.pl_hatebu i { background-color:#007be3; }
.post_list_sns_button.type2 li > span { border-left:none; }
.post_list_sns_button.type2 li.pl_hatebu i:before { top:0.5px; }


/* type3 */
.post_list_sns_button.type3 li i { width:32px; }
.post_list_sns_button.type3 li i:before { color:#fff; }
.post_list_sns_button.type3 li.pl_twitter i { background-color:#0db4d8; }
.post_list_sns_button.type3 li.pl_facebook i { background-color:#3B5998; }
.post_list_sns_button.type3 li.pl_hatebu i { background-color:#006fcc; }
.post_list_sns_button.type3 li > span { border:none; color:#fff; line-height:32px; padding:0 12px; position:relative; }
.post_list_sns_button.type3 li.pl_twitter > span { background-color:#5bc5dc; }
.post_list_sns_button.type3 li.pl_facebook > span { background-color:#6473b3; }
.post_list_sns_button.type3 li.pl_hatebu > span { background-color:#3484c7; }
.post_list_sns_button.type3 li.pl_twitter i:before { left:10px; top:0px; }
.post_list_sns_button.type3 li.pl_facebook i:before { left:10px; }
.post_list_sns_button.type3 li.pl_hatebu i:before { left:6px; top:0px; }


/* small ver */
.post_list_sns_button.small_size li i { -webkit-border-radius:2px 0 0 2px; border-radius:2px 0 0 2px; }
.post_list_sns_button.small_size.corner_type1 li i { -webkit-border-radius:0px; border-radius:0px; }
.post_list_sns_button.small_size li > span { -webkit-border-radius:0 2px 2px 0; border-radius:0 2px 2px 0; }
.post_list_sns_button.small_size.corner_type1 li > span { -webkit-border-radius:0px; border-radius:0px; }

.post_list_sns_button.small_size li { margin:0 5px 5px 0; }
.post_list_sns_button.small_size li i { width:25px; height:25px; line-height:25px; }
.post_list_sns_button.small_size li.pl_twitter i:before { font-size:12px; top:0px; left:7px; }
.post_list_sns_button.small_size li.pl_facebook i:before { font-size:12px; top:0px; left:7px; }
.post_list_sns_button.small_size li.pl_hatebu i:before { font-size:23px; top:-0.5px; }
.post_list_sns_button.small_size li > span { height:25px; line-height:25px; padding:0 8px; }

.post_list_sns_button.small_size.type2 li i { line-height:25px; }
.post_list_sns_button.small_size.type2 li.pl_twitter i:before { font-size:12px; top:1px; left:7px; }
.post_list_sns_button.small_size.type2 li.pl_facebook i:before { font-size:12px; top:1px; left:7px; }
.post_list_sns_button.small_size.type2 li.pl_hatebu i:before { font-size:23px; top:0px; }
.post_list_sns_button.small_size.type2 li > span:before { top:7px; left:-2.5px; }

.post_list_sns_button.small_size.type3 li i { line-height:25px; }
.post_list_sns_button.small_size.type3 li.pl_twitter i:before { font-size:12px; top:0px; }
.post_list_sns_button.small_size.type3 li.pl_facebook i:before { font-size:12px; top:0px; }
.post_list_sns_button.small_size.type3 li.pl_hatebu i:before { font-size:23px; left:3px; top:0px; }
.post_list_sns_button.small_size.type3 li > span:before { top:7px; left:-2.5px; }
.post_list_sns_button.small_size.type3 li > span { line-height:25px; }




/* ----------------------------------------------------------------------
 Post list1
---------------------------------------------------------------------- */
#post_list1 { }
#post_list1 .article { padding:25px 20px; margin:0 -20px; border-bottom:1px solid #ddd; }
.pc .two_column #post_list1 .article { padding:25px 0px 40px; margin:0 0 20px 0; border-bottom:1px solid #ddd; }
.pc .two_column #post_list1 .article:last-of-type { margin-bottom:0; }


/* post tilte */
#post_list1 .post_title { margin:0 0 10px; padding:0; line-height:150%; font-size:21px; font-weight:bold; word-break:break-all; }
#post_list1 .post_title a { text-decoration:none; display:block; }
#post_list1 .post_title a:hover { text-decoration:underline; }


/* post meta */
#post_list1 .post_meta { margin:15px 0 20px; }


/* pos thumbnail */
#post_list1 .post_featured_image { margin:20px -20px 20px; width:auto; }
.pc .two_column #post_list1 .post_featured_image { margin:20px 0px 20px; }


/* sns button */
#post_list1 .post_list_sns_button { float:right; padding:0; margin-right:-10px; }


/* excerpt */
#post_list1 .post_excerpt p { margin:0; }


/* more link */
#post_list1 .post_bottom_area { margin:20px 0 0 0; }
#post_list1 .link_button { font-size:12px; display:inline-block; margin:0; border:1px solid #ccc; text-decoration:none; padding:0 30px; height:30px; line-height:32px; }
#post_list1 .link_button:hover { background:#16bab4; border-color:#16bab4; color:#fff; }


/* no post */
#no_post { text-align:center; padding:50px 20px; font-size:20px; }


/* free space */
#post_list1 .free_space { padding:20px; margin:0 -20px; border-bottom:1px solid #ddd; }




/* ----------------------------------------------------------------------
 Post list2
---------------------------------------------------------------------- */
#post_list2 { }
#post_list2 .article { padding:20px 0px; border-bottom:1px solid #ddd; }
.pc .two_column #post_list2 .article { padding:25px 0px 20px; border-bottom:1px solid #ddd; }


/* thumbnail */
#post_list2 .image { margin:0 20px 0 0; float:left; width:230px; height:142px; display:block; overflow:hidden; position:relative; }
#post_list2 .image .img { display:block; width:100%; height:100%; }
#post_list2 .image:hover:after { box-shadow:inset 0 0 0 8px rgba(255,255,255, 0.3); }
.pc .two_column #post_list2 .image { width:250px; }


/* post data */
.pc #post_list2 .post_data { float:left; width:-webkit-calc(100% - 250px); width:calc(100% - 250px); }
.pc #post_list2 .no_image .post_data { float:none; width:auto !important; }
#post_list2 .post_list_sns_button { margin:15px 0 0px; }
#post_list2 .post_meta { margin:15px 0 -5px 0; }
.pc .two_column #post_list2 .post_data { width:-webkit-calc(100% - 270px); width:calc(100% - 270px); }


/* post tilte */
#post_list2 .post_title { margin:0; padding:0; line-height:1.5; font-size:18px; font-weight:bold; word-break:break-all; }
#post_list2 .post_title a { text-decoration:none; display:block; }
#post_list2 .post_title a:hover { text-decoration:underline; }
#post_list2 .post_title.no_post_title { padding:0 20px; }


/* excerpt */
#post_list2 .post_excerpt { margin:10px 0 0 0; }
#post_list2 .post_excerpt p { margin:0; line-height:2; font-size:12px; }


/* free space */
#post_list2 .free_space { padding:20px 0; border-bottom:1px solid #ddd; }




/* ----------------------------------------------------------------------
 Post list3
---------------------------------------------------------------------- */
#post_list3 .article {
  padding:20px 10px 20px 0; margin:0; width:50%; float:left; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_list3 .article:nth-of-type(2n) { padding:20px 0 20px 10px; }
#post_list3 .post_row { border-bottom:1px solid #ddd; }
#post_list3 .article.small { width:100%; float:none; padding:20px 0; }
#post_list3 .article.small:nth-of-type(odd) { border-bottom:1px solid #ddd; }
.pc .two_column #post_list3 .article { padding-top:25px; padding-bottom:20px; }



/* thumbnail */
#post_list3 .image { margin:0 0 15px; display:block; position:relative; overflow:hidden; width:100%; height:190px; }
#post_list3 .image .img { display:block; width:100%; height:100%; }
#post_list3 .image:hover:after { box-shadow:inset 0 0 0 9px rgba(255,255,255, 0.3); }
#post_list3 .article.small .image { float:left; width:230px; height:142px; margin:0 20px 0 0; }


/* post data */
#post_list3 .article.small .post_data { float:left; width:-webkit-calc(100% - 250px); width:calc(100% - 250px); }
#post_list3 .article.no_image.small .post_data { float:none; width:auto; }


/* post meta */
#post_list3 .post_meta { margin:15px 0 -5px 0; }
#post_list3 .post_list_sns_button { margin:15px 0 0px; }


/* post tilte */
#post_list3 .post_title { margin:0; padding:0; line-height:1.5; font-size:18px; font-weight:bold; word-break:break-all; }
#post_list3 .post_title a { text-decoration:none; display:block; }
#post_list3 .post_title a:hover { text-decoration:underline; }
#post_list3 .post_title.no_post_title { padding:20px 0px; }


/* excerpt*/
#post_list3 .post_excerpt { margin:10px 0 0 0; }
#post_list3 .post_excerpt p { font-size:12px; line-height:2; }
#post_list3 .post_excerpt a.more-link { display:none; }
#post_list3 .post_excerpt.show_read_more a.more-link { display:block; float:right; margin:15px 0 0 0; }


/* free space */
#post_list3 .free_space { padding:20px 0; border-bottom:1px solid #ddd; }




/* ----------------------------------------------------------------------
 Post list for smartphone
---------------------------------------------------------------------- */
#post_list_mobile { }
#post_list_mobile .article { border-bottom:1px solid #ddd; padding:20px 0; }
#post_list_mobile .image { float:left; width:100px; height:100px; margin:0 20px 0 0; position:relative; display:block; position:relative; overflow:hidden; }
#post_list_mobile .image:after { content:"";  box-shadow:inset 0 0 0 0 rgba(255,255,255, 0); position:absolute; top:0px; left:0px; bottom:0px; right:0px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#post_list_mobile .image:hover:after { box-shadow:inset 0 0 0 5px rgba(255,255,255, 0.3); }
#post_list_mobile .image .img { width:100%; height:100%; }
#post_list_mobile .animation_image .hover_caption p { width:26px; height:26px; overflow:hidden; text-indent:-300px; position:relative; }
#post_list_mobile .animation_image .hover_caption p:before {
  display:block; width:26px; height:26px; line-height:26px; text-indent:0; margin:auto;
  font-family:'mono-lab'; content:"\e908"; font-size:26px; position:absolute; top:0; bottom:0; left:0; right:0;  
}
#post_list_mobile .animation_image .hover_caption:before { margin:5px; width:-webkit-calc(100% - 10px); width:calc(100% - 10px); height:-webkit-calc(100% - 10px); height:calc(100% - 10px); display:none; }
#post_list_mobile .post_data { float:left; width:-webkit-calc(100% - 120px); width:calc(100% - 120px); }
#post_list_mobile .post_meta_top { width:100%; }
#post_list_mobile li.category_button { max-width:100%; }
#post_list_mobile li.category_button > a { width:100%; }
#post_list_mobile .post_title { font-size:20px; line-height:1.8; margin:0; }
#post_list_mobile .post_title a { text-decoration:none; display:block; }
#post_list_mobile .post_meta { margin:15px 0 -5px 0; }
#post_list_mobile .post_excerpt { margin:15px 0 0 0; }
#post_list_mobile .post_excerpt p { line-height:1.8; }
#post_list_mobile .post_list_sns_button { margin:20px 0 0 0; }
#post_list_mobile .free_space { padding:20px 0; border-bottom:1px solid #ddd; }




/* ----------------------------------------------------------------------
 Article
---------------------------------------------------------------------- */
/* bread crumb */
#bread_crumb { font-size:11px; color:#999; height:50px; padding:0; margin:0; line-height:52px; font-weight:normal; position:relative; border-bottom:1px solid #ddd; overflow:hidden; }
#bread_crumb ol { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
#bread_crumb li { display:inline; margin:0 5px 0 0; padding:0 18px 0 0; position:relative; }
#bread_crumb li:after { font-family:'mono-lab'; content:'\e612'; font-size:9px; width:9px; height:9px; line-height:9px; display:block; position:absolute; right:0px; top:3px; }
#bread_crumb li:last-child:after { display:none; }
#bread_crumb a { text-decoration:none; color:#999; display:inline-block; }
#bread_crumb a:hover { text-decoration:underline; color:#009DC4; }
#bread_crumb .home a { text-indent:-200px; overflow:hidden; width:12px; height:12px; line-height:12px; }
#bread_crumb .home a:after { text-indent:0; font-family:'mono-lab'; content:'\e60a'; font-size:12px; width:12px; height:12px; line-height:12px; display:block; position:absolute; top:1px; left:0px; }


/* post header */
#article #post_header { margin:0 0 30px; padding:20px 0px 25px; border-bottom:1px solid #ddd; }
#article #post_title { margin:0; padding:0; line-height:1.5; font-size:24px; font-weight:bold; word-break:break-all; }
#article #page_title { margin:0 0 30px; padding:30px 0; line-height:1.5; font-size:24px; font-weight:bold; border-bottom:1px solid #ddd; word-break:break-all; }
.pc .two_column #article #page_title.no_bread_crumb { padding:10px 0 30px; }
.no_side #article #page_title { text-align:center; }
#article .post_content { margin:0 0 10px; }
.pc .no_side #article .post_content { margin:0 0 30px; padding-top:20px; }
#post_header .post_meta_top { margin-bottom:30px; }
#post_header .post_meta_top li.post_date { color:#333; }


/* post meta */
#single_post_meta_top { margin:35px 0 0 0; }
#single_post_meta_bottom { border:1px solid #ccc; padding:40px 20px; margin:0 0 30px; }
.single_post_meta { line-height:160%; position:relative; }
.single_post_meta.has_avatar { padding-left:45px; }
.single_post_meta li { display:inline; border-right:1px solid #ddd; position:relative; padding-right:15px; margin:0 10px 0 0; font-size:12px; }
.single_post_meta li:last-of-type { border:none; }
.single_post_meta li.post_author { position:static; }
.single_post_meta li .avatar { position:absolute; left:0px; top:0px; }
.single_post_meta li .avatar img { display:block; position:relative; width:35px; height:35px; top:-6px; }
.single_post_meta li .avatar.shape_type2 img { -webkit-border-radius:2px; border-radius:2px; }
.single_post_meta li .avatar.shape_type3 img { -webkit-border-radius:100%; border-radius:100%; }
.single_post_meta li.post_category, .single_post_meta li.post_tag, .single_post_meta li.post_comment, .single_post_meta li.post_view { padding-left:23px; }
.single_post_meta li.post_update .label { margin:0 5px 0 0; }
.single_post_meta li:before { font-family:'mono-lab'; color:#aaa; font-size:14px; width:14px; margin:0; display:inline-block; top:0px; left:0px; position:absolute; }
.single_post_meta li.post_category:before { content:"\e906"; font-size:25px; top:-2px; left:-4px; }
.single_post_meta li.post_tag:before { content:"\e607"; top:-1px;}
.single_post_meta li.post_view:before { content:"\e8f4"; font-size:20px; top:-3px; left:-2px; }
.single_post_meta li.post_comment:before { content:"\e801"; font-size:15px; top:-2px; left:0px;}
.single_post_meta li.post_category a, .single_post_meta li.post_tag a { margin:0 7px 0 0; }
.single_post_meta li.post_category a:after, .single_post_meta li.post_tag a:after { content:', '; text-decoration:none; }
.single_post_meta li.post_category a:last-child:after, .single_post_meta li.post_tag a:last-child:after { display:none; }
.single_post_meta li.post_category a:last-of-type, .single_post_meta li.post_tag a:last-of-type { margin:0; }
.single_post_meta.no_icon li { padding:0 15px 0 0; }
.single_post_meta.no_icon li:before { display:none; }


/* featured image */
#post_featured_image_top { width:100%; height:302px; }
#post_featured_image_bottom { margin:-31px -20px 30px; width:-webkit-calc(100% + 40px); width:calc(100% + 40px); height:302px; }
.pc .two_column #post_featured_image_bottom { margin:-31px 0px 30px; width:100%; }


/* post reading time */
#post_meta_middle { margin:0 0 20px; position:relative; }
.post_reading_time p { position:relative; padding:0 0 0 23px; margin:15px 0 0 0; color:#888; font-size:12px; line-height:140%; display:inline; height:28px; line-height:28px; clear:both; float:right; }
.post_reading_time p:before { font-family:'mono-lab'; color:#aaa; content:"\e924"; font-size:20px; position:absolute; top:-1px; left:0px; }
.post_reading_time span { font-weight:bold; color:#333; }


/* post pager */
.post_pagination { padding:10px 0 40px; }
.post_pagination ol { font-size:0; list-style-type:none; margin:0 !important; padding:0 !important; text-align:center; }
.post_pagination li { display:inline-block; margin:0 2px !important; padding:0 !important; width:45px; height:45px; line-height:45px !important; text-align:center; text-decoration:none; color:#333; font-size:12px; }
.post_pagination li.current span { background:#999; color:#fff; display:block; }
.post_pagination a { color:#000 !important; display:block; text-decoration:none; background:#eee; }
.post_pagination a:hover { color:#fff !important; }


/* author profile is at the Author profile section */


/* author post */
#single_author_post { margin:0 0 35px 0; }
#single_author_post .headline { font-size:14px; border:none; margin:0 0 20px 0; padding:0; border-bottom:1px solid #ddd; font-weight:bold; position:relative; }
#single_author_post .headline span { border-bottom:1px solid #000; display:inline-block; height:50px; line-height:50px; padding:0 0; bottom:-1px; position:relative; }
#single_author_post ol { margin:0; padding:0; position:relative; }
#single_author_post li { float:left; width:-webkit-calc(25% - 15px); width:calc(25% - 15px); margin:0 20px 0 0; }
#single_author_post li:nth-child(4) { margin-right:0; }
#single_author_post .title { margin:0; padding:0; font-size:13px; line-height:1.8; max-height:5.4em; overflow:hidden; }
#single_author_post .title a { display:block; text-decoration:none; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
#single_author_post .date { font-size:11px; margin:10px 0 0 0; color:#999; }
#single_author_post .image { width:100%; height:100px; overflow:hidden; position:relative; display:block; margin:0 0 10px 0; text-decoration:none; }
#single_author_post .image .img { width:100%; height:100%; }
#single_author_post .image:hover:after { box-shadow:inset 0 0 0 7px rgba(255,255,255, 0.3); }


/* related post */
#related_post { margin:0 0 10px 0; clear:both; }
#related_post .headline { font-size:14px; border:none; margin:0 0 20px 0; padding:0; border-bottom:1px solid #ddd; font-weight:bold; position:relative; }
#related_post .headline span { border-bottom:1px solid #000; display:inline-block; height:50px; line-height:50px; padding:0 0; bottom:-1px; position:relative; }
#related_post ol { margin:0; padding:0; position:relative; font-size:0; }
#related_post li { padding:0; margin:0 20px 20px 0; width:-webkit-calc(50% - 10px); width:calc(50% - 10px); display:inline-block; vertical-align:top; }
#related_post li:nth-child(2n) { margin-right:0; }
#related_post .date { margin:10px 0 0 0; line-height:100%; font-size:11px; color:#999; }
#related_post .title { margin:0; padding:0; font-size:13px; line-height:1.8; max-height:5.4em; overflow:hidden; }
#related_post .title a { display:block; text-decoration:none; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
#related_post .image { float:left; display:block; position:relative; overflow:hidden; width:147px; height:91px; margin:0 20px 0 0; text-decoration:none; color:#666; }
#related_post .image .img { display:block; width:100%; height:100%; }
#related_post .image:hover:after { box-shadow:inset 0 0 0 7px rgba(255,255,255, 0.3); }
.two_column #related_post .image { width:185px; }


/* free space */
.free_space.single_free_space { padding:0; border-bottom:none; margin:0 0 30px 0; }
#article .free_space.post_content { margin-bottom:30px; }


/* next prev post link */
.next_prev_post { margin:30px 0px 0; clear:both; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; }
.next_prev_post .nav { margin:0; line-height:1; width:50%; flex:0 0 auto; -webkit-flex:0 0 auto; height:100px; }
.next_prev_post .nav:first-child a { border-right:none; }
.next_prev_post .nav:only-child a { border-right:1px solid #ccc; }
.next_prev_post a {
  display:block; height:100px; width:100%; word-break:break-all;
  font-size:13px; border:1px solid #ccc; text-decoration:none; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.next_prev_post .title_area {
  width:100%;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);  
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.next_prev_post .next_post .title_area { padding:0 115px 0 20px; }
.next_prev_post .prev_post .title_area { padding:0 20px 0 115px; }
.next_prev_post .image { display:block; position:relative; overflow:hidden; width:88px; height:88px; margin:5px; }
.next_prev_post .next_post .image { float:right; }
.next_prev_post .img { width:100%; height:100%; }
.next_prev_post .title { line-height:1.8; font-size:13px; max-height:3.6em; overflow:hidden; }
.next_prev_post .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.next_prev_post .date { font-size:11px; color:#999; display:block; margin:8px 0 0 0; }

/* no image ver */
#next_prev_post2 .next_post .title_area { padding:0 45px 0 20px; }
#next_prev_post2 .prev_post .title_area { padding:0 20px 0 45px; }
#next_prev_post2 a:before {
  display:block; font-family:'mono-lab'; font-size:14px; width:14px; height:14px; line-height:14px; content:'\e612'; color:#888; margin-top:3px;
  position:absolute; right:15px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#next_prev_post2 .prev_post a:before { content:'\e613'; left:15px; right:auto; }




/* ----------------------------------------------------------------------
 News
---------------------------------------------------------------------- */
/* news list */
.news_list { margin:0; padding:0; }
.news_list li a { display:block; border-bottom:1px dotted #ddd; padding:15px 0; line-height:160%; }
.news_list li a .date { color:#999; width:85px; float:left; font-size:11px; }
.news_list li a .title { font-size:13px; -webkit-width:calc(100% - 85px); width:calc(100% - 85px); float:left; }


/* recent news */
#recent_news_list { margin:0; clear:both; }
#recent_news_list .headline { font-size:14px; border:none; margin:0 0 5px 0; padding:0; border-bottom:1px solid #ddd; font-weight:bold; position:relative; }
#recent_news_list .headline span { border-bottom:1px solid #000; display:inline-block; height:50px; line-height:50px; padding:0 0; bottom:-1px; position:relative; }
#recent_news_list .archive_link { font-size:12px; background:#f2f2f2; text-decoration:none; display:table; margin:15px auto; padding:0 50px; height:40px; line-height:40px; }
#recent_news_list .archive_link:hover { background:#222; color:#fff; }


/* archive news */
#archive_news_list { margin:5px 0 0; padding:0; }
.post-type-archive-news .page_navi { padding-top:20px; }


/* single news */
body.single-news #single_post_meta_top { margin:15px 0 0 0; }




/* ----------------------------------------------------------------------
 Author profile
---------------------------------------------------------------------- */
.author_profile { clear:both; border:1px solid #ccc; margin:0 0 30px; padding:20px 20px 30px; box-shadow:0 3px 0 0 #f2f2f2; }
.author_profile.no_avatar { padding:5px 20px 30px; }
.author_profile .author_avatar { float:left; margin:0 20px 0 0; }
.author_profile .author_avatar img { width:50px; height:50px; }
.author_profile .author_avatar.shape_type2 img { -webkit-border-radius:4px; border-radius:4px; }
.author_profile .author_avatar.shape_type3 img { -webkit-border-radius:100%; border-radius:100%; }
.author_profile .author_info { float:left; width:-webkit-calc(100% - 90px); width:calc(100% - 90px); }
.author_profile.no_avatar .author_info { float:none; width:100%; }
.author_profile .author_info p { margin:0 0 1em 0; line-height:2; font-size:12px; }
.author_profile .author_name { margin:0 0 15px 0; font-size:16px; height:50px; line-height:50px; border-bottom:1px solid #ddd; }
.author_profile .author_name a { text-decoration:none; }
.author_profile .author_desc .author_link span { display:none; border-radius:5px; text-indent:-300px; overflow:hidden; background:#eee; display:none; width:30px; height:30px; line-height:30px; margin:0 10px 0 0; position:relative; float:left; }
.author_social_link { margin:20px 0 0 0; }
.author_social_link li { margin:0 5px 0 0; float:left; }
.author_social_link.color_type4 li { margin:0 15px 0 0; }
.author_social_link li a { text-decoration:none; display:block; width:38px; height:38px; border:1px solid #ccc; background:#ccc; position:relative; text-align:center; }
.author_social_link.color_type2 li a { background:#fff; }
.author_social_link.color_type4 li a { background:none !important; border:1px solid transparent !important; width:20px; height:20px; }
.author_social_link.shape_type2 li a { -webkit-border-radius:3px; border-radius:3px; }
.author_social_link.shape_type3 li a { -webkit-border-radius:100%; border-radius:100%; }
.author_social_link li a span { text-indent:150%; white-space:nowrap; overflow:hidden; display:block; }
.author_social_link li a:after { font-family:'mono-lab'; color:#fff; font-size:16px; display:block; position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; text-align:center; width:38px; height:38px; line-height:38px; }
.author_social_link.color_type2 li a:after { color:#555; }
.author_social_link.color_type4 li a:after { color:#555; width:20px; height:20px; line-height:20px; }
.author_social_link li a:hover:after { color:#fff !important; }
.author_social_link li.author_twitter_button a:after { content:"\e604"; }
.author_social_link li.author_facebook_button a:after { content:"\e601"; }
.author_social_link li.author_insta_button a:after { content:"\ea92"; top:2px; }
.author_social_link li.author_linkedin_button a:after { content:"\eac9"; }
.author_social_link li.author_google_button a:after { content:"\ea8b"; top:3px; font-size:22px; }
.author_social_link li.author_tumblr_button a:after { content:"\e61c"; }
.author_social_link li.author_flickr_button a:after { content:"\e61f"; }
.author_social_link li.author_picassa_button a:after { content:"\e61d"; }
.author_social_link li.author_pinterest_button a:after { content:"\e60f"; top:2px; }
.author_social_link li.author_rss_button a:after { content:"\e603"; }
.author_social_link li.author_mail_button a:after { content:"\e159"; font-size:19px; }
.author_social_link li.author_feedly_button a:after { content:"\e635"; font-size:20px; }
.author_social_link li.author_youtube_button a:after { content:"\e615"; font-size:19px; }
.author_social_link li.author_twitch_button a:after { content:"\ea9f"; font-size:19px; top:2px; left:1px;}
.author_social_link li.author_twitter_button a:hover { background-color:#16b9dc !important; border-color:#16b9dc !important; }
.author_social_link li.author_facebook_button a:hover { background-color:#3B5998 !important; border-color:#3B5998 !important; }
.author_social_link li.author_insta_button a:hover { background-color:#5851D8 !important; border-color:#5851D8 !important; }
.author_social_link li.author_linkedin_button a:hover { background-color:#007bb6 !important; border-color:#007bb6 !important; }
.author_social_link li.author_google_button a:hover { background-color:#d33e3e !important; border-color:#d33e3e !important; }
.author_social_link li.author_tumblr_button a:hover { background-color:#4c6f92 !important; border-color:#4c6f92 !important; }
.author_social_link li.author_flickr_button a:hover { background-color:#0279d3 !important; border-color:#0279d3 !important; }
.author_social_link li.author_picassa_button a:hover { background-color:#ff7900 !important; border-color:#ff7900 !important; }
.author_social_link li.author_pinterest_button a:hover { background-color:#ff3a3a !important; border-color:#ff3a3a !important; }
.author_social_link li.author_youtube_button a:hover { background-color:#e62117 !important; border-color:#e62117 !important; }
.author_social_link li.author_twitch_button a:hover { background-color:#6441a4 !important; border-color:#6441a4 !important; }
.author_social_link li.author_rss_button a:hover { background-color:#ffcc00 !important; border-color:#ffcc00 !important; }
.author_social_link li.author_feedly_button a:hover { background-color:#87bd33 !important; border-color:#87bd33 !important; }
.author_social_link.color_type3 li.author_twitter_button a { background-color:#16b9dc !important; border-color:#16b9dc !important; }
.author_social_link.color_type3 li.author_facebook_button a { background-color:#3B5998 !important; border-color:#3B5998 !important; }
.author_social_link.color_type3 li.author_insta_button a { background-color:#5851D8 !important; border-color:#5851D8 !important; }
.author_social_link.color_type3 li.author_linkedin_button a { background-color:#007bb6 !important; border-color:#007bb6 !important; }
.author_social_link.color_type3 li.author_google_button a { background-color:#d33e3e !important; border-color:#d33e3e !important; }
.author_social_link.color_type3 li.author_tumblr_button a { background-color:#4c6f92 !important; border-color:#4c6f92 !important; }
.author_social_link.color_type3 li.author_flickr_button a { background-color:#0279d3 !important; border-color:#0279d3 !important; }
.author_social_link.color_type3 li.author_picassa_button a { background-color:#ff7900 !important; border-color:#ff7900 !important; }
.author_social_link.color_type3 li.author_pinterest_button a { background-color:#ff3a3a !important; border-color:#ff3a3a !important; }
.author_social_link.color_type3 li.author_youtube_button a { background-color:#e62117 !important; border-color:#e62117 !important; }
.author_social_link.color_type3 li.author_twitch_button a { background-color:#6441a4 !important; border-color:#6441a4 !important; }
.author_social_link.color_type3 li.author_rss_button a { background-color:#ffcc00 !important; border-color:#ffcc00 !important; }
.author_social_link.color_type3 li.author_feedly_button a { background-color:#87bd33 !important; border-color:#87bd33 !important; }
.author_social_link.color_type3 li a:hover { background-color:#fff !important; }
.author_social_link.color_type3 li.author_twitter_button a:hover:after, .author_social_link.color_type4 li.author_twitter_button a:hover:after
{ color:#16b9dc !important; }
.author_social_link.color_type3 li.author_facebook_button a:hover:after, .author_social_link.color_type4 li.author_facebook_button a:hover:after
{ color:#3B5998 !important; }
.author_social_link.color_type3 li.author_insta_button a:hover:after, .author_social_link.color_type4 li.author_insta_button a:hover:after
{ color:#5851D8 !important; }
.author_social_link.color_type3 li.author_linkedin_button a:hover:after, .author_social_link.color_type4 li.author_linkedin_button a:hover:after
{ color:#007bb6 !important; }
.author_social_link.color_type3 li.author_google_button a:hover:after, .author_social_link.color_type4 li.author_google_button a:hover:after
{ color:#d33e3e !important; }
.author_social_link.color_type3 li.author_tumblr_button a:hover:after, .author_social_link.color_type4 li.author_tumblr_button a:hover:after
{ color:#4c6f92 !important; }
.author_social_link.color_type3 li.author_flickr_button a:hover:after, .author_social_link.color_type4 li.author_flickr_button a:hover:after
{ color:#0279d3 !important; }
.author_social_link.color_type3 li.author_picassa_button a:hover:after, .author_social_link.color_type4 li.author_picassa_button a:hover:after
{ color:#ff7900 !important; }
.author_social_link.color_type3 li.author_pinterest_button a:hover:after, .author_social_link.color_type4 li.author_pinterest_button a:hover:after
{ color:#ff3a3a !important; }
.author_social_link.color_type3 li.author_youtube_button a:hover:after, .author_social_link.color_type4 li.author_youtube_button a:hover:after
{ color:#e62117 !important; }
.author_social_link.color_type3 li.author_twitch_button a:hover:after, .author_social_link.color_type4 li.author_twitch_button a:hover:after
{ color:#6441a4 !important; }
.author_social_link.color_type3 li.author_rss_button a:hover:after, .author_social_link.color_type4 li.author_rss_button a:hover:after
{ color:#ffcc00 !important; }
.author_social_link.color_type3 li.author_feedly_button a:hover:after, .author_social_link.color_type4 li.author_feedly_button a:hover:after
{ color:#87bd33 !important; }
.author_social_link.color_type4 li a:hover { background:none !important; border-color:transparent !important; }
#footer .author_social_link li a { background:#444; border-color:#444; }
#footer .author_social_link.color_type2 li a { background:#fff; border-color:#fff; }
#footer .author_social_link.color_type3 li a:hover { background:none !important; }
#footer .author_social_link.color_type4 li a:after { color:#ddd; }


/* author profile for archive */
#author_profile_archive { margin:20px 0 5px; }




/* ----------------------------------------------------------------------
 Side content
---------------------------------------------------------------------- */
.side_widget { font-size:12px; padding:0 0 20px; }
.side_headline { font-size:14px; border:none; margin:0 0 20px 0; padding:0; border-bottom:1px solid #ddd; font-weight:bold; position:relative; }
.side_headline span { border-bottom:1px solid #000; display:inline-block; height:50px; line-height:50px; padding:0 0; bottom:-1px; position:relative; }
.side_widget img { height:auto; max-width:100%; width:auto; }
.side_widget a { text-decoration:none; }


/* introduction widget */
.introduction_widget { overflow:hidden; }
.introduction_widget .image { margin:0 0 15px 0; }
.introduction_widget .image img { display:block; margin:0 auto; max-width:100%; height:auto; }
.introduction_widget .desc p { margin:0 0 1em 0; line-height:1.8; }
.introduction_widget .desc a { text-decoration:underline !important; }
.introduction_widget .iw_search_area { margin-top:15px; }
.iw_social_link { margin:16px -10px 0 0; padding:0; }
.iw_social_link li { margin:0 5px 5px 0; line-height:100%; }
.iw_social_link li a { width:37px; height:37px; }
.iw_social_link li a:after { width:37px; height:37px; line-height:39px; }
.iw_search_area { margin-top:15px; }
.iw_social_link.color_type4 { margin:15px -18px -10px 0; }
.iw_social_link.color_type4 li { margin:0 16px 15px 0; }


/* search form */
.iw_search_area { border:1px solid #ccc; width:100%; height:37px; position:relative; -webkit-box-sizing:border-box; box-sizing:border-box; }
.iw_search_area:focus-within { border-color:#000; }
.iw_search_area .search_input input, .widget_search #s { font-size:12px; color:#6d7478; width:-webkit-calc(100% - 65px); width:calc(100% - 65px); height:35px; float:left; margin:0 0 0 10px; padding:0; border:none; background:none; }
.iw_search_area .search_input input:focus, .widget_search #s:focus { color:#000; }
.iw_search_area .search_button input, .widget_search .search_button input { border:none; position:absolute; top:0px; right:0px; background:none; height:35px; line-height:35px; width:45px; text-indent:250%; white-space:nowrap; overflow:hidden; display:block; cursor:pointer; }
.widget_search label { display:none; }
.iw_search_area .search_button { position:relative; }
.iw_search_area .search_button:before {
  font-family:'mono-lab'; content:"\e908"; font-size:22px; display:block; width:45px; height:35px; line-height:37px; text-align:center; position:absolute; right:0; z-index:10; pointer-events:none;
  -webkit-transition:color 0.2s ease; transition:color 0.2s ease;
}
.iw_search_area .search_button:hover:before { color:#fff; }
#footer .iw_search_area { background:rgba(255,255,255,0.1); border-color:transparent; }
#footer .iw_search_area input::placeholder { color:#ccc; opacity:1; }
#footer .iw_search_area .search_input input:focus { color:#fff; }


/* Post list widget common */
.widget_post_list .info .date { margin:5px 0 0 0; font-size:11px; color:#aaa; }
.widget_post_list .info .title { font-size:14px; line-height:1.8; max-height:3.6em; overflow:hidden; margin:0; padding:0; display:block; word-break:break-all; }
.widget_post_list .info .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.widget_post_list .image_area { position:relative; }
.widget_post_list .image { display:block; position:relative; overflow:hidden; }
.widget_post_list .image .img { width:100%; height:100%; }
.widget_post_list .no_date .title { max-height:5.4em; }
.widget_post_list .no_date .title span { -webkit-line-clamp:3; }


/* Post list widget small ver */
.widget_post_list.small li { padding:0 0 10px; margin:0 0 10px 0; border-bottom:1px solid #eee; }
.widget_post_list.small li:last-child { border:none; margin:0; padding:0; }
.widget_post_list.small .image { float:left; width:65px; height:65px; margin:0 15px 0 0; }
.widget_post_list.small .image:after { content:"";  box-shadow:inset 0 0 0 0 rgba(255,255,255, 0); position:absolute; top:0px; left:0px; bottom:0px; right:0px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.widget_post_list.small .image:hover:after { box-shadow:inset 0 0 0 5px rgba(255,255,255, 0.3); }
.widget_post_list.small .title { font-size:13px; }
.two_column .widget_post_list.small .image { width:80px; height:80px; }
.two_column .widget_post_list.small .title { font-size:14px; }


/* Post list widget large ver */
.widget_post_list.large li { padding:0 0 10px; margin:0 0 15px 0; border-bottom:1px solid #eee; }
.widget_post_list.large li:last-child { border:none; margin:0; padding:0; }
.widget_post_list.large .image { margin:0 0 10px 0; width:100%; height:130px; }
.widget_post_list.large .image:after { content:"";  box-shadow:inset 0 0 0 0 rgba(255,255,255, 0); position:absolute; top:0px; left:0px; bottom:0px; right:0px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.widget_post_list.large .image:hover:after { box-shadow:inset 0 0 0 8px rgba(255,255,255, 0.3); }


/* Post list widget footer, two column ver */
#footer .widget_post_list { margin:0; }
#footer .widget_post_list li { border-color:#444; }


/* Popular Post Ranking */
.widget_post_list .num {
  margin:0; padding:0 6px 0 10px; display:inline-block; line-height:25px; height:25px; background:rgba(9,191,213,0.7); z-index:2;
  position:absolute; top:0px; left:0px; color:#fff; font-size:11px; text-decoration:none;
 }
.widget_post_list .num:after {
  content:''; position:absolute; right:-20px; top:0px; width:0; height:0;
  border-color:inherit; border-bottom-color:transparent; border-style:solid; border-width:0px 0px 26px 20px;
}
.widget_post_list.small .num { line-height:15px; height:15px; background:rgba(9,191,213,0.7); }
.widget_post_list.small .num:after { right:-10px; border-color:inherit; border-bottom-color:transparent; border-style:solid; border-width:0px 0px 16px 10px; }
.pc #footer .widget_post_list.small .image { width:68px; height:68px; }


/* image hover type3 */
.widget_post_list.small .animation_image .hover_caption p, .thumbnail_list .animation_image .hover_caption p {
  width:26px; height:26px; overflow:hidden; text-indent:-300px; position:relative;
}
.widget_post_list.small .animation_image .hover_caption p:before, .thumbnail_list .animation_image .hover_caption p:before {
  display:block; width:26px; height:26px; line-height:26px; text-indent:0; margin:auto;
  font-family:'mono-lab'; content:"\e908"; font-size:26px; position:absolute; top:0; bottom:0; left:0; right:0;  
}
.widget_post_list.small .animation_image .hover_caption:before, .thumbnail_list .animation_image .hover_caption:before { margin:5px; width:-webkit-calc(100% - 10px); width:calc(100% - 10px); height:-webkit-calc(100% - 10px); height:calc(100% - 10px); display:none; }


/* thumbnail list */
.thumbnail_list { margin-right:-3px; position:relative; }
.thumbnail_list li {
  margin:0 3px 3px 0; float:left; position:relative; height:100%;
  width:-webkit-calc(100% / 3 - 3px); width:calc(100% / 3 - 3px);
}
.thumbnail_list li:before { content:""; display: block; padding-top:100%; }
.thumbnail_list li .image { display:block; overflow:hidden; width:100%; height:100%; top:0; bottom:0; left:0; right:0; position:absolute; }
.thumbnail_list a .img { display:block; width:100%; height:100%; }
.thumbnail_list .image:after { content:"";  box-shadow:inset 0 0 0 0 rgba(255,255,255, 0); position:absolute; top:0px; left:0px; bottom:0px; right:0px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.thumbnail_list .image:hover:after { box-shadow:inset 0 0 0 6px rgba(255,255,255, 0.3); }
.two_column .thumbnail_list li, .pc #footer .thumbnail_list li { width:-webkit-calc(25% - 3px); width:calc(25% - 3px); }


/* Calendar widget */
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { padding:1px; line-height:3; text-align:center; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; background:rgba(255,255,255,0.1); }
#wp-calendar td a:hover { text-decoration:none; color:#333; background:#aaa; color:#fff; }
#wp-calendar caption { padding:7px 0; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; padding:0; line-height:300%; }
#wp-calendar #prev, #wp-calendar #next { line-height:200%; }
#wp-calendar #prev a, #wp-calendar #next a { border:none; text-decoration:none; background:none; -webkit-transition-property:none; transition-property:none; padding:2px 5px; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color:#fff; background:#aaa; }
#wp-calendar td#today { font-weight:bold; }
#footer #wp-calendar th, #footer #wp-calendar td { padding:3px; line-height:250%; text-align:center; }
#footer #wp-calendar tfoot td { border:none; padding:0; line-height:200%; }


/* archive category dropdown widget */
.widget_archive label, .widget_categories label { display:none; }
.widget_archive select, .widget_categories select { font-size:12px; color:#666; border:1px solid #ccc; background:#fff; box-shadow:1px 1px 2px 0px rgba(0,0,0,0.1) inset; padding:7px 5px; width:100%; -webkit-border-radius:2px; border-radius:2px; margin:0 0 20px 0; }
.widget_archive select:hover, .widget_categories select:hover, .widget_archive select:focus, .widget_categories select:focus { cursor:pointer; background-color:#fafafa; }


/* category menu */
.ml_category_list_widget .side_headline { margin:0; }
.ml_category_list_widget ul { margin:0; }
.ml_category_list_widget ul ul { margin:0 !important; }
.ml_category_list_widget li { font-size:12px; }
.ml_category_list_widget li a {
  color:#000 !important; display:block; text-decoration:none; border-bottom:1px solid #eee; overflow:hidden; padding:0; position:relative; height:45px; line-height:45px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.ml_category_list_widget li li a { padding-left:1em; }
.ml_category_list_widget li li li a { padding-left:2em; }
.ml_category_list_widget li a:hover { }
.ml_category_list_widget li .title { width:75%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block; }
.ml_category_list_widget li .count {
  display:block; height:35px; line-height:35px; min-width:15px; text-align:center; font-size:11px;
  position:absolute; right:0px; top:0px; bottom:0; background:#f4f4f4; margin:auto; padding:0 10px;
}
.ml_category_list_widget li a:hover .count { }
.ml_category_list_widget li a:after { content:''; display:inline-block; position:absolute; left:-100%; bottom:0px; height:1px; width:100%; background:#000; -webkit-transition: left 0.25s ease-in-out; transition: left 0.25s ease-in-out; }
.ml_category_list_widget li a:hover:after { left:0px; }
#footer .ml_category_list_widget .footer_headline { margin:0; }
#footer .ml_category_list_widget li a { color:#ddd !important; border-color:#555; }
#footer .ml_category_list_widget li .count { background:rgba(255,255,255,0.1); }


/* custom  nav menu */
.widget_nav_menu .side_headline { margin-bottom:0 !important; }
.widget_nav_menu ul { margin:0; }
.widget_nav_menu ul ul { margin:0; }
.widget_nav_menu li { margin:0; padding:0; }
.widget_nav_menu li a {
  color:#000 !important; display:block; text-decoration:none; border-bottom:1px solid #eee; padding:0; position:relative; height:45px; line-height:45px;
  overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.widget_nav_menu li li a { padding-left:1em; }
.widget_nav_menu li li li a { padding-left:2em; }
.widget_nav_menu li a:after { content:''; display:inline-block; position:absolute; left:-100%; bottom:0px; height:1px; width:100%; background:#000; -webkit-transition: left 0.25s ease-in-out; transition: left 0.25s ease-in-out; }
.widget_nav_menu li a:hover:after { left:0px; }
#footer .widget_nav_menu .footer_headline { margin-bottom:0 !important; }


/* tag list */
.ml_tag_cloud_widget ul { position:relative; margin-right:-3px; }
.ml_tag_cloud_widget li { float:left; margin:0 3px 3px 0; }
.ml_tag_cloud_widget li a { font-size:11px !important; padding:12px 15px; display:inline-block; text-decoration:none; background:#f5f5f5; }
.ml_tag_cloud_widget li a:hover { color:#fff !important; }


/* Adsense */
.ml_ad_widget .no_title { padding-top:20px; }
.ml_ad_widget img { display:block; margin:0 auto; max-width:100%; height:auto; }
.ml_ad_widget .wide { margin:-20px; }
#footer .ml_ad_widget .no_title { padding-top:0px; }


/* News widget */
.news_list_widget ol { overflow:hidden; margin:0; }
.news_list_widget li { border-bottom:1px solid #eee; margin:0 0 10px 0; padding:0 0 10px 0; }
.news_list_widget li:last-child { border:none; margin:0; padding:0; }
.news_list_widget li a { display:block; text-decoration:none; padding:0; color:#333; }
.news_list_widget li a:hover { }
.news_list_widget p { line-height:1.8 !important; }
.news_list_widget p.date { font-size:11px; color:#aaa; }
.news_list_widget li a:hover .date { }
.news_list_widget .archive_link { border-top:1px solid #eee; margin:10px 0 0 0; padding:20px 0px 0; }
.news_list_widget .archive_link a {
  display:block; font-size:12px; text-decoration:none; padding:0 15px; height:35px; line-height:35px; background:#fff;
  border:1px solid #ddd; text-align:center;
}
.news_list_widget .archive_link a:hover { color:#fff !important; }
#footer .news_list_widget ol { margin:0; }
#footer .news_list_widget ol li { border-color:rgba(255,255,255,0.15); }
#footer .news_list_widget li a {  }
#footer .news_list_widget .archive_link { border-color:rgba(255,255,255,0.15); }
#footer .news_list_widget .archive_link a { border:none; background:rgba(255,255,255,0.1); }


/* Author list */
.ml_author_list_widget { }
.ml_author_list_widget ul.no_avatar { margin:0px 0 20px; }
.ml_author_list_widget ul.no_avatar li a { display:block; border-bottom:1px solid #eee; padding:12px 20px; text-decoration:none; }
.ml_author_list_widget ul.no_avatar li a:hover { background:#222; color:#fff; }
.ml_author_list_widget ul.has_avatar { margin:0 0 20px 0; position:relative; }
.ml_author_list_widget ul.has_avatar li { float:left; margin:0 2px 2px 0; width:-webkit-calc(100% / 3 - 2px); width:calc(100% / 3 - 2px); }
.ml_author_list_widget ul.has_avatar li:nth-child(3n) { margin-right:0; }
.ml_author_list_widget ul.has_avatar li img { display:block; width:100%; height:auto; margin:0 auto; }
.ml_author_list_widget ul.has_avatar.shape_type2 li img { -webkit-border-radius:4px; border-radius:4px; }
.ml_author_list_widget ul.has_avatar.shape_type3 li img { -webkit-border-radius:100%; border-radius:100%; width:90%; margin:0 auto 7px; }
.ml_author_list_widget ul.has_avatar li a { position:relative; border:none; padding:0; display:block; text-align:center; }
.ml_author_list_widget ul.has_avatar li span.name {
  opacity:0;
  height:30px; line-height:30px; padding:0 15px; font-size:12px; text-align:center; white-space:nowrap; width:auto;
  color:#fff; background:#222; -webkit-border-radius:4px; border-radius:3px; z-index:10; pointer-events:none;
  position:absolute; top:-30px; left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%);
  -webkit-transition: all 0.4s ease; transition: all 0.4s ease;
}
.ml_author_list_widget ul.has_avatar li span.name:before {
  content:""; width:0; height:0; position:absolute; bottom:-9px; left:50%; z-index:200;
  left:-webkit-calc(50% - 5px); left:calc(50% - 5px);
  border-width:5px; border-style:solid; border-color:#222 transparent transparent transparent;
}
.ml_author_list_widget ul.has_avatar li a:hover span.name { opacity:1; top:-40px; }
.ml_author_list_widget .link {
  margin-top:-2px; display:block; font-size:12px; text-decoration:none; padding:0 15px; height:35px; line-height:35px; background:#fff;
  border:1px solid #ddd; text-align:center;
}
.ml_author_list_widget .link:hover { color:#fff; }
.two_column .ml_author_list_widget ul.has_avatar li, #footer .ml_author_list_widget ul.has_avatar li { width:-webkit-calc(25% - 2px); width:calc(25% - 2px); }
.two_column .ml_author_list_widget ul.has_avatar li:nth-child(3n), #footer .ml_author_list_widget ul.has_avatar li:nth-child(3n) { margin-right:2px; }
.two_column .ml_author_list_widget ul.has_avatar li:nth-child(4n), #footer .ml_author_list_widget ul.has_avatar li:nth-child(4n) { margin-right:0px; }
#footer .ml_author_list_widget .link { border-color:#444; background:#444; }
#footer .ml_author_list_widget .link:hover { color:#fff; }


/* comment widget */
.ml_comment_list_widget .side_headline { margin-bottom:0 !important; }
.ml_comment_list_widget ol > li { border-bottom:1px solid #eee; margin:0; }
.ml_comment_list_widget ol > li:last-child { border:none; }
.ml_comment_list_widget a { display:block; padding:15px 0px; text-decoration:none; color:#333; }
.ml_comment_list_widget a:hover { }
.ml_comment_list_widget .author_info { margin:0 0 8px 0; }
.ml_comment_list_widget .image img { width:50px; height:auto; display:block; float:left; margin:0 15px 10px 0; }
.ml_comment_list_widget .shape_type2 .image img { -webkit-border-radius:4px; border-radius:4px; }
.ml_comment_list_widget .shape_type3 .image img { -webkit-border-radius:100%; border-radius:100%; }
.ml_comment_list_widget .content {
  -webkit-width:calc(100% - 65px); width:calc(100% - 65px); min-height:50px; float:left; background:#fff; color:#333; border:1px solid #ccc; padding:7px 13px; border-radius:4px; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.ml_comment_list_widget a:hover .content { color:#fff !important; }
.ml_comment_list_widget .content:before {
  font-family:'mono-lab'; color:#ccc; font-size:18px; width:18px; height:18px; line-height:18px; display:block; position:absolute; top:8px; left:-13px; 
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e611';
}
.ml_comment_list_widget a:hover .content:before { color:#fff; }
.ml_comment_list_widget .content:after {
  font-family:'mono-lab'; color:#fff; font-size:18px; width:18px; height:18px; line-height:18px; display:block; position:absolute; top:8px; left:-11px; 
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e611';
}
.ml_comment_list_widget .content p { font-size:11px; line-height:1.6; display:block; word-break:break-all; max-height:8.4em; overflow:hidden; }
.ml_comment_list_widget .content p span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; }
.ml_comment_list_widget .no_avatar .content:before { left:50%; top:auto; bottom:-13px; -webkit-transform: translateX(-50%) rotate(-90deg); transform: translateX(-50%) rotate(-90deg); }
.ml_comment_list_widget .no_avatar .content:after { left:50%; top:auto; bottom:-11px; -webkit-transform: translateX(-50%) rotate(-90deg); transform: translateX(-50%) rotate(-90deg); }
.ml_comment_list_widget .no_avatar .content { width:auto; float:none; min-height:inherit; margin:0 0 15px 0; }
.ml_comment_list_widget .no_avatar a:hover .content { color:#fff !important; }
.ml_comment_list_widget .no_avatar .content p { font-size:12px; }
.ml_comment_list_widget ul { margin:0 !important; }
.ml_comment_list_widget ul li { float:left; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ddd; line-height:1; font-size:11px; }
.ml_comment_list_widget ul li:last-child { border:none; margin:0; padding:0; }
.ml_comment_list_widget .title { margin:10px 0 0 0; padding:0 0 0 13px; line-height:1; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:11px; position:relative; }
.ml_comment_list_widget .title:before {
  font-family:'mono-lab'; content:'\e610'; color:#aaa; font-size:14px; width:14px; height:14px; line-height:14px; display:block; position:absolute; top:-1px; left:-3px; 
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.ml_comment_list_widget a:hover .title:before { }
#footer .ml_comment_list_widget .content { background:#444; color:#fff; border-color:#444; }
#footer .ml_comment_list_widget .content:before, #footer .ml_comment_list_widget .content:after { color:#444; }
#footer .ml_comment_list_widget ol > li { border-color:#444; }
#footer .ml_comment_list_widget .footer_headline { margin-bottom:10px; }
#footer .ml_comment_list_widget ul li { border-color:#444; }




/* ----------------------------------------------------------------------
 Footer
---------------------------------------------------------------------- */
#footer { width:100%; min-width:1230px; background:#333; color:#ddd; }
#footer a { color:#ddd; text-decoration:none; }
#footer_widget_area { width:100%; min-width:1230px; }
#footer_widget_area_inner {
  width:1230px; margin:0 auto;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;  
}


/* footer widget */
.footer_widget {
  -webkit-width:calc(100% / 3 - 18px); width:calc(100% / 3 - 18px); margin:0 55px 0px 0; border-right:1px solid #222; padding:25px 55px 40px 0; font-size:13px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.pc .footer_widget:nth-child(3n) { margin-right:0; padding-right:0; border:none; width:336px; }
.footer_headline { font-size:14px; border:none; margin:0 0 20px 0; padding:0; border-bottom:1px solid rgba(255,255,255,0.15); font-weight:bold; position:relative; }
.footer_headline span { border-bottom:1px solid #999; display:inline-block; padding:15px 0; bottom:-1px; position:relative; }
.footer_widget img { height:auto; max-width:100%; width:auto; }


/* footer bottom contents */
#footer_bottom { width:100%; min-width:1230px; background:#222; }
#footer_bottom_inner { width:1230px; margin:0 auto; position:relative; font-size:11px; padding:40px 0 40px; }
#footer_bottom a { text-decoration:none; }


/* footer menu */
#footer_menu { text-align:center; margin:10px 0 0 0; }
#footer_menu li { display:inline; font-size:12px; }
#footer_menu li a { margin:0 0 0 15px; padding:0 0 0 14px; border-left:1px solid rgba(255,255,255,0.2); }
#footer_menu li:first-child a { border:none; margin:0; }
#footer_menu h3 { display:none; }


/* logo */
#footer_logo_text { margin:0 0 20px 0; }
#footer_logo_text .logo { margin:0; padding:0; line-height:100%; font-weight:normal; }
#footer_logo_text .logo a { display:block; text-align:center; }
#footer_logo_text .site_desc, #footer_logo_image .site_desc { margin:10px 0 0 0; font-weight:normal; line-height:100%; color:rgba(200,200,200,0.7); font-size:10px; line-height:100%; text-align:center; }
#footer_logo_image { text-align:center; margin:0 0 20px 0; }
#footer_logo_image .logo a { display:block; text-decoration:none; }
#footer_logo_image.has_mobile_image .mobile_image { display:none; }


/* social link button */
.footer_social_link { text-align:center; font-size:0; margin:0; padding:10px 0 20px 0; }
.footer_social_link li { float:none; display:inline-block; margin:0 3px 5px; }
.footer_social_link.color_type4 li { margin:0 10px 5px; }
#footer_bottom .author_social_link li a:after { color:#ddd; }


/* copyright */
#copyright { line-height:100%; padding:0; margin:0; text-align:center; background:#111; color:#ddd; height:55px; line-height:55px; }


/* return top */
#return_top {
  position:fixed; right:0px; bottom:0px; z-index:10;
  -webkit-transform: translate3d(0,65px,0); transform: translate3d(0,65px,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
#return_top.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
#return_top a {
  position:relative; display:block; height:55px; width:55px;
  text-decoration:none; background:rgba(0,0,0,0.2);
}
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top a:hover { }
#return_top a:before {
  font-family:'mono-lab'; color:#fff; font-size:12px; display:block; position:absolute;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top a:before { content:'\e613'; top:24px; left:22px; transform: rotate(90deg); }




/* ----------------------------------------------------------------------
 Comment
---------------------------------------------------------------------- */
#comments { padding:0; clear:both; }


/* comment switch button */
#comment_header { margin:0 0 30px; position:relative;  }
#comment_header .headline { font-size:14px; border:none; margin:0 0 20px 0; padding:0; border-bottom:1px solid #ddd; font-weight:bold; position:relative; }
#comment_header .headline span { border-bottom:1px solid #000; display:inline-block; height:50px; line-height:50px; padding:0 0; bottom:-1px; position:relative; }
#comment_header #comment_tab { margin:0; padding:0; line-height:0; position:absolute; right:0px; bottom:0px; }
#comment_header #comment_tab li { float:left; font-size:11px; margin:0; line-height:48px; line-height:48px; }
#comment_header #comment_tab li a { font-weight:bold; display:block; text-decoration:none; padding:0 20px; border-bottom:3px solid #ddd; color:#ccc; }
#comment_header #comment_tab.no_trackback li a { pointer-events:none; }
#comment_header #comment_tab li a:hover { border-color:#999; color:#999; }
#comment_header #comment_tab li.active a { color:#333; }


/* comment area */
.tab_contents { margin:0; }
.commentlist, .pinglist { margin:0; padding:0; }
.commentlist li, .pinglist li { margin:0 0 15px 0; padding:0 0 15px 0; clear:both; border-bottom:1px dotted #ccc; position:relative; }
.commentlist li:last-child, .pinglist li:last-child { border:none; padding:0; }
.commentlist li li:last-child { border:none; margin:0; padding:0; }
.commentlist .children { display:none; clear:both; margin:15px 0 0 65px; padding:15px 0 0 0; border-top:1px dotted #ccc; }
.commentlist .children.open { display:block; border-top:none; }
.pinglist li:last-child { margin-bottom:40px; }


/* add number to comment */
.commentlist.show_number > li, .commentlist.show_number .children > li { counter-increment: number; }
.commentlist.show_number .children { counter-reset:number; }
.commentlist.show_number > li .comment_meta_top li:first-child:before {
  display:block; float:left; border-right:1px solid #ddd; padding:0 10px 0 0; margin:0 10px 0 0;
  content:counters(number, "-");
}


/* open child comment button */
.commentlist .child_menu_button {
   text-align:center; padding:0 15px; margin:15px 0 0 0; cursor:pointer; height:40px; line-height:40px; display:block; position:relative; font-size:13px; font-weight:normal;
  -webkit-border-radius:4px; border-radius:4px; background:#f2f2f2;
  -webkit-transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.commentlist.has_avatar .child_menu_button { margin-left:65px; }
.commentlist .child_menu_button:hover { color:#fff; }
.commentlist .child_menu_button.active { color:#fff; }
.commentlist .child_menu_button.active:after {
  content:''; position:absolute; bottom:-6px; left:0; right:0; margin:auto;
  width: 0; height: 0; border-style: solid; border-width: 6px 6px 0 6px; border-color: #f2f2f2 transparent transparent transparent;
}


/* trackback */
.pinglist li { padding-bottom:20px; }
.ping-link { font-weight:bold; margin:0 0 10px 0; line-height:180%; }
.ping-meta { font-size:12px; margin:0 0 5px 0; color:#aaa; }
.ping-content { line-height:180%; font-size:11px; }


/* avatar */
.commentlist .avatar { float:left; margin:0; }
.commentlist .shape_type2 .avatar { -webkit-border-radius:3px; border-radius:3px; }
.commentlist .shape_type3 .avatar { -webkit-border-radius:100%; border-radius:100%; }


/* comment content */
.bypostauthor { }
.commentlist .main_comment { margin:0; position:relative; }
.commentlist.has_avatar .main_comment { float:left; width:-webkit-calc(100% - 65px); width:calc(100% - 65px); margin:0 0 0 15px; position:relative; }
.comment_meta_top { height:auto; margin:0 0 10px 0; padding:0; }
.comment_meta_top li { clear:none; float:left; border:none; border-right:1px solid #ddd; font-size:12px; margin:0 10px 10px 0; padding:0 10px 0 0; font-weight:normal; }
#article .comment-content { margin:0; padding:0; }
#article .comment-content p { padding:0; margin:0 0 15px 0; line-height:2; }
#article .comment-content li { border:none; margin:0; padding:0; }
#article .comment-content img, #article .comment-content iframe { height:auto; width:auto; max-width:100%; }


/* comment reply and vote area */
.comment_reply a, .comment_quote, .commentlist .comment_vote li span {
  display:block; text-decoration:none; font-size:12px; border:1px solid #ccc; height:25px; line-height:28px; padding:0 30px;
  -webkit-border-radius:3px; border-radius:3px;
}
.comment-open .comment_reply a, .comment_quote, .comment-open .commentlist .comment_vote li span {
  background:#f6f6f6; background: -webkit-linear-gradient(top, #ffffff, #f8f8f8); background: linear-gradient(to bottom, #ffffff, #f8f8f8);
}
.comment-open .comment_reply a:hover, .comment_quote:hover, .comment-open .commentlist .comment_vote li span:hover {
  border-color:#aaa; cursor:pointer;
  background: linear-gradient(to bottom, #fff, #e9e9e9);
}
.comment_reply a { float:left; margin:0 5px 0 0; }
.comment-open .comment_reply a:hover { color:#333; }
.commentlist .comment_vote { float:right; margin:0; padding:0; }
.commentlist .comment_vote li { clear:none; float:left; border:none; margin:0; padding:0; cursor:pointer; }
.commentlist .comment_vote li span { padding-left:30px; padding-right:10px; font-size:12px; font-weight:bold; }
.commentlist .comment_vote li.good span { color:#06ace2; -webkit-border-radius:3px 0 0 3px; border-radius:3px 0 0 3px; border-right:none; }
.commentlist .comment_vote li.bad span { color:#f06161; -webkit-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0; }
.commentlist .comment_vote li span { position:relative; }
.commentlist .comment_vote li span:before { content:"\e8dc"; color:#bbb; font-family:'mono-lab'; font-size:14px; position:absolute; top:0px; left:7px; }
.commentlist .comment_vote li.bad span:before { content:"\e8db"; top:0px; }
.commentlist .comment_vote li.done span, .commentlist .comment_vote li.done span:hover { box-shadow:1px 1px 1px 1px rgba(0,0,0,0.07) inset; background:#eaeaea; border:1px solid #ccc; }
.commentlist .comment_vote li.done span:before { color:#888; }
.comment_quote { display:inline-block; }


/* comment vote message */
.bad_comment_message { padding:0 0 20px 0; position:relative; }
.bad_comment_message:before { color:#cdcb03; content:"\e620"; font-family:'mono-lab'; font-size:20px; margin:0 10px 0 0; position:relative; bottom:-3px; }
.bad_comment_message .open {
  border:1px solid #ccc; font-size:11px; padding:0 15px; margin:0 0 0 10px; cursor:pointer; height:25px; line-height:26px; display:inline-block; 
  -webkit-border-radius:20px; border-radius:20px;
  background:#f6f6f6; background: -webkit-linear-gradient(top, #ffffff, #f8f8f8); background: linear-gradient(to bottom, #ffffff, #f8f8f8);
}
.bad_comment_message .open:hover { color:#333; border-color:#aaa; background:linear-gradient(to bottom, #fff, #e9e9e9); }


/* comment res anchor */
.quote_comment { margin:0 0 10px 0; position:relative; display:inline-block; }
.quote_comment_block { display:inline-block; }
.quote_comment_block + .quote_comment_block { margin-top:-20px; }
.quote_button { background:yellow; }
.quote_button:hover { cursor:pointer; text-decoration:underline; }
.quote_content {
  opacity:0; visibility:hidden; position:absolute !important; bottom:20px; left:-12px; z-index:2;
  background:lightblue; margin:0 !important; padding:15px 20px 0 !important; font-size:11px; width:350px;
  border:none !important; box-shadow:4px 4px 0 0 rgba(100,100,100,0.1) !important;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.quote_content:before { display:none !important; }
.quote_content:after {
  display:block; content:'' !important; width:0 !important; height:0 !important; line-height:1 !important;
  position:absolute; bottom:-10px !important; left:20px; right:auto !important;
  border-style: solid; border-width: 10px 7px 0 7px;
  border-color: lightblue transparent transparent transparent;
}
.quote_content cite { border-top:none !important; display:block; margin:0 !important; padding:0 !important; font-style:normal !important; text-align:left !important; font-size:100% !important; }
.quote_button:hover + .quote_content { opacity:1; visibility:visible; bottom:30px; }


/* comment post messege */
.comment_post_message { border:1px solid #ccc; margin:0 0 20px; padding:10px 15px; line-height:2; border-radius:5px; }
.comment_post_message.success { background:#defaff; border-color:#19adc8; color:#00364c; }
.comment_post_message.error { background:#fee; border-color:#c00; color:#c00; }


/* comment edit */
.comment_edit a { position:absolute; right:0px; top:0px; text-decoration:none; font-size:12px; background:#eee; color:#333; padding:0 20px; height:20px; line-height:20px; display:block; }
.comment_edit a:hover { color:#fff; }


/* comment pager */
#comment_pager { border-top:1px dotted #ccc; padding:15px 0 0 0; margin-bottom:25px; font-size:12px; }
#comment_pager .page-numbers {
  text-decoration:none; color:#333; font-size:11px; padding:13px 15px; line-height:100%; margin:0 -5px 0 0; background:#f2f2f2; display:inline-block;
  border:1px solid #ccc;
  background:#f6f6f6; background: -webkit-linear-gradient(top, #ffffff, #f8f8f8); background: linear-gradient(to bottom, #ffffff, #f8f8f8);
}
#comment_pager .page-numbers.current,#comment_pager .page-numbers.current:hover { background:#e2e2e2; box-shadow:0 1px 3px 0 rgba(0,0,0,0.1) inset; border-color:#bbb; z-index:2; position:relative; color:#333 !important; }
#comment_pager a.page-numbers:hover { background:#fff; border-color:#aaa; z-index:3; position:relative; color:#fff; }
#comment_pager .page-numbers:first-child { -webkit-border-radius:3px 0 0 3px; border-radius:3px 0 0 3px; }
#comment_pager .page-numbers:last-child { -webkit-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0; }


/* etc */
.comment_message { margin:0 0 30px 0; }
.waiting-moderation { display:block; margin:0 0 10px 0; background:#a4dbef; border:1px solid #12bbfa; padding:10px; }
#html_tag_not_allowed { padding:0 15px 0 52px; height:34px; line-height:34px; margin:15px auto 0; text-align:center; font-size:12px; background:#f8eec5; position:relative; border-radius:4px; display:table; }
#html_tag_not_allowed:before { content:"!"; color:#fff; font-family:'mono-lab'; background:#f6c80e; font-size:20px; width:34px; height:34px; line-height:36px; display:block; position:absolute; top:0; bottom:0; left:0px; margin:auto; border-radius:3px 0 0 3px; }


/* ---------- form area ------------------------------------------------------------------------------------------------------------------------- */
.comment_form_wrapper { border:1px solid #ccc; margin:0 0 25px; padding:15px; background:#fff; font-size:12px; -webkit-border-radius:4px; border-radius:4px; box-shadow:0 3px 0 0 #f2f2f2; }

/* reply cancel button */
#cancel_comment_reply { margin:0; padding:0; }
#cancel_comment_reply a { display:block; text-decoration:none; background:#eee; color:#333; padding:10px 0; text-align:center; margin:0 auto 15px auto; -webkit-border-radius:3px; border-radius:3px; }
#cancel_comment_reply a:hover { color:#fff; }


/* login user name and logout button */
#comment_user_login { margin:0 0 10px 0; }
#comment_user_login p { padding:0; margin:0; line-height:100%; }
#comment_user_login span { margin:0; float:right; }
#comment_user_login span a { text-decoration:none; position:relative; padding:0; }
#comment_user_login span a:hover:after { }


/* login form */
#comment_login { margin:0; padding:3px 30px 10px 30px; }
#comment_login p { margin:0; padding:12px 0 11px 36px; line-height:100%; }
#comment_login a { margin:0 0 0 20px; padding:0; }
#guest_info { padding:0; width:100%; }
#guest_info div { margin:0 0 12px 0; text-align:left; }
#guest_info input { margin:0; padding:10px; border:1px solid #ccc; width:100%; background:#fafafa; color:#333; box-shadow:1px 1px 2px 0 rgba(0,0,0,0.1) inset; }
#guest_info input:focus { background:#fff; }
#guest_info label { display:block; margin:0 0 5px 0; padding:0; font-size:11px; color:#888;}
#guest_info span { color:#666; margin:0 10px 0 0; }


/* comment input area */
#comment_textarea { padding-top:5px; }
#comment_textarea textarea { padding:10px; width:100%; height:150px; border:1px solid #ccc; background:#fafafa; color:#333; font-size:11px; overflow:auto; box-shadow:1px 1px 2px 0 rgba(0,0,0,0.1) inset; }
#comment_textarea textarea:focus { background:#fff; }
#comment_textarea .label { color:#666; margin:0 0 5px 0; padding:0; font-size:11px; }


/* submit button */
#submit_comment_wrapper { text-align:center; }
#submit_comment { background:#bbb; border:none; cursor:pointer; color:#fff; font-size:13px; width:200px; height:45px; margin:15px auto 0; display:block; -webkit-border-radius:45px; border-radius:45px; }
#submit_comment:hover { color:#fff; }

#input_hidden_field { display:none; }


/* jetpack comment */
#respond.comment-respond #reply-title { padding:12px 20px; border:1px solid #ccc; margin:0 0 10px 0; font-size:14px; background:#fafafa; -webkit-border-radius:3px; border-radius:3px; }
#respond.comment-respond #reply-title #cancel-comment-reply-link {
  color:#333; margin:-6px 0 0 15px; font-size:11px; text-decoration:none; background:#fff;
  border:1px solid #ccc; padding:7px 12px; font-weight:normal; float:right; display:block; -webkit-border-radius:20px; border-radius:20px;
  background:#eee; background: -webkit-linear-gradient(top, #ffffff, #f2f2f2); background: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
#respond.comment-respond  #reply-title #cancel-comment-reply-link:hover { border-color:#888; }
#respond.comment-respond #commentform { border:1px solid #ccc; padding:0 20px 20px; box-shadow:0 3px 0 0 #f2f2f2; -webkit-border-radius:5px; border-radius:5px; }
#respond.comment-respond .logged-in-as, #respond.comment-respond .comment-notes
  { border-bottom:1px solid #ccc; margin:0 -20px 20px; padding:12px 20px; font-size:11px; background:#fafafa; line-height:160%; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; }
#respond.comment-respond .logged-in-as a { }
#respond.comment-respond .comment-form-comment label, #respond.comment-respond .comment-form-author label,
  #respond.comment-respond .comment-form-email label, #respond.comment-respond .comment-form-url label
    { display:block; width:100px; margin:15px 0 10px 0; font-size:12px; }
#respond.comment-respond .comment-form-comment textarea, #respond.comment-respond .comment-form-author input,
  #respond.comment-respond .comment-form-email input, #respond.comment-respond .comment-form-url input
    { width:100%; margin:0; padding:10px; border:1px solid #ccc; background:#fafafa; color:#333; font-size:12px; overflow:auto; box-shadow:1px 1px 2px 0 rgba(0,0,0,0.1) inset; }
#respond.comment-respond .comment-form-comment textarea:focus, #respond.comment-respond .comment-form-author input:focus,
  #respond.comment-respond .comment-form-email input:focus, #respond.comment-respond .comment-form-url input:focus
    { border:1px solid #999; background:#fff; }
#respond.comment-respond .comment-form-comment textarea { height:200px; }
#respond.comment-respond #submit { clear:both; background:#bbb; border:none; cursor:pointer; color:#fff; font-size:13px; width:200px; height:45px; margin:20px auto 0; display:block; -webkit-border-radius:45px; border-radius:45px; }
#respond.comment-respond #submit:hover { color:#fff; background:#666; }




/* ----------------------------------------------------------------------
 WordPress preset css and post style
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright { float:right; }
.post_content .alignleft { float:left; }
.post_content .aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:7px; }
.post_content blockquote.alignleft, .post_content img.alignleft { margin:7px 30px 7px 0; }
.post_content .wp-caption.alignleft { margin:7px 30px 7px 0; }
.post_content blockquote.alignright, .post_content img.alignright { margin:7px 0 7px 30px; }
.post_content .wp-caption.alignright { margin:7px 0 7px 30px; }
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter { margin-top:7px; margin-bottom:7px; }


/* text and headline */
.post_content p { line-height:2; margin:0 0 2em 0; }
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 { line-height:1.2; margin:0 0 15px 0; padding:0; }
.post_content h1 { font-size:140%; }
.post_content h2 { font-size:130%; }
.post_content h3 { font-size:120%; }
.post_content h4 { font-size:110%; }
.post_content h5 { font-size:110%; }
.post_content h6 { font-size:100%; }


/* image */
.post_content img { max-width:100%; height:auto; }


/* list */
.post_content li, .post_content dt, .post_content dd { line-height:2; }
.post_content ul, .post_content ol, .post_content dl { margin-bottom:30px; }
.post_content ol { list-style:decimal outside none; margin-left:1.5em; }
.post_content ul { list-style:circle outside none; margin-left:1.3em; } 
.post_content li > ul, .post_content li > ol { margin-bottom:0; }
.post_content dt { font-weight:bold; }
.post_content dd { margin-bottom:2em; }


/* table */
.post_content table { margin:0 0 30px 0; }
.post_content td, .post_content th { border:1px solid #ccc; padding:10px 15px 7px; line-height:2; }
.post_content th { background:#f2f2f2; font-weight:normal; }


/* block quote */
.post_content blockquote { margin:0 0 30px 0; padding:25px; border:1px solid #ccc; position:relative; box-shadow:5px 5px 0 0 #f2f2f2; }
.post_content blockquote:before { content:''; display:block; height:-webkit-calc(100% + 2px); height:calc(100% + 2px); width:5px; background:#333; position:absolute; left:-1px; top:-1px; }
.post_content blockquote cite { border-top:1px dotted #aaa; display:block; padding:20px 0 0 0; font-style:italic; text-align:right; font-size:90%; margin:25px 0 0 0; }
.post_content blockquote p { margin:0; }


/* captions */
.post_content .wp-caption { margin-bottom:30px; max-width:100%; }
.post_content .wp-caption-text { text-align:center; font-size:12px; font-style:italic; line-height:2; padding:10px 0; }
.post_content .wp-caption img { display:block; margin:0 auto; max-width:100%; height:auto; }


/* gallery */
.gallery { margin-bottom:20px; }
.gallery a img { border: 0 !important; }
.gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative; }
.gallery-columns-1 .gallery-item { max-width:100%; }
.gallery-columns-2 .gallery-item { max-width:48%; max-width:-webkit-calc(50% - 4px); max-width:calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width:32%; max-width:-webkit-calc(100% / 3 - 4px); max-width:calc(100% / 3 - 4px); }
.gallery-columns-4 .gallery-item { max-width:23%; max-width:-webkit-calc(25% - 4px); max-width:calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width:19%; max-width:-webkit-calc(20% - 4px); max-width:calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width:15%; max-width:-webkit-calc(100% / 6 - 4px); max-width:calc(100% / 6 - 4px); }
.gallery-columns-7 .gallery-item { max-width:13%; max-width:-webkit-calc(100% / 7 - 4px);	max-width:calc(100% / 7 - 4px); }
.gallery-columns-8 .gallery-item { max-width:11%; max-width:-webkit-calc(100% / 8 - 4px); max-width:calc(100% / 8 - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width:-webkit-calc(100% / 9 - 4px); max-width:calc(100% / 9 - 4px); }
.gallery-columns-10 .gallery-item { max-width: 7%; max-width:-webkit-calc(10% - 4px); max-width:calc(10% - 4px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) { margin-right:0; }
.gallery-caption { background-color:rgba(0, 0, 0, 0.7);	-webkit-box-sizing:border-box; box-sizing:border-box; color:#fff; font-size:12px; line-height:1.5; margin:0; max-height:50%; opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%; }
.gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption { display: none; }


/* password protected post */
.post-password-form { text-align:center; }
.post-password-form input[type="password"] { border:1px solid #ccc; padding:5px; height:40px; line-height:40px; margin:0 0 0 10px; }
.post-password-form input[type="password"]:focus { border-color:#333; }
.post-password-form input[type="submit"] { cursor:pointer; background:#ccc; color:#fff; border:1px solid #ccc; height:40px; line-height:40px; padding:0 50px; position:relative; }


/* etc */
.post_content .wp-smiley { border:0; margin-bottom:0; margin-top:0; padding:0; }
.post_content address { margin:0 0 24px 0; line-height:2.2; }
.post_content pre {
  border-left:5px solid #7fc120; font-size:12px; margin:0 0 27px 0; line-height:25px; background:url(img/pre.gif) repeat left top; padding:0 17px; overflow:auto;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }
.post_content .wp-embedded-content { width:100%; max-width:100%; }
.post_content .twitter-tweet-rendered { margin:0 auto; }


/* youtube iframe responsive fix */
.embed-youtube { position:relative; width:100%; padding-top:56.25%; margin:0 0 20px 0; }
.embed-youtube iframe { position:absolute; top:0; right:0; width:100%; height:100%; }



