@charset "utf-8";
/*--------------------------------------------------
  reset.css
--------------------------------------------------*/
html, body, div,  applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

span{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
html{
	overflow-y: scroll;
     　 font-family: "メイリオ",meiryo,Arial,Helvetica;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
	color: #888;
}
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
	-webkit-appearance: none;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
caption, th{
	text-align: left;
}
a:focus {
	outline:none;
}
img {
	max-width:100%;
}
.sidebar a img:hover,.article-body a img:hover  {
	opacity: 0.8;
	background-color: #FFF;
}
b{font-weight: bold;}

/*--------------------------------------------------
  common
--------------------------------------------------*/
body {
    font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.2;
	position: relative;
	color:#222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f3f3f3;
  word-break: break-all;
}
a:link,a:visited{color:#222;text-decoration:none;}
a:hover{color:#E48E00;text-decoration:none;}

.cf:after {
	content: "";
	clear: both;
	display: block;
}


#header2, #ad2 ,.maist{
    display: none !important;
}
.blog-width {
  margin: 0 auto;
  position: relative;
  width: 1060px;
  height:265px;
    background: url(header.png) no-repeat;
}
.blog-width2 {
  margin: 0 auto;
  position: relative;
  width: 1060px;
}


/*--------------------------------------------------
  header
--------------------------------------------------*/

.blog-header {
  background-color: #E48E00;
  margin-bottom: 10px;
}
.blog-title {
  width: 340px;
}
.blog-title a img {
  display: block;
  padding: 10px 0;
}
.header-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
.header-nav li {
  display: inline-block;
}
.header-nav li a {
    color: #fff;
    font-size: 14px;
}
.nav-icon a {
  border: 3px solid #fff;
  display: block;
  font-size: 18px;
  height: 35px;
  line-height: 30px;
  margin-left: 12px;
  text-align: center;
  width: 35px;
}
.nav-icon.rss a {
    background-color: #ffa019;
}
.nav-icon.twitter a{
    background-color: #4c9bd6;
}
.nav-icon.rss a:hover {
  border: 3px solid #ffa019;
}
.nav-icon.twitter a:hover {
  border: 3px solid #4c9bd6;
}
h1.blog-title {
    font-size: 20px;
    color: #fff;
    padding-top: 18px;
}
h1.blog-title a{
    color: #fff;
}
p.picc {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}
/*--------------------------------------------------
  main
--------------------------------------------------*/
.content-left {
  float: left;
  width: 940px;
}
.main {
  float: left;
  width: 750px;
}
.article {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-top: 3px solid #E48E00;
  margin-bottom: 10px;
  padding: 12px;
}
.article-title a {
  color: #1a1a1a;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.article-title a:hover {
  color: #E48E00;
}

.article-nav {
  background-color: #fafafa;
  border-bottom: 1px dotted #c8c8c8;
  border-top: 1px dotted #c8c8c8;
  color: #555;
  margin: 10px 0;
  padding: 6px 0;
  position: relative;
}
.article-nav li {
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}
.article-nav li a{
  color: #555;
}
.article-nav li a:hover{
  color: #E48E00;
  text-decoration: underline;
}
.article-date{

}
.article-date i {
  color: #E48E00;
  font-size: 18px;
  vertical-align: bottom;
}

.article-meta i {
  color: #FF9933;
  font-size: 18px;
  vertical-align: bottom;
}
.article-comment{

}
.article-comment i {
  color: #4BB875;
  font-size: 18px;
  vertical-align: bottom;
}
.article-sns {
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 5px;
}
.article-sns iframe {
  overflow: hidden !important;
  width: 70px !important;
}

.article-body a:link,.article-body :visited{
color:#0066cc;text-decoration:none;
}

.article-body {
  padding: 10px;
  font-size: 17px;
}
.article-body img {
    float: none !important;
}
.article-body blockquote {
  background-color: #f9f9f9;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 10px !important;
}
.article-body blockquote br{
display: none;
}
.article-body .resTxt blockquote br {
  display: inline;
}
.article-body .resTxt {
  font-size: 15px;
  line-height: 1.5;
  padding-left: 20px;
}
.article-body .name {
  display: block;
  margin-bottom: 10px;
}
.article-body .resWrap {
  margin-bottom: 25px;

}
.article-body span {
  line-height:1.5;
  font-family: "メイリオ",meiryo,Arial,Helvetica;

}
.article-body .resAnchor {
  margin-bottom: 25px;
  margin-left: 20px;
  padding: 10px;
}
.source {
  font-size: 9px !important;
  text-align: right;
}

a.article-continue {
  border: 2px solid #E48E00;
  border-radius: 5px;
  color: #E48E00;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 10px;
  text-align: center;
  width: 300px;
}
a.article-continue:hover {
background-color: #E48E00;
  color: #FFF;
}

ul.index-navigator {
    margin: 0 0 30px !important;
}
li.paging-prev {
    margin: 0 5px !important;
}
li.paging-prev a, li.paging-next a, .index-navigator .paging-first a, .index-navigator .paging-last a, li.paging-number ol.paging-number li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c8c8c8;
  color: #333;
  display: inline-block;
  height: 32px;
  line-height: 32px !important;
  padding: 0 12px !important;
  text-decoration: none;
}
li.paging-next {
    margin: 0 5px !important;
}
li.paging-prev a:hover, li.paging-next a:hover, .index-navigator .paging-first a:hover, .index-navigator .paging-last a:hover, li.paging-number ol.paging-number li a:hover, li.paging-number ol.paging-number li.current {
    background: #E48E00 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}
ul.index-navigator li a, ul.index-navigator li.current {
    height: 32px !important;
    line-height: 32px !important;
    margin: 0 3px !important;
}

.article-footer{
position: relative;
}
.article-footer h3 {
    background-color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 10px 10px 0;
}
.article-footer h3::after {
    content: "";
    display: block;
    height: 5px;
    margin-top: -13px;
    width: 100%;
}
.related-articles ul {
  margin-bottom: 30px;
}
.related-articles {
   overflow: hidden;
   clear: both;
}
.related-articles ul li a {
  border-bottom: 1px dotted #c8c8c8;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:15px;
}
.related-articles ul li a:hover {
background-color:#FFF9FC;
}


.social-button {
  margin: 10px 0;
  text-align: center;
}
.social-button li {
    display: inline-block;
}
.social-button li a {
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
  position: relative;
  width: 280px;
}
.social-button .twt a {
  background-color: #55aded;
  margin-right: 10px;
}
.social-button .twt i {
  background-color: #4c9bd6;
  border-radius: 3px 0 0 3px;
  display: block;
  font-size: 18px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  width: 40px;
}
.social-button .com a {
  background-color: #50D383;
}
.social-button .com i{
  background-color:#4BB875;
  border-radius: 3px 0 0 3px;
  display: block;
  font-size: 18px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  width: 40px;
}
.read-all a {
  border: 2px solid #E48E00;
  border-radius: 5px;
  color: #E48E00;
  display: block;
  font-size: 14px;
  line-height: 40px;
  margin: 0 auto 30px;
  text-align: center;
  width: 570px;
}
.read-all a:hover {
  background-color:#E48E00;
   color: #FFF;

}

.articleNav {
  margin-bottom: 30px;
}
.articleNav li{
position: relative;
}

.articleNav .prev a {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  float: left;
  padding: 12px 10px 12px 45px;
  width: 48%;
}
.articleNav .prev i {
  color: #E48E00;
  font-size: 30px;
  left: 10px;
  position: absolute;
  top: 12px;
}
.articleNav .next a{
	    background-color: #fff;
    border: 1px solid #c8c8c8;
    float: right;
  padding: 12px 45px 12px 10px;
  width: 48%;
}
.articleNav .next i{
  color: #E48E00;
  font-size: 30px;
  right: 10px;
  position: absolute;
  top: 12px;
}
.articleNav li a:hover{
  color: #FFF;
	    background-color: #E48E00;
    border: 1px solid #E48E00;
}
.articleNav li a:hover i{
  color: #FFF;
}
.popularArticleWithImage a {
  overflow: hidden;
}
.popularArticleWithImage:first-child a {
  border-top:none;
}
.article-body-more iframe{
	display: none;
}
.article-body-more .resTxt iframe{
	display: inline;
}
.t_b {font-weight:bold !important;}
.anchored {
    font-weight: bold;
line-height: 25px;
    font-size:17px;
}
.article-pager-type1 {
    text-align: center;
    height: 40px;
    padding-top: 10px;
}
header#category-header, header#monthly-header{
    height: 42px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c8c8c8;
    text-align: center;
    padding: 13px;
    font-weight: bold;
    font-size: 18px;
}
.articleList {
    margin-top: 15px;
    padding: 10px 14px;
    border: 1px solid #dcdee0;
    position: relative;
}
.cf {
    display: block;
}
.articleList__left {
    width: 224px;
    height: 162px;
    background: #eee;
    float: left;
}
.articleList__right {
    width: 459px;
    float: right;
}
.articleList__date {
    margin-top: 10px;
    font-weight: bold;
    color: #999;
}
.articleList__title {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}
.articleList__title a {
    text-decoration: underline;
}
.articleList__btn {
    margin-top: 30px;
}
.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
/*--------------------------------------------------
  rss
--------------------------------------------------*/
.rss {
  border: 1px solid #c8c8c8;
  height: 249px;
  margin-bottom: 10px;
    overflow-y: scroll;
  background: #fff;
}
.rss .left {
    float: left;
    width: 50%;
}
.rss .right {
    float: right;
    width: 50%;
}
.blogroll-list:nth-child(even){
    background:#efefef;
}

.blogroll-list {
    padding: 6px 5px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.blogroll-channel a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.blogroll-link:before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #ec0a3f;
    border-right: 2px solid #ec0a3f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.blogroll-channel a:before, .blogroll-channel a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
a.blogroll-link:hover {
    color: #ff0000;
}
.blogroll-list:hover {
    background-color: #FAFAD2;
}
.rssunder {
  background-color: #fff;
  height: 620px;
  margin-bottom: 20px;
  overflow: hidden;
}
.articleSingle__ads, .articleSingle__ads-top {
    margin: 30px 0px;
    text-align: center;
}
.articleSingle__ads > div {
    padding: 0px 4px;
    display: inline-block;
}
aside.pushPosts {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}
dd.recommended {
    margin-top: 10px;
    margin-left: 0;
}
dd.recommended ol {
    counter-reset: li;
}
li.pickup {
    margin: 0 15px 5px 5px;
    padding: 5px 0 5px 2px;
    list-style: none;
    border-bottom: dashed 1px #999;
    position: relative;
    line-height: 15px;
    line-height:27px;
}
li.pickup a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
    font-weight:bold;
}
li.pickup a:before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #ec0a3f;
    border-right: 2px solid #ec0a3f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
li.pickup a:before, li.pickup a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
li.pickup:hover {
    background-color: #FFF9FC;
}
.pickup a:hover {
    color: #FF0000;
    text-decoration:underline;
}
p.heading01 {
    font-size: 17px;
    font-weight: bold;
}
div.kotei{
    margin: 0 15px 5px 5px;
    padding: 5px 0 5px 0;
    list-style: none;
    border-bottom: dashed 1px #999;
    line-height:1.8!important;
    font-size:16px;
}
div.kotei a {
    font-weight:bold;
}
div.kotei a:hover {
    color:#ff0000;
    text-decoration:underline;
}
div.kotei:nth-child(3) a{
    color:#ff0000;
}
li.pickup:nth-child(3) a {
    color:#ff0000;
}
.via {text-align:right;font-size:11px;color:#999;}

.kotei-link {
    border: 1px solid;
    padding: 5px;
    background: #efefef;
    margin-bottom: 25px;
    font-size: 13px;
}

li.list {
    list-style-position: inside;
    text-align: left;
    border-top: dashed 1px #999999;
    padding: 8px 0 10px 0;
    font-size: 1.3em;
    font-weight: bold!important;
    list-style: none;
}
li.list a {
    font-weight:bold;
}
li.list a:hover {
    color: #ff0000;
    text-decoration: none;
}

/*--------------------------------------------------
  comment
--------------------------------------------------*/
.comment_wrap {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 3px 1px rgba(204, 204, 204, 0.7);
    margin: 15px 0 !important;
    padding: 10px !important;
}


#comment-form {
  padding: 10px;
}
#comment-form label {
    display: block;
}
#comment-form #author {
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 3px #ddd inset;
  display: inline-block;
  margin: 10px 0 15px;
  padding: 10px;
  width: 100%;
}
#comment-form #text{
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ddd inset;
     background-color: #fdfdfd;
    display: inline-block;
  margin: 10px 0 15px;
    padding: 10px;
    width: 100%;
}

#comment-form .button{
    border: 2px solid #E48E00;
    border-radius: 5px;
     background-color: #FFF;
     cursor: pointer;
    color: #E48E00;
    display: block;
    font-size: 14px;
    line-height: 33px;
    margin: 0 auto 30px;
    text-align: center;
    width: 510px;
}
#comment-form .button:hover{
    border: 2px solid #E48E00;
     background-color: #E48E00;
    color: #FFF;
}

.comment_wrap .comment_header span{
color: #008800;

}
.comment_wrap .comment_body {
  font-size: 15px;
  padding: 15px 10px 10px 20px;
}
tr.input-etc {
    display: none;
}
tr.input-facemark {
    display: none;
}

ul.comment-info{
    font-size: 13px;
}
li.comment-author {
    padding: 3px;
    display: table-cell;
    color: green;
    font-weight: bold;
}
li.comment-date {
    display: table-cell;
    font-size: 12px;
}
li.comment-body {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    font-weight: bold;
}
/*--------------------------------------------------
  sidebar
--------------------------------------------------*/
.sidebar {
  float: right;
  width: 300px;
}

.sidewrapper {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  margin-bottom: 10px;
}


.sidetitlebody {
  padding: 1px;
}
.sidetitle {
  background: #FCD7A1 none repeat scroll 0 0;
  border-bottom: 1px solid #E48E00;
  padding: 5px 0;
  position: relative;
  text-align: center;
}
.side {
  padding: 0 1px;
  position: relative;
}
.sidebody a {
  border-top: 1px dotted #c8c8c8;
  display: block;
  padding: 5px;
  width: 100%;
  color:#222;
}
.sidebody a:hover {
 color: #E48E00;
 background-color:#FFF9FC
}
.sidebody:first-child a {
  border-top: none;
}

.side ul.recent-article-image li {
    border-top: 1px dotted #c8c8c8;
    margin-bottom: 6px;
    margin-top: -1px;
    padding: 6px;
}
.side ul.recent-article-image li a {
    color: #222;
    font-size: 12px;
}
.side ul.recent-article-image li a:hover {
 color: #E48E00;
}
.side ul.recent-article-image li:first-child {
    border-top: none;
}
.side .recent-article-image li img {
    float: left;
    margin: 0 6px 0 0;
}

div.popularArticlesWithImage.plugin.A li div.image.noimage {
    background: #daf5da;
    background-image: url("https://placeholdit.imgix.net/~text?txtsize=33&txt=noimg&w=290&h=180");
    height: 180px;
    width: 290px;
}
.side div.popular-articles table td.populararticles-rank:before {
    font-family: FontAwesome;
    content: "\f111";
    color: #999;
    position: absolute;
    z-index: 0;
    top: 2px;
    left: -0px;
    font-size: 1.5rem;
}
.side div.popular-articles table td.populararticles-rank b {
    color: #fff;
    position: relative;
    top: 5px;
    z-index: 1000;
}

.side div.popular-articles table td.populararticles-rank {
    position: relative;
    text-align: center;
    color: #fff;
    width: 22px;
}
.side div.popular-articles table td.populararticles-title {
    border-bottom: 1px dotted #ccc;
}
.side div.popular-articles table td {
    padding: 5px 2px;
}
div.popular-articles tr {
   margin-bottom:20px;
}
div.popular-articles tr:nth-child(even) {
   background:#efefef;
}
.toparticle {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 2;
}
/*--------------------------------------------------
  footer
--------------------------------------------------*/
.blog-footer{
	background-color: #2d2d2d;
	text-align: center;
	padding:10px;
	color:#fff;
}
.blog-footer .blog-title{
margin: 0 auto;
}
.ad{
  display: none;
}
.t_b{ font-size:17px !important;padding-bottom: 50px;line-height: 1.8 !important;}
.t_h {font-size:12px;padding-bottom: 10px;}