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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th, td{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/*IE9未満用*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
} 


img {
	vertical-align: bottom;
	border: 0px;

}

/*ページ構成*/
html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	color: #FFF;	
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ゴシックM-PRO","HGMaruGothicMPRO","HG平成丸ゴシック体W4","HGS平成丸ゴシック体W4","HGP平成丸ゴシック体W4",sans-serif;
	font-size: 11pt;
	line-height: 150%;

}

#system_main {
	width: 100%;	
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	background-color: #ff9fbd;
	background-image: url(images/bg_header.png);
	background-position: left top;
	background-repeat: repeat-x;	
}


header{
	width: 1020px;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

header h1{
	margin-top: 10px;
}

#container{
	width: 100%;
	height: 100%;
}

nav{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-image: url(images/bg_menu_2.png), url(images/bg_menu.png);
	background-repeat: repeat-x, repeat;
	background-position: center top, center top;
	box-shadow: 2px 2px 3px #888;
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
}

nav ul{
	width:1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 5px;
}

nav ul li {
	float: left;
	margin: 0px;
	width: 170px;
}

nav ul li a{
	width:170px;
	height:85px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-size:cover;
}

nav ul li:nth-child(1){
	background-image: url(images/menu1.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(1):hover{
	background-image: url(images/menu1_a.png);
	background-repeat: no-repeat;
}

nav ul li:nth-child(2){
	background-image: url(images/menu2.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(2):hover{
	background-image: url(images/menu2_a.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(3){
	background-image: url(images/menu3.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(3):hover{
	background-image: url(images/menu3_a.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(4){
	background-image: url(images/menu4.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(4):hover{
	background-image: url(images/menu4_a.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(5){
	background-image: url(images/menu5.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(5):hover{
	background-image: url(images/menu5_a.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(6){
	background-image: url(images/menu6.png);
	background-repeat: no-repeat;
}
nav ul li:nth-child(6):hover{
	background-image: url(images/menu6_a.png);
	background-repeat: no-repeat;
}
	
#main {
	text-align: center;
	clear: both;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

}

article{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}


#footer {
	width: 100%;
	left: 0px;
	overflow: hidden;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#footer ul{
	width: 300px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer ul li:last-child{
	color: #736357;
	font-size: 26px;
	margin-top: 15px;
}

#footer a{
	color: #736357;
	font-size: 22px;
	font-weight: bold;
	padding-left: 15px;	
}

#footer p{
	padding-top: 15px;
	color: #736357;
	
}

#pagetop {
  display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

h2{
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
	background-image:  url(images/bg_h2_2.png), url(images/bg_h2.png);
	background-repeat: no-repeat, repeat;
	background-position: left bottom, center top;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 70px;

}

/*スライダー*/
#sliderbox {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 20px;
}

#topimg {
	position: absolute;
	top: 0px;
	left: 0px;
}
#topimg img {
	width: 100%;
}

/*スライダー*/

#outline table{
	width: 550px;
	float: left;
	border-collapse: separate;
}

#outline th{
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 2px solid #ff9fbd;
	text-align: left;
	vertical-align: top;
	background-color: #ff7bab;
}

#outline td{
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 5px;
	border-bottom: 2px dotted #FFF;
}

#map #googlemap iframe{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

#map #googlemap {
	float: right;
	width: 380px;
	height: 430px;
	border: 3px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}


#target p{
	font-size: 20px;
	font-weight: bold;
}

#hoshin ul{
	float: left;
	width: 75%;
}

#hoshin ul li{
	text-align: left;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-image: url(images/list_outline.png);
}

#hoshin figure{
	width: 23%;
	float: right;
}

#hoshin figure img{
	width: 90%;
	border: 5px solid #fff;
}

#feature ul.f_contents{
	width: 75%;
	float: left;
}

#feature ul.f_contents li{
	text-align: left;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-image: url(images/list_outline.png);
}

#feature table{
	width: auto;
	margin-top: 5px;
}

#feature th{
	border-bottom: 2px dashed #fff;
	padding-top: 10px;
	padding-right: 10px;
	white-space: nowrap;
}

#feature td{
	border-bottom: 2px dashed #fff;
	padding-top: 10px;
	padding-left: 10px;
}

#feature ul.f_photo{
	width: 23%;
	float: right;
}

#feature ul.f_photo li{
	margin-bottom: 10px;
}

#feature ul.f_photo img{
	width: 90%;
	border: 5px solid #fff;
}
	
#daily table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}

#daily th{
	padding: 5px;
}

#daily td{
	padding: 5px 15px;
	border-bottom: 3px dotted #fff;
}

#daily th.age{
	text-align: center;
	background-color: #e2d2c0;
	color: #736357;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

#daily th.time{
	text-align: center;
	color: #fff;
	font-weight: bold;
	vertical-align: top;

	background-color: #ff73a6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

#daily th.group1, #daily th.group2, #daily th.group3{
	width: 30%;
	text-align: center;
}

#daily th.group1{
	background-color: #FF9;
	color: #736357;
}

#daily th.group2{
	background-color: #9FC;
	color: #736357;
	border-left: 1px dotted #fff;
}

#daily th.group3{
	background-color: #9ff4ff;
	color: #736357;
}

#daily td.d_ill01{
	background-image: url(images/d_ill01.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#daily td.d_ill02{
	background-image: url(images/d_ill02.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


#daily td.d_ill03{
	background-image: url(images/d_ill03.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#event ul{
	margin-bottom: 20px;
	border-bottom: 3px dotted #fff;
}

#event ul li{
	display: inline-block;
	width: 32%;
	vertical-align: top;
	margin-left: 3px;
	margin-right: 3px;
}

#event dl{
	text-align: left;
}

#event dt{
	background-color: #fff;
	color: #736357;
	padding: 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#event dt.apr{
	background-color: #ffe6ee;
}

#event dt.may{
	background-color: #ffe3f7;
}

#event dt.jun{
	background-color: #f7e3ff;
}

#event dt.jul{
	background-color: #eae3ff;
}

#event dt.aug{
	background-color: #caf2f9;
}

#event dt.sep{
	background-color: #caf9ee;
}

#event dt.oct{
	background-color: #caf9d4;
}

#event dt.nov{
	background-color: #e1f7aa;
}

#event dt.dec{
	background-color: #f2f2b1;
}

#event dt.jan{
	background-color: #ffeea9;
}

#event dt.feb{
	background-color: #ffd4a9;
}

#event dt.mar{
	background-color: #ffd5cf;
}

#event dd.e_txt{
	min-height: 8em;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#event dd.e_illust{
	text-align: center;
	margin-bottom: 20px;
}

#event dd.e_illust img{
	width: 80%;
}

#event p{
	text-align: left;
	margin-bottom: 10px;
}

#event p span{
	font-weight: bold;
	font-size: 16px;
}

#blogbox{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
#blogside{
	float: left;
	width: 210px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 30px;
	border-radius: 10px;
	color: #736357;

}

#blogside ul{
	width: 180px;
	padding-left: 10px;
	text-align: left;
	background-color: #f9ee8c;
	margin-left: auto;
	margin-right: auto;
}
#blogside li{
	list-style-image: url(images/list_category.png);
	border-bottom: 1px dotted #c7b299;
	margin-left: 20px;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-top: 10px;

}

#blogside li a{
	color: #736357;
	text-decoration: none;
}

#blogside li a:hover{
	color: #FF6CA1;
	text-decoration: underline;
}

#blogmain {
	float: right;
	width: 730px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #ff5290;
}

#blogtitle{
	margin-bottom: 10px;
}

#blogtitle h3{
	text-align: left;
	margin-top: 10px;
	padding-top:8px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #736357;
	background-color: #eddfd1;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blogkiji .blogdate {
	text-align: left;
	margin-bottom: 10px;
	padding-top: 23px;
	padding-left: 8px;
	padding-bottom: 20px;
	background-image: url(images/bg_blogdate.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #736357;
	font-weight: bold;
}

#blog .blogkiji {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(images/bg_blog.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#blog .blogkiji .bloghonbun {
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9B6A5;
	color: #ff5290;
}


#blog .blogkiji ul {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;

}

#blog .blogkiji ul li {
	width: 32%;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;

}

#blog .blogkiji ul li img {
	width: 200px;
	box-shadow:0px 0px 5px #ccc;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	border: 5px solid #FFF;	
}

#blog p{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(images/list_blog_pdf.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#blog p a{
	color: #ff5290;
}

#blog p a:hover{
	color: #ffa1c7;
}


#download ul li, #jouhou ul li{
	text-align: left;
	margin-top: 25px;
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #fff;
	font-size: 16px;
	background-image: url(images/list_dl.png);
	background-position: left top;
	background-repeat: no-repeat;
	
}

#download ul li a, #jouhou ul li a{
	color: #FFF;
	text-decoration: none;
}

#download ul li a:hover, #jouhou ul li a:hover{
	color: #fff;
	text-decoration: underline;
}

#download p{
	text-align: left;
	margin-top: 60px;
	font-size: 20px;
}

#recruit section{
	text-align: left;
	margin-bottom: 30px;
}

#recruit #rec_info ul{
	width: 95%;
}

#recruit #rec_info ul li{
	display: inline-block;
	vertical-align: top;
}

#recruit #rec_info ul li.bosyu{
	width: 73%;

}

#recruit #rec_info ul li.rec_photo{
	width: 25%;
	margin-top: 20px;
}

#recruit #rec_info ul li.rec_photo img{
	width:95%;
	border: 7px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#recruit #rec_contents dt.m_sub{
	font-size: 18px;
	font-weight: bold;
	color: #736357;
	background-image: url(images/bg_rec.png);
	padding: 8px 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 4px #fff;
}

#recruit #rec_contents dd{
	margin-bottom: 20px;
	margin-left: 15px;
}

#recruit #rec_contents dt.s_sub{
	font-weight: bold;
	text-indent: 15px;	
}

#recruit #rec_contents dt.s_sub:before{
	content: "★ ";
}

#recruit #rec_contents dd ul li{
	list-style-type: disc;
	margin-left: 25px;
}
	
#recruit #rec_contents dd p{
	margin-left: 25px;
}

#recruit #rec_guidelines{
	background-color: #ff7dac;
	border: 3px solid #fff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 2px 2px 3px #888 inset;
	-moz-box-shadow: 2px 2px 3px #888 inset;
	-webkit-box-shadow: 2px 2px 3px #888 inset;
}

#recruit #rec_guidelines dl{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#recruit #rec_guidelines dt{
	border-bottom: 2px dotted #fff;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 5px;
}

#recruit #rec_guidelines dd{
	margin-left: 15px;
	margin-bottom: 20px;
}
	

@media screen and (max-width:768px){

#system_main{
	width: 100%;
	height: auto;
}

header, #main, #container{
	width: 100%;
	height:auto;	
}

header h1{
	text-align: center;
}

nav{
	float:none;
	width:100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

nav ul{
	width:100%;
	margin-bottom: 0px;
	margin-top: 10px;
	background-image: none;
}

nav ul li{
	background-image:none;
	float:left;

}

nav ul li:nth-child(1){
	background-image: none;
	width: 33%;
	padding:0px;
	margin: 0px;
}

nav ul li:nth-child(1):hover{
	background-image: none;
	
}
nav ul li:nth-child(2){
	background-image: none;
	width: 33%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(2):hover{
	background-image:none;
}
nav ul li:nth-child(3){
	background-image: none;
	width: 34%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(3):hover{
	background-image: none;
}

nav ul li:nth-child(4){
	background-image: none;
	width: 33%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(4):hover{
	background-image: none;
}

nav ul li:nth-child(5){
	background-image: none;
	width: 33%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(5):hover{
	background-image: none;
}

nav ul li:nth-child(6){
	background-image: none;
	width: 34%;
	padding:0px;
	margin: 0px;	
}
nav ul li:nth-child(6):hover{
	background-image: none;
}

nav ul li {
	font-size:90%;
	padding-top: 0em;
	margin-right: 0px;
	text-align: center;
	
}
nav ul li a{
	color: #FFF;
	font-weight: bold;
	width: auto;
	height: auto;
	display: block;
	text-indent: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	text-decoration: none;
	border-right: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	border-top: 0px dashed #FFFFFF;
}
	
nav ul li a:hover{
	background-image: url(images/bg_menu_resp.png);
	color: #736357;
	font-weight:bold;
}

#main {
	padding-bottom: 20px;
}

article{
	width: 95%;
}

#pagetop{
	position: relative;
  	bottom: 0;
	display: block;
 	width: 100%;
 	text-align: right;
}


#sliderbox{
	width: 98%;
}

#outline table{
	float: none;
	width: 98%;
	margin-bottom: 30px;
}

#map #googlemap {
	float: none;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

#map #googlemap iframe{
	width: 100%;
}

#map img{
	width: 100%;
}

#hoshin ul{
	width: 60%;
}

#hoshin figure{
	width: 35%;
}

#feature ul.f_contents{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

#feature ul.f_photo{
	float: none;
	width: 100%;
}

#feature ul.f_photo li{
	display: inline-block;
	width: 32%;
}

#daily td.d_ill01, #daily td.d_ill02, #daily td.d_ill03{
	background-image: none;
}

#event ul li{
	width: 47%;
}

#event dl{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#blogbox, #blogside, #blogmain{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#blogmain{
	padding: 0px;
}

#blogside ul{
	width: 98%;
	padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#blogside img{
	display: none;
}

#blog .blogkiji ul li img {

	width: 98%;
}

#recruit section{
	width: 100%;
}

#recruit #rec_info ul{
	width: 100%;
}

#recruit #rec_info ul li.bosyu{
	width: 73%;
	text-align: center;

}

#recruit #rec_info ul li.bosyu img{
	width: 100%;
}

#recruit #rec_guidelines{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#recruit #rec_guidelines dl{
	width: 100%;
}

}

@media screen and (max-width:480px){

#system_main{
	width: 100%;
	height: auto;
}

#container, #footer, #main{
	width: 100%;
	height: auto;	
}

header{
	width: 100%;
	height: auto;
}

header h1 img{
	width: 90%;
}

article{
	width: 90%;
}

#pagetop img{
	width: 110px;
}

#footer p{
	padding-top: 10px;
}

h2{
	padding-top: 3px;
	padding-bottom: 3px;
}

h2 img{
	width: 100%;
}

#hoshin ul{
	float: none;
	width: 98%;
}

#hoshin figure{
	float: none;
	width: 98%;
}

#feature th{
	display: block;
	border-bottom: none;
}

#feature td{
	display: block;
}

#feature ul.f_photo li{
	width: 98%;
}

#event ul li{
	width: 90%;
}

#event dl{
	width: 100%;
}

#event dd.e_txt{
	min-height: auto;
}



#blogside{
	width: 95%;
}


#blog .blogkiji{
	width: 90%;
	background-image: none;
}

#blog #blogtitle .blogdate{
	float: none;
	background-position: left top;
	text-align: left;
}

#blog #blogtitle h4{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
}

#blog .blogkiji ul li {
	display: inline-block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;

}

#blog .blogkiji ul li img {
	width: 90%;
}

#recruit #rec_info ul li.bosyu{
	width: 100%;
}

#recruit #rec_info ul li.rec_photo{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#recruit #rec_info ul li.rec_photo img{
	width: 90%;
}

	}
	
