/*   
Theme Name:coopland-reform_theme
Theme URI: 
Description: コープランド東京様テーマ
Author: 株式会社MOTシステム
*/

/* 記事内の画像 */
.aligncenter	{
        display: block;
	margin-left: auto;
	margin-right: auto;
}

div.post img	{
        border: none;
}

.alignleft	{
        float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright	{
        float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.wp-caption	{
        border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------

記事内PDFアイコン

---------------------------------------------------------------------------------------------------------------------------------------- */
.pdflink {
        padding-left:20px;
        float: left;
        background: url('img/common_img/icon_pdf.png') no-repeat ;
        margin: 20px 0;
}
/* 記事内の見出し文字装飾 */
.newsbox h1 {
	font-size:200%;
}
.newsbox h2 {
	font-size:160%;
}
.newsbox h3 {
	font-size:120%;
}
.newsbox h4 {
	font-size:100%;
}
.newsbox h5 {
	font-size:85%;
}
.newsbox h6 {
	font-size:75%;
}
.newsbox em {
	font-style:italic;
}
.newsbox span {
font-size: inherit;
}
.newsbox hr {
border: medium none;
margin: 20px 0px;
clear: both;
}
.newsbox table td {
border: 1px solid #E1D6CC;
padding: 2px;
}
img.photo3 {
max-width: 30%;
height: auto;
margin: 4px;
border: 4px solid rgb(255, 255, 254);
}
.photo2 {
  margin: 20px 0;
}
  .photo2 li {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
  }
    .photo2 li img {
      display: block;
      max-width: 280px;
      height: auto;
      margin: 0 auto;
      border: 1px solid #e2d5bc;
      padding: 5px;
      background: #FFF;
    }
    .newsbox [id^="works"] span{
         display:none;
     }
