@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*HTML5リセット*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

html {
		overflow-x: hidden;
	min-width: 100vw;
}
body {
	line-height:1;
	overflow-x: hidden;
	min-width: 100vw;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}




a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*HTML5リセットここまで*/


/*ボックス組汎用クラス*/
.box {
    width: 100%;  
    display: -webkit-box;
    display: -moz-box;
}
	/*補足-boxを指定すると子要素が回り込みます*/

.box_flex1 {
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
}
	/*補足-boxの子要素に指定して下さい。指定するとブラウザ幅いっぱいまで伸縮します。*/


/*＝＝＝　通常共通指定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/* 投稿を制御editor */
 
p {
    display: block;
    margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}


.clearfix:after{
	content:"";
	display:block;
	clear:both;
	}
 /* IE8, ModanBrowser */
.clearfix {
	width:100%;
 	overflow:hidden;
} /* clearfix IE 6, 7 */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-decoration: none;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

img {
	border-style:none;
} /*リンク画像の枠線を消すために記述*/

a {
	overflow: hidden;
	outline: none;
	color: #107e96;
}/* FireFox リンク選択時の点線を消す　*/

a:hover {
	text-decoration: none;
}

body {
	position: relative;
	background-color: #fff;
	line-height: 1.5;
	font-size: 14px;
	color: #606060;
}


h1 {
	text-align: center;
}


h2 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 50px;
}


h3 {
	font-weight: normal;
	text-align: center;
	font-size: 30px;
	color: #606060;
	margin-bottom: 20px; 
}

h4 {
	font-weight: lighter;
}

h5 {
	font-weight: lighter;
}

h6 {
	font-weight: lighter;
}

.none {
	display: none;
}


	/*footer下部固定*/
	html,body{
		height:100%;
	}

	#wrap{
		width: 100%;
		position: relative;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%;
	}


	#footer{
		position:absolute;
		bottom: 0;
	}

.pcShow {
	display: block;
}

.pc_inl_Show {
	display: inline;
}

.spnShow {
	display: none;
}

.sp_inl_Show {
	display: none;
}

/* 開始 ＝＝＝＝＝＝＝＝＝＝*/


#header {
	width: 100%;
	min-width: 1080px;
	background: url("../img/common/w75.png");
	position: absolute;
	top: 0;
	z-index: 1;
}

.headWap {
	width: 1080px;
	margin: 0 auto;
}

/*サイトロゴ*/
.logoWap {
	float: left;
	width: 50%;
}

.site_logo {
	display: block;
	width: 305px;
}

/*ヘッダーinfo*/
.headInfo {
	float: right;
}

/*日曜診療ありの囲み*/
.headboxWap {
	width: 310px;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
/*	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;*/
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;

}

/*日曜診療ありの小枠*/
.headbox {
	margin: 9px 5px 15px;
	font-size: 13px;
	width: 100px;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #107e96;
}

.headADD {
	text-align: right;
	color: #107e96;
	margin-bottom: 12px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝Gナビ */

#Gnavi {
	max-width: 1080px;
	margin: 0px auto;
	height: 57px;

}

#Gnavi ul{
	margin: 0 auto;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#Gnavi li {
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow:1;/*--- safari（PC）用 ---*/
    flex-grow:1;
    text-align: center;
    height: 57px;
}

#Gnavi li a{
	color: #107e96;
	font-weight: normal;
	font-size: 18px;
	line-height: 57px;
}

/* Outline In */
#Gnavi .hvr-outline-in a{

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

#Gnavi .hvr-outline-in a:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #107e96 solid 1px;
  top: -16px;
  right: -26px;
  bottom: -16px;
  left: -26px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

#Gnavi .hvr-outline-in a:hover:before, 
#Gnavi .hvr-outline-in a:focus:before, 
#Gnavi .hvr-outline-in a:active:before {
  top: -8px;
  right: -16px;
  bottom: -8px;
  left: -16px;
  opacity: 1;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/

.container {
	width: 100%;
	min-width: 1080px;
	/*padding-top: 236px;*/
	padding-bottom: 385px;/*フッターの高さ*/
	margin: 0px auto 0px;
/*	background-color: #000;
*/}

.secContainer {
	width: 100%;
	min-width: 1080px;
	padding-top: 236px;
	padding-bottom: 385px;/*フッターの高さ*/
	margin: 0px auto 0px;
}

.secContainer h2 span{
	padding: 0px 5px;
	border-bottom: solid 2px #606060;
}

.singleContainer {
	width: 100%;
	min-width: 1080px;
	padding-top: 236px;
	padding-bottom: 450px;/*フッターの高さ*/
	margin: 0px auto 0px;
}

/*ブログボディ*/
.blogInner {
	width: 980px;
	margin: 20px auto;
}

/*お知らせ一覧へボタン*/
.goListBTB {
	display: block;
	width: 200px;
	text-align: center;
	border: solid 1px #107e96;
	margin: 30px auto;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}

.goListBTB:hover {
	color: #fff;
	background-color: #107e96;
}

.inner {
	width: 1080px;
	margin: 0px auto 0px;

}

.wideinner {
	width: 100%;
	min-width: 1080px;
	padding: 20px 0px;
	margin-bottom: 30px;
}

.havePost {
	width: 80%;
	margin: 0px auto 0px;
}

/*パンクズ*/
.pan {
	width: 100%;
}

.breadcrumbs {
	height: 40px;
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
	/*border-top: solid 1px #000;*/
}
/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝メイン*/

.mainfader {
	width: 100%;
	min-width: 1080px;
	height: 600px;
	margin-bottom: 30px;
}

/*アニメーションなし*/
.nofade {
	width: 100%;
	min-width: 1080px;
	height: 600px;
	margin-bottom: 30px;
}


.mainfader .mfBox {
	height: 600px;
	background-size: cover!important;
}

.nofade .mfBox {
	height: 600px;
	background-size: cover!important;
}

.mainfader .mfBox a{
	height: 600px;
	width: 100%;
	display: block;
}

.slick-next{
	display: none!important;
  /*  left: 0px!important;*/
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/

.pageTopWap {
	width: 1080px;
	margin: 0px auto 0px;	
}

.scrollTop {
	width: 40px;
	float: right;
	cursor: pointer;
}

#footer {
	width: 100%;
	min-width: 1080px;
	color: #606060;
	text-decoration: none;
	background-color: #fff;
/*	border-top: solid 1px #727171;*/
}

.footWap {
	width: 1080px;
	margin: 0px auto 0px;
	font-size: 13px;
	text-align: center;
	background-color: #fff;
}

/*＝＝＝＝フッターinfo*/
.footInfo {
	width: 296px;
	float: left;
}

/*フッターロゴ*/
.footlogoWap {
	margin-bottom: 10px;
}

/*フッター住所*/
.footADD {
	color: #107e96;
	margin-bottom: 10px;
}

/*フッター電話番号*/
.footTel {

}

/*＝＝＝＝＝＝＝フッターtable*/
.footTable {
	width: 650px;
	float: right;
	font-size: 14px;
}

.footTable table{
	width: 100%;
	border-top: solid 1px #107e96;
	border-left: solid 1px #107e96;
	color: #107e96;
}

.footTable table th{
	font-weight: normal;
	border-bottom: solid 1px #107e96;
	border-right: solid 1px #107e96;
	background-color: #107e96;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
}

.footTable table td{
	border-bottom: solid 1px #107e96;
	border-right: solid 1px #107e96;
	color: #107e96;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}
.business_tableCau {
	text-align: right;
	color: #107e96;
}

/*.footTable {
	width: 750px;
}*/

.footTable .bizTableWap {
	font-size: 0.8em;
}

.footTable .bizTableWap table th{
	/*font-size: 0.9em;*/
	padding: 3px;
}

.footTable .bizTableWap table td{
	/*font-size: 0.9em;*/
	vertical-align: middle;
	padding: 3px;
}


.bizTableWap table td{
	/*font-size: 0.9em;*/
	vertical-align: middle;
}


.footNavWap {
	width: 1080px;
	margin: 10px auto;
	font-size: 13px;
	text-align: center;
}

.footNavWap li{
	display: inline-block;
	padding-right: 20px;
}

.footNavWap li:last-child{
	padding-right: 0px;
}


.footNavWap li a{
	color: #107e96;
}

.footNavWap li a:hover{
	text-decoration: underline;
}


.footWap a {
	color: #107e96;
}

#footer address {
	padding: 10px 0;
	width: 100%;
	min-width: 1080px;
/*	margin: 0px auto 0px;*/
	color: #107e96;
	font-size: 13px;
	text-align: center;
	font-style: normal;
	background-color: #edeeef;
}


/*＝＝＝＝＝＝＝＝＝ TIME　テーブル */

.time_Wap {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 20px;
	margin: 0px auto 20px;
	width: 100%;
	max-width: 960px;
}

.time_Wap h3 {
	font-weight: bold;
	color: #127eab;
}

.time_Wap table {
	width: 100%;
	border-top: solid 1px #127eab;
	border-left: solid 1px #127eab;
}

.time_Wap table th{
	padding: 5px 0px;
	background-color: #127eab;
	color: #fff;
	font-weight: normal;
	border-bottom: solid 1px #127eab;
	border-right: solid 1px #127eab;
}

.time_Wap table th.right_w {
	border-right: solid 1px #fff;
}

.time_Wap table td{
	padding: 10px 0px;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #127eab;
	border-right: solid 1px #127eab;
}

.time_Wap table .closed{
	color: #ca373b;
	font-weight: bold;
	font-size: 20px;
}

.time_Wap table .normalbiz{

}

.time_Wap table .tdZL_1{
	font-weight: bold;
	color: #000;
}

.time_Wap table .akiruno{
	color: #127eab;
	font-weight: bold;
}

.time_tableCau {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	/*background: #cccccc;*/
}

.time_tableCau p{
	display: inline-block;
	text-align: left;
	color: #ca373b;
	/*font-size: 1.2em;*/
	font-size: 1.4em;
	font-weight: bold;
}

.time_Wap_p {
	line-height: 1;
	max-width: 500px;
	 margin: 0 0 0 auto;
	 /*text-align: right;*/
}
.time_Wap_p p {
	margin-bottom: 0px;
	display: inline-block;
	text-align: left!important;
}

.time_Wap_p .lblue {
	color: #127eab;
}

/*スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media handheld, only screen and (max-width: 767px) {
/*スマホ*/


	h3 {
		font-size: 24px;
		margin-bottom: 20px; 
	}

	.pcShow {
		display: none;
	}
	.pc_inl_Show {
		display: none;
	}
	.spnShow {
		display: block;
	}

	.sp_inl_Show {
		display: inline;
	}

	#header {
		width: 100%;
		min-width: 100%;
		background-image: none;
		background-color: #fff;
		position: relative;
		height: 140px;
	}

	.headWap {
		width: 96%;
		margin: 0 auto;
	}

	/*サイトロゴ*/
	.logoWap {
		float: left;
		margin-top: 23px;
		width: 60%;
		height: 73px;
	}

	.logoWap h1 {
		height: 100%;
		width: auto;
	}

	.logoWap h1 a img{
		height: 95%!important;
		width: auto;
	}

	.spnGnaviWap {
		float: right;
		width: 50px;
		padding-top: 25px;
		margin-right: 1%;
	}

	.spGnaviBox {
		position: absolute;
			top: 100px;
			left: 0;
		z-index: 1000;
		width: 100%;
	}

	.spnheadTel {
		background: url("../img/common/w75.png");
	}

	.spnheadTel a{
		display: block;
		width: 60%;
		margin: 0px auto;
		padding: 5px 0px;
	}

	#spnGnavi a {
		display: block;
		color: #fff;
		padding: 10px;
		text-align: center;
		border-bottom: dotted 1px #FFF;
		background: url("../img/common/b50.png");
	}

	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/

	.container {
		width: 100%;
		min-width: 200px;
		padding-top: 10px;
		padding-bottom: 0px;/*フッターの高さ*/
		margin: 0px auto 0px;
	}

	.secContainer {
		width: 100%;
		min-width: 200px;
		padding-top: 10px;
		padding-bottom: 0px;/*フッターの高さ*/
		margin: 0px auto 30px;
	}

	.singleContainer {
		width: 100%;
		min-width: 200px;
		padding-top: 10px;
		padding-bottom: 0px;/*フッターの高さ*/
		margin: 0px auto 30px;
	}

	.singleContainer h2{
			font-size: 18px;
			font-weight: bold;
			margin-top: 10px;
			margin-bottom: 20px;
	}

	.inner {
		width: 96%;
		margin: 0px auto 0px;
	}

	.wideinner {
		width: 100%;
		min-width: 200px;
		padding: 10px 0px;
		margin: 0px auto 30px;
	}

	.havePost {
		width: 100%;
		margin: 0px auto 0px;
	}

	/*ブログボディ*/
	.blogInner {
		width: 90%;
		margin: 20px auto;
	}

	/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝メイン*/

	.mainfader {
		width: 100%;
		min-width: 100%;
		height: 200px;
		margin-bottom: 10px;
	}

	/*アニメーションなし*/
	.nofade {
		width: 100%;
		min-width: 100%;
		height: 200px;
		margin-bottom: 10px;
	}

	.mainfader .mfBox {
		width: 100%;
		height: 200px;
	}

	.nofade .mfBox {
		width: 100%;
		height: 200px;
	}
	
	.slick-next {
	    left: 0px!important;
	    display: none!important;
	}

	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/
	.pageTopWap {
		width: 96%;
		margin: 0px auto 0px;	
	}

	.scrollTop {
		width: 40px;
		float: none;
		cursor: pointer;
		margin: 0px auto
	}

	#footer {
		position: relative;
		width: 100%;
		min-width: 200px;
	}

	.footWap {
		width: 96%;
		margin: 0px auto 0px;
	}

	/*＝＝＝＝フッターinfo*/
	.footInfo {
		width: 80%;
		max-width: 305px;
		float: none;
		margin: 0px auto 10px;
		text-align: center;
	}
	.footlogoWap{
		width: 100%;
	}

	.footlogoWap img{
		width: 100%;
		max-width: 305px;
	}
	/*＝＝＝＝＝＝＝フッターtable*/
	.footTable {
		width: 100%;
		float: none;
		font-size: 13px;
	}

	/*＝＝＝＝＝＝＝フッターNavi*/
	.footNavWap {
		width: 100%;
		margin: 10px auto 0px;
		font-size: 13px;
		text-align: center;
	}

	.footNavWap li{
		display: block;
		padding-right: 0px;
	}

	.footNavWap li a{
		display: block;
		padding: 5px 0px;
		text-align: center;
		color: #fff;
		border-bottom: dotted 1px #ccc;
		background: url("../img/common/b50.png");
	}

	.footNavWap li:last-child a{
		border-bottom: none;
	}


	.footNavWap li a:hover{
		text-decoration: none;
	}

	#footer address {
		min-width: 200px;
	}


/*＝＝＝＝＝＝＝＝＝ TIME　テーブル */

	.time_Wap {
		border: dotted 1px #ccc;
		padding-bottom: 0px;
		margin: 0px auto 20px;
		width: 100%;
		max-width: 960px;
		overflow-x: scroll;
	}

	.time_Wap h3 {
		font-weight: bold;
		color: #127eab;
	}

	.time_Wap table {
		width: 96%;
		margin: 0px auto;
		border-top: solid 1px #127eab;
		border-left: solid 1px #127eab;
	}

	.time_Wap table th{
		padding: 5px 0px;
		background-color: #127eab;
		color: #fff;
		font-weight: normal;
		border-bottom: solid 1px #127eab;
		border-right: solid 1px #127eab;
	}

	.time_Wap table th.right_w {
		border-right: solid 1px #fff;
	}

	.time_Wap table td{
		padding: 10px 0px;
		text-align: center;
		vertical-align: middle;
		border-bottom: solid 1px #127eab;
		border-right: solid 1px #127eab;
	}

	.time_Wap table .closed{
		font-size: 16px;
	}

	.time_Wap table .normalbiz{

	}

	.time_Wap table .akiruno{
		color: #127eab;
		font-weight: bold;
	}

	.time_tableCau {
		max-width: 900px;
		margin: 0 auto;
		text-align: center;
		/*background: #cccccc;*/
	}

	.time_tableCau p{
		display: inline-block;
		text-align: left;
		color: #ca373b;
		font-size: 1em;
	}




}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media handheld, only screen and (max-width: 400px) {
/*小さいスマホ*/
	
	.logoWap h1 a {
		max-width: 240px;
	}

	.logoWap h1 a img{
		max-width: 240px!important;
		height: auto!important;
	}

}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝汎用設定*/


/*白 */
.white {
	color: #fff;
}
/*ピンク */
.pink {
	color: #ff287b;
}
/*ブルー */
.blue {
	color: #00a0e9;
}
/*オレンジ */
.orange {
	color: #f18b1d;
}
/*黄色*/
.yellow {
	color: #ffc103;
}
/*みどり*/
.green {
	color: #56bd36;
}
/*むらさき*/
.purple {
	color: #8d7dfd;
}
/*あいいろ*/
.ai {
	color: #3e408f;
}

.gray {
 	color: #585858;
}
.red {
	 color: #ef1f2c;
}

.red2 {
	 color: #f00;
}




.floatR{
	float: right;
}

.floatL{
	float: left;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.sml {
	font-size: 11px;
}


.alignL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}


.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}

.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}

.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.fs24 {font-size: 24px;}
.fs26 {font-size: 26px;}
.fs28 {font-size: 28px;}
.fs30 {font-size: 30px;}
.fs32 {font-size: 32px;}
.fs34 {font-size: 34px;}
.fs36 {font-size: 36px;}
.fs38 {font-size: 38px;}
.fs40 {font-size: 40px;}
.fs42 {font-size: 42px;}
.fs44 {font-size: 44px;}
.fs46 {font-size: 46px;}
.fs48 {font-size: 48px;}
.fs50 {font-size: 50px;}
.fs52 {font-size: 52px;}
.fs54 {font-size: 54px;}
.fs56 {font-size: 56px;}
.fs58 {font-size: 58px;}
.fs60 {font-size: 60px;}



/*＝＝＝＝＝＝＝＝＝＝＝＝019年9月30日　インフルエンザ　投稿ページ*/
.infulCatchWap {
	width: 80%;
	margin: 0px auto;
}
.startTitle {
	text-align: center;
	color: #0068b6;
	font-size: 24px;
	font-weight: bold;
}
.infulCatchWap .infulCatchTitle {
	color: #ed6062;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.infulCatchWap .infulCatchTxt{
	text-align: center;
	color: #ed6062;
	font-size: 20px;
}



.infulList {
	width: 
}

.infulList .innerUL{
	padding-left: 40px;
	list-style-type: disc;
	list-style-position: outside;
}



.infulList .innerUL li{
	/*padding-left: 40px;*/
	color: #00a0d2;
}

@media handheld, only screen and (max-width: 767px) {
.startTitle {
	text-align: left;
	color: #0068b6;
	font-size: 18px;
	font-weight: bold;
}

.infulCatchWap {
	width: 100%;
	margin: 0px auto;
}

.infulCatchWap .infulCatchTitle {
	color: #ed6062;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.infulCatchWap .infulCatchTxt{
	text-align: left;
	color: #ed6062;
	font-size: 16px;
}
.infulList li{
	margin-bottom: 20px;
}


}

