@charset "utf-8";
/* CSS Document */



* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}
a {
	color: #0090EC;
	text-decoration: none;
}
a:visited {
	color: #F46A00;
	text-decoration: none;
}
a:hover {
	color: #E1001C;
}
a:active {
	　　color: #CC0066;
}
.photo {
	border: 10px solid #FFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 1px 1px 4px #ccc;
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
}
/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.clea {
	clear: both;
}
* html .clearfix {
	height: 1px;/*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
h1 {
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
h1 img {
	width: 100%;
}
h2 {
	position: relative;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-left: 1em;
	padding-bottom: 0.3em;
	background-color: #9C9AF5;
	margin-bottom: 1em;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	margin-top: 1em;
	background-image: url(images/bg_h2.png);
	font-family: "bokutachi";
	border-radius: 10px;
	text-align: left;
	text-shadow: 1px 1px 3px #666699;
	background-position: left center;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666699;
	border-bottom-color: #666699;
	text-indent: 2em;
}
h3 {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	color: #67210D;
	font-size: 22px;
	-moz-background-size: 100% auto;
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 3em;
	margin-top: 20px;
	padding-top: 4px;
	background-image: url(images/h3_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
}
h4 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #F84C67;
	margin-top: 10px;
	margin-bottom: 10px;
}
img {
	vertical-align: bottom;
	border: 0px;
}
main a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	zoom: 1;
}
/*ページ構成*/
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #564235;
	background-color: #FFCCCC;
}
#system_main {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
header {
	height: auto;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(images/bg_body.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#headerbox {
	max-width: 1015px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 10px;
	position: relative;
}
#menu_info {
	position: absolute;
	top: 10px;
	right: 70px;
	width: 110px;
}
#menu_info img {
	width: 100%;
}
#menu_photo {
	position: absolute;
	top: 10px;
	left: 70px;
	width: 110px;
}
#menu_photo img {
	width: 100%;
}
#mainnav {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 10px;
}
#mainnav ul {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#mainnav ul li {
	width: 20%;
	list-style-type: none;
	float: left;
	margin: 0px;
}
#mainnav ul li img {
	width: 100%;
}
main {
	font-size: 14px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 2em;
	background-color: #FFFFFF;
}

#footer {
	padding: 0px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 0px;
}
#footer img {
	max-width: 100%;
	height: auto;
	display: block;/*最下に出来る余白の対処IE,chrome*/
	margin: 0 auto;/*最下に出来る余白の対処IE,chrome*/
	padding: 0;/*最下に出来る余白の対処IE,chrome*/
}



.pagetop {
	text-align: right;
	padding-top: 1em;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1em;
	width: 94%;
}
.bg1 {
	padding-top: 0px;
	padding-bottom: 40px;
	background-color: #FCC;
}
#mainbox {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-radius: 30px;
	padding: 30px;
	margin-top: 20px;
}
.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type1 th {
	background: #f9fafc;
	text-align: left;
}
.txt_pink {
	font-weight: bold;
	color: #E67989;
}


/* トップ */
#--------------------------------TOP--------------------------{}
#top {
	margin-bottom: 20px;
}
#top_photo {
	width: 100%;
	min-height: 800px;
	background-image: url(images/photo_zou.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	margin-bottom: 20px;
	margin-top: 20px;
}

#top img {
	width: 100%;
}
#news {
	margin-bottom: 50px;
}
#news iframe {
	width: 95%;
	height: 300px;
}
#map {
	margin-bottom: 50px;
}
#map iframe {
	width: 96%;
	height: 300px;
	border: 4px solid #FFFFFF;
}
#map table {
	border-collapse: collapse;
	border: 1px solid #339900;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
	margin-bottom: 1em;
}
#map th {
	border: 1px solid #339900;
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	padding-bottom: 0.7em;
	text-align: left;
	font-weight: normal;
	background-color: #F3FEED;
}
#map td {
	border: 1px solid #339900;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
	text-align: left;
	background-color: #FFFFFF;
}
.download {
	width: min(100% - 2em,600px);
	margin-inline: auto;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 3em;
}

.download a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(225, 243, 233, 0.53) 6px, rgba(225, 243, 233, 0.53) 12px );
	padding: 18px 30px;
	border: 3px solid #099;
	box-shadow: 0 5px 0 #099;
	border-radius: 6px;
	display: inline-block;
	transition: .3s;
}
.download a:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #099;
}


#----------------------------------about-------------------------{}
#top_photo2 {
	width: 100%;
	min-height: 800px;
	background-image: url(images/photo_ensha.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-bottom: 20px;
	margin-top: 20px;
}

#about {
	margin-bottom: 5em;
}
.center {
	text-align: center;
	color: #C33;
	font-size: 1.2em;
	width: 100%;
}

#policy table {
	margin-right: auto;
	margin-left: auto;
	width: 96%;
}
#toku div {
	text-align: left;
}

#policy td {
	width: 33.3%;
}

#policy td img {
	width: 95%;
}
#gaiyou table {
	border-collapse: collapse;
	border: 1px solid #62BCFF;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
}
#gaiyou th {
	border: 1px solid #62BCFF;
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	padding-bottom: 0.7em;
	text-align: left;
	font-weight: normal;
	background-color: #F5F5F5;
}
#gaiyou td {
	border: 1px solid #62BCFF;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
	text-align: left;
	background-color: #FFFFFF;
}
#housin table{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
ul.cp_list {
	padding: 0 0.5em;
	list-style-type: none;
	text-align: left;
}

ul.cp_list li {
	position: relative;
	padding: 0.5em;
	margin-bottom: 4px;
	background-color: #FFE6EE;
	border-left : 2.5em solid #FF7043;
}
ul.cp_list li::before {
	position: absolute;
 content: "ul.cp_list {
padding: 0 0.5em;
list-style-type: none;
}
ul.cp_list li {
	position: relative;
	padding: 0.5em;
	margin-bottom: 4px;
	background-color: #DFF7FF;
	border-left: 2.5em solid #FFBF49;
}
ul.cp_list li::before {
	position: absolute;
	content: "\002713";
	display: block;
	padding: 0.5em;
	color: #fff;
	top: 50%;
	left: -2.25em;
	transform: translateY(-50%);
}
ul.cp_list li:last-of-type {
	border-bottom: none;
}
2713";
 display: block;
 padding: 0.5em;
 color: #fff;
 top: 50%;
 left: -2.25em;
 transform: translateY(-50%);
}
ul.cp_list li:last-of-type {
	border-bottom: none;
}
#tokushoku ul {
	margin-bottom: 30px;
	width: 60%;
	float: left;
}
#tokushoku li {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #B8AC9A;
	color: #2E3F83;
	font-size: 1.1em;
	background-image: url(images/list3.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.illust {
	width: 40%;
	float: left;
}
.illust img {
	width: 100%;
	height: auto;
	border-radius: 2em;
}
#---------------------------daily---------------------------{}
#daily {
	margin-bottom: 5em;
}
#daily1 {
	text-align: center;
}

#daily table {
	margin-bottom: 10px;
	border-spacing: 0px;
	border-collapse: collapse;
}
#daily th {
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#age1 {

}
#age1 table {
	width: 100%;
	border: 1px solid #F9914A;
	background-image: url(images/bg02.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F2E9DB;
}
#age1 th {
	background-color: #FFFFFF;
}
#age1 td {
	border: 1px solid #FFFFFF;
}
#age2 {
	float: right;
	width: 48%;
}
#age2 table {
	width: 100%;
	border: 1px solid #A9BDFF;
}
#age2 th {
	background-color: #A5B9FF;
}
#age2 td {
	border: 1px solid #A9BDFF;
}
.dailytxt {
	text-align: left;
	margin-bottom: 15px;
	border: 2px solid #EDCF87;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.time {
	width: 18%;
	background-color: #B98D71;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
}
.bgd1 {
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
}
.bgd2 {
	background-color: #EDF1FF;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
}
#age1 th img {
	width: 90%;
}
#age2 th img {
	width: 90%;
}
#daily2 img {
	width: 100%;
}
#----------------------------event---------------------------{}
#event {
	margin-bottom: 5em;
}
#event1 table {
	width: 100%;
	border-spacing: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#event1 td {
	width: 33%;
	vertical-align: top;
	padding-bottom: 10px;
}
#event1 dl.e1 {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	min-height: 330px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A69688;
	box-shadow: 1px 1px 3px #A69688;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 10px solid #FFB3C8;
}
#event1 dl.e2 {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	min-height: 330px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A69688;
	box-shadow: 1px 1px 3px #A69688;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 10px solid #9AD344;
}
#event1 dl.e3 {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	min-height: 330px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A69688;
	box-shadow: 1px 1px 3px #A69688;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 10px solid #FFB15A;
}
#event1 dl.e4 {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	min-height: 330px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px #A69688;
	box-shadow: 1px 1px 3px #A69688;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 10px solid #88C9FF;
}
#event1 .e1 dt {
	padding: 6px;
	font-size: 18px;
	color: #FF488C;
	border-bottom: 1px solid #FFB3C8;
	text-align: center;
	font-weight: bold;
	background-color: #FFF0F5;
}
#event1 .e2 dt {
	padding: 6px;
	font-size: 18px;
	color: #6AB000;
	border-bottom: 1px solid #23D041;
	text-align: center;
	font-weight: bold;
	background-color: #E2FFC1;
}
#event1 .e3 dt {
	padding: 6px;
	font-size: 18px;
	color: #B04C00;
	border-bottom: 1px solid #FFB15A;
	text-align: center;
	font-weight: bold;
	background-color: #FFF7C1;
}
#event1 .e4 dt {
	padding: 6px;
	font-size: 18px;
	color: #1E99FF;
	border-bottom: 1px solid #88C9FF;
	text-align: center;
	font-weight: bold;
	background-color: #EBF8FF;
}
#event1 dd {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	padding-bottom: 8px;
}
#event1 dd img {
	width: 80%;
	border: 5px solid #E1BF93;
}
.eventtxt {
	text-align: left;
	margin-bottom: 15px;
	border: 2px solid #C8ED87;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#event2 table {
	width: 100%;
}
#event2 th {
	width: 70%;
}
#event2 td {
	width: auto;
	text-align: center;
}
#event2 td img {
	width: 90%;
	border-radius: 20px;
}
#spring {
	padding: 1em;
	background-color: #FFE9F0;
	border-radius: 1em;
	margin-bottom: 2em;
	-webkit-box-shadow: 1px 1px 3px #A09790;
	box-shadow: 1px 1px 3px #A09790;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#spring dl {
	text-align: left;
}
#spring dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom-width: 4px;
	border-bottom-style: dashed;
	border-bottom-color: #EF5F8D;
}
#spring dd {
	font-weight: normal;
	margin-bottom: 1.5em;
}
#summer {
	padding: 1em;
	background-color: #EBFDE4;
	border-radius: 1em;
	margin-bottom: 2em;
	-webkit-box-shadow: 1px 1px 3px #A09790;
	box-shadow: 1px 1px 3px #A09790;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#summer dl {
	text-align: left;
}
#summer dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom-width: 4px;
	border-bottom-style: dashed;
	border-bottom-color: #00B200;
}
#summer dd {
	font-weight: normal;
	margin-bottom: 1.5em;
}
#autumn {
	padding: 1em;
	background-color: #ECE0CE;
	border-radius: 1em;
	margin-bottom: 2em;
	-webkit-box-shadow: 1px 1px 3px #A09790;
	box-shadow: 1px 1px 3px #A09790;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#autumn dl {
	text-align: left;
}
#autumn dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom-width: 4px;
	border-bottom-style: dashed;
	border-bottom-color: #8C4600;
}
#autumn dd {
	font-weight: normal;
	margin-bottom: 1.5em;
}
#winter {
	padding: 1em;
	background-color: #E4F4FD;
	border-radius: 1em;
	margin-bottom: 2em;
	-webkit-box-shadow: 1px 1px 3px #A09790;
	box-shadow: 1px 1px 3px #A09790;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#winter dl {
	text-align: left;
}
#winter dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom-width: 4px;
	border-bottom-style: dashed;
	border-bottom-color: #0085B2;
}
#winter dd {
	font-weight: normal;
	margin-bottom: 1.5em;
}
#event2 ul {
	margin-bottom: 2em;
	text-align: left;
	margin-left: 1em;
}
#event2 ul li {
	background-image: url(images/list4.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.photoarea {
	margin-bottom: 30px;
}
.photoarea table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.photoarea td {
	width: 33.3%;
	text-align: center;
}
.photoarea td img {
	width: 90%;
	border-radius: 15px;
	-webkit-box-shadow: 1px 1px 3px #B5A7A7;
	box-shadow: 1px 1px 3px #B5A7A7;
}
.c1 {
	color: #EF5F8D;
}
.c2 {
	color: #00B200;
}
.c3 {
	color: #8C4600;
}
.c4 {
	color: #0085B2;
}
 @media screen and (max-width:768px) {
header, footer, main, #mainnav, #mainnav ul, #system_main, #topside {
	width: 100%;
	height: auto;
}
html, body {
	background-image: url(none);
}
header {
	height: auto;
	width: 100%;
	background-image: url(images/bg_body2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#system_main {
}
#headerbox {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 5px;
}
#menu_info {
	right: 10px;
	top: 10px;
	width: 12%;
}
#menu_photo {
	left: 10px;
	top: 10px;
	width: 12%;
}
h1 {
	width: 70%;
	text-align: center;
	margin-left: auto;
}
main {
	margin-top: auto;
	margin-bottom: auto;
	padding-bottom: 150px;
	width: 94%;
}
#mainnav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#mainnav ul {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainnav ul li {
	width: 20%;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
}
.pagetop {
	text-align: right;
	padding-bottom: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
footer .copy img {
	width: 80%;
	height: auto;
}
h2 {
	font-size: 22px;
}
#mainbox {
	width: auto;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-radius: 0px;
}
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
  
  #tokushoku ul {
	width: auto;
	float: none;
}

  .illust {
	width: 70%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

  #top_photo, #top_photo2 {
	min-height: 500px;
}

}
 @media screen and (max-width:480px) {
header, footer, #mainnav, #mainnav ul, #system_main {
	width: 100%;
}
h1 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
h3 {
	font-size: 20px;
}
footer .copy img {
	width: 100%
}
.pagetop img {
	width: 30%;
}
header {
	height: auto;
	width: 100%;
	background-image: url(images/bg_body3.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#headerbox {
	position: static;
}
#headerbox ul {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#headerbox ul li {
	float: left;
	width: 50%;
}
#menu_photo {
	position: static;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#menu_info {
	position: static;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	width: 90%;
	margin-left: auto;
}
#mainnav {
	width: auto;
}
#mainnav ul li {
	width: 33.3%;
}
#map td {
	display: block;
	width: auto;
}
#top_photo, #top_photo2 {
	min-height: 350px;
}
#map th {
	display: block;
	width: auto;
	padding: 3px;
}
#gaiyou td {
	display: block;
	width: auto;
}
#gaiyou th {
	display: block;
	width: auto;
	padding: 3px;
}
#policy td {
	display: block;
	width: auto;
}
#tokushoku ul {
	width: auto;
	float: none;
}
.illust {
	width: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#age1 {
	width: auto;
	float: none;
}
#age2 {
	width: auto;
	float: none;
}
#event1 td {
	width: auto;
	display: block;
	margin-bottom: 10px;
}
#event2 th {
	width: auto;
	display: block;
}
#event2 td {
	width: auto;
	display: block;
}
.photoarea td {
	width: auto;
	display: block;
	margin-bottom: 10px;
}
}
