@charset "UTF-8";

/*
last update 2015.09.26

*/

/* ***********************************************************************
        PC・スマホ共通
*********************************************************************** */

#footer {
	background: #d77070;
}



/* ***********************************************************************
        767px以下
*********************************************************************** */
@media (max-width: 767px) {


/********************フッター********************/



#footer-inner {
	padding: 21px 0 26px;
}

#footer .tw_box,
#footer .tw_box h4,
#footer .tw_box .btns {
	display: none;
}

#footer-banner {
	padding:0 33px;
	margin:0 0 15px;
}
#footer-banner img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#footer-text {
	font-size: 12px;
	line-height: 1.5;
	text-align:center;
	margin:0 10px;
}
#footer-text a, #footer-text a:link {
	color: #fff;
	text-decoration: none;
}
#footer-text a:visited {
	color: #fff;
}
#footer-text a:active,
#footer-text a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer-text a:focus {
	color: #fff;
}



/*ページアップ*/
.pageup {
}
.pageup a {
	display: block;
	background: url(../images/sp/pageup.png) no-repeat 0 0;
	-moz-background-size:100% auto;
	background-size:100% auto;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 65px;
	height: 100px;
	position: fixed;
	right: 18px;
	bottom: 20px;
}



}




/* ***********************************************************************
       768px以上
*********************************************************************** */
@media (min-width: 768px) {

/********************フッター********************/

#footer-inner {
	width:980px;
	margin:auto;
	padding: 36px 0;
}
#footer .tw_box {
  width: 470px;
  margin: 0 auto 30px;
  
}
#footer .tw_box h4{
  padding-left: 0px;
  padding-bottom: 11px;
  text-align: center;
}

#footer-banner {
	text-align:center;
	margin:0 0 55px;
}
#footer-text {
	font-size: 12px;
	line-height: 1.5;
	text-align:center;
}
#footer-text a, #footer-text a:link {
	color: #fff;
	text-decoration: none;
}
#footer-text a:visited {
	color: #fff;
}
#footer-text a:active,
#footer-text a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer-text a:focus {
	color: #fff;
}








/*ページアップ*/
.pageup {
}
.pageup a {
	display: block;
	background: url(../images/pc/pageup.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 58px;
	height: 89px;
	position: fixed;
	right: 5px;
	bottom: 30px;
}
.pageup a:hover {
	background: url(../images/pc/pageup.png) no-repeat 0 -89px;
}



}

