@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2012.03.23
Style Info:     
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------News*/

body#index {
	background: none;
}

@media print, screen and (min-width:768px) {
body#index {
	background: url(../img/index_bg.jpg) 0 0 repeat-x;
}
}

body#index #mainphoto {
	height: auto;
}

@media print, screen and (min-width:768px) {
body#index #mainphoto {
	height: 400px;
}
}


.textbox {
	width: 345px;
	float: left;
}

.rinen {
	border: 1px solid #E2E2E2;
	background: #fffef6;
	margin-bottom: 24px;
	padding: 20px;
}

.rinen ul li {
	background: url(../img/list_purple.png) 0 center no-repeat;
	font-weight: bold;
	font-size: 1.8rem;
	padding-left: 15px;
}

table.info {
	border-collapse: collapse;
	width: 100%;
}

table.info th {
	background: #F0F0F0;
	color: #333;
	white-space: nowrap;
	padding: 20px 10px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px dashed #e0e0e0;
	font-weight: normal;
	text-align: center;
}

table.info td {
	padding: 20px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #e0e0e0;
}


/*--------------------------------------------------------------------------
理念コンセプト*/

ol {
	margin-left: 40px;
	margin-bottom: 20px;
}

.large { font-size: 18px;}

@media print, screen and (min-width:768px) {
.large { font-size: 24px;}
}

.caution {
	border: 1px solid #999;
	padding: 15px;
	background: #FFF4EA;
	
}

ol li {
	padding-left: 10px;
}
dl.concept dt {
	background: #075794;
	color: #fff;
	font-size: 1.8rem;
	padding: 5px 20px;
}

ul.concept { margin-left: 20px;}

ul.concept li {
	background: url(../img/list_orange.png) 0 center no-repeat;
	font-weight: bold;
	font-size: 1.8rem;
	padding-left: 15px;
	margin-bottom: 26px;
}

.back {
	padding: 20px 100px 10px;
	margin-bottom: 30px;
	border: #EB6D2B 1px dotted;
}

ul.intro { margin-left: 20px; float: left; width: 200px;}

ul.intro li {
	background: url(../img/list_orange.png) 0 center no-repeat;
	font-weight: bold;
	font-size: 1.8rem;
	padding-left: 15px;
	margin-bottom: 10px;
}


/*--------------------------------------------------------------------------
サービス一覧*/

.service_box {
	float: left;
	margin-bottom: 30px;
	width: 350px;
	background: #F2F0EB;
	cursor: pointer;
}

.service_box .exp { padding: 0 15px;}

#content_right .service_box .head {
	background: #2188d7;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px 0;
}

#content_right .service_box .head span { font-size: 1.4rem;}


.service_box .frame { text-align: center;}

.service_box .frame img {
	width: 310px;
	border: #E9E9E9 1px solid;
	background: #fff;
	padding: 3px;
} 

#content_right .service_box .detail { margin-bottom: 0;}

.service_box .detail a {
	display: block;
	background: #2188d7;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
}

.service_box .detail a:hover { background: #105FB8;}


.tripe img { width: 100%;}
.double img { width: 100%;}

@media print, screen and (min-width:768px) {

.tripe img { width: 230px;}
.double img { width: 355px;}
}


/*--------------------------------------------------------------------------
ショートステイ*/

table.short {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

table.short th {
	background: #F0F0F0;
	color: #333;
	white-space: nowrap;
	padding: 20px 10px;
	border: 1px solid #E0E0E0;
	font-weight: normal;
	text-align: center;
}

table.short td {
	padding: 20px;
	border: 1px solid #E0E0E0;
	text-align: center;
}

table.short caption {
	text-align: left;
	font-weight: bold;
}



/*--------------------------------------------------------------------------
デイサービス*/

table.day {
	border-collapse: collapse;
	width: 100%;
}

table.day th {
	background: #F0F0F0;
	color: #333;
	white-space: nowrap;
	padding: 20px 10px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px dashed #e0e0e0;
	font-weight: normal;
	text-align: center;
}

table.day th.time,table.helper th.time { background: #E8D2EA; padding: 20px;}


table.day td {
	padding: 20px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #e0e0e0;
}



/*--------------------------------------------------------------------------
ヘルパーステーション*/

table.helper {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

table.helper th {
	background: #F0F0F0;
	color: #333;
	width: 30%;
	padding: 20px 10px;
	border: 1px solid #E0E0E0;
	font-weight: normal;
	text-align: center;
}

table.helper td {
	padding: 20px;
	border: 1px solid #E0E0E0;
	text-align: center;
}

table.helper caption {
	text-align: left;
	font-weight: bold;
}

.attention {
	border: 1px solid #E2E2E2;
	background: #fffef6;
	margin-bottom: 24px;
	padding: 20px;
}

#content_right section.content .attention p { margin-bottom: 0; font-size: 1.7rem;}


/*--------------------------------------------------------------------------
第二幸園*/

.second_box {
	float: left;
	margin-bottom: 30px;
	width: 350px;
	background: #F2F0EB;
	cursor: pointer;
}

.second_box .exp { padding: 0 15px;}

#content_right .second_box .head {
	background: #D9BC04;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px 0;
}

#content_right .second_box .head span { font-size: 1.4rem;}


.second_box .frame { text-align: center;}

.second_box .frame img {
	width: 310px;
	border: #E9E9E9 1px solid;
	background: #fff;
	padding: 3px;
} 

#content_right .second_box .detail { margin-bottom: 0;}

.second_box .detail a {
	display: block;
	background: #D9BC04;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
}

.second_box .detail a:hover { background: #0B7705;}


/*--------------------------------------------------------------------------
デイサービス*/

table.flow {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
	font-size: 12px;
}

table.flow th {
	background: #F0F0F0;
	color: #333;
	white-space: nowrap;
	padding: 20px 5px;
	border: 1px dotted #E0E0E0;
	font-weight: normal;
	text-align: center;
}

table.flow th.time { background: #EC9D2B; color: #fff; padding: 3	0px;}


table.flow td {
	padding: 5px;
	border: 1px dotted #E0E0E0;
	text-align: center;
}

@media print, screen and (min-width:768px) {
table.flow {
	font-size: 16px;
}

table.flow th {
	padding: 20px 10px;
}

table.flow td {
	padding: 20px;
}
}


table.mail {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}

table.mail tr {
	border-bottom: 1px dashed #aaa;
}
table.mail th {
	padding: 30px 30px 30px 0;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
}

table.mail th span {
	display: block;
	float: right;
	background: #cd0000;
	border-radius: 5px;
	color: #fff;
	padding: 5px 10px;
	margin-left: 20px;
	font-size: 1.2rem;
}

table.mail td {
	padding: 20px;
}

table.mail td input,
table.mail td textarea { 
	border: 1px solid #BFBFBF;
	padding: 5px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	height: 24px;
}

table.mail td textarea {
	width: 400px;
	height: 80px;
}

input#btn {
	text-align: center;
	background: #185ABF;
	color: #fff;
	margin: 0 auto;
	width: 250px;
	font-size: 1.6rem;
	padding: 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	display: block;
}

input#btn:hover { background: #686868;}

.teltel {
	font-size: 2rem;
	display: block;
	margin-top: 12px;
	color: #cd0000;
}

.w50 {
	width: 100%;
}
@media print, screen and (min-width:768px) {
.w50 {
	width: 360px;
}
}

.frimg {
	float: none;
	margin: 0 0 20px;
	width: 100%;
}

@media print, screen and (min-width:768px) {
.frimg {
	float: right;
	margin: 0 0 20px 20px;
	width: 360px;
}
}
