@charset "utf-8";
/*
Theme Name: 見立病院用テーマ
Theme URI: http://joho-tagawa.jp/
Description: 
Version: 1.0
Author: Creative Japan Inc.
Author URI: http://joho-tagawa.jp/
Tags: blue, custom header, fixed width, two columns, widgets


*/

h1,h2,h3,h4,h5,h6,p,ul,ol,li{
margin:0;
padding:0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:'ＭＳ Ｐゴシック','Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin:0;
    padding:0;
    -webkit-text-size-adjust:none;/*mobile safariでの文字サイズ自動調整回避　2013/11/24（植木追加）*/

	}

a{
	text-decoration:none;
	color:#33C;
}

a:visted{
	color:#33C;
}


.hide{
	display:none;
}

/* #content内部の整え*/

#content {
	margin-top:15px;
	font-size: 15px;
	margin-bottom:15px;
	}

#content a:hover{
	text-decoration:underline;	
}


.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

.side-menu h2 {
	font-size: 15px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
    text-decoration: none;
	color:#000000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	 text-decoration: none; 
	}
.entry a:hover{
	text-decoration:underline;
	}
/*
.entry p a:visited {
	color: #330099;
	text-decoration:underline;
	}
*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}





/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
/*tadv-mce.cssに移動*/

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.side-menu ul, .side-menu ul ol {
	margin: 0;
	padding: 0;
	}

.side-menu ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

.side-menu ul p, .side-menu ul select {
	margin: 5px 0 8px;
	}

.side-menu ul ul, .side-menu ul ol {
	margin: 0;
	padding-bottom:10px;
	}

.side-menu ul ul ul, .side-menu ul ol {
	margin: 0 0 0 5px;
	padding:0;
	}

ol li, .side-menu ul ol li {

	}

.side-menu ul ul li, .side-menu ul ol li {
	margin:0 0 0 3px;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.side-menu #searchform #s {
	width: 108px;
	padding: 2px;
	}

.side-menu #searchsubmit {
	padding: 1px;
	}



select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	/*padding: 20px 0 10px 0;
	width: 190px;*/
}
	
.side-menu{
	/*width:190px;*/
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #FFC;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */




img,
a img{
    border:none;
}

.clearfix:after{
	content : ".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clearfix{
	display:inline-block;
}
/* Hides from IE-mac */
*html .clearfix{ height:1px;}
	.clearfix{  display:block ; }
/* End hide from IE-Mac */




.page-wrapper{
    
}

div.page{
    width:760px;
    margin:0 auto;
    text-align:left;
}

.page-header a{
    text-decoration: none;
    font-weight:bold;
    font-size:25px;
    color:#000000;
}

.page-header{
    margin:0;
    padding:0;
    font-size:25px;
}
.page-body{
    
}
.page-left{
    float:right;
    width:200px;
}



	
.image-sub-title{
    margin:10px 0 3px;
    padding:0px;
}


.page-footer{
    text-align:center;
    background:  repeat-x left bottom ;
    padding:0px;
    color:#000000;
}
.page-footer a:link,
.page-footer a:visited{
    color:#000066;
}
.home-more
{
    font-size:13px;
    text-align:right;
}
.single-title{
    border-top:1px solid #999999;
    font-size:15pt;
    line-height:23pt;
    padding : 8px 0px;
    margin : 3px 0 0;
    color:#000000;
}
.single-time{
    font-size:16px;
    margin : 2px 0 10px;
    background-color: #666666;
    color:#FFFFFF;
    padding : 3px 10px;
}



.page-footer-menu{
	margin-bottom:5px;
}

.category-entry-link,
.faq-categories a{
    font-size:14pt;
    float:left;
    width: 600px;
    margin: 0 0 0 10px;
}
.category-entry-list-item,
.faq-categories li{
    list-style-type: none;
    padding :5px 0;
    border-top:1px solid #CCCCCC;
}
.category-entry-list,
.faq-categories{
    font-size:13pt;
    line-height:26pt;
    list-style: none;
    padding: 0;
    border-bottom:1px solid #CCCCCC;
}
.home-faq-link{
    
    font-size:12px;
    width: 450px;
    margin: 0 0 0 5px;
}


/*新着情報リスト*/
#news-box{
	padding-left:5px;
	padding-right:5px;
}

ul.home-news-list{
    font-size:14px;
	list-style: none;
    padding: 0;
    margin:0;
    border-bottom:1px solid #CCCCCC;
}

.home-news-link{
    font-size:14px;
    float:left;
    width: 380px;
    margin: 0 ;
}

.home .home-news-link{
	/*width:250px;*/
	/*float:none;*/
}
.home-news-list-item{
    list-style-type: none;
    padding :3px 0;
    margin:0;
    border-top:1px solid #CCCCCC;
}

.home-news-time{
    font-size:13px;
    width:70px;
    float:left;
    font-family: Helvetica;
    margin-right:5px;
}

.home-news-feeds{
    font-size:11px;
    color:#999999;
    text-align: right;
    margin-bottom:1em;
}


.home-news-feeds{
    font-size:11px;
    color:#999999;
    text-align: right;
    margin-bottom:1em;
}

.news-list-category{
	display:block;
	text-align:right;
}

.to-archive{
	text-align:right;
	margin-bottom:5px;
}

.to-archive a{
	float:right;
	display:block;
	background:url(./images/ichiran-hyoji.png) no-repeat left top;
	height:19px;
	width:80px;
}


/*新着情報リスト終わり*/



.page-title-wrapper{
 
	margin:5px 0 15px;
    padding : 10px 0 0 0;
   
}
.page-title{
    font-size:24px;
    height:33px;
    line-height:33px;
    letter-spacing: 2px;
    padding : 0 0 7px;
    color: #000033;
    border-bottom:2px solid #000033; 
	margin: 5px 0 15px;
}

ul.child-pages{
    list-style: none;
    margin:0;
    padding:0;
}

.child-page-thumbnail{
    margin:0;
    padding:0;
    background:none;
}

ul.child-pages li{
    list-style: none;
    float:left;
    padding:0;
    margin:0;
    width:45%;
    margin : 0px 20px 20px 0 ;
}
ul.child-pages li .child-page-inner{
    padding: 0 0 10px;
}
/* selector was changed from "ul.child-pages .child-page-text a.child-page-textlink" at 2010-03-09 */
/* selector was changed from "a.child-page-textlink" at 2010-03-10 */
.child-page-text a{
    background: url(images/pagemenu/arrow.png) right center no-repeat;
    padding: 10px 40px 10px 10px;
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    display:block;
    color:#000000;
    text-decoration: none;
    font-size:20px;
    font-weight:bold;
}
/* selector was changed from "ul.child-pages .child-page-text a.child-page-textlink:hover" at 2010-03-10 */
.child-page-text a:hover{
    text-decoration: underline;
    color:#000066;
    background: url(images/pagemenu/arrow-active.png) right center no-repeat;
}
/* selector was changed from "ul.child-pages .child-page-img a.child-page-textlink" at 2010-03-10 */
.child-page-img a{
    padding: 0;
    display:block;
    font-size:15px;
    font-weight:bold;
    color:#000066;
}

ul.child-pages a img{
    margin: 0 0 3px 0;
}
.child-page-description{
    padding: 0;
    font-size:13px;
    color:#333333;
}
.entry{
    font-size:15px;
    line-height:160%;
	padding-left:5px;
	padding-right:5px;
}
.page-title-with-image{
    margin:5px 0 20px;
    padding:0px;
}
.page-title-with-image img
{
    margin:0;
    padding:0;
}

.side-menu{
    margin : 0 0 10px;
}

#sidebar{
	border:none;
}
.side-menu-item{
    
}

.side-menu-item a{
    display: block;
    height:21px;
    line-height:21px;
    padding:7px;
    font-size:15px;
    overflow: hidden;
}

.side-menu-item-lv2 a{
    display: block;
    height:21px;
    line-height:21px;
    padding:5px 5px 5px 12px;
    font-size:13px;
    overflow: hidden;
    border-bottom:1px solid #CCCCCC;
}


.home-wide-2column-left{
    width:37%;
    float:left;
}
.home-wide-2column-right{
    width:61%;
    float:right;
}


.entry thead td, .entry th{
	background-color:#E8E8E8;
	font-weight:bold;
	color:black;
	padding-left:5px;
	padding-right:5px;
}


/*コンタクトフォームIME制御*/
.text-mode-zen{
 ime-mode: active;   /* 全角モード */
}
.text-mode-han{
 ime-mode: inactive; /* 半角モード */
}

/*ページ内の関連ページ*/
.brother-pages-wrapper{
	clear:both;
}

.post-edit-link{
	
	clear:both;
	margin-bottom:30px;
}

/*TinyMCE Style*/

.entry>*{
	margin-bottom: 1em;
}
/*
.entry>p{
    margin-left:5px;
	margin-right:5px;
}
*/

/*関連ページ

.brother-pages-header は　.entry h2　と共通スタイル

*/



.brother-pages{
	margin-top:12px;
	font-size:14px;
}


.entry ol,  ul.brother-pages, .news-archive-list{
	
	padding-left:30px;
	margin-left:5px;
	margin-right:5px;
}




.entry ul{
	margin-left:5px;
	margin-right:5px;
	padding-left:30px;
}

.entry li, .brother-item{
	margin-bottom:0.5em;
}

.entry table ul, .entry table ul{
	padding-left: 15px;
}