@charset "utf-8";

/*全体の設定 for smartphone - under 480px
---------------------------------------------------------------------------*/
body {
	color: #000;	/*全体の文字色*/
	width: 100%;
	margin: 0;
	padding: 0;
	font: 16px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; /*文字サイズ・行間・フォント設定*/
	background: none;	/*背景画像の読み込み*/
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
img.variable {
	width: 100%;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a:hover {
	color: #333;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*ヘッダー（h1タグが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 100%;
	min-width: initial;
	min-width: auto;
	margin: 75px 0 0;
	padding: 10px 0;
	height: auto;
	border-top: 24px solid #4169e1;
}
header .toplogo {
	display: block;
	width: auto;
	margin: 0;	/* smart style */
	padding: 10px;
	float: left;
	text-align: center;
}
header .toplogo p {
	font-size: 12px;
	line-height:1.2em;
	text-align: center;
}
header .toplogo img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	border: none;
	margin: 0;
	padding: 0;
}
header .shopinfo {
	display: block;
	width: auto;
	float: right;
	text-align: right;
	margin: 0 auto 0;
	padding: 10px;
}
header.shopinfo ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
header .shopinfo ul li {
	font-size: 12px;
	line-height:1.2em;
}
header .shopinfo ul li.telcall {
	color: #008000;
	font-weight: bold;
	font-size: 26px;
}
header .shopinfo ul li.telcall a {
	color: #008000;
	font-weight: bold;
	font-size: 26px;
}
header .shopinfo ul li.saturday {
	color: blue;
}
header .shopinfo ul li.holiday {
	color: red;
}
header .shopinfo p {
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.25;
}
/* img */
header img.l {
	margin:0;
	padding:8px 0;
}
header img.r {
	margin:0;
	padding:8px 0;
}

/*---------------------------------------------------------------------------*/
/* トップページ  slide01  */
/*---------------------------------------------------------------------------*/
.slide01 {
	display:none;
	overflow:hidden;
	position:relative;
	width:100%;
}
.slide01 .slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}
.slide01 .slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}
.slide01 .slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}
.slide01 .slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}
.slide01 .slideInner {
	position:relative;
	margin:0;
	padding:0;
}
.slide01 .slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slide01 .slideInner li img {
	margin:0 5px;
	padding:0;
	vertical-align:bottom;
}
.slide01 .filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}
.slide01 .filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}
.slide01 .controlNav {
	position:relative;
	float:left;
	left:50%;
}
.slide01 .controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.slide01 .controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.slide01 .controlNav span.current {
	background:#f19500;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 100%;

	height: auto;
	text-align: center;
	margin: 10px 0 0;
	padding: 3px 0;
	background: #ffffff;
}
/*---------------------------------------------------------------------------*/
/* picture */
/*---------------------------------------------------------------------------*/
picture {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
picture img {
	width: 98%;
	max-width: 980px;
}
picture.toplink {
	width: 100%;
	margin: 0 5% 0;
	text-align: center;
}
picture.toplink img {
	width: auto;
	max-width: 100%;
	margin: 0;
}
picture.link {
	width: 90%;
	margin: 0 5% 0;
}
picture.link img {
	width: auto;
	max-width: 90%;
	margin: 0 auto 0;
}
picture.topimage {
	background: rgba(204, 231, 255, 0.28);
}
/*picture.topimage source {
	text-align: center;
	max-width: 100%;
	margin: 0 auto 0;
}*/
picture.topimage img {
	width: 200%;
	margin: 0 auto 0;
}
@media only screen and (min-width: 481px) {
	.toplink img,.link img {
		width: 380px;
		margin: 0 auto 0;
	}
}
/*メインコンテンツ　ページポジション*/
.pagepos {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
}
.pagepos ul {
	font-size: 13px;
	list-style-type: none;
	margin: 0 5px;
	padding: 5px 20px 2px;
}
.pagepos li.home {
	margin: 0;
	padding: 0 0 0 24px;
	background: url(https://kisarazu-watanabe-seikotsu.net/images/home.png) no-repeat;
	display: inline;
}
.pagepos li.and {
	margin: 0;
	padding: 0 0 0 24px;
	background: url(https://kisarazu-watanabe-seikotsu.net/images/and.png) no-repeat;
	display: inline;
}

/*--------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
/* サブコンテンツ */
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
aside {
	float: none;
	width: 96%;	/* smart style */

	text-align: center;
	margin: 10px 0;
	padding: 2%;
	/*border: 1px solid #4169e1;*/
	/*border-radius: 5px;*/	/*角丸のサイズ*/
	/*-moz-border-radius:5px;*/
	/*-webkit-border-radius:5px;*/
	clear: both;
}
aside .sub_block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-width: initial;
	min-width: auto;
}
aside .sub_block ul.aside_link {
	width: 90%;
	text-align: center;
	margin: 0 5% 0;
	padding: 0;
	list-style-type: none;
}
aside .sub_block ul.aside_link li {
	display: inline-block;
	width: auto;
	padding: 0 2em 0 0;
}
/*subコンテンツのh4タグの設定*/
aside h4 {
	font-size: large;
	background-color: #fff;
	margin: 1em 10px 20px;
	padding: 10px;
	clear: both;
	-webkit-box-shadow: 0px 2px 5px #e0e0e0;
	box-shadow: 0px 2px 5px #e0e0e0;
	border-bottom: 1px solid #ccc;
}
aside p.start {
	padding: 1em 30px 0.5em;	/*左から、上、左右、下への余白*/
}
aside p.img00 {
	text-indent: 0;
	padding: 0;
	margin: 16px 0;
}
aside p.img00c {
	text-align: center;
	text-indent: 0;
	padding: 0;
	margin: 16px 0;
	background: #eee;
}

aside img {
	width: 100%;
	margin:0 0 10px;
}
aside iframe {
	width: 100%;
}

/* calendar注釈 */
/*---------------------------------------------------------------------------*/
aside ul.guide {
	font-size: 14px;
	text-align: left;
	margin: 10px 5% 10px;
	padding: 0;
}
/*---------------------------------------------------------------------------*/
aside ul.guide li.usualday_time {
	padding: 0 0 0 4em;
	text-indent: -4em;
}
aside ul.guide li.usualday_time span {
	background: #fff;
	border: 1px solid #ccc;
}
/*---------------------------------------------------------------------------*/
aside ul.guide li.time_saving {
	padding: 0 0 0 4em;
	text-indent: -4em;
}
aside ul.guide li.time_saving span {
	background: #fffacd;
	border: 1px solid #ccc;
}
/*---------------------------------------------------------------------------*/
aside ul.guide li.before_midday {
	padding: 0 0 0 4em;
	text-indent: -4em;
}
aside ul.guide li.before_midday span {
	background: #b9d08b;
	border: 1px solid #ccc;
}
/*---------------------------------------------------------------------------*/
aside ul.guide li.temporary_time {
	padding: 0 0 0 4em;
	text-indent: -4em;
}
aside ul.guide li.temporary_time span {
	background: #f8b862;
	border: 1px solid #ccc;
}
/*---------------------------------------------------------------------------*/
aside ul.guide li.saturday_time {
	padding: 0 0 0 4em;
	text-indent: -4em;
}
aside ul.guide li.saturday_time span {
	background: #d0e8ff;
	border: 1px solid #ccc;
}
/*---------------------------------------------------------------------------*/
aside ul.guide li.holiday_time {
	padding: 0 0 0 4em;
	text-indent: -4em;
}
aside ul.guide li.holiday_time span {
	background: #ffc0cb;
	border: 1px solid #ccc;
}
/* calendar設定 */
/*---------------------------------------------------------------------------*/
div.cal_wrapper {
	padding: 0px;
	overflow-x: scroll;
}
div.schedule_wrapper {
	width: 90%;
	margin: 0 auto 20px;
	padding: 5px 0px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 15px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	text-align: left;
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	text-align: left;
	list-style-type: decimal;
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
 
div.cal_wrapper table.cal {
	width: 90%;
	margin: 0 auto 0;
	border-collapse: collapse;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 15px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #fff;
	font-size: 15px;
	margin: 0px 1px;
	padding: 10px 15px;
	border-radius: 2px;
}
div.cal_wrapper table.cal td {;
	border: solid 1px #000;
}
div.cal_wrapper table.cal tr td {
	font-size: 15px;
	text-align: center;
	padding: 2px;
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
/*カレンダー表組の装飾*/
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 8px;/*日付の幅*/
	font-size: 15px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	border: solid 1px #EEE;
	background-color: #fff;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}
/* Holidayの装飾 */
div.cal_wrapper table.cal tr td div.Holiday {
	color: red;/*祝日の文字色。赤色にしてます。*/
	background-color: #ffc0cb!important;/*祝日の背景色。桃色にしてます。*/
}
/*
div.cal_wrapper table.cal tr td div.Tue {
	background-color: #fffacd;
}
div.cal_wrapper table.cal tr td div.Fri {
	background-color: #fffacd;
}
*/
div.cal_wrapper table.cal tr td div.Sat {
	background-color: #add8e6;/*日曜日の背景色。桃色にしてます。*/
}
div.cal_wrapper table.cal tr td div.Sun {
	font-weight: normal;
	color: #000;/*祝日の文字色。赤色にしてます。*/
	background-color: #ffc0cb;/*日曜日の背景色。lemonchiffonにしてます。*/
}
div.cal_wrapper table.cal tr td div.Today {
	color: #333333;/*当日の文字色。見本では水色にしてます。*/
	font-weight: bolder;
}
/* Rinji1の装飾 */
div.cal_wrapper table.cal tr td div.Rinji1 {
	font-weight: normal;
	/*color: red;臨時日１の文字色。赤色にしてます。*/
	background-color: #b9d08b!important;/*臨時１の背景色。緑色にしてます。*/
}
/* Rinji2の装飾 */
div.cal_wrapper table.cal tr td div.Rinji2 {
	/*color: red;臨時日２祝日の文字色。赤色にしてます。*/
	background-color: #fafad2!important;/*祝日の背景色。橙色にしてます。*/
}
div.cal_wrapper table.cal tr td div.Rinji3 {
	/*color: red;臨時日２祝日の文字色。赤色にしてます。*/
	background-color: #ffd700!important;/*祝日の背景色。橙色にしてます。*/
}
div.cal_wrapper table.cal tr td div.Rinji4 {
	/*color: red;臨時日２祝日の文字色。赤色にしてます。*/
	background-color: #fffacd!important;/*祝日の背景色。橙色にしてます。*/
}
div.cal_wrapper table.cal tr td div.Rinji5 {
	/*color: red;臨時日２祝日の文字色。赤色にしてます。*/
	background-color: #f8b862!important;/*祝日の背景色。橙色にしてます。*/
}
/*過去日付の装飾*/
div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF!important;
	border-radius: 3px;
}
.sat {
	color: blue;
	background: #D0E8FF;/*「土曜日」見出し部分の背景色。水色にしてます。*/
	font-weight: bold;
}
.sun {
	color: red;
	background-color: #FDDFFC;/*「日曜日」見出し部分の背景色。ピンク色にしてます。*/
	font-weight: bold;
}
.Sun {
	color: red;/*日曜日の文字色。見本では赤色にしてます。*/
	font-weight: bold;
}
.Sat {
}
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
/* メインコンテンツ */
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
main {
	float: right;
	width: 96%;	/* smart style */

	text-align: left;
	margin: 10px 2% 10px;
	padding: 0px;
}
article {
	margin: 0;
	padding: 0;
}
section {
	float: none;
	width: 98%;
	margin: 0 2% 0;
	padding: 0;
}
/*mainコンテンツのh1タグの設定*/
main h1 {
	padding: 16px 16px;	/*上下、左右への余白*/
	margin: 0 0 10px;
	clear: both;
	font-size: 120%;
	color: #3678b3;		/*文字色*/
	font-weight:bold;	/*文字の太さ*/
	text-align: center;
	/*background-color: #99cfff;*/	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#cce7ff), to(#99cfff));*/	/*グラデーション*/
	/*background-image: -webkit-linear-gradient(#cce7ff, #99cfff);*/	/*同上*/
	/*background-image: linear-gradient(#cce7ff, #99cfff);*/			/*同上*/
	/*border-bottom: 1px solid #3678b3;*/
	border-left: 5px solid #3678b3;
	border-right: 5px solid #3678b3;
	/*border-top: 1px solid #3678b3;*/
	box-shadow: 0px 2px 5px #e0e0e0;
	-webkit-box-shadow: 0px 2px 5px #e0e0e0;
}
/*mainコンテンツのh2タグの設定*/
main h2 {
	padding: 12px 16px;	/*上下、左右への余白*/
	margin:0 0 20px;
	clear: both;
	font-size: 110%;
	color: #000;		/*文字色*/
	font-weight: normal;	/*文字の太さ*/
	text-align: center;
	/*background-color: #99cfff;*/	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#cce7ff), to(#99cfff));*/	/*グラデーション*/
	/*background-image: -webkit-linear-gradient(#cce7ff, #99cfff);*/	/*同上*/
	/*background-image: linear-gradient(#cce7ff, #99cfff);*/			/*同上*/
	/*border-bottom: 1px solid #3678b3;*/
	border-left: 3px solid #3678b3;
	border-right: 3px solid #3678b3;
	/*border-top: 1px solid #3678b3;*/
	/*border-radius: 5px;*/	/*角丸のサイズ*/
	/*-moz-border-radius:5px;*/
	/*-webkit-border-radius:5px;*/
	box-shadow: 0px 2px 5px #e0e0e0;
	-webkit-box-shadow: 0px 2px 5px #e0e0e0;
}
/*mainコンテンツのh3タグの設定*/
main h3 {
	color: #000;
	/*background-color: #fff;*/	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));*/	/*グラデーション*/
	/*background-image: -webkit-linear-gradient(#FFF, #e5e5e5);*/	/*同上*/
	/*background-image: linear-gradient(#FFF, #e5e5e5);*/			/*同上*/
	font-size: 100%;
	margin:0 0 20px;
	padding: 8px 16px;	/*上下、左右への余白*/
	clear: both;
	/*border-radius: 5px;*/	/*角丸のサイズ*/
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	box-shadow: 0px 2px 5px #e0e0e0;			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #e0e0e0;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	border-left: 3px solid #ccc;	/*枠線の幅、線種、色*/
	border-right: 3px solid #ccc;	/*枠線の幅、線種、色*/
	font-weight: normal;
	text-align: center;
}
main p {
	text-indent: 1em;
	text-align:left;
	padding: 0;
	margin: 0;
}
main p.cent {
	text-indent: 0;
	text-align: center;
	padding: 0;
	margin: 0;
}
main p.title{
	text-indent: 0;
	padding: 0 1em;
	margin: 1.5em 0 2em 0;
	border-bottom:2px solid #4169e1;
	font-weight: normal;
}
main p strong {
	font-size:larger;
	font-weight:bold;
	padding: 0;
}
main p.strong {
	font-size:larger;
	font-weight:bold;
	padding: 1em 0 1em;
}
main p.end {
	text-indent: 1em;
	text-align:left;
	padding: 0 0 3em;
	margin: 0;
}
main p.centend {
	text-indent: 0;
	text-align: center;
	padding: 0 0 3em;
	margin: 0;
}
main p.end_strong {
	font-size:larger;
	font-weight:bold;
	padding: 1em 0 3em;
}
main p.sx {
	font-size: 12px;
	margin: 10px 5% 0;
	text-align: right;
	font-weight: bold;
}
main p.sx strong {
	color: #4169e1;
	padding-right: 1em;
}
main p.sxl {
	font-size: 12px;
	margin: 10px 0;
	font-weight: bold;
	padding-left: 2em;
	text-indent: -1.75em;
	line-height: 125%;
}
main p.sxl:first-child {
	margin: 0;
}
main p.sxl strong {
	color: #4169e1;
	padding-right: 1em;
}
main p.img00 {
	text-indent: 0;
	padding: 0;
	margin: 16px 0;
}
main p.img00c {
	text-align: center;
	text-indent: 0;
	padding: 0;
	margin: 16px 0;
	background: #eee;
}
/*---------------------------------------------------------------------------*/
/* accordion */
/*---------------------------------------------------------------------------*/
main dl.accordion {
	width: 94%;
	margin: 0 auto 3em;
	padding: 10px;
	font-size: 15px;
}
main dl.accordion dt {
	/*background: center no-repeat,-webkit-linear-gradient(#FFFFFF, #cce7ff);*/
	/*background: center no-repeat,-o-linear-gradient(#FFFFFF, #cce7ff);*/
	/*background: center no-repeat,linear-gradient(#FFFFFF, #cce7ff);*/
	border: 1px solid #eee;
	text-indent: 0;
	cursor: pointer;
	padding: 8px 20px;
	font-weight: bold;
}
main dl.accordion dt span {
	width: 100%;
	display: inline;
	font-size: 80%;
	margin-right: 1em;
}
main dl.accordion dt.open {
	background: #e0e0e0;
	/*background: center no-repeat,-webkit-linear-gradient(#ffffff, #99cfff);*/
	/*background: center no-repeat,-o-linear-gradient(#ffffff, #99cfff);*/
	/*background: center no-repeat,linear-gradient(#ffffff, #99cfff);*/
}
main dl.accordion dt:hover {
	background: #e0e0e0;
	/*background: center no-repeat,-webkit-linear-gradient(#ffffff, #99cfff);*/
	/*background: center no-repeat,-o-linear-gradient(#ffffff, #99cfff);*/
	/*background: center no-repeat,linear-gradient(#ffffff, #99cfff);*/
}
main dl.accordion dd {
	background: #fff;
	padding: 10px 30px 20px;
	line-height: 1.5;
	text-align: left;
	display: none;
	font: 14px/2
}
main dl.accordion dd span {
	margin-left: 2em;
}
main dl.accordion dd ul {
	margin: 0;
	padding: 0;
}
main dl.accordion dd ul li {
	list-style-type: none;
	padding: 0;
}
main dl.accordion dd ul li.one {
	list-style-type: none;
	padding: 0 0 0 1em;
}
main dl.accordion dd ul li.two {
	list-style-type: none;
	padding: 0 0 0 2em;
}
main dl.accordion dd ul li.thr {
	list-style-type: none;
	padding: 0 0 0 3em;
}
/*---------------------------------------------------------------------------*/
/*メインコンテンツ　トップリストボックス*/
/*---------------------------------------------------------------------------*/
main .listbox_top {
	margin:10px 5px 50px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 5%;
	border:1px solid #bbb;
	background-color: #f0f8ff;
	text-align:left;
}
/*---------------------------------------------------------------------------*/
/* メインコンテンツ リストボックス */
/*---------------------------------------------------------------------------*/
main .listbox {
	margin:10px 5px 50px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 5%;
	border:1px solid #bbb;
	background-color:#faf0e6;
	text-align:left;
}
/*---------------------------------------------------------------------------*/
/*トップページ内「ニュース＆トピックス」ブロック */
/*---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
main .newstopics {
	font-size: 15px;
	border: 1px solid #ccc;
	margin: 0 5% 50px;
}
main .newstopics dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 200px;	/*ブロックの高さ*/
	margin: 10px 1em 20px;
	background-color: #fff;
}
/*日付設定*/
main .newstopics dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
	padding: 0;
}
/*記事設定*/
main .newstopics dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
main .newstopics dd img {
	vertical-align: middle;
}
/*---------------------------------------------------------------------------*/
/* 診療・施術メニューボックス */
/*---------------------------------------------------------------------------*/
main ul.menu {
	width:100%;	/* smart style */
	margin:0 auto 3em;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
main ul.menu li {
	width: 98%;	/* smart style */
	min-width: 150px;
	text-align: center;
	list-style: none;
	padding-bottom: 50px;
	margin: 0 1% 1em;	/* smart style */
	position: relative;
}
main ul.menu li img {
	width: 90%;
	margin:0 auto 20px;
	padding:0;
}
main ul.menu li img.new {
	width: auto;
	margin: 0;
	padding: 0;
}
main ul.menu li h4 {
	display: block;
	background: #ffffff;
	font-weight:bold;
	font-size: 1em;
	height: auto;
	text-align:center;
	margin: 0.5em auto 0.5em;
	padding: 0;
}
main ul.menu li h4 a {
	display: block;
	background: #ffffff;
	font-weight:bold;
	text-align:center;
	padding: 1em;
}
main ul.menu li h4 a:hover {
	background: #99cfff;
}
main ul.menu li p {
	padding:0 9%;
	font-size:90%;
}
main ul.menu li p {
	padding:0 9%;
	font-size:90%;
}
main ul.menu li p.link-button {
	text-align:center;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 10px;
	width: 100%;
}
main ul.menu li p.link-button a {
	width: 80%;
	text-align: center;
	padding: 1em 0;
	margin: 0 10%;
	display: block;
	position: absolute;
	bottom: 5px;
	background: #ddd;
	text-decoration: none;
}
main ul.menu li p.link-button a:hover {
	background: #fff;
}
main ul.menu li ul {
	width: 90%;
	display: inherit;
	margin: 20px auto 0;
	padding: 0;
	flex-wrap: nowrap;
}
main ul.menu li ul li {
	text-align: left;
	background: url("https://kisarazu-watanabe-seikotsu.net/images/right_arrow1.png") left no-repeat;
	margin: 0;
	padding: 0 0 0 2em!important;
}
/* medi-float-img-left
---------------------------------------------------------------------------*/
main .medi-float-img-left {
	margin: 0 auto 20px;
	float: none;
	text-align: center;
	width: 60%;
}
main .medi-float-img-left img {
	text-align: center;
	width: 100%;
}
/* medi-float-txt-right
---------------------------------------------------------------------------*/
main .medi-float-txt-right {
	margin: 0 0 50px;
	float: right;
	width: 100%;
}
main .medi-float-txt-right ul {
	margin: 0;
	padding: 0 20px 0;
}
main .medi-float-txt-right ul li {
	list-style-type: none;
}
main .medi-float-txt-right ul li span {
	font-weight: bold;
	text-decoration: underline;
}
main .medi-float-txt-right ul li strong {
	font-weight: bold;
}
/* float-img-left48
---------------------------------------------------------------------------*/
main .float-img-left48 {
	float: left;
	text-align: center;
	width: 100%;
}
main .float-img-left48 img {
	text-align: center;
	width: 80%;
	margin: 0 10% 0;
}
main .float-img-left48 p {
	text-indent: 0;
}
/* float-img-right48
---------------------------------------------------------------------------*/
main .float-img-right48 {
	float: right;
	text-align: center;
	width: 100%;
}
main .float-img-right48 img {
	text-align: center;
	width: 80%;
	margin: 0 10% 0;
}
main .float-img-right48 p {
	text-indent: 0;
}
/* equipment_01
---------------------------------------------------------------------------*/
main .package {
	margin: 0 0 50px;
	padding: 0;
}
/* equipment_01
---------------------------------------------------------------------------*/
main .equipment_01 {
	float: left;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px #ccc solid;
}
main .equipment_01 img {
	width: 80%
}
main .equipment_01 p {
	text-align: center;
}
/* float-img-left
---------------------------------------------------------------------------*/
main .float-img-left {
	float: none;
	margin: 0 auto 0;
	text-align: center;
	width: 50%;
}
main .float-img-left img {
	width: 75%;
	max-width: 300px;
}
main .float-img-left p {
	text-indent: 0;
	text-align: center;
}
/* float-txt-right
---------------------------------------------------------------------------*/
main .float-txt-right {
	float: none;
	width: 100%;
}
main .float-txt-right p {
	text-indent: 0;
	text-align: left;
}
main .float-txt-right dl dt {
	width: 100%;
	background: #4169e1;
	padding: 0 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
main .float-txt-right dl dd.tel {
	font-size: 30px;
	font-weight: bold;
	color: #4169e1;
}
/* ul normal */
/*---------------------------------------------------------------------------*/
main ul.normal {
	text-align:left;
	margin:0 0 50px;
	padding:0;
}
main ul.normal li {
	text-align:left;
	font-weight:normal;
	list-style-type: disc;
	margin:0 20px 0 30px;
	padding:0;
}
main ul.normal li.strong {
	text-align:left;
	font-weight:bold;
	list-style-type: disc;
	margin:0 20px 0 30px;
	padding:0;
}
main ul.normal li.strongb {
	text-align:left;
	font-weight:bold;
	list-style-type: disc;
	margin:0 20px 0 30px;
	padding:0;
	font-size:larger;
}
/* ul check */
/*---------------------------------------------------------------------------*/
main ul.check {
	list-style-type: none;
	font-size: 120%;
	text-align:left;
	margin:0 0 30px;
	padding:0;
}
main ul.check li{
	padding-left: 30px;
	margin:4px 10px 15px 10px;
	background: url(https://kisarazu-watanabe-seikotsu.net/images/check_mark.png) no-repeat top left;
	border-bottom:2px #c79f62 dotted;
	font-weight:bold;
}
main ul.check li.listend {
	padding-left: 30px;
	margin:4px 10px 50px 10px;
	background: url(https://kisarazu-watanabe-seikotsu.net/images/check_mark.png) no-repeat top left;
	border-bottom:2px #c79f62 dotted;
	font-weight:bold;
}
main ul.check li span {
	font-size: 85%;
	text-align:left;
	padding-left: 0px;
	margin: 0;
	font-weight: normal;
}
/* ul check type-b */
/*---------------------------------------------------------------------------*/
main ul.checkb {
	list-style-type: none;
	font-size: 120%;
	text-align:left;
	margin:0 0 30px;
	padding:0;
}
main ul.checkb li{
	padding-left: 30px;
	margin:4px 20px 15px 30px;
	background: url(https://kisarazu-watanabe-seikotsu.net/images/check_mark.png) no-repeat top left;
	border-bottom:2px #c79f62 dotted;
	font-weight:bold;
}
main ul.checkb li span {
	font-size: 85%;
	text-align:left;
	padding-left: 0px;
	margin: 0;
	font-weight: normal;
}
/* ul decimal */
/*---------------------------------------------------------------------------*/
main ul.decimal{
	text-align:left;
	margin:0 0 50px;
	padding:0;
}
main ul.decimal li {
	text-align:left;
	font-weight:normal;
	list-style-type: decimal;
	margin:0 20px 0 50px;
	padding:0;
}
main ul.decimal li.strong {
	text-align:left;
	list-style-type: decimal;
	margin:0 20px 0 30px;
	padding:0;
	font-weight:bold;
}
main ul.decimal li img {
	text-align:left;
	list-style-type: decimal;
	width: 100%;
}
/* ul none */
/*---------------------------------------------------------------------------*/
main ul.none {
	text-align:left;
	width: 95%;
	margin: 0 5% 0 0;
	padding:0;
}
main ul.none li {
	text-align: left;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding:0;
}
main ul.none li.strong {
	text-align:left;
	list-style-type: none;
	margin: 0;
	padding:0;
	font-weight:bold;
}
main ul.none li.strong ul.normal {
	text-align:left;
	margin:0 0 50px;
	padding:0;
}
main ul.none li.strong ul.normal li {
	text-align:left;
	font-weight:normal;
	list-style-type: disc;
	margin:0 0 0 30px;
	padding:0;
}
/* type inline */
/*---------------------------------------------------------------------------*/
main listbox ul.inline{
	text-align:left;
	font-weight:bold;
	margin:0;
	padding:0;
}
main ul.inline li {
	float:left;
	display:inline-block;
	text-align:left;
	font-weight:normal;
	list-style-type: disc;
	margin:0 0 0 30px;
}
/* type no-chara */
/*---------------------------------------------------------------------------*/
main ul.no-chara {
	text-align:left;
	margin:0 0 50px;
	padding:0;
}
main ul.no-chara li {
	text-align:left;
	margin:0;
	padding:0 0 0 3em;
	text-indent: -2em;
}
main ul.no-chara li span {
	text-align:left;
	margin: 0 1em 0 0;
	padding: 0;
}
main ul.no-chara li strong {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
/* 保険適用範囲 注意事項
---------------------------------------------------------------------------*/
main .consul-spec {
	margin: 0 0 50px;
}
main .consul-spec dl {
	margin-bottom: 50px;
	zoom: 1;
}
main .consul-spec dl:after {
	display: block;
	clear: both;
	content: "";
}
main .consul-spec dl.last {
	margin-bottom: 0;
}
main .consul-spec dl dt {
	display: table;
	float: none;
	width: 100%;
	height: auto;
	padding: 1em 0;
	margin: 0 0 20px;
	text-align: center;
	border: 2px solid #4169e1;
	background-color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
main .consul-spec dl dt {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
main .consul-spec dl dt span {
	display: table-cell;
	vertical-align: middle;
	color: #4169e1;
}
main .consul-spec dl dd {
	float: none;
	width: 100%;
}
main .consul-spec dl dd ul {
	line-height: 2em;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
main .consul-spec dl dd ul li {
	color: #333333;
	margin-top: 10px;
}
main .consul-spec dl dd ul li:first-child {
	margin-top: 0;
}
main .consul-spec dl dd ul li strong {
	color: #4169e1;
}
/* 診察時間
---------------------------------------------------------------------------*/
main ul.daytime {
	font-weight:bold;
	margin:0;
	padding:0;
}
main ul.daytime li {
	margin: 0 0 0 10px;
	list-style-type: none;
	padding: 0 0 0 2em;
	text-indent: -2em;
}
main ul.daytime li span {
	padding: 0 1em 0 0;
	margin: 0;
}
/* 画像
---------------------------------------------------------------------------*/
main img.image_right {
	width: 80%;
	padding: 0;
	margin: 0 10% 10px;
	float: none;
}
main img.image_left {
	width: 80%;
	padding: 0;
	margin: 0 10% 10px;
	float: none;
}
main img.users_photo_right {
	padding:0 30px 0;
	float:right;
}
main .float-img-right {
	float: right;
	width: 45%;
}
/* 位置
---------------------------------------------------------------------------*/
main .center {
	text-align:center;
}
/* 線
---------------------------------------------------------------------------*/
main hr {
	margin:0;
}
main hr.hr10 {
	margin: 10px 0;
	clear: both;
}
	/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
	/* Navigation */
	/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
nav {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 98%;
  text-align: center;
  margin: 0 auto 0;
  padding: 0;
  background: #ffffff;
  left: 0;
}
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
/* menu button only css used */
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* 三本線 */
/*---------------------------------------------------------------------------*/
.menu-btn {
    position: fixed;
    top: 10px;
    left: 10px;
    display: flex;
    height: 50px;
    width: 50px;
	border-radius: 10px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(255,255,255,0.80);
}
.menu-btn:after {
	display: block;
	content:"MENU";
	width:50px;
	margin-top:40px;
	font-size:8px;
	color:#000;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
/*---------------------------------------------------------------------------*/
/* 三本線 -> × */
/*---------------------------------------------------------------------------*/
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
/*---------------------------------------------------------------------------*/
/* メニューの装飾 */
/*---------------------------------------------------------------------------*/
.menu-content {
    width: 96%;
    height: 100%;
    position: fixed;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
    top: 0;
    right: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
	color: #000;
    background-color: rgba(255,255,255,0.95);
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
	margin: 10px 0;
    padding: 50px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #aaa;
    list-style: none;
	text-indent: 1em;
	text-align: left;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000; /*矢印*/
    border-right: solid 2px #000; /*矢印*/
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
/*---------------------------------------------------------------------------*/
/* 子階層 */
.menu-content li ul {
	margin: 0;
	padding: 0;
}
.menu-content li li {
    /*height: 0;*/
	width: 100%;

    border: none;

}
.menu-content li li a {
    border: none;
	border-top: 1px dashed #aaa;
	text-indent: 4em;
}
.menu-content li:hover > ul > li {
    /*height: 3rem;*/
    /*overflow: visible;*/
}

/*---------------------------------------------------------------------------*/
/* ボタン押下で表示 */
/*---------------------------------------------------------------------------*/
#menu-btn-check:checked ~ .menu-content {
    right: 4%;/*メニューを画面内へ*/
}
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
/* slimmenu */
/* tablet sp用メニューバー本体 */
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
.nav {
	position: absolute;
	top: 0;
	left: 1%;
	width: 98%;
	z-index: 100;
	min-width: initial;
	min-width: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border-bottom: 1px solid #4169e1;
}
.menu-collapser {
	text-align: left;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0 0 0 70px;
	color: #aaa;			/* メニューバー文字色 */
	font-size: 16px;
	line-height: 60px;
	background-color: #ffffff;			/* メニューバー背景色 */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
/* tablet sp用メニューバー 展開ボタン */
.collapse-button {
	position: absolute;
	left: 8px;
	top: 50%;
	width: 44px;
	padding: 13px 10px;
	color: #ff0000;
	text-align: center;
	background-color: #ffffff;			/* 丸ボタン背景色 */
	cursor: pointer;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
/* tablet sp用メニューバー 展開ボタンオンマウス */
.collapse-button:hover, .collapse-button:focus {
	background-color: #eeeeee;
}
/* tablet sp用メニューバー 展開ボタン横3本ライン */
.collapse-button .icon-bar {
	display: block;
	height: 3px;
	width: 25px;
	margin: 4px 0;
	color: #ff0000;
	background-color: #0e0e0e;
	border-radius: 10px
}
ul.slimmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	letter-spacing: -1em
}
ul.slimmenu:before, ul.slimmenu:after {
	content: '';
	display: table
}
ul.slimmenu:after {
	clear: both
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li > ul {
	position: static;
	display: none
}
ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .subarea-toggle {
	width:70px;
	height: 70px
}
/* メニュー1階層目 */
ul.slimmenu li {
	width: 100%;
	text-align: left;
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	letter-spacing: 0em;
	border-bottom: 1px #ccc solid;
}
ul.slimmenu li ul {
	margin: 0;
	list-style-type: none
}
/* メニュー2階層目 */
ul.slimmenu li ul li {
	width: 100%;
	background: #eeeeee;
}
ul.slimmenu li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%
}
ul.slimmenu li > ul > li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%
}
ul.slimmenu li a {
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0 0 0 1em;
	text-decoration: none;
	color: #333;
	transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out
}
ul.slimmenu li a:hover {
	text-decoration: none;
	background-color: #f5f0e6;
}
ul.slimmenu li .subarea-toggle {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	width: 70px;
	height: 100%;
	text-align: center;
	cursor: pointer
}
ul.slimmenu li .subarea-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle
}
ul.slimmenu li .subarea-toggle > i {
	display: inline-block;
	color: #333;
	font-size: 18px;
	vertical-align: middle
}
ul.slimmenu > li {
	border-left: 0;
}
ul.slimmenu > li:first-child, ul.slimmenu > li.has-submenu + li {
	border-left: 0;
}
/*---------------------------------------------------------------------------*/
/* table */
/*---------------------------------------------------------------------------*/
.table2 {
	width: 100%;
	margin: 10px 0 50px;
	padding: 0;
	overflow-x: scroll;
}
.ta2 {
	width: 100%;
	min-width: 650px;
	margin: 0;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	text-align: center;
	padding: 10px;
	background-color: rgba(255,255,255,0.4);	/*背景色。左３つの数字でRGB値での色を指定し、最後の小数点の数字で透明度を指定。*/
}
.ta2 td span {
	font-size: 75%;
	padding: 10px;
	background-color: rgba(255,255,255,0.4);	/*背景色。左３つの数字でRGB値での色を指定し、最後の小数点の数字で透明度を指定。*/
}
/*テーブル内の左側*/
.ta2 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);	/*背景色。左３つの数字でRGB値での色を指定し、最後の小数点の数字で透明度を指定。*/
	line-height: 100%;
}
.ta2 th span {
	font-size: 75%;
	padding: 0;
	background-color: rgba(255,255,255,0.4);	/*背景色。左３つの数字でRGB値での色を指定し、最後の小数点の数字で透明度を指定。*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #7a7a7a;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8e8e8e), to(#7a7a7a));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#8e8e8e, #7a7a7a);	/*同上*/
	background-image: linear-gradient(#8e8e8e, #7a7a7a);			/*同上*/
	color: #fff;	/*文字色*/
}
/*テーブルのキャプション設定*/
.ta2 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
/* footer設定 */
/*---------------------------------------------------------------------------*//*---------------------------------------------------------------------------*/
footer {
	color: #fff;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 15px 0;
	background: #4169e1;
	margin: 0;
}
footer h4 {
	font-size: 15px;
	color: #fff;
	background: #333333;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px;
	padding: 0 0 5px
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #fff;
}
/*---------------------------------------------------------------------------*/
/* widgets */
footer .widgets {
	color: #ffffff;
	background: #333333;
	margin: 35px 0 10px
}
footer .widgets .sub {
	text-align: center;
	width: 98%;	/*ボックス幅*/

	padding: 0;
	margin: 0 auto 0px;
}
/*---------------------------------------------------------------------------*/
/* information */
footer .widgets .sub .information {
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	display: inline-block;
	width: 90%;	/* smart style */

	height: auto;

	margin: 5px auto;
	padding: 0;
}
footer .widgets .sub .information ul {
	padding: 0;
	list-style: none;
}
footer .widgets .sub .information ul li.home {
	text-align: left;
	list-style: none;
	background: url("https://kisarazu-watanabe-seikotsu.net/images/icon_home.png") no-repeat top left;
	margin: 0;
	padding: 0 0 20px 40px;
}
footer .widgets .sub .information ul li.addr {
	text-align: left;
	list-style: none;
	background: url("https://kisarazu-watanabe-seikotsu.net/images/icon_addr.png") no-repeat top left;
	margin: 0;
	padding: 0 0 20px 40px;
}
footer .widgets .sub .information ul li.addr strong {
	color: #ffffff;
}
footer .widgets .sub .information ul li.tel {
	text-align: left;
	list-style: none;
	background: url("https://kisarazu-watanabe-seikotsu.net/images/icon_tel.png") no-repeat top left;
	margin: 0;
	padding: 0 0 20px 40px;
}
footer .widgets .sub .information ul li.tel strong {
	color: #ffffff;
}
footer .widgets .sub .information ul li.tel a {
	color: #fff;
}
footer .widgets .sub .information ul li.tel a:hover {
	color: #f8b62d;
	text-decoration: underline
}
footer .widgets .sub .information ul li.director {
	text-align: left;
	list-style: none;
	background: url("https://kisarazu-watanabe-seikotsu.net/images/icon_director.png") no-repeat top left;
	margin: 0;
	padding: 0 0 20px 40px;
}
footer .widgets .sub .information ul li.director strong {
	color: #ffffff;
}
/*---------------------------------------------------------------------------*/
/* roadmap */
footer .widgets .sub .roadmap {
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	display: inline-block;
	width: 90%;	/* smart style */

	height: auto;
	margin: 5px auto;
}
footer .widgets .sub .roadmap iframe {
	margin: 0 0 3em;
	border: 0;
}
footer .widgets .sub .roadmap ul li.train {
	text-align: left;
	list-style: none;
	background: url("https://kisarazu-watanabe-seikotsu.net/images/icon_train.png") no-repeat top left;
	margin: 0;
	padding: 0 0 20px 40px;
}
footer .widgets .sub .roadmap ul li.train strong {
	color: #ffffff;
}
footer .widgets .sub .roadmap ul li.parking {
	font-size: 14px;
	text-align: left;
	list-style: none;
	background: url("https://kisarazu-watanabe-seikotsu.net/images/icon_parking.png") no-repeat top left;
	margin: 0;
	padding: 0 0 20px 40px;
}
footer .widgets .sub .roadmap ul li.parking strong {
	color: #ffffff;
}
footer .widgets .sub .roadmap iframe {
	width: 90%;
}
/*---------------------------------------------------------------------------*/
/* sitemap */
footer .widgets .sub .sitemap {
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	display: inline-block;
	width: 90%;	/* smart style */

	height: auto;
	margin: 5px auto;
}
footer .widgets .sub .sitemap ul {
	padding: 0;
	list-style: none;
}
footer .widgets .sub .sitemap ul li {
	text-align: left;
	list-style: disc;
	margin: 0 0 0 30px;
	padding: 0;
}
footer .widgets .sub .sitemap ul li span {
	margin: 0 0 0 1em;
}
footer .widgets .sub .sitemap ul li a {
	color: #fff;
}
footer .widgets .sub .sitemap ul li a:hover {
	color: #f8b62d;
	text-decoration: underline
}

/*---------------------------------------------------------------------------*/
/* PAGE TOP設定 */
/*---------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 45px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	opacity: 0.75;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
.clearplus {
	clear: both;
	margin:0 0 50px;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #86a47d;
}
.color2 {
	color: #FF0033;
}
.pr {
	font-size: 10px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
	margin: 0;
	padding: 0;
	background: rgba(204, 231, 255, 0.28);
}
.cend {
	text-align: center;
	margin: 0 0 50px;
	padding: 0;
}

.c img {
	margin: 5px;
	padding: 0;
}

.fortbsp {
	margin: 0 auto 0;
	width: 100%;
	max-width: 320px;
	padding: 0;
}
p.fortbsp {
	display: block;
	font-size: 80%;
}

iframe {
	width: 100%;
	margin: 0 0 50px;
}
