@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%;
}
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;
	border-top: 4px solid #007AAA;
	/*background: url(/img/bg_header_sp.jpg) 0 0 repeat-x;*/
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #efefe9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefe9));
background: -webkit-linear-gradient(top,  #ffffff 0%,#efefe9 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#efefe9 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#efefe9 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#efefe9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefe9',GradientType=0 );
	box-shadow: 0px 0px 4px gray;
	margin-bottom: 5px;

}
#content_wrap {
	position: relative;
	margin: 0px auto 10px auto;
	padding-top: 1px;
	padding-bottom: 20px;
	z-index: 2;
	clear: both;
}
.content_wrap_top {
	/*background: url(/img/bg_top.jpg) 0 0 repeat-x;*/
}

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


#nav {
	display: none;
}
#sidebar {
	margin-top: 10px;
	
}
#content {
	/*margin-top: 10px;	*/
	margin: 0px 5px;
}
#footer {
	clear: both;
	background: white url(/img/bg_footer.jpg) 0 0 repeat-x;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top: 30px;

}


/**
 *
 * Header
 *
 */
#header_inner {
	margin: 0px auto;
	position: relative;
}
#header h1 {
	color: #003366;
	font-weight: normal;
	padding-top: 3px;
	text-align: center;
	font-size: 9px;
}
#header p {
	margin-bottom: 0px !important;
}
#header #logo {
	width: 80%;
	text-align: center;
	margin: 0px auto;
	font-size: 9px;
}
#header #logo img {
	width: 100%;
	max-width: 287px;	
}
#header #logo a {
	color: black;
	text-decoration: none;	
}
#header #logo a:hover {
	text-decoration: underline;	
}
#header_right {

}
#header_right_1 {

}
#header_right_1 li {
	float: left;
}
#header_right_1 li span {
	display: block;
	padding: 0px 2px;
}
#header_right_1 li:nth-child(1) {
	width: 23.013%;
}
#header_right_1 li:nth-child(2) {
	width: 23.013%;	
}
#header_right_1 li:nth-child(3) {
	width: 53.972%;	
}
#header_right_1 li img {
	width: 100%;
}
#header_right_2 {

}
#header_tel {
	margin: 0px auto;
	width: 80%;
	text-align: center;
}
#header_tel img {
	width: 100%;
	max-width: 494px;
}
#header_right_2 p {
	text-align: center;
}
#header_nav {
	margin: 0px 5px;
	
}
#header_nav li {
	float: left;
}
#header_nav li:nth-child(1) {
	width: 23.690%;
}
#header_nav li:nth-child(2) {
	width: 33.665%;
}
#header_nav li:nth-child(3) {
	width: 42.643%;
}
#header_nav li img {
	width: 100%;	
}

/**
 *
 * Sidebar
 *
 */
#sidebar h2.side_h2 {
	background: url(/img/bg_side_h2.jpg) 0 0 repeat-x;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	color: #484032;
	clear: both;
}
#side_nav {
	color: black;
	margin-top: 10px;
	margin-bottom: 15px;
	clear: both;
	border-top: 1px solid #CCCCCC;
}
#side_nav_inner {
}
#side_nav h2 {
	font-size: 18px;
	clear: both;
	background: url(/img/bullet_bottom_sp.png) 98% 15px no-repeat;
	background-size: 24px 24px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 60px;
	color: #4B3D30;
	text-indent: 10px;
}
#side_nav h2.on {
	border-bottom: 0px;	
}
#side_nav h2 span {
	font-size: 8px;
	color: #624E34;
	display: none;
}
#side_nav h2 img {
	float: left;
	position: relative;
	top: 3px;
	margin-right: 5px;
	margin-left: 3px;
	display: block;	
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 2px solid #624E34;
}
#side_nav ul {
	clear: both;
	display: none;
}
#side_nav ul li {
	border-bottom: 1px dashed #CCCCCC;
}
#side_nav ul li:last-child {
	border-bottom: 1px solid #CCCCCC;	
}
#side_nav ul li img {

}
#side_nav ul li a {
	display: block;
	background: url(/img/bullet_bottom_right_sp.png) 98% center no-repeat;
	background-size: 12px 23px;
	color: black;
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
	text-indent: 10px;
	line-height: 30px;
}
#side_nav ul li a:hover {
	text-decoration: underline;	
}

.banner_ul li {
	float: left;
	width: 50%;
}
.banner_ul li a {
	display: block;
	padding: 2px;
}
.banner_ul li img {
	width: 100%;	
}
.iframe-cl2 {
	width: 100%;
	margin: 0px auto;
}

#page_top {
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 10000;
	width: 45px;
}
#page_top img {
	width: 100%;
}

/**
 *
 * Footer
 *
 */
#footer #footer_logo {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 9px;
}
#footer #footer_logo img {
	width: 100%;	
}
#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 {
	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;
}

.ddshadow {
	display: none !important;
}

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

