@charset "utf-8";
/*
Theme Name: Crypty
*/
/*reset
---------------------------------------*/
* {
margin: 0;
padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
margin: 0;
padding: 0;
}
a:link {
color: #1f1f1f;
}
a:visited {
color: #1f1f1f;
}
a:hover {
color: #007CEC;
}
a:active {
color: #770000;
}
img {
vertical-align: bottom;
}
ul, ol {
list-style-type: none;
padding: 0px;
text-indent: 0;
margin: 0px;
}
a img {
text-decoration: none;
border: none;
webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a img:hover {
opacity: 0.8;
}
.img_mid {
vertical-align: middle;
}
address {
font-style: normal;
}
table {
font-size: 100%;
border-collapse: collapse;
border-spacing: 0;
}
.none {
display: none;
}
.clear {
clear: both;
}
.no_clear {
clear: none !important;
}
.clearfix {
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
.smart {
display: none;
}
/*basic style
---------------------------------------*/
.flol {
float: left;
}
.flor {
float: right;
}
.txr {
text-align: right;
}
.txl {
text-align: left;
}
.txc {
text-align: center;
}
.nomar {
margin: 0 !important
}
.bold {
font-weight: bold;
}
.large {
font-size: 1.1em;
}
.llarge {
font-size: 1.2em;
}
.xlarge {
font-size: 1.3em;
}
.xxlarge {
font-size: 1.4em;
}
.xxxlarge {
font-size: 1.7em;
}
.small {
font-size: 0.9em !important;
}
.ssmall {
font-size: 13px !important;
}
.fwn {
font-weight: normal !important;
}
.normal {
font-weight: normal !important;
}
.xsmall {
font-size: 0.7em;
}
.xxsmall {
font-size: 0.6em;
}
.rela {
position: relative;
}
.underline {
text-decoration: underline;
}
.hidden {
overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
/*body
---------------------------------------*/
body {
font-size: 15px;
line-height: 1.4em;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #1b1b1b;
}
#header_box {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
}
.admin-bar #header_box {
top: 32px;
}
#header {
height: 60px;
background-color: #193064;
color: #fff;
}
#header #description {
font-size: 12px;
line-height: 1em;
position: absolute;
top: 25px;
left: 0;
width: 100%;
z-index: 0;
text-align: center;
font-weight: normal;
}
#header #logo {
padding: 10px 0 0 15px;
position: relative;
z-index: 1;
}
#header #head_box {
position: absolute;
right: 0;
top: 19px;
z-index: 2;
}
#header #head_box p {
float: left;
margin-left: 20px;
position: relative;
}
#header #head_box #head_tw span {
position: absolute;
font-size: 9px;
font-weight: bold;
width: 10em;
left: -15px;
top: -16px;
color: #ff6161;
}
#header #head_box p#head_search {
cursor: pointer;
}
.admin-bar #head_serch_box {
margin-top: 32px;
}
#head_serch_box {
position: fixed;
top: -90px;
left: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
padding: 30px 0 0 0;
height: 90px;
box-sizing: border-box;
z-index: 10;
}
#head_serch_box form #search_key {
border: 2px solid #193064;
border-radius: 5px;
font-size: 18px;
line-height: 1.3em;
width: 100%;
padding: 3px 35px 3px 5px;
box-sizing: border-box;
}
#head_serch_box form #search_submit {
position: absolute;
top: 3px;
right: 5px;
width: 25px;
height: 25px;
text-indent: -9999px;
border: none;
background-image: url(img/search.png);
background-color: #193064;
background-position: center;
background-repeat: no-repeat;
border-radius: 50%;
background-size: 14px auto;
}
#head_serch_box form {
display: block;
max-width: 320px;
width: 90%;
margin: 0 auto;
position: relative;
}
#head_serch_box form .in {
position: relative;
margin-right: 30px;
}
#head_serch_box form .in .search_close {
position: absolute;
top: 4px;
right: -28px;
width: 25px;
height: 25px;
background-image: url(img/close.png);
background-position: center;
background-size: 20px auto;
background-repeat: no-repeat;
}
#header .wrapper {
position: relative;
}
/*Nav */
#header_box #nav {
background-color: #ffffff;
border-bottom: 1px solid #e9e9e9;
}
#header_box #nav ul {
overflow: hidden;
}
#header_box #nav ul li {
float: left;
margin: 0;
position: relative;
}
#header_box #nav ul li:after {
content: "";
width: 1px;
background-color: #193064;
position: absolute;
top: 25%;
left: 0;
height: 50%;
}
#header_box #nav ul li:last-child:before {
content: "";
width: 1px;
background-color: #193064;
position: absolute;
top: 25%;
right: 0;
height: 50%;
}
#header_box #nav ul li a svg {
width: 17px;
height: auto;
position: absolute;
left: 10px;
top: 7px;
}
#header_box #nav ul li#home a {
width: 1em;
height: 1em;
}
#header_box #nav ul li a {
font-size: 16px;
text-decoration: none;
font-weight: bold;
line-height: 1em;
padding: 15px 30px;
text-align: center;
position: relative;
display: block;
font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header_box #nav ul li a:after {
content: "";
background-color: transparent;
height: 2px;
width: 0;
position: absolute;
bottom: 0;
left: 0;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
#header_box #nav ul li#home.active svg {
fill: #2068fa;
}
#header_box #nav ul li:hover a:after, #header_box #nav ul li.current-menu-item a:after {
background-color: #2068fa;
width: 100%;
}
#header_box #nav ul li#home {
position: relative;
top: -2px;
}
/*Content
---------------------------------------*/
#main {
padding-top: 100px;
}
.wrapper {
max-width: 1090px;
margin: 0 auto;
}
#post_box .thumbnail img, #top_main img {
max-width: 100%;
height: auto;
width: 100%;
}
.single_thumbnail img, .content_post img {
max-width: 100%;
height: auto;
}
#top_main .main_topic img {
width: 100%;
max-width: 200%;
}
a.cover {
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 10;
left: 0;
top: 0;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a.cover:hover {
opacity: 0.2;
background-color: #fff;
}
.top_content {
margin-top: 20px;
}
/*TOP
---------------------------------------*/
#content {/*#top_main,*/
float: left;
width: 68.5%;
}
div#top_main {
margin-bottom: 10px;
overflow: hidden;
}
#top_right, #aside {
float: right;
width: 27.6%;
position: relative;
z-index: 10;
}
.main_topic {
float: left;
width: 67%;
position: relative;
height: 250px;
overflow: hidden;
}
.second_topics {
float: right;
width: 32.8%;
}
.second_topics li, .news_lists li {
position: relative;
overflow: hidden;
}
.news_lists li.box {
border-bottom: 1px solid #d2d2d2;
}
.second_topics li dd, .main_topic .detail {
background-color: rgba(0, 0, 0, 0.75);
color: #fff;
padding: 12px 13px;
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
box-sizing: border-box;
}
.second_topics li {
margin-bottom: 1px;
}
.second_topics li dd {
padding: 8px 10px;
}
.main_topic .detail .date {
font-size: 0.86em;
line-height: 1.2em;
}
.second_topics li dd h4 {
font-size: 0.86em;
line-height: 1.4em;
margin-bottom: 3px;
}
.second_topics li dd .date {
font-size: 0.73em;
line-height: 1.1em;
}
.main_topic .detail a {
color: #fff;
}
.main_topic .detail h3 {
font-size: 1em;
line-height: 1.6em;
margin-bottom: 3px;
}
.news_lists li.post {
padding: 8px 0;
border-bottom: 1px solid #d2d2d2;
}
.news_lists li.post dt {
float: left;
width: 155px;
}
.news_lists li.post dd {
float: none;
padding: 1px 0 0 165px;
}
.news_lists li.post dd h4 {
clear: none;
margin-top: 8px;
font-weight: bold;
font-size: 1.2em;
line-height: 1.4em;
margin-bottom: 6px;
}
.news_lists li.post dd .date {
font-size: 0.86em;
line-height: 1.2em;
margin-bottom: 7px;
font-weight: bold;
color: #183164;
background-image: url(img/time.svg);
background-position: left -1px;
background-repeat: no-repeat;
background-size: 18px auto;
padding: 1px 0 1px 21px;
}
.post-categories li, .news_lists li.post dd .cat li {
font-size: 0.73em;
line-height: 1em;
background-color: #183164;
color: #fff;
font-weight: bold;
float: left;
padding: 4px 11px;
margin: 0 2px 2px 0;
}
.post-categories {
padding: 8px 0;
}
.post-categories li a {
color: #fff;
text-decoration: none;
}
.post-categories, .news_lists li.post dd .cat {
overflow: hidden;
margin-bottom: 3px;
}
.news_lists li.post dd .ex {
font-size: 0.86em;
line-height: 1.4em;
color: #343434;
}
#news_more {
border: 1px solid #bababa;
margin: 35px auto;
text-align: center;
max-width: 270px;
line-height: 1em;
cursor: pointer;
padding: 12px 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.15);
border-radius: 7px;
}
ul.news_cat_list {
overflow-x: auto;
padding: 3px 0 0 0;
border-bottom: 1px solid #193064;
margin-bottom: 12px;
}
ul.news_cat_list li {
display: table-cell;
font-size: 0.95em;
white-space: nowrap;
}
ul.news_cat_list li a {
display: block;
text-decoration: none;
position: relative;
background-color: #193064;
border-radius: 5px 5px 0 0;
color: #fff;
padding: 4px 12px;
margin-right: 2px;
border: 1px solid #193064;
font-size: 0.95em;
line-height: 1.4em;
}
ul.news_cat_list li.current a {
background-color: #fff;
color: #193064;
}
/*ul.news_cat_list li a:after {
content: "";
width: 1px;
height: 100%;
background-color: #d6d6d6;
position: absolute;
right: 0;
top: 0;
}*/
/*aside
---------------------------------------*/
#side_box_top {
margin-bottom: 20px;
}
#price_loading {
background-image: url(img/loading.gif);
background-position: center;
background-repeat: no-repeat;
height: 32px;
}
#price_box table {
width: 100%;
}
#price_box table.active {
background-image: none;
}
#price_box .box {
padding: 20px 15px;
}
#price_box table th, #price_box table td {
border-bottom: 1px solid #d9d9d9;
padding: 6px 3px 6px 30px;
background-repeat: no-repeat;
background-size: 21px auto;
background-position: 0px 2px;
font-size: 0.93em;
line-height: 1.3em;
text-transform: uppercase;
font-weight: bold;
vertical-align: top;
}
th#coin_btc {
background-image: url(img/btc.png);
}
th#coin_eth {
background-image: url(img/eth.png);
}
th#coin_etc {
background-image: url(img/etc.png);
}
th#coin_ltc {
background-image: url(img/ltc.png);
}
th#coin_bch {
background-image: url(img/bch.png);
}
th#coin_xrp {
background-image: url(img/xrp.png);
}
th#coin_xem {
background-image: url(img/xem.png);
}
th#coin_lsk {
background-image: url(img/lsk.png);
}
.color_btc {
color: #f8941c;
}
.color_eth {
color: #545586;
}
.color_etc {
color: #608c6d;
}
.color_ltc {
color: #535353;
}
.color_bch {
color: #43c12a;
}
.color_xrp {
color: #0e9ed6;
}
.color_xem {
color: #00c4b3;
}
.color_lsk {
color: #0288d1;
}
#price_box table td {
text-align: right;
font-weight: bold;
}
#price_box table td .up_ {
background-color: #fbb03c;
color: #fff;
}
#price_box table th img {
margin-right: 2px;
position: relative;
top: -2px;
}
#side_ranking .select li {
float: left;
width: 50%;
text-align: center;
font-size: 0.8em;
cursor: pointer;
font-weight: bold;
background-color: #7f8e9c;
color: #fff;
line-height: 1em;
padding: 8px 0;
}
#side_ranking .select {
overflow: hidden;
padding-top: 5px;
padding-bottom: 5px;
}
#side_ranking .select li.active {
background-color: #193064;
}
.side_ranking li {
overflow: hidden;
padding: 0 0 5px 0;
position: relative;
margin: 10px 0 0 0;
line-height: 1.1em;
}
.side_ranking li img {
float: left;
width: 60px;
max-width: 100%;
height: auto;
}
.side_ranking li .title {
float: none;
padding-left: 70px;
display: block;
padding-top: 3px;
}
.side_ranking li a {
text-decoration: none;
font-size: 0.86em;
}
.side_ranking li:after {
content: "1";
position: absolute;
left: 0;
top: 0;
background-color: orange;
color: #fff;
font-weight: bold;
width: 20px;
height: 20px;
text-align: center;
font-size: 0.93em;
line-height: 1em;
box-sizing: border-box;
padding-top: 4px;
}
.side_ranking li:nth-child(2):after {
content: "2";
}
.side_ranking li:nth-child(3):after {
content: "3";
}
.side_ranking li:nth-child(4):after {
content: "4";
}
.side_ranking li:nth-child(5):after {
content: "5";
}
#aside .widgettitle, #aside .side_title {
padding-top: 8px;
border-top: 4px solid #193064;
font-size: 1em;
margin-top: 20px;
    text-align: left;
}
#updatetime {
margin-top: 14px;
text-align: right;
font-size: 0.8em;
line-height: 1em;
}
#price_box .jpy {
margin-top: 2px;
text-align: right;
font-size: 0.8em;
line-height: 1em;
}
#aside #price_box .side_title {
margin-top: 0;
}
#boxarea1, #boxarea2 {
margin-top: 20px;
}
#boxarea1 p, #boxarea2 p {
margin-bottom: 10px;
}
#boxarea2 ul {
position: static;
right: 0;
}
#boxarea2 ul.fixed {
position: fixed;
}
.side_daily {
font-size: 0.8em;
line-height: 1.2em;
}
.side_daily .tx {
font-weight: normal;
color: #1b1b1b;
}
.side_daily.red {
color: #C82022;
}
.side_daily.blue {
color: #1597F4;
}
/*bottom links */
.bottom_links.wrapper {
max-width: 650px;
margin-top: 30px;
border-top: 1px solid #aaa;
}
.bottom_links a {
display: block;
position: relative;
text-decoration: none;
padding: 8px 22px 8px 12px;
font-size: 0.85rem;
}
.bottom_links a:after {
content: "\f105";
position: absolute;
top: 10px;
right: 8px;
font-family: 'FontAwesome';
font-weight: normal;
}
.bottom_links .blink1 a {
background-color: #f5f5f5;
font-weight: bold;
font-size: 0.95rem;
padding: 9px 12px;
border-bottom: 1px solid #aaa;
}
.bottom_links .blink1 a:after {
top: 8px;
}
.bottom_links_in {
overflow: hidden;
}
.bottom_links_in .bottom_link_list {
float: left;
width: 50%;
}
.bottom_links_in .bottom_link_list li a {
border-bottom: 1px solid #aaa;
box-sizing: border-box;
line-height: 1.2em;
}
.bottom_links_in .bottom_link_list.left li a {
border-right: 1px solid #aaa;
}
.bottom_links_in .bottom_link_list li:nth-child(odd) {
clear: both;
}
.bottom_links .blink1.border1 a:before {
content: "";
width: 100%;
height: 1px;
position: absolute;
background-color: #aaa;
top: -1px;
left: 0;
box-sizing: border-box;
}
a.more_btn2 {
display: block;
text-align: center;
font-weight: bold;
color: #fff;
background-color: #f7ad3c;
text-decoration: none;
font-size: 0.9em;
padding: 5px 0;
line-height: 1.3em;
}
/*footer
---------------------------------------*/
#boxarea1, #boxarea2 {
margin-top: 20px;
}
#boxarea1 p, #boxarea2 p {
margin-bottom: 10px;
}
#boxarea2 a {
margin-bottom: 10px;
display: block;
}
#footer {
margin-top: 60px;
clear: both;
background-color: #242424;
color: #fff;
padding: 35px 0;
}
#footer_nav {
text-align: center;
}
#footer_nav li {
display: inline-block;
}
#footer_nav li a {
color: #fff;
font-size: 0.86em;
line-height: 1.3em;
margin: 0 12px;
text-decoration: none;
}
#pagetop {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 100;
}
#pagetop a {
background-image: url(img/pagetop.png);
display: block;
height: 51px;
width: 51px;
}
/*archive
---------------------------------------*/
.archive_post {
padding-bottom: 20px;
padding-top: 15px;
}
.archive_post ul {
}
.archive_post li {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: dotted 1px #ddd;
overflow: hidden;
}
.archive_post li dt {
float: left;
width: 15%;
text-align: center;
}
.archive_post li dt img {
max-width: 100%;
height: auto;
}
.archive_post li dd {
float: right;
width: 82%;
}
.archive_post li dd .archive_title {
font-weight: bold;
font-size: 1.4em;
line-height: 1.4em;
margin-bottom: 5px;
}
.archive_post li dd .ex {
font-size: 0.9em;
line-height: 1.1em;
color: #666;
}
/*searchform sou
---------------------------------------*/
#searchform {
clear: both;
float: right;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
}
#searchform input[type="text"] {
padding: 5px;
border-radius: 4px;
border: #999 solid 1px;
}
#searchform input[type="submit"] {
padding: 5px 10px;
border-radius: 4px;
border: #999 solid 1px;
}
input[type="submit"] {
cursor: pointer;
}
/*contact sou
---------------------------------------*/
.wpcf7-form input {
padding: 4px;
border-radius: 4px;
border: #999 solid 1px;
margin-bottom: 5px;
}
.wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input[type="text"], .wpcf7-form textarea {
font-size: 18px;
}
.wpcf7-form input[type="checkbox"] {
border-radius: 4px;
margin-left: 10px;
}
.wpcf7-form input[type="submit"] {
padding: 15px 50px;
background-color: #FF5D10;
border: none;
color: #Fff;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wpcf7-form input[type="submit"] {
padding: 12px 0;
background-color: #149e09;
border: none;
color: #Fff;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin: 2em auto 0 auto;
display: block;
width: 90%;
max-width: 200px;
}
.mw_wp_form input.in_back_btn {
background-color: #666;
padding: 6px 0;
max-width: 100px;
}
.wpcf7-form input[type="submit"]:hover {
box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
-webkit-box-shadow: none;
color: white;
background-color: #aaa;
}
.wpcf7-form textarea {
border-radius: 4px;
padding: 4px;
border: #999 solid 1px;
width: 95%;
box-sizing: border-box;
max-width: 800px;
}
.hissu {
color: #DA4525;
font-size: 0.8em;
font-weight: bold;
}
.content_post div.wpcf7-mail-sent-ok {
border: none;
background-color: #149e09;
font-size: 0.9em;
line-height: 1.3em;
padding: 20px 10px;
text-align: center;
color: #fff;
border-radius: 8px;
}
.content_post div.wpcf7-validation-errors {
border: none;
background-color: #ad3538;
font-size: 0.9em;
line-height: 1.3em;
padding: 20px 10px;
text-align: center;
color: #fff;
border-radius: 8px;
}
.content_post .basic_form dt {
width: 200px;
float: left;
clear: both;
line-height: 1.3em;
padding: 7px 5px;
}
.content_post .basic_form dd {
padding: 7px 5px 7px 215px;
float: none;
line-height: 1.3em;
margin-left: 0;
margin-bottom: 0;
border-bottom: dotted 1px #c5c5c5;
}
.content_post .basic_form {
border-top: dotted 1px #c5c5c5;
padding-top: 6px;
overflow: hidden;
}
.content_post .basic_form label {
display: inline-block;
cursor: pointer;
padding: 4px 10px 3px 10px;
background-color: #f3f3f3;
border-radius: 4px;
line-height: 1.1em;
margin: 2px 2px;
}
.content_post .basic_form input[type="radio"], .content_post .basic_form input[type="checkbox"] {
width: 18px;
height: 18px;
position: relative;
top: 2px;
}
/*---------------------------------------
wp-pagenavi setting
---------------------------------------*/
.pagelink {
text-align: center;
margin-bottom: 20px;
padding-top: 15px;
clear: both;
margin-top: 15px;
padding-left: 10px;
padding-right: 10px;
}
.wp-pagenavi {
clear: both;
padding-top: 10px;
padding-left: 10px;
margin-top: 10px;
font-size: 1.2em;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
padding: 3px 10px;
margin: 2px;
border: #666 solid 1px;
display: inline-block;
background-color: #666;
color: #fff;
border-radius: 5px;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.wp-pagenavi a:hover {
background-color: transparent;
color: #666;
}
.wp-pagenavi span.current {
font-weight: bold;
border: none;
background-color: transparent;
color: #666;
}
#page_link {
margin: 10px auto;
overflow: hidden;
}
.previous a, .next a {
display: block;
background-color: #f5f5f5;
text-decoration: none;
line-height: 1.3em;
font-size: 0.86em;
color: #193064;
padding: 12px 25px;
border-radius: 3px;
margin-bottom: 5px;
position: relative;
}
.next a {
text-align: right;
}
.next a:after {
content: "\f054";
font: normal normal normal 14px/1 FontAwesome;
position: absolute;
right: 9px;
top: 12px;
color: #193064;
}
.previous a:after {
content: "\f053";
font: normal normal normal 14px/1 FontAwesome;
position: absolute;
left: 9px;
top: 12px;
color: #193064;
}
.page_in_links {
text-align: center;
}
.page_in_links span {
display: inline-block;
width: 30px;
text-align: center;
padding: 8px 0;
line-height: 1.1em;
margin: 0 5px;
}
.page_in_links a span {
background-color: #000;
color: #fff;
}
/*---------------------------------------
image position
---------------------------------------*/
.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
}
.alignleft {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.alignright {
float: right;
margin-bottom: 10px;
margin-left: 10px;
}
/*
page link
---------------------------------------*/
.singlepostlink {
padding-top: 20px;
font-size: 0.9em;
}
span.oldpage {
float: right;
}
span.newpage {
float: left;
}
/*
social
---------------------------------------*/
#footer_social, #social, #social_ex {
display: block;
padding-right: 3px;
padding-top: 5px;
}
#social_ex li, #footer_social li, #social li {
float: left;
margin-top: 2px;
margin-left: 2px;
}
/*pankuzu
---------------------------------------*/
#pankuzu {
font-size: 0.73em;
line-height: 1.3em;
color: #a4a4a4;
}
#pankuzu a {
text-decoration: none;
color: #a4a4a4;
}
/*content post
---------------------------------------*/
time {
font-size: 0.86em;
line-height: 1.7em;
margin-bottom: 7px;
font-weight: bold;
color: #183164;
background-image: url(img/time.svg);
background-position: left -1px;
background-repeat: no-repeat;
background-size: 18px auto;
padding: 1px 0 1px 21px;
}
.content_post {
clear: both;
padding-bottom: 20px;
padding-top: 15px;
text-align: left;
font-size: 16px;
word-wrap: break-word;
}
.content_post div, .content_post p {
margin-bottom: 1em;
line-height: 1.8em;
}
.content_post iframe {
margin: 5px auto;
display: block;
}
.content_post p span {
line-height: 1.4em;
}
.content_post a, .content_post a:link {
color: #1976F4;
}
.content_post a:visited {
color: #175E86;
}
.content_post ul li {
list-style-type: disc;
margin-left: 35px;
margin-bottom: 10px;
padding-left: 5px;
padding-right: 10px;
line-height: 1.4em;
list-style-position: outside;
}
.content_post ul.nomark li {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.content_post ol {
list-style-type: decimal;
}
.content_post ol li {
margin-left: 35px;
margin-bottom: 10px;
padding-left: 5px;
padding-right: 10px;
line-height: 1.4em;
list-style-position: outside;
list-style-type: decimal;
}
.content_post ul, .content_post ol {
margin-bottom: 1em
}
.content_post ol.maru_number li {
list-style: none;
padding-left: 1.5em;
position: relative;
}
.content_post ol.maru_number li:after {
content: "";
position: absolute;
left: 0;
top: 0;
font-size: 1em;
}
.content_post ol.maru_number li:nth-child(1):after {
content: "①";
}
.content_post ol.maru_number li:nth-child(2):after {
content: "②";
}
.content_post ol.maru_number li:nth-child(3):after {
content: "③";
}
.content_post ol.maru_number li:nth-child(4):after {
content: "④";
}
.content_post ol.maru_number li:nth-child(5):after {
content: "⑤";
}
.content_post ol.maru_number li:nth-child(6):after {
content: "⑥";
}
.content_post ol.maru_number li:nth-child(7):after {
content: "⑦";
}
.content_post ol.maru_number li:nth-child(8):after {
content: "⑧";
}
.content_post ol.maru_number li:nth-child(9):after {
content: "⑨";
}
.content_post ol.maru_number li:nth-child(10):after {
content: "⑩";
}
.content_post ol.maru_number li:nth-child(11):after {
content: "⑪";
}
.content_post ol.maru_number li:nth-child(12):after {
content: "⑫";
}
.content_post ol.maru_number li:nth-child(13):after {
content: "⑬";
}
.content_post ol.maru_number li:nth-child(14):after {
content: "⑭";
}
.content_post ol.maru_number li:nth-child(15):after {
content: "⑮";
}
.content_post .left {
float: left;
}
.content_post .right {
float: right;
}
.content_post h1 {
display: block;
font-size: 1.6em;
font-weight: bold;
margin: 0.67em 0;
line-height: 1.2em;
padding: 0.5em 0;
}
.content_post h2 {
display: block;
margin-top: 1.3em;
margin-right: 0;
margin-bottom: 0.4em;
margin-left: 0;
padding: 0;
clear: both;
font-size: 2em;
line-height: 1.5em;
}
.content_post h3 {
display: block;
font-size: 1.5em;
font-weight: bold;
margin-top: 2.8em;
margin-bottom: 0.7em;
clear: both;
color: #193064;
padding: 0 0 0 15px;
line-height: 1.2em;
position: relative;
}
.content_post h3:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 88%;
width: 6px;
background-color: #193064;
}
.content_post h4 {
display: block;
font-size: 1.2em;
margin-top: 2.5em;
margin-right: 0;
margin-bottom: 0.2em;
margin-left: 0;
clear: both;
padding-top: 8px;
padding-right: 10px;
line-height: 1.5em;
text-decoration: underline;
}
.content_post h5 {
display: block;
font-size: 1.1em;
font-weight: bold;
border-left-width: 3px;
border-left-style: solid;
border-left-color: #3e3a3a;
margin-top: 1em;
margin-right: 0;
margin-bottom: 0.5em;
margin-left: 0;
padding-bottom: 0px;
line-height: 1em;
padding: 3px 0 0px 10px;
}
.content_post h6 {
display: block;
font-size: 1.2em;
font-weight: bold;
margin-top: 1em;
margin-right: 0;
margin-bottom: 0.5em;
margin-left: 0;
padding-top: 3px;
padding-bottom: 0px;
border-bottom-width: 3px;
border-bottom-style: double;
border-bottom-color: #000;
}
.content_post hr {
background-color: transparent;
border: none;
border-bottom: dotted 1px #e1e1e1;
font-size: 13px;
height: 1px;
}
.content_post h1:first-child, .content_post h2:first-child, .content_post h3:first-child, .content_post h4:first-child {
margin-top: 0;
}
.content_post .nolistmark li {
list-style-type: none;
}
.content_post table {
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
}
.content_post table caption {
text-align: left;
font-weight: bold;
}
.content_post table th {
background-color: #eee;
}
.content_post table th, .content_post table td {
padding: 6px;
border: 1px solid #aaa;
}
.content_post dl dt {
font-weight: bold;
}
.content_post dl dd {
margin-bottom: 1em;
margin-left: 1em;
}
.content_post q, .content_post blockquote {
margin: 0 auto 1em auto;
width: 85%;
padding: 15px 5%;
background-color: #EEE;
border-radius: 10px;
box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
blockquote:before, q:before {
content: "“";
font-size: 58px;
top: 20px;
position: relative;
}
.content_post blockquote p, .content_post q p {
margin-bottom: 10px;
}
blockquote:after, q:after {
text-align: right;
content: "”";
font-size: 58px;
display: block;
position: relative;
top: 20px;
}
.content_post .red {
color: #C82022;
}
.content_post ul.ex_childs li .coin_description .content_post strong, .content_post ul.ex_childs li .coin_description .content_post b, .content_post .yellow_border {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcff7f+0,fcff7f+100&0+0,0+44,1+45,1+45,1+83,0+84 */
background: -moz-linear-gradient(top, rgba(252,255,127,0) 0%, rgba(252,255,127,0) 44%, rgba(252,255,127,1) 45%, rgba(252,255,127,1) 83%, rgba(252,255,127,0) 84%, rgba(252,255,127,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(252,255,127,0) 0%, rgba(252,255,127,0) 44%, rgba(252,255,127,1) 45%, rgba(252,255,127,1) 83%, rgba(252,255,127,0) 84%, rgba(252,255,127,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252,255,127,0) 0%, rgba(252,255,127,0) 44%, rgba(252,255,127,1) 45%, rgba(252,255,127,1) 83%, rgba(252,255,127,0) 84%, rgba(252,255,127,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcff7f', endColorstr='#00fcff7f', GradientType=0 ); /* IE6-9 */
font-weight: bold;
}
.content_post .blue {
color: #1597F4;
}
.content_post a.join_btn {
display: block;
text-align: center;
color: #fff;
font-weight: bold;
max-width: 280px;
margin: 0 auto;
background-color: #38b607;
line-height: 1em;
padding: 11px 0;
text-decoration: none;
width: 90%;
border-radius: 5px;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.content_post a.go_mv {
display: block;
text-align: center;
color: #fff;
font-weight: bold;
max-width: 280px;
margin: 0 auto;
background-color: #193064;
line-height: 1em;
padding: 11px 0;
text-decoration: none;
width: 90%;
border-radius: 5px;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
/*page
---------------------------------------*/
.content_post .about_dl dt {
padding: 6px;
float: left;
clear: both;
width: 110px;
box-sizing: border-box;
}
.content_post .about_dl dd {
padding: 6px 6px 6px 140px;
float: none;
border-bottom: dotted 1px #ddd;
margin-left: 0;
margin-bottom: 0;
box-sizing: border-box;
}
.content_post dl.about_dl {
max-width: 450px;
margin: 2em auto 0 auto;
}
.content_post dl.about_dl dd:last-child {
border: none;
}
#post_bottom_box {
padding: 20px 0;
overflow: hidden;
}
#post_bottom_box li .w5 {
float: left;
width: 50%;
text-align: center;
}
/*Exchange */
#ex_catch {
color: #fff;
font-size: 1.1em;
padding: 5px 10px;
border-radius: 3px;
}
#ex_level {
position: absolute;
top: 10px;
right: 0;
color: #fff;
font-weight: bold;
font-size: 0.86em;
padding: 6px 0;
line-height: 1em;
border-radius: 6px;
width: 102px;
text-align: center;
}
.exchanges_head #page_title {
margin-right: 112px;
}
.content_post ul.ex_childs li {
list-style: none;
padding: 13px;
margin: 10px 0;
overflow: hidden;
border: 1px solid #193064;
border-radius: 10px;
position: relative;
}
span.mv span {
position: absolute;
top: -118px;
}
.admin-bar span.mv span {
top: -150px;
}
.content_post ul.ex_childs li .com_logo {
float: right;
text-align: center;
width: 155px;
margin: 0 0 10px 10px;
}
.content_post ul.ex_childs li .com_description {
margin-bottom: 0;
}
.content_post ul.ex_childs li .com_description h1, .content_post ul.ex_childs li .com_description h2, .content_post ul.ex_childs li .com_description h3, .content_post ul.ex_childs li .com_description h4, .content_post ul.ex_childs li .com_description h5, .content_post ul.ex_childs li .com_description h6, .content_post ul.ex_childs li .com_description .content_post {
clear: none;
}
.content_post ul.ex_childs li .com_description h2.com_title {
clear: none;
margin-right: 260px;
line-height: 1.3em;
font-size: 1.5em;
}
.content_post ul.ex_childs li .coin_description h2.com_title {
clear: none;
line-height: 1.3em;
font-size: 1.4em;
}
.content_post ul.ex_childs li .content_post {
padding: 0;
margin-bottom: 0;
font-size: 0.85em;
}
.content_post ul.ex_childs li .com_description .catch {
font-weight: bold;
line-height: 1.3em;
margin-top: 14px;
}
.content_post ul.ex_childs li .com_description .content_post p {
margin-bottom: 10px;
}
.content_post ul.ex_childs li .com_description h3 {
font-size: 1.2em;
margin-top: 10px;
}
.content_post ul.ex_childs li .com_description .level {
position: absolute;
right: 175px;
top: 15px;
width: 90px;
font-size: 0.8em;
line-height: 1em;
color: #fff;
font-weight: bold;
padding: 5px 0;
text-align: center;
border-radius: 3px;
}
.content_post ul.ex_childs li .more {
text-align: center;
margin-bottom: 10px;
}
.content_post ul.ex_childs li .more a {
display: inline-block;
background-color: #193064;
color: #fff;
font-weight: bold;
font-size: 0.86em;
text-decoration: none;
padding: 8px 0;
line-height: 1.3em;
width: 40%;
margin: 10px 5px 0 5px;
border-radius: 5px;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.content_post a.go_ex {
display: block;
background-color: #149ce1;
color: #fff;
font-weight: bold;
font-size: 0.86em;
text-decoration: none;
padding: 8px 0;
line-height: 1.3em;
width: 40%;
border-radius: 5px;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
text-align: center;
margin: 0 auto;
box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.content_post a.go_ex:hover, .content_post ul.ex_childs li .more a:hover, .content_post a.join_btn:hover, .content_post ul.ex_childs li .com_description .more a:hover {
opacity: 0.7;
}
.content_post ul.ex_childs li .com_description .more .join_link {
background-color: #38b607;
}
/*取引所　*/
#about_keishiki_box {
padding-top: 20px;
position: relative;
border-top: 1px dotted #aaa;
margin-top: 40px;
}
#about_keishiki_box #about_keishiki {
position: absolute;
top: -90px;
}
.content_post table.fee_table .tr1 th a, .content_post table.fee_table .tr1 th {
background-color: #31869b;
color: #fff;
font-weight: bold;
}
.content_post table.fee_table th.col2 {
background-color: transparent;
font-weight: bold;
}
.content_post table.fee_table th, .content_post table.fee_table td {
text-align: center;
}
.content_post table.fee_table th.col1 {
background-color: #b7dee8;
}
.content_post .account_open1, .content_post .account_open2 {
padding-top: 10px;
overflow: hidden;
}
.content_post .account_open2 li {
float: left;
width: 50%;
padding: 5px;
box-sizing: border-box;
margin: 0 0 30px 0;
line-height: 1.3em;
list-style: none;
}
.content_post .account_open2 li p {
line-height: 1.3em;
}
.content_post .account_open1 li {
list-style: none;
float: left;
width: 33.3333%;
margin: 0 0 30px 0;
padding: 0;
line-height: 1.3em;
}
.content_post .account_open2 li:nth-child(odd), .content_post .account_open1 li:nth-child(3n+1) {
clear: both;
}
.content_post .account_open1 li dt {
font-size: 0.85em;
line-height: 1.3em;
margin-bottom: 7px;
padding: 0 5px;
}
.content_post .account_open1 li dd {
margin: 0;
}
.content_post .account_open1 li dl {
margin: 4px;
}
.content_post .account_open1 li a {
text-decoration: none;
}
.content_post .account_open2 li dt {
font-size: 1.1em;
line-height: 1.3em;
padding: 0;
}
.content_post .account_open2 li dd {
margin-left: 0;
}
.content_post .account_open2 li p.pic1 {
margin-bottom: 5px;
}
.content_post .account_open2 li .bold1 {
font-weight: bold;
font-size: 0.9em;
line-height: 1.3em;
color: #175E86;
}
.content_post .account_open2 li .imp1 {
font-weight: bold;
line-height: 1.3em;
color: #175E86;
margin-bottom: 5px;
}
.content_post .account_open2 li .small {
line-height: 1.5em;
}
.content_post .account_open2 li h4 {
text-decoration: none;
position: relative;
margin-top: 0;
padding: 5px 0 5px 27px;
font-size: 1em;
color: #fff;
background-color: #193064;
}
.content_post .account_open2 li h4:before {
content: "\f1ad";
position: absolute;
left: 6px;
top: 5px;
font-size: 20px;
font-family: 'FontAwesome';
font-weight: normal;
color: #fff;
}
.content_post .account_open2 li img {
border: 1px solid #aaa;
box-sizing: border-box;
}
.content_post .account_open2 li .link {
margin-bottom: 0;
font-weight: bold;
padding-left: 1em;
}
/*コイン*/
.content_post ul.ex_childs li h2.com_title a {
color: #1b1b1b;
}
.content_post ul.ex_childs li .coin_logo {
float: left;
width: 25%;
}
.content_post ul.ex_childs li .coin_description {
float: right;
width: 73%;
}
.content_post ul.ex_childs li .content_post {
font-size: 0.85em;
line-height: 1.7em;
}
.content_post .coin_price_table td {
border: none;
border-right: 1px solid #bebebe;
padding: 6px 12px;
font-weight: bold;
text-align: center;
}
.content_post .coin_price_table th.pcol1.one {
padding-bottom: 2px;
line-height: 1em;
}
.content_post .coin_price_table th {
border: none;
border-right: 1px solid #bebebe;
background-color: transparent;
font-size: 11px;
font-weight: bold;
padding: 0 12px 6px 12px;
}
.content_post .coin_price_table tbody th:last-child, .content_post .coin_price_table tbody td:last-child {
border: none;
}
.content_post .price_box {
border: 1px solid #bebebe;
padding: 10px;
box-sizing: border-box;
border-radius: 3px;
}
.content_post .price_box .update_time {
margin-bottom: 0;
font-size: 10px;
text-align: right;
line-height: 1em;
color: #999;
}
.content_post table.coin_price_table {
margin: 5px 0;
}
.content_post .coin_price_table th.pcol2 {
text-align: center;
width: 20%;
}
.content_post .coin_price_table td.pcol2 {
text-align: center;
}
.content_post .coin_price_table td.pcol1 {
font-size: 2em;
padding-top: 0;
text-align: center;
}
span.coin_logo_img {
height: auto;
width: 45px;
display: inline-block;
margin-left: 5px;
position: relative;
top: 2px;
}
span.coin_logo_img img {
max-width: 100%;
height: auto;
}
ul.coin_select {
overflow: hidden;
padding: 10px 5px;
}
ul.coin_select.bor {
border-bottom: 1px dotted #e1e1e1;
}
ul.coin_select li img {
width: 22px;
height: auto;
position: relative;
top: 2px;
}
ul.coin_select li, .content_post ul.coin_select li {
font-size: 0.8em;
list-style: none;
line-height: 1.3em;
font-weight: bold;
float: left;
margin: 0 12px 0 0;
padding: 0;
}
ul.coin_select li a, .content_post ul.coin_select li a {
color: #1f1f1f;
}
.content_post .w501 {
float: left;
width: 49%;
margin-right: 1%;
}
.content_post .w50 {
width: 49%;
}
.content_post .w50 iframe {
width: 100%;
box-sizing: border-box;
}
.content_post .w50 h3 {
margin-top: 0;
padding-top: 0;
}
.content_post .wh3 {
overflow: hidden;
margin-top: 2.8em;
}
.content_post .w501:nth-child(2) {
margin-right: 0;
margin-left: 1%;
}
.content_post .crypty_notes {
padding: 15px;
border-radius: 10px;
background-color: #f6f6f6;
font-size: 0.85em;
line-height: 1.4em;
margin-top: 30px;
}
.content_post .note1 {
padding: 15px 1.5em;
border-radius: 10px;
background-color: #e3e3e3;
font-size: 0.9em;
margin-top: 30px;
border: 1px solid #ccc;
}
.content_post .note1 h3, .content_post .note1 h4, .content_post .note1 h5 {
margin-top: 0;
}
/*書籍*/
.books_contents article {
list-style: none;
padding: 13px;
margin: 15px 0;
overflow: hidden;
border: 1px solid #193064;
border-radius: 10px;
position: relative;
}
.books_contents article .left {
float: left;
width: 200px;
text-align: center;
}
.books_contents article .right {
float: none;
padding-left: 205px;
padding-bottom: 50px;
}
.books_contents article .ex {
line-height: 1.7em;
}
.books_contents article .hidden {
position: relative;
z-index: 0;
}
.books_contents article .book_detail {
position: relative;
}
.books_contents article .book_detail h3 {
font-size: 1.3em;
line-height: 1.3em;
padding: 5px 0 15px 46px;
position: relative;
}
.books_contents article .book_detail h3:before {
content: "\f02d";
position: absolute;
left: 12px;
top: 3px;
font-family: 'FontAwesome';
font-size: 23px;
color: #0e5b27;
}
.books_contents article .book_detail h3 a {
text-decoration: none;
}
.books_contents article img {
max-width: 100%;
height: auto;
}
a.amzlink {
display: block;
background: #f4d078;
background: -webkit-linear-gradient(top, #f7dfa5, #f0c14b);
background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
position: absolute;
right: 10px;
bottom: 8px;
padding: 9px 20px;
border-radius: 5px;
text-decoration: none;
font-size: 14px;
line-height: 1em;
border: 1px solid #adadad;
text-shadow: 1px 1px 1px #fff;
z-index: 10;
}
a.amzlink span {
font-weight: bold;
}
a.amzlink:hover {
color: #1f1f1f;
background: #f0c14b;
}
.books_contents article .book_cat_list {
overflow: hidden;
padding: 0 0 1em 0;
}
.books_contents article.simple .book_cat_list {
padding: 0 0 2px 0;
}
.books_contents article.simple .hidden {
padding: 0 20px 10px 50px;
font-size: 0.85em;
}
.books_contents article .book_cat_list li {
font-size: 0.85em;
line-height: 1em;
background-color: #0e5b27;
color: #fff;
font-weight: bold;
float: left;
padding: 4px 11px;
margin: 0 2px 2px 0;
}
#books_content h2 {
margin-top: 30px;
}
#books_content h2:first-child {
margin-top: 0;
}
.books_contents article.simple {
border: none;
padding: 0;
border-bottom: 1px dotted #bfbfbf;
border-radius: 0;
}
.books_contents article.simple .book_detail h3 {
font-size: 1.1em;
padding-bottom: 5px;
margin-right: 185px;
}
.books_contents article.simple a.amzlink {
top: 0;
bottom: auto;
right: 0;
}
/*single
---------------------------------------*/
#page_title {
font-size: 1.7em;
line-height: 1.3em;
padding: 10px 0;
}
.page #page_title {
padding: 15px 0;
}
#page_title .sub {
font-size: 0.7em;
}
.nopost {
clear: both;
padding: 40px 0;
text-align: center;
font-size: 1.1em;
line-height: 1.6em;
font-weight: bold;
}
.nopost2 {
text-align: center;
font-size: 0.8em;
padding: 0 0 0.7em 0;
clear: both;
}
.jump a {
display: block;
text-align: center;
border: 1px solid #193064;
text-decoration: none;
padding: 12px 0;
margin: 20px auto;
font-weight: bold;
color: #fff;
border-radius: 2px;
background-color: #193064;
width: 90%;
max-width: 300px;
}
#post_box .thumbnail {
float: left;
width: 155px;
text-align: center;
}
#post_box {
padding: 10px;
}
#post_box .content {
float: none;
padding: 0 0 0 165px;
}
#post_box .hidden {
margin-bottom: 3px;
}
#post_box .content h1 {
clear: none;
font-size: 1.4em;
margin-bottom: 3px;
padding-bottom: 0;
}
#post_box .content .post-categories {
padding: 2px 0;
}
#post_box .content .description {
font-size: 0.88em;
line-height: 1.5em;
margin-top: 4px;
}
/*Comments
---------------------------------------*/
#tweets .tweet {
max-width: 520px;
margin: 0 auto 15px auto;
}
h3#reply-title, .comments_title {
font-size: 1em;
line-height: 1.6em;
margin-bottom: 10px;
}
p.tw_cout {
font-size: 0.85em;
line-height: 1.3em;
}
#comment_area {
border-top: dotted 1px #c3c3c3;
margin: 15px 0;
padding: 15px 0;
}
#comment_area .no_comment {
text-align: center;
padding: 1em 0;
font-size: 0.76em;
font-weight: bold;
color: #b9b9b9;
background-color: #f9f9f9;
}
#comment_list {
padding-bottom: 25px;
}
#comment_box form {
background-color: #f5f5f5;
border-radius: 3px;
padding: 15px 20px;
}
#comment_box form dl {
overflow: hidden;
}
#comment_box form dl dt {
font-weight: bold;
font-size: 0.86em;
line-height: 1.3em;
float: left;
width: 80px;
}
#comment_box form dl dd {
float: none;
padding-left: 85px;
}
#comment_box form dl dd input, #comment_box form dl dd textarea {
width: 100%;
box-sizing: border-box;
border-radius: 4px;
box-shadow: none;
border: 1px solid #d2d2d2;
font-size: 18px;
line-height: 1.3em;
padding: 2px 5px;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#comment_box form .logged-in-as {
padding: 6px 0 12px 0;
font-size: 0.86em;
text-align: center;
font-weight: bold;
}
#comment_box form input#submit {
background-color: #ff8328;
border: 1px solid #ff8328;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
border-radius: 5px;
display: block;
margin: 20px auto 4px auto;
width: 140px;
padding: 9px 0;
line-height: 1em;
font-weight: bold;
color: #fff;
}
#comment_list li.compost {
padding: 10px;
border: 1px solid #e1e8ed;
border-radius: 6px;
max-width: 500px;
margin: 0px auto 15px auto;
box-sizing: border-box;
}
#comment_list li.compost .com_author {
font-weight: bold;
font-size: 0.9em;
}
#comment_list li.compost .com_body {
background-color: #f9f9f9;
padding: 12px 12px 6px 12px;
margin-bottom: 10px;
border-radius: 3px;
}
#comment_list li.compost li.compost {
margin-left: 15px;
}
#comment_list li.compost .com_body .cominfo {
margin-top: 10px;
font-size: 0.8em;
text-align: right;
}
#comment_box form dl#com_name {
margin-bottom: 10px;
}
/*Recommend
---------------------------------------*/
.rec_post {
margin-bottom: 1em;
overflow: hidden;
}
.rec_post li {
position: relative;
float: left;
width: 33.3333%;
margin-bottom: 1em;
}
.rec_post li:nth-child(3n+1) {
clear: both;
}
.rec_post li img {
max-width: 100%;
height: auto;
}
.rec_post li dl {
margin: 2px;
position: relative;
overflow: hidden;
}
.rec_post li dd {
padding: 4px 0.3em;
}
.rec_post li .date {
font-size: 0.7em;
line-height: 1.2em;
}
.rec_post li .title {
font-size: 0.95em;
line-height: 1.2em;
}
/*Sitemap
---------------------------------------*/
.content_post .sitemap li {
list-style: none;
padding: 0;
margin: 0;
}
.content_post .sitemap li a {
display: block;
padding: 9px 15px;
box-sizing: border-box;
border-bottom: 1px solid #cecece;
text-decoration: none;
color: #1b1b1b;
border-left: 5px solid #f1f1f1;
margin-bottom: 1px;
-moz-transition: 0.3s cubic-bezier(0.68, 0.02, 0.74, 0.38);
-o-transition: 0.3s cubic-bezier(0.68, 0.02, 0.74, 0.38);
transition: 0.3s cubic-bezier(0.68, 0.02, 0.74, 0.38);
}
.content_post .sitemap li a:hover{
background-color: #aaa !important;
color: #fff !important;
}
.content_post .sitemap {
float: left;
width: 32.333%;
font-size: 0.8em;
margin: 0 1% 0 0;
border-top: 1px solid #cecece;
}
.content_post .sitemap>li:first-child>a {
background-color: whitesmoke;
border-left: 5px solid #dadada;
}
/*fancyBox
---------------------------------------*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('img/fancybox_sprite.png');
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url('img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url('img/blank.gif');
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}
.fancybox-lock {
overflow: hidden;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url('img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}
.fancybox-title {
visibility: hidden;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent;
background: rgba(0,0,0,0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0,0,0,.8);
}
.mt10 {
margin-top: 10px !important;
}
.mt20 {
margin-top: 20px !important;
}
.mt30 {
margin-top: 30px !important;
}
.mt40 {
margin-top: 40px !important;
}
.mt50 {
margin-top: 50px !important;
}
.mt60 {
margin-top: 60px !important;
}
.mt70 {
margin-top: 70px !important;
}
.mt80 {
margin-top: 80px !important;
}
.mt90 {
margin-top: 90px !important;
}
.mt100 {
margin-top: 100px !important;
}
.mt110 {
margin-top: 110px !important;
}
.mt120 {
margin-top: 120px !important;
}
.mt130 {
margin-top: 130px !important;
}
.mt140 {
margin-top: 140px !important;
}
.mt150 {
margin-top: 150px !important;
}
.mt160 {
margin-top: 160px !important;
}
.mt170 {
margin-top: 170px !important;
}
.mt180 {
margin-top: 180px !important;
}
.mt190 {
margin-top: 190px !important;
}
.mt200 {
margin-top: 200px !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb20 {
margin-bottom: 20px !important;
}
.mb30 {
margin-bottom: 30px !important;
}
.mb40 {
margin-bottom: 40px !important;
}
.mb50 {
margin-bottom: 50px !important;
}
.mb60 {
margin-bottom: 60px !important;
}
.mb70 {
margin-bottom: 70px !important;
}
.mb80 {
margin-bottom: 80px !important;
}
.mb90 {
margin-bottom: 90px !important;
}
.mb100 {
margin-bottom: 100px !important;
}
.mb110 {
margin-bottom: 110px !important;
}
.mb120 {
margin-bottom: 120px !important;
}
.mb130 {
margin-bottom: 130px !important;
}
.mb140 {
margin-bottom: 140px !important;
}
.mb150 {
margin-bottom: 150px !important;
}
.mb160 {
margin-bottom: 160px !important;
}
.mb170 {
margin-bottom: 170px !important;
}
.mb180 {
margin-bottom: 180px !important;
}
.mb190 {
margin-bottom: 190px !important;
}
.mb200 {
margin-bottom: 200px !important;
}
.pt10 {
padding-top: 10px !important;
}
.pt20 {
padding-top: 20px !important;
}
.pt30 {
padding-top: 30px !important;
}
.pt40 {
padding-top: 40px !important;
}
.pt50 {
padding-top: 50px !important;
}
.pt60 {
padding-top: 60px !important;
}
.pt70 {
padding-top: 70px !important;
}
.pt80 {
padding-top: 80px !important;
}
.pt90 {
padding-top: 90px !important;
}
.pt100 {
padding-top: 100px !important;
}
.pt110 {
padding-top: 110px !important;
}
.pt120 {
padding-top: 120px !important;
}
.pt130 {
padding-top: 130px !important;
}
.pt140 {
padding-top: 140px !important;
}
.pt150 {
padding-top: 150px !important;
}
.pt160 {
padding-top: 160px !important;
}
.pt170 {
padding-top: 170px !important;
}
.pt180 {
padding-top: 180px !important;
}
.pt190 {
padding-top: 190px !important;
}
.pt200 {
padding-top: 200px !important;
}
.pb10 {
padding-bottom: 10px !important;
}
.pb20 {
padding-bottom: 20px !important;
}
.pb30 {
padding-bottom: 30px !important;
}
.pb40 {
padding-bottom: 40px !important;
}
.pb50 {
padding-bottom: 50px !important;
}
.pb60 {
padding-bottom: 60px !important;
}
.pb70 {
padding-bottom: 70px !important;
}
.pb80 {
padding-bottom: 80px !important;
}
.pb90 {
padding-bottom: 90px !important;
}
.pb100 {
padding-bottom: 100px !important;
}
.pb110 {
padding-bottom: 110px !important;
}
.pb120 {
padding-bottom: 120px !important;
}
.pb130 {
padding-bottom: 130px !important;
}
.pb140 {
padding-bottom: 140px !important;
}
.pb150 {
padding-bottom: 150px !important;
}
.pb160 {
padding-bottom: 160px !important;
}
.pb170 {
padding-bottom: 170px !important;
}
.pb180 {
padding-bottom: 180px !important;
}
.pb190 {
padding-bottom: 190px !important;
}
.pb200 {
padding-bottom: 200px !important;
}
