@charset 'utf-8';


@font-face {
	font-family: 'collabomall';
	src: url('../font/collabomall/collabomall.eot?yrlquo');
	src: url('../font/collabomall/collabomall.eot?yrlquo#iefix') format('embedded-opentype'),
		 url('../font/collabomall/collabomall.woff2?yrlquo') format('woff2'),
		 url('../font/collabomall/collabomall.ttf?yrlquo') format('truetype'),
		 url('../font/collabomall/collabomall.woff?yrlquo') format('woff'),
		 url('../font/collabomall/collabomall.svg?yrlquo#collabomall') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'flaticon';
	src: url('../font/flaticon/flaticon.eot');
	src: url('../font/flaticon/flaticon.eot#iefix') format('embedded-opentype'),
		 url('../font/flaticon/flaticon.woff') format('woff'),
		 url('../font/flaticon/flaticon.ttf') format('truetype'),
		 url('../font/flaticon/flaticon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

a {
	color: #8c121b;
}

a:hover,
a.hover {
	color: #c34665;
}

::selection {
    background: #de4d5c;
    color: #fff;
}

::-moz-selection {
    background: #de4d5c;
    color: #fff;
}

body {
	margin: 0 auto;
	background: #fff;
	color: #694A4B;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#upper > .inner,
#navi_menu > .inner,
#contentheader > .inner,
.breadcrumb > ul {
	max-width: 1400px;
}

#bottom > .inner {
	max-width: 940px;
}

#upper {
	min-width: 320px;
	height: 50px;
}

#navi_global {
	top: 50px;
}

#container {
	padding-top: 78px;
}

#contentheader {
	top: 50px;
}


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

	#upper {
		height: 60px;
	}

	#navi_global {
		top: 60px;
	}

	#container {
		padding-top: 100px;
	}

	#contentheader {
		top: 60px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {

	#main {
		width: 72%;
	}

	#side {
		width: 28%;
	}
}

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

	#navi_global {
		top: 0;
	}

	#side {
		width: 280px;
	}
}
