@charset "utf-8";
/* =======================================

	ContentsElements

======================================= */

/*main layout*/

#main #myBills,
#main #myMedicine {
	float: none;
	width: 960px;
}

#main .mylogData .ttlArea,
#modal .ttlArea,
#modalList .ttlArea {
	padding: 20px 0 0 35px;
	overflow: hidden;
	border-bottom: 3px solid #ff2929;
}

#myKarte .ttlArea,
#modal .ttlArea,
#modalList .ttlArea {
	background: url(/img/nav_karte.png) no-repeat left 25px;
}

#myMedicine .ttlArea {
	position: relative;
	background: url(/img/nav_medicine.png) no-repeat left 25px;
}

#myBills .ttlArea {
	position: relative;
	background: url(/img/nav_bills.png) no-repeat left 25px;
}

#modal .ttlArea h2,
#modalList .ttlArea h2,
#main .mylogData .ttlArea h2 {
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2;
}

#myBills .ttlArea .linkbtn,
#myMedicine .ttlArea .linkbtn {
	position: absolute;
	bottom: 15px;
	right: 0;
}

#myBills .ttlArea .linkbtn a,
#myMedicine .ttlArea .linkbtn a {
	padding: 5px 25px 5px 15px;
	margin: 0 0 0 5px;
	border-radius: 3px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #333;
	background: url(/img/arrow_list.png) no-repeat center right;
}

/*drag medical*/

#main .mylogData .medicalContents,
#main .mylogData .dragContents {
	padding: 0 0 25px 0;
	position: relative;
}

#main .mylogData a.all {
	position: absolute;
	right: 10px;
	width: 75px;
	padding: 2px 20px 2px 5px;
	color: #FFF;
	background: url(/img/arrow_white_right.png) no-repeat center right;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main .mylogData a.detail {
	padding: 0 20px 0 0;
	text-decoration: none;
	display: block;
	margin: auto;
	width: 60px;
}

#myBills .medicalContents .heading {
	margin-top: 25px;
	font-size: 1.5em;
	font-weight: bold;
	background: #fff0f3;
}

#myBills .medicalContents .heading:before {
	content: "";
	border-left: 5px solid #eb3953;
	margin-right: 9px;
	padding: 0;
}

.medicalContents .specificList li+li {
	margin-top: 20px;
}

.medicalContents .specificList .monthlyBill {
	display: table;
	margin: 0 10px;
	width: 880px;
	font-weight: bold;
}

.medicalContents .specificList .monthlyBill h4,
.medicalContents .specificList .monthlyBill div,
.medicalContents .specificList .monthlyBill dt,
.medicalContents .specificList .monthlyBill dd {
	display: table-cell;
}

.medicalContents .specificList .monthlyBill>div {
	width: 340px;
}

.medicalContents .specificList .monthlyBill .total {
	padding-right: 40px;
}

.medicalContents .specificList .monthlyBill>h4 {
	font-size: 1.5em;
}

.medicalContents .specificList .monthlyBill>div dl {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}

.medicalContents .specificList .monthlyBill div dt {
	width: 120px;
	font-size: 1.2em;
}

.medicalContents .specificList .monthlyBill div dd {
	width: 220px;
	text-align: right;
	color: #ff2929;
	font-size: 1.4em;
}

.medicalContents .specificList .monthlyBill div dd span {
	font-size: 1.6em;
}

#myMedicine .dragContents .heading {
	margin-top: 25px;
	font-size: 1.5em;
	font-weight: bold;
	background: #ecf8ec;
}

#myMedicine .dragContents .heading:before {
	content: "";
	border-left: 5px solid #04c301;
	margin-right: 9px;
	padding: 0;
}

.dragContents h4 {
	font-weight: bold;
}

.dragContents ul+h4 {
	margin-top: 15px;
}

.dragContents .latestList {
	padding: 0 10px;
}

.dragContents .medicineList li {
	float: left;
	margin-bottom: 10px;
	width: 160px;
}

.dragContents .medicineList li+li {
	margin-left: 20px;
}

.dragContents .medicineList li:nth-child(5n+1) {
	margin-left: 0;
}

.dragContents .medicineList .thumb {
	margin-bottom: 8px;
	border: 1px solid #ccc;
}

.dragContents .medicineList p {
	text-align: center;
}

.dragContents .medicineList p em {
	display: block;
	font-weight: bold;
}

.dragContents .medicineList a {
	color: #333;
}

.dragContents .specificList {
	padding: 0 10px;
}

.dragContents .specificList li {
	float: left;
	width: 410px;
}

.dragContents .specificList li+li {
	margin-left: 60px;
}

.dragContents .specificList dl {
	display: table;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}

.dragContents .specificList dt,
.dragContents .specificList dd {
	display: table-cell;
}

.dragContents .specificList dt {
	width: 160px;
	font-size: 1.2em;
	font-weight: bold;
}

.dragContents .specificList dd {
	width: 250px;
	text-align: right;
	color: #ff2929;
	font-size: 1.4em;
	font-weight: bold;
}

.dragContents .specificList dd span {
	font-size: 1.6em;
}

/* ------------------------------------
	Flash Message Alert
------------------------------------ */
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
	text-decoration: none;
}