@charset "utf-8";

/* BODY
---------------------------------------------------- */
html {
    font-size: 80%;
    overflow-y: scroll;
}
body {
	min-width: 1020px;
	margin: 0;
	color: #330000;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
    letter-spacing: 1.5px;
    line-height: 1.5;
	background: url(../img/common/bg.png);
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0; 
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}
p,ul,ol,dl,dt,dd {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
    list-style-type: none;
}
a { 
	text-decoration: none;
}
a:link {
	color: #FF522B;
}
a:visited {
	color: #FF522B;
}
a:hover {
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.sizeM {
	font-size: 13px;
	font-size: 1.3rem;
}

/* HEADER
---------------------------------------------------- */
#header {
	width: 1020px;
	margin: 20px auto;
}
#header h1 {
	margin: 5px 0 0 360px;
    text-indent: -9999px;
	background: url(../img/common/logo.png) no-repeat;
    position: relative;
	float: left;
}
#header h1 a {
	width: 300px;
	height: 180px;
	display: block;
}
#headerInner {
	font-weight: bold;
	float: right;
}
p#headerTel {
	min-height: 35px;
	margin-top: 2px;
	padding-left: 60px;
	color: #FF522B;
	font-size: 22px;
	font-size: 2.2rem;
	background: url(../img/common/icon_tel.png) no-repeat 0 2px;
}
#headerInner dl {
	margin-top: 5px;
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
}
#headerInner dl dt {
	vertical-align: top;
	display: inline-block;
}
#headerInner dl dd {
	display: inline-block;
}
#headerInner ul li {
	margin-top: 5px;
	font-family: 'Century Gothic', sans-serif;
	float: left;
}
#headerInner ul li a {
	color: #330000;
	display: block;
}
#headerInner ul li a:hover {
	color: #FF522B;
}
li#navContact {
	margin-right: 20px;
}
li#navContact a {
	min-height: 35px;
	padding: 15px 0 0 65px;
	background: url(../img/common/icon_contact.png) no-repeat;
}
li#navAccess a {
	min-height: 35px;
	padding: 15px 0 0 65px;
	color: #FF522B;
	background: url(../img/common/icon_access.png) no-repeat;
}

/* NAV
---------------------------------------------------- */
#nav {
	text-align: center;
	clear: both;
}
#nav ul {
	display: inline-block;
	vertical-align: bottom;
}
#nav ul li {
	margin: 0 5px;
	text-align: center;
	float: left;
}
#nav ul li span {
	padding: 2px 8px;
}
#nav ul li a {
	padding: 15px 8px 10px 8px;
	color: #330000;
	font-size: 12.5px;
	font-size: 1.25rem;
	font-weight: bold;
	background: #FFF;
	display: inline-block;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
}
#nav ul li a:hover span {
	background: linear-gradient(transparent 0%, #FFCCB2 0%);
}
#nav ul li.current span {
	background: linear-gradient(transparent 0%, #FFCCB2 0%);
}
li#navHome span {
	padding: 2px 35px !important;
}

/* MAINCOLUMN
---------------------------------------------------- */
#maincolumn {
	width: 1050px;
	margin: 0 auto;
}
.column {
	width: 1020px;
	margin: 0 auto;
	clear: both;
}

/* INDEX
---------------------------------------------------- */
#comment_img {
	padding: 0 30px 10px 0;
	float: left;
	width: 220px;
}
#comment {
	float: left;
	width: 730px;
}
#comment div {
	margin-top: 10px;
	text-indent: 1em;
}
#facebook {
	width: 500px;
	margin: 30px auto 0 auto;
}
.contents {
	margin-top: 60px;
	clear: both;
}
.contents div {
	width: 320px;
	margin: 0 15px;
	float: left;
}
.contents div h2 {
	padding: 20px 10px 5px 20px;
	font-size: 15px;
	font-size: 1.5rem;
}
.contents div h3 {
	min-height: 120px;
	padding: 0 20px;
	color: #261306;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
.contents div p {
	width: 120px;
	margin: 10px auto 0 auto;
	padding: 10px 20px 10px 50px;
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
#service {
	background: #FFC8C8;
}
#service h2 {
	color: #FF5252;
}
#service p {
	background: #FFA3A3 url(../img/common/icon_zoom.png) no-repeat 15px 8px;
}
#homecare {
	background: #B9DEEA;
}
#homecare h2 {
	color: #378BB1;
}
#homecare p {
	background: #8BC8DC url(../img/common/icon_zoom.png) no-repeat 15px 8px;
}
#selfpay {
	background: #C9DC96;
}
#selfpay h2 {
	color: #54850C;
}
#selfpay p {
	background: #A5C550 url(../img/common/icon_zoom.png) no-repeat 15px 8px;
}

/* CONTACT
---------------------------------------------------- */
#contact {
	width: 970px;
	margin: 60px auto 0 auto;
	padding: 25px;
	background: #FFCCB2;
	clear: both;
}
#contactFree {
	width: 120px;
	float: left;
}
#contactFree span {
	width: 40px;
	height: 40px;
	padding: 10px;
	color: #FFF;
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center;
	background: #FF532B;
	display: inline-block;
}
.costFree {
	background: #FF8257 !important;
}
#contactOffice {
	width: 390px;
	margin: 0 25px;
	float: left;
}
#contactOffice h3 {
	padding: 18px 10px 15px 20px;
	font-size: 15px;
	font-size: 1.5rem;
	background: #FFF;
}
h3#service_tit {
	margin-bottom: 10px;
	color: #FF5252;
}
h3#homecare_tit {
	margin-bottom: 10px;
	color: #378BB1;
}
h3#selfpay_tit {
	color: #54850C;
}
#contactDetails {
	width: 370px;
	padding: 20px 10px 20px 25px;
	background: #FFF;
	float: left;
}
p#contactTel {
	padding: 3px 0 0 55px;
	color: #FF522B;
	font-size: 22px;
	font-size: 2.2rem; 
	font-weight: bold;
	background: url(../img/common/icon_tel.png) no-repeat 0 5px;
	background-size: 40px;
}
p#contactTel span {
	padding-left: 15px;
	color: #330000;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
}
p#contactBtn {
	margin-top: 10px;
}
p#contactBtn a {
	padding: 10px 15px 10px 60px;
	color: #FFF;
	font-weight: bold;
	background: #FF522B url(../img/common/icon_mail.png) no-repeat 15px 8px;
	display: inline-block;
}

/* FOOTERNAV
---------------------------------------------------- */
#footerNav {
	margin-top: 60px;
	text-align: center;
}
#footerNav ul {
	display: inline-block;
	vertical-align: bottom;
}
#footerNav ul li {
	margin: 5px;
	text-align: center;
	float: left;
}
#footerNav ul li span {
	padding: 2px 5px;
}
#footerNav ul li a {
	padding: 15px 0;
	color: #330000;
	display: inline-block;
}
#footerNav ul li a:hover span {
	background: linear-gradient(transparent 0%, #FFCCB2 0%);
}
#footerNav ul li.current span {
	background: linear-gradient(transparent 0%, #FFCCB2 0%);
}

/* FOOTER
---------------------------------------------------- */
#footer {
	background: #FFF;
	clear: both;
}
#footerInner {
	padding: 25px 0;
	background: url(../img/common/bg.png);
}
#footerDetails {
	width: 1020px;
	margin: 0 auto;
}
#footerDetails h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
}
#footerDetails h5 {
	font-size: 13px;
	font-size: 1.3rem;
}
#footerDetails div {
	display: inline-block;
}
#addr {
	margin-left: 30px;
	padding: 10px 0 10px 30px;
	border-left: 1px solid #330000;
}
#copyright {
	padding: 15px 0;
	text-align: center;
}
p#pageTop {
    position: fixed;
	right: 10px;
    bottom: 100px;
	display: none;
}
p#pageTop a {
    width: 60px;
    height: 60px;
    background: url(../img/common/btn_pagetop.png) no-repeat;
    display: block;
    position: relative;
    text-indent: -9999px;
}
p#pageTop a:hover {
    background-position: 0 -60px;
}

/* CLEARFIX
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}