/*
Theme Name: dev2
Template: twentyeleven
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 16px;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
  outline: 0;
}
body {
  line-height: 1;
  background: #fff;
}
ol, ul {
  list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ruby {
  display: inline-table;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.4;
}
:root ruby{
  vertical-align: top;
  line-height: 1.3;
}
/*IE9▼*/
body:not(:ruby) {
  vertical-align: middle¥9;
  line-height: 1.4¥9;
}

/*IE10▼*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
ruby {
  vertical-align: middle !important;
  line-height: 1.4 !important;
}
}
rb {
  display: table-row;
  text-align: center;
  line-height: 100%;
}

rt, a:link rt, a:visited rt {
  display: table-header-group;
  font-size: 50%;
  text-align: center;
  text-decoration: none;
  line-height: 0;
}

rp {
  display: none;
}

/* =Structure
----------------------------------------------- */
#page {
  max-width: 960px;
  margin: 0 auto;
  clear: both;
}
#branding hgroup {
  float: left;
  margin: 0;
}
#branding hgroup > a {
  display: block;
  margin-bottom: 5px;
  padding-top: 48px;
  width: 250px;
  height: 0;
  background: url(images/h1_img.png) top left no-repeat;
  overflow: hidden;
}
#hSecondary {
  float: right;
  width: 43%;
  padding-right: 3px;
}
#primary {
  float: right;
  margin: 0 0 100px -20.83%;
  width: 100%;
}
#content {
  margin: 0 0 0 23%;
  width: 77%;
  word-wrap: break-word; 
}
#secondary {
  float: left;
  width: 20.83%;
}
#site-description {
  color: #3b3b3b;
  font-size: 13px;
}
#site-description span{
  font-size: inherit;
}
#site-description img{
  width: 100px;
  height: auto;
}
.singular #content {
  position: relative;
  margin: 0 0 0 23%;
  width: 77%;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
  margin: 0 auto;
}

/* error404 */
.error404 #primary {
  float: none;
  margin: 0;
}
.error404 #primary #content {
  margin: 0 12% 7%;;
  width: auto;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
  

/* =Global
----------------------------------------------- */
body {
  background: url(images/bg_01.png) top left repeat;
}

body, input, textarea {
  color: #373737;
  font: 13px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Osaka,sans-serif;
  font-weight: 300;
  line-height: 1.625;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}

/* Text elements */
p {
  margin-bottom: 1.625em;
}
ul, ol {
  margin: 0 0 1.625em 2.5em;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.625em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.625em;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
blockquote {
  /* font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; */
  /* font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; */
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*font-style: italic;*/
  font-weight: normal;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #3b3b3b;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}
code, kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted #3b3b3b;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
  background: #fff;
  /*
  -moz-box-shadow: inset 0 1px 1px #ccc;
  -webkit-box-shadow: inset 0 1px 1px #ccc;
  box-shadow: inset 0 1px 1px #ccc;
  */
  border: 1px solid #ccc;
  color: #888;
}
input[type=text]:focus,
textarea:focus {
  color: #373737;
}
textarea {
  padding-left: 3px;
  width: 98%;
}
input[type=text] {
  padding: 3px;
}
input#s {
  background: #fff url(images/search.png) no-repeat 5px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  height: 20px;
  line-height: 1.2;
  padding: 3px 10px 3px 28px;
}
input#searchsubmit {
  display: none;
}

/* Links */
a {
  color: #1CBDDF;
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  color: #1DD2E2;
  text-decoration: underline;
}

.link-button{
  font-size: 12px;
  background: #fff;
  border: 1px solid #1CBDDF;
  padding: 7px 10px;
  border-radius: 20px;
  line-height: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-align-items : center;
  align-items: center;
}

/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #09C;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}

/* =Header
----------------------------------------------- */
#branding {
  margin: 0 auto;
  padding: 20px 0 30px;
  max-width: 960px;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
  color: #09C;
}
/*
#branding img {
  height: auto;
  margin-bottom: -7px;
  width: 100%;
}
*/
#branding .h-menu {
  display: none;
}
#h-list {
  display: none;
}

#branding{
  position: relative;
}
#site-description img{
  position: absolute;
  right: 10px;
  bottom: 30px;
}
#branding .socialLink {
  margin: 20px 125px 0 0;
}


/* =Menu
-------------------------------------------------------------- */
/* Search Form */
#branding #searchform {
  text-align: right;
}
#branding #searchform div {
  margin: 0;
}
#branding #s {
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: width, background;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: width, background;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: width, background;
  -o-transition-timing-function: ease;
  width: 72px;
}
#branding #s:focus {
  width: 196px;
  border: 1px solid #09C;
}
#branding #searchsubmit {
  display: none;
}
#branding .only-search #searchform {
  top: 5px;
  z-index: 1;
}
#branding .only-search #s {
  background-color: #3b3b3b;
  border-color: #000;
  color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
  width: 85%;
}
#branding .only-search #s:focus {
  background-color: #bbb;
}
#branding .with-image #searchform {
  top: auto;
  bottom: -27px;
  max-width: 195px;
}
#branding .only-search + #access div {
  padding-right: 205px;
}

/* =Content
----------------------------------------------- */
#main {
  clear: both;
  padding: 0;
}
.page-headerInr {
  margin: 20px 15px;
}
.page-title .page-daily {
  width: 125px;
}
.page-title .page-monthly {
  width: 125px;
}
.page-title .page-yearly {
  width: 125px;
}
.page-title .page-category {
  width: 175px;
}
.page-title .page-tags {
  width: 140px;
}
.page-title .page-author {
  width: 140px;
}
.page-title .page-title-l {
  display: block;
  float: left;
  color: #1CBDDF;
  padding-top: 3px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.page-title .page-title-r {
  display: block;
  color: #3b3b3b;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.3;
  overflow: hidden;
}
.hentry,
.no-results {
  position: relative;
  padding: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  background: #fff;
}
.blog .sticky .entry-header .entry-meta {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.entry-title {
  margin-top: 3px;
  padding-bottom: .3em;
  clear: inherit;
  color: #3b3b3b;
  font-size: 19px;
  line-height: 1.15;
}
.entry-title,
.entry-title a {
  color: #3b3b3b;
  text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
  color: #1CBDDF;
}
/* masonry entry-header */
.entry-header > a {
  position: relative;
  display: block;
  padding: 20px 7px 7px 7px;
}
.entry-header > a:hover {
  text-decoration: none;
}
.entry-header > a:hover h1 {
  color: #1CBDDF;
}
.entry-header > a time,
.entry-header > time {
  background: #ffffcc;
  color: #333;
  font-size: 12px;
}
.entry-meta {
  margin-bottom: 15px;
  padding: 10px 5px 5px;
  color: #3b3b3b;
  clear: both;
  font-size: 12px;
  line-height: 1;
  background: #efefef url(images/bg_pop.gif) top left no-repeat;
}
.entry-meta a {
  font-weight: bold;
}
  .entry-meta{
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
  .entry-meta .entry-metaList{
    width: 90%;
  }
  .entry-meta .by-author-img,
  .entry-meta .entry-metaList{
    display: table-cell;
    vertical-align: middle;
  }
.entry-meta .entry-metaList .by-author{
  float: left;
}
.entry-meta .entry-metaList .by-date{
  float: right;
}

.single-author .entry-meta .by-author {
  display: none;
}
.entry-content,
.entry-summary {
  padding: 1.625em .5em 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
  color: #3b3b3b;
  margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
  color: #3b3b3b;
  line-height: 2.6;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%;
}
.entry-content th,
.comment-content th {
  color: #3b3b3b;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6;
  text-transform: uppercase;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}
.entry-content #s {
  width: 75%;
}
.comment-content ul,
.comment-content ol {
  margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
  margin-bottom: 0;
}
dl.gallery-item {
  margin: 0;
}
.entry-content table.horoscopes{
  border: none;
  width: 100%
}
.entry-content table.horoscopes tr{
  width: 100%
}
.entry-content table.horoscopes tr td{
  border: none;
  width: 25%;
  padding: 0;
}
.entry-content table.horoscopes tr td img{
  width: 100%;
}
.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.625em;
}
.page-link a {
  background: #eee;
  color: #373737;
  margin: 0;
  padding: 2px 3px;
  text-decoration: none;
}
.page-link a:hover {
  background: #888;
  color: #fff;
  font-weight: bold;
}
.page-link span {
  margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #3b3b3b;
  float: right;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
  background: #888;
  color: #fff;
}
.entry-content .edit-link {
  clear: both;
  display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
/*  max-width: 97.5%; */ /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.mt-image-none, /* Added for MovableType-added images */
img.mt-image-left, /* Added for MovableType-added images */
img.mt-image-center, /* Added for MovableType-added images */
img.mt-image-right, /* Added for MovableType-added images */
img.size-full,
img.size-large {
  /* max-width: 97.5%; */
  max-width:100%;
  width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
p img,
.wp-caption {
  margin-top: 0.01em;
}
.wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 100%;
  padding: 1px;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.wp-caption .wp-caption-text a,
.gallery-caption a {
  font-size: 12px;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #3b3b3b;
  text-align: left;
}
.wp-caption .wp-caption-text {
  margin: 7px 2px;
  position: relative;
}
#content .gallery {
  margin: 0 auto 1.625em;
}

#content .gallery a img {
  border: none;
}
img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
/*  border: 1px solid #eee*/
}
.wp-caption img {
  border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
  background: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img {
  opacity: .7;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
  background: #fff;
  border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
  margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
  background: #f7f7f7;
}

/* Author Info */
#author-info {
  min-height: 70px;
  font-size: 12px;
  overflow: hidden;
}
.singular #author-info {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 2.2em -35.6% 0 -35.4%;
  padding: 20px 35.4%;
}
.archive #author-info {
  margin: 1em 0 0 5em;
  padding: 0;
}
.archive #author-avatar .by-author-img {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 3px;
}
#author-avatar img {
  margin: 0;
  background:#fff;
}
.archive #author-description {
  float: left;
  width: 295px;
  margin-right: 15px;
  word-wrap: break-word;
}
.archive #author-description p {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.4; 
}
.archive #author-description a{
  font-size: inherit;
}
.archive #author-description dl,
.archive #author-description dt,
.archive #author-description dd {
  margin: 0;
}
.archive #author-description dl {
  margin-top: 10px;
  vertical-align: middle;
}
.archive #author-description dl,
.archive #author-description dt,
.archive #author-description dd{
  font-size: 12px;
}
.archive #author-description dt {
  float:left;
  display: block;
  width: 18px;
  height: 0;
  margin-right: 5px;
  padding-top: 17px;
  overflow: hidden;
  line-height: 2;
}
.archive #author-description dd {
  overflow: hidden;
}
.archive #author-description .fbUrl {
  background: url(images/ico_scbtn_s.png) left top no-repeat;
}
.archive #author-description .twUrl {
  background: url(images/ico_scbtn_s.png) -20px top no-repeat;
}
.archive #author-description .webUrl {
  background: url(images/ico_scbtn_s.png) -39px top no-repeat;
}
/* Comments link */
.entry-header .comments-link a {
  background: #eee url(images/comment-bubble.png) no-repeat;
  color: #3b3b3b;
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
  overflow: hidden;
  padding: 0 0 0;

  position: absolute;
  top: 1.5em;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 43px;
  height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
  background-color: #09C;
  color: #fff;
  color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
  visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
  color: #3b3b3b;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6;
  position: absolute;
  text-transform: uppercase;
  top: -5px;
}
.entry-header hgroup .entry-title {
  padding-top: 15px;
}

/* breadcrumb */
body.post .hentry {
  padding: 0.6em 1em 2em;
}
.entry-header .entry-meta {
  /*margin-bottom:2px;*/
}
.entry-header .breadcrumb {
  margin-bottom:15px;
}
.entry-header .breadcrumb ol {
  margin:0;
  display:table;
}
.entry-header .breadcrumb ol li {
  display:table-cell;
  vertical-align:middle;
  line-height:1;
  padding:0 15px 2px 8px;
  background:url(images/ico_breadcrumb_arrow.png) no-repeat right 48%;
}
.entry-header .breadcrumb ol li:first-child {
  padding-left:0px;
}
.entry-header .breadcrumb ol li.last {
  background:none;
}
.entry-header .breadcrumb ol li a {
  line-height:1.2;
  color:#999;
}
.entry-header .breadcrumb ol li span {
  font-size:10px;
  color:#999;
}
.entry-header .breadcrumb ol li a.top-link img {
  vertical-align:middle;
}

article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
  padding: 20px 0 0;
}
article.format-status .entry-content {
  min-height: 65px;
}
.recent-posts .entry-header .entry-format {
  display: none;
}
.recent-posts .entry-header hgroup .entry-title {
  padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
  padding: 2em 1em 2em;
  position: relative;
}
.singular.page .hentry {
  padding: 2em 1em 2em;
}
.singular .entry-title {
  color: #3b3b3b;
  font-size: 25px;
  line-height: 1.2;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
  padding-right: 0;
}
.singular .entry-header .entry-meta {
  background-position: 2px 0;
}
blockquote.pull {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6125;
  margin: 0 0 1.625em;
  text-align: center;
}
.singular blockquote.pull {
  margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
  margin: 0 1.625em 0 0;
  text-align: right;
  width: 33%;
}
.singular .pull.alignleft {
  margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
  margin: 0 0 0 1.625em;
  text-align: left;
  width: 33%;
}
.singular .pull.alignright {
  margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
  width: 33%;
}
.singular .entry-meta .edit-link a {
  bottom: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/* =Aside
----------------------------------------------- */
.format-aside .entry-title,
.format-aside .entry-header .comments-link {
  display: none;
}
.singular .format-aside .entry-title {
  display: block;
}
.format-aside .entry-content {
  padding: 0;
}
.singular .format-aside .entry-content {
  padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
  display: none;
}
.singular .format-link .entry-title {
  display: block;
}
.format-link .entry-content {
  padding: 0;
}
.singular .format-link .entry-content {
  padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
  float: left;
  display: block;
  margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
  display: none;
}
.singular .format-status .entry-title {
  display: block;
}
.format-status .entry-content {
  padding: 0;
}
.singular .format-status .entry-content {
  padding: 1.625em 0 0;
}
.format-status img.avatar {
  float: left;
  margin: 4px 10px 2px 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
  color: #555;
  font-size: 17px;
  margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
  min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
  padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
  margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
  background: #ddd;
  margin-top: -7px;
  padding: 20px 30px;
  overflow: hidden;
}
.indexed.format-image div.entry-meta {
  display: inline-block;
  float: left;
  width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
  float: none;
  width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
  display: block;
}
.indexed.format-image footer.entry-meta a {
  color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
  color: #fff;
}
#content .indexed.format-image img {
  border: none;
  max-width: 100%;
  padding: 0;
}
.indexed.format-image .wp-caption {
  background: #111;
  margin-bottom: 0;
  max-width: 96%;
  padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
  color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
  color: #444;
}
.indexed.format-image a:hover img {
  opacity: 0.8;
}

/* =error404
----------------------------------------------- */
.error404 #main #searchform {
  background: #f9f9f9;
  margin: 0 0 1.625em;
  padding: 1.625em 8.9%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  -webkit-box-shadow: 0 1px 3px #ccc,inset 0 -1px 0 white;
  -moz-box-shadow:  0 1px 3px #ccc,inset 0 -1px 0 white;
  box-shadow: 0 1px 3px #ccc,inset 0 -1px 0 white;
  overflow: hidden;
}
.error404 #main #s {
  width: 95%;
}
.error404 header {
  margin: 20px 30px;
  color: #3b3b3b;
}
.error404 .mBlock p {
  font-size: 13px;  
}
.error404 .widget.widget_nav_menu,
.error404 .widget.widget_archive,
.error404 .widget.widget_authors {
  padding: 0; 
  border: none;
  border-radius: 0;   
  box-shadow: none;
  background: none;
}
.error404 .widgettitle {
  margin-bottom: 30px;
  padding-left: 10px;
  color: #1CBDDF;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.6;
}
.error404 .widget_archive p,
.error404 .widget_archive select {
  margin-left: 10px;  
}

/* =Showcase
----------------------------------------------- */
h1.showcase-heading {
  color: #3b3b3b;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6;
  text-transform: uppercase;
}

/* Intro */
article.intro {
  background: #f9f9f9;
  border-bottom: none;
  margin: -1.855em -8.9% 1.625em;
  padding: 0 8.9%;
}
article.intro .entry-title {
  display: none;
}
article.intro .entry-content {
  color: #111;
  font-size: 16px;
  padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
  background: #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
  position: absolute;
  top: 30px;
  right: 20px;
  text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
  background: #777;
}

/* Featured post */
section.featured-post {
  float: left;
  margin: -1.625em -8.9% 1.625em;
  padding: 1.625em 8.9% 0;
  position: relative;
  width: 100%;
}
section.featured-post .hentry {
  border: none;
  color: #3b3b3b;
  margin: 0;
}
section.featured-post .entry-meta {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
  float: right;
  height: auto;
  margin: 0 -8.9% 1.625em 0;
  max-width: 59%;
  position: relative;
  right: -15px;
}
section.featured-post.small {
  padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
  opacity: .8;
}
article.feature-image.small {
  float: left;
  margin: 0 0 1.625em;
  width: 45%;
}
article.feature-image.small .entry-title {
  line-height: 1.2;
}
article.feature-image.small .entry-summary {
  color: #555;
  font-size: 13px;
}
article.feature-image.small .entry-summary p a {
  background: #222;
  color: #eee;
  display: block;
  left: -23.8%;
  padding: 9px 26px 9px 85px;
  position: relative;
  text-decoration: none;
  top: 20px;
  width: 180px;
  z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
  background: #1982d1;
  color: #eee;
  color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
  border: none;
  max-height: 288px;
  padding: 0;
  width: 100%;
}
section.feature-image.large .showcase-heading {
  display: none;
}
section.feature-image.large .hentry {
  border-bottom: none;
  left: 9%;
  margin: 1.625em 9% 0 0;
  position: absolute;
  top: 0;
}
article.feature-image.large .entry-title a {
  background: #222;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
  background: #eee;
  background: rgba(255,255,255,0.8);
  color: #222;
}
article.feature-image.large .entry-summary {
  display: none;
}
section.feature-image.large img {
  display: block;
  height: auto;
  max-width: 117.9%;
  padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
  border-bottom: 1px solid #ddd;
  display: block;
  height: 328px;
  margin: 1.625em -8.9% 20px;
  max-width: 1000px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.featured-posts .showcase-heading {
  padding-left: 8.9%;
}
.featured-posts section.featured-post {
  background: #fff;
  height: 288px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  width: auto;
}
.featured-posts section.featured-post.large {
  max-width: 100%;
  overflow: hidden;
}
.featured-posts section.featured-post {
  -webkit-transition-duration: 200ms;
  -webkit-transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 200ms;
  -moz-transition-property: opacity, visibility;
  -moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
  opacity: 0;
  visibility: hidden;
}
.featured-posts #featured-post-1 {
  opacity: 1;
  visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
  content: ' ';
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
  width: 100%;
  height: 45px;
  position: absolute;
  top: 230px;
}
.featured-post .feature-image.small:after {
  top: 253px;
}
#content .feature-slider {
  top: 5px;
  right: 8.9%;
  overflow: visible;
  position: absolute;
}
.feature-slider ul {
  list-style-type: none;
  margin: 0;
}
.feature-slider li {
  float: left;
  margin: 0 6px;
}
.feature-slider a {
  display: block;
  width: 14px;
  height: 14px;
  background: #3c3c3c;
  background: rgba(60,60,60,0.9);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
  box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
}
.feature-slider a.active {
  background: #09C;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
  -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
  box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
  cursor: default;
  opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
  padding: 0 0 1.625em;
}
section.recent-posts .hentry {
  border: none;
  margin: 0;
}
section.recent-posts .other-recent-posts {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin: 0;
}
section.recent-posts .other-recent-posts li {
  padding: 0.3125em 0;
  position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
  border-top: 1px solid #ddd;
  font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
  color: #373737;
  float: left;
  max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
  content: '-';
  color: transparent;
  font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
  border-bottom: 2px solid #999;
  bottom: -2px;
  color: #444;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.76333;
  padding: 0.3125em 0 0.3125em 1em;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
  border-color: #bbb;
  color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
  color: #09C;
  border-color: #09C;
}
section.recent-posts .other-recent-posts li:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 -8.9% 1.625em;
  overflow: hidden;
  padding: 1.625em 1.625em 0;
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto 1.625em;
  max-width: 100%;
}
.image-attachment div.attachment a img {
  border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
  border-color: #ddd;
  background: #fff;
}
.image-attachment .entry-caption p {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
  clear: both;
  overflow: hidden;
  padding: .3em 1em .1em;
  border-top: 1px dotted #D6E1EB;
}
#content nav a {
  font-size: 12px;
}
#nav-above {
  padding: 0 0 1.625em;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-previous .meta-nav {
  display: inline-block;
  width: 11px;
  height:0;
  padding-top: 11px;
  background: url(images/ico_arr_04.png) left 0 no-repeat;
  line-height: 2;
  overflow: hidden;
  vertical-align: middle;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-next .meta-nav {
  display: inline-block;
  width: 11px;
  height:0;
  padding-top: 11px;
  background: url(images/ico_arr_05.png) right 0 no-repeat;
  line-height: 2;
  overflow: hidden;
  vertical-align: middle;
}

/* Singular navigation */
#nav-single {
  float: right;
  position: relative;
  z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
  display: inline-block;
  float: none;
  width: auto;
}
#nav-single .nav-next {
  padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */
.widget-area {
  font-size: 12px;
}
.widget {
  clear: both;
  margin: 0 0 15px 0;
}
.widget-title {
  margin-bottom: 30px;
  color: #1CBDDF;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.6;
}
.widget ul {
  font-size: 15px;
  margin: 0;
}
.widget ul ul {
  margin-left: 1.5em;
}
.widget ul li {
  color: #777;
  font-size: 13px;
}
.widget a {
  font-weight: bold;
  text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
  text-decoration: underline;
}

/* Search Widget */
.widget_search form {
  margin: 0 0 1.625em;
}
.widget_search #s {
  width: 72%;
}
.widget_search #searchsubmit {
  background: #ddd;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  color: #888;
  font-size: 13px;
  line-height: 25px;
  position: relative;
  top: -2px;
}
.widget_search #searchsubmit:active {
  background: #09C;
  border-color: #0861a5;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
  list-style: square;
  margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
  color: #3b3b3b;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.76333;
  text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
  color: #29628d;
}

/* Twitter */
.widget_twitter li {
  list-style-type: none;
  margin-bottom: 14px;
}
.widget_twitter .timesince {
  display: block;
  font-size: 11px;
  margin-right: -10px;
  text-align: right;
}
.twtr-widget *{
  font-size: 12px;
}
/*
.twitter-timeline {
  width: 100% !important;
}
*/
/*
@media screen and (min-width: 520px) and (max-width: 672px) {
  .twitter-timeline {
     width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .twitter-timeline {
     width: 196px !important;
  }
}
*/

/* Widget Image */
.widget_image img {
  height: auto;
  max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
  color: #555;
  width: 95%;
  text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
  text-align: center;
}
.widget_calendar #wp-calendar caption {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0 3px 0;
  text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* =Comments
----------------------------------------------- */
#comments-title {
  color: #3b3b3b;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.6em;
  padding: 0 0 2.6;
  text-transform: uppercase;
}
.nopassword,
.nocomments {
  color: #aaa;
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}
.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
  width: 100%; /* reset the width for the one-column and sidebar page layout */
}

.commentlist > li.comment {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li.comment {
  background: #fff;
  border-left: 1px solid #ddd;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 1.625em 0 0;
  padding: 1.625em;
  position: relative;
}
.commentlist .children li.comment .fn {
  display: block;
}
.comment-meta .fn {
  font-style: normal;
}
.comment-meta {
  color: #3b3b3b;
  font-size: 12px;
  line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
  line-height: 1.625;
  margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
}
.comment-meta a {
  font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
  position: absolute;
  padding: 0;
  left: -102px;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
}
.commentlist > li:before {
  content: url(images/comment-arrow.png);
  left: -21px;
  position: absolute;
}
.commentlist > li.pingback:before {
  content: '';
}
.commentlist .children .avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}
a.comment-reply-link {
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #3b3b3b;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  background: #888;
  color: #fff;
}
a.comment-reply-link > span {
  display: inline-block;
  position: relative;
  top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
  content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
  margin-left: 102px;
  width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
  width: auto;
}

/* Comment Form */
#respond {
  background: #ddd;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 1.625em;
  padding: 1.625em;
  position: relative;
  width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
  background: #fff;
  border: 4px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
  -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
  box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
  position: relative;
  padding: 10px;
  text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
  -moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
  box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
  color: #555;
  display: inline-block;
  font-size: 13px;
  left: 4px;
  min-width: 60px;
  padding: 4px 10px;
  position: relative;
  top: 40px;
  z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
  text-indent: 0;
  z-index: 1;
}
#respond textarea {
  resize: vertical;
  width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
  color: #bd3500;
  font-size: 22px;
  font-weight: bold;
  left: 75%;
  position: absolute;
  top: 45px;
  z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
  font-size: 13px;
}
#respond p {
  margin: 10px 0;
}
#respond .form-submit {
  float: right;
  margin: -20px 0 10px;
}
#respond input#submit {
  background: #222;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  color: #eee;
  cursor: pointer;
  font-size: 15px;
  margin: 20px 0;
  padding: 5px 42px 5px 22px;
  position: relative;
  left: 30px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
  background: #09C;
  color: #bfddf3;
}
#respond #cancel-comment-reply-link {
  color: #3b3b3b;
  margin-left: 10px;
  text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
#reply-title {
  color: #373737;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
#cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  text-transform: uppercase;
  top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
  color: #ff4b33;
}
#respond label {
  line-height: 2.2;
}
#respond input[type=text] {
  display: block;
  height: 24px;
  width: 75%;
}
#respond p {
  font-size: 12px;
}
p.comment-form-comment {
  margin: 0;
}
.form-allowed-tags {
  display: none;
}


/* =Footer
----------------------------------------------- */
#colophon {
  clear: both;
  width: 100%;
  padding: 30px 0 0;
  background: #333;
}
#colophon .colophonInr {
  max-width: 960px;
  padding: 0 15px;
  margin: 0 auto 80px;
}
#colophon .asideLink {
  margin: 0;
  list-style: none;
}
#colophon .asideLink li{
  margin-bottom: 7px;
}
#colophon .asideLink li,
#colophon .asideLink a {
  line-height: 1.3;
}
#colophon .asideLink a {
  text-decoration: none;
}
#colophon .asideLink a:hover {
  color: #CCC;
  text-decoration: none;
}

#colophon .asideLink span {
  display: table-cell;
  color: #f2f2f2;
  font-size: 11px;
  vertical-align: top;
}
#colophon .asideLink .icoImg {
  display: table-cell;
  width: 30px;
  padding-top: 3px;
  vertical-align: top;
}

#colophon p {
  margin: 0;
}
#colophon .copy {
  background: #5a5a5a;
}
#colophon .copy p {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  color: #f9f9f9;
  font-size: 11px;
}
#colophon .spFooterLink{
  display: none;
}

#supplementary {
  border-top: 1px solid #ddd;
  padding: 1.625em 7.6%;
  overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
  float: left;
  margin-right: 3.7%;
  width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
  margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
  float: left;
  margin-right: 3.7%;
  width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
  margin-right: 0;
}

/* Site Generator Line */
#site-generator {
  background: #333;
  color: #3b3b3b;
  font-size: 12px;
  line-height: 2.2;
  padding: 2.2em 0.5em;
  text-align: center;
}
#site-generator a {
  color: #555;
  font-weight: bold;
}
#site-generator .sep {
  background: url(images/wordpress.png) center left no-repeat;
  color: transparent;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 0 7px;
  width: 16px;
}


/* common footer */
#pageToTop {
  position: fixed;
  bottom: 60px;
  right: 0;
  z-index: 99999;
}
#pageToTop a {
  display: block;
  width: 60px;
  height: 0 ;
  padding-top: 39px;
  background: url(images/ico_pagetop.png) top left no-repeat;
  line-height: 2;
  overflow: hidden;
}
#pageToTop a:hover {
  width: 70px;
}


/* =Responsive Structure
----------------------------------------------- */
.sp-only{
  display: none;
}

 @media screen and (max-width: 800px) {
  /* Simplify the basic layout */
  #branding {
    padding: auto 0;
  }
  #main #content {
    width: auto;
    margin: 0 3px 5px;
    z-index: 1;
  }
  .home #main #content,
  .archive #main #content,
  .date #main #content {
    margin-left: 28px;
  }
  #main #primary {
    float: none;
    width: auto;
    margin: 0 0 5px;
  }
  #main #secondary {
    float: none;
    width: auto;      
    margin:0 3px;
  }
  .not-found.mBlock {
    width: auto;    
  }
  #hSecondary {
    width: 98.5%;
  }
  .widget {
    margin-left: 0;
  }
  #colophon .colophonInr {
    width: auto;
    padding: 0 15x; 
  }
  .singular .hentry {
    padding: 1em 5px;
  }
  .entry-content,
  .entry-summary {
    padding: 0;
  }
  .widget_tw,
  .twitter-timeline  {
    width: 99.5% !important;  
  }
  /* No need to float 404 widgets at this size */
  .error404 #main .widget {
    float: none;
    margin-right: 0;
    width: auto;
  }
}
@media screen and (max-width: 650px) {
  #main #content {
    width: auto;
    margin: 0 3px 5px 3px;
    z-index: 1;
  }
  .home #main #content,
  .archive #main #content,
  .date #main #content {
    margin-left: 3px;
  }
  #branding {
    padding-top: 5px;
  }
  .mBlock {
    margin: 0 8px 10px 0 !important;
    width: 99.5% !important;
    z-index: 10;
  }
  .page-header.mBlock {
    width: 99.6% !important; 
  }
  #primary {
    margin-bottom: 10px;
  }
  .alignleft,
  .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #colophon .colophonInr {
    width: auto;
    padding: 0 15x; 
  }
  #colophon .copy p {
    width: auto;
  }
  
}
@media screen and (max-width: 450px) {

  .sp-only{
    display: block;
  }
  body {
    width: 100%;
    transition: margin-left 0.6s ease;
  }
/*
  body.is-open {
    margin-left: -235px;
  }
*/
  body #wrapper {
    width:100%;
    position:relative;
  }
  body #wrapper.hidden {
    overflow:hidden;
  }
  body.is-open #wrapper {
    overflow:initial;
  }

  #h-list {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -100;
  }
  body.is-open #h-list {
    border-radius: 0;
    border-top: none;
    background: #f0f0f0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 9000;
  }
  #h-list-inner{
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 100px;
    box-sizing: border-box;
 }
  #h-list #searchform{
    margin: 19px 10px 15px;
  }
  #h-list #searchform input[type="text"]{
    width: 100%;
    box-sizing: border-box;
    height: auto;
    font-size: 16px;
    background-position: 5px 50%;
    line-height: inherit;
  }
  #h-list h3 {
    padding: 10px 20px;
    margin-bottom: 5px;
  }
  #h-list ul {
    margin: 10px;
    border: 1px solid #D6E1EB;
    overflow: hidden;
  }
  #h-list ul li {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-top: 1px solid #D6E1EB;
    border-bottom: none;
  }
  #h-list ul li:first-child {
    border-top: inherit;
  }
  #h-list ul li:nth-child(odd){
    float: left;
    clear: left;
    border-right: 1px solid #D6E1EB;
  }
  #h-list ul li:nth-child(even) {
    border-left: 1px solid #D6E1EB;
    margin-left: -1px;
  }
  #h-list ul.link li a {
    padding: 15px 20px 15px 15px;
    background: none;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    display: block;
  }
  #h-list ul.link li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #h-list ul.link li a:before {
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #h-list ul.category{

    background: #fff;
  }
  #h-list ul.category li:nth-child(1),
  #h-list ul.category li:nth-child(2){
    border-top: none;
  }
  #h-list ul.sub {
    border: none;
  }
  #h-list ul.sub li:nth-child(1),
  #h-list ul.sub li:nth-child(2){
    border-top: none;
  }
  #h-list ul.sub li a {
    padding: 10px 20px 10px 15px;
    font-size: 12px;
    color: #444;
  }
  #h-list ul.social{
    border: none;
  }
  #h-list ul.social li{
    border: none;
    padding: 0 5px;
  }
  #h-list ul.social li a{
    font-size: 14px;
    padding: 5px 10px;
    overflow: hidden;
    display: block;
  }
  #h-list ul.social li.fb a {
    color: #305097;
    border: 2px solid #305097;
  }
  #h-list ul.social li.tw a {
    color: #00aced;
    border: 2px solid #00aced ;
  }
  #h-list ul.social li span {
    float: left;
    margin-right: 5px;
  }
  #branding{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 0;
    background: url(images/bg_01.png) top left repeat;
    z-index: 10;
  }
  #branding.fixed-header{
    border-bottom: 1px solid #4AD6F2;
  }
  body.is-open #branding.fixed-header{
    z-index: inherit;
    position: static;
  }
  #branding  + div#page {
    margin-top: 130px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #branding.fixed-header  + div#page {
    margin-top: 90px;
  }
  #branding.fixed-header #site-description{
    display: none;
    height: 0;
    width: 0;
  }
  #branding hgroup {
    float: none;
  }
  #branding hgroup > a {
    width:200px;
    margin: 12px auto 11px auto;
    padding-top: 40px;
    background-size:100%;
  }
  #branding #h-menu {
    width:45px;
    height: 45px;
    display: block;
    /*display: none;  スマフォ「MENU」を非表示 */
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 9999;
    /*background: #1CBDDF;*/
    /*border-radius: 50%;*/
    cursor:pointer;
    /*border: 2px solid #fff;*/
  }
  body.is-open #branding #h-menu {
    position: fixed;
  }
  #branding .icon-animation span {
      width: 26px;
      height: 3px;
      display: block;
      background: #c0c0c0;
      position: absolute;
			z-index: 9900;
      left: 50%;
      top: 38%;
      margin-left: -13px;
      border-radius:5px;
  }
  #branding .icon-animation span {
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); 
  }
  #branding .icon-animation .top {
    -webkit-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
            transform: translateY(-9px); 
    margin-top: 3px;
  }
  #branding .icon-animation .bottom {
    -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
            transform: translateY(9px); 
    margin-top: -3px;
  }
  #branding .icon-animation.is-open .middle {
    background: rgba(255, 255, 255, 0);
  }
  #branding .icon-animation.is-open .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
        -ms-transform: rotate(-45deg) translateY(0px);
            transform: rotate(-45deg) translateY(0px);
    margin-top: 0;
  }
  #branding .icon-animation.is-open .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
        -ms-transform: rotate(45deg) translateY(0px);
            transform: rotate(45deg) translateY(0px);
    margin-top: 0;
  }
  #branding .icon-animation:after {
    content: 'menu';
    color: #c0c0c0;
    font-size: 10px;
    position: absolute;
    bottom: 3px;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
  }
  #branding .icon-animation.is-open:after {
    content: 'close';
  }

/*
  #site-description{
    margin: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items:         center;
  }
  #site-description span{
    -webkit-box-flex: 1;
    flex: 1;
  }
*/

  #site-description {
    padding: 0 5px;
    display: table;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #site-description > span,
  #site-description > a{
    display: table-cell;
    vertical-align: middle;
  }
  #site-description img{
    position: static;
    display: inline-block;
    width: 110px;
    margin-left: 5px;
  }
  #hSecondary{
    display:none;
  }
  #category .widget-title{
    text-align: center;
    margin: 0 0 1em;
  }
  #category > div{
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #category ul{
    margin: 0;
    display: inline-table;
    max-width: 100%;
  }
  #category ul li{
    display: table-cell;
    border: none;
  }
  #category ul li a{
    background: none;
    white-space: nowrap;
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #D6E1EB;
  }

  #secondary .widget_text,
  #secondary .widget_archive,
  #secondary .widget_authors{
    display: none;
  }
  #colophon .colophonInr{
    margin-bottom: 40px;
  }
  #colophon .asideLink{
    display: none;
  }
  #colophon .spFooterLink{
    display: block;
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #555;
    padding-bottom: 90px;
    background: url(images/logo_cb_square_w.png) 50% 100% no-repeat;
    background-size: 70px auto;
  }
  #colophon .spFooterLink li{
    width: 50%;
    float: left;
    border-bottom: 1px solid #555;
  }
  #colophon .spFooterLink li a{
    color: #f2f2f2;
    font-size: 12px;
    display: block;
    padding: 8px 10px;
    text-align: center;
  }
  #colophon .copy{
    padding: 5px 0 35px;
  }
  #pageToTop {
    left: 50%;
    bottom: 0px;
    margin-left: -40px !important;
    display: none !important;
    opacity: 0 !important;
}
  #pageToTop a {
    width: 80px;
    padding-top: 30px;
    background: url(images/ico_pagetop_sp.png) top left no-repeat;
  }

  .mBlock {
    margin: 0 8px 10px 0 !important;
    width: 99.5% !important;
  }
  .page-header.mBlock {
    width: 99.6% !important; 
  }
  .alignleft,
  .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #colophon .colophonInr {
    width: auto;
    padding: 0 15x; 
  }
  #colophon .copy p {
    width: auto;
  }
  .popup {
    position: relative;
    padding-top: 50px;
  }
  .popup .pic {
    display: block !important;
    position: absolute;
    top: 0;
    margin: 0 !important;
    padding: 0 !important;
  }   
  .popup.right .pic {
    right: 5px;   
  }   
  .popup .desc {  
    display: block !important;
    margin: 0 !important;
    padding: 8px 0 0 0 !important;
    background: url(images/bg_pop_04.png) 15px top no-repeat !important;    
  } 
  .popup.right .desc {  
    background-position: 95% top !important;    
  } 
  .popup.left.blue .desc {  
    background: url(images/bg_pop_09.png) 15px top no-repeat !important;    
  } 
  .popup.right.blue .desc {  
    background: url(images/bg_pop_09.png) 95% top no-repeat !important;    
  } 
  .popup.left.pink .desc {  
    background: url(images/bg_pop_10.png) 15px top no-repeat !important;    
  } 
  .popup.right.pink .desc {  
    background: url(images/bg_pop_10.png) 95% top no-repeat !important;    
  } 
  .popup .desc span {
    padding: 7px !important;
  }
  .popup .desc > span {
    padding: 15px !important;
  }
  .entry-header .breadcrumb ol li {
    padding: 2px 15px 2px 8px;
  }
  .entry-header .breadcrumb ol li,
  .entry-header .breadcrumb ol li a {
    line-height:12px;
    font-size:8px;
  }
  .entry-header .breadcrumb ol li span {
    font-size:8px;
  }
  .entry-metaList .cat-links,
  .entry-metaList .tag-links{
    display: none;
  }

  .entry-meta{
/*
    padding: 5px;
    background-position: 45px 0;
*/
  }
  .entry-meta .by-author-img{
    width: 30px;
    height: 30px;
  }
  .entry-meta .by-author-img img{
    width: 30px;
    height: 30px;
  }



  .archive .hentry {
    position: relative;
  }
  .home .hentry .entry-date,
  .archive .hentry .entry-date{

  }
  .archive .hentry .entry-header a{
     display: -webkit-box;
     display: -webkit-flex;
     display: flex;
     -webkit-box-direction:reverse;
     -webkit-flex-direction:row;
     flex-direction: row-reverse;
     justify-content: space-between;
  }
  .archive .hentry .icoNew{
    float: none;
	-webkit-flex-shrink:0;
	flex-shrink:0;
	}
  .archive .hentry .icatch{
    margin: 0 10px 0 0;
    width: 120px;
	-webkit-flex-shrink:0;
	flex-shrink:0;
	}
  .archive .hentry .icatch img{


	}
  .archive .hentry .entry-title {
	margin:0;
	padding: 0;
	width: 100%;
	-webkit-box-flex: 1;
	flex: 1;
  }

  .home #primary #content{
    height: auto!important;
  }
  .home #primary .hentry{
	position: static !important;
	float:none !important;
	top: inherit;
  }

  .home #primary .hentry:nth-of-type(n+6){
	display: none;
  }


  .ranking-list{
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    background: #fff;
  }
  .ranking-list li{
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px dotted #D6E1EB;
  }
  .ranking-list li:last-child{
    border-bottom: none;
  }
  .ranking-list li > a{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    -webkit-align-items: center;
    align-items:         center;
  }
  .ranking-list li .title{
    font-size: 14px;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .ranking-list li .pt{
    width: 120px;
    max-height: 100px;
    margin-right: 10px;
    float: left;
    text-align: center;
  }
  .ranking-list li .pt img{
    max-width: 100%;
    max-height: 100%;
  }

  .link-recent a{
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: block;
  }
  .link-recent a:before,
  .link-recent a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
  }
  .link-recent a:after{
	right: 15px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  .mBlock.news-index{
    padding-top: 30px;
    position: static !important;
    float: none !important;
    top: inherit;
  }
  .home .mBlock.news-index h1{
    color: #1CBDDF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .home .mBlock.news-index h1 a{
    font-size: 20px;
  }

  .authors-list li{
    text-align: center;
  }
  .authors-list li .by-author-img{
    float: none;
    display: inline-block;
    margin: 0 auto 10px;
  }

  .archive .page-title.author {
    padding-top: 10px;
    padding-left: 75px;
  }
  .archive #author-info{
    margin: 35px 0 0;
    min-height: inherit;
  }
  .archive #author-description{
    width: auto;
    margin: 0;
    float: none;
    position: relative;
  }
  .archive #author-avatar{
    position: absolute;
    top: 10px;
    left: 12px;
  }


}

@media screen and (max-width: 320px) {

  #site-description{
    font-size: 11px;
  }
  #site-description span{
    font-size: inherit;
  }
  #site-description img{
    width: 100px;
  }


}

/* masonry Style Override */
/** clearfix ----------------------------------------------------------------**/
.clearfix { zoom:1; }
.clearfix:after { content:"."; display:block; height:0px; clear:both; visibility:hidden; }

/********************************************
 common 
********************************************/

.icoFb,
.icoTw,
.icoRss {
  display: block;
  width: 25px;
  height: 0;
  padding-top: 24px;
  background: url(images/ico_scbtn.png) no-repeat;
  line-height: 2;

  overflow: hidden;
}
.icoTw {
  background-position: 0 0;
}
.icoTw {
  background-position: -30px 0;
}
.icoRss {
  background-position: -60px 0;
}

.more-link {
  display: block;
  padding-left: 15px;
  background: url(images/ico_arr_01.png) left 4px no-repeat;
  font-size: 13px;
  text-decoration: underline;
}

/* social Btn */
.socialBtn {
  clear: both;
  margin: 0 0 10px;
  list-style: none;
  letter-spacing: -.4em;
}
.entry-content .socialBtn {
  position: relative;
  margin-bottom: 40px;
}
.socialBtn li {
  position: relative;
  display: inline-block;
/*  min-width: 110px;*/
  margin: 3px 10px 0 0;
  vertical-align: top;
  overflow: visible;
  letter-spacing: normal;
}
*:first-child+html .socialBtn li {
  display: inline;
  zoom: 1;
}
/* socialBtn */
.socialBtn .scBtnFb {
/*  width: 110px !important;*/
}
.socialBtn .fb_iframe_widget {
  line-height: 1;
  vertical-align: top;
  display: inline-block;
}
iframe.twitter-share-button {
/*  width: 100px !important;*/
}
#___plusone_0 {
  width: 72px !important;
}
#plusone {
  width: 72px !important;
}
.pocket-btn iframe {
  width: 105px !important;
}
.socialLink {
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.socialLink li {
  float: left;
  margin-left: 4px; 
}
.entry-metaList {
  overflow: hidden;
}
.entry-metaList p {
  margin: 0;
}
.by-author a,
.by-date time,
.cat-links span,
.cat-links a,
.tag-links span,
.tag-links a {
  font-size: 12px;
}


/********************************************
 index Page 
********************************************/
/* mBlock */
.mBlock {
  float: left;
  width: 230px;
  margin-bottom: 10px;
  margin-right: 6px;
  padding: 0;
  background: #fff; 
}
.page-header.mBlock {
  position: relative;
  width: 472px; 
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  background: #fff;
}
.not-found.mBlock {
  padding: 20px 0;
  width: 99.5%;
}
.not-found .entry-header {
  padding: 10px 0 0 10px;
}
.mBlock.news-index{
  width: 710px;
  margin-top: 100px;
  font-size: 12px;
  background: none;
}
.mBlock.news-index h1{
  padding: 10px;
  color: #1CBDDF;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dotted #D6E1EB;
}
.mBlock.news-index ul a{
  font-size: 13px;
  color: #3b3b3b;
}
.mBlock.news-index time{
  margin-right: 20px;
}

/* 最新アイテムサイズ */
.icoNew {
  float: left;
  margin: 0;
  padding-right: 3px;
}
.newArticle {
  overflow: hidden;
}
.icatch {
  margin: 1em 0 0 0;
}
.icatch img {
  width: 100%;
  vertical-align: middle;
}
a:hover .icatch img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.home .entry-content p,
.archive .entry-content p {
  line-height: 1.5;
}


#now_pc {
  display: none;
}
/* index Page footer */
.by-author-img {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 2px #bbb;
  -moz-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb; 
  background: #fff;
}
.by-author-img img {
  margin: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/********************************************
 single Page 
********************************************/
/* single Page header */
header .by-author-img {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 7px 0 0;
  padding: 2px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #fff; 
  -webkit-box-shadow: 0 1px 2px #bbb;
  -moz-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb; 
}
header .by-author-img img {
  margin: 0;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#entry-comment h2 {
  color: #3b3b3b;
  border-bottom: 1px dotted #CCC;
  font-weight: bold;
  margin-bottom: 15px;
}


/********************************************
 sidebar Page 
********************************************/
#secondary ul {
  list-style: none;
}
/* rotation banner */
#rotationBan {
  display: block;
  position: relative;
  /*height: 88px;*/
}
#rotationBan li {
  /*position: absolute;*/
  top: 0;
  left: 2px;
  display: none;
}
#rotationBan img {
  vertical-align: bottom;
}
#rotationBan.static {
  height: auto;
}
#rotationBan.static li{
  position: relative;
  text-align: center;
}

/* widget */
.widget li {
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px dotted #D6E1EB;
}
.widget li:first-child {
  border-top: none;
}
.widget li a {
  display: block;
  padding: 5px 15px 5px 3px;
  background: url(images/ico_arr_02.png) right .7em no-repeat;
  color: #3b3b3b;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}
.widget li a:hover {
  background: url(images/ico_arr_02_o.png) right .7em no-repeat;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
}
.widget .toggle-list {
  margin-left:30px;
}
.widget .toggle-list .year {
  margin:0;
  border-bottom: 1px dotted #D6E1EB;
  padding:3px 0;
}
.widget .toggle-list .year a {
  font-size:13px;
  font-weight:normal;
  color:#3b3b3b;
  text-decoration:none;
}
.widget .toggle-list .year a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.widget .toggle-list .year span {
  font-size: 13px;
  margin-right:3px;
}
.widget .toggle-list .year-block.open  .arrow-01,
.widget .toggle-list .year-block.close .arrow-02 {
  display:none;
}
.widget .toggle-list .year-block.close .arrow-01,
.widget .toggle-list .year-block.open  .arrow-02 {
  display:inline;
}
.widget .toggle-list .year-block.close .month {
  display:none;
}
.widget .toggle-list .year-block.open .month {
  display:block;
}
.widget .toggle-list .month {
  margin:0 0 0.5em;
}
.widget .toggle-list .month ul {
  margin-left:15px;
}
.widget-area {
  position: relative;
}
.widget.widget_sp_image {
  margin-bottom: 1em;
}
.widget.widget_sp_image img,
.widget.widget_sp_image p {
  margin-bottom: 0;
}
.widget.widget_nav_menu,
.widget.widget_archive,
.widget.widget_authors {
  padding: 10px 0 20px 10px;  
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  /*
  -webkit-box-shadow: 0 1px 4px #ccc,inset 0 -1px 0 #E9F9FD;
  -moz-box-shadow:  0 1px 4px #ccc,inset 0 -1px 0 #E9F9FD;
  box-shadow: 0 1px 4px #ccc,inset 0 -1px 0 #E9F9FD;
  */
  background: #fff;
}
.widget.widget_nav_menu ul,
.widget.widget_archive ul {
  margin-left: 30px;
}
.widget.widget_text {
  padding:0;
  border: 0 none;
  background: none;
}
.widget.widget_text li {
  border: 0 none;
}
.widget.widget_text li a {
  padding: 0;
  background: none;
}
.widget.widget_authors p {
  margin: 0;
}
.widget.widget_authors ul {
  padding-right: 10px;
}
.widget.widget_authors li {
  display: block;
  margin-bottom: 5px;
}
.widget.widget_authors li a {
  display: block;
  background: none;
}
.widget.widget_authors li a:hover {
  text-decoration: none;
}
.widget.widget_authors a span {
  color: #09C;
  font-size: 12px;
  text-decoration: underline;
  line-height: 1.8;
}
.widget.widget_authors .authors-meta {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.2;
  word-wrap:break-word;
}
.widget.widget_authors .by-author-img {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  padding: 2px;
  margin-right: 7px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 1px 2px #bbb;
  -moz-box-shadow: 0 1px 2px #bbb;
  background: #fff;
}
.widget.widget_authors .by-author-img img {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
/* for insight display */
#id_shellfish, #id_bivalves{ position: absolute; }
#id_shellfish img, #id_bivalves img{ position: absolute;}

/* for widget */
.widget_tw iframe {
  max-width: 100% !important;
  min-width: 180px !important;
}

/* for fb comment 
.fb-comments,
.fb-comments span,
.fb-comments iframe {
  width: 100% !important;
}
*/
.fb-like iframe {
  max-width: none  !important;
}

#archive-info {
	margin-top: 10px;
}
#archive-info p{
	color: #888;
	font-size: 13px;
	margin: 0;
}

#content nav.page-navigation{
	padding: 1em 0;
}
.page-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.page-navigation .page-navigation-prev{
	float: left;
	width: 45%;
}
.page-navigation .page-navigation-next{
	float: right;
	width: 45%;
	text-align: right;
}
.page-navigation .page-navigation-prev a,
.page-navigation .page-navigation-next a{
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.page-navigation .page-navigation-prev a{
	padding: 0 0 0 30px;
}
.page-navigation .page-navigation-next a{
	padding: 0 30px 0 0;
}
.page-navigation .page-navigation-prev a:before,
.page-navigation .page-navigation-prev a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.page-navigation .page-navigation-prev a:after{
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.page-navigation .page-navigation-next a:before,
.page-navigation .page-navigation-next a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.page-navigation .page-navigation-next a:after{
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page-navigation li .entry-cat{
	display: none;
}
.page-navigation li .entry-title{
	font-size: 13px;
	color: #888;
	display: block;
	line-height: 1.3;
}

.page-header.hentry{
	margin: 0 0 1em;
}
.page-header.hentry .page-headerInr{
	margin: 0;
}
.vertical-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.vertical-list li{
	border-bottom: 1px dotted #D6E1EB;
}
.vertical-list li a{
	display: block;
	padding:10px;
}

body.category-index aside#category{
	display: none;
}


.nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
  *zoom: 1;
  list-style: none;
}

.nav-tabs:before,
.nav-tabs:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after {
  clear: both;
}

.nav-tabs > li {
  position: relative;
  display: block;
}

.nav-tabs > li {
  display: inline-block;
  margin-bottom: -1px;
  width: 40%;
}

.nav-tabs > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.widget-special-issue h1{
  color: #1CBDDF;
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 1em;
  text-align: center;
}
.widget-special-issue .banner + .banner{
  margin-top: 15px;
}
.widget-special-issue .banner a{
  padding: 15px;
  display:block;
  background: #fff;
}
.widget-special-issue img{
  max-width:100%;
}


#accessranking h1{
  color: #1CBDDF;
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 1em;
  text-align: center;
}

.authors-list{
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.authors-list li{
	width: 44%;
	float: left;
	margin: 0 3% 15px;
}
.authors-list li:nth-child(odd) {
    float: left;
    clear: left;
}
.authors-list .by-author-img{
	width: 80px;
	height: 80px;
}
.authors-list p{
	font-size: 12px;
}
.authors-list a{
	color: #3b3b3b;
	font-size: 12px;
}
.authors-list a span{
	color: #09C;
	font-size: 18px;
}

.entry-belongs {
	border-top: 1px dotted #D6E1EB;
	border-bottom: 1px dotted #D6E1EB;
    padding: 1em .5em;
}
.entry-belongs p {
	margin-bottom: 0;
}

.entry-corporate-link{
	margin: 40px auto ;
	text-align:center;
}
.entry-corporate-link img{
	width: 80px;
	max-width: 30%;
}


/********************************************
 embed-article 
********************************************/
.embed-article{
	margin: 1.5em 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: table;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.embed-article a{
	text-decoration: none;
}
.embed-article a:hover,
.embed-article a:hover .entry-title{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.embed-article .pic{
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding: 0 20px 0 0;
	text-align: center;
}
.embed-article .pic img{
	vertical-align: top;
	max-width: 100%;
}
.embed-article .desc{
	display: table-cell;
	vertical-align: top;
	margin: 0;
}
.embed-article .desc time {
	font-size: 12px;
	color: #999;
	display: block;
}
.embed-article .desc > span {
	font-size: 12px;
	display: block;
}
.embed-article .desc .entry-title{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 1em;
	padding: 0;
	display: block;
	color: #3b3b3b;
}
@media screen and (max-width: 450px){

	.embed-article{

	}
	.embed-article .pic{
		width: 100px;
		padding: 0 10px 0 0;
	}
	.embed-article .desc{

	}
	.embed-article .desc .entry-title{
		font-size: 14px;
		margin: 0;
	}

}

/********************************************
 balloon + profile 
********************************************/

.balloon{
	margin: 20px 0;
}
.balloon .pic span,
.profile .pic span{
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
}
.balloon .pic img,
.profile .pic img{
	width: 100%;
	height: auto;
}
.balloon .desc{
	padding: 20px;
	border-radius: 10px;
	position: relative;
	background-color: #e9e8e8;
}
.balloon .desc:before {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: #e9e8e8;
}
.balloon .desc:after{
	content: '';
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
}
.balloon.gray .desc,
.balloon.gray .desc:before{
	background-color: #F8F8F8;
}
.balloon.blue .desc,
.balloon.blue .desc:before{
	background-color: #EDF4F7;
}
.balloon.pink .desc,
.balloon.pink .desc:before{
	background-color: #FDEDED;
}
.balloon.yellow .desc,
.balloon.yellow .desc:before{
	background-color: #FDFDED;
}
.balloon.green .desc,
.balloon.green .desc:before{
	background-color: #F1FDED;
}
.profile{
	display: -webkit-box;
	display: flex;
	margin: 50px 0;
	padding: 30px 0 30px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	position: relative;
}
.profile:after{
	content:'';
	width: 48px;
	height: 110px;
	background: url(../img/ch_profile.png);
	position: absolute;
	left: 0;
	bottom: 0;
}
.profile dl{
	margin: 0;
}
.profile dt{
	font-weight: bold;
	margin-bottom: 15px;
}
.profile dd{
	color: #3c3c3c;
	font-size: 12px;
	margin: 0;
}
.profile dd *{
	font-size: inherit;
}
.profile .desc p + p{
	margin-top: 1em;
}

/* PC */
@media screen and (min-width: 451px) {

	.balloon{
		display: -webkit-box;
		display: flex;
	}
	.balloon.right{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
	}
	.balloon .pic{
		z-index: +2;
	}
	.balloon .desc{
		z-index: +1;
	}
	.balloon.left .desc{
		width: 100%;
		margin: 0 90px 0 30px;
	}
	.balloon.right .desc{
		width: 100%;
		margin: 0 30px 0 90px;
	}
	.balloon.left .desc:before {
		top: 25px;
		left: -20px;
	}
	.balloon.left .desc:after{
		top: 25px;
		left: -40px;
	}
	.balloon.right .desc:before {
		top: 25px;
		right: -20px;
	}
	.balloon.right .desc:after{
		top: 25px;
		right: -40px;
	}

	.profile{

	}
	.profile .pic span{
		width: 110px;
		height: 110px;
	}
	.profile .desc{
		margin: 0 40px 0 25px;
	}

}

/* SP */
@media screen and (max-width: 450px) {
	.balloon .pic{
		margin-bottom: 10px;
		z-index: +1;
		position: relative;
	}
	.balloon.right .pic{
		text-align: right;
	}
	.balloon .desc {
		padding: 15px;
	}
/*
	.balloon.left .desc{
		margin-right: 15px;
	}
	.balloon.right .desc{
		margin-left: 15px;
	}
*/
/*
	.balloon .desc:before{
		z-index: -1;
	}
	.balloon .desc:after{
		z-index: -1;
	}
*/
	.balloon.left .desc:before {
		top: -20px;
		left: 50px;
	}
	.balloon.left .desc:after{
		top: -40px;
		left: 50px;
	}
	.balloon.right .desc:before {
		top: -20px;
		right: 50px;
	}
	.balloon.right .desc:after{
		top: -40px;
		right: 50px;
	}

	.profile .desc{
		margin-left: 10px;
	}

}

/********************************************
 banner
********************************************/
.entry-after{
    margin: 1em 0;
}
.entry-after img{
    max-width: 100%;
    height: auto;
}
.frame-block{
    margin: 40px 0;
    padding: 15px 15px;
    border: 7px solid #eafafd;
}
.frame-block h2{
    font-size: 20px;
    margin: 0 0 5px;
}
.frame-block p{
    font-size: 90%;
}
.text-banner {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 30px 20px;
    background: #1CBDDF;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.text-banner:hover {
    color: #fff;
}
.text-img-banner{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 30px 20px;
    background: #666;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 0;
}
.text-img-banner:hover {
    color: #fff;
}
.text-img-banner:before {
    content:'';
    display: block;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/* SP */
@media screen and (max-width: 450px) {
	.youtube {
	    margin: 30px 0;
    	position: relative;
    	padding-top: 75%;
    	height: 0;
    	overflow: hidden;
  	}
	.youtube iframe {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
  	}
}


/* side hidden*/
@media screen and (min-width: 800px){
/*
  #secondary{display:none;}
  #page #primary{margin-left:auto; margin-right:auto;}
  #page #content{margin:0 auto; width:auto;}
*/
  .singular #secondary{display:none;}
  .singular #content{max-width:800px; width: auto; margin: 0 auto;}
  .singular .entry-header{max-width: 610px;}
}
