@charset "UTF-8";
/* CSS Document */

iframe{ width: 100%; }

@media screen and (max-width: 799px) {
	
.main_img{ text-align:center; background-color:#e0e4e5; }	

}

@media screen and (min-width: 800px) {
	
.main_img{ text-align:center; background-color:#e0e4e5; }
}

/*最新ニュース*/

#news {
}

div.newsArea{
	padding: 15px;
	background:#FFF;
	margin-bottom:30px;
	overflow: hidden;

}

p.newsTime{
	margin: 5px 0;
}

p.newspTxt{
	font-size: 0.8em;
}

.master-slider-parent{
	width: 100% !important;
}

.master-slider{
	width: 100% !important;
}

@media screen and (min-width: 800px) {
    .attention {
        text-align: center;
        padding: 20px 0px;
        border: 5px solid #333333;
        width: 800px;
        margin: 120px auto 60px;
    }
	.attention .text_st01 {
        font-size: 18px;
        font-weight: bold;
    }
}

@media screen and (max-width: 799px) {
.attention {
    text-align: center;
    padding: 10px 10px;
    width: 350px;
    border: 5px solid #333333;
    margin: 60px auto 30px;
}
.attention .text_st01 {
    font-size: 13px;
}
}