@charset "utf-8";

html{
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #221814;
	font-size: 85%;
}

p{
	line-height: 1.7;
	max-height: 100%;
}

a.hoveralpha{
	display: inline-block;
}

img {
	vertical-align: text-bottom;
}

#wrapper{
	width: 978px;
	margin: 0 auto;
	border: 1px solid #c8c5c4;
	border-top: none;
	border-bottom: none;
}

header{
	height: 573px;
	padding-top: 25px;
}

header h2{
	margin-left: 25px;
	float: left;
	line-height: 1.7;
}

.linkNav{
	margin-right: 42px;
}

.linkNav{
	float: right;
}

.linkNav li{
	text-align: right;
}

header h1{
	margin-top: 75px;
	margin-left: 314px;
	margin-bottom: 40px;
}

header .sectionImg{
	margin-bottom: 6px;
}

#gNavi{
	background-color: #F4F4F4;
	width: 978px;
	padding-top: 20px;
	padding-bottom: 23px;
}

#gNavi li{
	float: left;
}

#gNavi li img{
	vertical-align: top;
}

#gNaviSub{
	margin-top: 15px;
}

#gNaviSub li img{
	padding-top: 5px;
}


#concept{
	text-align: center;
	margin-bottom: 25px;
}

#concept h3{
	margin-bottom: 11px;
	text-align: center;
}

#concept p{
	font-size: 120%;
	margin-bottom: 25px;
}


h4{
	font-size: 150%;
}

h5{
	font-size: 120%;
	font-weight: 500;
}

#content h3{
	margin-top: 11px;
	text-align: center;
}

#content h4{
	padding-left: 155px;
}

#content section{
	padding-left: 255px;
}

#content section h5:first-child{
	margin-top: 12px;
}

#content section h5{
	margin-top: 25px;
	margin-bottom: 3px;
}


#individual{
	margin-top: 70px;
}

#individual h4{
	margin-top: 24px;
	padding-left: 305px;
}

#individual table{
	margin-left: 188px;
	margin-top: 12px;
}

#individual td:first-child{
	padding-right: 75px;
	padding-top: 0px;
}

#individual td{
	vertical-align: middle;
	padding-top: 10px;
}


#event{
	margin-top: 70px;
}

#event h4{
	margin-top: 24px;
	margin-left: 470px;
	margin-bottom: 20px;
}

#event p{
	margin-left: 130px;
}

#contact{
	margin-top: 70px;
}

#contact h3{
	margin-top: 11px;
	text-align: center;
}

#contact section{
	float: left;
	margin-left: 130px;
}

#contact section h4{
	font-size: 110%;
	margin-bottom: 40px;
}


#company{
	margin-top: 70px;
}

#company h3{
	margin-top: 11px;
	text-align: center;
}

#company h4{
	font-size: 120%;
}
	
#company h4,#company table{
	margin-left: 140px;
}

#company table{
	margin-top: 12px;
	margin-bottom: 18px;
}

#company table tr:first-child th{
	padding-top: 0px;
}

#company table th{
	padding-top: 20px;
	width: 210px;
}


#profileModal{
	width: 978px;
	height: 526px;
	background-image: url(../img/profile.jpg);
}

#profileModal h4{
	font-size: 100%;
	margin-top: 50px;
}

#profileModal p{
	margin-top: 50px;
}


#profileModal #name{
	font-size: 140%;
}

#profileModal h4,#profileModal p{
	margin-left: 380px;
}

#webshopModal{
	width:978px;
	height:526px;
	background-color: #fff;
	text-align:center;
	font-size: 140%;
}

#webshopModal p{
	margin-top: 235px;
}

#webshopModal img{
	margin-top: 40px;
}


#pagetop{
	margin-left: 775px;
	margin-bottom: 8px;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}


footer{
	background-color: #231815;
	height: 192px;
	text-align: center;
	position: relative;
}

footer,footer a{
	color: #FEFEFE;
}

footer nav{
	padding-top: 35px;
	text-align: left;
}

footer nav ul{
	float: left;
}

footer nav ul li{
	padding: 3px 0px;
	font-size:110%;
	line-height: 1.5;
}

footer #copyright{
	position: absolute;
	bottom: 18px;
	width: 100%;
}