@charset "shift_jis";

/* =======================================

	Structure CSS

========================================== */

html, body {
	color: #4c4c4c;
}

body {
	margin: 0 auto;
	padding: 0;
	background:#fdf7e6;
	position:relative;
	background-attachment:fixed;
}

#document {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 950px;
}

#contents {
	float: left;
	display: inline;
	margin: 135px 0 50px 0;
	width: 755px;
	font-size: 14px;
	line-height:1.8;
}

#navigation {
	float: right;
	display: inline;
	margin: 200px 0 50px 0;
	width: 165px;
}


#top #document #contents {
	min-height: 1200px
}

.pc-switcher{
background:#fdf7e6;
color:#fff;
padding: 1em 0;
text-align: center;
font-size: 3em;
font-weight: bold;

width:100%;
height:45px;
}

.pc-switcher span.active{
display:none;
}

.pc-switcher a {
background: #362A1E;
padding: .5em 1em;
border: 1px solid rgba(0, 0, 0, .3);
border-radius: 1em;
box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);
-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);
color:#fdf7e6;
}