@charset "utf-8";
/*
Theme Name: zyun
Author: zyun
Author URI: 
Description: 
Version: 1.0
License URI: 
Tags: 
*/

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix {
	display:block;
	font-weight: bold;
}

/*
a:link, a:visited {
    color: #0066ff;
    text-decoration: none;
}
a:hover, a:active {
    color: #CBBE87;
    text-decoration: underline;
}
*/
h1.entry-title{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#333;
	text-align:left;
	margin-bottom:20px;
}

.entry-content{
	font-size:12px;	
}
article.post{
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	padding-bottom:10px;
}
.postThumbNail{
	width:100px;
	height:70px;
	overflow:hidden;
	float:left;
	margin-right:15px;
}
article.post a img:hover{
	opacity:0.6;
}

.singleContent .entry-content{
	margin:15px 0;
	font-size:14px;
}
.singleContent .entry-content p{
	margin:10px 0;	
}


#contents article.singleContent{
	padding:0 0 35px;	
	
}
.singleContent h1{
	font-size:16px;	
}

/*　一覧部分のリスト　*/
.blogList li{
	border-bottom:1px solid #ccc;
	padding:5px 0;
}
.blogList li p{
	font-size:80%;/*一覧の本文抜粋部*/	
}

/* ページャー */
.pager{
	margin: 10px 0;
	text-align:right;
	clear:both;
}

a.page-numbers,
.pager .current{
	background-color: #edede3;
	border: solid 1px #BAAD89;
	border-radius:5px;
	padding:3px 8px;
	margin:0 1px;
	color:#666;
	
}
	

.pager .current{
	background-color: #BAAD89;
	border: solid 1px #BAAD89;
	color: #ffffff;}

.pager a:hover{
	color: #ffffff;
	border: solid 1px #BAAD89;
	background-color: #BAAD89;
}


/*　WPデフォルト　*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}

.sidebarBox{
	margin:15px 0;	
}


.floL {float:left;!important;}
.floR {float:right;!important;}


/*　非表示用 */
.categories-links,
.author,
.screen-reader-text

{
	display:none;	
}

/*タグクラウドのデザイン*/
.tagcloud a {
 background:#c79868;
 border:none;
 color: #ffffff;
 padding: 5px;
 border-radius: 3px;
 font-size: 10px;
 line-height: 2.5;
 white-space: nowrap;
}
.tagcloud a:hover {
 background: #f5a92a;
 color: #fff;
}

/* ----------------------------- */
/* 
/* #supervisor
/* 
/* ----------------------------- */

#supervisor{
	width:100%;
	margin:80px auto 20px auto;
	position: relative;
}
#supervisor .doctor-info{
	background-color: #f2f0ec;
	padding: 0.5%;
	width: 99%;
	}
#supervisor h2{
	border: none;
	position: absolute;
    top: -10px;
	left:0;
	right:0;
	width: 10em;
	padding: 0px 10px;
    margin: 0 auto;
    background-color: #78583E;
    color: #ffffff;
	font-size:14px;
	letter-spacing: 0.2rem;
	font-weight: normal;
	text-align: center;
	background-image: none;
	}
#supervisor .doctor-info > div{
	border: 1px solid #6f4a2b;
	padding: 10px;
	}
#supervisor .doctor-info .photo{
	width: 150px;
	padding: 0 10px 0 0;
	float: left;
}
#supervisor .doctor-info .photo img{
	width: 150px;
	height: auto;
	padding: 0;
}
#supervisor .doctor-info .career{
	float: left;
	width: 450px;
}
#supervisor .doctor-info .name{
	font-size:18px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	display: flex;
	border-bottom: 1px solid #6d4c33;
	padding: 3px 0 8px 0;
	margin: 10px 0 8px 0;
}
#supervisor .doctor-info .name div{
	margin: 3px 15px 0 0;
}
#supervisor .doctor-info .name ruby{
	padding: 0 10px 0 0;
}
#supervisor .doctor-info .name span{
	font-size:14px;
	line-height: 20px;
	display: block;
}
.clear{
    content: "";
    clear: both;
    display: block;
}
@media print, screen and (max-width:1000px) {
#supervisor .doctor-info > div{
	padding: 20px 15px;
	}	
#supervisor .doctor-info .name{
	font-size:20px;
	line-height: 20px;	
	padding: 0px 0 8px 0;
	margin: 0px 0 8px 0;
	display: block;
}
#supervisor .doctor-info .name div{
	margin: 5px 0px 10px 0;
}
#supervisor .doctor-info .photo{
	display: none;
}
#supervisor .doctor-info .career{
	float: left;
	width: 100%;
}
#supervisor .doctor-info .career{
	font-size:16px;
	line-height: 24px;
}
	}