@charset "utf-8";
/* CSS Document */


/*******************************************
みそのホーム｜入居ごあんない

PC用 スマホ共通　CSS

********************************************/

.list_main .notice{
	color:#090;
	font-weight:bold;
	margin-bottom:1em;
}
.nagare h3 span{
	color:#fff;
	margin-right:1em;
}
/*  諸費用案内-------------------------*/

/*入居後費用table

#9C0
#060
#DBD9C1
#BAB789
*/
#riyouryou{
	margin:auto;
	padding:3em 0 3em 0;
}
#riyouryou table caption{
	font-weight:bold;
	padding-bottom:1em;
}
#riyouryou table th{
	background-color:#060;
	color:#fff;
	letter-spacing:1em;
	padding:5px;
}
#riyouryou td:first-child{
	background-color:#9C0;
}
#riyouryou td{
	background-color:#EFEEE3;
}

#riyouryou p{
	text-align:right;
}

#riyouryou table td.sum{
	background-color:#DBD9C1;
}
#riyouryou table td.koumoku_sum{
	background-color:#808000;
	text-align:center;
	letter-spacing:1em;
	color:#fff;
	font-weight:bold;

}


/*******************************************

PC用　CSS

*******************************************/
@media screen and (min-width: 800px){

/*page_title*/
.page_top_msg{
	height:200px;
	width:900px;
}

.page_top_msg p{
	color:#B77839;
	line-height:2em;
	font-weight:bold;
	padding:40px 0 0 7em;
	text-shadow:0px 0px 15px #fff;
}
/* jump-menu --------------------------*/
#jump_menu{
	width:580px;
	margin:auto;
	margin-bottom:50px;
	overflow:hidden;
	padding:20px 60px 0 60px;
	background-color:#FBFFE2;
}

#jump_menu li{
	float:left;
	list-style-type:none;
	margin-bottom:1em;
}

#jump_menu li a{
	color:#090;
	font-weight:bold;
	text-decoration:none;
	background-image: url("../img/arrow_down.png");
	background-repeat:no-repeat;
	padding:0 2em 0 1.5em;
	background-position:5px;
	margin-bottom:1em;
}

#jump_menu li a:hover{
/*	color:#090;*/
	text-decoration:underline;
}

/*  入居ごあんない　-------------------------*/


.nyukyo .page_top_msg{
	background-image: url("img/bg_nyukyo.png");
	background-repeat:no-repeat;
	background-position:0 0;
}

/*  ご入居までのながれ-------------------------*/
.nagare .page_top_msg{
	background-image: url("img/bg_nagare.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#nagare_menu{
	width:585px;
	height:230px;
	background-image: url(img/arrow.png);
	margin:2em 0 4em 65px;
}

#nagare_menu li{
	float:left;
	list-style-type:none;
	background-repeat:no-repeat;
	background-position:0 0;
}
#nagare_menu li a{
	display:block;
	width:45px;
	height:230px;
	margin-right:45px;
	text-indent:-9999px;
	outline:0;

/*	background-color:#eee;*/
}
#nagare_menu li:last-child a{
	margin-right:0;
}
#nagare_menu li a:hover{
	opacity:0.5;
}
#nagare_menu #nagare_1{
	background-image: url(img/nagare1.png);
}
#nagare_menu #nagare_2{
	background-image: url(img/nagare2.png);
}
#nagare_menu #nagare_3{
	background-image: url(img/nagare3.png);
}
#nagare_menu #nagare_4{
	background-image: url(img/nagare4.png);
}
#nagare_menu #nagare_5{
	background-image: url(img/nagare5.png);
}
#nagare_menu #nagare_6{
	background-image: url(img/nagare6.png);
}
#nagare_menu #nagare_7{
	background-image: url(img/nagare7.png);
}
.nagare h3{
	width:650px;
	height:35px;
	padding:0 0 0 7px;
	background-image: url("img/dot.png");
	background-repeat:no-repeat;
	letter-spacing: 1em;
	border-bottom:1px dotted #060;
	color:#663;
	margin-bottom:1em;
}
.nagare h3 span{
	color:#fff;
	margin-right:1em;
}
.nagare .list_main a,.hiyou .list_main a{
	color:#090;
}
.nagare .list_main a:hover,.hiyou .list_main a:hover{
	color:#9C0;
}
/*  諸費用案内-------------------------*/
.hiyou .page_top_msg{
	background-image: url("img/bg_hiyou.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
/*入居後費用table*/
#riyouryou{
/*	width:485px;*/
	width:100%;
}
#riyouryou table td:first-of-type{
/*	width:230px;*/
	width:8em;
}
#riyouryou table td:nth-of-type(2){
/*	width:230px;*/
	text-align:right;
	width:8em;
}
#riyouryou table td{
/*	width:155px;
	padding:5px 80px 5px 5px;*/
	padding:5px 20px 5px 20px;
}
/*返還規定table*/
#henkan table{
	width:40%;
}




				}
/*******************************************

スマホ用　CSS

*******************************************/

@media screen and (max-width: 799px){

#container{
/*	background-image: url("img/bg_nyukyo.png");
	background-repeat:no-repeat;
	background-position:-400px 0px;
*/
}

.nyukyo h2,.nagare h2,.hiyou h2{
	display:none;
}

.nagare h3{
	width:100%;
	height:35px;
	padding:0 0 0 7px;
	background-image: url("img/dot.png");
	background-repeat:no-repeat;
	border-bottom:1px dotted #060;
	color:#663;
	margin-bottom:1em;
}
/*  諸費用案内-------------------------*/

/*入居後費用table*/

#riyouryou{
	width:100%;
}
#riyouryou table td{
/*	width:50%;*/
	padding:5px 5px 5px 5px;
}

/*返還規定table*/

#henkan table{
	width:60%;
	float:left;
}


					}
