@charset "UTF-8";

/*
	Theme Name: ENDO ENT
	Description: 
	Theme URI: http://www.rci.co.jp
	Author: RCI
	Author URI: http://www.rci.co.jp
	Version: 1.0.1
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: white, right-sidebar, two-columns

*/

/****************************************

          General Setting

*****************************************/

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body {
color: #000;
font-size: 14px;
font:14px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust:100%;
}

/* リンク設定
------------------------------------------------------------*/
a{color:#0072B6;text-decoration:none;}
a:hover{color:#3a92c7;}
a:active, a:focus{outline:0;}

/****************************************
          Layout
*****************************************/

#wrapper{
overflow-x:hidden;
margin:0 auto;
padding:0;
width:100%;
border:0px solid #c00;
min-width: 980px;
}

#header{
margin-top:-10px;
padding:0 -0px;
background:#fff;
background: url('./images/header_menu_bg.png');
background-repeat: repeat-x;
height: 165px;
}

#container{
	margin: 0 auto;
	width: 960px;
	border:0px solid #c00;
}

#main {
	float: right;
	width: 720px;
}

#sidebar {
	float: left;
	width: 200px;
}

#footer {
	clear: both;
	background: #0072B6;
	color: #fff;
}

#footer #container{
	background-image: url('./images/footer_bg_logo.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}


#topimg{
width: 100%;
margin-bottom: -40px;
}

#topimg_main{}
#topimg_main img{
width: 100%;
height: auto;
}

#topimg_main .top_caption{
position: relative;
top: -500px;
margin-bottom: -500px;
}

#topimgfoot{
width: 1000px;
margin: 0 -50%;
padding: 0 50%;
}
#topimgfoot img{
margin: -80px -50% 0px;
}

/****************************************
          header
*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#header #logo{
	float: left;
	margin-top: 10px;
margin-left: -20px;
position: absolute;
}


#header .guide {
	display:table;
	margin-top: 5px;
	height: 95px;
float: right;
}

#header .guide .guide_l,#header .guide .guide_r{
	display:table-cell;
vertical-align: top;
}

#header .guide_l{
color:#000;
font-weight:bold;
font-size:1.5em;
line-height: 1.2;
padding-top:10px;
padding-right:20px;
}

#header .guide_r{
width: 250px;
text-align: right;
}

#header .reception{
border-radius: 10px;
background: #0072B6;
color: #fff;
padding: 1px 10px;
font-weight: bold;
font-size: 0.9rem;
width: 60px;
}

#header .nonconsult{
font-weight:bold;
font-size: 0.9rem;
}

#header .tel{
	font-weight: bold;
	font-size: 1.8em;
	background-image: url('./images/header_tel.png');
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 10px;
	padding-left: 20;
}

#header #globalnav{
	float: right;
margin-top: 10px;
}

#header #globalnav ul li{
	display:table-cell;
	font-size:18px;
}

#header #globalnav ul li a{
	font-weight:bold;
	color:#fff;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left:10px;
}

#header #globalnav ul li.menu_profile a{
	background-image: url('./images/menu_profile.png');
	background-repeat: no-repeat;
	background-position: center left;
padding-left: 40px;
padding-right: 10px;
display: block;
}

#header #globalnav ul li.menu_info a{
	background-image: url('./images/menu_info.png');
	background-repeat: no-repeat;
	background-position: center left;
padding-left: 40px;
padding-right: 10px;
display: block;
}

#header #globalnav ul li.menu_medical a{
	background-image: url('./images/menu_medical.png');
	background-repeat: no-repeat;
	background-position: center left;
padding-left: 40px;
padding-right: 10px;
display: block;
}

#header #globalnav ul li.menu_news a{
	background-image: url('./images/menu_news.png');
	background-repeat: no-repeat;
	background-position: center left;
padding-left: 40px;
padding-right: 10px;
display: block;
}

/****************************************

          Navigation

*****************************************/

#header .menu{
	clear: both;
}



/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
margin-bottom: 10px;
margin-top: 20px;
position: relative;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


/****************************************

          Main

*****************************************/



#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}


#main {
font-size:1.2em;
line-height:1.6;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: .5em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}

#main h2{
font-size: 1.5em;
font-weight: bold;

color: #0072B6;
text-align: center;
padding: 0.25em;
border-top: solid 2px #6cb4e4;
border-bottom: solid 2px #6cb4e4;
background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
margin-bottom:20px;
}

#main h3{
font-size: 1.2em;
font-weight: bold;
color: #0072B6;
padding: 0.5em 0;
line-height: 1;
vertical-align: middle;
border-bottom: 2px solid #0072B6;
margin-bottom:15px;
}

#main h3:before {
content: '◎';
color: #0072B6;
margin-right: 8px;
font-size: 1.5rem;
line-height: 6px;
margin-bottom:20px;
}

#main h4{
font-weight: bold;
color:#0072B6;
margin-bottom:20px;
}

#main p{
margin-bottom:2em;
margin-top:1em;
}
#main .news .post{
	margin-bottom: 0px;
	border-bottom: 1px solid transparent;
}

#main .news p{
margin-bottom:0em;
margin-top:.5em;
}

/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}

.home_news .news{
display: table-cell;
width: 450px;
}


.home_news{
padding-left: 0px;
display: table;
vertical-align: top;
}

.home_news h2{
font-weight: bold;
color:#0072B6;
font-size:1.4em;
margin-bottom:1em;
}

.home_map{
margin-left: 20px;
}

.home_map img{
	width:100%;
}

.home_map_sp{
	display: none;
}

.home_news .post{
font-size:1.1em;
}
.home_news img{
width: 100%;
}

/* PC用
------------------------------------------------------------*/

	#footer a{
	color:#fff;
	}

	.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	/* グリッド全体 */
	.gridWrapper{
	display:table;
	border-collapse:separate;
	border-spacing:20px 10px;
	margin-left:-20px;
	width:980px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	width:220px;
	display:table-cell;
	}
	

	.profile .gridWrapper{
	display:table;
	border-collapse:separate;
border-spacing: 20px;
margin-left: 20px;
	width: 720px;
	margin-bottom: 20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.profile .grid{
	width:auto;
	display:table-cell;
	vertical-align: top;
	}



	#footer .grid{
	width:auto;
	display:table-cell;
	}

	#footer .logo{
	font-size:2em;
	font-weight: bold;
	}

	#footer .tel ,#footer .address{
	font-weight: bold;
	}

	#footer .f_reserve{
	color:#fff;
	line-height: 3em;
	}

	#footer .f_reserve a{
	font-weight: bold;
	color:#fff;
	border-radius:15px;
	border: 2px solid #fff;
	padding:5px 40px;
	}

	#sub.gridWrapper{width:980px;}
	
	#footer dt{
	font-weight:bold;
	margin-top:1em;
	}
	#footer dd{
	margin-left:1em;
	}
	#footer dl.term {
	display:table;
	font-size: 1.2em;
	}

	#footer .term dt{
	display:table-cell;
	font-weight:bold;
	vertical-align:top;
	}

	#footer .term dd{
	display:table-cell;
	font-weight:bold;
	}


	#footer dd:last-child{
	}

	#footer table.schedule{
border: 1px solid #fff;
width: 340px;
	}

	#footer table.schedule th{
padding: 5px;
background: #0072B6;
font-weight:bold;
color:#fff;
	}

	#footer table.schedule th.ampm{
padding: 5px;
background: #C0E0F3;
font-weight:bold;
color:#0072B6;
	}

	#footer table.schedule td{
padding: 5px;
font-weight:bold;
color:#0072B6;
background:#ffffff;
	}


	.grid img{max-width:220px;}
/****************************************

          Sidebar

*****************************************/

#sidebar h2{
	margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
}
.widget{
	margin-bottom: 60px;
}


#sidebar dt{
border-radius: 10px 10px 0px 0px;
color:#fff;
-webkit-background-size: 10px 10px;
-moz-background-size: 10px 10px;
background-size: 10px 10px;
background-color: #0072B6;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #3A92C7), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #3A92C7),
            color-stop(.75, #3A92C7), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #3A92C7 25%, transparent 25%,
          transparent 50%, #3A92C7 50%, #3A92C7 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #3A92C7 25%, transparent 25%,
          transparent 50%, #3A92C7 50%, #3A92C7 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #3A92C7 25%, transparent 25%,
          transparent 50%, #3A92C7 50%, #3A92C7 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #3A92C7 25%, transparent 25%,
          transparent 50%, #3A92C7 50%, #3A92C7 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #3A92C7 25%, transparent 25%,
          transparent 50%, #3A92C7 50%, #3A92C7 75%,
          transparent 75%, transparent);


padding: 20px 5px;
font-size: 1.5em;
border: 0px solid #000;
font-weight:bold;
}

#sidebar dd a{
display: block;
border-top: 1px solid #6cb4e4;
padding: 15px 5px;
color: #0072B6;

}


#sidebar dd a:hover{
background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}



#sidebar .widget ul{
	padding-left: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}


/****************************************

          Footer

*****************************************/

#copyright{
	padding: 20px 0;
	font-size: 80%;
}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #fe56aa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ff89c4;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #fe56aa;
		background: #ff89c4;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}



a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.newscat a{
border-radius: 10px;
background: #0072B6;
color: #fff;
padding: 1px 10px;
font-size: 0.7rem;
}
#footer .tel{
font-size: 1.3rem;
}

#post-145 #tel{
text-align: center;
font-size: 1.3em;
font-weight: bold;
}

#toform a{
color: #fff;
font-weight: bold;
background: #000;
border-radius: 10px;
background: #0072B6;
padding: 10px;
margin: 20px auto;
display: block;
width: 250px;
text-align: center;
box-shadow: 2px 2px #ccc;
border: 3px solid #005283;
}