@charset "UTF-8";




h1 {
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 30px;
    font-size:  22px;
    color: #ffffff;
    background: #0000ff;
    border-top: #0000ff solid 1px;
    border-right: #4255ff solid 1px;
    border-bottom: #4255ff solid 1px;
    border-left: #0000ff solid 1px;
    text-shadow: 1px 1px 0 rgba(0,0,0,1);
    box-shadow:  0 0 0 1px rgba(255,255,255,0.5) inset;
    background-image:  -webkit-gradient(linear, left top, left bottom,
            from(             rgba(20, 20, 220, 1.0)), 
            color-stop(0.25, rgba(40, 40, 240, 1.0)),
            color-stop(0.30, rgba(35, 35, 235, 1.0)),
            color-stop(0.36, rgba(40, 40, 240, 1.0)),
            color-stop(0.50, rgba(35, 35, 235, 1.0)),
            color-stop(0.80, rgba(15, 15, 215, 1.0)),
            to(                 rgba(210, 210, 210, 1.0))
            );
    background-image:  -webkit-linear-gradient(top,
            rgba(20, 110, 220, 1.0), 
            rgba(40, 40, 240, 1.0) 25%,
            rgba(35, 35, 235, 1.0) 30%,
            rgba(40, 40, 240, 1.0) 36%,
            rgba(35, 35, 235, 1.0) 50%,
            rgba(15, 15, 215, 1.0) 80%,
            rgba(10, 120, 210, 1.0)
            );
    background-image:  -moz-linear-gradient(top,
            rgba(20, 110, 220, 1.0), 
            rgba(40, 40, 240, 1.0) 25%,
            rgba(35, 35, 235, 1.0) 30%,
            rgba(40, 40, 240, 1.0) 36%,
            rgba(35, 35, 235, 1.0) 50%,
            rgba(15, 15, 215, 1.0) 80%,
            rgba(10, 120, 210, 1.0)
            );
    background-image:  -o-linear-gradient(top,
            rgba(20, 110, 220, 1.0), 
            rgba(40, 40, 240, 1.0) 25%,
            rgba(35, 35, 235, 1.0) 30%,
            rgba(40, 40, 240, 1.0) 36%,
            rgba(35, 35, 235, 1.0) 50%,
            rgba(15, 15, 215, 1.0) 80%,
            rgba(10, 120, 210, 1.0)
            );
    background-image:  linear-gradient(to bottom,
            rgba(20, 110, 220, 1.0), 
            rgba(40, 40, 240, 1.0) 25%,
            rgba(35, 35, 235, 1.0) 30%,
            rgba(40, 40, 240, 1.0) 36%,
            rgba(35, 35, 235, 1.0) 50%,
            rgba(15, 15, 215, 1.0) 80%,
            rgba(10, 120, 210, 1.0)
            );
}
h1::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 15px;
    width: 0;
    height: 100%;
    border-left: #4255ff solid 1px;
}
h1::after{
    content: " ";
    position: absolute;
    top: 0;
    left: 16px;
    width: 0;
    height: 100%;
    border-right: #000000 solid 1px;
}

.article h1 {
    font-size:  22px;
    margin: 0;
}
#archive-title {
    font-size:  22px;
    padding-bottom:  10px;
}

.article h2 {
    position: relative;
    padding-left: 30px;
    background-color: #4255ff;
    border-radius: 6px;
    line-height: 38px;
    border-left: 0;
    border-right: 0;
    margin: 40px 0 20px 0;
    padding: 0 0 0 30px;
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
}
.article h2::before {
    content: ''; 
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px; 
    height: 12px; 
    width: 12px; 
    display: block; 
    position: absolute; 
    top: 13px; 
    left: 5px; 
    background-color: #007bff;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    -khtml-opacity: 0.40;
    opacity: 0.40;
}

.article h3 {
    position: relative;
    border-bottom: 2px solid #4255ff;
    font-size:  20px;
    line-height:  32px;
    border-left:  0px solid #4255ff;
    border-right:  0px solid #4255ff;
    margin: 20px 0 0 0;
    padding:  0 0 0 40px;
}
.article h3::before {
    content: ''; 
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px; 
    height: 12px; 
    width: 12px; 
    display: block; 
    position: absolute; 
    top: 14px; 
    left: 7px; 
    background-color: #6B0CE8;
    box-shadow:  0 0 2px 2px rgba(255,255,255,0.2) inset;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity:  0.50;
    opacity: 0.50;
    z-index:  1;
}
.article h3::after{
    content: ''; 
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px; 
    height: 15px; 
    width: 15px; 
    display: block; 
    position: absolute; 
    top: 7px; 
    left: 2px; 
    background-color: #00A8FF;
    box-shadow:  0 0 2px 2px rgba(255,255,255,0.2) inset
}

.entry-card-content {
  margin-top: 30px;
}
.entry-card-content h2 {
    position: relative;
    padding-left: 30px;
    background-color: #4255ff;
    border-radius: 6px;
    line-height: 38px;
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
}
.entry-card-content h2::before {
    content: ''; 
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px; 
    height: 12px; 
    width: 12px; 
    display: block; 
    position: absolute; 
    top: 13px; 
    left: 5px; 
    background-color: #007bff;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    -khtml-opacity: 0.40;
    opacity: 0.40;
}

/** main **/
#main {
    box-shadow: 0px 0px 5px 0px #666;
    -webkit-box-shadow: 0px 0px 5px 0px #666;
    -moz-box-shadow: 0px 0px 5px 0px #666;
}

/** sidebar **/

#sidebar .widget {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

#sidebar h3 {
    position: relative;
    color: black;
    background: #d0ecff;
    line-height: 2;
    padding: 5px 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    font-weight: bold;
    font-size: 13px;
    margin-top: 20px;
}
#sidebar h3::after {
    position: absolute;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content: 'py';
    background: #55acee;
    color: #fff;
    left: 0px;
    bottom: 100%;
    padding: 3px 7px 3px;
    border-radius: 5px 5px 0 0;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em
}

/** sidebar ranking **/
.new-entry a, #sidebar ul a {
    color: #000000;
    text-decoration: none;
    padding-left: 15px;
	font-size: 15px;
}
.new-entry a, #sidebar ul a:hover {
    color: #C03;
	font-size: 15px;
}
/** top ranking **/
.ranking_list ul {
    margin-left: 15px;
}
.ranking_list ul a {
    color: #000000;
    text-decoration: none;
    padding-left: 45px;
}
.ranking_list ul a:hover {
    color: #C03;
}

.new-entry a, #sidebar ul a:hover {
    color: #C03;
    text-decoration: underline;
}

.ranking_list ul li:before {
    background: none repeat scroll 0 0 #eee;
    color: #000;
    content: counter(wpp-ranking, decimal-leading-zero);
    counter-increment: wpp-ranking;
    font-size: 75%;
    left: 0;
    top: 3px;
    line-height: 1;
    padding: 4px 7px;
    position: absolute;
    z-index: 1;
    opacity: 0.9;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-family: Arial;
}

.ranking_list ul {
    line-height: 180%;
}

#sidebar .ranking_list ul a {
    padding-left: 20px;
}
#sidebar .ranking_list ul li:before {
    background: none repeat scroll 0 0 #eee;
    color: #000;
    content: counter(wpp-ranking, decimal-leading-zero);
    counter-increment: wpp-ranking;
    font-size: 75%;
    left: 0;
    top: 3px;
    line-height: 1;
    padding: 4px 7px;
    position: absolute;
    z-index: 1;
    opacity: 0.9;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-family: Arial;
}

/** sidebar top **/
#sidebar .fa {
    margin-right: 10px;
    color: #55acee;
	font-size: 15px;
}
.fa-user {
    width: 16px;
}

#sidebar li {
    font-size: 13px;	
}

/** pickup **/
.pickup-area {
    border: 1px solid;
    border-color: #cbcbcb;
    padding: 10px;
    margin: 10px;
}

.pickup-area-img {
    padding-top: 8px;
    text-align: center;
}

/** top navi **/
#navi ul, #navi ul.sub-menu, #navi ul.children {
    background-color: #020202;
}
#navi ul {
    border-left: 1px solid #777;
}
#navi ul li {
    text-align: center;
/*    width: 130px; 8col */
    width: 120px;
    border-right: 1px solid #777;
}

/** page navigation **/
.navigation a span {
    color: #007bff;
}
.fa-arrow-left:before {
    content: "\f0a9";
}
.fa-arrow-right:before {
    content: "\f0a8";
}
.navigation a {
    display: block;
    padding: 1em;
    border: none;
    text-decoration: none;
}

/** page in lists **/
.article ul.list_with_link {
}
.article ul.list_with_link a {
    text-decoration: none;
}
.article ul.list_with_link li ul {
    background: rgba(253, 255, 243, 0.73);
    border: 1px solid #ececec;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 15px;
    list-style: none;
    margin-bottom: 10px;
}

/** others **/
.marker_gray {
    background: linear-gradient(transparent 60%, #EEEEEE 60%);
    margin: 0 3px 0 3px;
}

/** code **/
.article pre.example{
    position: relative;
    color: black;
    background: rgba(250, 255, 216, 0.73);
    line-height: 2;
    padding: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    margin-top: 40px;
    overflow: visible;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.article pre.example::after {
    position: absolute;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content: '\66F8\5F0F';
    background: #fee;
    color: #111;
    bottom: 100%;
    padding: 5px 7px 5px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #aaa;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2px;
}
.article pre.cmd {
    position: relative;
    color: black;
    background: rgba(250, 255, 216, 0.73);
    line-height: 2;
    padding: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    margin-top: 40px;
    overflow: visible;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.article pre.cmd::after {
    position: absolute;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content: '\30B3\30DE\30F3\30C9';
    background: #fee;
    color: #111;
    bottom: 100%;
    padding: 5px 7px 5px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #aaa;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2px;
}
.article pre.result {
    position: relative;
    color: black;
    background: rgba(250, 255, 216, 0.73);
    line-height: 2;
    padding: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    margin-top: 40px;
    overflow: visible;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.article pre.result::after {
    position: absolute;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content: '\5B9F\884C\7D50\679C';
    background: #fee;
    color: #111;
    bottom: 100%;
    padding: 5px 7px 5px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #aaa;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2px;
}
.article pre.compose {
    position: relative;
    color: black;
    background: rgba(250, 255, 216, 0.73);
    line-height: 2;
    padding: 22px 5px 0 5px ;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    margin-top: 40px;
    overflow: visible;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.article pre.compose::after {
    position: absolute;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content: '\69CB\6210';
    background: #fee;
    color: #111;
    bottom: 100%;
    padding: 5px 7px 5px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #aaa;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2px;
}
.version_2 {
    display: inline-block;
    position: relative;
    border-bottom: solid 10px #ffe56c;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 2px;
}
.version_2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 10px #366e9f;
    bottom: -13px;
    width: 50%;
}
.version_3 {
    display: inline-block;
    position: relative;
    border-bottom: solid 10px #366e9f;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 2px;
}
.version_3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 10px #ffe56c;
    bottom: -13px;
    width: 50%;
}
.syntaxhighlighter {
    padding: 0 0 10px 0 !important;
}
.syntaxhighlighter .decorator {
    color: #75ef82;
}

/** toc **/
.toc a {
    display: block;
    text-decoration: none;
}
.toc ul {
    counter-reset:list;
    list-style-type:none;
    font: 14px/1.6;
    padding:0;
}
.toc ul li {
    position:relative;
    color: #333;
    padding: 0 0 0 35px;
    margin: 7px 0px;
    line-height: 30px;
    border-bottom: dashed 1px #ccc;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.toc ul li:before {
    counter-increment: list;
    content: counter(list) ".";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toc ul li:hover,
.toc ul li:hover:before{
    color: #FFA79F;
    border-color: #FFA79F;
}


.toc ul .toc-header-top {
    border-bottom: none;
    border-left: solid 2px #007bff;
    margin-bottom: 20px;
    padding-left: 50px;
}
.toc ul .toc-header-top:before {
    counter-increment: list;
    content: counter(list) ".";
    display: block;
    position: absolute;
    left: 0px;
    font-weight: bold;
    top: 15px;
    left: 15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toc .children .toc-header-top {
    border-bottom: none;
}

.toc ul .toc-header {
    border-bottom: none;
}
.toc ul .toc-header:before {
    counter-increment: list;
    content: counter(list) ".";
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toc .children .toc-header {
    border-bottom: none;
}

/** ad center **/
.ad-space {
    margin: 0;
    clear: both;
}

.ad_single {
    height: 100px;
}
.ad_single a {
    margin: 0;
    padding: 0;
}

/** ad side **/
.ad_side {
    text-align: center;
}

/** header-right **/
.header-widget {
    position: absolute;
    right: 0;
    width: 468px;
    height: 60px;
    top: 35px;
}
@media screen and (max-width: 1120px){
.header-widget {display:none;}
}
@media screen and (max-width: 500px){
.article .compose ul {
    padding-left: 0 !important;
}

/** ======================================= **/
/** mobile **/
/** ======================================= **/
#mobile-menu a {
    color: #ffffff;
}
#animatedModal {
    backgroud-color: #000;
}

/** ======================================= **/
/** plugin **/
/** ======================================= **/
