@charset "utf-8";
/* ===================================================================
CSS information

 file name  :index.css
 author     :keyword-co.net(admin)
 style info :index内で使用のcss

 
=================================================================== */


/* -----------------------------------------------------------
	ブロック分け
----------------------------------------------------------- */
#lBlock {
	width:190px;
	float:left;
	margin-top:10px;
}

#mainBlock {
    float:right;
    width: 585px;
}

#cBlock {
	width:360px;
	float:left;
	margin:10px 0 0 0;
}

#rBlock {
	width:200px;
	float:right;
	margin:10px 0 0 0;
}

/* -----------------------------------------------------------
	ブロック内スタイル
----------------------------------------------------------- */

.blockInner {
	margin:10px 10px 18px;
}

ul.sectionList li {
	display:inline-block;
	*display: inline;  
    *zoom: 1;
	background:url(../img/arw_top01.jpg) no-repeat left 3pt;
	padding-left:17px;
	margin:2px 0;
	font-size:97%;
}

.mt05 { margin-top: 5px!important; }
.mt10 { margin-top:10px!important; }
.mt15 { margin-top:15px!important; }
.mt35 { margin-top:35px!important; }
.ml05 { margin-left:05px!important; }
.ml10 { margin-left:10px!important; }
.mb10 { margin-bottom:10px!important; }
.vAlignM { vertical-align: middle!important; }

ul.info {
	margin:5px 10px;
}

ul.info li {
	border-bottom:1px dotted #666666;
	padding:6px 7px;
	line-height:140%;
}

p.more {
	text-align:right;
}

.more a {
	background:url(../img/arrow4.gif) no-repeat left center;
	padding-left:15px;
	font-size:95%;
}


/* -----------------------------------------------------------
	#side
		カラム分け
----------------------------------------------------------- */
#contents {
	padding-top:15px;
}

#side {
	width:200px;
	float:left;
}
#information {
	width:350px;
	margin-left:30px;
	float:left;
}
#banner {
	margin-top:-4px;
	width:190px;
	float:right;
}

/*トップページフラッシュ*/
#flash {
	margin-bottom:10px;
}

/* -----------------------------------------------------------
	#sinryou_bumon
		左カラム 診療科・部のご案内
----------------------------------------------------------- */
#sinryou_bumon {
	background:#D1E1F0;
	padding: 5px 12px;
	margin-bottom:15px;
}

#sinryou_bumon ul {
	width:170px;
}
#sinryou_bumon ul li {
	padding:5px 0px;
	font-size:85%;
	float:right;
}
#sinryou_bumon ul li select {
	width:120px;
	font-size:13px;
}

/* -----------------------------------------------------------
	#sinryou_calender
		左カラム 診療カレンダー
----------------------------------------------------------- */
#sinryou_calender {
    margin-bottom: 20px;
}
#sinryou_calender .Holiday {
    color: #FFF;
    background-color: #FF7272;
    border-radius: 3px;
    padding: 5px;
    font-size: 10px;
    font-weight: bolder;
}

/* -----------------------------------------------------------
	#sinryou_bumon
		左カラム 三朝温泉病院のご案内
----------------------------------------------------------- */
#misasa_goannai {
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
	padding:0px 12px;
	font-size:13px;
}
#misasa_goannai p {
	padding-bottom:10px;
}

/* -----------------------------------------------------------
	.pickupContents
		メインカラム ピックアップコンテンツ
----------------------------------------------------------- */
.pickupContents {
    margin-bottom: 20px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.pickupContents li {
    border: 1px solid #DCDCDC;
    width: 190px;
    float: left;
    margin-left: 4px;
    border-radius: 5px;
    position: relative;
}

.pickupContents li.new:before {
  border-color: #C1272D transparent transparent transparent;
  border-style: solid;
  border-width: 40px 40px 0 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 2;
}
.pickupContents li.new:after {
  color: #fff;
  content: "NEW";
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 7px;
  left: 2px;
  transform: rotate(-45deg);
  z-index: 3;
}

.pickupContents li.up:before {
  border-color: #FBB03B transparent transparent transparent;
  border-style: solid;
  border-width: 40px 40px 0 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 2;
}
.pickupContents li.up:after {
  color: #fff;
  content: "U  P";
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 7px;
  left: 6px;
  transform: rotate(-45deg);
  z-index: 3;
}

.pickupContents li:first-of-type {
    margin-left: 0;
}

.pickupContents li a {
    display: block;
    padding: 10px;
}

.pickupContents li a:hover {
    opacity: 0.7;
}

.pickupContents li a img {
    display: block;
    margin-bottom: 10px;
}

.pickupContents li a p {
    font-weight: bold;
    font-size: 105%;
    line-height: 120%;
}

.arrow {
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}

.arrow::before,
.arrow::after {
position: absolute;
top: 5px;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.sample5-2::before{
left: 3px;
width: 4px;
height: 4px;
border-top: 2px solid #0860A8;
border-right: 2px solid #0860A8;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/* -----------------------------------------------------------
	#banner
		中央カラム 病院からのお知らせ
----------------------------------------------------------- */
#information {
	line-height:130%;
}

#information ul {
	margin-bottom:10px;
}
#information ul li {
	padding:5px 0px 5px 17px;
	background:url(../img/point.gif) no-repeat left center;
}

#information img#info_title {
	margin-bottom:5px;
}

#information p {
	margin-top:8px;
	padding:0px 10px 10px;
	border-bottom:1px dotted #999999;
}


/* -----------------------------------------------------------
	#banner
		右カラム バナーエリア
----------------------------------------------------------- */
#banner p {
	margin-bottom:5px;
}

/* -----------------------------------------------------------
	.attention
		重要なお知らせ
----------------------------------------------------------- */
table.attention {
    width: 100%;
    margin: -10px 0 10px;
    border-collapse: collapse;
}

table.attention th,
table.attention td {
    border: 2px solid #CE0101;
    padding: 5px 15px;
}

table.attention th {
    background: #CE0101;
    color: #FFF;
    text-align: center;
    width: 30%;
}

table.attention td {
    background: #FFE9E9;
}

table.attention .attentionDate {
    display: inline-block;
    width: 7em;
    margin-right: 1em;
    /*margin-right: 2em;*/
}

table.attention .attentionTitle {
    color: #CE0101;
    font-weight: bold;
}

table.attention a {
    color: #CE0101;
    font-weight: bold;
}