@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/

/*全ページ共通ここから*/
body{margin: 0;font-family: 'Gill Sans',YuGothic,'Yu Gothic',sans-serif; color: color: #707070;font-size: 14px;}
img{display: block;width: 100%;}
a{display: block;text-decoration: none; color: black;}
.CHANGE{background: #e7e7e7;color: rgb(85, 85, 85);padding: 5px 0;text-align: center;font-size: 13px;}


/*ヘッダー*/


/*フッターー*/
#footer {background: #4D4D4D; color: white;font-size: 15px;letter-spacing: 1px;text-align: center;padding: 25px 0 120px 0;}
#footer .footer_name {font-size: 23px;font-weight: bold;margin-bottom: 10px;}
#footer .footer_add{font-size: 14px;font-weight: 300;}
#footer .footer_time{font-size: 14px;margin: 15px 0;}

.sp{display: none;}





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

/*全ページ共通ここから*/
.CHANGE{text-align: left;font-size: 11px;line-height: 13px;padding: 5px 3vw;}

/*フッターー*/
#footer {text-align: left;padding-bottom: 82px;}
#footer .footer_name {font-size: 20px;font-weight: bold;margin-bottom: 10px;}


.pc{display: none;}
.sp{display: block;}

}
