div#pageinfo {
    width: 450px;
    text-indent: 30px;
    float: left;
    margin: 0 auto 0 auto;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
	font-weight:normal;
    color: #2D2D2D;
    position: relative;
}

#label_pr {
	color: #5d85c1;
	font-weight: bold;
	border-bottom: 3px solid #5d85c1;
	padding: 0 6px;
	font-size: 0.93em;
	margin: 30px 0 0 0;
	display: inline-block;
}

#label_pr_date {
	color: #b6b6b6;
	font-weight: bold;
	border-bottom: 3px solid #b6b6b6;
	padding: 0 6px;
	font-size: 0.93em;
	margin: 30px 0 0 0;
	display: inline-block;
}

h1 {
	border: none;
	text-align: center;
	display: block;
	font-size: 26px;
	line-height: 32px; 
	margin: 20px 0 30px 0px;
}

.img_width100 {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.img_floatright {
	display: block;
	width: 310px;
	float: right;
	margin-bottom: 20px;
	margin-left: 15px;
}

.img_floatleft {
	display: block;
	width: 310px;
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
}
div#wrapper {
    max-width: 1000px;
}

div.wrapper-lv1 {
	width: 90%;
	margin: 0 auto 40px auto;
}
article p {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 15px;
}
img.cms-attached.aligncenter {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
img.cms-attached.alignleft {
    display: block;
    max-width: 100%;
    height: auto;
	float:left;
}
img.cms-attached.alignright {
    display: block;
    max-width: 100%;
    height: auto;
	float:right;
}
#release_footnote {
    width: 250px;
    margin-left: auto;
    text-indent: 0;
    margin-bottom: 100px;
    margin-bottom: 40px;
    margin-top: 40px;
}
div.ogImg img {
    width: 400px;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
    margin: 30px 0 80px 0;
}

#pr_tag {
	color: #888;
}

#pr_tag a {
	color: #888;
}

#pr_backlink {
	display: inline-block;
	text-decoration: none;
	color: #5d85c1;
	margin: 10px 0 30px;
}

#pr_backlink:before {
	content:"＜";
	font-weight: bold;
/*	color:*/
	font-size: 1.3em;
	vertical-align: middle;
	padding-right: 10px;
}

.img_floatright img {
    width: 310px;
    margin-bottom: 12px;
}





@media screen and (max-width: 834px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/

div#wrapper {
    min-width: 100%;
}
.block_footer .footer_inner ul.footer_line li {
	width: 178px;
	}
div#pageinfo {
    width: 245px;
	font-size: 21px;
    font-weight: bold;
}
div#HomeLogo img {
    width: 180px;
}
div.wrapper-lv1 h1{
	font-size: 22px;
    text-align: left;
    line-height: 1.4em;
	}

}

@media screen and (max-width: 664px) { 

div.wrapper-lv1 h1{
	font-size: 17px;
    text-align: left;
    line-height: 1.4em;
	}


#post_content img.cms-attached {
	width: 100% !important;
	height: auto !important;
}
#post_content a {
	word-wrap: break-word;
}

div#pageinfo{
	float: none;
	height: auto;
	line-height: 50px;
	padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-weight: 800;
}
div#top_header {
    float: none;
    margin: 10px auto;
	position: absolute;
	padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
	top: 26px;
    right: 0;
}

div#HomeLogo {
	text-align: center;
}

div#wrapper {
    min-width: 100%;
}
.block_footer .footer_inner ul.footer_line li {
    width: 178px;
}
div#HomeLogo img {
    width: 30%;
}

}