/*
Theme Name: kdu2013
Theme URI: http://www.digitalcube.jp/
Author: DigitalCube Co. Ltd.
Author URI: http://www.digitalcube.jp/
Description: Starter theme, including the Foundation 4(v4.3.1).
Version: 1.4.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kdu2013
Domain Path: /languages/
Tags:

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.

Foundation is made by ZURB, a product design company in Campbell, California.
We've put more than 15 years of experience building web products, services and websites into this framework.
http://foundation.zurb.com/

Foundation 4 Documentation
http://foundation.zurb.com/docs/

ie8-grid-foundation-4.css
https://gist.github.com/zurbchris/5068210


This theme use Genericons: a free, GPL, flexible icon font for blogs!

Genericons are vector icons embedded in a webfont designed to be clean and simple keeping with a generic aesthetic.
Use genericons for instant HiDPI, to change icon colors on the fly, or even with CSS effects such as drop-shadows or gradients
http://genericons.com/

*/
/* Color setting */
/* margin padding */
/* =Global
----------------------------------------------- */
/* line 3, sass/wordpress/_style.scss */
html {
    background-color: transparent;
}

/* line 6, sass/wordpress/_style.scss */
body {
    position: inherit;
    word-wrap: break-word;
    color: #333;
}

/* line 11, sass/wordpress/_style.scss */
.vcard {
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
}
/* line 16, sass/wordpress/_style.scss */
.vcard .fn {
    font-weight: normal;
    font-size: 1em;
}

/* line 21, sass/wordpress/_style.scss */
.sep {
    color: #dddddd;
}

/* Alignment */
/* line 26, sass/wordpress/_style.scss */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

/* line 31, sass/wordpress/_style.scss */
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

/* line 36, sass/wordpress/_style.scss */
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
/* line 43, sass/wordpress/_style.scss */
.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
/* line 47, sass/wordpress/_style.scss */
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/* Clearing */
/* line 70, sass/wordpress/_style.scss */
.clear,
[class*="content"],
[class*="site"],
[class*="navigation"] {
    *zoom: 1;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.clear:after,
[class*="content"]:after,
[class*="site"]:after,
[class*="navigation"]:after {
    content: "";
    display: table;
    clear: both;
}

/* =Layout
----------------------------------------------- */
/* line 76, sass/wordpress/_style.scss */
.site {
    margin: 0 auto;
}

/* line 80, sass/wordpress/_style.scss */
.site-main {
    clear: both;
    padding: 1.875em 0;
    background-color: white;
}

/* =masthead
----------------------------------------------- */
/* line 88, sass/wordpress/_style.scss */
.site-header {
    padding: 1.875em 0 0ｋ 0 ;
    background-color: #2ba6cb;
    color: white;
}
/* line 92, sass/wordpress/_style.scss */
.site-header a {
    color: white;
}
/* line 94, sass/wordpress/_style.scss */
.site-header a:hover, .site-header a:active, .site-header a:focus {
    text-decoration: underline;
}

/* line 100, sass/wordpress/_style.scss */
.site-title {
    margin: 0 0 20px 0;
    color: white;
}

/* line 104, sass/wordpress/_style.scss */
.site-description {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 1em;
    color: white;
}

/* =colophon
----------------------------------------------- */
/* line 113, sass/wordpress/_style.scss */
.site-footer {
    clear: both;
    padding: 1.875em 0;
    background-color: #333333;
    color: #cccccc;
    text-align: center;
}
/* line 119, sass/wordpress/_style.scss */
.site-footer a {
    color: white;
}
/* line 121, sass/wordpress/_style.scss */
.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
    text-decoration: underline;
}

/* line 126, sass/wordpress/_style.scss */
.site-info {
    font-size: 0.75em;
    line-height: 1.4;
}

/* line 130, sass/wordpress/_style.scss */
.theme-info {
    font-size: 0.75em;
    line-height: 1.4;
    margin-top: 0.5em;
}

/* line 135, sass/wordpress/_style.scss */
.footer-hide-for-small {
    display: none;
}

/* =Menu
----------------------------------------------- */
/* line 141, sass/wordpress/_style.scss */
.site-navigation {
    background-color: #111111;
}

/* line 144, sass/wordpress/_style.scss */
.top-bar .button {
    padding-top: 0;
    padding-bottom: 0;
}

/* =Content
----------------------------------------------- */
/* line 152, sass/wordpress/_style.scss */
.hentry {
    margin-bottom: 1.875em;
    padding-bottom: 1.875em;
}
/* line 155, sass/wordpress/_style.scss */
.hentry:not(.sticky) {
    border-bottom: double 4px #dddddd;
}

/* line 161, sass/wordpress/_style.scss */
.byline,
.updated {
    display: none;
}

/* line 165, sass/wordpress/_style.scss */
.single .byline,
.group-blog .byline {
    display: inline;
}

/* line 169, sass/wordpress/_style.scss */
.page-header {
    margin-bottom: 1.875em;
    padding-bottom: 0.9375em;
    border-bottom: double 4px #dddddd;
}

/* line 175, sass/wordpress/_style.scss */
.entry-header {
    margin-bottom: 1.875em;
    padding-bottom: 0.9375em;
    /*border-bottom: solid 1px #dddddd;*/
}
/* line 180, sass/wordpress/_style.scss */
.entry-header .entry-post_thumbnail {
    width: 70px;
    display: table-cell;
    vertical-align: top;
}
/* line 184, sass/wordpress/_style.scss */
.entry-header .entry-post_thumbnail img {
    width: 60px;
    height: auto;
}
/* line 189, sass/wordpress/_style.scss */
.entry-header .entry-header-text {
    display: table-cell;
    vertical-align: top;
}

/* line 195, sass/wordpress/_style.scss */
.entry-title {
    margin-top: 0;
    margin-bottom: 0;
}

/* line 199, sass/wordpress/_style.scss */
.entry-meta {
    font-size: 0.875em;
    color: #6f6f6f;
    margin-top: 0.5em;
}
/* line 204, sass/wordpress/_style.scss */
.entry-meta .genericon {
    font-size: 1em;
}

/* line 210, sass/wordpress/_style.scss */
.entry-content,
.entry-summary {
    margin: 1.875em 0 0;
}

/* line 213, sass/wordpress/_style.scss */
.page-links {
    clear: both;
    margin: 0 0 1.875em;
}

/* =Archive
----------------------------------------------- */
/* line 221, sass/wordpress/_style.scss */
.author-info {
    *zoom: 1;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.author-info:after {
    content: "";
    display: table;
    clear: both;
}

/* line 224, sass/wordpress/_style.scss */
.author-avatar {
    width: 60px;
    float: left;
    margin-right: 10px;
}

/* line 229, sass/wordpress/_style.scss */
.author-description {
    overflow: hidden;
}

/* line 232, sass/wordpress/_style.scss */
.author-description .vcard {
    margin-top: 0;
    margin-bottom: 0.25em;
    display: block;
}
/* line 236, sass/wordpress/_style.scss */
.author-description .vcard .fn {
    font-weight: bold;
}

/* line 240, sass/wordpress/_style.scss */
.author-url {
    margin-bottom: 0.5em;
}

/* line 243, sass/wordpress/_style.scss */
.user_description {
    font-size: 0.875em;
    line-height: 1.6;
}

/* =Asides
----------------------------------------------- */
/* line 252, sass/wordpress/_style.scss */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* =Media
----------------------------------------------- */
/* line 260, sass/wordpress/_style.scss */
.entry-content img,
.widget img {
    max-width: 100%;
    height: auto;
}

.lt-ie9 .entry-content img,
.lt-ie9 .widget img {
    width: auto;
    /* for ie8 */
}

/* line 266, sass/wordpress/_style.scss */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* line 272, sass/wordpress/_style.scss */
.wp-caption {
    margin-bottom: 1em;
    max-width: 100%;
}

/* line 277, sass/wordpress/_style.scss */
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 5px auto;
    max-width: 98%;
    width: auto;
    /* for ie8 */
    height: auto;
}

/* line 285, sass/wordpress/_style.scss */
.wp-caption-text,
.gallery-caption {
    font-size: 0.875em;
    margin: 5px 5px 0 5px;
    color: #6f6f6f;
}

/* line 291, sass/wordpress/_style.scss */
.site-content .gallery {
    margin-bottom: 1.5em;
}

/* line 295, sass/wordpress/_style.scss */
.gallery-item {
    text-align: center;
}

/* line 298, sass/wordpress/_style.scss */
.gallery-item a img {
    max-width: 90%;
    height: auto;
    width: auto;
    /* for ie8 */
}

/* line 303, sass/wordpress/_style.scss */
.gallery-box li {
    margin-right: 0;
}

/* line 306, sass/wordpress/_style.scss */
.entry-caption {
    margin-top: 1em;
}

/* line 309, sass/wordpress/_style.scss */
.gallery [class*="block-grid-"] > li {
    display: inline-block;
}

/* line 313, sass/wordpress/_style.scss */
.gallery .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
}

/* line 314, sass/wordpress/_style.scss */
.gallery .clearing-blackout .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
}

/* line 313, sass/wordpress/_style.scss */
.gallery .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
}

/* line 314, sass/wordpress/_style.scss */
.gallery .clearing-blackout .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
}

/* line 313, sass/wordpress/_style.scss */
.gallery .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
}

/* line 314, sass/wordpress/_style.scss */
.gallery .clearing-blackout .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
}

/* line 313, sass/wordpress/_style.scss */
.gallery .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
}

/* line 314, sass/wordpress/_style.scss */
.gallery .clearing-blackout .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
}

/* line 313, sass/wordpress/_style.scss */
.gallery .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
}

/* line 314, sass/wordpress/_style.scss */
.gallery .clearing-blackout .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
}

/* line 313, sass/wordpress/_style.scss */
.gallery .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
}

/* line 314, sass/wordpress/_style.scss */
.gallery .clearing-blackout .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
}

/* line 313, sass/wordpress/_style.scss */
.gallery .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
}

/* line 314, sass/wordpress/_style.scss */
.gallery .clearing-blackout .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
}

/* line 313, sass/wordpress/_style.scss */
.gallery .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
}

/* line 314, sass/wordpress/_style.scss */
.gallery .clearing-blackout .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
}

/* line 313, sass/wordpress/_style.scss */
.gallery .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
}

/* line 314, sass/wordpress/_style.scss */
.gallery .clearing-blackout .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
}

/* line 313, sass/wordpress/_style.scss */
.gallery .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
}

/* line 314, sass/wordpress/_style.scss */
.gallery .clearing-blackout .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
}

/* line 313, sass/wordpress/_style.scss */
.gallery .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
}

/* line 314, sass/wordpress/_style.scss */
.gallery .clearing-blackout .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
}

/* line 313, sass/wordpress/_style.scss */
.gallery .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
}

/* line 314, sass/wordpress/_style.scss */
.gallery .clearing-blackout .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
}

/* =Navigation
----------------------------------------------- */
/* line 320, sass/wordpress/_style.scss */
.site-content [class*="navigation"] {
    margin: 0 0 1.875em;
}

/* line 323, sass/wordpress/_style.scss */
[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}

/* line 327, sass/wordpress/_style.scss */
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* =Comments
----------------------------------------------- */
/* line 336, sass/wordpress/_style.scss */
.comments-area {
    margin-top: 3.75em;
}

/* line 340, sass/wordpress/_style.scss */
.comments-title {
    font-size: 1.25em;
}

/* line 344, sass/wordpress/_style.scss */
.comment-list {
    font-size: 0.875em;
    list-style-type: none;
    margin-left: 0 !important;
}
/* line 348, sass/wordpress/_style.scss */
.comment-list .children {
    list-style-type: none;
    margin: 0;
    margin-left: 45px;
}
/* line 354, sass/wordpress/_style.scss */
.comment-list .depth-1 {
    padding: 1em 0;
    border-bottom: dashed 1px #dddddd;
}

/* line 359, sass/wordpress/_style.scss */
.comment-body .vcard {
    display: block;
}

/* line 363, sass/wordpress/_style.scss */
.comment-meta {
    *zoom: 1;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.comment-meta:after {
    content: "";
    display: table;
    clear: both;
}
/* line 365, sass/wordpress/_style.scss */
.comment-meta .comment-avatar {
    width: 40px;
    float: left;
    margin-right: 5px;
}
/* line 370, sass/wordpress/_style.scss */
.comment-meta .comment-metadata {
    padding-left: 5px;
    overflow: hidden;
    line-height: 1.4;
}

/* line 376, sass/wordpress/_style.scss */
.comment-author .fn {
    font-style: normal;
}

/* line 380, sass/wordpress/_style.scss */
.comment-content {
    clear: both;
    margin-top: 0.5em;
}
/* line 383, sass/wordpress/_style.scss */
.comment-content p {
    margin-bottom: 1em;
}

/* line 388, sass/wordpress/_style.scss */
.bypostauthor {
    background-color: transparent;
}

/* =Comments form
----------------------------------------------- */
/* line 394, sass/wordpress/_style.scss */
#reply-title {
    font-size: 1.25em;
}

/* line 397, sass/wordpress/_style.scss */
.required {
    color: red;
    font-weight: bold;
}

/* line 402, sass/wordpress/_style.scss */
.comment-notes,
.logged-in-as {
    font-size: 0.875em;
}

/* line 406, sass/wordpress/_style.scss */
textarea {
    min-height: 10em;
}

/* =Widgets
----------------------------------------------- */
/* line 413, sass/wordpress/_style.scss */
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
/* line 418, sass/wordpress/_style.scss */
.widget select {
    max-width: 100%;
}

/* line 422, sass/wordpress/_style.scss */
.widget-title,
.widgettitle {
    font-size: 1.4em;
}

/* Search widget */
/* line 426, sass/wordpress/_style.scss */
.widget_search .submit {
    display: none;
}

/* line 429, sass/wordpress/_style.scss */
.search-form label {
    font-size: 1em;
    margin: 0;
}

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 440, sass/wordpress/_style.scss */
.infinite-scroll .navigation-paging,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/* line 445, sass/wordpress/_style.scss */
.infinity-end.neverending .site-footer {
    display: block;
}

/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */
@media only screen and (min-width: 768px) {
    /* line 4, sass/wordpress/_media_queries.scss */
    .site {
        overflow: hidden;
    }

    /* Menu */
    /* line 9, sass/wordpress/_media_queries.scss */
    .top-bar .name {
        border-left: solid 1px #2b2b2b;
    }

    /* line 14, sass/wordpress/_media_queries.scss */
    .entry-header .entry-post_thumbnail {
        width: 175px;
    }
    /* line 16, sass/wordpress/_media_queries.scss */
    .entry-header .entry-post_thumbnail img {
        width: 150px;
        height: auto;
    }

    /* colophon */
    /* line 25, sass/wordpress/_media_queries.scss */
    .site-info {
        /*text-align: left;*/
    }

    /* line 28, sass/wordpress/_media_queries.scss */
    .theme-info {
        margin-top: 0;
        /*text-align: right;*/
    }

    /* line 32, sass/wordpress/_media_queries.scss */
    .footer-hide-for-small {
        display: inline;
    }
}

/*
-------------------------------------------------------------- */

.site-header,
.site-header a,
.site-description {
    color: #110307;
}

a {
    color: #177abe;
}

a:hover {
    text-decoration: underline;
    color: #177abe;
}

.site-header {
    background-color: #fff;
}

#primary,
#secondary {
    font-size: 0.875em;
}

.top-right-search ul {
    margin-bottom: 0;
    width: 15rem;
}

.top-right-search input[type="search"],
.top-right-search .button {
    margin-bottom: 0;
}

.site-description {
    display: none;
}

.fourlines_back {
    background-image: url("images/fourlines_back.png");
    background-position: left center;
    background-repeat: repeat-x;
    text-align: center;
    margin: 0;
    padding: 0;
}

.fourlines_back .entry-title {
    display: inline-block;
    background-color: white;
    padding: 10px;
    font-size: 1.2em;
}

.important-news {
    border-bottom: dotted 1px #cfcfcf;
    margin-bottom: 2em;
}

.top-page-block {
    margin-bottom: 2em;
}

.top-page-block a:hover {
    text-decoration: underline;
    color: #1779C0;
}

.top-page-block .each-tag a:hover {
    color: white;
}

.page-header {
    border: none;
}

.no-search-word .entry-header .entry-title,
.error404 .entry-header .entry-title,
.single .entry-header .entry-title,
.search .page-header .page-title,
.archive .page-header .page-title,
.title-above-thumb .entry-header .entry-title,
.top-page-block .top-block-title {
    background-image: url("images/top_second_block_bar.png");
    background-position: top left;
    background-repeat: no-repeat;
    border-bottom: solid 1px #cfcfcf;
    margin: 0 0 20px 0;
    padding: 0;
}

.no-search-word .entry-header .entry-title,
.error404 .entry-header .entry-title,
.single .entry-header .entry-title,
.archive .page-header .page-title,
.search .page-header .page-title,
.title-above-thumb .entry-header h1.entry-title,
.top-page-block .top-block-title h1 {
    font-size: 1.8em;
    padding: 20px;
    margin: 0;
}

.single .entry-header .entry-header-text {
    display: block;
}

.row .pick-up {
    margin-bottom: 2em;
}

.pick-up h2 {
    font-size: 1.4em;
}

.columns-4 h2 {
    font-size: 1em;
}

.columns-4 h2 {
    margin: 1em 0;
}

/* top right search
-------------------------------------------------------------- */

.top-right-search {
    margin-top: 1rem;
}

.top-right-search .search-form {
    width: 100%;
}

.top-right-search ul {
    margin-bottom: 0;
    width: 24rem;
}

.top-right-search li {
    display: inline;
}

.top-right-search input[type="search"],
.top-right-search .button {
    margin-bottom: 0;
}

#english-page-link {
    float: left;
}

.top-right-search .has-form {
    width: 19rem;
    margin-left: 0.4rem;
}

/* .site-header
-------------------------------------------------------------- */

.site-header {
    padding-top: 0;
}

.top-right-search input[type="search"],
.top-right-search .button,
#english-page-link a {
    height: 1.6rem;
    padding: 0 5px;
}

#english-page-link a {
    line-height: 1.6rem;
    padding: 0 10px;
    background-color: #171717;
    color: #f0f0f0;
    font-size: 0.8rem;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.top-right-search .button {
    margin-left: 5px;
    box-shadow: none;
    font-size: 0.8rem;
}

.top-right-search .prefix {
    border: none;
    background-color: #125fad;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.top-right-search .columns {
    padding-right: 0;
    padding-left: 0;
}

.top-right-search .small-8 {
    width: 75%;
}

.top-right-search .small-4 {
    width: 25%;
}

/* tab menu on the top page
-------------------------------------------------------------- */

.tab, .tab ul{
    margin: 0;
    padding: 0;
    height: 50px;
    list-style: none;
    border-bottom: solid 1px #ddd;
    border-collapse: collapse;
}
.tab li {
    float: left;
    margin: 0 10px;;
    padding: 0;
    border: 1px #ddd solid;
    background-color: #f4f4f4;
    height: 50px;
    line-height: 50px;
}

.tab li a {
    display: inline-block;
    height: 50px;
    padding: 0 20px;
}
.tab li.active {
    background-color: white;
    border-bottom: solid 1px white;
}

.tab li.active a{
    color: #000;
    background-color:#fff;
}
.tab_area {
    display: none;
}
.tab_content {
    clear: both;
    overflow: hidden;
    position:relative;
    top:-1px;
    /*z-index:-1;*/
    clear:left;
    padding:0;
    height: 100%;
    overflow:auto;
}

.tab_content ul {
    margin: 0;
}

.tab_content ul li{
    padding: 10px 0;
    list-style: none;
    border-bottom: solid 1px #cfcfcf;
}

.post-title-in-tab {
    display: block;
}

.each-tag a {
    font-size: 0.8em;
    background-color: #9a9a9a;
    margin: 3px 5px;
    padding: 2px 10px;
    color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
}

/* footer
-------------------------------------------------------------- */

.site-footer {
    background-color: #fafafa;
    border-top: solid 1px #dedede;
    color: #757575;
    text-align: left;
    height: 350px;
}

/* top right menu
-------------------------------------------------------------- */

.top-right-menu ul {
    margin: 0;
    font-size: 0.75em;
}

.top-right-menu ul li {
    display: inline-block;
}

.top-right-menu a:hover {
    text-decoration: none;
}

.top-right-upper {
    margin: 0.5em 0;
}

.top-right-upper li {
    padding-right: 1.2em;
    margin-right: 1.2em;
    background-repeat: no-repeat;
    background-position: right center;
}

.top-right-upper li:nth-child(1),
.top-right-upper li:nth-child(2),
.top-right-upper li:nth-child(3) {
    background-image: url("images/top_right_blank_icon.png");
}

.top-right-upper li:nth-child(4),
.top-right-upper li:nth-child(5),
.top-right-upper li:nth-child(6) {
    background-position: left center;
    padding-right: 0;
    margin-right: 0;
    margin-left: 1.2em;
}

.top-right-upper li:nth-child(4) {
    background-image: url("images/top_right_access_icon.png");
    padding-left: 1.2em;
}

.top-right-upper li:nth-child(5) {
    background-image: url("images/top_right_contact_icon.png");
    padding-left: 1.7em;
}

.top-right-upper li:nth-child(6) {
    background-image: url("images/top_right_document_icon.png");
    padding-left: 1.7em;
}

.top-right-bottom {
    display: inline-block;
    border: solid 1px #b3cbe5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #f7f7f7;
}

.top-right-bottom li {
    border-right: solid 1px #b3cbe5;
}

.top-right-bottom li:last-child {
    border-right: none;
}

.top-right-bottom a {
    display: inline-block;
    padding: 5px 20px;
}

.top-right-bottom li a:hover {
    background-color:  #125fad;
    color: white;
}

.top-right-bottom li:first-child a:hover {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
}

.top-right-bottom li:last-child a:hover {
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}

/* slider
-------------------------------------------------------------- */

.flexslider ul {
    margin: 0;
}

/* main navigation
-------------------------------------------------------------- */

.site-navigation,
.top-bar,
.top-bar-section li a:not(.button),
.top-bar-section ul li.active > a {
    background-color: #125fad;
}

.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
    border-left: solid 1px #05519c;
    border-right: solid 1px #2271c0;
}

.top-bar .name {
    border-left: 1px solid #05519c;
}

.top-bar .name h1 {
    border-left: 1px solid #2271c0;
}

.site-navigation .columns {
    padding: 0;
}

/* breadcrumb
-------------------------------------------------------------- */

.breadcrumbs {
    background-color: white;
    border: none;
    display: block;
    list-style: none outside none;
    margin-left: 0;
    overflow: hidden;
    padding: 0
}

.breadcrumbs > * {
    font-size: 0.875em;
}

.breadcrumbs > *:before {
    color: #AAAAAA;
    content: ">";
    margin: 0 0.75em;
    position: relative;
    top: -2px;
}

/* page
-------------------------------------------------------------- */

#secondary {
    padding: 0;
}

.home #secondary {
    border: none;
}

#secondary #sidebar-title {
    background-color: #2172c1;
    border-top: solid 3px #125fad;
    margin: 0;
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0.8rem;
}

#secondary .outline-border {
    margin: 0;
    padding-bottom: 10px;
    border: solid 1px #ddd;
}

#secondary ul {
    list-style: none;
}

#secondary ul li ul {
    margin: 0;
}

#secondary li a {
    border-bottom: dotted 1px #cfcfcf;
    display: block;
    padding: 0.5rem 20px 0.5rem 40px;
    background-image: url("images/list_marker_01.png");
    background-repeat: no-repeat;
    background-position: 20px 13px;
    color: #1160af;
}

#secondary li a:hover {
    color: #1160af;
    background-color: #f2f9ff;
}

#secondary .current_page_item > a,
#secondary .current-cat > a {
    background-color: #fafafa;
}

#secondary .current_page_parent .children,
#secondary .current_page_item .children {
    display: block;
}

#secondary ul.children a {
    padding-left: 4em;
    background-image: url("images/list_marker_03.png");
    background-repeat: no-repeat;
    background-position: 3em center;
}

#secondary ul.children ul.children a {
    padding-left: 4.5em;
    background-image: url("images/list_marker_06.png");
    background-repeat: no-repeat;
    background-position: 3.5em center;
}

#secondary ul.children ul.children ul.children a {
    padding-left: 5em;
    background-image: url("images/list_marker_07.png");
    background-repeat: no-repeat;
    background-position: 4em center;
}

#secondary ul.children ul.children ul.children ul.children a {
    padding-left: 5em;
    background-image: none;
}


/* title over thumb page
-------------------------------------------------------------- */

.title-over-thumb .entry-header h1.entry-title {
    background-color: rgba(0,0,0,0.4);
    font-weight: normal;
    font-size: 1.6rem;
    height: 4rem;
    line-height: 4rem;
    padding-left: 2rem;
    color: white;
}

.title-over-thumb .entry-header {
    padding: 0;
    margin: 0;
}

.title-over-thumb .page {
    position: relative;
    top: -64px;
}

.top-bottom-border,
.columns-three h2 {
    border-top: solid 3px #1160ad;
    border-bottom: solid 1px #dedede;
    background-color: #fafafa;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0.6rem;
}

h2.color-blue {
    color: #177abe;
    font-weight: normal;
    font-size: 1.6rem;
}

.top-border-title {
    background-color: #fafafa;
    padding: 2px 0 0 0;
}

.top-border-title h4 {
    border-top: solid 1px #dedede;
    font-weight: normal;
    padding: 10px 20px;
    margin-top: 0;
}

/* parts
-------------------------------------------------------------- */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 16px;
}

.entry-content h1,
.entry-content h2 {
    font-weight: normal;
}


.entry-content h1 {
    border-bottom: solid 3px #1160ad;
    font-size: 1.5rem;
    padding-bottom: 0.8rem;
}

.entry-content h2 {
    color: #157bbd;
    font-size: 1.5rem;
}

.archive h3.entry-title,
.search h3.entry-title,
.entry-content h3 {
    border-top: solid 3px #1160ad;
    border-bottom: solid 1px #dedede;
    background-color: #fafafa;
    font-size: 1.1rem;
    padding: 0.9em;
    clear: both;
}

.entry-content h4 {
    font-size: 1.1rem;
    background-color: #f2f2f2;
    border: solid 10px #f2f2f2;
    padding: 0 0 0 30px;
    background-image: url("images/h4-border-left.png");
    background-repeat: repeat-y;
    background-position: 10px center;
}

.entry-content h5 {
    font-size: 1rem;
    color: #157bbd;
    background-color: #fafafa;
    padding: 0.8rem 20px;
    background-image: url("images/h5-border-top.png");
    background-repeat: repeat-x;
    background-position: left 2px;
}

.entry-content h6 {
    font-size: 1rem;
    border-bottom: solid 1px #dedede;
    padding: 0.8rem 20px;
}

.entry-content ul li {
    list-style: none;
    background-image: url("images/list_marker_02.png");
    background-repeat: no-repeat;
    background-position: left 8px;
    padding: 2px 0 2px 20px;
}

.columns-three-text ul li,
.entry-content ul li li {
    background-image: url("images/list_marker_03.png");
    background-repeat: no-repeat;
    background-position: left 10px;
    padding: 2px 0 2px 20px;
}

.entry-content table {
    width: 100%;
}

.entry-content table th,
.entry-content table td {
    border-right: solid 1px #ddd;
    border-bottom: dotted 1px #ddd;
}

.entry-content table tr.even,
.entry-content table tr.alt,
.entry-content table tr:nth-of-type(2n) {
    background-color: white;
}

blockquote,
.entry-content table thead,
.entry-content table tfoot,
.entry-content table th {
    background-color: #fafafa;
    text-align: left;
}

.entry-content table th {
    font-weight: normal;
}

blockquote {
    border: solid 3px #dedede;
    padding: 1.25em 1.25em 0 1.25em;
}

.img-left-text-right .columns {
    height: 10em;
    line-height: 1.6;
}

.img-left-text-right .columns:last-child {
    float: left;
}

.img-left {
    float: left;
    margin-right: 1rem;
}

p.two-columns-title {
    margin-bottom: 0.5em;
    font-weight: bold;
}

#anchor_box,
.in-page-list-01 {
    border: solid 3px #dedede;
    padding: 1.25em 1.25em 0 1.25em;
    background-color: #fafafa;
    margin-bottom: 1.25em;
}

#anchor_box ul li,
.in-page-list-01 ul li {
    display: inline-block;
    background-position: left 0.4em;
    padding-right: 1em;
}

.in-page-list-02,
.in-page-list-03 {
    clear: both;
}

.in-page-list-02 h2 {
    font-size: 1.5em;
    background-color: #2172c1;
    color: white;
    margin: 0;
    padding: 0.6em;
}

.in-page-list-02 ul {
    margin: 0;
    padding: 1.25em;
    border: solid 1px #ccc;
}

.in-page-list-02 ul li {
    display: inline-block;
    background-image: url("images/list_marker_05.png");
    background-repeat: no-repeat;
    background-position: left 0.8em;
    padding: 2px 20px 2px 10px;
}

.in-page-list-03 ul {
    margin: 0;
    overflow: hidden;
}

.in-page-list-03 ul li {
    background-image: none;
    margin: 0 0 1.6em 0;
    padding: 0 0 1.6em 0;
    overflow: auto;
    border-bottom: dotted 1px #cfcfcf;
}

.in-page-list-03 .large-12 {
    padding: 0;
}

.post-title-in-tab {
    display: block;
    margin-top: 10px;
}

/* .home #secondary
-------------------------------------------------------------- */

.top-sidebar-content {
    margin-bottom: 1.25em;
    background-color: #f8f9fb;
}

.top-sidebar-content-header {
    border-bottom: solid 1px #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 2em 1.25em;
    font-size: 0.9em;
}

.top-sidebar-content-header p {
    margin-bottom: 0;
}

.top-sidebar-content-cat {
    padding: 1.25em;
}

.top-sidebar-category {
    width: 49%;
    float: left;
    font-size: 0.7em;
    display: table;
    height: 3em;
    margin-bottom: 5px;
}

.top-sidebar-category:nth-child(odd) {
    margin-right: 2%;
}

.top-sidebar-category a {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    padding-left: 2%;
}

.top-sidebar-category a:hover {
    color: #177abe;
    text-decoration: underline;
}

.kdu-square-new {
    margin: 0 1.25em 1.25em 1.25em;
    background-color: white;
}

.kdu-square-new-title {
    background-color: #125fad;
    color: white;
    text-align: center;
    padding: 0.5em;
    font-size: 1.1em;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}

.kdu-square-block {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    font-size: 0.9em;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}

#secondary .kdu-square-each {
    border-bottom: solid 1px #ddd;
    padding: 1.25em;
}

#primary .kdu-square-each {
    margin-bottom: 3em;
    line-height: 1.5;
}

.kdu-square-header {
    margin-bottom: 1.25em;
}

.kdu-square-each div:first-child {
    /*background-repeat: no-repeat;*/
    margin-bottom: 10px;
}

.kdu-square-small-icon {
    float: left;
    padding-right: 5px;
}

.entry-content .kdu-square-each div:nth-child(2) {
    margin-bottom: 10px;
}
/*
.kdu-square-header-annual {
    background-image: url("images/kdu_square_cat_icon_a.png");
}
.kdu-square-header-chaos {
    background-image: url("images/kdu_square_cat_icon_c.png");
}
.kdu-square-header-craft {
    background-image: url("images/kdu_square_cat_icon_ca.png");
}
.kdu-square-header-design-education {
    background-image: url("images/kdu_square_cat_icon_ds.png");
}
.kdu-square-header-environmental-design {
    background-image: url("images/kdu_square_cat_icon_ed.png");
}
.kdu-square-header-fashion-design {
    background-image: url("images/kdu_square_cat_icon_fd.png");
}
.kdu-square-header-graduate {
    background-image: url("images/kdu_square_cat_icon_gs.png");
}
.kdu-square-header-image {
    background-image: url("images/kdu_square_cat_icon_is.png");
}
.kdu-square-header-laboratory {
    background-image: url("images/kdu_square_cat_icon_la.png");
}
.kdu-square-header-library {
    background-image: url("images/kdu_square_cat_icon_li.png");
}
.kdu-square-header-manga {
    background-image: url("images/kdu_square_cat_icon_manga.png");
}
.kdu-square-header-product-design {
    background-image: url("images/kdu_square_cat_icon_pd.png");
}
.kdu-square-header-reunion {
    background-image: url("images/kdu_square_cat_icon_r.png");
}
.kdu-square-header-serendip {
    background-image: url("images/kdu_square_cat_icon_gallery_serendip.png");
}
.kdu-square-header-visual-design {
    background-image: url("images/kdu_square_cat_icon_vd.png");
}*/

.kdu-square-each-title {
    line-height: 1.5;
    clear: left;
}

.open-the-list {
    text-align: center;
    padding: 1em;
}

.sf-footer-address,
.sf-footer-copyright {
    display: none;
}

.tax-faculty .faculty_member,
.post-type-archive-faculty_member .faculty_member {
    width: 32%;
    float: left;
    height: 130px;
    margin-right: 1%;
}

/* top page layout
-------------------------------------------------------------- */

.home #primary,
#secondary {
    float: left;
}

.home #secondary,
#primary {
    float: right;
}


.left_content_box_01 {
    width: 49%;
    float: left;
}
.right_content_box_01 {
    width: 49%;
    float: right;
}

@media screen and (min-width: 769px) {
    #primary.large-8 {
        width: 70.1%;
    }

    #secondary.large-4 {
        width: 26.3%;
    }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
    #primary.large-8 {
        width: 66.66667%;
    }

    #secondary.large-4 {
        width: 33.33333%;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }

    .top-right-bottom a {
        padding: .5em 1em;
    }

}

@media screen and (max-width: 640px) {	/* 640px以下用（スマートフォン用）の記述 */
    #masthead .columns {
        padding: 0;
    }

    .site-title {
        padding: 20px 10px;
        text-align: center;
    }

    .site-branding {
        border-top: solid 1px #ccc;
        background-color: #fafafa;
        padding: 20px 0;
    }

    .site-navigation, .top-bar, .top-bar-section li a:not(.button), .top-bar-section ul li.active > a{
        background-color: white;
    }

    .page #site-navigation {
        box-shadow: none;

    }

    .row.top-right-menu {
        margin: 0;
    }

    .top-right-upper li:nth-child(1),
    .top-right-upper li:nth-child(2),
    .top-right-upper li:nth-child(3),
    .top-right-upper li:nth-child(6),
    .top-right-bottom,
    .top-right-search {
        display: none;
    }

    .top-right-upper {
        height: 0;
    }

    #masthead {
        position: relative;
        top: 40px;
    }

    .site-title img {
        position: relative;
        top: 10px;
    }

    #masthead .text-right {
        /*display: none;*/
    }

    #site-navigation {
        position: relative;
        top: -125px;
        left: 10px;
    }

    .top-right-upper li:nth-child(4),
    .top-right-upper li:nth-child(5) {
        position: relative;
        top: -155px;
        right: 10px;
    }

    .pick-up-each {
        margin-bottom: 2em;
    }

    .pick-up h2,
    .pick-up-each h2 {
        margin: 0 0 5px 0;
        font-size: 1em;
    }

    .pick-up-big-thum {
        width: 31%;
        float: left;
        padding-right: 0;
    }
    .small-thumb-on-top {
        width: 30%;
        float: left;
    }

    .pick-up-big-text {
        padding-left: 0;
        width: 67%;
        float: right;
    }

    .pick-up-text {
        width: 68%;
        float: right;
    }

    .tab, .tab ul, .tab li {
        height: 2.5em;
        line-height: 2.5em;
    }
    .tab li {
        margin: 0 5px;
    }
    .tab li a {
        padding: 0 1.5em;
        font-size: 0.8em;
    }
    .tab_content .large-10.columns {
        width: 70%;
        padding: 0 0 0 0;
    }

    .tab_content .large-2.columns {
        width: 30%;
        padding: 0;
    }

    .tab_content ul li {
        overflow: hidden;
        height: 100%;
    }

    .tab_content .date-in-tab {
        display: block;
    }

    .tab_content .each-tag a {
        margin-left: 0;
        display: inline-block;
    }

    .social-links {
        text-align: center;
    }

    .pc-footer-logo {
        display: none;
    }

    .site-footer {
        height: auto;
        padding: 20px 0 0 0;
    }

    .sf-footer-address,
    .sf-footer-copyright {
        display: block;
        text-align: center;
        font-size: 0.75em;
    }

    .sf-footer-copyright {
        background-color: #125fad;
        color: white;
        padding: 20px 0 60px 0;
        margin: 20px 0 0 0;
    }

    .entry-content .left_contents_box,
    .entry-content .center_contents_box,
    .entry-content .right_contents_box,
    .entry-content .left_content_box_02,
    .entry-content .center_content_box_02,
    .entry-content .right_content_box_02 {
        float: none;
        padding-right: 0;
        width: 100%;
    }

    .entry-content .right_contents_box div,
    .entry-content .left_contents_box div {
        float: right;
        margin-right: 0;
        width: 70%;
    }

    .entry-content .kdu-child-page-list > li > ul.children > li {
        width: 100%;
        margin-right: 0;
        height: auto;
    }

    .entry-content .left_img_box .img_box_thumbnail,
    .entry-content .left_img_box div {
        float: none;
        width: 100%;
    }

    #content .entry-content .in-page-list-04,
    #content .entry-content .in-page-list-04 ul {
        overflow: hidden;
    }

    #content .entry-content .in-page-list-04 li {
        display: block;
        float: left;
        width: 45%;
    }

    #content .entry-content .in-page-list-04 li a {
        border-right: none;
        padding-right: 0;
    }

    .entry-content .in-page-list-04 li:last-child a {
        border-right: none;
    }

    .home #page #secondary {
        display: block;
        text-align: center;
    }

    .home #page #secondary .widget_flammeuspupa_site_list_widget,
    .home #page #secondary .widget_flammeuspupa_widget,
    #page #secondary {
        display: none;
    }

    #page .site-main {
        margin-top: 0;
        padding-top: 0;
    }

    #page ul.breadcrumbs {
        margin-bottom: 5px;
    }

    .entry-content .img_box_thumbnail {
        width: 30%;
    }

    #page .entry-content .right_contents_box div,
    #page .entry-content .left_contents_box div {
        width: 67%;
    }

    #page .archive-excerpt {
        width: 48%;
    }

    #page .entry-post_thumbnail {
        width: 49%
    }

    .site-content .wp-pagenavi a {
        display: inline-block;
    }

    #page .site-content .wp-pagenavi .current,
    #page .site-content span.extend {
        padding: 0.9em 1.3em;
    }

    .tax-faculty .faculty_member,
    .post-type-archive-faculty_member .faculty_member {
        width: 100%;
        float: none;
        height: auto;
        margin-right: 0;
    }

    .single-faculty_member #page .entry-content table th {
        width: 25%;
    }

    .tax-faculty #page .entry-post_thumbnail,
    .post-type-archive-faculty_member #page .entry-post_thumbnail {
        width: 15%;
    }

    .tax-faculty #page .entry-header-text,
    .post-type-archive-faculty_member #page .entry-header-text {
        width: 83%;
    }

    .error404 .entry-header .entry-title {
        padding-left: 0;
        padding-right: 0;
        font-size: 1.5em;
    }
    .error404 .entry-content .error-404-links div {
        width: 90%;
        margin: 1em 1em 0 1em;
    }
    .error404 .entry-content .search-form .small-8 {
        width: 70%;
        /*margin-right: 80px;*/
        /*float: left;*/
    }

    .error404 .search-form .small-4 {
        width: 20%;
        /*width: 5%;*/
    }

    .error404 .entry-header .entry-title,
    .single .entry-header .entry-title,
    .archive .page-header .page-title,
    .search .page-header .page-title,
    .title-above-thumb .entry-header h1.entry-title,
    .top-page-block .top-block-title h1 {
        padding: 15px 5px;
    }

    .entry-content .course-footer-link dt {
        margin: 35px 20% 10px 0;
    }

    .entry-content .course-footer-link dd {
        margin-top: 0;
    }

    .right_content_box_01,
    .left_content_box_01 {
        width: 100%;
        float: none;
    }

}

.second-child-in {
    width: 71.25em;
    margin: 0 auto;
}

/* スマフォメニュースタイル調整
-------------------------------------------------------------- */
@media only screen and (max-width: 640px) {

    .kdu-mega-menu h2 {
        font-weight: normal;
        font-size: 1.1em;
    }

    .kdu-mega-menu h3.widget-title {
        font-weight: normal;
        font-size: 0.9em;
        padding: 10px 16px;
        background-color: #56a6db;
    }

    .kdu-mega-menu h3.widget-title span.open-button {
        padding: 10px 16px;
    }

    .kdu-mega-menu li {
        font-size: 0.9em;
        background-color: #4b8ccc;
    }

    .kdu-mega-menu ul li a {
        font-size: 0.9em;
        padding: 10px 16px;
    }

    .kdu-mega-menu h3.widget-title,
    .kdu-mega-menu ul li > a {
        background-color: #4b8ccc;
    }

    .kdu-mega-menu h3.widget-title {
        background-color: #56a6db;
    }
    /*
.kdu-mega-menu {
    width: 70%;
}
.offcanvas #page {
    left: 70%;
}
    */
    .wrapper {
        max-width: 100%;
        width: auto;
        overflow: hidden;
    }
    #kdu-slide-menu {
        float: left;
        margin-left: -70%;
        width: 70%;
    }
    #page {
        float: left;
        margin-right: 0;
        width: 100%;
    }
    .offcanvas #kdu-slide-menu {
        margin-left: 0;
    }
    .offcanvas #page {
        margin-right: -70%;
    }
}

.entry-content table tr th,
.entry-content table tr td {
    padding: 1em;
}

[class*="column"] + [class*="column"] .two-columns-text {
    float: none;
}

.site-footer ul li {
    list-style: none;
}

.site-footer a {
    color: #177abd;
}

.site-footer a[target="_blank"] {
    background-image: url("images/top_right_blank_icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 1.2em;
}

.site-footer .social-links a[target="_blank"] {
    background-image: none;
}

#secondary .widget {
    margin-bottom: 1em;
}

#secondary .widget:nth-child(1) {
    margin-bottom: 0;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}

#secondary .widget:nth-child(2) {
    margin-bottom: 2em;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}

#secondary .widget:nth-child(1),
#secondary .widget:nth-child(2) {
    background-color: #F8F9FB;
}

#secondary .kdu-square-each:last-child {
    text-align: center;
}

.hentry:not(.sticky) {
    border: none;
}

#main {
    margin-top: 3px;
}

#site-navigation {
    box-shadow: 0 2px 2px #ccc;
    z-index: 9999999;
}

.kdu-mega-menu .first-child > h2 > a:hover {
    /*color: #4b8ccc;*/
}

.kdu-mega-menu .first-child .title a {
    padding: 11px 16px 12px;
}

.kdu-mega-menu .first-child .title a:hover {
    background-color: #4b8ccc;
}

.single-post #secondary >ul>li>ul.children {
    display: block;
}

#menu-top-right-bottom li {
    float: left;
}

#menu-top-right-bottom a {
    color: #1160af;
}

#menu-top-right-bottom a:hover {
    color: white;
    text-decoration: none;
}

.top-page-block {
    line-height: 1.4;
}

.tab_area {
    color: #767676;
}

.important-news .title-link {
    margin-bottom: 1em;
}

.left_content_box_02,
.center_content_box_02,
.right_content_box_02 {
    position: relative;
    width: 33.3333%;
    float: left;
    padding-right: 0.9375em;
}

.right_content_box_02 {
    padding-right: 0;
}

.left_content_box_02 h2,
.center_content_box_02 h2,
.right_content_box_02 h2 {
    font-size: 16px;
    padding: 16px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #DEDEDE;
    border-top: 3px solid #1160AD;
    font-weight: bold;
}

hr {
    clear: both;
    border-color: white;
    margin: 0;
}

.right_contents_box,
.left_contents_box {
    width: 49%;
    line-height: 1.6;
}

.left_contents_box {
    float: left;
}
.right_contents_box {
    float: right;
}

.img_box_thumbnail {
    float: left;
}

.right_contents_box div,
.left_contents_box div {
    float: right;
    width: 55%;
    margin-right: 20px;
}

.right_contents_box strong a,
.left_contents_box strong a {
    margin-bottom: 5px;
}

.left_img_box div {
    width: 80%;
    float: left;
}

.left_img_box .img_box_thumbnail {
    width: 19%;
    float: right;
}

.left_img_box .img_box_thumbnail a {
    margin-bottom: 1em;
    display: block;
}

.in-page-list-04 {
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    margin-bottom: 20px;
}

.in-page-list-04 ul {
    margin: 0 0 0 20px;
    padding: 10px 0;
}

.entry-content .in-page-list-04 li {
    background-image: url("images/list_marker_03.png");
    background-position: left 10px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding: 2px 0 2px 10px;
    display: inline-block;
    margin-right: 10px;
}

.entry-content .in-page-list-04 li a {
    border-right: solid 1px #dedede;
    padding-right: 10px;
}

.entry-content .in-page-list-04 li:last-child a {
    border-right: none;
}


.entry-content ul.kdu-child-page-list li {
    background-image: none;
    padding: 0;
}

ul.kdu-child-page-list,
ul.kdu-child-page-list ul {
    margin: 0;
}


.kdu-child-page-list > li {
    clear: left;
}

.kdu-child-page-list > li > ul.children > li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
}

.kdu-child-page-list > li > ul.children > li:nth-child(3) {
    margin-right: 0;
}

.kdu-child-page-list > li > a {
    display: block;
    border-top: solid 3px #1160ad;
    border-bottom: solid 1px #dedede;
    background-color: #fafafa;
    font-size: 1.1rem;
    padding: 0.9em 0.9em 0.9em 10px;
    clear: both;
    margin-bottom: 20px;
}

.kdu-child-page-list > li > ul > li > a {
    display: block;
    font-size: 1rem;
    color: #157bbd;
    background-color: #fafafa;
    padding: 0.8rem 10px;
    background-image: url("images/h5-border-top.png");
    background-repeat: repeat-x;
    background-position: left 2px;
    margin-bottom: 20px;
}

.kdu-child-page-list > li > ul.children > li {
    height: 300px;
}

.kdu-child-page-list .children .children li {
    background-image: url("images/list_marker_03.png");
    background-position: left 10px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 20px;
    margin: 10px 0 10px 20px;
}

.archive-entry-meta {
    color: #757575;
    margin: 0 0 20px 10px;
}

.search h3.entry-title,
.archive h3.entry-title {
    margin-bottom: 20px;
}

.search .entry-content,
.archive .entry-content {
    margin: 0 10px 50px 10px;
}

.wp-pagenavi {
    padding-top: 60px;
    margin-bottom: 20px;
}

.site-content .wp-pagenavi a {
    padding: 1em 1.3em;
    border: solid 1px #b4c9e4;
    background-color: #f8f6f7;
}

.site-content .wp-pagenavi a:hover,
.site-content .wp-pagenavi span.current {
    border: solid 1px #177abe;
}

.site-content .wp-pagenavi .current {
    padding: 1em 1.3em;
    background-color: #125fad;
    color: white;
}

.site-content span.extend {
    padding: 1em 1.3em;
}

.archive-excerpt {
    width: 78%;
    float: left;
    line-height: 1.8;
}

.search-results  .entry-post_thumbnail,
.archive .entry-post_thumbnail {
    width: 21%;
    float: right;
}

.cat-archive-link {
    text-align: right;
    color: #cfcfcf;
}

.cat-archive-link a {
    display: inline-block;
    padding: 10px;
}

.theme-info div div:nth-child(3) a {
    padding: 0 3px;
}

.home.admin-bar #prev,
.home.admin-bar #next {
    top: 204px;
}

.home #prev,
.home #next {
    top: 176px;
}

.home #prev img {
    right: 15px;
}

.home #next img {
    left: 15px;
}

p.go_top {
    padding-top: 40px;
    text-align: right;
    clear: both;
}

p.go_top a {
    background-color: #FAFAFA;
    border: 1px solid #DEDEDE;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    background-image: url("images/go_to_the_top_icon.png");
    background-repeat: no-repeat;
    background-position: 10px center;
}

.breadcrumbs > * a,
.breadcrumbs > * a:hover,
.breadcrumbs > * span {
    color: #177abe;
    text-transform: uppercase;
}

.entry-content ul li ul,
.kdu-child-page-list .children .children .children li {
    margin-left: 0;
}

.caroufredsel_wrapper a:hover {
    text-decoration: none;
}

.no-br a {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.single .entry-header h1.entry-title {
    margin-bottom: 20px;
}

.tax-faculty .entry-header-text,
.post-type-archive-faculty_member .entry-header-text {
    width: 70%;
    float: right
}

.tax-faculty .entry-post_thumbnail,
.post-type-archive-faculty_member .entry-post_thumbnail {
    width: 25%;
    float: left;
}

.tax-faculty h1,
.post-type-archive-faculty_member h1 {
    font-size: 0.875em;
}

.faculty_member .entry-meta .button {
    box-shadow: none;
    transition: none;
    border: none;
    margin: 0;
    padding: 0;
    background-color: white;
}

.single-faculty_member .entry-content table,
.single-faculty_member .entry-content table td {
    border: none;
    line-height: 2;
}

.single-faculty_member .entry-content table th {
    border: none;
    border-right: solid 1px #ddd;
    background-color: white;
    vertical-align: top;
    width: 15%;
    text-align: right;
}

.single-faculty_member .entry-header,
.single-faculty_member .entry-content {
    margin-top: 0;
    padding-bottom: 0;
}

.single-faculty_member dt {
    background-image: url("images/list_marker_02.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding: 2px 0 2px 20px;
    font-weight: normal;
    font-size: 0.9em;
}

.left_contents_box h3,
.right_contents_box h3 {
    background-color: white;
    border: none;
    font-size: 1em;
    padding: 0;
    margin-bottom: 10px;
}

.single-faculty_member .breadcrumbs .tail {
    display: none;
}

.no-search-word .entry-content .small-8 {
    width: 90%;
}

.no-search-word .entry-content .small-4 {
    width: 80px;
}

.no-search-word .entry-content .search-form {
    border: solid 1px #e8e8e8;
    padding: 10px;
    background-color: #eeeeee;
}

.no-search-word .entry-content .search-form .button,
.no-search-word .entry-content input[type="search"] {
    margin-bottom: 0;
}

.no-search-word .entry-content input[type="search"] {
    border: solid 1px #abadb3;
}

.no-search-word .entry-content .search-form .button {
    background-color: #115fad;
    box-shadow: none;
    border-radius: 3px;
}

.no-search-word .entry-content p {
    font-size: 0.8em;
    margin: 2em 0;
}

.error-404-links div {
    border: solid 1px #dcdcdc;
    padding: 1.5em;
    text-align: center;
    float: left;
    width: 30%;
    margin: 2em 0.6em 1em 1em;
}

.no-search-word .entry-header {
    margin-bottom: 0;
}

.no-search-word .entry-content {
    margin-top: 0;
}

.img_box_thumbnail dt + dd{
    background-image: url("images/top_right_blank_icon.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.course-footer-link dd a,
.img_box_thumbnail dd a {
    background-image: url("images/list_marker_01.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #1160AF;
    display: block;
    padding: 0 0 0 20px;
    font-size: 0.7em;
}

.course-footer-link {
    background-image: url("images/course_footer_link.png"), url("images/course_footer_link.png");
    background-repeat: repeat-x;
    background-position: left top, left bottom;
    padding: 5px 0;
}

.course-footer-link dl {
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}

.course-footer-link dt,
.course-footer-link dd {
    float: left;
}

.course-footer-link dt {
    margin: 35px  23% 35px 0;
}

.course-footer-link dd {
    margin: 40px 0;
}

.course-footer-link dt + dd {
    padding-right: 20px;
    margin-right: 20px;
    background-image: url("images/top_right_blank_icon.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.course-footer-link dd a {
    font-size: 1em;
}

.img_box_thumbnail dl {
    width: 155px;
}

.no-br br {
    display: none;
}

.each-tag {
    margin-bottom: 3px;
}

.top-page-block .columns-4 {
    margin-bottom: 10px;
}

.site-header .large-7 {
    min-width: 660px;
}

.original-link {
    margin: 2em 0;
}

ul.sitemap {
    margin-left: 0;
}

.entry-content ul.sitemap > li {
    width: 48%;
    margin-bottom: 2em;
    background-image: none;
    padding: 0;
}

.entry-content ul.sitemap > li > a {
    display: block;
    width: 100%;
    padding: 0.9em;
    background-color: #FAFAFA;
    border-bottom: 1px solid #DEDEDE;
    border-top: 3px solid #1160AD;
    font-size: 1.1em;
    margin-bottom: 20px;
}

ul.sitemap > li > ul.children {
    margin-left: 15px;
}

ul.sitemap > li > ul.children > li {
    background-image: url("images/list_marker_02.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding: 2px 0 2px 20px;
}

.additional-text {
    margin-top: 1em;
}

.additional-text,
.date-in-tab {
    color: #838383;
}

.columns-4 .pick-up-text h2 {
    margin-bottom: 0.3em;
}

.top-page-block .row.columns-4 .pick-up-each {
    background-color: #f4f5f9;
    padding-bottom: 0.7em;
    margin-bottom: 1.3333%;
}

.top-page-block .row.columns-4 .pick-up-each:hover {
    background-color: #d1e7ff;
}

.top-page-block .large-3:last-child {
    margin-right: 0;
}

.row .top-page-block .row {
    margin: 0;
}

.small-thumb-on-top {
    margin-top: 0.7em;
}

@media only screen and (min-width: 768px) {
    .top-page-block .large-3 {
        width: 24%;
        margin-right: 1.3333%;
    }
}

.empty-block {
    display: none;
}
