@charset "utf-8";
@media screen and (max-width:640px){
img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
#container{
width:100%;
}

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

1.property reset,tool
2.Layout
3.toppage
4.header
5.footer
6.Global Navigation
7.text format
8.basic class
9.heading
10.list format
11.table format
12.Photo Gallery
13.additional format
14.kenko support

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


/**************************
1.property reset,tool
**************************/

*{
	margin:0;
	padding:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}


html{
	overflow-y: scroll;
}

body {
	line-height: 1;
}
	
html,body {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 62.5%; /* font-size 1em = 10px */
	color:#333333;
	}
	
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


img {
	border:0;
}

form {
	display: inline;
}

.sp {
	font-size: 1.4rem;
    color: #ff0000;
    margin: 0 10px 0;
}


/***clearfix***/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix { zoom: 1;}


/**************************
2.Layout
**************************/
body {
	background:#faf9f5 url(images/bg_body.jpg) repeat-x left top;
}

body , html {  
    height: 100%;
}

#WRAPPER {
/*width: 990px;*/
	width: 99%;
    position: relative;
    height: auto !important;   
    height: 100%;
    min-height: 100%;
	margin:0 auto;
	background-color: #fff;
}
	


#contentsFrame {
	/*width:950px;*/
	margin: 0 10px;
	padding-bottom:0;
	overflow:hidden;
}

#sub {
	width:220px;
	float:none;
	margin: 0;
	display: inline;
}

#sub #banners p{
	margin:0 0 10px;
	text-align:center;
	font-size:1.4rem;
}

#sub p.nameSmall {
	margin:20px 0 0 0;
	padding:0;
	line-height:43px;
}

#sub #addressArea {
	/*width:220px;*/
	padding:1px 0 0 0;
	font-size:1.4rem;
	background-color:#003366;
}


#sub #addressArea h3 {
	margin: 7px;
	text-align:center;
}

#sub #addressArea p.ban{
	margin: 7px 7px 20px;
}

#sub #addressArea p{
	margin: 12px;
	text-align:center;
	color:#fff;
}


#sub #addressArea p.midashi {
	color:#039;
	font-weight:bold;
	margin-top:10px;
}

#sub #addressArea a{
color: #fff;
}

#sub p.addressBottom {
	margin:0;
	line-height:15px;
	background:url(images/addressBottom.gif) no-repeat 5px bottom;
}

#main {
	/*width:700px;
	/*float:right;*/
	margin:0;
	display: inline;
}

.section-lv2{
	margin: 0 0 40px;
	overflow:hidden;
}



/**************************
3.toppage
**************************/


.ban_left{
	/*float:left;
	width:340px;*/
	margin-bottom:10px;
}

.ban_right{
	/*float:right;
	width:340px;*/
}

.ban_left p,
.ban_right p{
	margin:0;
}



/**************************
4.header
**************************/


/***Global Navigation****/

#nav_global {
	display:none;
	clear: both;
	padding: 0;
	margin: 0 auto;
}

#nav_global2{
	position: absolute;
	z-index:99;
	width:100%;
}

#nav_global2 div{
	background: #003366;
	border-bottom:1px solid #FFF;
	color:#FFF;
	width:100%;
	padding:10px 0;
	margin-bottom:0;
	text-align:center;
}

#nav_global2 div a{
	color:#FFF;
	text-decoration:none;
}


#nav_global2 ul#menu { 
	display:none;
	text-decoration:none;
}

#nav_global2 ul#menu a { 
	text-decoration:none;
}

#nav_global2 ul#menu li.nav1 a p,
#nav_global2 ul#menu li.nav2 a p,
#nav_global2 ul#menu li.nav3 a p,
#nav_global2 ul#menu li.nav4 a p,
#nav_global2 ul#menu li.nav5 a p,
#nav_global2 ul#menu li.nav6 a p,
#nav_global2 ul#menu li.nav7 a p
{
	background: #0099ff;
	border-bottom:1px solid #FFF;
	color:#FFF;
	padding:10px 0;
	margin:0;
	text-align:center;
	text-decoration:none;
	width:100%;
	}


#nav_global2 ul#menu li a:hover {
	background-color: transparent;
	text-decoration:none;
}


.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  background: transparent;
  outline: none; 
  font-weight:600;
  font-size: 1.2rem;
}
  
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 3px;
  width: 30px;
  border-radius: 2.85714px;
  background: #FFF;
  position: relative; }
  
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 3px;
 	width: 20px;
    border-radius: 2.85714px;
    transition: 0.3s;
    background: #FFF;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  
  .tcon-menu__lines::before {
    top: 8px; }
  
  .tcon-menu__lines::after {
    top: -8px; }
  
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8); }
	
/***Global Navigationここまで***/
	
	
	
#header {
	/*height:240px;
	width: 970px;*/
	width: 100%;
	margin:0 0 30px;
}
#siteID{
	/*position: absolute;
	top:0;
	left:27px;*/
	margin:0 auto;
	height: 235px;
	width: 226px;
	z-index:999;
}

#siteID h1,
#siteID p {
	margin:0;
	padding: 32px 0 0;
}

#siteID a {
	display:block;
	height: 213px;
	width: 226px;
}


div#img_visual{
	margin:0;
	padding:0;
	/*width: 950px;
	height:260px;*/
	max-width: 100%;

width /***/:auto;
    text-indent: -9999px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
}




#about div#header,
#shinryo div#header,
#map div#header
#recruit div#header,
#gallery div#header,
#support div#header {
	height:100%;
	margin: 0 0 30px;
}





p#topics {
	margin: 10px 20px ;
	padding: 2px 0 2px 92px;
	background: url(images/bg_topics.gif) no-repeat left top;
	font-size: 1.4rem;
	vertical-align: middle;
}

p#topics001 {
	margin: 10px 20px ;
	padding: 2px 0 2px 92px;
	background: url(images/bg_topics001.gif) no-repeat left top;
	font-size: 1.4rem;
	vertical-align: middle;
}

p#topics002 {
	margin: 10px 20px ;
	padding: 2px 0 2px 92px;
	background: url(images/bg_topics002.gif) no-repeat left top;
	font-size: 1.4rem;
	vertical-align: middle;
}


/**************************
5.footer
**************************/

#footer {
display:none;
	clear:both;
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
	background:#000000 url(images/bg_footer.gif) repeat-x left top;
	color:#FFF;
	font-size:1.4rem;
}

#footer p {
	margin:0 0 0 ;
	text-align:center;
}


#footer p.toPageTop {
	margin: 0 30px 0 0 ;
	text-align: right;
}

#footer p.toPageTop {
	/*margin: 0 30px 0 0;*/
}


#footer p.nav_footer {
	margin-bottom: 80px;
}

#footer a:link {color:#FFF; text-decoration:none;}
#footer a:visited {color:#ffffcc; text-decoration:none;}
#footer a:hover {color:#ffffcc; text-decoration:underline;}
#footer a:active {color:#ffffcc;}

#footer p.copyright {
	margin:20px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}

/**************************
6.Global Navigation
**************************/

#index #nav_global {
	width:100%;
	height:100%;
	margin: 0;
}


#nav_global {
	width:100%;
	height:100%;
	margin: 0;
}

#nav_global p {
display:none;
}


#nav_global ul{
	display:table;
	margin: 0 0 10px;
    width: 100%;
    overflow: hidden;
    _zoom: 1;
}


#nav_global ul li {
	text-align: center;
	background: #0099ff;
	border-bottom: 1px solid #fff;
	width: 100%;
	}

#nav_global ul li.nav1{
 display:none;
}

	
#nav_global ul li a {
	display: block;
	overflow: hidden;
	line-height: 1.2em;
	padding:3px 0;
	text-decoration: none;
	color: #FFF;
}

#localNavi {
    background: rgba(0, 0, 0, 0) url("images/ban_guide.jpg") no-repeat scroll 0 0;
    border: 3px solid #e6e6e6;
    margin: 0 auto 10px;
    width: 214px;
}
#localNavi ul {
    margin: 68px 18px 8px;
}
#localNavi ul li {
    background: rgba(0, 0, 0, 0) url("images/listmark_arrow.gif") no-repeat scroll 0 3px;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
}
#localNavi ul li a {
    color: #003300;
    text-decoration: none;
}
#localNavi ul li a:hover {
    text-decoration: underline;
}

.verticalNav {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0 20px;
}
.verticalNav p {
    color: #333;
    font-size: 1.4rem;
    margin: 8px 0 7px;
    text-align: center;
}
.verticalNav p a {
    color: #333;
    text-decoration: none;
}
.verticalNav p a:hover {
    color: #445126;
    text-decoration: underline;
}

/**************************
7.text format
**************************/
p {
	margin:1em 10px 2em;
	line-height:150%;
	font-size:1.6rem;
}

.text_right {text-align:right;}
.inline_center {text-align:center;}
.text_red {color:red;}
.text_OrangeBold {color:#F60; font-weight:bold;}
.text_small {font-size:1.2rem;}
.text_small_gray {font-size:1.2rem; color:#666; font-weight:normal;}
.text_small_blue {font-size:1.2rem; color:#069; font-weight:normal;}
.text_small_red {font-size:1.2rem; color:#F00; font-weight:normal;}
.text_small_right {font-size:1.2rem; text-align:right;}
.text_back_blue {color:#FFF; background-color:#01078E; padding:2px 5px;}

strong{
	font-weight:bolf;
	color: #000;
}

blockquote {
	font-style:italic;
	color:#666666;
	margin:0 0 0 3em;
}


/**************************
8.basic class
**************************/

.brock_left,
.brock_right {
	float:none;
	margin:0 auto 20px;
	text-align: center;
}

.txt p{text-indent: 1em;}



/**************************
9.heading
**************************/

#h1_about,
#h1_shinryo,
#h1_map,
#h1_recruit,
#h1_photo,
#h1_news,
#h1_m_form,
#h1_support{
	margin: 0 10px 20px;
	padding:0.5em;
	max-width: 100%;
	height:60px;
	line-height:60px;
	background-size:100%;
	text-indent: 0;
	border:1px solid #CCC;
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 60%, #e7f3fe 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(60%,#ffffff), color-stop(100%,#e7f3fe));
	background: -webkit-linear-gradient(left,  #ffffff 60%,#e7f3fe 100%);
	background: -o-linear-gradient(left,  #ffffff 60%,#e7f3fe 100%);
	background: -ms-linear-gradient(left,  #ffffff 60%,#e7f3fe 100%);
	background: linear-gradient(to right,  #ffffff 60%,#e7f3fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7f3fe',GradientType=1 );
	font-size:2.0rem;
	color:#003366;
	}


#main h2 {
	background:url(images/h2_bg.jpg) no-repeat; border:none;
	background-size: cover;
	margin:0 0 10px;
	max-width: 100%;
	/***width: 700px;***/
	/*height: 23px;*/
	padding: 7px 10px;
	color:#fff;
	font-size:1.8rem;
	font-weight: normal;
}

	
#main .newsArea h2.article{
width:100%;
height:100%;
margin: 0 auto 20px;
padding-bottom: 0.4em;
text-indent:0;

}

#index #main h2.news {background:url(images/h2_news.jpg) no-repeat; border:none;}
#index #main h2.topics {background:url(images/h2_topics.jpg) no-repeat;}
#index #main h2.shinryo {background:url(images/h2_shinryo.jpg) no-repeat;}

#main h2.healthcare {background:url(images/h2_healthcare.gif) no-repeat;}
#main h2.memo {background:url(images/h2_memo.gif) no-repeat;}
#main h2.topic {background:url(images/h2_topic.gif) no-repeat;}
#main h2.recipe {background:url(images/h2_recipe.gif) no-repeat;}


#main h3{
	/*height:19px;*/
	color:#333;
	margin:0 0 20px;
	padding:2px 0 2px 8px;
	border-left:7px solid #003366;
	border-bottom: 2px dotted #631731;
	font-size:1.6rem;
}

#main .kakomi h3 {
	color:#039;
	font-weight:bold;
	margin:10px 0 0 10px;
	padding:0;
	border:none;
	font-size:1.8rem;
	background:none;
}

#main .kakomi_beige h3 {
	text-align:center;
	padding:0;
}



#main h4 {
	margin:10px 0 0 10px;
	padding-bottom:4px;
	border-bottom: 2px dotted #ccc;
	color:#036;
	font-size:1.6rem;
}

#main h5 {
	margin:30px 0 0 10px;
	font-size:1.6rem;
}

#main h6 {
	margin:30px 0 0 20px;
	font-size:1.4rem;
}


/**************************
10.list format
**************************/

#main ul {
	margin:1em 0 2em 10px;
	font-size:1.6rem;
}

#main ul li{
	background:url(images/li.gif) no-repeat left 1px;
	margin:1em 0 1em 0;
	padding-left:20px;
	line-height:1.2;
}

#main .newsArea ul {
	margin:20px 20px 20px 10px;
	padding-left:10px;
	border-left:14px solid #EEE;
	font-size:1.6rem;
	list-style-image:none;
}

#main .newsArea li {
	padding:5px 0 5px 20px;
	background:url(images/li.gif) no-repeat left 8px;
	line-height:20px;
}

#main ul.ul_small li,
#main .kakomi ul li{
	background:url(images/li_small.gif) no-repeat 0 center;
	font-size:1.4rem;
}
	
#main ul.ul_normal li{
	background:url(images/li_small.gif) no-repeat 0 center;
	font-size:1.6rem;
}

#main #photogallery_map ul li{
	background:none;
	margin:1em 0 1em 0;
	padding-left:0;
	line-height:1.2;
}
	
#main ol {
	margin:1em 0 10px 20px;
	font-size:1.6rem;
}

#main ol li {
	list-style-type:decimal;
	margin-left:0.5em;
}

#main li {
	margin:0 auto 10px;
}	

dl {
	margin-left:1em;
}

dt {
	font-weight:bold;
	font-size: 1.6rem;
}

dd {
	margin:10px 0 20px 1em;
	line-height:150%;
		font-size: 1.6rem;
}

dl.dl_news{
	margin:0 10px 20px;
	font-size:1.6rem;
	overflow: hidden;  
    zoom: 1;  
}

dl.dl_news dt{
	width:100%;  
    clear: both;  
    font-weight: bold;  
	color:#003366;
}

dl.dl_news dd{
width: 100%;
	margin:0 0 16px;
	padding: 0 0 5px 0px;
	border-bottom: dotted 1px #ccc;
	color:#333;
}



/**************************
11.table format
**************************/


table {
	width: 95%;
	margin: 10px 10px 10px;
	border-collapse:collapse;
	border:1px solid #CCC;
	line-height:120%;
	empty-cells:show;
	font-size:1.4rem;
}

td, th {
	border:1px solid #CCC;
	padding: 0.5em 0.5em;
	vertical-align:top;
	/* white-space: nowrap; */
}

th {
	text-align:center;
	background-color:#8c856c; 
	color:#fff;
	font-weight:bold;
	white-space: nowrap;
}

td {
	background-color:#f7f6ef;
}

.table-wrap{
	overflow:scroll;
}

table.colorful th {
	background-color:#DAE7FF;
	text-align:left;
}

table.colorful th,
table.colorful td {
	color:#333;
	padding:10px 15px;
}

caption {
	font-size:1.2rem;
	color:#00A77E;
	text-align:right;
	margin:10px 0 0;
}


table.table_layout{
	border:none;
}

table.table_layout td,
table.table_layout th{
	border:none;
	background:none;
	text-align:left;
	color:#333;
}

table.table_layout th{
	font-weight: bold;
}

table p {
	margin:0;
	line-height:150%;
	font-size:1.4rem;
}


/**************************
12.Photo Gallery
**************************/

.photo {
	border: 1px solid #CCCCCC;
	padding: 6px;
}

.section-lv2 #photogallery{
	width:100%;
	margin: 0 auto;
}

.section-lv2 #photogallery ul{
	width:214px;
	margin: 0 auto;
	overflow:hidden;
	zoom:1;
}

.section-lv2 #photogallery ul li{
	padding: 0;
	margin: 0 0 20px 0;
	background:transparent url(none) no-repeat scroll 0 0;
	list-style: none;
	line-height: 1.2;
	font-size: 1.4rem;
	text-align: center;
}

.section-lv2 #photogallery ul li a{
	display: block;
	width: 200px;
	height: 133px;
	padding: 6px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;

}

/**************************
13.additional format
**************************/

hr {
	border-style:dotted none none;
	border-top:1px dotted #CCC;
	height:1px;
	margin:10px 0;
}


.formBox{
	margin:20px 20px 20px 80px;
}


#getAcro {
	background-color:#EEE;
	border:1px solid #AAA;
	margin:20px 0;
}

#getAcro img {
	float:left;
	margin:10px 15px;
}

#getAcro p {
	font-size:1.4rem;
	margin:8px 10px 0 150px;
	padding-bottom:10px;
}

ul.komeList {
	color:#069;
	font-size:1.4rem;
	list-style-image:url(images/li_kome.gif);
	margin:0.5em 2em 1em 50px;
}

.komeP {
	background:url(images/li_triangle.gif) no-repeat left center;
	padding-left:15px;
	margin-left:25px;
}

.kakomi {
	margin: 20px 20px;
	padding:1em;
	border:1px dotted #666;
	border-radius: 6px; 
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
	background-color:#F4FAFF;
}


.mapWrap {
    position: relative;
    padding-top: 70%;
}


#map_canvas {
    margin: 0 5px;
    border: 2px solid #CCCCCC;
   position: absolute;
    width: 96%;
    height: 100%;
    top: 0;
}


/**************************
14.kenko support
**************************/
#main #column h2 {
	margin: 1em 10px;
	padding: 5px 10px;
	background-image:url(none);
	width: 90%;
	border-left: 6px solid #003366;
	text-indent:0;
	line-height: 1;
	color: #666;
}

#main #column table,
#main #column table th,
#main #column table td {
	border:none;
}



/**************************
20200414追加
**************************/
.kakomi_coronavirus {
	margin: 10px 10px;
	padding:1em 20px 1em 1em;
	border:1px dotted #666;
	border-radius: 6px; 
	background-color:#F4FAFF;
}

div.kakomi_coronavirus h3 {
    color: #039;
    font-weight: bold;
    margin: 10px 0 0 10px;
    padding: 0;
    border: none;
    font-size: 1.6rem;
    background: none;
}

.kakomi_coronavirus ul li {
    font-size: 1.6rem;
}

.font-blue {
/*color: darkblue;*/
color: #00298b;
}

.font-red {
color: red;
}
	
table.timetable td.font-red,th.font-red {
color: red;
}

.day{
	background-color: #d5d2c5;
}

.am{
	background-color: #f1faff;
}

th.am{
	background-color: #90b3c7;
}

.pm{
	background-color: #e5eef7;
}

th.pm{
	background-color: #9db4c9;
}

.holiday{
	background-color: #fff8f6;
}

.holiday_day{
	background-color: #f2dfdd;
}


th.week01{
	background-color: #457d9d;
}

td.week01{
	background-color: #b3cbd9;
}

th.week02{
	background-color: #6a8c65;
}

td.week02{
	background-color: #a3c4aa;
}

.day02{
	background-color: #a3c4aa;
}

.am02{
	background-color: #f1fff7;
}

th.am02{
	background-color: #9db571;
}

.pm02{
	background-color: #dcf0e5;
}

th.pm02{
	background-color: #94b59b;
}





th.week03{
	background-color: #969b00;
}

td.week03{
	background-color: #c1ca86;
}

.day03{
	background-color: #a3c4aa;
}

.am03{
	background-color: #fffbdf;
}

th.am03{
	background-color: #bdb86a;
}

.pm03{
	background-color: #f0e9cc;
}

th.pm03{
	background-color: #bdac6a;
}



th.week04{
	background-color: #c87a41;
}

td.week04{
	background-color: #ddab87;
}

.day04{
	background-color: #a3c4aa;
}

.am04{
	background-color: #fff6f1;
}

th.am04{
	background-color: #ce9085;
}

.pm04{
	background-color: #f7e6de;
}

th.pm04{
	background-color: #d59b7f;
}


th.week05{
	background-color: #b07996;
}

td.week05{
	background-color: #caa1b7;
}

.day05{
	background-color: #a3c4aa;
}

.am05{
	background-color: #f7e9f0;
}

th.am05{
	background-color: #ae8da9;
}

.pm05{
	background-color: #f0dbe6;
}

th.pm05{
	background-color: #ba96bb;
}
	
	
	
	

.section-lv2 #photogallery_map{
	width:100%;
	margin: 0 auto;
}

.section-lv2 #photogallery_map ul{
	width:214px;
	margin: 0 auto;
	overflow:hidden;
	zoom:1;
}

.section-lv2 #photogallery_map ul li{
	padding: 0;
	margin: 0 0 20px 0;
	background:transparent url(none) no-repeat scroll 0 0;
	list-style: none;
	line-height: 1.2;
	font-size: 1.4rem;
	text-align: center;
}

.section-lv2 #photogallery_map ul li a{
	display: block;
	width: 200px;
	height: 150px;
	padding: 6px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
}
	
/* 20200513追加*/
.font-red02 {
    color: #c40000;
}

	/* 20200603追加*/
#addressArea p.indent{
    	text-indent: 0em;
    }
.nowrap{
display: inline-block;
    }
  
 	/* 20201201追加*/ 
div.column2 {
  width: 100%;
  margin: 0 auto;
  }
div.column2 div.column2_contents {
  float: none;
  width: 95%;
  margin: 0 auto 15px;
  }
  
div.column2 div.bg_gry{
  background: #e7e6e6;
  padding:0.9em 0;
}
  

div.column2 div.column2_imgBox,
div.column2 div.column2_textBox {
  float: none;
  width: 95%;
  margin: 0 auto 15px;
  }
  
sup.normal {
vertical-align: top;
position: relative;
top: -0.2em;
}
  
  
.kakomi_yel {
	margin: 10px 10px;
	padding:1em 20px 1em 1em;
	border:1px dotted #666;
	border-radius: 6px; 
	background-color:#fff6f4;
}

div.kakomi_yel h3 {
    color: #039;
    font-weight: bold;
    margin: 10px 0 0 10px;
    padding: 0;
    border: none;
    font-size: 1.6rem;
    background: none;
}

.kakomi_yel ul li {
    font-size: 1.6rem;
}
  
.text_center{
  text-align: center;
}

.p_title_blu{
  font-size: 1.9rem;
  margin-bottom: 25px;
  font-weight: 700;
  color:#2b2f6c;
}
  .mark{
	background-color: #FFFBDC;
}
    
/* 20251006追加*/

td.naishikyo{
	background-color: #f1fdf1;
}

td.echo{
	background-color: #f6f1fd;
}
}
    
    