#main,
#news,
#info_01,
#info_02,
#info_03

/*,#info_03_01,#info_03_02,#info_03_03,#info_03_04,#info_03_05*/
,
#info_04,
#access {
	overflow: hidden;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ui-header .ui-title,
/* header */
.ui-footer .ui-title,
/* footer */
.ui-btn-inner,
/* button */
.ui-li-heading,
/* listview heading */
.ui-li .ui-btn-text a.ui-link-inherit,
/* listview link */
.ui-li-desc

/* listview description */
	{
	overflow: visible;
	white-space: normal;
}

.ui-footer {
	padding-bottom: 50px;
}

.ui-body-e {
	background: #CCC;
	background-image: -moz-linear-gradient(top, #FFF, #CCC);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #CCC));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFF', EndColorStr='#CCC')";
}

body,
th,
tr,
td,
p {
	font-family: "Hiragino Kaku Gothic Pro", "HG�p�S�V�b�NM-PRO", "�l�r �o�S�V�b�N", "Osaka", sans-serif;
}

div#map {
	width: 85%;
	height: 400px;
	border: 4px solid white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.white_space {
	white-space: nowrap;
}

.top_img {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.top_info_table {
	margin-top: 10px;
	margin-bottom: 5px;
}

.top_info_table table {
	padding: 5px;

}

.top_info_table td {
	padding: 3px 0px;
	line-height: 1.3em;
	font-size: 14px;
}

.top_info_table td:first-of-type {
	text-align: left;
	padding-left: 5px;
}

.top_info_table_com {
	margin-bottom: 20px;
}

.top_info_table_com p {
	font-size: 13px;
	margin: 0px;
}

.top_table_attention ul li {
	list-style-position: inside;
	list-style-type: disc;

}

.ui-content .h1 {
	color: #545454;
	font-size: 17px;
	text-shadow: 1px 0 0 #FFF;
}

.m_info_02_text {
	text-align: center;
}

.access_text {
	text-align: left;
}

.kansen li p{
	text-indent: -0.5em;
    padding-left: 1em;
	margin: 0 0 5px;
}

.kansen li p span{
	text-indent: -0.5em;
font-size: 8px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

table,
td {
	border: 1px solid #CCC;
	background-color: #FFF;
	font-size: 14px;
	line-height: 1.5em;
}

td {
	padding: 10px;
}

.text_box {
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5em;
}

#news_area {
	width: 92%;
	height: 150px;
	padding: 0 4% 4%;
	overflow-y: scroll;
}

.oshirase_date {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 12px;
}

.qr_box {
	vertical-align: top;
	height: 135px;
	width: 135px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
}

.qr_size {
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 20px;
}

/* 画面下部追従ボタン */

.under_btn {
	width: 100%;
	height: 52px;
	position: fixed;
	bottom: 0;
	display: -webkit-box;
	display: flex;
	z-index: 100;

}

.under_btn li {
	width: 20%;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #299294;
	background: #c4f9fb;
	background-image: -moz-linear-gradient(top,
			#c4f9fb,
			#8fe3e8);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c4f9fb), color-stop(1, #8fe3e8));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c4f9fb', EndColorStr='#8fe3e8')";
}

.under_btn li:last-of-type {
	border-right: none;
	/* background: #00c9ce;
	background-image: -moz-linear-gradient(top,
							#FBC910,
							#F6AE06);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 		#FBC910),
		color-stop(1, 		#F6AE06));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF9F1A', EndColorStr='#f98508')"; */
}


/* 各ボタンごとに色を変更した場合 */
/* .under_btn li#yoyaku {
	background-color: #ea3656;
}
.under_btn li#monshin {
	background-color: #00c9ce;
}

.under_btn li#denwa {
	background-color: #f0b900;
}

.under_btn li#u_acc {
	background-color: #ED1370;
}

.under_btn li#top {
	background-color: #F39C00;
} */

.under_btn li a {
	padding-top: 30px;
	display: block;
	text-decoration: none;
	color: #333;
    text-shadow: 0 1px 1px #ffffff;
	position: relative;
}
/* .under_btn li a img {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
} */

.under_btn li a:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: drop-shadow(0 1px 1px #ffffff);
}

/* 角ボタンのアイコン↓ */
.under_btn li#yoyaku a:before {
	background-image: url(../img/i_yoyaku.svg);
}

.under_btn li#monshin a:before {
	background-image: url(../img/i_monshin.svg);
}

.under_btn li#denwa a {
	font-size: 16px;
	padding-top: 28px;
}

.under_btn li#denwa a:before {
	background-image: url(../img/i_denwa.svg);
}

.under_btn li#u_acc a:before {
	background-image: url(../img/i_u_acc.svg);
}


.under_btn li#top a:before {
	background-image: url(../img/i_top.svg);
}




/* B
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-e {
	border: 1px solid #F39C00;
	background: #F39C00;
	color: #fff;
	text-shadow: 0 1px 0 #f37c00;
	background-image: -moz-linear-gradient(top,
			#F39C00,
			#f37c00);
	background-image: -webkit-gradient(linear, left top, left bottom,
			color-stop(0, #F39C00),
			color-stop(1, #f37c00));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00a86c', EndColorStr='#008857')";
}

.ui-bar-e,
.ui-bar-e input,
.ui-bar-e select,
.ui-bar-e textarea,
.ui-bar-e button {
	font-family: Helvetica, Arial, sans-serif;
}

.ui-bar-e .ui-link-inherit {
	color: #333;
}

.ui-bar-e .ui-link {
	color: #f45985;
	font-weight: bold;
}

.ui-body-e {
	border: 1px solid #AE9D7B;
	color: #333333;
	/*	text-shadow: 0 1px 0 	#fff;
*/
	background: #FAF4E4;
	background-image: -moz-linear-gradient(top,
			#FAF4E4,
			#efe8d6);
	background-image: -webkit-gradient(linear, left top, left bottom,
			color-stop(0, #FAF4E4),
			color-stop(1, #efe8d6));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FAF4E4', EndColorStr='#efe8d6')";
}

.ui-body-e,
.ui-body-e input,
.ui-body-e select,
.ui-body-e textarea,
.ui-body-e button {
	font-family: Helvetica, Arial, sans-serif;
}

.ui-body-e .ui-link-inherit {
	color: #333333;
}

.ui-body-e .ui-link {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

.ui-link:hover {
	color: #00a86c;
}

.ui-btn-up-e {
	border: 1px solid #F6AE06;
	background: #FBC910;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 1px 0 #926703;
	background-image: -moz-linear-gradient(top,
			#FBC910,
			#F6AE06);
	background-image: -webkit-gradient(linear, left top, left bottom,
			color-stop(0, #FBC910),
			color-stop(1, #F6AE06));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF9F1A', EndColorStr='#f98508')";
}

.ui-btn-up-e.btn_blue {
	border: 1px solid #5dd7da;
	background: #c4f9fb;
	font-weight: bold;
	color: #333333;
	text-shadow: 0 1px 0 #fff;
	background-image: -moz-linear-gradient(top,
			#c4f9fb,
			#8fe3e8);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c4f9fb), color-stop(1, #8fe3e8));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c4f9fb', EndColorStr='#8fe3e8')";
}

.ui-btn-up-e a.ui-link-inherit {
	color: #FFF;
}

.ui-btn-hover-e {
	border: 1px solid #f98508;
	background: #f27800;
	font-weight: bold;
	color: #111;
	text-shadow: 0 1px 1px #fff;
	background-image: -moz-linear-gradient(top,
			#fd8a0e,
			#f27800);
	background-image: -webkit-gradient(linear, left top, left bottom,
			color-stop(0, #fd8a0e),
			color-stop(1, #f27800));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fd8a0e', EndColorStr='#f27800')";
}

.ui-btn-hover-b a.ui-link-inherit {
	color: #333;
}

.ui-btn-down-b {
	border: 1px solid #9C7162;
	background: #855f52;
	font-weight: bold;
	color: #111;
	text-shadow: 0 1px 1px #ffffff;
	background-image: -moz-linear-gradient(top,
			#a40035,
			#e3618b);
	background-image: -webkit-gradient(linear, left top, left bottom,
			color-stop(0, #a40035),
			color-stop(1, #e3618b));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#a40035', EndColorStr='#e3618b')";
}

.ui-btn-down-b a.ui-link-inherit {
	color: #333;
}

.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}




/* �g�b�v���j���[�{�^���̐F */
/*.ui-btn-up-c {
	background-image: -moz-linear-gradient(top, #fdfdfd, #eeeeee);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fdfdfd), color-stop(1,#eeeeee));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee')";
}

.ui-btn-hover-c a.ui-link-inherit,
.ui-btn-down-c a.ui-link-inherit {
	color: 					#333;
}
.ui-btn-up-c a.ui-link-inherit {
	color: 					#333;
	text-shadow: 0 1px 1px 	#ffffff;
}*/

/* �g�b�v���j���[�{�^���̐F */
.ui-btn-up-c {
	background-image: -moz-linear-gradient(top, #FDEECA, #FCDE98);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDEECA), color-stop(1, #FCDE98));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FDEECA', EndColorStr='#FCDE98')";
}

.ui-btn-hover-c {
	background-image: -moz-linear-gradient(top, #FCDE98, #FBCE66);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCDE98), color-stop(1, #FBCE66));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FCDE98', EndColorStr='#FBCE66')";
}


.ui-btn-hover-c a.ui-link-inherit,
.ui-btn-down-c a.ui-link-inherit {
	color: #333;
}

.ui-btn-up-c a.ui-link-inherit {
	color: #333;
	text-shadow: 0 1px 1px #ffffff;
}

/* �I���W�i��*/

.ope_list {
	list-style: none;
	margin-left: -40px;
}

ul.ope_list li:before {
	content: "\25cf";
	color: #5B0301;
	font-size: 1.2em;
	margin-right: 2px;
}

.text_orange {
	color: #ff8400;
}

.text_brown {
	color: #5B0201;
}

.text_red {
	color: #ff0000;
}

.text_pink {
	color: #F14F69;
}

.text_lblue {
	color: #39C7CB;
}

.text_blue {
	color: #005AAC;
}

.text_dblue {
	color: #0A477F;
}

.text_yellow {
	color: #FFC900;
}

.text_green {
	color: #00a86c;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.left {
	float: left;
}

.right {
	float: right;
}

.base_ivory {
	background: #F8F7EF;
}

.base_brawn {
	background: #8B7B64;
	color: #FFF;
	text-shadow: none;
}

.base_ivory2 {
	background: #EFECDA;
}

.base_gold {
	background: #F2BC3F;
}

.base_red {
	background: #AA4749;
	text-shadow: none;
	color: #FFF;
}

.base_brown {
	background: #AA4749;
}

.base_yellow {
	background: #FDD54D;
}

.base_yellow2 {
	background: #FEF3CC;
}

.base_gray {
	background: #EAEAEA;
}

.base_gray2 {
	background: #999999;
}

.base_blue {
	background: #39C7CB;
}

.base_blue2 {
	background: #CFF1F3;
	/*color:#5C4F38; text-shadow:none; font-weight:bold;*/
}

.base_sand {
	background: #F9F6E7;
}

.base_green {
	background: #00aa68;
	color: #FFF;
	text-shadow: none;
}

.base_orange {
	background: #F39C00;
	color: #FFF;
	text-shadow: none;
}


.back_ivory {
	background: #F8F7EF;
	padding: 5px 5px;
	border: 1px solid #EDEAD6;
}

.back_gray {
	background: #F1F1F1;
	padding: 5px 5px;
	border: 1px solid #E1E1E1;
}

.base_gray {
	background: #F1F1F1;
	padding: 9px;
	border: 1px solid #E1E1E1;
}

.bgred {
	text-shadow: none;
	background: #A73E4D;
	color: #FFF;
	display: block;
	width: 95%;
	padding-top: 2px;
	padding-left: 5%;
}

.tab_box {
	text-shadow: none;
	display: block;
	background-color: #F28C00;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	padding: 4px 0 1px;
	color: #FFF;
}

.border_box {
	display: block;
	border: 2px solid #F28C00;
	padding: 10px;
}

.back_gray ul {
	padding: 0;
	width: 90%;
	margin: 0 auto;
}

.back_gray ul li {
	padding: 7px 0;
	list-style-type: none;
	display: block;
}

a.redbtn {
	display: block;
	width: 100%;
	text-shadow: none;
	text-decoration: none;
	padding: 10px 0 7px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #A2002B), color-stop(0.00, #8F0020));
	background: -webkit-linear-gradient(top, #8F0020 0%, #A2002B 88%);
	background: -moz-linear-gradient(top, #8F0020 0%, #A2002B 88%);
	background: -o-linear-gradient(top, #8F0020 0%, #A2002B 88%);
	background: -ms-linear-gradient(top, #8F0020 0%, #A2002B 88%);
	background: linear-gradient(to bottom, #8F0020 0%, #A2002B 88%);

	border-radius: 18px;
	border: 1px solid #6d031b;
}

a.redbtn:hover {
	background: #E6BCBD;
	color: #D23F59;
}

.back_gray ul li.line_top {
	border-top: #F9F9F9 1px solid;
}

.back_gray ul li.line_bottom {
	border-bottom: #D2D2D2 1px solid;
}

.back_gray ul li:before {
	content: "\25cf";
	color: #A73E4D;
	font-size: 20px;
	margin-right: 5px;
}




.bace_orange {
	background: #FFCC89;
}

.w100 {
	max-width: 100%;
	height: auto;
}

.w40 {
	width: 49%;
	margin-left: auto;
	margin-right: auto;
}

h4 {
	margin: 0;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: -5px;
}

.h4_brown {
	background: #FCF7D6;
	border-bottom: 2px solid #4A92D7;
	border-radius: 5px;
	padding: 7px 5px 3px;
	color: #013797;
	font-weight: bold;
}


.border_gray {
	border: #ccc 1px solid;
}

.top5 {
	margin-top: 5px;
}

.top10 {
	margin-top: 10px;
}

.top15 {
	margin-top: 15px;
}

.top20 {
	margin-top: 20px;
}

.top25 {
	margin-top: 25px;
}

.top30 {
	margin-top: 30px;
}

.top80 {
	margin-top: 80px;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom25 {
	margin-bottom: 25px;
}

.bottom30 {
	margin-bottom: 30px;
}

.right5 {
	margin-right: 5px;
}

.right10 {
	margin-right: 10px;
}

.right15 {
	margin-right: 15px;
}

.right20 {
	margin-right: 20px;
}

.right25 {
	margin-right: 25px;
}

.right30 {
	margin-right: 30px;
}

.left5 {
	margin-left: 5px;
}

.left10 {
	margin-left: 10px;
}

.left15 {
	margin-left: 15px;
}

.left20 {
	margin-left: 20px;
}

.left25 {
	margin-left: 25px;
}

.left30 {
	margin-left: 30px;
}

.text_center {
	text-align: center;
}

img .w80 {
	height: auto;
	min-width: 30%;
	max-width: 30%;
}


.in_banner {
	background: #65B7DD;
	text-align: center;
	display: block;
	padding: 5px 0;
	border-radius: 5px;
	text-shadow: none;
	text-decoration: none;
}

.in_banner:hover {
	background: #197AA7;
}

.radius {
	border-radius: 5px;
	padding: 7px 10px;
	background: #EEF9FF;
}

.rinen_top {
	background: #C0DEF6;
	color: #1B489D;
	text-align: center;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 7px 0;
}

.rinen_bottom {
	background: #FFF;
	padding: 7px 10px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	text-align: center;
}

.konna th,
.konna td {
	padding: 5px 10px;
}

.konna td {
	padding: 10px 10px;
}

.decimal1,
.decimal2,
.decimal3,
.decimal4,
.decimal5 {
	padding-left: 30px;
	display: block;
	position: relative;
}


.w100 {
	max-width: 100%;
}

.apl {
	text-decoration: none;
	display: block;
	width: 98%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ed7f14), color-stop(0.00, #e55a00));
	background: -webkit-linear-gradient(#EA3556, #D61639);
	background: -moz-linear-gradient(#EA3556, #D61639);
	background: linear-gradient(#EA3556, #D61639);
	padding: 15px 0;
	text-align: center;
	color: #FFF !important;
	border-radius: 7px;
	text-shadow: none;
	margin: 0 auto 20px;
}

.apl:hover {
	background: #EF637D;
}

.in_title {
	background: #F39C00;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0 auto 10px;
	padding: 8px 0 4px;
	text-align: center;
	text-shadow: none;
	width: 200px;
}

.new {
	position: relative;
	color: #FFF;
	background: #B60000;
	border-radius: 4px;
	text-shadow: none;
	width: 40px;
	padding: 1px 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.3em;
	float: left;
	margin-left: 6px;
}

.new:before {
	content: "";
	border: 3px solid transparent;
	border-right-color: #B60000;
	display: block;
	position: absolute;
	left: -6px;
	top: 6px;
}

.news_title {
	color: #333;
	float: left;
	font-weight: bold;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */

.left {
	float: left;
}

.right {
	float: right;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.title_kadomaru,
.title_kadomaru2 {
	background: #00925E;
	border-radius: 10px;
	padding: 2px 0 0;
	text-align: center;
	color: #FFF;
	width: 30%;
	text-shadow: none;
	margin-bottom: 5px;
	display: block;
	position: absolute;
	top: -14px;
	left: 5px;
}

.title_kadomaru2 {
	width: 80%;
}

.habahiro th {
	padding: 7px 0;
}

.habahiro td {
	padding: 10px 13px;
}


.kakomi_orange {
	border-radius: 5px;
	border: 3px solid #00925E;
	padding: 20px 15px 7px;
	position: relative;
}

.num,
.num2 {
	padding: 0;
	margin: 0;
	list-style: none;
}

.num li,
.num2 li {
	margin: 10px 0;
	border-bottom: 1px dashed #DADADA;
	padding: 5px 0 5px 50px;
	display: block;
	position: relative;
}

.num2 dl {
	margin-left: 35px;
}

.num2 li {
	border-bottom: none;
	margin-bottom: 10px;
	padding: 15px 0 5px 35px !important;
	border-top: 1px dashed #ACACAC;
}

.num2 li:first-child {
	border-top: none;
}

.num li:nth-last-child(1) {
	border-bottom: none;
}

.num li:before,
.num2 li:before {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 39px;
	font-size: 23px;
	color: #FFF;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.num2 li:before {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 29px;
	top: 10px;
}

.num li:nth-child(1):before,
.num2 li:nth-child(1):before {
	content: "\31";
	background: #F14F69;
}

.num li:nth-child(2):before,
.num2 li:nth-child(2):before {
	content: "\32";
	background: #70D9DE;
}

.num li:nth-child(3):before,
.num2 li:nth-child(3):before {
	content: "\33";
	background: #FECC00;
}

.num li:nth-child(4):before,
.num2 li:nth-child(4):before {
	content: "\34";
	background: #F33482;
}

.num li:nth-child(5):before,
.num2 li:nth-child(5):before {
	content: "\35";
	background: #F39C00;
}

.num li:nth-child(6):before,
.num2 li:nth-child(6):before {
	content: "\36";
	background: #F14F6;
}

.num2 li:nth-child(7):before,
.num2 li:nth-child(7):before {
	content: "\37";
	background: #70D9DE;
}

.num2 li:nth-child(8):before {
	content: "\38";
}

/*.num2 li:nth-child(odd):before{background:#ffce1b}
.num2 li:nth-child(even):before{background:#00a86c}*/
.kinoukyouka {
	padding: 10px;
}

.kinoukyouka dt {
	margin-bottom: 8px;
	background-color: #FEF3CC;
	padding: 5px;
}

.kinoukyouka dd {
	margin: 0;
	text-indent: -0.5em;
	padding-left: 1em;
}

.sessyu .base_yellow {
	padding: 10px 0;
}




.banner01 {
	display: block;
	background: #FF981B;
	background-image: -moz-linear-gradient(top, #ffc384, #ff981b);
	background-image: -ms-linear-gradient(top, #ffc384, #ff981b);
	background-image: -o-linear-gradient(top, #ffc384, #ff981b);
	background-image: -webkit-linear-gradient(top, #ffc384, #ff981b);
	background-image: linear-gradient(top, #ffc384, #ff981b);
	padding: 7px 10px 5px;
	border-radius: 13px;
	border: #FF721A 1px solid;
	color: #FFF !important;
	text-decoration: none !important;
	text-align: center;
	text-shadow: none;
}

.banner01:hover {
	background-image: -moz-linear-gradient(top, #ff981b, #ffc384);
	background-image: -ms-linear-gradient(top, #ff981b, #ffc384);
	background-image: -o-linear-gradient(top, #ff981b, #ffc384);
	background-image: -webkit-linear-gradient(top, #ff981b, #ffc384);
	background-image: linear-gradient(top, #ff981b, #ffc384);
}

.sinryoi {
	text-align: center;
}

.sinryoi th {
	border: 1px solid #DADADA;
}

.sinryoi .hei {
	padding: 8px 0 6px;
}

.sinryoi .base_yellow {
	padding: 8px 0 6px;
}

.title_dashed {
	border-left: 5px solid #666666;
	padding: 7px 10px 2px;
	border-bottom: 1px dashed #666666;
	font-weight: bold;
	margin-bottom: 10px;
	background: #F1F1F1;
}

.hoslist {
	padding: 0;
	margin: 0;
	list-style: none;
}

.hoslist li {
	padding: 0;
	display: block;
	position: relative;
	padding-left: 15px;
	margin: 5px 0;
}

.hoslist li:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left-color: #FFF;
	position: absolute;
	top: 7px;
	left: 1px;
	z-index: 10;
}

.hoslist li:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #298DC1;
	position: absolute;
	left: -4px;
	top: 4px;
	z-index: 9;
}

.bd_top {
	border-top: 1px dashed #DADADA;
	padding: 10px 0;
}

.title_pastel {
	background: #0A477F;
	border: 1px solid #063D6F;
	color: #FFF;
	text-shadow: none;
	font-weight: normal;
	padding: 5px 0 3px;
}

.li_gray {
	display: block;
	padding-left: 0;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background: #F6F6F6;
	padding: 10px 10%;
	border-radius: 2px;
	border: 1px solid #C0C0C0;
}

.li_gray>li {
	display: block;
	position: relative;
	border-top: 1px solid #C0C0C0;
	padding: 8px 0 6px 18px;
}

.li_gray>dl {
	padding-bottom: 5px;
	padding-left: 19px;
}

.li_gray>li:first-child {
	border-top: none;
}

.li_gray>li:before {
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 13px;
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	background: #ff9f1a;
}


.li_orange {
	display: block;
	padding-left: 0;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10%;
}

.li_orange>li {
	display: block;
	position: relative;
	padding: 8px 0 6px 18px;
}

.li_orange>li:before {
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 13px;
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	background: #ff9f1a;
}


.hukidashi>p {
	padding: 3px 10px 0;
}

.hukidashi2>p {
	padding: 3px 10px 0;
}

.hukidashi>p:first-child {
	padding-bottom: 10px;
}

.hukidashi2>p:first-child {
	padding-bottom: 10px;
}

.hukidashi>h4 {
	text-align: center;
	padding: 7px 0 7px;
	background: #F39C00;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	position: relative;
	margin-bottom: 12px;
}

.hukidashi2>h4 {
	text-align: center;
	padding: 7px 0 7px;
	background: #FECC00;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	position: relative;
	margin-bottom: 12px;
}

.hukidashi>h4:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 11px transparent solid;
	border-top-color: #F39C00;
	bottom: -20px;
	left: 46.5%;
}

.hukidashi2>h4:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 11px transparent solid;
	border-top-color: #FECC00;
	bottom: -20px;
	left: 46.5%;
}

.title_mark {
	background: linear-gradient(transparent 40%, #8FE292 40%);
	padding: 0 3px;
}

.li_line {
	display: block;
	padding-left: 0;
	margin-left: 0;
}

.li_line>li {
	display: block;
	position: relative;
	list-style: none;
	margin: 15px 0;
	padding: 15px 0 0 15px;
	border-top: 1px dashed #B7B7B7;
}

.li_line>li:first-child {
	border-top: none;
	margn-top: 0;
}

.li_line>li:before {
	content: "";
	background: #C3C3C3;
	width: 5px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}

.pcbtn {
	margin-top: -10px;
}

.caption {
	margin-top: -10px;
	text-align: left;
}


/*-----�@���̃u���O�ǉ�---*/

.w100 {
	width: 100%;
}

dl#day {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
}

dl#day span.newMark {
	position: relative;
	top: 3px;
	margin-left: 5px;
}

dl#day dd {
	margin-left: 0;
	margin-top: 5px;
	position: relative;
	padding-left: 15px;
}

dl#day dd:before {
	background: url(../../img/story/story_allow.png) no-repeat;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

#blog_in h3 {
	font-size: 14px;
	font-weight: normal;
}

#blog_in dt#title {
	font-size: 18px;
	font-weight: bold;
	color: #F39C00;
	margin-bottom: 10px;
}

#blog_in dd {
	margin-left: 0;
	line-height: 1.8em;
}

/* Pager style�i�O�����j */
.pager {
	text-align: center;
	padding: 10px;
	clear: both;
	margin-top: 20px;
}

/*�y�[�W���[�{�^��*/
.pager a {
	color: #333;
	font-size: 12px;
	padding: 12px 6px 12px;
	text-decoration: none;
	margin: 0 4px;
	background: #efefef;
}

/*���݂̃y�[�W�̃{�^��*/
.pager a.current {
	background: #F39C00;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.pager a:hover {
	background: #F39C00;
	color: #fff;
}

.overPagerPattern {
	padding: 0 2px;
}

/* /Pager style */

.sub_text {
	font-size: 13px;
	font-weight: normal;
	text-shadow: none;
}

.influenza_bg {
	background: #50d4db;
	border: 1px solid #2fabb2;
	text-shadow: 0 1px 0 #19787d;
	background-image: -moz-linear-gradient(top, #50d4db, #2fabb2);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50d4db), color-stop(1, #2fabb2));
}

.btn_wrap_sp {
	margin: 10px 0;
	line-height: 1;
}

.btn_wrap_sp .ui-btn-inner {
	padding: .5em 25px;
}

.w95 {
	padding: 10px 30px;
	box-sizing: border-box;
}

.ui-content {
	padding-top: 5px;
}

.h85.btn_wrap_sp .ui-btn-inner {
	padding: 20px 25px;
}

.height_sml .ui-title {
	margin: .4em 20px !important;
}

.ui-btn {
	margin: 0em 5px;
}
.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.gyoseki_dt {
	height: 28px;
	background-color: #FCC300;
	color: #fff;
	text-align: center;
	line-height: 28px;
	/* padding: 0 17px; */
}

.gyoseki_lead {
	margin-top: 20px;
}

.gyoseki_dl {
	margin: 20px 0 0;
}

.gyoseki_dd {
	margin: 20px 0 0;
}

.gyoseki_item {
	padding-left: 17px;
	position: relative;
	line-height: 1.3;
}

.gyoseki_item::before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #39a9cb;
	position: absolute;
	top: 4px;
	left: 0;
}

.gyoseki_item:not(:last-child) {
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 13px;
}

.gyoseki_dd+.gyoseki_dt {
	margin-top: 25px;
}

.gyoseki_item_in {
	display: block;
	margin-top: 4px;
}

.gyoseki_item_sml {
	color: #777;
	display: block;
	margin-top: 2px;
}

.mynumber_dt {
	height: 28px;
	background-color: #FCC300;
	color: #fff;
	text-align: center;
	line-height: 28px;
}

.mynumber_dd {
	margin: 20px 0 0;
}

.mynumber_item {
	padding-left: 17px;
	position: relative;
	line-height: 1.3;
}

.mynumber_item::before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #39a9cb;
	position: absolute;
	top: 4px;
	left: 0;
}

.mynumber_item:not(:last-child) {
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 13px;
}

.gnav_acc_sml {
	font-size: 15px;
}

.gnav_acc_sml span span {
	white-space: nowrap;
}

.bango_list {
    counter-reset: li;
}

.bango_list li {
    display: flex;
    align-items:flex-start/*center*/;
    padding: .3em;
}

.bango_list li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #24abbc;
    color: #fff;
    /*font-weight: bold;*/
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
	/*margin-top: 5px;*/
}