/* RESET
--------------------------*/
html {
	/*overflow-y: scroll;*/
	color: #fff;
	background: #000;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 13px/1.5 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	*font-size: small;
	*font: x-small;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
select,input,button,textarea {
	font: 99% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
 *font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
 *font-size: 108%;
	line-height: 100%;
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
fieldset,img {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
legend {
	color: #000;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
q:before,
q:after {
	content: '';
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

/* COMMON SET
--------------------------*/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #000;
	line-height: 1.6;
	color: #ccc;
	letter-spacing: 0.03em;
	text-align: center;
	position: relative;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}
a.btn img {
	-ms-filter: 'alpha(opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
a:hover.btn img{
	-ms-filter: 'alpha(opacity=75)';
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*container
-------------------------------------*/
#wrap {
	max-width: 600px;
	margin: 0 auto;
	padding: 120px 0 0;
	text-align: center;
}
/*main
-------------------------------------*/
#shop_list {
	width: 100%;
	margin: 0;
	padding: 0;
}
.logo_segare {
	float: left;
	width: 30%;
	text-align: left;
}
.logo_oyaji {
	float: left;
	width: 30%;
	margin: 0 5%;
	text-align: center;
}
.logo_yasyago {
	float: left;
	width: 30%;
	text-align: right;
}

#oyaji {
	clear: both;
	margin: 70px 0 0;
}
#oyaji h1 {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px #666 dotted;
}

/* FOOTER
--------------------------*/
footer {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
footer small {
	display: block;
	text-align: center;
	font-size: 0.8em;
}

/* 768px以下
--------------------------*/
@media only screen and (max-width: 768px) {

}

/* 480px以下
--------------------------*/
@media only screen and (max-width: 480px) {
#wrap {
	padding: 20px 0 0;
}
.logo_segare {
	float: left;
	width: 26%;
}
.logo_oyaji {
	float: left;
	width: 26%;
	margin: 0 11%;
}
.logo_yasyago {
	float: left;
	width: 26%;
}
#oyaji {
	margin: 50px 0 0;
}

}