/*
Theme: はじめてのハッカソン
Author: Design Illume
Description:
PCでは2カラムでスマフォサイト対応しているシンプルで使いやすいテーマです。
Responsive: yes
*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #fefdf4;
    border: solid 10px #da4e54
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.clearfix {
    display: block;
    *zoom: 1
}

.clearfix:after {
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
    content: "."
}

.inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

html,
body {
    font-family: "游ゴシック", YuGothic, 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    color: #454545
}

a {
    color: #888
}

a:hover {
    color: #da4e54
}

ul,
ol {
    padding: 0;
    list-style: none
}

li > ul,
li > ol {
    padding: 0 4px
}

li > ul >li:before,
li > ol >li:before {
    padding: 0 8px 0 0;
    font-family: 'blogicon';
    color: #666;
    content: '\f105';
    font-size: 90%
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
    color: #555;
    text-decoration: none;
    font-weight: 400
}

a.keyword {
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    color: #454545
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px;
    margin-bottom: 0;
    line-height: 18px;
    color: #454545;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none!important
}

.btn:hover {
    background-color: #f5f5f5;
    text-decoration: none!important
}

.btn-small {
    padding: 2px 10px!important;
    font-size: 11px!important
}

.btn-large {
    padding: 13px 19px;
    font-size: 17px;
    line-height: normal;
    font-weight: 700
}

#globalheader-container {
    background-color: #333;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

#container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 0px
}

#container #content {
    display: block;
    *zoom: 1;
    width: 94%;
    margin: 20px auto
}

#container #content:after {
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
    content: "."
}

.globalheader-off #container {
    padding-top: 0
}

#main {
    width: 600px;
    float: left
}

#box2 {
    width: 300px;
    float: right
}
.nav-open,.nav-close{
    display: none;
}

#menu {
    width: 100%;
    background-color: #da4e54;
    margin: 0 0 20px 0;
}

#menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 920px;
    text-align: center;
    display: table;
    table-layout: fixed
}

#menu li {
    *zoom: 1;
    margin: 0;
    padding: 10px 0;
    vertical-align: middle;
    display: table-cell
}

#menu li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding: 4px 0;
    display: block;
}

#menu li a:hover {
    background: #fff;
    color: #da4e54;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

figure {
    margin: 2em 0
}

figure img {
    width: 500px;
    height: auto
}

#blog-title {
    background: url("http://cdn-ak.f.st-hatena.com/images/fotolife/h/hackathon_firststep/20160414/20160414144918.png");
    background-size: contain;
}
#blog-title-inner {
    padding: 40px 0;
    background: url("http://design-illume.com/hackathon/main.png") top center no-repeat;
    background-size: contain;
}

#title {
    margin: 0;
    text-align: center;
    text-shadow:0 0 25px #fff,0 0 20px #fff,0 0 0.40px #fff;
}

#title a{
    color: #da4e54;
    font-weight: bold;
}

#blog-description {
    font-weight: 400;
    font-size: 80%;
    margin: 5px 10px;
    text-align: center
}

#___gcse_0 {
    width: 930px;
    margin: 0 auto 10px
}

.header-image-enable #title {
    padding-top: 70px
}

.header-image-enable #title,
.header-image-enable #blog-description {
    padding-left: 20px
}

#top-box {
    margin: 10px auto 20px;
    font-size: 90%
}

.breadcrumb {
    margin-left: 10px
}

.breadcrumb-inner {
    width: 920px;
    margin: 0 auto
}

.entry {
    position: relative;
    margin-bottom: 30px
}

.entry-inner,
.page-archive-category .archive-entry,
.archive-entry.autopagerize_page_element {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px
}

.entry-header {
    padding: 0;
    margin-bottom: 10px;
    position: relative
}

.entry-title {
    margin: 0;
    padding: 4px 2px;
    line-height: 1.3;
    font-size: 140%;
    border-top: solid 1px #888;
    border-bottom: double 3px #888
}

.entry-title:before {
    padding: 0 8px 0 0;
    font-family: 'blogicon';
    color: #666;
    content: '\f013';
    font-size: 90%;
    font-weight: normal;
}

.section {
    clear: both
}

a.entry-see-more {
    color: #fff;
    text-decoration: none;
    background-color: #da4e54;
    padding: 8px 20px;
    margin-bottom: 10px;
    float: right;
    font-size: 88%
}

a.entry-see-more:after {
    padding: 0 0 0 8px;
    font-family: 'blogicon';
    color: #fff;
    content: '\f006';
    font-size: 90%
}

a:hover.entry-see-more {
    opacity: .8
}

.date {
    margin-bottom: 5px
}

.date:before {
    font-family: "blogicon";
    color: #666;
    content: "\f043";
    font-size: 79%;
    color: #383838;
    position: relative;
    top: 1px
}

.date a {
    color: #555;
    text-decoration: none;
    font-size: 75%
}

.categories {
    margin-top: 10px;
    font-size: 80%
}

.categories a {
    color: #999
}

.categories.no-categories {
    margin: 0
}

.entry-header-menu {
    position: absolute;
    bottom: 0;
    left: -60px
}

.customized-header {
    margin: 20px 0 0
}

.entry-header-menu a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px;
    margin-bottom: 0;
    line-height: 18px;
    color: #454545;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none!important
}

.entry-header-menu a:hover {
    background-color: #f5f5f5;
    text-decoration: none!important
}

.entry-content {
    font-size: 95%;
    line-height: 1.7;
    padding-bottom: 10px
}

.entry-content p {
    margin: 0 0 1em
}

.entry-content img {
    max-width: 100%
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 1em 0 .8em;
    line-height: 1.5;
    color: #555
}

.entry-content h1 {
    font-size: 140%;
    border-bottom: double 3px #555
}

.entry-content h1:before {
    padding: 0 8px 0 0;
    font-family: 'blogicon';
    color: #666;
    content: '\f013';
    font-size: 90%
}

.entry-content h2:before {
    padding: 0 8px 0 0;
    font-family: 'blogicon';
    color: #666;
    content: '\f019';
    font-size: 90%
}

.entry-content h2 {
    font-size: 120%;
    font-weight: 400;
    border-bottom: solid 1px #888;
    padding-bottom: 5px
}

.entry-content h3 {
    font-size: 110%;
    background-color: #efefef;
    padding: 3px 10px
}

.entry-content h4 {
    font-size: 110%
}

.entry-content h5 {
    font-size: 110%
}

.entry-content h6 {
    font-size: 100%
}

.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em
}

.entry-content table img {
    max-width: none
}

.entry-content table th,
.entry-content table td {
    border: 1px solid #ddd;
    padding: 5px 10px
}

.entry-content table th {
    background: #f5f5f5
}

.entry-content blockquote {
    border: 1px solid #ddd;
    margin: 0 0 10px;
    padding: 20px
}

.entry-content blockquote p {
    margin-top: 0;
    margin-bottom: 0
}

.entry-content pre {
    border: 1px solid #ddd;
    margin: 0 0 10px;
    padding: 20px;
    white-space: pre
}

.entry-content pre > code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: 0;
    background: transparent;
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif
}

.entry-content code {
    font-size: 90%;
    margin: 0 2px;
    padding: 0 5px;
    border: 1px solid #eaeaea;
    background-color: #f8f8f8;
    border-radius: 3px;
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif
}

.entry-content .hatena-asin-detail li {
    line-height: 1.4
}

a.hatena-fotolife {
    float: left;
    margin-right: 10px
}

.recent-entries li:before {
    padding: 0 8px 0 0;
    font-family: 'blogicon';
    color: #da4e54;
    content: '\f006';
    font-size: 90%;
    float: left
}

a.entry-title-link:hover {
    color: #da4e54
}

.entry-footer {
    margin-top: 10px
}

.entry-footer-section {
    font-size: 80%;
    color: #999
}

.entry-footer-section a {
    color: #999
}

.social-buttons,
.entry-footer-html {
    margin: 10px 0
}

.comment-box ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    font-size: 95%;
    line-height: 1.7
}

.comment-box li {
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid #ddd;
    position: relative
}

.comment-box li:first-child {
    border-top: 1px solid #ddd
}

.comment-box .read-more-comments {
    padding-left: 0
}

.comment-box .hatena-id-icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px!important;
    height: 50px!important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 3px;
    background-clip: padding-box
}

.comment-user-name {
    margin: 0 0 10px;
    font-weight: 700
}

.comment-content {
    font-size: 90%;
    margin: 0 0 10px;
    word-wrap: break-word
}

.comment-content p {
    margin: 0 0 10px
}

.comment-metadata {
    font-size: 80%;
    color: #999;
    margin: 0
}

.comment-metadata a {
    color: #999
}

.leave-comment-title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px;
    margin-bottom: 0;
    line-height: 18px;
    color: #454545;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none!important
}

.leave-comment-title:hover {
    background-color: #f5f5f5;
    text-decoration: none!important
}

#box2 {
    font-size: 85%;
    line-height: 1.5
}

.hatena-module {
    margin-bottom: 20px
}

.hatena-module-title a {
    display: block;
    margin-bottom: 5px;
    font-size: 120%;
    padding: 4px 10px;
    background-color: #fff;
    text-align: center;
    border: solid 2px #da4e54
}

.hatena-module-title a:hover {
    background-color: #fefdf4;
    text-decoration: none
}

.hatena-module-title a {
    color: #454545;
    text-decoration: none
}

.hatena-module-title a:hover {
    text-decoration: none;
    color: #da4e54
}

.hatena-module-profile .profile-icon {
    float: left;
    margin: 0 10px 10px 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 5px;
    background-clip: padding-box
}

.hatena-module-profile .id {
    display: block;
    font-weight: 700;
    font-size: 110%;
    margin-bottom: 5px
}

.hatena-module-profile .profile-description {
    font-size: 90%
}

.hatena-module-profile .profile-description p {
    margin-top: 0
}

.hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.hatena-urllist li {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
    line-height: 1.5
}

.hatena-urllist li a {
    text-decoration: none
}

.hatena-module-search-box .search-form {
    border: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 3px;
    background-clip: padding-box;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.hatena-module-search-box .search-module-input {
    padding: 5px;
    color: #454545;
    background: none;
    border: none;
    outline: none;
    height: 20px;
    width: 90%
}

.hatena-module-search-box .search-module-button {
    width: 20px;
    height: 20px;
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=8eabd1e35b8518840b26f375050948) no-repeat right center;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: .5;
    filter: alpha(opacity=50)
}

.hatena-module-search-box .search-module-button:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.pager {
    margin: 1em 0;
    display: block;
    *zoom: 1
}

.pager:after {
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
    content: "."
}

.pager .pager-prev {
    float: left;
    text-align: left;
    width: 45%
}

.pager .pager-next {
    float: right;
    text-align: right;
    width: 45%
}

.autopagerize_insert_before .pager-next a:after {
    font-family: 'blogicon';
    color: #da4e54;
    content: '\f006';
    padding: 0 0 0 10px;
}

.pager a {
    display: block;
    border: solid 2px #da4e54;
    color: #da4e54;
    text-align: center;
    background-color: #fff;
    text-decoration: none
}
.pager a:hover{
    background-color: #da4e54;
    color: #fff;
}

aside a {
    color: #555
}

.hatena-urllist .archive-module-year .archive-module-month {
    margin: 0 0 0 1.3em
}

#footer {
    padding: 30px 0;
    text-align: center;
    color: #999;
    line-height: 1.5;
    font-size: 80%
}

#footer p {
    margin: 0
}

#footer a {
    color: #999
}

.copyright {
    text-align: center;
    display: block;
    margin: 30px auto 0;
    padding: 10px 0 0
}

.page-about dt {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 5px
}

.page-about dd {
    margin-left: 0;
    margin-bottom: 30px
}

.page-archive .archive-entries .archive-entry {
    margin-bottom: 1.5em
}

.page-archive .archive-entries .entry-title {
    font-size: 130%;
    margin: 0 0 .5em
}

.page-archive .archive-entries .categories {
    margin: 0 0 .5em
}

.page-archive .archive-entries .entry-description {
    margin: 0 0 1em;
    line-height: 1.7em;
    font-size: 95%
}

.entry-categories.categories a,
.page-archive .categories a {
    color: #fff;
    font-size: 70%;
    background: #aaa;
    padding: 3px 5px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 2px
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .hatena-module-search-box .search-module-button {
        background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=8eabd1e35b8518840b26f375050948) no-repeat right center;
        background-size: 20px 20px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #container {
        width: 100%
    }
    #main {
        width: 62%;
        margin: 0 0 0 2%
    }
    #___gcse_0 {
        width: 90%
    }
    #box2 {
        width: 27%;
        margin: 0 5% 0 0
    }
}

@media (min-width: 920px) {
    #container #content {
        width: 920px;
        margin: 0 auto
    }
}

@media (max-width: 920px) {
    #menu ul {
        width: 100%
    }
}

@media (max-width: 767px) {
    #blog-title{
        font-size: 75%;
        height: 100%;
        background: url("http://design-illume.com/hackathon/main_sp.png") top center repeat;
        background-size: cover;
    }
    #blog-title-inner{
        background:none;
        padding: 26px 0;
    }
    #globalheader-container {
        position: static
    }
    .breadcrumb-inner {
        margin: 0 0 0 15px
    }
    #container {
        width: 100%;
        word-wrap: break-word;
        overflow: hidden
    }
    #main {
        width: 100%;
        margin: 0;
        float: none
    }
    #___gcse_0 {
        width: 90%
    }
    #box2 {
        width: 100%;
        float: none
    }
    #box2-inner {
        width: 100%
    }
    .hatena-module {
        width: 100%;
        float: none
    }
    .entry-header-menu {
        top: -30px;
        left: 0
    }
    .pager .pager-prev,
    .pager .pager-next {
        width: 100%;
        margin: 5px 0
    }
}
@media (max-width: 640px) {
    .nav-open,.nav-close{
        display: block;
        font-size: 80%;
    }
    .nav-open {
        background-color: #da4e54;
        padding: 0;
        position: absolute;
        top: 115px;
        left: 10px;
        z-index: 1;
        width: 97%;
    }
    .nav-close{
        padding: 10px 0 12px;
    }
    .nav-open a{
        text-decoration: none;
        text-align: left;
        color: #fff;
        display: block;
        padding: 8px 20px 10px 8px;
    }
    .nav-close a{
        text-decoration: none;
        background: #fff;
        display: block;
        color: #da4e54;
        padding: 4px 8px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        width: 88.6%;
        margin: 0 auto;
    }
    .nav-open a:after{
        font-family: 'blogicon';
        color: #fff;
        content: '\f008';
        padding: 1px 0 0 8px;
    }
    .nav-close a:after{
        font-family: 'blogicon';
        color: #da4e54;
        content: '\f007';
        position: relative;
        top: 1px;
        left: 7px;
    }
    #menu {
        width: 100%;
        position: absolute;
        top: -300px;
        left: 0;
        z-index: 100;
        transition: top 1s;
        -webkit-transition: top 1s;
        -moz-transition: top 1s;
        text-align: center;
    }
    #menu li{
        border-bottom: solid 1px #fff;
        display: block;
        width: 92%;
        margin: 0 auto;
    }
    #menu:target {
        top: 0;
    }
    #blog-title-inner{
        margin-bottom: 36px;
        padding: 23px 0;
    }
}
@media (max-width: 390px) {
    #blog-title-inner{
        margin-bottom: 16px;
    }
}