@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/*-----------------------------------
	全体共通設定
-----------------------------------*/
body {
		margin: 0;
		background: rgb(251, 247, 225);
		font-family:
				"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
		font-size: 1em;
		font-weight: 400;
		color: rgb(80, 80, 80);
		line-height: 1.9;
}
.wrapper {
		min-width: 1000px;
}
/*----- header -----*/
header {
		min-width: 1000px;
		border-top: solid 4px rgb(80, 125, 190);
}
header h1 {
		margin: 0 auto;
		width: 1000px;
}
header h1 a {
		display: block;
		transition: opacity .2s ease-out;
}
header h1 a:hover {
		opacity: .5;
}
header h1 a img {
		vertical-align: bottom;
}
/*----- middle_area -----*/
.middle_area {
		padding-top: 10px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 1000px;
}
.middle_area.bg {
		background: url(../img/top_bg.png) right top no-repeat;
}
/*----- nav -----*/
nav {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 25px 20px 10px;
		width: 245px;
}
nav ul {
		margin: 0;
		padding: 0;
		width: 100%;
}
nav ul li {
		margin-bottom: 6px;
		list-style: none;
}
nav ul li:last-child {
		margin-bottom: 0;
}
nav ul li a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 0.565em .9em;
		background: url(../img/menu_deco.svg) 125% center no-repeat rgb(80, 125, 190);
		border: solid 1px rgb(80, 125, 190);
		font-size: .937rem;
		color: rgb(255, 255, 255);
		line-height: 1.5;
		text-decoration: none;
		-webkit-transition: .2s ease-out;
		transition: .2s ease-out;
		-webkit-transition-property: background, color;
		transition-property: background, color;
		overflow: hidden;
}
nav ul li a:hover, nav ul li a.current {
		background: url(../img/menu_deco.svg) 97% center no-repeat;
		color: inherit;
}
nav ul.banner {
		margin: 25px 0 0;
		padding: 0;
		width: 100%;
}
nav ul.banner li {
		margin-bottom: 6px;
		list-style: none;
}
nav ul.banner li:last-child {
		margin-bottom: 0;
}
nav ul.banner li a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 0;
		background: none;
		border: none;
		text-decoration: none;
		-webkit-transition: .2s ease-out;
		transition: .2s ease-out;
		-webkit-transition-property: opacity;
		transition-property: opacity;
}
nav ul.banner li a img {
		vertical-align: bottom;
}
nav ul.banner li a:hover, nav ul.banner li a.current {
		opacity: .5;
}
/*----- footer -----*/
footer {
		min-width: 1000px;
		position: relative;
		line-height: 1.6;
		text-align: center;
		z-index: 2;
}
footer > .inner {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 20px;
		width: 1000px;
}
footer address {
		display: inline-block;
		margin: 0 50px;
		padding: 32px 0 35px;
		font-style: normal;
		text-align: left;
		vertical-align: top;
}
footer address .title {
		margin: 0 0 .3em;
		padding-bottom: .3em;
		border-bottom: solid 1px rgb(180, 180, 180);
		font-size: 1rem;
		font-weight: 700;
		color: rgb(80, 125, 190);
}
footer address .name {
		margin: 0;
		padding-bottom: .1em;
		font-size: 1.125rem;
}
footer address .info {
		margin: 0;
		font-size: 0.875rem;
}
footer .copyright {
		margin: 0;
		padding: 0.7em 0;
		width: 100%;
		min-width: 1000px;
		background: rgb(80, 125, 190);
		font-size: 0.875rem;
		color: rgb(255, 255, 255);
}
/*-----------------------------------
	ページごとの設定
-----------------------------------*/
/*----- page_top -----*/
#page_top {
		width: 755px;
		padding: 0 10px 0 0;
}
#page_top .meeting_info {
		min-height: 510px;
		background: url(../img/home_bg.jpg) left top no-repeat;
}
#page_top .meeting_info img {
		vertical-align: bottom;
}
#page_top .meeting_info .period {
		box-sizing: border-box;
		margin: 0 10px 0 auto;
		padding: .8em 0;
		width: 310px;
		background: rgb(80, 125, 190);
		color: rgb(255, 255, 255);
		text-align: center;
		line-height: 1.4;
}
#page_top .meeting_info .period p {
		margin: 0;
}
#page_top .meeting_info .period .title {
		font-size: .937rem;
		font-weight: 600;
}
#page_top .meeting_info .period .date {
		margin-top: .3em;
		font-size: 1.05rem;
		text-indent: .5em;
}

#page_top .important_notice {
	margin-top:20px;
	box-sizing: border-box;
	padding: .2em 1em;
	width: 740px;
	background: rgb(255,255,255);
	border: solid 3px rgb(80, 125, 190);
	border-radius: 3px;
	font-size: 1rem;
	font-weight: 500;
	color: rgb(60,60,60);
	line-height: 1.5;
	text-align: left;
}

#change_log {
		margin-top: 20px;
		padding: 18px 25px 0;
		border: solid 1px rgb(80, 125, 190);
}
#change_log > .inner {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 20px 0;
		width: 1000px;
}
#change_log h2 {
		margin: 0;
		padding-bottom: .3em;
		border-bottom: solid 1px rgb(80, 125, 190);
		font-size: 1.25rem;
		font-weight: 700;
		color: rgb(80, 125, 190);
		line-height: 1.4;
}
#change_log .log_outer {
		height: 190px;
		overflow-y: scroll;
}
#change_log dl {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		font-size: .937rem;
}
#change_log dl dt, #change_log dl dd {
		padding-top: .7em;
		padding-bottom: .7em;
		border-bottom: solid 1px rgb(180, 180, 180);
		line-height: 1.5;
}
#change_log dl dt {
		box-sizing: border-box;
		width: 120px;
}
#change_log dl dt::before {
		content: "";
		display: inline-block;
		margin-right: 8px;
		width: 8px;
		height: 8px;
		background: rgb(250, 65, 70);
		border-radius: 4px;
		vertical-align: 7%;
}
#change_log dl dd {
		margin: 0;
		width: calc(100% - 120px);
}
/*-----------------------------------
	トップページ以外の共通設定
-----------------------------------*/
.main_area {
		box-sizing: border-box;
		margin-bottom: 20px;
		padding: 25px 25px 40px;
		width: 755px;
		min-height: 700px;
		background: rgba(255, 255, 255, .9);
}
.main_area p {
		margin: .6em 0;
}
.main_area .note {
		display: block;
		margin: .3em 0;
		font-size: .875rem;
}
.main_area .red {
		color: rgb(255, 100, 100);
}
.main_area a.link {
		color: rgb(80, 125, 190);
		transition: opacity .2s ease-out;
}
.main_area a.link:hover {
		opacity: .5;
}
.main_area h2 {
		margin: 1.5em 0 .5em;
		padding-left: .6em;
		padding-top: .2em;
		padding-bottom: .2em;
		background:
				linear-gradient(to bottom, rgba(255, 255, 240, 1), rgba(171, 102, 128, .1));
		border-top: solid 2px rgb(80, 125, 190);
		border-left: solid 2px rgb(80, 125, 190);
		border-radius: 4px;
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
		font-size: 1.5rem;
		color: rgb(80, 125, 190);
		line-height: 1.4;
}
.main_area h3 {
		margin: 1.5em 0 .5em;
		font-size: 1.25rem;
		line-height: 1.4;
}
.main_area h3::before {
		content: "";
		display: inline-block;
		margin-right: 8px;
		width: 8px;
		height: 8px;
		border-radius: 4px;
		background: rgb(237, 121, 25);
		vertical-align: 14%;
}
.main_area h4 {
		margin: 1.5em 0 .5em;
		font-size: 1.125rem;
		color: rgb(80, 125, 190);
		line-height: 1.4;
}
.main_area h2 + section > h3:first-child, .main_area h3 + section > h4:first-child {
		margin-top: .7em;
}
.main_area > section:first-child > h2:first-child {
		margin-top: 0;
}
.main_area table.type01 {
		margin: .5em 0;
		width: 100%;
		border-collapse: collapse;
		font-size: .937rem;
		line-height: 1.5;
		text-align:center;
}
.main_area table.type01 th, .main_area table.type01 td {
		padding: .5em .8em;
		border: solid 1px rgb(180, 180, 180);
}
.main_area table.type01 th {
		background: rgb(240, 240, 240);
		font-weight: 700;
		width:13px;
}
.main_area table.type01 td {
		text-align:left;
}

.main_area table.type02 {
		margin: .5em 0;
		width: 100%;
		border-collapse: collapse;
		font-size: .937rem;
		line-height: 1.5;
		text-align:center;
}
.main_area table.type02 th, .main_area table.type02 td {
		padding: .5em .4em;
		border: solid 1px rgb(180, 180, 180);
}
.main_area table.type02 th {
		background: rgb(240, 240, 240);
		font-weight: 700;
		width:120px;
}
.main_area table.type02 td {
		text-align:left;
}

.main_area table.type03 {
		margin: .5em 0;
		width: 100%;
		border-collapse: collapse;
		font-size: .937rem;
		line-height: 1.5;
		text-align:center;
}
.main_area table.type03 th, .main_area table.type03 td {
		padding: .5em .4em;
		border: solid 1px rgb(180, 180, 180);
}
.main_area table.type03 th {
		background: rgb(240, 240, 240);
		font-weight: 700;
		width:200px;
}
.main_area table.type03 td {
		text-align:center;
}

.main_area .underconstruction {
		box-sizing: border-box;
		margin: 220px auto 0;
		padding: 0.8em;
		width: 250px;
		border: solid 2px rgb(80, 125, 190);
		border-radius: 8px;
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
		font-size: 1.25rem;
		font-weight: 700;
		text-align: center;
}
p span.red {
		font-size: 1.2rem;
		font-weight: 700;
		color: rgb(237, 62, 65);
		line-height: 1.2;
		text-align:center;
}

.redcapution {
		font-size: 1.2rem;
		font-weight: 700;
		color: rgb(237, 62, 65);
		line-height: 1.1;
		text-align:center;
		padding-left:2rem;
}
p span.black {
		font-size: 1.2rem;
		font-weight: 700;
		color: rgb(60, 60, 60);
		text-decoration: line-through;
		line-height: 1.1;
}
p.redtriangle {
		font-size: 1.0rem;
		font-weight: 700;
		color: rgb(237, 62, 65);
		line-height: 1.2;
		position: relative;
		margin-left: 1rem;
		margin-top: 1.2rem;
}
p.redtriangle::before {
		content: '';
		width: 0;
		height: 0;
		border-top: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 8px solid rgb(80, 125, 190);
		position: absolute;
		top: 2px;
		left: -15px;
}
.square {
		width: 90%;
		margin: 0 auto;
		padding: 0 1.2rem 2.5rem 2.8rem;
		border: dashed 2px rgb(237, 121, 25);
}
.black_box {
		width: 90%;
		margin: 0 auto;
		padding: .8rem 1.4em;
		border: solid 1px rgb(60, 60, 60);
		border-radius: 15px;
		background: rgb(240, 240, 240);
}
/*---------- ol ----------*/
ol.type01 {
		counter-reset: item;
		list-style-type: none;
		padding-left: 0;
}
ol.type01 ol {
		padding-left: 1em;
}
ol.type01 {
		text-indent: -1.3em;
		padding-left: 1.3em;
}
ol.type01 li::before {
		counter-increment: item;
		content: counter(item)'.';
		padding-right: .5em;
		font-weight: 700;
}
ol.ol_blue li::before {
		color: rgb(80, 125, 190);
}
/*---------- button box ----------*/
.button_box {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 1em;
		text-align: center;
}
.button_box a {
		box-sizing: border-box;
		display: block;
		margin: 0.5em 0;
		padding: 0.5em 0.8em;
		width: 100%;
		background: rgb(80, 125, 190);
		border: solid 1px rgb(80, 125, 190);
		border-radius: 20px;
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
		color: rgb(255, 255, 255);
		text-decoration: none;
		transition: .2s ease-out;
		transition-property: background, color;
}

.button_box a.orange{
	background:rgb(237, 121, 25);
	border:solid 1px rgb(237, 121, 25);
}

.button_box a.orange:hover {
	background: rgb(255, 255, 255);
	color:rgb(237, 121, 25);
}

.button_box a::after {
		content: " ▶";
}
.button_box a:hover {
		background: rgb(255, 255, 255);
		color: rgb(80, 125, 190);
}
.button_box a.w3 {
		width: 30.3%;
}
.button_box a.w2 {
		width: 48.5%;
}
.button_box a.disabled {
		pointer-events: none;
		cursor: default;
		background: rgb(204, 204, 204);
}
.button_box02 {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 1em;
		text-align: center;
}
.button_box02 a {
		box-sizing: border-box;
		display: block;
		margin: 0.5em 0;
		padding: 0.5em 0.8em;
		width: 100%;
		background: rgba(8, 28, 113, 1.00);
		border: solid 1px rgb(8, 28, 113, 1.00);
		border-radius: 20px;
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
		color: rgb(255, 255, 255);
		text-decoration: none;
		transition: .2s ease-out;
		transition-property: background, color;
}
.button_box02 a::after {
		content: " ▶";
}
.button_box02 a:hover {
		background: rgb(255, 255, 255);
		color: rgb(8, 28, 113, 1.00);
}
.button_box02 a.w3 {
		width: 30.3%;
}
.button_box02 a.w2 {
		width: 48.5%;
}
.button_box02 a.disabled {
		pointer-events: none;
		cursor: default;
		background: rgb(204, 204, 204);
}


.grey_box {
    width: 90%;
    margin: 1.6em auto;
    padding: .6em 1.9em;
    background: rgba(252, 247, 225, 0.5);
    border: solid 1px rgba(205, 205, 205, 1.00);
}
/*------------------------------
	page_greetings
------------------------------*/
#page_greetings .photo {
		margin: 1rem auto 0 0;
		width: 160px;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
#page_greetings .photo img {
		display: block;
		width: 100%;
		line-height: 0;
		vertical-align: bottom;
}
#page_greetings .title {
		margin: -90px 0 0;
		padding-right: 1rem;
		font-size: .937rem;
		text-align: right;
}
#page_greetings .name {
		margin: 0;
		padding-right: 1rem;
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1.5;
		text-align: right;
}
#page_greetings .affi {
		margin: 0 0 1.5em;
		padding-right: 1rem;
		font-size: .937rem;
		text-align: right;
}
#page_greetings .date {
		padding-right: 1rem;
		text-align: right;
}
/*------------------------------
	page_overview
------------------------------*/
#page_overview h2 {
		margin-bottom: 0;
}
#page_overview dl {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
}
#page_overview dl dt, #page_overview dl dd {
		box-sizing: border-box;
		padding: 1.2em 0.5em;
		border-bottom: solid 1px rgb(200, 200, 200);
}
#page_overview dl dt {
		margin: 0;
		width: 130px;
		font-weight: 700;
		color: rgb(80, 125, 190);
}
#page_overview dl dt::before {
		content: "";
		display: inline-block;
		margin-right: 8px;
		width: 8px;
		height: 8px;
		background: rgb(237, 121, 25);
		border-radius: 4px;
		vertical-align: 6%;
}
#page_overview dl dd {
		margin: 0;
		width: calc(100% - 130px);
}
/*------------------------------
	page_access
------------------------------*/
#page_abstract .period {
		padding: .5em 1em;
		border: solid 2px rgb(255, 130, 130);
		border-radius: 5px;
		color: rgb(255, 130, 130);
		text-align: center;
		font-size: 1.062rem;
		font-weight: 700;
}
#page_abstract .period p {
		margin: 0;
}
#page_abstract ul {
		margin: 0;
}
#page_abstract li {
		margin: .4em;
}

#page_abstract .h_align{
	display:inline-block;
	text-align:left;
	vertical-align:top;
}

#page_abstract s.t_black{
	display:inline-block;
	height:1em;
	color:rgb(80,80,80);
	border-bottom:solid 1px rgb(255,130,130);
	text-decoration:none;
}

/*------------------------------
	page_seminar
------------------------------*/
#page_seminar .firstgreen tr > :first-child {
	background: rgba(0, 169, 179, .05);
	color: rgb(80, 125, 190);
	font-weight: 700;
}
#page_seminar .green {
	color: rgb(80, 125, 190);
	font-weight: 700;
}

#page_seminar h2 {
	margin-bottom: 0;
}
#page_seminar dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
#page_seminar dl dt, #page_seminar dl dd {
	box-sizing: border-box;
	padding: 1.2em 0.5em;
	border-bottom: solid 1px rgb(200, 200, 200);
}
#page_seminar dl dt {
	margin: 0;
	width: 150px;
	font-weight: 700;
	color: rgb(80, 125, 190);
}

#page_seminar dl dt::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	background: rgb(237, 121, 25);
	border-radius: 4px;
	vertical-align: 6%;
}
#page_seminar dl dd {
	margin: 0;
	width: calc(100% - 150px);
}

#page_seminar dl.type02 dt {
	margin: 0;
	width: 70px;
	font-weight: 700;
	color: rgb(80, 125, 190);
}

#page_seminar dl.type02 dd{
	margin: 0;
	width: calc(100% - 70px);
	font-weight: 600;
	font-size:.86rem;
}

#page_seminar span.affi{
	font-size:.86rem;
	padding-left: 2em;
	font-weight:600;
}

#page_seminar span.instructor{
	display:inline-block;
	border:solid 1px rgb(80, 125, 190);;
	font-weight:600;
	color:rgb(80, 125, 190);
	padding:0 .4em;
	margin-bottom:.3em;
}

#page_seminar .seminar_thema{
	color:rgb(237, 121, 25);
	font-weight:600;
}

#page_seminar table th {
	width:110px;
}

#page_seminar ul li {
	border-bottom: solid 1px rgb(200, 200, 200);
	list-style: none;
}

#page_seminar ol li {
	margin: .5em 0;
	padding:.5em 0;
}



/*------------------------------
	page_access
------------------------------*/
#page_access .venue {
		margin: 1.25em 0 0;
		font-size: 1.25rem;
		font-weight: 700;
}
#page_access .googlemap iframe {
		width: 100%;
		height: 450px;
}

#page_access  dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
#page_access  dl dt, #page_access  dl dd {
	box-sizing: border-box;
	padding: 1.2em 0.5em;
	border-bottom: solid 1px rgb(200, 200, 200);
}
#page_access  dl dt {
	margin: 0;
	width: 150px;
	font-weight: 700;
	color: rgb(80, 125, 190);
}

#page_access  dl dt::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	background: rgb(237, 121, 25);
	border-radius: 4px;
	vertical-align: 6%;
}
#page_access dl dd {
	margin: 0;
	width: calc(100% - 150px);
}

#page_access dl.type02 dt {
	margin: 0;
	width: 70px;
	font-weight: 700;
	color: rgb(80, 125, 190);
}

#page_access dl.type02 dd{
	margin: 0;
	width: calc(100% - 70px);
	font-weight: 600;
	font-size:.86rem;
}

/*------------------------------
	page_links
------------------------------*/
#page_links dl dt::before {
		content: "";
		display: inline-block;
		margin-right: 8px;
		width: 8px;
		height: 8px;
		border-radius: 4px;
		background: rgb(237, 121, 25);
		vertical-align: 5%;
}
#page_links dl dt {
		box-sizing: border-box;
		padding-left: 10px;
		font-weight: 500;
}
#page_links dl dd {
		box-sizing: border-box;
		margin: 0 0 25px 28px;
		font-weight: 500;
}
#page_links dl dd a {
		display: block;
		box-sizing: border-box;
		width: 100%;
		color: rgb(80, 125, 190);
		text-decoration: none;
		transition: .2s ease-out;
		transition-property: background, color, border-radius, padding-left;
}
#page_links dl a:hover {
		padding-left: 10px;
		background: rgb(80, 125, 190);
		color: rgba(255, 255, 255, 1);
		border-radius: 4px;
}

/*----- page_presenter -----*/
#page_presenter h4{
	border-bottom:dotted 1px rgb(0, 100, 180);
	padding:.5em 0;
	color:rgb(0, 100, 180);
}

#page_presenter h4::before{
	content: "";
	display: inline-block;
	margin-right: 6px;
	width: 8px;
	height: 8px;
	background: rgb(0, 100, 180);
	vertical-align: 10%;
}

#page_presenter h5{
	font-size:1.1em;
	padding-left:.3em;
	border-radius:3px;
	border-left:solid 4px rgb(60, 103, 84);
	border-bottom:solid 1px rgb(60, 103, 84);
	color:rgb(60, 103, 84);
}

#page_presenter ol{
	border:none;
}

#page_presenter .period {
	padding: .2em 1em;
	border: solid 2px rgb(255, 130, 130);
	border-radius: 5px;
	color: rgb(255, 130, 130);
	text-align: center;
	font-size: 1.062rem;
	font-weight: 700;
}

#page_presenter .img_w2 {
	display: flex;
	width:100%;
	margin:0 auto;
}
#page_presenter figure {
	font-size:.7rem;
}

#page_presenter figure img {
	width:280px;
}

#page_presenter ul li{
	position: relative;
	list-style: none;
}
#page_presenter ul li::before {
	display: block;
	content: '';
	position: absolute;
	top: .7em;
	left:-1em;
	width: 10px;
	height: 10px;
	background-color:rgb(237, 121, 25);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#page_presenter dl {
	display: flex;
	flex-wrap: wrap;
	margin: 1em;
}
#page_presenter dl dt, #page_presenter dl dd {
	box-sizing: border-box;
	padding: .2em 0.5em;
	border-bottom:solid 1px rgb(200, 200, 200);
}
#page_presenter dl dt {
	margin: 0;
	width: 150px;
	font-weight: 700;
	color: rgb(80, 125, 190);
}

#page_presenter dl dt::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	background: rgb(237, 121, 25);
	border-radius: 4px;
	vertical-align: 6%;
}
#page_presenter dl dd {
	margin: 0;
	width: calc(100% - 150px);
}

#page_presenter dl.type02 dt {
	margin: 0;
	text-align: center;
	width: 120px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	background:rgba(80, 125, 190,.8);
}

#page_presenter dl.type02 dt::before{
	display: none;
}

#page_presenter dl.type02 dd{
	box-sizing: border-box;
	margin: 0;
	width: calc(100% - 150px);
	border-right:solid 1px rgb(200, 200, 200);
}

#page_presenter dl.type02 dd:nth-of-type(1){
	border-top:solid 1px rgb(200, 200, 200);
}

#page_presenter table.type01 th{
	width:350px;
	text-align:left;
}

#page_presenter img.w100{
	width:100%;
	display: block;
	margin:0 auto;
}

#page_presenter img.w20{
	width:100%;
	display: block;
	margin:0 auto;
}