@charset "UTF-8";


body {
	padding: 0;
	text-align: center;
	letter-spacing:0px;
	color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}


:visited {
	color: #03C;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.infotitle { font-weight: 600; color: #191E60; }


/*ヘッドナビ用*/
#navi a:link {
	color: #FFF;
	text-decoration: none;
}
#navi a:visited {
	color: #FFF;
	text-decoration: none;
}
#navi a:hover {
	color: #CCC;
}


/*-------------------------------------------------
 TOP ヘッダ
-------------------------------------------------*/

#header {
	height: 115px;
	background-image: url(../images/base/header_bg.gif);
	background-repeat: no-repeat;
	width: 950px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#header h1 {
	height: 20px;
	font-size: 9pt;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	color: #006;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: lighter;
}


.header_right {
	position: absolute;
	right: 0;
	top:-10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background-color: #00acee;
  font-size: 15px;
  width: 436px;
  height: 78px;
	border:5px solid #FFF;
  border-radius:0 10px 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	font-weight: bold;
}
.header_right  a{
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
}




/*-------------------------------------------------
 コンテンツタイトル
-------------------------------------------------*/
#mainContent h2 {
	height: 40px;
	font-size: 18px;
	color: #36477C;
	font-weight: lighter;
	padding-left: 50px;
	margin-top: 0;
}

.h2_bg {
	background-image: url(../images/base/pagetitle.gif);
	background-repeat: no-repeat;
}
.h2_bg1 {
	background-image: url(../images/base/pagetitle1.gif);
	background-repeat: no-repeat;
}



#mainContent h3 {
	margin-left: 5px;
}

h3.ttl_h3 {
  /*position: relative;*/
  padding-left: 10px;
  font-size: 16px;
  /*margin-left: 0;*/

}

h3.ttl_h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(72, 173, 227), transparent);
  background: linear-gradient(to right, rgb(72, 173, 227), transparent);
}






/*-------------------------------------------------*/

/*-------------------------------------------------
 TOP ナビボタン
-------------------------------------------------*/


div#menu {
	width:950px;
	height: 50px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


div#menu li {
	float:left;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

div#menu li a{
	width:155px;
	margin: 0px;
	height: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}



#menu ul {
	margin: 0px;
	padding: 0px;
}















/*-------------------------------------------------
 フッタ
-------------------------------------------------*/
div#footer {
	width: 100%;
	height: 80px;
	margin: 0px;
	background-color: #00ACEE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#foottxt {
	padding-left: 0px;
	padding-top: 0px;
	text-align: center;
	width: 950px;
	font-size: 12px;
	color: #FFF;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#foottxt p {
	text-align: left;
	line-height: 150%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainphoto {
	height: 280px;
	width: 950px;
	text-align: center;
	padding: 0px;
	background-image: url(../images/top/flash.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#mainphoto_c {
	height: 180px;
	width: 950px;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainphoto_c img {
	margin: 0px;
	padding: 0px;	
}
/*-------------------------------------------------*/

#container {
	width: 950px;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}


#mainContent {
	width: 740px;
	height: auto;
	float: right;
	margin: 10px 0 20px;
}

/* -----------------------------
　キービジュアルスライダー
-------------------------------- */
.slider {
	width: 1200px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 25px 0 25px 0;
}
.slider img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#topagetop {	
	font-size: 10pt;
	text-align: right;
	padding-top: 5px;
	width: 740px;
}

.all_clear { clear:both; height:0; }

#top_bg {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-image: url(../images/base/bg.gif);
	background-repeat: repeat-x;
}
#top_bg1 {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-image: url(../images/base/bg1.gif);
	background-repeat: repeat-x;
}




.preven_img {
	float: right;
	width: auto;
	clear: none;
	height: auto;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}



.subject_p {
	margin-left: 15px;
	padding-right: 5px;
	padding-left: 0px;
	font-size: 95%;
	line-height: 150%;
}
.subject_p_left {
	width: 400px;
	padding-right: 20px;
	padding-left: 0px;
	font-size: 95%;
	line-height: 150%;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.subject {
	width: 700px;
	font-size: 95%;
	margin: 0 15px;
	padding-bottom: 20px
}
.subject_w {
	width: 480px;
	margin-left: 5px;
	padding-right: 0px;
	font-size: 95%;
	line-height: 150%;
}
.subject_y {
	width: 505px;
	margin-left: 15px;
	font-size: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*-------------------------------------------------*/

.zero{
	margin: 0 auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.zero_right{
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.main{
	background-image: url(../images/dental_care/center.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	height: 230px;
	width: 520px;
	/*padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 25px;*/
}
.shouhin_setumei {
	font-size: 12px;
	display: block;
	margin: 0px;
	height: auto;
	width: 280px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 17px;
}
.shouhin_setumei1 {
	font-size: 12px;
	display: block;
	margin: 0px;
	height: auto;
	width: 280px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 17px;
}
.img_left {
	/*padding: 0px;*/
	padding-left: 25px;
	padding-bottom: 25px;
	width: 180px;
	float: left;
}
/*-------------------------------------------------*/

#sidebar {
	float: left;
	width: 210px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height: auto;
	clear: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*-------------------------------------------------*/
.left_navi {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.left_navi ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.left_navi li {
	list-style-type: none;
	font-size: 12px;
	width: 170px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #14284D;
	text-decoration: none;
	background-image: url(../images/base/li.jpg);
	background-repeat: no-repeat;
	background-position: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.left_navi a {
	text-decoration: none;
	color: #303B61;
}

.left_navi a:hover {
	text-decoration: none;
	color: #39F;
}
.m_top {
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.left_navi1 {
	background-image: url(../images/base/side_center.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#banner {
	overflow: hidden;
}


.subject_img {
	width: 300px;
	margin-left: 0px;
	font-size: 95%;
	line-height: 160%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#contents_right {
	margin: 0px;
	float: right;
	height: auto;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;	
}
#what {
	margin: 0px;
	padding: 0px;
    width: 720px;
}

.m_b5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}
.banner_zero {
	padding: 0px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.banner_zero1 {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;	
}
.banner_zero_b {
	padding: 0px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.left_m {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;	
}
#contents_left {	
	height: auto;
	width: 715px;
	float: left;
	margin-left: 20px;
	
}

.moji {
	font-size: 9px;
}
.moji_table {
	font-size: 11px;
	vertical-align: text-top;
}
.moji_table1 {
	font-size: 11px;
	vertical-align: text-top;
	width: 190px;
}
.moji_table4 {
	font-size: 11px;
	vertical-align: text-top;
	width: 170px;
}
.moji_table3 {
	font-size: 10px;
	vertical-align: text-top;
	width: 200px;
}
.moji_table2 {
	font-size: 13px;
	width: 100px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.moji_table5 {
	font-size: 13px;
	width: 90px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#mail_btn {
	float: right;
	width: 180px;
	padding-right: 20px;
	margin-top: 52px;
	height: 20px;
}
.side_title {
	background-image: url(../images/base/contents.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 50px;
	background-position: 0px 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 15px;
	font-weight: lighter;
	color: #36477C;
	width: 155px;
	margin: 0px;
	height: 40px;
}
.info {
	float: left;
	height: auto;
	width: 335px;
	margin: 0px;
	padding: 0px;
}
.left_navi {
	padding-top: 5px;	
}
#gaiyou {
	padding: 0 15px 15px;
	overflow: hidden;
}
#gaiyou .dept{
	width: 280px;
	font-size: 12px;
}
#gaiyou .dept dt{
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
}
#gaiyou .dept dd{
	margin: 2px 0 0;
}
.imp {
	width: 510px;
	margin-left: 5px;
	margin-right: 5px;
}
#map {
	float: right;
	width: 335px;
	text-align: right;
}
#map iframe {
	border: 1px solid #CCC;
	width: 100%;
	height: 296px;
	box-sizing: border-box;
}

#timebox table {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subject_gaiyou {
	font-size: 13px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
.timetable {
	margin-bottom: 0px;
	width: 280px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.tr_time {
	text-align: center;
	background-color: #A2CAEB;
	color: #FFFFFF;
	font-size: 12px;
}
.tr_oc {
	text-align: center;
	font-size: 15px;
	color: #333;
	border: 1px solid #FFF;
}
.time_ps{
	/*text-align: right;*/
	color: #333;
	margin-bottom: 0px;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 110%;
}
.jikan {
	font-size: 12px;
	color: #333;
	border: 1px solid #CCC;
}
#map a {
	color: #333;
}
.map_bun {
	font-size: 11px;
	margin: 5px 0 0 0;  
}
.line {
	border: 1px solid #CCC;
}

#map1 {
	width: 680px;
	height: 425px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #CCC;
}
.table_access {
	width: 98%;
	border-collapse:collapse;
	margin: 30px 0 20px 10px;
	
}

.table_access td {
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 13px;
}
.table_access .koumoku {
	background-color:#EFEFEF;
	text-align:center;
	font-size: 14px;
	color: #666;
	margin: 0px;
	height: 34px;
}
.center_haikei {
	background-color:#EFEFEF;
	text-align:center;
	font-size: 14px;
	color: #333;
	margin: 0px;
	width: 120px;
}
.text_right {
	text-align: right;	
}
.preven_img_left_d {
	border: 1px solid #E3E3E3;
	height: 174px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
.preven_img_left_d1 {
	border: 1px solid #E3E3E3;
	height: 145px;
	width: 190px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.subject_p_right_s {
	width: 300px;
	padding-right: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 160%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.subject_p_right_s1 {
	width: 270px;
	padding-right: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 160%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 15px;
}
.name {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	width: 280px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.name1 {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	width: 260px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.blue {
	color: #023F73;	
}

.doctor {
	height: 250px;
	width: 170px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.doctor1 {
	width: 190px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.tableq_a {
	border-collapse:collapse;
	margin-left:10px;
	margin-right:auto;
	width:98%;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.tableq_a td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.tableq_a .koumoku {
	text-align:center;
	color: #333;
	margin: 0px;
	width: 40px;
	height: 34px;
}
.tableq_a .koumoku1 {
	font-size: 14px;
	color: #333;
	margin: 0px;
}
.m_left10 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;	
}

.m_left15 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border: 1px solid #CCC;	
}
.m_left15_b {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #CCC;	
}
.m_left15_s {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.m_left15_st {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.m_left15_1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;	
}
.m_left15_ {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.m_left20 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	border: 1px solid #CCC;
}
.moji_sc {
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	width: 170px;
	text-align: center;
}
.moji_sc1 {
	font-size: 10px;
	margin: 0px;
	width: 170px;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.waku_c {
	padding: 0px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.moji_s {
	font-size: 11px;
	margin: 0px;
	vertical-align: text-top;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.contents {
	background-color: #DFEFFF;
	padding: 20px 10px;
	height: auto;
	/*width: 480px;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border: 1px solid #999;
	font-size: 13px;
}
.contents_w {
	background-color: #DFEFFF;
	height: auto;
	width: 490px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border: 1px solid #999;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#hospital {
	height: auto;
	width: 730px;
}

#hospital .hosp .text_c {
	text-align: center;
	font-size: 95%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#hospital .hosp {
	width: 340px;
	margin: 10px 10px 0 ;
	float: left;
	text-decoration: none;
}
#hospital .hosp1 {
	height: auto;
	width: 250px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	text-decoration: none;
}
#hospital1 {
	height: auto;
	width: 520px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hospital1 .hosp {
	height: 245px;
	width: 250px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	text-decoration: none;
}
.green_t {
	color: #00C;
	display: block;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 105%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 490px;
}

.m_left15_top {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;	
}
.preven_img_top1 {
	float: right;
	width: 180px;
	clear: none;
	margin-top: 10px;
	margin-left: 20px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.preven_img_top4 {
	float: right;
	width: 180px;
	clear: none;
	margin-top: 10px;
	margin-left: 20px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.preven_img_top_kids {
	float: right;;
	clear: none;
	margin-top: 0px;
	margin-left: 5px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.preven_img_top_kids1 {
	float: right;;
	clear: none;
	margin-top: 15px;
	margin-left: 15px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.preven_img_top {
	float: right;
	width: 180px;
	clear: none;
	margin-top: 15px;
	margin-left: 20px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.preven_img_top2 {
	float: right;
	clear: none;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.preven_img_top3 {
	float: right;
	clear: none;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent h4 {
	color: #00C;
	display: block;
	height: 25px;
	width: 700px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin: 10px 0px 10px 10px;
	padding: 5px 0 0 10px;
	font-weight: lighter;
}
.table_shoure {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;	
}
.center {
	text-align: center;
	font-size: 13px;
}
.right {
	text-align: right;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 13px;
}
.mark {
	list-style-position: outside;
	list-style-type: disc;
}
.bangou {
	list-style-type: decimal;	
}
.title {
	background-color: #D8E3F2;
	display: block;
	width: 95%;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 12px;
	color: #3C5294;
	padding-bottom: 5px;
	margin-left: 15px;
}
.haba70 {
	width: 70px;
	height: 28px;
}
.haba {
	height: 28px;
}

.haba140 {
	width: 105px;
	vertical-align: top;
}

.table_kakaku {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;	
}
.table_top {
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
.table_top1 {
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.table_top2 {
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.table_top5 {
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
.titel_core {
	font-size: 11px;
	color: #09F;
	text-align: left;
}

.titel_core_bun {
	font-size: 12px;
	text-align: left;
	vertical-align: text-top;
	width: 180px;
}

.m_left5 {
	margin-left: 5px;	
}
#footer-copyright {
	letter-spacing:1px;
	font-size:11px;
	height: 22px;
	line-height:22px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer-copyright a {
	text-decoration: none;
	color: #FFF;
}
#footer-copyright a:hover {
	text-decoration: none;
	color: #FFF;
}

#footer-copyright a:visited {
	text-decoration: none;
	color: #FFF;
}

.noborder {
border:0px solid #ccc !important;
}

.text-center {
text-align: center;
}

.text-right {
text-align: right;
}

.mb20 {
	margin-bottom: 20px;
}

.box {
	margin:0 0 20px 20px;
	padding:10px 15px;
	border:1px solid #CCC;
}

.rows{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 1rem 0 2rem;
    padding: 0;	
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.rows a{
		display: block;
    width: 49%;
	 margin-right: 2%;
    vertical-align: baseline;
    text-align: center;
}
.rows a:last-child{
	margin-right: 0;
}
.rows a img{
	width: 100%;
	height: auto;
}
.caption{
    border:3px solid #36477C;
    padding: 5px;
    background: #FFF;
    text-align: center;
    border-radius: 1rem;
    margin: 1rem 0 0 0;
    p{
        font-weight: bold;
    }
}
