/* indexページのレイアウト用CSS */

/* 印刷用 */
@media print{
#safty_contents{
max-width:610px;
line-height:15pt;
margin-left: 80px;
}
}
/* 画面表示用 */
@media screen{
#safty_contents {
    max-width: 720px;
    width: auto !important;
    line-height: 1.8em !important;
    float: none;
    margin: 0 auto;
}
.link_btn {
    margin-bottom: 1.5em;
}
#safety_backnumber{
width: 150px;
height: auto;
color:#333333;
font-size:8pt;
margin-top:25px;
}

#safty_title {
    width: auto !important;
}
.photo, .text{
    width: auto !important;
    margin-left:0 !important;
}
#safety_backnumber a{
width: 140px;
height: auto;
color:#262670;
font-size:8pt;
margin-top:5px;
margin-left:10px;
}
#safety_backnumber .link{
width: 150px;
height: auto;
}
}

@media screen and (max-width:600px){
.page_title {
    width: auto !important;
        margin-left: 0 !important;
}
	#page .page_title img {
    width: 100%;
    height: auto;
}

}