@charset "utf-8";

/*-------------------------------------------------------------------------------------------

REFINE CUSTOM STYLESHEET

スタイルシートをカスタマイズする場合は、style.cssを編集する代わりにこちらに
記述してください。そうすることで、テンプレートがアップデートされた場合でも、
このページをコピー＆ペーストするだけで、簡単に新バージョンのテンプレートに、
自分のカスタムを反映させることができます。

-------------------------------------------------------------------------------------------*/
/* ページ全体のフォントを変更 
   ========================================================================== */
body, input, button, select, textarea {
font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
/*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;*/
}

.header-bar-inner, 
.banner-inner, 
.glovalnavi-inner, 
.container-inner, 
.footer-menu-inner, 
.footer-inner {
	margin: 0 auto;
	width: 980px; /* ページ全体の幅 */
}


/*Pタグ内にない文字列が小さくなってしまう対応*/
.entry-content {
  font-size: 16px;
}

/*一番上に表示されるバーを消す*/
.header-bar {
 min-height: 0px;
 background: none;
}
.banner {
 border-top: none;
}

/*記事一覧画面の日付右寄せ*/
.entry-meta {
 text-align: right;
}
/*h2のデザイン変更*/
.h2, .entry-content h2, .textwidget h2 {
font-size: large;
font-weight: bold;
/* color: #EB6100;*/
text-align: left;
letter-spacing: 1px;
line-height: 1.5em;
border-left-width: 0.2em;
border-left-style: solid;
border-left-color: #336699;
border-bottom-width: 1.5px;
border-bottom-style: solid;
border-bottom-color: #336699;
margin: 30px 0px 30px 10px;
padding: 1px 2px 10px 10px;
background:none;
border-top:none;
box-shadow: none;
/*margin-left: 2em;*/
}


/*h3のデザイン変更*/
.h3, .entry-content h3, .textwidget h3 {
font-size: medium;
font-weight: bold;
text-align: left;
letter-spacing: 1px;
line-height: 1.5em;
border-left-width: 0.1em;
border-left-style: solid;
border-left-color: #336699;
border-bottom-width: 1.5px;
border-bottom-color: #336699;
margin: 30px 0px 30px 10px;
padding: 1px 2px 10px 10px;
background:none;
border-top:none;
box-shadow: none;
border-bottom: 1px solid #336699;

}
/*アイキャッチ*/
.entry-img {
float:none;
max-height:300px;
}
.right_sidebar .entry-img img {
max-width:98%;
}
.entry-img img {
margin: 0 0 0 5px;
}
.main-inner > .entry .entry-title {
top: -5px;
}

/*h1のデザイン変更*/
.entry-content h1:before{
/*  display:block; */
/*  white-space:pre;*/
/*  content:"●　";*/
}
.entry-content h1{
  font-weight:bold;
  margin: 20px 0;
}
.entry-content .more-link{
 text-decoration: none;
text-align: right;
}

p.more-link span a {
 background: #666666;
 padding: 5px 15px;
 color: #ffffff;
 font-weight: normal;
text-decoration: none;
}
/*TOPSNSボタンのいいね！がずれてしまう対応*/
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* 2.3 グローバルメニュー
   ========================================================================== */
/*グローバルメニューの境界線を消す*/
.glovalnavi{
border: none;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}


.glovalnavi-inner {
   margin: 0 auto;
   background-image:none;
background-color: #222;

 }
.pad {
/*   background-color: #222;
   border-top: 1px solid #dddddd;
   border-bottom: 1px solid #dddddd;
*/
}
.glovalnavi li {
    border-left: none;
    border-right: none;
    margin: 0 ;
    padding: 15px 0;
    color: #222;
    text-align: left;
    font-size: 1.08rem;
    line-height: 1;
    float: left;
    white-space: nowrap;
}
 
.glovalnavi li a, 
.glovalnavi li a:visited {
  text-align: center;
  color: #FFFFFF;
  padding: 0 20px 0 0;
  text-shadow: none;
}
.glovalnavi li a:hover {
}
.glovalnavi li a:before {
content: "";
/*  display: block;
  float: left;
  padding: 7px 5px 0 17px;
  font-size: 10px;
  line-height: 1px;*/
}
.glovalnavi ul {
 border-left: none;
 border-right: none;
 list-style-type: none;
 margin: 0 auto;
line-height: 1.5;
background-color: #222;
}

.banner-inner {
  padding-bottom:10px;
}

.banner{
background: #fff;
}

/*固定ページの最新記事一覧用*/
.contentTitleArea {
float: left;
width: 70%;
overflow: hidden;
font-size: 1em;
padding-left: 5px;
}

.listPageArea ul, .listPageArea li, .listPageArea h1, .listPageArea h2 {
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
font-size: 1em;
font-weight: normal;
margin-left:0px;
}

.skinBorderHr, .skinBorderList li {
margin-bottom: 3px;
padding-bottom: 3px;
border-bottom-width: 1px;
border-bottom-style: dotted;
list-style-type: none;
}

.contentsList li {
padding-left: 4px;
padding-right: 4px;
overflow: hidden;
zoom: 1;
}

.contentDetailArea {
float: right;
width: 30%;
text-align: right;
font-size: .855em;
overflow: hidden;
}
.skinStrongColor, .skinBaseStrongColor {
color: #ff3399;
}
.contentNew {
margin: 0 6px;
}


.monthlist td{
  padding:2px 3px;
  color:#999;
  font-size:11px;
  border-right: 0;
  border-bottom: 0;
  background-color: #F0F0E8;
}
.monthlist a {
  font-weight: normal;
  text-decoration: none;
}
.monthlist a:hover,
.monthlist a:focus {
  text-decoration: underline;
}
ul.contentsList {
margin: 0;
}

.monthlist table {
border-left: 0;
}

.listPageArea a:hover,
.listPageArea a:focus {
  text-decoration: underline;
  color: #0000FF;
  font-weight: normal;
}

.listPageArea a ,
.listPageArea a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #0000FF;
}

.listContentsArea  a:hover,
.listContentsArea  a:focus {
  text-decoration: underline;
  color: #0000FF;
  font-weight: normal;
}

.listContentsArea  a ,
.listContentsArea  a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #0000FF;
}


.tab {
display: inline-block;
min-width: 130px;
max-width: 140px;
margin-bottom: 1px;
padding: 6px 5px 3px;
border-width: 1px;
border-style: solid;
border-bottom-width: 0 !important;
text-align: center;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
}
.currentTab {
margin-bottom: 0;
padding-bottom: 5px;
font-weight: bold;
}
.listContentsArea {
padding: 12px 12px 20px;
border-width: 1px;
border-style: solid;
overflow: hidden;
zoom: 1;
}
.skinBlock {
background-color: #ffffff;
border-color: #dddddd;
}
.listLink {
padding-top: 6px;
text-align: right;
}
.tabList .listContentsArea {
margin-top: -1px;
padding: 12px 12px 20px;
}

/* 固定ページ1カラムヘッダーなし*/
.page-template-page-column1_noheader-php .header-bar-inner,
.page-template-page-column1_noheader-php .banner-inner,
.page-template-page-column1_noheader-php .glovalnavi-inner,
.page-template-page-column1_noheader-php .container-inner,
.page-template-page-column1_noheader-php .footer-menu-inner,
.page-template-page-column1_noheader-php .footer-inner  {
    width: 750px;
}

.page-template-page-column1_noheader-php .contents {
    top: 10px;
}

#padSection {
    clear: both;
    margin-top: 30px;
    display: block;
    overflow: hidden;
    padding: 15px 20px;
    border: 3px solid #e5e5e5;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.8);
}
#padSection #avatar {
    float: left;
}
#padSection #profileTxtSet {
    margin-left: 100px;
    display: block;
    overflow: hidden;
}
#padSection dl {
    margin-top: 0;
}
#padSection dd {
    margin: 0;
}

.entry-content a, .entry-content a:visited {
    font-size: 16px;
    font-weight: bold;
}
a, a:visited {
    color: #0000FF;
}
.attachment-post-thumbnail{
	display:none;
}

/*よしひろページ対応*/

.sidebar0{
 display:none;
}
.sub-btn0{
 display:none;
}

.Side-area-1 {
    background-color: #EDEDED;
    border-radius: 6px;
    font-size: 14px;
    padding: 25px;
    box-shadow: 0 2px rgba(0,0,0,0.1);
    cursor: pointer;
}
.select-button, .Return-Box--select-section__contribution, .Return-Box--select-section__share, .Return-Box--select-section__detail {
    text-align: center;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 10px 0px 10px 0px;
    line-height: 1;
    margin: 10px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    width: 85%;
}
.Return-Box--select-section__share {
    font-weight: normal;
    color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}
.Return-Box__fb {
/*    background-color: #8A9DD7;*/
    background-color: #3b5998 ;

}
.Return-Box--select-section a:hover {
    color: #fff !important;
    text-decoration: none;
}
.Return-Box--select-section  a {
    text-decoration: none;
}
.Return-Box__tw {
/*    background-color: #d0d7ef;*/
    background-color: #2ba9e1;
}

.Return-Box__fb:hover{
    background-color: #899BC1;
}
.Return-Box__tw:hover {
    background-color: #d0d7ef;
}

.sidebar0.sub {
    padding: 15px 15px 5px;
    margin-bottom: 15px;
}

.page-template-page-yoshihiro-php .right_sidebar .sidebar1 {                                  
   width: 26%;
}
.page-template-page-yoshihiro-php .right_sidebar .main-inner {
    margin-right: 27%;
}
/*
.page-template-page-yoshihiro-php .right_sidebar .main {
    margin-right: -32%!important;
}

*/
.main p {
font-size:16px;
}
.main-inner > .entry .entry-title{
font-size:20px;
}
/*さらにh2のデザイン変更*/
.h2, .entry-content h2, .textwidget h2 {
    border-left: 0px!important;
    padding: 0.5em!important;/*文字周りの余白*/
    color: #010101!important;/*文字色*/
    background: #eaf3ff!important;/*背景色*/
    border-bottom: solid 3px #516ab6!important;/*下線*/
    font-size: 21px!important;
    margin: 30px 0 25px 0px!important;
}
.h3, .entry-content h3, .textwidget h3 {
     font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.3em!important;
    border-left-width: 0.3em!important;
    border-left-style: solid;
    border-left-color: #516ab6!important;
    border-bottom-width: 0px!important;
    margin: 30px 20px 25px 0px;
    padding: 1px 1px 10px 10px;
    background: none;
    border-top: none;
    box-shadow: none;
    font-size: 18px!important;
}

/*もっとみるボタン*/
.square_btn10 {
    display: inline-block;
    padding: 2px 20px;
    text-decoration: none;
    border-radius: 25px;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
}

.page-template-page-yoshihiro  .project-bassui{
	display:none;
}

/*黄色いマーカー*/
.marker-under {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*FBコメントモバイル対応*/
.fb_iframe_widget iframe {
    position: static!important;
}

//ブログカード横幅
iframe {width:100%!important;}


