@charset 'utf-8';


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


body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
}

.etext {
	font-family: Avenir, 'Helvetica Neue', Helvetica, san-serif;
	font-weight: 400;
}

a {
	color: #535353;
}

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

::selection {
    background: #252525;
    color: #ccc;
}

::-moz-selection {
    background: #252525;
    color: #ccc;
}

body {
	margin: 0 auto;
	background: #fff;
	color: #535353;
	-webkit-font-smoothing: antialiased;
}

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

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

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

#navi_global {
	top: 50px;
}

#container {
	padding-top: 50px;
}

#contentheader.fixed {
	top: 50px;
}


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

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

	#upper {
		height: 60px;
	}

	#navi_global {
		top: 60px;
	}

	#container {
		padding-top: 60px;
	}

	#contentheader.fixed {
		top: 60px;
	}

	#main {
		width: 72%;
	}

	#columns #side {
		width: 28%;
	}
}

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

	#upper {
		height: 80px;
	}

	#navi_global {
		top: 0;
	}

	#container {
		padding-top: 80px;
	}

	#contentheader.fixed {
		top: 60px;
	}

	#columns #side {
		width: 280px;
	}
}
