/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* ------------------------------------------- */

h3.privacy {
	font-weight: normal;
	margin-bottom: 10px;
}
h4.privacy {
	font-weight: normal;
	margin-bottom: 10px;
}
ul.kaigo li {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 20px;
}
table.koudou {
	border-collapse: separate;
	width: 100%;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}

table.koudou th {
	border-collapse: separate;
	vertical-align: middle;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.koudou td{
	border-collapse: separate;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

@media screen and (min-width:480px) { 
table.koudou {
	margin-right: auto;
	margin-left: auto;
}


}

/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media screen and (min-width:768px) 
{

}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media screen and (min-width:1024px) {

}


