@charset "UTF-8";
/* CSS Document */

/*　略歴　*/
#open_biography{
	display:block;
	width:80px;
	height:26px;
	padding-top:2px;
	background-color:whitesmoke;
	color:black;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-top:24px;
	cursor:pointer;
}

#contents dt{
	text-decoration:underline;
	margin-top:4px;
}


/*　グーグルマップ　*/

#map_canvas{
	width:730px;height:300px;
	margin:1em;border:3px solid silver;
	box-shadow:10px 10px 20px silver;
}

.indent_1em{
	text-indent:1em;
}

/*　カレンダー　*/

table.calender{
	border:1px;
	width:370px;
	margin:10px;
}
table.calender td,table.calender th{
	text-align:center;
	vertical-align:middle;
	border:1px solid black;

}

table.calender td{
	width:47px;
	height:50px;
}

table.calender th{
	background-color:green;
	color:white;
	height:30px;
}

.calender td.holiday{
	background-color:pink;
}


/*　リスト　*/

#contents article ul{
	margin-top:1em;
	margin-left:1em;
}

#contents article li{
	margin-left: 1em;
	margin-bottom:1em;
	list-style-position: outside;
	list-style-type: disc;	
}

/*　テーブル（特定商取引）　*/

#contents article table{
	cellpadding:7px;
	border:1 solid black;
	font-size:14px;
}
#tokutei {
	width:600px
}
#contents article th,
#contents article td{
	padding:7px;
	border:1px solid black;
	vertical-align:middle;
}
#contents article th{
	background-color:green;
	color:white;
	font-weight:bold;
}
table#tokutei td,table#tokutei th{
	vertical-align: middle;
	text-align: left;
	padding:0.5em;
}
table#tokutei .leftcol{
	width:35%;
}
table#tokutei .rightcol{
	width:65%;
}
table#tokutei thead th{
	text-align: center;
}

/*　プライバシーポリシー　*/

#privacy_policy blockquote{
	margin:1em 0 2em 2em;
	font-size:16px;
}




