@charset "UTF-8";
/*
Theme Name: 兵庫県小児科医会
Author: meccommunications
Author URI: http://www.mec-com.co.jp
*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background:#F0F0ED;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #000000;
	text-align:center;
	font-size:14px;
	line-height:20px;
	-webkit-text-size-adjust:100%;
	height:100%;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:14px;
	line-height:20px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#FF0000;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*標準のリンク*/
a{
	color: #008CB4;
	text-decoration: none;
	outline:none;

	
}
a:hover {
	text-decoration: underline;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*-------------------------フッター固定（フッター高40px）*/
body,html{
	height:100%;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -40px;
}
#contents{
	padding-bottom:50px;
}
footer {
	height:40px;
}
/*-------------------------全体の幅*/
header div.frame,
footer,
#contents{
	width: 980px;
	margin:0px auto;
}


/*header
-----------------------------------------------------------------------------------------*/
header{
	background:#FFFFFF url(images/header_bg.png) top repeat-x;
	border-bottom:1px solid #C6C6C2;
}
header div.frame{
	text-align:left;
}
/*-------------------------サブメニュー*/
header .submenu ul{
	float:right;
	padding-bottom:11px;
}
header .submenu li{
	float:left;
	margin-left:20px;
	font-size:12px;
	line-height:26px;
}
header .submenu li a{
	color:#FFFFFF;
}
header .submenu li:last-child a{
	display:block;
	width:150px;
	height:35px;
	text-indent:-9999em;
	background:url(images/header_member.png) top no-repeat;
}
header .submenu li:last-child a:hover{
	background-position:bottom;
}
/*-------------------------ロゴ*/
header h1{
	float:left;
	padding:10px 0;
	border-radius: 4px;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
header h1:hover{
	background:#EBF0F0;
}
/*-------------------------グローバルメニュー*/
header nav{
	float:right;
	border-left:2px dotted #D2D2D2;
	margin-bottom:20px;
}
header nav h2{
	display:none;
}
header nav li{
	float:left;
	padding:0 5px;
	border-right:2px dotted #D2D2D2;
}
header nav li a{
	display:block;
	padding:0px 8px;
	border-radius: 4px;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
header nav a:hover{
	background:#EBF0F0;
}

/*footer
-----------------------------------------------------------------------------------------*/
footer {
	background:#0096C8;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}
/*-------------------------上へ*/
#toPageTop {
	position:fixed;
	bottom: 15px;
	right: 0px;
}
* html #toPageTop {position:absolute;}
#toPageTop img{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#toPageTop img:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	cursor:pointer;
}
/*-------------------------copyright*/
footer small{
	display:block;
	font-size:10px;
	line-height:40px;
}
footer small,
footer small a{
	color:#CCEAF4;
}

/*contents
-----------------------------------------------------------------------------------------*/
#contents{
	text-align:left;
}
/*-------------------------画像のhoverは透過*/
#contents a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
/*-------------------------icon*/
#contents a[href$='.pdf'],
#contents a[href$='.xls'],
#contents a[href$='.doc'],
#contents a[href$='.docx'],
#contents a[target]{
	margin-left:3px;
	padding-left:20px;
	padding-top:1px;
	padding-bottom:1px;
	background:url(images/icon_pdf.png) left no-repeat;
}

#contents a[target]{
	background:url(images/icon_blank.png) left no-repeat;
}

#contents a[href$='.xls']{
	background:url(images/icon_excel.png) left no-repeat;
}


#contents a[href*='docx']{
	background:url(images/icon_word.png) left no-repeat;
}
#contents a[href*='doc']{
	background:url(images/icon_word.png) left no-repeat;
}


#contents a[href*='pdf']{
	background:url(images/icon_pdf.png) left no-repeat;
}


/*
#contents a[href^='http://']{
	background:url(images/icon_blank.png) left no-repeat;
}
*/
/*.banner内の画像はアイコンなし*/
#contents .banner a{
	padding:0;
	margin:0;
	background:none;
}
/*アイコンをつけたくない場合*/
#contents a.noicon{
	padding:0;
	margin:0;
	background:none;
}

/*ぱんくず
-----------------------------------------------------------------------------------------*/
#path{
	padding:10px 0;
	padding-left:17px;
	background:url(images/path_home.png) left no-repeat;
}
#path p{
	font-size:12px;
	color:#666666;
}

/*localnav
-----------------------------------------------------------------------------------------*/
#localnav{
	width: 220px;
	float:left;
	padding:10px;
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#FFFFFF;
	box-shadow: 1px 1px 0 #D0D0D4;
	-webkit-box-shadow: 1px 1px 0 #D0D0D4;
	-moz-box-shadow: 1px 1px 0 #D0D0D4;
	margin-bottom:10px;
}
#localnav h2 span{
	display:none;
}
#localnav .menu{
	margin-top:5px;
	border-top:2px dotted #D2D2D2;
}
#localnav .banner{
	text-align:center;
	margin:5px;
}
#localnav  ul.localmenu{
	margin-top:5px;
}
#localnav  ul.localmenu li a{
	display:block;
	padding:8px 8px 8px 22px;
	background:url(images/localnav.png) 10px 15px no-repeat;
	border-radius: 4px;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#localnav  ul.localmenu li a[href$='.pdf']{
	background:url(images/icon_pdf.png) 1px 10px no-repeat;
}
#localnav  ul.localmenu li a:hover{
	background-color:#EBF0F0;
	text-decoration:none;
}

/*main
-----------------------------------------------------------------------------------------*/
#main{
	width:740px;
	float:right;
	min-height:740px;
}
#main article{
	margin-bottom:30px;
	padding:40px;
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#FFFFFF;
	box-shadow: 1px 1px 0 #D0D0D4;
	-webkit-box-shadow: 1px 1px 0 #D0D0D4;
	-moz-box-shadow: 1px 1px 0 #D0D0D4;
}

#main article p{
	word-wrap:break-word;

}
/*information
-----------------------------------------------------------------------------------------*/
#information{
	width: 220px;
	float:left;
	background:#FFFFFF;
	padding:8px;
	border:2px solid #7FC5D9;
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#information h2{
	margin:-10px -10px 5px -10px;
	text-align:center;
	background:#4DAFCB;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}
#information p.adress{
	font-size:13px;
	color:#666666;
	margin-right:-3px;
}
#information p.adress br{
	display:none;
}
#information p.tel{
	font-size:15px;
	line-height:22px;
	color:#F15A24;
	margin-top:3px;
}
#information p.tel span{
	white-space:nowrap;
	font-weight:bold;
	margin-right:15px;
}
#information p.btn{
	margin-top:5px;
}
#information ul.entry{
	padding:3px 3px 3px 0;
}
#information ul.entry li{
	margin-top:4px;
}

/*relatelinks
-----------------------------------------------------------------------------------------*/
#relatelinks{
	width: 220px;
	float:left;
	padding:10px;
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#FFFFFF;
	box-shadow: 1px 1px 0 #D0D0D4;
	-webkit-box-shadow: 1px 1px 0 #D0D0D4;
	-moz-box-shadow: 1px 1px 0 #D0D0D4;
	margin-bottom:10px;
}
#relatelinks h2{
	font-weight:bold;
	text-align:center;
	padding:5px 0 10px 0;
}
#relatelinks li{
	padding-left:22px;
	text-indent:-22px;
	margin-bottom:5px;
	font-size:12px;
	line-height:18px;
}
