﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/*中央病院のフッターの設定
------------------------*/


#c_footer{
 border:1px solid #dddddd;
 border-top:2px solid #A55454;
 background-color:#f3f3f3;
 width:748px;
 clear:both;
 border-bottom:0px; 
}

	

.inquiry_1{
 padding:1px;
 font-size:1em;
 line-height:125%;
 width:8em;
 margin-top:2px;
 margin-left:5px;
 margin-right:2px;
 margin-bottom:5px;
 border-right:1px solid #bbbbbb;
 float:left;
}


.inquiry_2{
 color:#333333;
 font-size:1em;
 line-height:125%;
 padding:1px;
 margin-top:2px;
 margin-left:1px;
 margin-right:2px;
 margin-bottom:5px;
 float:left;
}

.copyright{
	font-size:1.1em;
	color:#eeeeee;
	padding:2px;
         margin:0;
	padding-right:10px;
	float:right;
}

#c_footer_bottom{
    background-color:#A55454;
    width:750px;
float:left;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/*中央病院のフッターの設定
------------------------*/


#c_footer{
 border:1px solid #dddddd;
 border-top:2px solid #A55454;
 background-color:#f3f3f3;
 width:318px;
 clear:both;
 border-bottom:0px; 
}

	

.inquiry_1{
 padding:0;
 font-size:1em;
 line-height:125%;
 width:100%;
 margin:0px;
 border-bottom:1px solid #bbbbbb;
 float:left;
}


.inquiry_2{
 color:#333333;
 font-size:1em;
 line-height:125%;
 padding:1px;
 margin-top:2px;
 margin-left:1px;
 margin-right:2px;
 margin-bottom:5px;
 float:left;
}

.copyright{
	font-size:1.1em;
	color:#eeeeee;
	padding:2px;
         margin:0;
	padding-right:10px;
	float:right;
}

#c_footer_bottom{
    background-color:#A55454;
    width:320px;
float:left;
}
}
