/*石川県糖尿病対策推進会議フォーラム2022*/





body
	{
		line-height: 150%;
	}


.title
	{
		height:30px;
		vertical-align:middle;
		background-color: #578AD6;
		white-space: nowrap;
		text-indent: 1em;
	}

table.table_bo_0
	{
		width:100%;
	}




table.table2
	{
		font-size: small;
	}
.table td ,.table1 td
	{
		border: solid 1px #000000;
	}

video
	{
		width:280px;
	}
/* フッタートップリンク
----------------------------------------------------------- */


#pageTop a
	{

		background:#578AD6;
		cursor:pointer;
		/*cursor:default;*/
	}



.r-side
	{
		float: left;
	}

.r-side ul
	{
		padding:1em;
	}

input[type="submit"],input[type="button"],input[type="reset"]
	{
		border-radius:0;
		-webkit-box-sizing:content-box;
		-webkit-appearance:button;
		appearance:button;
		border:none;
		box-sizing:border-box;
		cursor:pointer;
		padding:15px 30px 15px 30px;
	}

input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration,input[type="reset"]::-webkit-search-decoration
	{
		display:none;
	}

input[type="submit"]::focus,input[type="button"]::focus,input[type="reset"]::focus
	{
		outline-offset:-2px;
	}



/* --------------------------------------------------
  幅896px以下のスタイル指定 ここから
-------------------------------------------------- */
@media screen and (max-width:896px) {
#wrapper{
		min-width:100%;
		max-width:100%;
		margin:0 auto;
	}


video
	{
		width:100%;
	}

.title
	{
		height:30px;
		vertical-align:middle;
		white-space: normal;
		text-indent: 1em;
	}


}