@charset "UTF-8";

@import url("base.css");


/*--見出し--*/

h3{
	width:670px;
	height:42px;
	font-weight:normal;
	font-size:110%;
	padding-left:30px;
	padding-top:23px;
	color:#FFF;
	font-weight:bold;
	background-color:#009fe8;
	margin-bottom:30px;}

h4{
	width:664px;
	margin-bottom:8px;
	border-left:#009fe8 4px solid;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	background-color:#dbdcdc}
	
.small{
	font-size:90%}
	

/*--コンテンツ--*/

.contents-box{
	width:680px;
	margin:auto;
	margin-bottom:50px}
  
  
/*--サイトマップ--*/

.sitemap-list{
	width:690px;
	margin-top:10px;
	margin-bottom:20px;}
	
.sitemap-list ul{
	padding:0px;
	width:720px;
	_zoom: 1;
	overflow: hidden;}
			
.sitemap-list li{
	list-style: none;
	float:left;
	width:270px;
	margin-right:15px;
	padding-left:15px;
	margin-bottom:5px;
	background-image:url(../sitemap/img/sitemap-arrow.png);
	background-repeat:no-repeat}
	
.sitemap-ti{
	width:690px;}
	
.sitemap-box{
	width:690px;
	border-top:#bababa 1px dotted;
	padding-top:15px}
	

/*--お問い合わせ--*/

dl.inquiry-list dt {
  clear: left;
  float: left;
  margin: 0 0 25px;
  width: 185px;
  padding-left:15px;
  background-image:url(../entry/img/dot.png);
  background-repeat:no-repeat;}

dl.inquiry-list dd {
  margin-bottom: 25px;
  margin-left: 205px;}
  
.red{
	color:#e50012;
	font-size:90%;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold}
	
.btn{
	margin:auto;
	text-align:center;
	margin-top:50px}
	

/*--医療従事者としての心得--*/

#knowledgebox{
	margin:auto}
	
.knowledgebox-left{
	width:470px;
	float:left;}
	
.knowledgebox-right{
	width:175px;
	float:right;}

.knowledge-point{
	background-color:#f0f7fb;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:25px;
	margin-top:20px;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */}	
	
dl.knowledge-list dt {
  margin-top: 15px;
  width:690px;
  color:#005394;
  font-size:110%;
  font-weight:bold}
  
dl.knowledge-list dd {line-height:1.3em;}

.knowledge{
	width:595px;
	margin:auto;
	margin-top:20px;}
	
.knowledge-left{
	float:left;
	width:420px;
	margin-top:60px}
	
.knowledge-right{
	float:right}
	
	
/*--スカウトシステム--*/

.scout-btn{
	width:310px;
	margin:auto;
	margin-top:20px}

.scout-flow{
	margin-top:15px;
	border:1px solid #e7e7e7;
	padding:15px;
	padding-bottom:20px}
	
.scout-box{
	overflow:hidden;}
	
.scout-flow-left{
	width:490px;
	float:left;}
	
.scout-flow-right{
	float:right;}
	
.scout-listbox{
	height:30px;
	margin:auto}
	
dl.scout-list dt {
	clear: left;
	float: left;
	width: 50px;
	padding:5px;}

dl.scout-list dd {
	margin-left: 65px;
	color:#005394;
	font-size:120%;
	padding-top:3px}
  
.scout-arrow{
	width:90px;
	margin:auto;
	margin-top:15px}
	
.scout-red{
	color:#e50012;
	font-weight:bold}
	
.scout-btn{
	width:600px;
	margin:auto;
	text-align:center}
	
.scout-btn a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";}
	
	
/*--利用規約--*/

dl.kiyaku-list dd {
	margin-left:15px;
	line-height:1.4em;
	text-align:justify}


/*--404--*/

#contents-404{
	width:1000px;
	margin:auto;
	text-align:center;
	padding-top:80px;
	padding-bottom:200px}

#contents-404 p{
	text-align:center;
	margin-top:40px}
	
#contents-404 img{
	text-align:center;
	margin-top:20px}












	
	
	
	