@charset "Shift_JIS";
.section01{
	overflow:hidden;
}

.blogBox{
	padding:1.5rem;
	border:2px solid #f93;
	border-radius:8px;
}


.blogBox .topicbox dt {
	background: none;
}

.txt-center{
	text-align:center;
}


#Main .blogBox h4 {
margin-bottom: 10px;
border: 1px solid #f90;
border-left: 12px solid #f90;
font-size: 14px;
padding: 0.2rem 12px;
color: #f90;
font-weight: bold;
border-radius:6px;
}

.hukidasiout div{
		overflow:hidden;
}

.hukidasi{
	background:url(../img/cosmos-pharmacy/hukidasi.gif) 0 0 no-repeat;
	padding:2rem 20px 1rem 2rem;
	width:205px;
	height:160px;
	float:left;
}

.padding-t-rem{
		padding-top:4rem;
		display:block;
}

.padding-t-rem-s{
		padding-top:2rem;
		display:block;
}

.hukidasi-p{
	float:right;
	margin:20px 170px 0 10px;
}

.photo_center{
		text-align:center;
		margin:0.5rem;
}

.step img{
		float:right;
		margin:0 0 10px 40px;
}

.step p,.step-last p{
		overflow:hidden;
		padding:0.5rem 1.5rem;
		border:4px solid #ccc;
}

.step strong,.step-last strong{
	padding:0.2rem;
	background:#006600;
	color:#fff;
	font-size:0.9rem;
}

.step:after{
	content: url(../img/cosmos-pharmacy/step-after.gif);
}

.cosmos ul{
			margin:0 0 1rem 1rem;
}

.cosmos .arrow li{
		margin:0 0 0.5rem 0;
		overflow:hidden;
		padding:0 0 0 12px;
		background:url(../img/cosmos-pharmacy/listpoint01.gif) 0 50% no-repeat;
}

.cosmos li{
		margin:0 0 0.5rem 0;
		overflow:hidden;
}

.cosmos ul.chartBox{
		overflow:hidden;
		clear:both;
}

.cosmos ul.chartBox li{
	float:left;
	padding:0 0 0 15px;
	width:185px;
}

.cosmos ul.chartBox li.cellLong{
	width:280px;
		padding:0 0 0 15px;
}

.cosmos li strong{
	font-size:1.2rem;
	display:block;
	margin:0 0 0.5rem 0 ;
}

.cosmos ul.chartBox li strong{
	font-size:1rem;
	text-align: center;
}
.cosmos ul.chartBox li {
	text-align: center;
}
.cosmos li img{
		float:right;
		margin:0 0 0 40px;
}

.cosmos ul.chartBox li img{
	float:none;
	max-height:100px;
	max-width:100px;
	display:block;
	/*margin:0.3rem 0 !important;*/
	margin:0.3rem auto !important; 

}

.peson-list{
	overflow:hidden;
	margin-bottom:1rem;
}

.peson-list li{
	float:left;
	width:120px;
	margin:0 0 5px 5px;
	list-style-type:none;
}

.mb1rem{
		margin-bottom:1rem;
}

.contentsLink{
		display:table;
		clear:both;
		overflow:hidden;
		margin:0 0 1rem 0;
}

.contentsLink ul{
		display:table-row;
}

.contentsLink li{
		display:table-cell;
		text-align:center;
		border:2px solid #fff;
		list-style-type:none;
		width:19%;
		font-size:0.9rem;
		border-radius:6px;
}

.contentsLink li a{
	display:block;
	padding:0.2rem;
	background:#690;
	color:#fff;
	text-decoration:none;
			border-radius:6px;
}

.contentsLink li a:hover{
	background:#9c3;
}



a.btLong span,a.btShort span,label.btLong span,label.btShort span{
	font-size:0.8rem;
}

a.btLarge,label.btLong{
		width:75%;
}

a.btShort,label.btShort{
		width:42%;
}

input[type="checkbox"].on-off{
    display: none;
}

form.menu div {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
}

input[type="checkbox"].on-off + div{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + div{
    height: 400px;
}

/***********追記*************/

div.csL{
	float:left;
	padding:10px;
	width:300px;


}
div.csR{
	float:right;
	padding:10px;
	width:300px;


}

.csL ul{
	margin:0px;
}

.csL li{
	margin-bottom:20px;

}

.csR li{
	margin-bottom:20px;

}


a.btLong,a.btShort,label.btLong,label.btShort{
	border-radius:8px;
	border:1px solid #fc3;
	background:#f90;
	color:#fff;
	padding:0.3rem;
	font-weight:bold;
	text-align:center;
	margin:0 auto 1rem auto;
	display:inline-block;
	font-size:1.1rem;
}

.opeFlow .section01{
		margin-bottom:0;
}

.opeFlow .section01{
	padding-bottom:50px;
	background:url(../img/cosmos-pharmacy/DownArrow.gif) 50% 100% no-repeat;
	clear:both;
}

.pt30{
	padding-top:30px;
}

.pt50{
	padding-top:50px;
}

.pt70{
	padding-top:70px;
}

.opeFlow .section01:last-child{
	padding-bottom:0;
	background:none;
	clear:both;
}

/*----add operating 20141222-----*/

.flowTop dl{
	width: 28%;
	float: left;
	margin: 1em 1em 0 0;
	border:#360 1px solid;
	padding: 1em;
}
.flowTop dl:last-child,.flowBottom dl:last-child {
	margin-right: 0;
}
.flowBottom {
	margin-left:100px;
}
.flowBottom dl {
	width: 30%;
	float: left;
	margin: 1em 1em 0 0;
	border:#360 1px solid;
	padding: 1em;
}
.flowTop dt,.flowBottom dt{
	font-weight: bold;
}
.flowTop dd,.flowBottom dd{
	width: 156px;
	margin: 0.7em;
}
.flowTop dd:last-child,.flowBottom dd:last-child{
	margin: 0.7em 0;
}

/*----add drugstore 20150108-----*/
.floor {
	background:url(../img/cosmos-pharmacy/drugstore/floor.gif) 0 0 no-repeat;
	position: relative;
	width: 644px;
	height: 554px;
}
.floor #toilet a{
	position: absolute;
	width: 74px;
	height: 54px;
	top:13px;
	left: 87px;
}
.floor #counseling a{
	position: absolute;
	width: 74px;
	height: 54px;
	top:100px;
	left: 65px;
}
.floor #receipt a{
	position: absolute;
	width: 74px;
	height: 54px;
	top:256px;
	left:224px;
}
.floor #accounts a{
	position: absolute;
	width: 74px;
	height: 54px;
	top:256px;
	left:311px;
}
.floor #prescribe a{
	position: absolute;
	width: 74px;
	height: 54px;
	top:256px;
	left:429px;
}
.floor #waiting a{
	position: absolute;
	width: 74px;
	height: 54px;
	top:423px;
	left:429px;
}