/*
Theme Name: chikubuyuuan
Template: monopoly
*/

/* TDの左寄せ */
.entry table td, .entry table th {
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
font-size:110%;
}

/* ulのマージン */
.entry ol li, .entry ul li {
padding: 6px 0;}

/* ナビの英文を半透明 */
.menu_description{
opacity:0.5;}


/* TOPページ用 */
.free_space > .one-third{
text-align:center;
background-color:#eeeeee;
color: #ff0000;
}

.oi_post_share_icons .oi_soc_icons a:link, a:visited{
color:#333333;
}

.main-inner a:link, a:visited{
color:#c40026;
}

.cat-item a:link, a:visited{
color:#c40026;
}

.freespace-pad h2{
color:#ff0000;
}


/* フッタの位置調整 */
#footer-bottom .social-links {
padding: 15px 0;
}

#footer-bottom .pad {
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

/* パンくずの位置 */
#breadcrumb_list{
margin-left:30px;
}

/* ボタン */
.button01 {
padding:8px 20px;
background-color: #ff0000;
color: #fff;
}
.button01:link{
color: #fff;
}
.button01:visited{
color: #fff;
}
.button01:hover {
color: #fff;
background-color: #eee;
}

/* アーカイブの二重書きを削除 */
.screen-reader-text{
display:none;}

/* ContactForm7 */

.wpcf7 input[type="submit"] {
    font-size: 15px;
    margin: 10px 0 0;
    padding: 10px 0;
    width: 200px;
position: relative;
}

/* 微調整 */

.hvr-rectangle-out {
    color: #000 !important;
}

.ghost_title a {
    border: 2px solid rgba(0, 0, 0, 0.8);
    color: #000;
}

/* 背景ボックス */
.pinkbox{
padding:12px 12px 4px;
background-color:#ffddff;
color:#000000;
font-size:1.075em;
}

/* IE用メニューとロゴの修正 */
.mm-opened .style1 #header,
.mm-opened .hamburger{
position:relative;
}

@media only screen and (max-width: 1024px){
#logo-small  .site-title{
padding-left:70px;
}
}

.content h2 {
padding:5px 0 5px 8px;
background-color:#eee;
}


#header .nav>li>a:hover, a:visited: {
color: red;
}

/* TOPのBogoを横並び */
.bogoyoko ul{
text-align:center;
padding-left: 0px;
}
.bogoyoko li{
display: inline-block;
margin: 0 15px;
}

/* 投稿一覧のマージン調整 */
.post-standard .post_description {
    padding-left: 10px !important;
}