/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */


/*共通*/
body { background:#EEEEEE; font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif; word-break:break-all;}
#page { background:#fff;}
.plr { background:#fff; padding: 0 10px 0 20px;}
a:hover { opacity:0.8;}
p , div { letter-spacing:0.05em; line-height:1.6em;}
.line0 { line-height:0;}
.w1000 { margin:0 auto; width:1000px;}
.w700 { margin:0 auto; width:700px;}
.w600 { margin:0 auto; width:600px;}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.sp_only { display:none;}
ol, ul { list-style: none;}
.clearfix {
  display: block;
  clear: both;
  content: "";
}
.center { text-align:center;}
.left { text-align:left;}
.right { text-align:right;}
.pb40 { padding-bottom:40px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mb5 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:20px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.mb80 { margin-bottom:80px;}
.mb90 { margin-bottom:90px;}
.mb100 { margin-bottom:100px;}
.pb10 { padding-bottom:10px;}

/*ヘッダー*/
.header { padding:5px 0;}
.header .logo { float:left; width:260px; /*margin-right:220px;*/}
.header .logo2 { float:right; width:433px; /*margin-right:220px;*/}
.header .logo .sho { font-size:14px; color:#000000;}
.header .btn1 { float:left; width:263px/*198px*/; margin-right:20px; /*margin-top:35px;*/}
.header .btn2 { float:left; width:150px/*270px*/; margin-right:0px;}
.g_navi .nav { float:left;}


.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  background:url("common/img/header/navi_bk.jpg") repeat-x;
}
.is-show {
  transform: translateY(0);
}
.w960 { width:960px; margin:0 auto;}

/*フッター*/
footer .bb5 { border-bottom:5px solid #DDDDDD; padding-bottom:20px;}
footer .bb1 { border-bottom:1px solid #DDDDDD; padding-bottom:20px;}
footer .contact_btn { float:left; width:306px; margin-right:20px;}
footer .contact_btn.end{ margin-right:0px;}
footer .cate_box { float:left; width:307px; margin-right:18px;}
footer .cate_box.end{ margin-right:0px;}
footer .cate_box .cate_bk { background: url(common/img/footer/cate_bk.jpg) no-repeat;}
footer .cate_box .cate_bk.n2 { background: url(common/img/footer/cate_bk.jpg) no-repeat; font-size:20px; color:#000000; font-weight:bold; padding: 10px 0 10px 40px;}
footer .cate_box .cate_bk a { font-size:20px; color:#000000; font-weight:bold; display:block; padding: 15px 0 13px 40px;}
footer .cate_mini { background: url(common/img/footer/icon.jpg) no-repeat 18px 12px;}
footer .cate_box .cate_mini a { font-size:15px; color:#000000; font-weight:bold; display:block; padding: 5px 0 0px 40px;}
footer .ac_text { font-size:17px; color:#000000;}
footer .foot_bk.copy { font-size:12px; color:#000000;}
footer .foot_bk { background:#DDDDDD; padding:15px;}
footer .conpany a{letter-spacing: normal;}



/*トップ*/
.top .a_box { background:#EDF9EE; border:3px solid #00654E; padding:10px 0 10px 15px;}
.top .a_left { width:940px; float:left; margin-right:15px;}
.top .a_right { width:180px; float:left; position:relative; }
.top .r_ttl { font-size:32px; color:#000000; font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif; font-weight:bold;}
.top .r_text { font-size:16px; color:#000000; font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif; width:760px; float:left; margin-right:16px;}
.top .a_btn { float:left; width:158px; margin-top:80px;}
.top .r_text2 { font-size:16px; color:#00614B; font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif; font-weight:bold; padding-top:10px; border-top:2px solid #00654E; margin-top:10px;}
.top .a_img { position: absolute; top: 63px; right: 0px;}
.top .b_box { width:467px; float:left; margin-right:20px;}
.top .b_box.end { margin-right:0px;}
.top .b_box_bk{ background:#EEEEEE; border-right:1px solid #CCCCCC; border-left:1px solid #CCCCCC; padding:20px 10px 10px 20px;}
.top .b_img { width:150px; float:left; margin-right:20px;}
.top .b_text { font-size:16px; color:#000000; width:256px; float:left; }
.top .b_btn { text-align:right; margin-top:50px;}
.top .b_a_text a { font-size:15px; color:#0000FF; text-decoration:underline;}

.top .c_box { width:465px; float:left; margin-right:20px;}
.top .c_box.end { margin-right:0px;}
.top .c_box_bk{ background: url(common/img/top/c_box.jpg) no-repeat; padding:23px 10px 10px 10px;}
.top .c_img { width:220px; float:left;}
.top .c_text { font-size:15px; color:#000000; width:200px; float:left; margin-right:10px; }
.top .c_btn { text-align:right; margin-top:10px;}

.top .news { padding:20px 20px; border-bottom:2px solid #CCCCCC; border-left:2px solid #CCCCCC; border-right:2px solid #CCCCCC; width:959px;}
.top .news .day { float: left; width: 150px; color:#0000FF; font-size:17px;}
.top .news .text { float: left; width: 740px; font-size: 17px ;}
.top .news .text a{ font-size: 17px ; color:#0000FF;}
.top .news ul li { margin-bottom:15px;}

.top .example_area .d_box  { border-bottom:6px solid #00654E; border-left:6px solid #00654E; border-right:6px solid #00654E; background:#EDF9EE; padding:10px; width:959px;}
.top .example_area .mini3{ width:290px; padding:10px; float:left; margin-right:28px; border:1px solid #CCCCCC; background:#fff;}
.top .example_area .mini3.end { margin-right:0;}
.top .example_area .text { font-size:21px; color:#000000; font-weight:bold;}
.top .example_area .text2 { font-size:14px; color:#000000; }
.top .s20180625 .ttl{font-size: 30px; color: #000; font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", sans-serif; font-weight: bold;}
.top .s20180625 .box { width: 470px; margin-right: 30px; background: #ebedf3; padding: 20px 10px 20px 30px; float:left;}
.top .s20180625 .box.end { margin-right: 0px;}
.top .s20180625 .box table td span { color:#2f6453; font-size: 24px; font-weight: bold; }
.top .s20180625 .box table td { color:#000; font-size: 19px; font-weight: bold; }
.top .s20180625 .box table td:first-child { width: 100px}
.top .s20180625 .kako { background: #245748; padding: 20px;}
.top .s20180625 .ttl2 { color:#fff; font-size: 30px; font-weight: bold;}
.top .s20180625 .kako .img { float:left; width: 300px; margin-right: 15px;}
.top .s20180625 .kako .img.end { margin-right: 0px;}
.top .s20180625 .kako .white { padding:15px; background: #fff;}
.top .s20180625 .kako .text{ font-size: 15px; color: #000;}
.top .s20180625 .obi { background: #e2f0ec; padding: 15px; border-bottom: 2px solid #245748; font-size: 22px; color: #245748; font-weight: bold;}
.top .s20180625 .obi span { background:#245748; border-radius: 5px; padding: 5px; color: #fff; font-size: 16px; font-weight: bold;}
.top .s20180625 .jirei { width: 470px; float:left; margin-right:20px;}
.top .s20180625 .jirei.end { margin-right: 0;}
.top .s20180625 .jirei .sub { background:#245748; padding: 5px; color: #fff; font-size: 20px;}
.top .s20180625 .btn{ background:#eeeeee; padding: 15px;}

/*固定ページ*/
.page .btn { float:left; width:320px; margin-right:4px;}
.page .btn2 { float:left; margin-right:16px;}
.page .btn3 { float:left;margin-right:0;}
.page .btn.end,.page .btn2.end  { margin-right:0;}
.page .ttl { font-size:29px; color:#00634C; font-weight:bold; font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif; }
.page .text { font-size:16px; color:#000000;}
.page .sub_ttl { font-size:22px; font-weight:bold; color:#01654C; background:#E2EFEC; padding:10px; border-bottom:2px solid #00634C;}
.page .indent , .single .indent { padding:0 30px;}
.page .indent2 { padding:0 0px 0 50px;}
.page .bnr { float:left; width:467px; margin-right:25px;}
.page .bnr.end { margin-right:0;}
.page .bb1 { border-bottom:1px solid #BBBBBB;}
.page .one_ttl { font-size:18px; font-weight:bold; color:#00654C; padding-left:10px; border-left:5px solid #00654C;}

/*日本防水協会について*/
.page.association .a_asso { width:675px; float:left; margin-right:30px;}
.page.association .a_asso.end { margin-right:0; width:205px; }
.page.association .b_asso { width:255px; float:left; margin-right:30px;}
.page.association .b_asso.end { width:620px; margin-right:0;}
.page.association .c_asso { width:620px; float:left; margin-right:30px;}
.page.association .c_asso.end { width:255px; margin-right:0; text-align:center;}
.page.association .d_asso { float:left; width:435px; margin-right:30px;}
.page.association .d_asso.end { margin-right:0;}
.page.association .d_asso.end.end2 { margin-right:0; margin-top:80px;}
.page.association table { border-bottom:1px solid #CCCCCC; border-left:1px solid #CCCCCC;}
.page.association table tr td { border-top:1px solid #CCCCCC; border-right:1px solid #CCCCCC; padding:10px; vertical-align:top;}
.page.association table tr td.ttl { color:#000000; font-size:20px; background:#F0F6EA; font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;}
.page.association table tr td.text { color:#000000; font-size:16px; }
.page.association .name { width:286px; float:left; margin-right:20px;}
.page.association .name.end { margin-right:0;}
.page.association .name a{ color:#000000; font-size:16px; text-decoration:underline;}

/*保証制度について*/
.page.security .btn { float:left; width:291px; margin-right:15px;} 
.page.security .btn.end { margin-right:0;}
.page.security .a_asso { width:625px; float:left; margin-right:30px;}
.page.security .a_asso.end { margin-right:0; width:241px; }
.page.security .text { font-size:14px; color:#000000;}
.page.security table.line00, table.line00 th, table.line00 td { border:none;}
.page.security table.line00 td.a1 { width:70px }
.page.security table.line00 td.b1 { width:70px }
.page.security table.line00 td.a2 { font-size:18px; font-weight:bold; color:#00654C;}
.page.security table.line00 td.b2 { font-size:14px; color:#000000;}
.page.security .sub_ttl2 { background:#00755A; padding:5px;}
.page.security .sub_ttl2 div{ padding:5px 10px; border-left:5px solid #fff; color:#fff; font-weight:bold;}
.page.security .sub_text { background:#EEEEEE; font-size:14px; color:#000000; padding:20px;}
.page.security table.table { width:380px; border-bottom:1px solid #CCCCCC; border-left:1px solid #CCCCCC;}
.page.security table.table td { border-top:1px solid #CCCCCC; border-right:1px solid #CCCCCC; padding:15px; font-size:17px; color:#000000;}
.page.security table.table td.tt { font-size:20px; color:#000000; background:#F0F6EA;}
.page.security .a_box { width:530px; float:left;}
.page.security .a_box.end { width:380px; }
.page.security .bk1129 { background:#EEEEEE; padding:40px 20px;}
.page.security .bk1129 .sub { font-size:20px; color:#000000; font-weight:bold; padding-bottom:10px; border-bottom:1px solid #CCCCCC;}
.page.security .bk1129 .btn_left { width:299px; float:left; margin-right:60px; margin-left:100px;}
.page.security .bk1129 .btn_left.end {margin-right:0px; margin-left:0px;}

/*防水について*/
.page.waterproof .btn { float:left; width:216px; margin-right:10px;} 
.page.waterproof .btn.end { margin-right:0;}
.page.waterproof .ttl { font-size:25px; letter-spacing:0.01em; color:#00634C; font-weight:bold; font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif; }
.page.waterproof .img1 { float:left; width:290px; margin-right:20px;}
.page.waterproof .img1.end { margin-right:0px;}
.page.waterproof .img_text { font-size:18px; font-weight:bold; color:#000000;}
.page.waterproof .text { font-size:15px; color:#000000; }
.page.waterproof .img1 .text { letter-spacing:0.01em;}
.page.waterproof .one_ttl { font-size:18px; font-weight:bold; color:#00654C; padding-left:10px; border-left:5px solid #00654C;}
.page.waterproof table.three { border-bottom:1px solid #00654C; border-right:1px solid #00654C;}
.page.waterproof table.three td { border-top:1px solid #00654C; border-left:1px solid #00654C;}
.page.waterproof table.three td.a1 { background:#00654C; text-align:center; color:#fff; font-size:17px; font-weight:bold; padding:5px; width:190px; vertical-align:middle;}
.page.waterproof table.three td.a2 { padding:15px; color:#000; font-size:17px; font-weight:bold;}
.page.waterproof table.three td.a2 span { color:#D80000;}
.page.waterproof .gr_ttl { color:#FFFFFF; background:#00654C; padding:10px; font-size:29px; font-weight:bold;}
.page.waterproof .sub_ttl2 { background:#00755A; padding:5px;}
.page.waterproof .sub_ttl2 div{ padding:5px 10px; border-left:5px solid #fff; color:#fff; font-weight:bold;}
.page.waterproof .g_bk { background:#EEEEEE; padding:20px;}
.page.waterproof .g_bk .img { width:200px; float:left; margin-right:20px}
.page.waterproof .g_bk .img.end { width:336px; float:left; margin-right:0px; font-size:14px; }
.page.waterproof .table3 { border-bottom:1px solid #000000; border-left:1px solid #000000;}
.page.waterproof .table3 td{ border-right:1px solid #000000; border-top:1px solid #000000; font-size:16px; color:#000000; padding:10px; }
.page.waterproof .table3 td.center { vertical-align:middle;}
.page.waterproof td.ore { background:#FFDFBF;}
.page.waterproof td.kimi { background:#EFFFBF;}
.page.waterproof td.kiiro { background:#FFFFBF;}
.page.waterproof .fontbold { font-weight:bold;}

.page.contact p { font-size:15px; font-weight:bold;}
.page.contact .btn20160308 input{ background:url(common/img/contact/btn.jpg) no-repeat; padding: 23px 127px;}
.page.contact .btn20160308 { text-align: center; margin: 0 auto; width: 271px; margin-top:50px;}
.page.contact .green_text { font-size:20px; color:#00654C; font-weight:bold;}
.page.contact .link_text a { font-size:18px; color:#000000; text-decoration:underline;}
.page.contact .bb2 { border-bottom:1px solid #BBBBBB;}
.pb20 { padding-bottom:20px;}
.page.contact .text_bb { font-size:18px; font-weight: normal;}
.page.contact select{width: 100%; height: 2.8em;}
.page.contact .yuu input { width:44%;}
.page.contact .yuu2 input { width:20%;}
.page.contact .nin input { width:20%;}

.page.contact table td {padding: 15px 0; border-bottom: 1px dashed #ccc;}
.page.contact table td.bnone {border-bottom: none;}

/*投稿共通*/
.single .sub_ttl { font-size:22px; font-weight:bold; color:#01654C; background:#E2EFEC; padding:10px; border-bottom:2px solid #00634C;}
.single .one_ttl { font-size:18px; font-weight:bold; color:#00654C; padding-left:10px; border-left:5px solid #00654C;}
.single .text { font-size:16px; color:#000000;}



/*協会会員について*/
.single.introduction .box { border-bottom:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-left:1px solid #DDDDDD; border-top:8px solid #00755A; padding:50px 30px;}
.single.introduction .logo { float:left; width:343px; margin-right:40px;}
.single.introduction .hyou { float:left; width:450px;}
.single.introduction .hyou .comp { font-size:30px; color:#007459; font-weight:bold;}
.single.introduction .hyou table.in1 { border-bottom:1px solid #00755A; border-right:1px solid #00755A;}
.single.introduction .hyou table.in1 td{ border-top:1px solid #00755A; border-left:1px solid #00755A; text-align:left; font-size:16px; color:#000; background:#E2EFEC; padding:8px;}
.single.introduction .hyou table.in1 td.a1 { width:120px;}
.single.introduction .hyou table.in1 td a {font-size:16px; color:#000; text-decoration:underline;}
.single.introduction .toku_text { font-size:22px; font-weight:bold; color:#00755A; border-bottom:1px solid #00755A; padding-bottom:10px;}
.single.introduction table.in2 { border:none;}
.single.introduction table.in2 td{ text-align:left; font-size:16px; color:#000; padding-bottom:10px; border:none;}
.single.introduction table.in2 td.a2 { width:143px; }
.single.introduction .one_ttl { font-size:18px; font-weight:bold; color:#00654C; padding-left:10px; border-left:5px solid #00654C;}

/*セミナー*/
.single.seminer .left { float:left; width:630px; margin: 0 50px 0 30px;}
.single.seminer .right { float:left; width:250px; }
.single.seminer table.se1 { border:none;}
.single.seminer table.se1 td{ text-align:left; border:none;}
.single.seminer table.se1 td.day { width:89px;}
.single.seminer table.se1 td.day div { background: #00755A; font-size:18px; font-weight:bold; text-align:center; vertical-align:middle;
	 border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px; 
	padding:10px 0;
	color:#fff;}
.single.seminer table.se1 td.title { font-size:/*30*/23px; font-weight:bold; color:#007359; text-align:center; vertical-align:middle;}
.single.seminer table.se2 { border-bottom:1px solid #bbb; border-right:1px solid #bbb; width:630px;}
.single.seminer table.se2 td{ border-top:1px solid #bbb; border-left:1px solid #bbb; text-align:left; font-size:18px; color:#000000; padding:8px;}
.single.seminer table.se2 td.a1 { width:116px; text-align:center;}
.single.seminer .day_f { float:left; width:100px; margin-right:20px; font-size:16px; color:#000000;}
.single.seminer .lab_f { float:left; width:92px; margin-right:10px;}
.single.seminer .text_f { float:left; width:385px; margin-right:0px;}
.single.seminer .text_f a { font-size:16px; color:#000000; text-decoration:underline;}
.single.seminer .news li { padding: 10px 0; border-bottom:1px solid #BBBBBB;}
.single.seminer #widget-area { background:#E2EFEC; text-align:left; padding:20px;}
.single.seminer #widget-area .widget-title {font-size:18px; font-weight:bold; color:#00654C; padding-left:10px; border-left:5px solid #00654C;}
.single.seminer .w630 { width:630px; margin:0 auto;}
.single.seminer .green { font-size:21px; font-weight:bold; background:#00755A; color:#fff; padding:10px;}
.single.seminer .ash { background:#EEEEEE; padding:30px;}


/*施工事例*/
.single.example .ex_ttl { font-size:32px; color:#007359; font-weight:bold;  padding-left:10px; border-left:5px solid #007359;}
.single.example .ash_bk { padding:30px; background:#EEEEEE;}
.single.example .e_left { float:left; width:400px; margin-right:30px;}
.single.example .e_right { float:left; width:410px; margin-right:0px;}
.single.example .e_right table { border-bottom:1px solid #BBBBBB; border-left:1px solid #BBBBBB; }
.single.example .e_right table td { border-top:1px solid #BBBBBB; border-right:1px solid #BBBBBB; background:#fff; padding:10px; font-size:18px; color:#000000;}
.single.example .e_right table td.a1 { width:120px; text-align:center;}
.single.example .bb { border-bottom:1px solid #BBBBBB;}
.single.example .coment { background:#E2EFEC; padding:15px;}
.single.example .ex_float { width:282px; float:left; margin:0 15px 50px;;}
.single.example .midri_ttl { background:#00755A; font-size:18px; color:#fff; font-weight:bold; padding:5px;}
.single.example .ex_float table { border-bottom:1px solid #BBBBBB; border-left:1px solid #BBBBBB; }
.single.example .ex_float table td { border-top:1px solid #BBBBBB; border-right:1px solid #BBBBBB; background:#fff; padding:5px; font-size:16px; color:#000000;}
.single.example .ex_float table td.a1 { width:120px; text-align:center;}
.single.example .gr_bk { background:#EEEEEE; padding:5px; text-align:center;}
.single.example .btn { float:left; width:290px; margin-right:15px;}
.single.example .btn.end { margin-right:0px;}



/*保証制度のフロー*/
.security0528 .td { padding:0;}
.security0528 .faq { border:1px solid #03654E; border-radius:8px; width:100%;}
.security0528 .faq .t1 { background:#03654E; border:1px solid #03654E; border-radius:8px; padding:15px; text-align:center; font-weight:bold; color:#fff; font-size:20px; width:10%;}
.security0528 .faq .t2 { padding:15px; color:#03654E; font-size:17px;width:90%; font-weight:bold;}
.security0528 .flow .t3 { background:#EFF5E9; padding:20px; color:#000; font-size:14px; vertical-align:middle;}
.security0528 .flow .middle { vertical-align:middle;}
.security0528 .w43 { width:43%;}
.security0528 .w14 { width:14%;}




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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	/*background: #f1f1f1;*/
}

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

ol,
ul {
	list-style: none;
}

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

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

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	/*font-family: "Genericons";*/
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	/*font-family: "Noto Serif", serif;*/
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}


h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

/*p {
	margin-bottom: 1.6em;
}*/

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

/*ul {
	list-style: disc;
}*/

/*ol {
	list-style: decimal;
}*/

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}
/*
table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}*/

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	/*margin: 0 0 1.6em;*/
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

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

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}


/**
 * 6.2 Menus
 */

.main-navigation a {
	display: block;
	padding: 0.8em 0;
	position: relative;
	text-decoration: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

.social-navigation {
	margin: 9.0909% 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
}

.social-navigation li {
	float: left;
}

.social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.secondary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: #333;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}

.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Noto Sans", sans-serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

.site-header {
/*	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;*/
}

.site-branding {
	min-height: 2em;
/*	padding-right: 60px;*/
	position: relative;
}

.site-title {
	font-family: "Noto Sans", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
}

.custom-logo {
	max-height: 84px;
	width: auto;
}

.wp-custom-logo .site-title {
	margin-top: 0.545454545em;
}

.site-description {
	display: none;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
}


/**
 * 11.0 Widgets
 */

.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget-title {
	color: #333;
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-family: "Noto Serif", serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}

.textwidget ul,
.textwidget ol {
	margin-left: 1.6em;
}


/**
 * 12.0 Content
 */

.secondary {
	background-color: #fff;
	/*display: none;*/
	/*padding: 0 7.6923%;*/
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}
/*
.widget-area {
	margin: 9.09090% auto 0;
}*/

/*.site-footer {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 3.84615% 7.6923%;
}*/


/**
 * 12.1 Posts and pages
 */

/*.hentry {
	background-color: #fff;
	padding-top: 7.6923%;
	position: relative;
}*/

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

/*.entry-header {
	padding: 0 7.6923%;
}*/

/*.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}*/

/*.entry-content,
.entry-summary {
	padding: 0 7.6923% 7.6923%;
}*/

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}



.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,

.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.page-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/**
 * 13.0 Footer
 */

.site-info {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.site-info a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
	border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
	color: #333;
}


/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 15.0 Multisite
 */

.widecolumn {
	background-color: #fff;
	padding: 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_alert {
	margin-bottom: 1.6em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.widecolumn p {
	margin: 1.6em 0;
}

.widecolumn p + h2 {
	margin-top: 1.8462em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2em 0 0;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	width: 100%;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

.f0307_2 { width:860px; margin:0 auto 50px;}
.f0307 .green { background:#00644C; padding:1%; width:12%;}
.f0307 .white { background:#EFF5E9; padding:1% 2%; border:1px solid #00644C; width:80%;vertical-align: middle;}
.f0307 .white .aa{ font-size:20px; font-weight:bold; color:#00644C; margin-bottom:15px;}
.f0307 .white .bb{ font-size:14px; color:#000000; }
.f0307 .white .bb span{ font-weight:bold; }
.f0307_2 .cc{ font-size:24px; font-weight:bold; background:#EFF5E9; padding:20px; border:2px solid #00644C; text-align:center;}

/*20180920*/
span.cap { font-weight:bold;}
span.att{font-size: 12px !important;}
span.dot{border-bottom:1px dotted #000000;}

/*20181015*/
#contents07{margin:0 auto;}
#contents07 .flow{width: 100%;text-align: center;margin: 30px auto;}
#contents07 dl{padding: 10px;background:#e3f0d9;display:flex;justify-content: center;width:700px;margin:0 auto;}
#contents07 .txt1{font-weight:bold;color:#296250;font-size: 1.1em;}
#contents07 .txt2{padding:10px;background:#ffffff;text-align: center;}
#contents07 dt{text-align:center;width:margin-right:10px;flex-basis: 90px; align-self: center;}
#contents07 dd{align-self: center;margin-top:10px;width:550px;}
.cycleArea p{margin:50px 0;font-size:1.5em;text-align: center;}

/*20181115 TOPお知らせ*/
.tbl_info {
  margin: 20px 0;

}
.tbl_info table th,.tbl_info td{
  border-collapse: collapse;
  border: 1px solid #016450;
  line-height: 1.5;
}
.tbl_info{
  width: 100%;
}

.tbl_info th{
  width: 20%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #016450;
  color: #ffffff;
  vertical-align: middle;

}

.tbl_info td{
  width: 80%;
  padding: 10px;
}

#corList{
  display: flex;
  margin: 0 0 30px 0;
  -webkit-justify-content: center; /* Safari */
  justify-content:center;
}

#corList .member{
  width: calc(96% / 3);
}

#corList .member li{
  list-style-type: disc;
}

/*ボタン*/
#btn_Area{margin:0 0 80px 0;}
#btn_Area .contact_btn { float:left; width:306px; margin-right:20px;}
#btn_Area .contact_btn.end{ margin-right:0px;}

.page.security .mBlock {margin:0 30px 40px 30px;}

/*アコーディオン*/
.accbox {
    margin: 2em auto;
    padding: 0;
    width: 736px;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#235848;
    font-weight: bold;
    background :#ecedf2;
    cursor :pointer;
    transition: all 0.5s;
    position: relative;
}

.accbox label::before {
  position: absolute;
  content: '▼';
  color: #235848;
  right: 0.5em;
  top: 40%;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#EDF9EE;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #ffffff;
    opacity: 1;
}

.accshow ul li{
  padding:12px 0 10px 0;
  border-bottom: 1px dotted #cccccc;
}

.accshow ul li:last-child{
  border: none;
}

.ico_txt{
  margin-left:14px;
  font-size: 1.8rem;
}

.accshow li a {
  color: #0000FF;
  }

  /*ダウンロード*/
.dl_box {
    margin-bottom: 40px;
    padding: 7px 7px 7px 8px;
}
.dl_box ul{width:50%;}

.dl_box ul:first-child {
    margin-right: 25px;
}

.dl_box h4{
    background-color: #EFEFDF;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dl_box li {

    min-height: 20px;
}

.dl_box li {
    background: url(/wp-content/themes/twentyfifteen/common/img/download/pdf.jpg) no-repeat 0 center;
    margin: 5px 0;
    padding-left: 25px;
    font-weight: normal;
}

.dl_box .white {display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}


/* ========== 防水事例 ========== */
.exlist_Box{
  border:1px solid #D5D5D5;
  padding:10px;
  display: flex;
  justify-content: space-between;
  margin:0;
}

.exlist_Box{
  margin-bottom:20px;
}

.exlist_Box .exttl{
  font-weight:bold;
  font-size:20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.exlist_Box table span.ico{
  background:#025342;
  padding:4px;
  color:#ffffff; 
  margin-right:10px;
}

.exlist_Box img{
  width:200px!important;
  margin-right: 20px;
  max-width: inherit;
}

.exlist_Box .Area{
  flex-grow: 3;
}

/* 防水事例コンテナ */
.case_menu{
    margin: 4.0rem 0;
}

.case_menu_container{
    margin-top: 4.0rem;
}

.case_menu_inner h1{
    font-size: 2.0rem;
    color: #0e467f;
    padding-bottom: 1.0rem;
}
.menu_flex_box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contents_btn{
    padding: 1.0rem;
    border: 1px solid #cccccc;
    border-top: 0.5rem solid #0e467f;
    width: 250px;
    background: #ffffff;
}
.contents_btn h3{
    padding-top: 1.5rem;
    font-size: 2.0rem;
    color: #0e467f;
    text-align: center;
}
.contents_btn p{
    width: 50%;
    padding: 0.25rem 0;
    margin: 1.0rem auto 0;
    font-size: 1.25rem;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 3px 5px 5px #bbbbbb;
}
.contents_btn span{
    color: #0e467f;
    font-size: 0.8rem;
    margin-left: 0.2rem
}

/* 防水事例投稿部分 */
.exlist_title{
    position: relative;
}
.exlist_title img{
    width: 100%;
    height: auto;
}
.exlist_title h2{
    position: absolute;
    top: 50%;
    left: 2.5%;
    transform: translateY(-50%);
    font-size: 2.0rem;
}

/* リンクtoトップ */
.link_to_top{
    padding-bottom: 3.0rem;
    text-align: center;
}
.link_to_top p{
    display: inline-block;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0.5rem 1.0rem;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 3px 5px 5px #bbbbbb;
}

/* 協会会員紹介 */
#clearfix{
	display: flex;
}
#logo{
	display: flex;
	align-items: center;
}

/* Pagniate */
.pagination-container {
	display: flex;
	justify-content: center; 
	border: none;                   
}

.pagination-box {
	display: flex;
	justify-content: center;        
	border: 1px solid rgba(0, 0, 0, .35);
	border-radius: 5px;                     
	overflow: hidden;
}
.pagination-box > * {                                
	display: block;
	min-width: 48px;
	text-align: center;     
	padding: 12px;
}

.pagination-box > span {
	background-color: #aaa;
	cursor: not-allowed;
	font-weight: 600;
	color: #fff;
}

.pagination-box > *:not(:first-child) {
	border-left: 1px solid rgba(0, 0, 0, .35);
}

.pagination-box .next, 
.pagination-box .prev {
	background-color: #eee;
}

.pagination-box .next::before,
.pagination-box .prev::before {
	display: none;
}

/* link icon */
.link-icon {
	display: flex;
	justify-content: end;	
}

.link-icon a {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: end;

	font-size: 20px;
	font-weight: 600;
}

.background-title {
	font-size: 180%;
    background-image: url(https://bousui-association.jp/wp-content/uploads/2022/12/ch-bg.jpg);
    background-size: cover;
    padding: 1.5em;
}



