/*
Theme Name: そりまち歯科クリニック
*/
body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

p {
	line-height: 1.5;
	text-align: justify;
}

a {
	transition: all 0.6s ease;
}
a.hov:hover {
	opacity: 0.7;
}

/******************************************************
 clearfix
******************************************************/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */



body {
	background: url(images/bg.png) #F3E9E9;
}

.container {
	width: 920px;
	margin: 0 auto;
}

img.img-responsive {
	width: 100%;
	max-width: 100%;
}
img.shadow {
	box-shadow: 2px 2px 5px #CCCCCC;
	border: 1px solid #FFF;
}

/******************************************************
 ヘッダー部
******************************************************/
#header {
	margin-bottom: 20px;
}
#page-desc {
	background-color: #66CC33;
	border-radius: 0px 0px 4px 4px ;
	padding-left: 10px;
	margin-bottom: 20px;
}
#page-desc strong {
	line-height: 30px;
	color: #FFF;
	font-weight: normal;
	font-size: 0.9em;
}

#logo {
	float: left;
	margin-right: 35px;
}
#to-sp {
	float: left;
}
#contact {
	float: right;	
}

/******************************************************
 メニュー部
******************************************************/
#menu-area {
	background-color: #66CC33;
	border-radius: 4px;
	margin-bottom: 20px;
}
nav#main-menu {
	padding-left: 10px;
}
nav#main-menu ul {}
nav#main-menu ul li {
	float: left;
}
nav#main-menu ul li a {
	display: block;
	width: 180px;
	line-height: 48px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
nav#main-menu ul li a:hover {
	background-color: #4D3B31;
	border-radius:4px;
	text-shadow: 1px 1px 1px #666;
}

/******************************************************
 フッター部
******************************************************/
#footer {
	padding-bottom: 20px;
}
#footer-content {
	background-color: #4D3B31;
	padding: 10px;
	border-radius: 4px;
}
nav#footer-menu {
	float: left;
	width: 240px;
}
nav#footer-menu ul {
	padding-top: 20px;
	padding-left: 20px;
}
nav#footer-menu ul li {
	margin-bottom: 15px;
}
nav#footer-menu ul li a {
	background: url(images/footer/footer_arrow.png) no-repeat 0 4px;
	padding-left: 20px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
nav#footer-menu ul li a:hover {
	color: #FF0;
}

#footer-map {
	float: left;
}

#footer-access {
	float: right;
	width: 300px;
	text-align: center;
	padding-top: 15px;
	background-color: #FFF;
}
#footer-access img {
	margin-bottom: 5px;
}
#footer-access p {
	display: inline-block;
}

.copyright {
	text-align: center;
	font-size: 0.8em;
	padding-top: 20px;
	color: #4D3B31;
}

/******************************************************
 コンテンツ部
******************************************************/
#content {
	padding: 0 0 30px;
}
#main {
	float: left;
	width: 600px;
}
#side {
	float: right;
	width: 290px;
}

.contents-header {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4;
	padding-left: 10px;
	border-bottom: 2px solid #4D3B31;
	margin-bottom: 30px;
	color: #4D3B31;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.3), -1px -1px 0 #FFF;
}

.box {
	margin-bottom: 30px;
}
.box-header {
	position: relative;
	background-color: #4D3B31;
	border-radius: 4px;
	line-height: 34px;
	height: 34px;
	margin-bottom: 20px;
	padding-left: 28px;
	color: #FFF;
	font-weight: normal;
	font-size: 1.1em;
}
.box-header:before {
	content: url(images/white_arrow.png);
	position: absolute;
	left: 10px;
}
.box-header .to-more {
	position: absolute;
	right: 10px;
}
.box-body {
	margin: 0 10px;
}
.box-body p {}

img.right-img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
img.w300 {
	width: 300px;
}

/******************************************************
 サイド
******************************************************/
.side-box {
	background-color: #FFF;
	border-radius: 4px;
	padding: 5px 5px 10px;
	box-shadow: 0px 3px 3px #CCC;
	margin-bottom: 30px;
}
.side-box-header {
	position: relative;
	color: #008000;
	border-bottom: 2px solid #008000;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 36px;
	padding-left: 28px;
}
.side-box-header:before {
	content: url(images/side/green_arrow.png);
	position: absolute;
	left: 10px;
}
.side-box-body {
	padding: 0 5px;
	text-align: center;
}
.side-box-body p {
	font-size: 0.9em;
}

/******************************************************
 HOME
******************************************************/
#mainvisual-area {
	height: 340px;
	margin-bottom: 30px;
}
#mainvisual {
}
#sinryo-left {
	float: left;
}
#sinryo-right {
	background: url(images/bg_logo.png) no-repeat center top; 
	float: right;
	width: 280px;
	min-height: 220px;
	text-align: center;
}
#sinryo-right p{
	margin-bottom: 20px;
}

/******************************************************
 お知らせ
******************************************************/
dl.news-list {
	padding: 20px;
	background: #FFF;
	border-radius: 4px;
	box-shadow: 0px 3px 3px #CCC;
	min-height: 200px;
}
dl.news-list dt {
	float: left;
	width: 120px;
	color: #007F00;
	padding-left: 5px;
}
dl.news-list dd {
	padding-left: 140px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.to-news-list {
	text-align: right;
}

/* 記事詳細 */
.news-date {
	margin: 0 5px 10px;
}
.news-date span {
	display: inline-block;
	background-color: #62453D;
	color: #FFF;
	line-height: 2.0;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
}
.news-body {
	margin: 0 5px;
}
.news-link {}
.news-link table {
	width: 100%;
}
.news-link table td {
	width: 33%;
	text-align: center;
}
.news-meta {
	border-top: 1px dotted #009900;
	margin: 0 5px 10px;
	padding-top: 10px;
}
.news-meta ul {
	list-style-type: none;
}
.news-meta ul li {
	float: left;
	margin-right: 20px;
}

.pagination {
	text-align: center;
}
.pagination span.disabled,
.pagination span.prev,
.pagination span.next,
.pagination span.number {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	width: 30px;
	line-height: 30px;
	border: 1px solid #62453D;
	background-color: #FFF;
}
.pagination span.disabled,
.pagination span.prev,
.pagination span.next {
	width: 70px;
}
.pagination span a {
	display: block;
	background-color: #62453D;
	color: #FFF;
}
.pagination span a:hover {
	background-color: #9ABA59;
}

/******************************************************
 クリニックのご案内
******************************************************/


/******************************************************
 ご挨拶
******************************************************/
.character {
	float: left;
	width: 250px;
	margin-right: 20px;
}

dl.data-list {}
dl.data-list dt {
	float: left;
	width: 120px;
}
dl.data-list dd {
	padding-left: 140px;
	margin-bottom: 20px;
}

