
/*----------------------------------------*/
/*　共通　　　                     　　　 */
/*----------------------------------------*/

/*点線*/

.dot01 {
	border-bottom: 1px dashed #F67D50;
	}

.border-dot td{
	border-bottom: 1px dashed #999999;
	}


.border_bottom01{
	border-bottom: 1px dotted #000000;
	padding-top: 10px;
	}
	

/*コンテンツ70%*/
.top_box70 {
	width:70%;
	clear:both;
	margin:0px auto 0px auto;
}


/*表00*/
.co01 td{
	padding: 10px 10px 10px 10px;
}

/*テーブル*/

table{
  width: 100%;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  width: 30%;
  background-color: #1F286F;
  color: white;
  text-align: center;
  padding: 10px 5px;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #1F286F;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 15px 25px;
}

/*囲み*/

#kakomi01 {
	width:100%;
	clear:both;
	background: #EA5532;
	border:1px solid #EA5532;
}

#kakomi01_02 {
	width:92%;
	clear:both;
	margin:4% 4% 4% 4%;
}

#kakomi01_03 {
	clear:both;
	padding:10px;
	text-align:left;
}

/*角丸*/

.border_r_a {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.border_r_b {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

/*PCのみ表示*/

.pc_only {
	display: block;
}




/*---------------------------------------*/
/* ボタン　　　　　　　           　　　*/
/*---------------------------------------*/
.button01 a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	padding: 12px 30px;
	border: 1px solid #F37499;
	border-radius: 6px;
	background-color : #F37499; 
	background : -webkit-linear-gradient(top, #F8AAC1, #F37499) ;
	background : linear-gradient(to bottom, #F8AAC1, #F37499) ; 
}
.button01 a:hover {
	text-decoration: none;
	background : -webkit-linear-gradient(top, #F37499, #F8AAC1) ;
	background : linear-gradient(to bottom, #F37499, #F8AAC1) ; 
}
	

/*----------------------------------------*/
/* トップページ                           */
/*----------------------------------------*/


/*----------------------------------------*/
/* 診療案内                               */
/*----------------------------------------*/

.kyushin {
	background-color: #FFFFFF;
	color: #00B1A0;
	text-align: center;
	padding: 5px 15px;
	border-radius: 15px;
	margin-right: 10px;
	}

/*----------------------------------------*/
/*　採用情報表　　　                      */
/*----------------------------------------*/
#me01 {
	width:100%;
	clear:both;
	margin:0px 0px 0px 0px;
	word-break: break-all;
}


#me01 td{
	padding: 10px 10px 10px 10px;
}
/*----------------------------------------*/
/*Q&A                                     */
/*----------------------------------------*/
.q_a{
    width:100%;
     overflow: hidden;
     _zoom: 1;
    }
.q_a dt,
.q_a dd{
    margin:0px 0px 0px 0px;
    background:none no-repeat left top;
    }
.q_a dt{
    color: #000000;
	font-weight:bold;
    background: url(../img/04_qa/q.jpg) no-repeat;
    background-position: 0 0;
    padding: 5px 0px 5px 2.5em;
	margin-bottom: 5px;
}
.q_a dd{
    background: url(../img/04_qa/a.jpg) no-repeat;
    background-position: 0 0;
    padding: 5px 0px 5px 2.5em;
}
/*----------------------------------------*/
/*マップ                            */
/*----------------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/*----------------------------------------*/
/*サイトマップ                            */
/*----------------------------------------*/
#sitemap_ce{
	width:70%;
	margin:0px auto 30px auto;
	text-align:center;
}


#sitemap_b5{
	width:100%;
	clear:both;
	margin:0px auto 5px auto;
	text-align:left;
}


#sitemap_b10{
	width:92%;
	clear:both;
	margin:0px auto 10px auto;
	text-align:left;
}


/*----------------------------------------*/
/*ページネーション                        */
/*----------------------------------------*/
.pagination {
     clear: both;
     padding: 20px 0;
     position: relative;
     font-size: 14px;
     line-height: 14px;
}
.pagination span, .pagination a {
     display: block;
     float: left;
     width: auto;
     margin: 2px 2px 2px 0;
     padding: 5px 9px 5px 9px;
     background-color: #fff;
     color: #555;
     text-decoration: none;
}
.pagination a {
     border: 1px solid #ccc;
}
.pagination a:hover{
     background-color: #ccc;
     border: 1px solid #ccc;
     color: #fff;
}
.pagination .current{
     padding: 5px 9px 5px 9px;
     background-color: #ccc;
     border: 1px solid #ccc;
     color: #fff;
}

/*----------------------------------------*/
/*Calendar Widget                         */
/*----------------------------------------*/

#wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
	border-spacing: 0px;
	padding-bottom:20px;
}
#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {

	text-align: center;
}
#wp-calendar caption {
	padding: 5px 0 3px 0;
	}
#wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
#wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*----------------------------------------*/
/*Archive Widget                          */
/*----------------------------------------*/
#side_middle{padding-bottom: 10px;}
#side_middle ul li{
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

/*----------------------------------------*/
/* ggmap                        */
/*----------------------------------------*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/******************************************************************************************/

/* for TB & SP CSS   */

/******************************************************************************************/


/*全タブレット*/
/*横1024～416*/
@media only screen and (min-width: 416px) and (max-width: 1024px) {


}




/*→タブレット横限定*/
/*横1024～769*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {



	
}
	
		
	
/*→タブレット縦限定*/
/*横768～416*/
@media only screen and (min-width: 416px) and (max-width: 768px) {
	

	
}



/*全スマートフォン*/
/*横415～1*/
@media only screen and (min-width: 1px) and (max-width: 415px) {
	

/*----------------------------------------*/
/*　共通　　　                     　　　 */
/*----------------------------------------*/
	
/*PCのみ表示*/

.pc_only {
	display: none;
}

/*----------------------------------------*/
/* トップページ                           */
/*----------------------------------------*/

.threeclm .box {
	width: 100%;
	margin-bottom: 40px;
	}


/*----------------------------------------*/
/* 店舗情報                               */
/*----------------------------------------*/

.tenpo {
	display: block;
	padding: 15px;
	}

.tenpo .box {
	display: block;
	padding: 5px;
	width: 100%;
	}


}



/*→スマートフォンiPhone5以前限定*/
/*横320～1*/
@media only screen and (min-width: 1px) and (max-width: 320px) {
	
	
	
}