@charset "utf-8";


/* 共通 ----------------------- */
/*.btn_more a:hover img{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}*/


/* 教育・研修/臨床研究/講演
   ========================================================================== */

#point {
	height: 150px;
	color: #000;
	background: #ffffff; /* Old browsers */
	text-align: center;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
}

#point section {
	width: 320px;
/*	display: inline-block;*/
	float: left;
  	height: 90px;
    padding: 30px 0;	
}

#point section div {
	width: 200px;
	float: right;
	text-align: left;
	margin-right: 15px;
}

#point section h2 {
	font-size: 150%;
	font-weight: bold;
	margin-top: -5px;
}
#point section h2#about {
	font-size: 140%;
}
#point section h2.small {
	font-size: 130%;
}

#point section p {
	font-size: 92.8%;
	line-height:1.4;
}

#point section .point_photo {
	float: left;
}

#point_inner {
	width: 960px;
	margin: 0 auto;
}

/* 救命救急センターからのお知らせ
   ========================================================================== */

#info {
	width: 640px;
	margin-bottom: 20px;
	position: relative;
}
   
#info h2 {
	color: #660000;
	background: url(../images/info_icon.png) no-repeat left 0 top 4px;
	font-size: 157%;
	padding-left: 45px;
	font-weight: bold;
	border-bottom: 3px solid #222222;
}

/* iframe */

.log_header {
    border-bottom: none;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
	font-size: 114%;
padding:8px 0;
   border-bottom:1px dotted #000;
}

.info_all {
	color: #fff;
	background: #212740;
	position: absolute;
	top: 7px;
    width: 100px;
	text-align: center;
	right:0;
	font-size: 87.5%;
}

/* 更新履歴
   ========================================================================== */
   
#update {
	width: 640px;
}

#update h2 {
	background: url(../images/update_icon.png) no-repeat left 0 top -2px;
	font-size: 128%;
	padding-left: 45px;
	font-weight: bold;
	border-bottom: 3px solid #222222;
	margin-bottom: 10px;
}

#update dl {
	font-size: 92.8%;
	position: relative;
}

#update dt {
    left: 0;
    padding-top: 4px;
    position: absolute;
    width: 7em;
}

#update dd {
    line-height: 1.2;
    padding: 7px 0 0 7em;
    width: 460px;
}

#update a {
	text-decoration: underline;
}

/* ～入局者・先輩から学ぶ～救命医療 救命救急の現場
   ========================================================================== */

#genba {
	clear: both;
	background: #212740;
	height: 362px;
	padding-top: 20px;
}

#genba h2 {
	font-size: 257%;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}

#genba h2 span {
	font-size: 57%;
	font-weight: normal;
	position: relative;
    top: 10px;
}

#genba_inner {
	width: 960px;
	margin: 0 auto;
}

.genba_bnr {
	display: inline-block;
}

.genba_space {
	margin-right: 20px;
}

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


/* 教育・研修/臨床研究/講演
   ========================================================================== */

#point {
	height: 100%;
	background: #EEEEEE; /* Old browsers */
	text-align: center;
	padding:　16px 0 0;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:#EEEEEE;
	margin-bottom: 20px;
}

#point section {
    border-bottom: 1px dotted #000;
/*    display: block;*/
    height: 100%;
    margin: 0 auto;
    width: 90%;
	float: none;
	padding: 16px 0 0;
}

#point section div {
	width: 75%;
	float: right;
	text-align: left;
	margin-right: 0;
}

#point section h2 {
	font-size: 171%;
	font-weight: bold;
	margin-top: -5px;
}
#point section p {
	font-size: 92.8%;
	line-height:1.4;
}

#point section .point_photo {
	float: left;
	width: 20%;
	margin-right: 5%;
}

#point_inner {
	width: 100%;
}

/* 救命救急センターからのお知らせ
   ========================================================================== */

#info {
	width: 90%;
	margin: 0 auto 20px auto;
}
   
#info h2 {
	color: #660000;
	background: url(../images/info_icon.png) no-repeat;
	font-size: 114%;
	padding-left: 45px;
	font-weight: bold;
	border-bottom: 2px solid #660000;
	height: 32px;
	line-height: 32px;
	margin-bottom: 16px;
}

#info iframe {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 200px;
}

/* iframe */

.log_header {
    border-bottom: none;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
	font-size: 114%;
}

.info_all {
	color: #fff;
	background: #212740;
	position: static;
    width: 50px;
	text-align: center;
	font-size: 87.5%;
	margin-bottom: 1em;
}

/* 更新履歴
   ========================================================================== */
   
#update {
	width: 90%;
	margin: 0 auto;
}

#update h2 {
	background: url(../images/update_icon.png) no-repeat;
	font-size: 128%;
	padding-left: 45px;
	font-weight: bold;
	border-bottom: 2px solid #222222;
	margin-bottom: 10px;
	font-size: 114%;
	height: 32px;
	line-height: 32px;
}

#update dl {
	font-size: 92.8%;
	position: static;
}

#update dt {
    left: 0;
    padding-top: 4px;
    position: static;
    width: 90%;
}

#update dd {
    line-height: 1.6;
    padding: 0;
    width: 90%;
	margin-bottom: 10px;
}

/* ～入局者・先輩から学ぶ～救命医療 救命救急の現場
   ========================================================================== */

#genba {
	height: 100%;
	width: 100%;
	padding: 16px 5% 3em;
	box-sizing: border-box;
}

#genba h2 {
	font-size: 171%;
	color: #fff;
	font-weight: bold;
	margin-bottom: 16px;
}

#genba h2 span {
	font-size: 68%;
	font-weight: normal;
	position: relative;
    top: 6px;
}

#genba_inner {
	width: 100%;
	margin: 0 auto;
}

.genba_bnr {
	display: block;
	width: 100%;
}

.genba_space {
	margin: 0 20px 0.5em 0;
	
}



}
