/************************//*     index.css        *//*     Jan/2021         *//************************/@charset "utf-8";* {	margin: 0;	padding: 0;}a {	text-decoration : none;	color : #295;}a:hover{	border-bottom: dotted 2px;}ul, ol {	list-style: none;}img {	vertical-align : middle;	max-width : 100%;}html {	font-family : verdana, sans-serif;	font-size : 75%;	line-height : 1.5;	color: #111;	background: #fff;}h1 {	font-size : 3em;	line-height : 0.5em;	padding-bottom: 0.125em;	margin-bottom : 0;	margin-left : 5%;	text-align : left; }	/* 48px */#toplogo{	background : #005;}#toplogo h1 img{	width : 5em;}h2 {	font-size : 1.5em;	line-height : 1.5em;	margin-bottom : 1em;	border-bottom : solid 2px #fd5; }	/* 24px */h3 {	font-size : 1.5em;	line-height : 1;	margin-bottom : 1em;	color : #222;}	/* 24px */h4,h5,h6 {	font-size : 1.25em;	line-height : 1.5;	margin-bottom : 1.5em;}	/* 24px */em {	font-style : normal;	font-weight : bold;}header {	text-align : center;	padding-top : 0em;;	background-color : #ffffff;}#works{	width: 80%;	padding: 0 10% 2em 10%;}#contents {	width : 90%;	max-width: 45em;	margin: 0 auto;}#contents p {	margin-bottom : 1.25em;	text-align : left;	line-height : 1.5em;	padding: 0 5% 0 5%;}#contents p small{	font-size: 0.85em;}dl{	margin-left: 2em;}dl dt{	margin-top: 1.5em;	font-size: 1.125em;	color: #444;}dl dd{	margin-left: 1em;	margin-top: 0.5em;	margin-bottom: 0.5em;	line-height: 2em;}.gray_link{	color: #444;}.banner{	width:90%;	max-width: 21em;	border-radius: 10px;	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);	margin-bottom: 3px;}.calendar td{	width : 30px;}h6{	margin:0;	text-align: right;	font-weight: normal;	font-size: 1em;}iframe {	border: none;	margin-left: 1.5em;	width: 90%;}#sub{	color : #048;}aside p em{    text-decoration: none;}.sns_logo{	width: 3em;	margin-right: 1em;}a.sns_link:hover{	border-bottom: none;}footer {	color : #111;	text-align : center;	padding : 1.5em 0;	background : #897;	background: -moz-linear-gradient(top, rgba(23,87,167,0.15) 0%, rgba(250,250,250,0) 88%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,87,167,0.15)), color-stop(88%,rgba(250,250,250,0))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, rgba(23,87,167,0.15) 0%,rgba(250,250,250,0) 88%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, rgba(23,87,167,0.15) 0%,rgba(250,250,250,0) 88%); /* Opera 11.10+ */background: linear-gradient(to bottom, rgba(23,87,167,0.15) 0%,rgba(250,250,250,0) 88%); /* W3C */}/*768px*/@media screen and (min-width : 768px){html { font-size : 87.5%}#contents { text-align : left}/* @group Nav */nav ul {    	padding : 0 10%;}/* @end *//* @group Contents */#contents {overflow : hidden;width : 90%}/* */#contents #main,#contents #sub { /*float : left;*//*margin : 0 1.0416667% }*//*#contents #main { width : 64.5833333%} */#contents #sub {/*	width : 31.25%;*/	font-size : 87.5%;}/* 300/960 *//* @end *//* @group Footer */footer {    margin : 0 auto}/* @end */}/*960px*/@media screen and (min-width : 960px) {html {    font-size : 100%}nav ul {    	padding : 0 20%;}}