﻿<!--
@charset "utf-8";
/* ==== GROUP =================================== */
@media screen and (min-width: 980px){
.maedagroupnavi{
	border-width: 0 0 3px 0;
	border-style: solid;
	border-color: #fff343;
	background-color: #fff;
	display: grid;
	grid-template-columns: 30% 70%;
}
#maedagroupnavi_left {
	margin:5px 0 5px 15px;
	padding: 5px;
	text-align: left;
}
#maedagroupnavi_right {
	margin:5px 15px 0 0;
	padding: 5px;
	text-align: right;
}
#maedagroupnavi_right a{
	margin:0 15px 0 15px;
	text-decoration: none;
}
}
@media screen and (max-width:979px){
.maedagroupnavi{
	display: none;
}
#maedagroupnavi_left {
	display: none;
}
#maedagroupnavi_right {
	display: none;
}
#maedagroupnavi_right a{
	text-decoration: none;
}
}
/* ==== BODY =================================== */
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fffeec;  
	margin: 0;
	padding: 0;
	text-align: center;
}
body a{
	color:#54899d;
}
body a:hover{
	color:#ff0000;
}
dt{
	font-weight: bold;
	padding: 15px;
}
dd{
	padding: 15px 0 20px 15px;
}
#top_works{
	border-width: 0 0 15px 0;
	border-style: solid;
	border-color: #fff347;
}
#top_works h2{
	
}
#top_works_banner img{
	margin: 30px;
}
#news_all_view {
	padding: 15px;
	text-align: right;
	font-size: 1.1em;
}
#rakutenwebservices_banner{
	background-color: #fff;
}
#rakutenwebservices img{
	padding: 5px 0 5px 0;
}
#rakutenwebservices_item{
	padding: 15px 0 15px 0;
	border-width: 2px 1px 2px 1px;
	border-style: solid;
	border-color: #f7e599;
}
#rakutenwebservices_itemname{
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: #b22222;
	padding: 0 0 0 10px;
	text-align: left;
}
#rakutenwebservices_shopname{
	padding: 5px 0 5px 0;
	font-weight: bold;
}
.rakutenwebservices_price{
	color: #b22222;
	font-weight: bold;
	text-align: right;
	font-size: 1.0em;
}
#onlineshop{
	border-width: 0 0 8px 0;
	border-style: solid;
	border-color: #f7e599;
	text-align:center;
}
#onlineshop_item{
	border-width: 5px 1px 5px 1px;
	border-style: solid;
	border-color: #f7e599;
}
#onlineshop_item a{
	text-decoration: none;
}
#onlineshop_item_category{
	padding: 8px 0 0 0;
	font-size: 0.8em;
}
#onlineshop_item_images img{
	width:250px;
}
#onlineshop_item_name{
	font-weight: bold;
	padding: 0 0 8px 0 ;
}
#onlineshop_item_price{
	color: #ff0000;
	padding: 0 0 8px 0 ;
	font-weight: bold;
}
#onlineshop_all{
	margin: 20px ;
	font-weight: bold;
}

@media screen and (min-width: 980px){
#md_head{
	background-color: #fff;
	padding: 15px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #fff347;
}
#md_head img{
}
}
@media screen and (max-width:979px){
#groupnavi img{
	width: 100%!important;
}
#md_head{
	background-color: #fff;
	padding: 15px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #fff347;
}
#md_head img{
	width: 100%;
}
}
@media print{
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}
}

/* ==== TODAYS PHOTOS =================================== */
@media screen and (min-width: 980px){
#todaysphotolist{
	text-align: left;
}
#box_id {
}
#box_id a{
	float:left;
	clear: right;
	width: 210px;
	size: 0.7em;
}
.links_tag {
	text-align: right;
	clear:both;
	padding-top: 25px;
}
.links_tag a {
	clear:both;
	color: #FFF;
	margin-top: 25px;
	padding: 8px;
	text-decoration: none;
	background-image: url(images/bg3.png);
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}
}
@media screen and (max-width:979px){
}
/* ==== business_list_box =================================== */
@media screen and (min-width: 980px){
#business_list{
	text-align: left;
}
#business_list_box {
	float:left;
	clear: right;
	width: 295px;
	min-height: 300px;
	size: 0.7em;
	padding: 10px;
	margin: 3px;
	border-width: 0 2px 3px 0 ;
	border-style: solid;
	border-color: #fff347;
	background-color: #fff;
}
.links_tag {
	text-align: right;
	clear:both;
	padding-top: 25px;
}
.links_tag a {
	clear:both;
	color: #FFF;
	margin-top: 25px;
	padding: 8px;
	text-decoration: none;
	background-image: url(images/bg3.png);
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}
}
@media screen and (max-width:979px){
#business_list{
	text-align: left;
}
#business_list_box {
	float:left;
	clear: right;
	width: 295px;
	min-height: 300px;
	size: 0.7em;
	padding: 10px;
	margin: 3px;
	border-width: 0 2px 3px 0 ;
	border-style: solid;
	border-color: #fff347;
	background-color: #fff;
}
}

/* ==== TOP SLIDESHOW =================================== */
@media screen and (min-width: 980px){
#topimages {
	padding: 40px 0 40px 0;
	background-image: url(images/bg3.png);
	text-align: center;
}
}
@media screen and (max-width:979px){
#topimages {
	display:none;
}
#groupnavi{
	text-align: center;
}
}

/* ==== SLIDESHOW 2020=================================== */
@media screen and (min-width: 980px){
#top_slideshow {
	padding : 5px 0 25px 0;
	overflow: hideden;
	background-color: #fff347;
}
.item_sale {
	position: absolute; 
	bottom: 0; 
	font-size: 0.8em;
	margin: 2px;
	padding: 2px;
	background-color: #333;
	color:#FFF;
	opacity: 0.80;
	font-weight: bold;
}
#top_banner {
	margin : 15px 0 30px 0;
}
}
@media screen and (max-width:979px){
#top_slideshow {
	margin-bottom : 25px;
}
.item_sale {
	font-size: 0.8em;
	margin: 2px;
	padding: 2px;
	background-color: #333;
	color:#FFF;
	font-weight: bold;
	min-height: 40px;
}
#top_banner img{
	max-width: 100%;
	margin : 15px 0 15px 0;
}
}
@media print{
#top_slideshow {
	display:none;
}
}


/* ==== MENU =================================== */
@media screen and (min-width: 980px){
#topmenu{
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	width:100%;
}
#menu{
	font-size: 1.2em;
	background-color: #fff;
}

#menu ul{
	color: #FFF;
	list-style-type: none;
	padding:0px;
	margin: 0px;
	text-align: center;

}
#menu li{
	display: -moz-inline-box; 
	display: inline-block;
	/display: inline;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	border-width: 0px 1px 0 0;
	border-style: solid;
	border-color: #edead2;
}
#menu a{
	color: #000;
	padding: 15px;
	text-decoration: none;
}
#menu a:hover{
	color: #e60012;
	background-color: #fff347;
}
#menu li:first-child{
	display: -moz-inline-box; 
	display: inline-block;
	/display: inline;
	padding: 15px 0 15px 0;
	margin: 0px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #edead2;
	text-decoration: none;
}
#mopen{
	display: none;
}
}
@media screen and (max-width:979px){
#topmenu{
	background-color: #fff347;  
	text-align: left;
}
#menu{
	background-color: #fff347;  
	font-size: 1.2em;
}

#menu ul{
	background-color: #fff347;  
	color: #FFF;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	margin: 0px;
	padding: 2px;
	background-color: #fff347;
}
#menu a{
	text-align: left;
	display: block;
	position: relative;
	padding-top:5px;
	padding-left:75px;
	padding-right:5px;
	padding-bottom:5px;
	color: #504603;
	background-color: #fff347;
}
#menu a:hover{
	color: #edead2;
	background-color: #ff6600;
}
#mopen{
	width: 100%;
	padding-top:2px;
	padding-bottom:2px;
	text-align: center;
}
#mopen a{
	background-color: #e46304;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #edead2;
	padding:15px;
	margin:25px;
	text-decoration: none;
	font-weight: bold;
}
#mopenm{
	display: none;
}

}


@media print{
#topmenu{
	background-image: url(images/bg5.png);  
	margin: 0 auto;
	text-align: center;
	width:100%;
	margin-top : 2px;
	margin-bottom : 15px;
}
#menu{
	font-size: 1.2em;
}
#mopen{
	display: none;
}

#menu ul{
	color: #FFF;
	list-style-type: none;
	padding:0px;
	margin: 0px;
	text-align: center;

}
#menu li{
	display: -moz-inline-box; 
	display: inline-block;
	/display: inline;
	padding: 15px 0 15px 0;
	margin: 0px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #edead2;
}
#menu a{
	color: #504603;
	padding: 15px;
	text-decoration: none;
}
#menu a:hover{
	color: #edead2;
	background-image: url(images/bg4.png);  
}
#menu li:first-child{
	display: -moz-inline-box; 
	display: inline-block;
	/display: inline;
	padding: 15px 0 15px 0;
	margin: 0px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #edead2;
	text-decoration: none;
}
}

/* ==== TOP CONTENS =================================== */
@media screen and (min-width: 980px){
#contents{
	width:980px;
	margin: 0 auto;
	text-align: left;

}
#contents_bg{
	border-width: 10px;
	border-style: solid;
	border-color: #fff347;
}
#contents_bg h2{
	font-size: 2.0em;
	font-family: "FOT-モード明朝Aラージ Std B";
	text-align: center;
	padding: 25px 0 30px 0;
	margin: 0px;
	background-color: #fff347;
}
#contents img{
	max-width: 880px;
}
#contents p{
	padding: 15px;
}
#works_cat{
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px;
	text-align: right;
}
#works_cat select{
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}
#contents_left{
	width:640px;
	margin:12px 18px 12px 0;
	float: left;
	clear: left;
}
#contents_left h2{
	padding:15px;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #fff347;
	color: #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#contents h3{
	padding: 15px;
	margin-top: 15px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e60012;
}
#kiji_id{
	margin: 5px 0 5px 0;
}
#kiji_id a{
	display: block;
	padding: 15px;
	background-color: #fff;
	border-color: #fff347;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
}
#contents_left p{
	margin-left: 25px;
}
#contents_left dt{
	font-weight: bold;
}
#contents_right{
	width:300px;
	margin:12px 0 12px 18px;
	float: left;
}
#contents_right h2{
	padding:5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}
#contents_right p{
	margin-left: 25px;
}
#kiji{
	margin: 15px;
	padding: 15px;
	border-width: 0 2px 3px 0;
	border-style: solid;
	border-color: #fff347;
	background-color: #fff;
}
#kiji_img img{
	float: left;
	margin: 5px;
	width: 150px;
}
#pixta{
	padding:5px;
}
}

@media screen and (max-width:979px){
#contents{
	margin: 0 auto;
	text-align: left;

}
#contents_bg{
	border-width: 10px;
	border-style: solid;
	border-color: #fff347;
}
#contents_bg h2{
	font-size: 2.0em;
	font-family: "FOT-モード明朝Aラージ Std B";
	text-align: center;
	padding: 25px 0 30px 0 ;
	margin: 0px;
	background-color: #fff347;
}
#contents h3{
	padding: 15px;
	margin-top: 15px;
	font-size: 1.5em;
	font-weight: bold;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #e60012;
}
#contents img{
	max-width: 880px;
}
#contents p{
	padding: 15px;
}
#contents p img{
	width:100%;
}
#contents_left p{
	width:100%;
}
#contents_left img{
	width:100%;
}
#contents{
	text-align: left;
	margin: 0 auto;
}
#contents_left{
	margin:12px 18px 12px 18px;
}
#contents_left h2{
	padding:15px;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #fff347;  
	color: #000;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}
#contents_left p{
	margin-left: 25px;
}
#contents_left dt{
	font-weight: bold;
}
#contents_right{
	margin:12px 18px 12px 18px;
}
#kiji_id a{
	display: block;
	padding: 15px;
	background-color: #fff;
	border-color: #fff347;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
}
#contents_right h2{
	padding:5px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d5731;
	color: #5d5731;
}
#contents_left h3{
	padding:15px 15px 15px 30px;
	font-size: 1.1em;
	font-weight: bold;
	border-width: 0 0 1px 8px;
	border-style: solid;
	border-color: #5d5731;
}
#contents_right p{
	margin-left: 25px;
}
#kiji{
	margin: 15px;
	padding: 15px;
	border-width: 0 2px 3px 0;
	border-style: solid;
	border-color: #fff347;
	background-color: #fff;
}
#kiji_img img{
	max-width: 300px;
}
#pixta{
	padding:5px;
}
#works_cat{
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px;
	text-align: right;
}
#works_cat select{
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}
}

@media print{
#contents{
	text-align: left;
	margin: 0 auto;
}
#contents_left{
	margin:12px 18px 12px 0;
	float: left;
	clear: left;
}
#contents_left h2{
	padding:15px;
	background-image: url(images/bg2.png);  
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}
#contents_left h3{
	padding:15px 15px 15px 30px;
	font-size: 1.1em;
	font-weight: bold;
	border-width: 0 0 1px 8px;
	border-style: solid;
	border-color: #5d5731;
}
#contents_left p{
	margin-left: 25px;
}
#contents_left dt{
	font-weight: bold;
}
#contents_right{
	display:none;
}
#contents_right h2{
	display:none;
}
#contents_right p{
	display:none;
}
#kiji{
	padding-bottom:15px;
}
#kiji_img img{
	display:none;
}
#pixta{
	display:none;
}
}


/* ==== KIJI =================================== */
#kijidate {
	text-align: right;
	margin-right: 15px;
}
@media screen and (min-width: 980px){
#contents_left dt{
	color: #000;
	padding: 5px;
	margin: 3px 0 0 163px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e60012;
}

#contents_left dd{
	margin-left: 163px;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
}
#logo_sign{
	width: 400px;
	float: right;
}
#logo_sign img{
	width: 400px;
}

}
@media screen and (max-width:979px){
#logo_sign{
	width: 300px;
}
#logo_sign img{
	width: 300px;
}
#contents_left dt{
	color: #000;
	padding: 5px;
	margin: 3px 0 0 0;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e60012;
}

#contents_left dd{
	margin-left: 0;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

}

/* ==== WORKS =================================== */
@media screen and (min-width: 980px){
.grid {
	width: 980px;
}
.items_name{
	padding: 15px;
	margin-top: 15px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e60012;
}
.items_company{
	padding: 15px;
	font-size: 1.2em;
}
.items {
	margin: 15px;
	padding: 15px;
	border-width: 0 2px 3px 0;
	border-style: solid;
	border-color: #fff347;
	background-color: #fff;
}
#works h4 {
	font-weight: normal;
	font-size: 1.2em;
}
.workscategory {
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 15px;
	padding: 7px;
	background-color: #e60012;
}
}
@media screen and (max-width:979px){
.grid {
}
.items_name{
	padding: 15px;
	margin-top: 15px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e60012;
}
.items_company{
	padding: 5px;
}
.items {
	margin: 15px;
	padding: 15px;
	border-width: 0 2px 3px 0;
	border-style: solid;
	border-color: #fff347;
	background-color: #fff;
}
#works h4 {
	font-weight: normal;
}
.workscategory {
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 5px;
	padding: 4px;
	background-color: #a82222;
}
}

@media print{
.grid {
}
.items_name{
	padding: 5px;
	margin-top: 5px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a82222;
}
.items_company{
	padding: 5px;
	font-size: 1.2em;
}
.items {
	margin: 15px;
	padding: 15px;
	border-width: 0 2px 3px 0;
	border-style: solid;
	border-color: #e8e0b5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#works h4 {
	font-weight: normal;
	font-size: 1.2em;
}
.workscategory {
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 5px;
	padding: 7px;
	background-color: #a82222;
}
}


/* ==== FOOTER =================================== */
@media screen and (min-width: 980px){
footer {
	background-color: #fff;  
	color: #000;
}
footer a{
	color: #000;
}
footer #footer_title {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff347;
	margin: 0 auto;
	padding-top: 30px;
	width:980px;
	text-align: left;
	color: #000;
}
footer #footer_navi {
	padding: 0px;
	margin: 0 auto;
	width:980px;
	text-align: left;
}
footer img{
	padding: 12px;
	margin: 12px;
}
footer #copyright {
	padding:10px;
	margin-top:25px;
	font-size: 0.9em;
	background-color: #fff347;  
	color: #000;
}
footer ul{
	padding-left:15px;
	list-style-type: none;
	color: #000;
	margin: 0px;
}
footer li{
	padding:3px 20px 3px 5px;
	display: -moz-inline-box; 
	display: inline-block;
	/display: inline;
}
#footer_logo{
	text-align: center;
	margin: 0 auto;
}
#footer_logo img{
	width:300px;
}
}
@media screen and (max-width:979px){
footer {
	background-color: #fff;  
	color: #000;
}
footer a{
	color: #000;
}
footer #footer_title {
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #5d5731;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
	color: #000;
}
footer #footer_navi {
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}
footer #copyright {
	padding:10px;
	margin-top:25px;
	font-size: 0.9em;
	background-color: #fff347;
	color: #000;
}
footer ul{
	padding-left:15px;
	list-style-type: none;
	margin: 0px;
	color: #000;
}
footer li{
	padding:3px 20px 3px 5px;
	display: -moz-inline-box; 
	display: inline-block;
	/display: inline;
}
#footer_logo{
	text-align: center;
	margin: 0 auto;
}
#footer_logo img{
	width:200px;
}
}

@media print{
footer {
}
footer a{
	display: none;
}
footer #footer_title {
	display: none;
}
footer #footer_navi {
	display: none;
}
footer img{
	display: none;
}
footer #copyright {
	padding:5px;
	margin-top:25px;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}
footer ul{
	display: none;
}
footer li{
	display: none;
}
}

/* ==== COMMON =================================== */
#clear {
	clear: both;
}
/* =================================== PHOTOLINE */
@media screen and (min-width: 780px){
#photoline{
	background-color: #fff;
	color: #000;
	border-width: 0 0 15px 0;
	border-style: solid;
	border-color: #fff347;
}
#photoline h3{
	text-align: center;
	font-weight: normal;
	margin: 0px auto;
	padding: 20px;
}
#photoline .line{
	overflow: hidden; 
	height: 470px;
	margin: 0px auto;
	text-align: left;
}
#photoline .showall a{
	width: 200px;
	margin: 25px auto;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 20px;
	background-color: #FFF;
}
#photoline .showall{
	margin: 25px;
	padding: 20px;
}
}

@media screen and (max-width:779px){
#photoline{
	background-color: #fff;
	color: #fff;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #fff347;
}
#photoline .line{
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
	height: 280px;
	text-align: left;
}
}
@media print{
#photoline{
	display: none;
}
}
/* =================================== BOXID */
@media screen and (min-width: 780px){
#search{
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	background-color: #333;
}
#search_y{
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	background-color: #fff;
}
#search a{
	display: block;
	color: #000;
	text-decoration:none;
	padding: 25px;
}
#search a:hover{
	color: #fff;
	text-decoration:none;
}
#search_y a{
	display: block;
	color: #000;
	text-decoration:none;
	padding: 25px;
}
#search_y a:hover{
	color: #fff;
	text-decoration:none;
}
#search_name{
	font-size: 1.1em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #fff347;
	padding: 5px;
	font-weight: bold;
}
#search_name:hover{
}
#search_taken{
	font-size: 0.9em;
	border-width: 0 0 0 8px;
	border-style: solid;
	border-color: #fff347;
	padding: 5px;
	font-weight: normal;
}
#search_taken:hover{
}
#search_photo{
	position: relative;
	width: 500px;
	margin: 0px auto;
	background-color: #fffeec;
	margin-top:25px;
	margin-bottom:25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#search_photo:hover{
	background-color: #d6ae6f;
}
#search_taken:hover{
}

#search_photo img{
	width: 450px;
}
#search_photo span.text {
	position: absolute; 
	left: 30px; 
	top: 30px; 
	font-size: 0.8em;
	margin: 2px;
	padding: 2px;
	background-color: #ff6600;
	color:#FFF;
	opacity: 0.80;
	font-weight: bold;
}

#box_id a {
	background-color: #fff347;
	color: #3b3b3b;
	border: 2px solid #FFFFFF;
	clear: none;
	float: left;
	height: 235px;
	width: 200px;
	margin: 9px;
	padding: 9px;
	display: block;
	text-decoration:none;
	font-size: 0.9em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#box_id  a:hover{
	background-color: #b8b8b8;
}
.box_id_photo  {
	position: relative;
}
.box_id_photo span.text {
	position: absolute; 
	left: 0; 
	top: 0; 
	font-size: 0.8em;
	margin: 2px;
	padding: 2px;
	background-color: #ff6600;
	color:#FFF;
	opacity: 0.80;
	font-weight: bold;
}
}

@media screen and (max-width:779px){
#search{
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	background-color: #333;
}
#search_y{
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	background-color: #fff;
	width: 7000px;
}
#search a{
	display: block;
	color: #000;
	text-decoration:none;
	padding: 5px;
}
#search a:hover{
	color: #fff;
	text-decoration:none;
}
#search_y a{
	display: block;
	color: #000;
	text-decoration:none;
	padding: 5px;
}
#search_y a:hover{
	color: #fff;
	text-decoration:none;
}
#search_name{
	font-size: 1.1em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #fff347;
	padding: 5px;
	font-weight: bold;
}
#search_name:hover{
}
#search_taken{
	font-size: 0.9em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #fff347;
	padding: 5px;
	font-weight: normal;
}
#search_taken:hover{
}
#search_photo{
	position: relative;
	width: 240px;
	margin: 0px auto;
	background-color: #fffeec;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#search_photo:hover{
	background-color: #946c45;
}
#search_photo img{
	width: 230px;
}
#search_photo span.text {
	position: absolute; 
	left: 10px; 
	top: 10px; 
	font-size: 0.8em;
	margin: 2px;
	padding: 2px;
	background-color: #ff6600;
	color:#FFF;
	opacity: 0.80;
	font-weight: bold;
}
#box_id a {
	background-color: #d7d7d7;
	color: #3b3b3b;
	border: 2px solid #fff;
	clear: none;
	float: left;
	padding-top: 9px;
	padding-bottom: 9px;
	display: block;
	text-decoration:none;
	font-size: 0.9em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#box_id  a:hover{
	background-color: #b8b8b8;
}
#box_id  img{
	width: 150px;
	height: 100px;
}
}


// -->
