@charset "utf-8";
/* color green */

@media screen and (min-width:961px) {

.widget-container h3{;border-bottom:#000 2px solid;background:url(./sidebar_midashi_bg.jpg) no-repeat #033 left top;}

#footer_inner{background:#086d5c;}
a.more-link{background-color:#086d5c;}
.f_contents h3{background:#086d5c;}
#header{background:url(./head.jpg) no-repeat;}
body{background:url(./bg.jpg) repeat-y center top;}
	
}

@media only screen and (min-width:376px) and (max-width:960px) {
	
.widget-container h3{;border-bottom:#000 2px solid;}

#footer_inner{background:#086d5c;}
a.more-link{background-color:#086d5c;}
.f_contents h3{background:#086d5c;}
#header{background:url(./head.jpg) no-repeat;}
body{background:url(./bg.jpg) repeat-y center top;}
	
}

@media screen and (max-width:375px) {
.widget-container h3{;border-bottom:#000 2px solid;}

#footer_inner{background:#086d5c;}
a.more-link{background-color:#086d5c;}
.f_contents h3{background:#086d5c;}
#header{background:url(./head.jpg) no-repeat;}
body{background:url(./bg.jpg) repeat-y center top;}
	
}
