@charset "utf-8";
/*

	Description: initial setting
*/

div.inner{	width: 1000px;margin: 0 auto;box-sizing: border-box;}

/*header*/

header{	width: 1000px; overflow: hidden; padding-bottom: 10px; margin: 0 auto;}

header h1{width: 30.9%;float: left;}
header h1 img{ width: 100%;}
header .sns{ width:55%; float: right; overflow: hidden; background: #ecfafd;  border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; box-sizing: border-box; padding: 13px 23px 8px 23px; margin-top: 15px;}
header .sns ul{display: inline-block;}
header .sns ul li{display: inline-block; margin-right: 10px;}
header .sns ul li:nth-child(3){ vertical-align: top;}
header .sns ul li:last-child{margin-right: 0px;}
header .sns .title{ width: 60px; display: inline-block; margin-right: 20px;}
header .sns .title img{ width: 100%;}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/*footer*/

footer{	width: 100%; padding: 35px 0 10px 0;}
footer nav p {text-align: center;}
footer .footer_belt{ background: #464646; color: #fff; padding: 23px 0; margin-top: 20px;    }
footer .footer_belt h3{ font-size: 16px;}
footer .footer_belt p{ font-size: 14px;}
footer .footer_belt h3,
footer .footer_belt p{ text-align: right;}
footer .copy { padding: 15px 0;}
footer .copy p{ text-align: center; font-size: 12px;}
footer a{color: fff;}
/*
		By screen sizesetting
*/

@media (max-width: 1020px){
    div.inner{	width: 100%;margin: 0 auto;box-sizing: border-box; padding: 0 10px;}
    
    header{	width: 100%;margin: 0 auto;box-sizing: border-box;}
    header h1{margin-left: 10px;}
    header div.inner h1{ margin-left: 10px;}
    header .sns{ margin-right: 10px;}
}

/*@media (max-width: 1000px)*/

@media (max-width: 1000px){


}
/*@media (max-width: 940px)*/

@media (max-width: 940px){

header{ margin-bottom: 0px; padding-bottom: 0px;}
header h1{width: 30.8%;float: none; }
header .sns{ width:100%; float: right; overflow: hidden; background: #ecfafd;  border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; box-sizing: border-box; padding: 13px 23px 8px 23px; margin-top: 0px; margin-right: 0}


}



/*@media (max-width: 768px)*/

@media (max-width: 768px){
header h1{width: 50%;float: none; margin: 10px; }
footer .footer_belt h3{ font-size: 14px; text-align: left;}
footer .footer_belt p{ font-size: 12px;text-align: left;}
footer .copy p{ line-height: 1.5em; padding-top: 15px;}

header .sns{ width:100%; float: right; overflow: hidden; background: #ecfafd;  border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; box-sizing: border-box; padding:10px 10px; margin-top: 0px; margin-right: 0}
header .sns ul{display: inline-block;}
header .sns ul li{display: inline-block; margin-right: 5px;}

}

@media (max-width: 640px){


}