@charset "shift_jis";

#footer
{
	_zoom: 1;
	overflow: hidden;
	clear: both;
	text-align: center;
	background:#55A158;
	margin-top:30px;

}

#footer .footer_body
{
	_zoom: 1;
	overflow: hidden;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color:#FFF;
	padding:15px 0px;
}

#footer .footer_body p a {
	color:#FFF;
}

#footer .foottop
{
	background:#FFF;
	padding-bottom:8px;
 position: relative; 
  overflow: hidden; 
}


#footer .foottop ul{
	position: relative;
	left: 50%;
	float: left;
	margin:0px;
	padding:0px;
}

#footer .foottop li{
	margin:0px;
	padding:0px;
	position: relative;
	left: -50%;
	float:left;
	list-style: none;
	padding-left:10px;
}

#footer .foottop li:after {
	content: '　|'; /* 自由！ */
}

#footer .foottop li:last-child:after {
	content : none ;
}

#footer .ssl {
	width:155px;
	float:left;
}

#footer p {
	padding-left:110px;
}




/* タブレットレイアウト : 748 px 〜 959 px*/
@media screen and (max-width:959px)
{


#footer
{
	_zoom: 1;
	overflow: hidden;
	clear: both;
	text-align: center;
	background: #FFF;
	margin-top:30px;

}

#footer .foottop {
	width:98%;
	font-size:90%;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */
	margin:0px auto 20px;
	padding-bottom:0px;
	behavior: url(PIE.htc);
}

#footer .foottop ul {
	margin:0px;
	padding:0px;

	list-style:none;
	margin:0px 0px;
}

#footer .foottop li {
	margin:0px;
	padding:0px;
	float:left;
	padding:15px 5px;
	border-right:1px solid #DDD;
	font-size:90%;
}

#footer .foottop li:after {
	content : none ;
}

#footer .foottop li:last-child {
	border-right:none;
	content : none ;
}

#footer .footer_body
{
	_zoom: 1;
	overflow: hidden;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color:#FFF;
	padding:15px 0px;
	background:#55A158;
	margin-bottom:10px;
}

#sidr-right {
	display:none;
}

}

/* スマホ設定  670 以下*/
@media screen and (max-width:748px)
{

#footer
{
	_zoom: 1;
	overflow: hidden;
	clear: both;
	text-align: center;
	margin-top:30px;
	background-color:#EEE;
	padding-top:20px
}

#footer .foottop {
	width:96%;
	font-size:96%;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 0px 0px 1px;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */
	margin:0px auto 20px;
	padding-bottom:0px;
	behavior: url(PIE.htc);
}

#footer .foottop ul {
	margin:0px;
	padding:0px;
	list-style:none;
	margin:0px 0px;
	max-width:100%;
}

#footer .foottop li {
	width:43.6%;
	margin:0px;
	padding:0px;
	float:left;
	padding:15px 3%;
	text-align:left;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}



#footer .foottop li:last-child {
	border-right:1px solid #DDD;
}

#footer .footer_body
{
	_zoom: 1;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	color:#FFF;
	padding:15px 0px;
	background:#55A158;
	margin-bottom:10px;
}

#footer .ssl {
	width:100%;
	float:none;
	text-align:center;
}

#footer .ssl table {
	width: auto;
	margin:0px auto;
}


#footer p {
	padding-left:0px;
	padding-top:10px;
}

#sidr-right form {
	width:92%;
	background:#FFF;
	margin:5px auto;
	padding:2%;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */
}
#sidr-right form span {
	color:#009933;
	font-weight:bold;
}

#sidr-right form .txtbox {
	width:74%;
	float:left;
}
}