@charset "utf-8";
/*   
Theme Name: 石橋デンタルクリニック大泉
*/

/**
 *
 * 初期化
 *
 */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
 {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}
body {
	text-align: center;
	font-size: 12px;
	font-family:'メイリオ',Helvetica,Arial,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	line-height: 150%;
	min-width: 970px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}






/**
 *
 * 共通定義
 *
 */


em {
	font-style: italic;
}
.clear {
	float: none;
	clear: both;
}
a {
	color: #CE9B00;
}
a:hover {
	color: #44d3d7;
	text-decoration: underline;
}
.over {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

.orange {
	color: #FF7F00;	
}


/**
 *
 * パンくずリスト
 *
 */

#breadcrumb {
	position: relative;
	background: url(/img/glue_0.gif) left center no-repeat;
	margin-bottom: 5px;
}
#breadcrumb ul {
	margin-top: 10px;
	margin-left: 7px !important;
	list-style-image: none !important;
	padding-left: 7px !important;
	margin-bottom: 0px !important;

}
#breadcrumb:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
#breadcrumb ul li {
	float: left;
	margin: 0px 2px;
	font-size: 10px;
}
#breadcrumb ul li a {
 	color: black;
}
/**
 *
 * ページ送り
 *
 */
.pagenavi {
	clear: both;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	color: black;
	text-align: center !important;
	font-size: 12px;
}
.pagenavi:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
.pagenavi a, .wp-pagenavi span {
	margin: 1px;
	text-decoration: none;	
}
.page-numbers {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #dcdbcb;
	background: white;
	color: #330000;
	
}
.page-numbers:after {

}
.pagenavi a:hover, .wp-pagenavi span.current {

}
.pagenavi .prev {

	display: inline-block;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #330000;

}
.pagenavi .prev:hover {

}
.pagenavi .next {
	display: inline-block;
	margin-left: 15px;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #330000;

}
.pagenavi .next:hover {

}
.pagenavi .prev:after, .pagenavi .next:after {
	content: "" !important;
}

.pagenavi span.current {
	background: #0d68ac;
	color: white;
	font-weight: bold;
}


/**
 *
 * レイアウト定義
 *
 */                                                                                                       
#wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;

}
#header {
	position: relative;
	background: url(/img/bg_header.jpg) 0 0 repeat-x;
	height: 184px;
}
#content_wrap {
	position: relative;
	margin: 0px auto 25px auto;
	padding-top: 1px;
	padding-bottom: 20px;
	z-index: 2;
}
.content_wrap_top {
	background: url(/img/bg_top.jpg) 0 0 repeat-x;
}

#content_inner {
	width: 960px;
	margin: 0px auto;
	position: relative;
}


#nav {
	margin: 0px auto;
	background: url(/img/bg_nav.jpg) 0 0 no-repeat;
	width: 960px;
	margin-top: 5px;
}
#sidebar {
	float: right;
	width: 250px;
	margin-top: 10px;
	
}
#content {
	float: left;
	width: 680px;
	margin-top: 10px;	
}
#footer {
	clear: both;
	background: white url(/img/bg_footer.jpg) 0 0 repeat-x;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top: 40px;

}


/**
 *
 * Header
 *
 */
#header_inner {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
#header h1 {
	color: #003366;
	font-weight: normal;
	padding-top: 3px;
}
#header #logo {
	float: left;
	margin-top: 15px;
	line-height: 2.5em;
}
#header #logo img {
	width: 287px;
}
#header #logo a {
	color: black;
	text-decoration: none;	
}
#header #logo a:hover {
	text-decoration: underline;	
}
#header_right {
	float: left;
	width: 650px;
}
#header_right_1 {
	position: relative;
	z-index: 100;
	width: 400px;
}
#header_right_1 li {
	/*display: inline;	*/
	float: left;
	margin-right: 5px;	
}
#header_right_1 li a {
	display: block;
	width: 100%;
	height: 100%;	
}
#header_right_2 {
	position: absolute;
	top: 10px;
	right: 0px;

}
#header_tel {
	margin: 0px;
	text-align: right;

}
#header_right_2 p {
	text-align: right;
	margin: 0px;
}
#header_nav {
	text-align: right;
}
#header_nav li {
	display: inline;
	line-height: 1em;
}

/**
 *
 * Sidebar
 *
 */
.banners {
	
}
.banners li {
	line-height: 0em;
	margin-bottom: 10px;
}
.banners li a {
	
}

#side_nav {
	background: #E7E3D9;
	padding: 5px 2px 2px 2px;
	margin-bottom: 10px;
}
#side_nav_inner {
	border-top: 2px solid #7599BD;	
}
.side_nav_1 {
	border-top: 1px solid white;
}
#side_nav ul {
	background: url(/img/bg_side_nav.jpg) 0 0 repeat-y;
	margin: 0px auto;
	margin-bottom: 5px;
	width: 230px;

}
#side_nav ul li {
	
}
#side_nav ul li a {
	display: block;
	padding: 0 0 0 23px;

	height: 35px;
	line-height: 33px;
	font-size: 13px;
	text-decoration: none;
	color: #000;
	text-align: left;	
}
#side_nav h2 {
	font-size: 18px;
	line-height: 1em;
	clear: both;
	font-weight: normal;
	position: relative;
	height: 35px;
	padding: 10px 8px 5px 12px;
	line-height: 35px;
}
#side_nav h2 span {
	font-size: 8px;
	color: #624E34;
	display: block;	
}
#side_nav h2 img {
	position: absolute;
	top: 10px;
	right: 8px;
	display: block;
	z-index: 0;
}
#side_nav ul li a:hover {
	background: url(/img/bg_menu_h.png);
	text-decoration:none;
	color: #FFF;
}
#page_top {
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 10000;
}

/**
 *
 * Footer
 *
 */
#footer #footer_logo {
	margin-bottom: 30px;
}
#footer #footer_logo img {
	width: 287px;	
}
#footer #footer_logo a {
	color: black;
	text-decoration: underline;	
}
#footer #footer_logo a:hover {
	text-decoration: none;	
}
#footer_bottom {
	background: url(/img/bg_footer_nav.jpg) 0 0 repeat-x;
	height: 40px;
}
#footer_nav {
	width: 960px;
	margin: 0px auto;
}
#footer_nav li {
	float: left;
	width: 50%;	
	line-height: 40px;
}
#footer_nav li.li_2 {
	background: url(/img/footer_sep.jpg) 0 0 no-repeat;	
}
#footer_nav li a {
	color: #0A7FC2;
	text-decoration: none;
}
#footer_nav li a:hover {
	text-decoration: underline;	
}
#footer_nav li img {
	position: relative;
	left: -10px;
	top: 4px;
}
#footer_nav li.li_2 img {
	top: 0px;	
}
#copyright {
	border-top: 4px solid #007AAA;
	text-align: center;
	color: #0078B2;
	margin-top: 1px;
	padding-top: 3px;
	font-size: 9px;
}



.pc {
	display: block !important;	
}
.sp {
	display: none !important;	
}

