/*
Theme Name: All Digital Music
Theme URI: https://jaykogami.com
Author: Hiroyuki Oyama
Description: Responsive All Digital Music theme.
*/

/* Reset
-----------------------------------------------------------------------------*/
:focus html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
    font: inherit;
    vertical-align: baseline;
    background: transparent;
	list-style-type:none; 
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
blockquote,
q {
    quotes: none
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}
thead th,
thead td {
    font-weight: bold;
    vertical-align: bottom;
}
a img,
th img,
td img {
    vertical-align: top
}
button,
input,
select,
textarea {
    margin: 0;
}
textarea {
    overflow: auto;
}
button {
    width: auto;
    overflow: visible;
}
input[type=button],
input[type=submit],
button {
    cursor: pointer
}
input[type="radio"],
input[type="checkbox"] {
    font-size: 110%;
}
hr {
    display: block;
    height: 1px;
    border: 0;
	border-top: 2px solid black;
}
dl dt {
    font-weight: bold;
}
dd {
    margin-left: 1em;
}
address {
    font-style: italic;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
strong,
b {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
sub,
sup {
    font-size: 0.7em;
    line-height: 0;
    position: relative;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
figcaption {
    font-size: 0.85em;
    font-style: italic;
}
ins,
mark {
    color: #f5f5f5;
    background: #29d;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-size: 90%;
    font-family: Menlo,Monaco,monospace,sans-serif;
}
pre {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1.5em;
    white-space: pre;
    overflow: auto;
}
code {
    padding: 2px 3px;
    display: inline-block;
    line-height: 1;
    background: #f8f8f8;
    border: 1px solid #ddd;
}
kbd {
    padding: 0 6px;
    border-radius: 4px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.2),0 0 0 1px #fff inset;
    background-color: #fafafa;
    border-color: #ccc #ccc white;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #444;
    font-weight: bold;
    white-space: nowrap;
}
fieldset {
    padding: 2em 1.5em;
    margin-bottom: 1.5em;
    border: 1px solid #ddd;
}
legend {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 1em;
}
tfoot th,
tfoot td {
    background-color: #f8f8f8;
}
th,
td {
    border-bottom: 1px solid #eee;
    padding: 0.75em 0.5em;
}
body {
	margin: 0;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-family: 'Lucida Grande','游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',sans-serif;
}
.clearfix {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
* {
    -webkit-appearance: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Grid
-----------------------------------------------------------------------------*/
.row {
    overflow: hidden
}
.container:after,
.row:after {
    content: ".";
    display: relative;
    height: 0;
    clear: both;
	    visibility: hidden;
}
.half,
.third,
.quarter,
.fifth,
.sixth,
.twothird,
.twofifth,
.threefifth,
.fourfifth,
.fivesixth,
.threequarter {
    margin-left: 3.1914893617021276%;
    float: left;
    min-height: 1px;
}
.half:first-child,
.third:first-child,
.quarter:first-child,
.fifth:first-child,
.sixth:first-child,
.twothird:first-child,
.twofifth:first-child,
.threefifth:first-child,
.fourfifth:first-child,
.fivesixth:first-child,
.threequarter:first-child {
    margin-left: 0
}
.sixth {
    width: 14.007092198581558%
}
.fifth {
    width: 17.4468085106383%
}
.quarter {
    width: 22.606382978723403%
}
.third {
    width: 31.205673758865245%;
		max-width:336px;
}
.half {
    width: 48.40425531914894%
}
.threequarter {
    width: 74.20212765957446%
}
.twothird {
    width: 65.60283687943262%
}
.twofifth {
    width: 38.08510638297872%
}
.threefifth {
    width: 58.72340425531915%
}
.fourfifth {
    width: 79.36170212765958%
}
.fivesixth {
    width: 82.8014184397163%
}

/* Tables
-----------------------------------------------------------------------------*/
table caption {
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    padding-left: 0.5em;
    color: #666;
}
table.simple td,
table.simple th {
    border: none;
    padding: 0.75em 0.7em 0.75em 0;
}
table.bordered td,
table.bordered th {
    border: 1px solid #ddd;
}
table.stroked td,
table.stroked th {
    border-bottom: 1px solid #eee;
}
table.striped tbody tr:nth-child(odd) td {
    background-color: #f8f8f8;
}
table.hovered tbody tr:hover td,
table.hovered thead tr:hover th {
    background-color: #f6f6f6;
}
.thead-gray td,
.thead-gray th {
    background-color: #f0f0f0;
}
.thead-black td,
.thead-black th {
    font-weight: normal;
    color: #f6f6f6;
    color: rgba(255,255,255,0.9);
    background-color: #222;
}
table.bordered .thead-black td,
table.bordered .thead-black th {
    border: 1px solid #444;
}

/* Goodies
-----------------------------------------------------------------------------*/
.text-centered {
    text-align: center
}
.text-right {
    text-align: right
}
.text-left {
    text-align: left
}
.z-index {
    z-index: 999
}
.clear {
    clear: both
}
.last {
    margin-right: 0 !important
}
.end {
    margin-bottom: 0 !important
}
.handle {
    cursor: move
}
.normal {
    font-weight: normal
}
.bold {
    font-weight: bold
}
.italic {
    font-style: italic
}
.req,
.required {
    font-weight: normal;
    color: #da3e5a;
}
.left {
    float: left
}
.right {
    float: right
}

/* General
-----------------------------------------------------------------------------*/
.main-content {
    position: relative
}
.container {
   max-width: 1040px; 
	  margin: auto;
    padding: 1 1 1 1;
}
.container:after,
.row:after {
    content: ".";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.twothird,
.third {
	float: left;
	position: relative;
	max-width: 100%;
	    padding-bottom: 10000px;
    margin-bottom: -10000px;
}
img,
object,
embed,
video {
    width: auto;
    max-width: 100%;
}
img,
video {
   height: auto;
}
a {
    color: #d7d7d7;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
a:hover {
    color: #19334d;
}
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 0.5em;
    font-weight: 100;
    line-height: 1.2;
}
.main {
    margin: 2em auto 0;
}

/* Header
-----------------------------------------------------------------------------*/
.closed {
    max-height: 40px
}
.header {
    padding: 30px 30px;
    background-color: #080808;
}
.logo {
    float: left;
    font-family: 'Alegreya Sans SC',sans-serif;
    font-size: 48px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.06em;
}
.desc {
    float: left;
    margin: 0.8em 0 0 2em;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ccc;
    line-height: 1;
}
@media only screen and (max-width: 960px)  {
	.link-social {
    float: right;
}
.link-social ul {
    list-style: none;
}
.link-social ul li {
       clear: none; 
	float: right;
    margin: 0;
}
.link-social li:last-child {
    margin: 0
}
.link-social ul li a {
    font-size: 32px;
    text-decoration: none;
}
.icon-facebook {
    color: #506dbe;
}
.icon-twitter {
    color: #2f98ea;
}
.icon-google-plus {
    color: #d8412b;
}
.icon-feed {
    color: #ff8809
}
	.nav-collapse {
	    top: 0;
		max-height:0!important;
	    width: 100%;
	    position: relative;
	}
}
.nav-toggle {
    display: none;
}
.nav {
    background-color: #080808;
}
.nav ul {
    display: inline;
    list-style-type: none;
	font-size: initial;
}
.nav ul li {
    float: left;
    font-size: 10px;
	font-size: 14px;
    font-weight: bold;
    line-height: 0;
    border-bottom: 3px solid #161616;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
.nav ul li.current-menu-item,
.nav ul li.current_page_item {
    border-color: #EC4864
}
.nav ul li a {
    display: block;
    padding: 0.7em 1.5em;
    color: #fff;
    text-decoration: none;
}
.nav ul li:hover {
    border-color: #EC4864;
}

/*  main
-----------------------------------------------------------------------------*/
.main {
    margin: 1em 0 0;
    background: #fff;
    z-index: 999;
	 position: relative;
}
.sec-title {
    margin: 0;
    padding: 0.5em 0;
    font-size: 22px;
    font-size: 1rem;
    font-family: 'Alegreya Sans SC',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #d7d7d7;
}
.sec-title-desc{
	padding: .5em 0 0;
	color: #666;
}
.nothing-found {
    padding: 1em 0;
    font-size: 28px;
    font-size: 2.8rem;
}
.feature-post {
    margin: 0 0 2em;
    height: 350px;
	background-position: relative;
	background-size: cover;
}
.feature-post-wrap {
    height: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1040px;
    position: relative;
    background-color: transparent;
}
.feature-post-wrap .container{
	position: relative;
		width:auto;
}
.feature-post-item {
    position: relative;
	width: auto;
	margin: 0 auto;
	padding-top: 1px;
	font-size: 12px;
}
.pick-up {
	font-size: 12px;
	   position:relative; 
		margin-right: auto;
	margin-left: auto;
    font-family: 'Alegreya Sans SC',sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    color: #ffa200;
	visibility: hidden
}
.feature-post-title {
   position:relative; 
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 35%;
   color: #ffffff;
	background-color: #3b2f2f;
   font-size: 24px;
	display: inline-block;
	text-align: center;
}
.feature-post-title a {
    color: white;
    text-decoration: none;
	position: relative;
}
.feature-post-title a:hover {
    color: white;
    text-decoration: underline;
}
.feature-post .readmore {
    position: relative;
	margin-bottom:1em;
	   visibility: hidden
}
.feature-post .readmore a {
    color: #ffffff;
}
.feature-post .readmore a:hover {
    color: #2f4f4f;
    text-decoration: underline;
}
.article {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.article-top {
    padding: 2em 0
}
.article-single {
    border: none;
    padding-bottom: 0;
}
.thum img {
    float: left;
	 position: relative;
    margin: 0 0.8em 0 0;
    border: 1px solid #efefef;
}
.article-top-large .thum img{float:none; margin-bottom:.5em;}

.article-meta-top {
    overflow: hidden;
    position: relative;
    height: auto;
    min-height: 200px;
}
.article-meta-top-large{
	min-height: 100%;
	height:auto;
}

.article-meta-single {
    border-bottom: 1px solid #000;
    margin: 0 0 1em;
    padding: 0 0 1em;
}
.article-meta-bottom {
    margin: 1em 0;
    font-size: 12px;
}
.title {
    font-weight: 200;
    font-size: 22px;
    font-size: 2rem;
    line-height: 1.2;
}
.article-meta-top-large .title{
    font-size: 1em;
	}
.title-single {
    margin: 0.5em 0 1em;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
}
.title-page {
    margin: 0
}
.title a {
    color: #000000;
    text-decoration: underline;
	font-size: 20px;
}
.article-top .article-info {
    position: absolute;
    left: 0;
    bottom: 0;
}
.article-meta-top-large .article-info{position:relative;}

.date {
    margin: 0 1em 0 0;
    color: #999;
    font-size: 12px;
    font-weight: 100;
    line-height: 1;
    vertical-align: bottom;
}
.cat-links a,
.tag-links a,
.cat a {
    color: #383838;
    text-decoration: none;
    display: inline-block;
    padding: 0.5em 0.8em;
	margin-bottom:.5em;
    line-height: 1;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;	
}
.cat-links a:hover,
.tag-links a:hover,
.cat a:hover {
    text-decoration: none;
    color: #F2295B;
    background-color: #EC4864;
	border-color: #EC4864;
}
.content-single {
    margin: 0 0 0 0;
	    font-size: 16px;
}
.content-single p {
    line-height: 1.8;
    margin: 0 0 1.5em;
}
.content-single h2,
.content-single h3 {
    font-size: 28px;
    font-size: 2rem;
}
.content-single h4 {
    font-size: 24px;
    font-size: 2rem;
}
.content-single h5 {
    font-size: 22px;
    font-size: 2rem;
}
.content-single h6 {
    font-size: 20px;
    font-size: 2.0rem;
}
.content-single ol,
.content-single ul {
    margin: 1em 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    list-style-position: inside;
}
.content-single img {
	margin:1.5em 0;
	border: 1px solid #efefef;
}
.content-single img,
.content-single .video {
    margin: 1em 0
}
.video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 1.6em;
}
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a[data-fluidbox], a.fluidbox {
    background-color: #eee;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
a.fluidbox-opened {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}
.content-single .aligncenter {
    display: block;
    margin: 0 auto;
}
.content-single .alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
.content-single .alignright {
    float: right;
    margin: 0 0 1em 1em;
}
.alignleft,
.alignright {
    position: relative;
    top: .4em;
    display: inline;
}
.wp-caption {
    max-width: 100%;
    margin: 1em 0;
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #d7d7d7;
    background-color: #000;
}
.content-single .wp-caption img {
    margin: 0;
    padding: 0;
}
.content-single p.wp-caption-text {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
blockquote {
    margin: 1em 0;
    padding: 2em;
    color: #333;
    background: url(images/blockquote.png) no-repeat 10px 10px;
    background-color: #f7f7f7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
blockquote p {
    margin-bottom: 0.5em;
    font-style: normal;
}
blockquote p:last-child {
    margin-bottom: 0
}
blockquote p.pull-right {
    font-size: 12px;
    font-size: 1.2rem;
}
blockquote .pull-right,
.row blockquote .pull-right {
    display: block;
    margin: 0;
    float: none;
    text-align: right;
    font-style: normal;
}
.related-box-title {
    margin: 1em 0 0;
    padding: 0.5em 0;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: 'Alegreya Sans SC',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #d7d7d7;
}
/*  author 
-----------------------------------------------------------------------------*/
.author {
    margin: 2em 0 0;
    padding: 1em;
    background-color: #f8f8f8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.author-img {
    float: left;
    margin-right: 1em;
    width: 100px;
    height: 100px;
    background-image: url(images/author.jpg);
    background-size: cover;
    text-indent: -999px;
}
.author-wrap {
    overflow: hidden;
    height: auto;
}
.author p {
    font-size: 12px;
    text-shadow: 0 1px 0 #fff;
    margin: 0 0 1em;
}
.author-title {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}
.author-list {
    list-style: none
}
.author li {
    display: inline-block;
    margin: 0 0.5em 0 0;
    line-height: 1;
    height: 20px!important;
    vertical-align: bottom;
}
.link2prof a {
    display: block;
    padding: 0 0.5em;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.link2prof a:hover {
    color: #ffffff;
    background-color: #EC4864;
}

/*  pagenation
-----------------------------------------------------------------------------*/
.pagenum {
    margin: 2em 0;
    width: 100%;
    height: auto;
    text-align: center;
	font-size: 16px;
}
.pagenum span,
.pagenum a {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 1.5em;
    height: 50px;
    text-align: center;
    font-weight: 100;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagenum .now {
    color: #575757
}
.pagenum a {
    border: 1px solid #d7d7d7;
    color: #000;
    text-decoration: none;
}
.pagenum a:hover {
    background-color: #EC4864;
    color: #fff;
    text-decoration: none;
}

/*  entry-browse
-----------------------------------------------------------------------------*/ 
.entry-browse {
    margin: 1em 0
}
.entry-browse-nav {
    margin: 0;
    padding: 0.5em 0;
    font-size: 1rem;
    font-family: 'Alegreya Sans SC',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    border-top: 4px solid #000;
    border-bottom: 2px solid #000;
}
.entry-browse-article {
    padding: 1em 0
}
.entry-browse img {
    max-width: 70px;
    margin: 0 0.8em 0 0;
}
.entry-browse h2 {
    overflow: hidden;
    position: relative;
    min-height: 70px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
}
.entry-browse-home {
    display: block;
    width: 100%;
    padding: 1em;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border: 1px solid #d7d7d7;
}
/*  sidebar
-----------------------------------------------------------------------------*/	
.sidebar {
	position: relative;
}
.sidebox {
	margin: 0 0 1em;
}
.widgettitle {
    margin: 0 0 1em;
    padding: 0.5em 0;
    font-size: 15px; font-size: 1.5rem;
    font-family: 'Alegreya Sans SC',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #999;
}
.sidebox ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sidebox ul li {
    display: block;
    clear: both;
    margin: 1em 0;
    padding: 0 0 1em;
    border-bottom: 1px solid #eee;
}
.sidebox ul li a {
	display: block;
}
.thum-side img,
.wpp-thumbnail {
    float: left;
    position: relative;
    margin: 0 0.8em 0 0;
    max-width: 120px;
}
.article-meta-side {
    overflow: hidden;
    position: relative;
    min-height: 80px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
}
.article-meta-side a {
    font-weight: normal;
    color: #333;
    text-decoration: none;
}
.article-meta-side a:hover {
    color: #EC4864;
    text-decoration: underline;
}
.sidebar-special a,
.sidebar-link a {
	display: block;
	font-size: 16px;
}
.sidebar-special img,
.sidebar-link img {
	display: block;
	margin: 0 0 0.3em;
	padding: 0;
	width: 100%;
	height: auto;
	border: 1px solid #efefef;
	-webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
.sidebar-special img:hover,
.sidebar-link img:hover {
	opacity: 0.8;
}
.sidebar-special h3 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.3;
	margin:0 0 1.5em;
}
.sidebar-special h3 a {
	color: #333;
    text-decoration: none;
}
.sidebar-special h3 a:hover {
    color: #EC4864;
    text-decoration: underline;
}
.sidebar-link p {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 0 0 1.5em;
}

/* Forms
-----------------------------------------------------------------------------*/
.wpcf7 {
    width: 100%;
    max-width: 400px;
}
.wpcf7 br {
    display: none
}
.wpcf7 label {
    display: block
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    position: relative;
    display: block;
    margin: 0 0 1em;
    padding: 0 0.5em;
    width: 100%;
    height: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    background-color: #fff;
    color: #000;
    border: 1px solid #575757;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7 textarea {
    padding: 0.5em;
    height: 300px;
    line-height: 1.8;
}
input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: -1px;
}
input:focus,
textarea:focus {
    outline: none;
    border-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(70,161,231,0.3),0 1px 2px rgba(0,0,0,0.2) inset;
}
.btn {
    position: relative;
    cursor: pointer;
    outline: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 0.5em 2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #EC4864;
    border: none;
}
.btn:hover {
    opacity: 0.8;
}

/* Search
-----------------------------------------------------------------------------*/
.search-box {
    width: 100%;
    margin: 0;
    padding: 0;
}
.nav .search-box {
    padding: 0.8em 0.5em;
}
.search-box form {
    width: 100%;
    margin: 0;
    padding: 0;
}
.search-box :focus input {
    width: 100%;
    margin: 0;
    padding: 0.5em 2em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    background: url(images/search.png) no-repeat 10px 7px;
    background-color: #f7f7f7;
    color: #000;
    border: none;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #eee;
}

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


/*--------------------------------
SNS
---------------------------------*/
.share{
	width:100%;
	display:none;
}
.sns{
	margin: auto;
	text-align:center;	
}
.sns ul {
	list-style:none;
	width:100%;
	text-align:center;
}
.sns li {
	float:left;
	/*float:none;
	display:inline-block;*/
	width:19%;
	margin:0 3% 5%;
}
.sns li:last-child {
	margin-right: 0;
}
.sns li a {
	font-size:200%;
	position:relative;
	display:block;
	padding:10px;
	color:#fff;
	border-radius:50%;
	width: 50px;
   height: 50px;
	margin-bottom: 0.5em;
	justify-content: center;
	text-align:center;
	text-decoration: none;
	text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:hover {
	-webkit-transform: translate3d(0px, 5px, 1px);
	-moz-transform: translate3d(0px, 5px, 1px);
	transform: translate3d(0px, 5px, 1px);
	box-shadow:none;
}

/* ツイッター */
.sns .twitter a {
	background:#00acee;
	box-shadow:none
}
.sns  .twitter a:hover {
	background:#0092ca;
}

/* Facebook */
.sns  .facebook a {
	background:#3b5998;
		box-shadow:none
}
.sns .facebook a:hover {
	background:#2c4373;
}

/* グーグル */
.sns .googleplus a {
	background:#db4a39;
	box-shadow:0 5px 0 #ad3a2d;
}
.sns  .googleplus a:hover {
	background:#ad3a2d;
}

/* はてぶ */
.sns  .hatebu a {
	background:#5d8ac1;
	box-shadow:none
}
.sns .hatebu a:hover {
	background:#43638b;
}

/* LINE */
.sns  .line a {
	background:#25af00;
	box-shadow:0 5px 0 #219900;
}
.sns .line a:hover {
	background:#219900;
}

/* Pocket */
.sns  .pocket a {
	background:#f03e51;
	box-shadow:none
}
.sns  .pocket a:hover {
	background:#c0392b;
}

/* RSS */
.sns  .rss a {
	background:#ffb53c;
	box-shadow:0 5px 0 #e09900;
}
.sns  .rss a:hover {
	background:#e09900;
}

/* Feedly */
.sns  .feedly a {
	background:#87c040;
	box-shadow:0 5px 0 #74a436;
}
.sns  .feedly a:hover {
	background:#74a436;
}

@media only screen and (max-width: 1040px) {
	.header {
	    height: 44px;
	    padding: 0;
	    border-bottom: 1px solid #000;
	}
	.header .logo {
	    margin-left: 2em;
	    font-size: 30px;
	    line-height: 44px;
	}
	.header .desc { display: none }
	.link-social ul li a {
		margin-right: 5px; 
		font-size: 20px;
	    font-size: 2.0rem;
	    line-height: 10px;
	}
	.header .link-social ul li a {
		line-height: 44px;
	}
	footer .link-social ul li a {
	    font-size: 26px;
	    font-size: 2.6rem;
	    line-height: 26px;
	}	
	.closed{
		max-height: 0;
	}
	.nav .container {
		padding: 0;
	}
	.nav ul {
		display: block;
	}
	.nav ul li {
	    display: block;
	    float: none;
	    border: none;
	    border-bottom: 1px solid #575757;
	}
	.nav ul li.current-menu-item,
	.nav ul li.current_page_item {
		background-color: #EC4864;
	}
	.nav ul li:hover {
		background-color: #EC4864;
	}
	.js .nav-collapse {
	    clip: rect(0 0 0 0);
	    max-height: 0!important;
	    position: absolute;
	    top: 0;
	    left: 0;
	    display: block;
	    overflow: hidden;
	}
	.nav-collapse {
		display:none;
	    top: 0;
	    width: 100%;
		max-height:0!important;
	    position: relative;
	}
	.nav-collapse.opened {
		display:block;
		z-index:1;
		max-height: 9999px!important
	}
	.nav-collapse a:hover {
		background: transparent;
	}
	.nav-collapse .active a:hover {
	    color: #fff;
	    background: rgba(0,0,0,.3);
	}
	.nav-toggle {
	    position: absolute;
	    top: 0;
	    left: 0;
	    display: block;
	    margin: 0;
	    width: 36px;
	    height: 44px;
	    -webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-color: #000;
	    background-image: url(images/icon-menu.png);
	    background-repeat: no-repeat;
	    background-position: center center;
	    overflow: hidden;
	    text-indent: 100%;
	    white-space: nowrap;
	}
	.main {
		margin: 1em 10px 0;
	}
	.excerpt,
	.readmore {
		display: none;
	}
.article-top .article-info{
	position: relative;
	}
.article-meta-top{ min-height:auto;}	
	.thum-top {
	    display: block;
	    /* max-width: 130px; */
		max-width: 200px;
	}	
.article-top-large .thum-top{ max-width:100%;}
	
}
@media screen and (max-width: 768px)  {
	.row .half,
	.row .third,
	.row .quarter,
	.row .fifth,
	.row .sixth,
	.row .twothird,
	.row .twofifth,
	.row .threefifth,
	.row .fourfifth,
	.row .fivesixth,
	.row .threequarter {
	    margin-left: 0;
	    width: 100%;
	}
	.row .third{
		max-width:100%;	
	}
	.push-half,
	.push-threequarter,
	.push-quarter,
	.push-third,
	.push-twothird,
	.push-fifth,
	.push-twofifth,
	.push-threefifth,
	.push-fourfifth,
	.push-sixth,
	.push-fivesixth {
	    left: 0
	}
	.row .pull-right {
	    float: none
	}
	tr:nth-of-type(odd) {
	    background: #f8f8f8
	}
	table.bordered td,
	td {
	    border: none;
	    border-bottom: 1px solid #e5e5e5 !important;
	    position: relative;
	    white-space: normal;
	    text-align: left;
	}
	td:before {
	    position: absolute;
	    top: 6px;
	    left: 6px;
	    width: 45%;
	    padding-right: 10px;
	    white-space: nowrap;
	    text-align: left;
	    color: #666;
	}
	td:before {
	    content: attr(data-title);
	}
	table,
	thead,
	tbody,
	th,
	td,
	tr {
	    display: block;
	    width: 100%;
	}
	tr:nth-of-type(odd) {
	    background: #f8f8f8
	}
	table.bordered td,
	td {
	    border: none;
	    border-bottom: 1px solid #e5e5e5 !important;
	    position: relative;
	    white-space: normal;
	    text-align: left;
	}
	td:before {
	    position: absolute;
	    top: 6px;
	    left: 6px;
	    width: 45%;
	    padding-right: 10px;
	    white-space: nowrap;
	    text-align: left;
	    color: #666;
	}
	td:before {
	    content: attr(data-title)
	}
	.feature-post {
	    margin: 0 0 1em;
	    height: 300px;
	}
	.feature-post-wrap {
	    padding: 1em
	}
	.article-top {
	    padding: 1em 0
	}
	.article-meta-top {
	    min-height: 106px
	}
	.title {
	    font-size: 18px;
	    font-size: 1.8rem;
	}
	.article-meta-top-large .title{
	    font-size: 22px;
	    font-size: 2.2rem;
	}
	.title-single {
	    margin: 0.5em 0;
	    font-size: 20px;
	    font-size: 2.0rem;
	    line-height: 1.2;
	}
.date { float:left; line-height:1.5; font-size:10px; font-size:1rem;}
.cat { float:left; margin:0;}
.cat a{ display:inline; padding:0; border:0; line-height:1.5; margin-right:5px;}
.cat a:hover {
    text-decoration: underline;
    color: #EC4864;
    background-color: transparent;
}
	.thum-top {
	    display: block;
	    /* max-width: 130px; */
		max-width: 160px;
	}
	.article-meta-side {
	    font-size: 14px;
	    font-size: 1.4rem;
	}
	footer .logo {
	    font-size: 32px;
	    font-size: 3.2rem;
	}
}
@media screen and (max-width: 480px)  {
	.link-social ul li {
		margin: 0 0.2px 0 0.5px;
	}
	.feature-post {
	    height: 200px
	}
	.feature-post-wrap {
	    padding: 0.8em	
}
	.feature-post-title {
	    padding: 0.8em;	
		margin-top: 20%;
		 font-size: medium;
	}
	.article-meta-top {
	    min-height: 5px
	}
	.article-meta-top-large .title,
	.title {
	    font-size: 14px;
	    font-size: 1.4rem;
	}
	.title-single {
	    margin: 0.5em 0;
	    font-size: 20px;
	    line-height: 1.2;
	}
	.content-single h2,
	.content-single h3 {
	    font-size: 20px;
	    font-size: 2.0rem;
	}
	.content-single h4 {
	    font-size: 18px;
	    font-size: 1.8rem;
	}
	.content-single h5 {
	    font-size: 17px;
	    font-size: 1.7rem;
	}
	.content-single h6 {
	    font-size: 16px;
	    font-size: 1.6rem;
	}
	.title a {
	    color: #000;
	    text-decoration: none;
	}
	.title a:hover {
	    color: #EC4864;
	    text-decoration: underline;
	}
	.entry-browse h2 {
	    font-size: 14px;
	    font-size: 1.4rem;
	}
	.article-top .article-info {
	    position: relative
	}
	.date {
	    margin: 0 0.5em 0 0;
	    font-size: 10px;
	    font-size: 1.0rem;
	}
	.cat {
	    display: none
	}
	.author-img {
	    margin: 0 1em 1em 0;
	    width: 60px;
	    height: 60px;
	}
	.author-wrap {
	    overflow: inherit;
	}

	.pagenum span,
	.pagenum a {
		padding: 0 .8em;
		height: 38px;
		line-height: 38px;
	}
.sns li a { font-size:100%; line-height:20px;}
.sns li a i{ font-size: 180%;}
}