.post h2 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #f55b1e;/*左線*/
}



table tbody tr:hover > td, table tbody tr:hover > th,
table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th
{
	background-color: #fff;
}

th { 
	white-space: nowrap;
	background:#EFEFEF !important;
}



.boxline ul.display-posts-listing {
 
    border: 0px solid #aaaaaa!important;
    margin: 0px!important;
    padding: 0px!important;
 
    text-align: left!important;
}
 
.boxline ul.display-posts-listing li {
 
    border: 1px solid #aaaaaa!important;
    /*background-color: #ffffe0;*/
 
    width: 100%!important;
    max-width: 235px!important;
    height: auto !important;
    min-height: 200px!important;
    margin: 0px 4px 20px!important;
    padding:12px!important;
 
    text-align: left!important;
    vertical-align: top!important;
 
    display: inline-block;
    white-space: normal;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.2;
}
 
.boxline ul.display-posts-listing li img {
 
    /*border: 1px solid #aaaaaa!important;*/
    background-color: #ffffff;
    width: 100% !important;
    height: auto !important;
    margin: 0px 0px 16px!important;
    padding: 0px!important;
 
    display: block!important;
}



.wpcf7 input[type="submit"] {
width:100%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #f55b1e;
transition: 0.3s;
color:#FFF;
margin:0 auto;
}
.wpcf7-submit:hover {
background: #f55b1e;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}


/*print css*/
@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}
