@charset "utf-8";
header{
	background: none;
}
.pageLogo{
	position: absolute;
	top: 29px;
	left: 29px;
	margin: 0;
}
@media screen and (max-width: 750px){
	header{
		padding-bottom: 0;
	}
	.pageLogo{
		width: 58%;
		position: static;
		margin: 9% auto 0;
	}
}
/* content,content_inner
--------------------------------------------------------------*/
#contentWrap{
	background: #fff;
	border:10px solid #d5c3ae;
	padding: 0;
}
.content_inner{
	width: 840px;
	margin: 0 auto 20px;
	padding: 50px 0 30px;
	border-radius: 10px;
	background: #fff2b4;
}
@media screen and (max-width: 750px){
	#contentWrap{
		border-width:5px;
	}
	.content_inner{
		width: 100%;
		padding: 2% 1% 0;
		margin-bottom: 15px;
		border-radius: 5px;
	}
}
/* mainImg
--------------------------------------------------------------*/
.mainImg{
	text-align: right;
}
.mainImg img{
	border-radius: 10px;
}
@media screen and (max-width: 750px){
	.mainImg img{
		border-radius: 5px;
	}
}
/* indexNav
--------------------------------------------------------------*/
.indexNav{
	width: 740px;
	margin: 0 auto;
}
.indexNav li{
	position: relative;
	display: table;
	width: 318px;
	margin: 0 26px 20px;
	float: left;
	color: #977855;
	font-weight: bold;
	font-size: 150%;
	border-radius: 10px;
}
.indexNav a{
	display: table-cell;
	height: 140px;
	padding-left: 138px;
	vertical-align: middle;
	overflow: hidden;
	font-weight: inherit;
	text-decoration: none;
	color: inherit;
	background: #fff url(../img/index/icon_index.gif) right bottom no-repeat;
	border: #d5c3ae solid 4px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
			box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
}
.indexNav a span{
	font-weight: inherit;
	text-decoration: none;
	color: inherit;
}
.indexNav a sub{
	font-weight: inherit;
	text-decoration: none;
	color: inherit;
}
.indexNav a:hover{
	background-image: url(../img/index/icon_index_on.gif);
	border-color: #f2a374;
}
.indexNav a:after{
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	left: 13px;
	width: 16px;
	height: 16px;
	background: #bba790;
	border-radius: 50%;
}
.indexNav a:hover:after{
	background: #f2a374;
}
.indexNav a:hover:before{
	content: '';
	display: block;
	position: absolute;
	top: 17px;
	right: 14px;
	width: 32px;
	height: 38px;
	background: url(../img/index/spoon.png) left top no-repeat;
	z-index: 10;
}
.indexNav .enTxt{
	position: absolute;
	top: 4px;
	right: 14px;
}
.indexNav_img{
	position: absolute;
	top: 4px;
	left: 13px;
}
.indexNav a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}
@media screen and (max-width: 750px){
	.indexNav{
		width: 100%;
	}
	.indexNav li{
		display: block;
		width: 48%;
		margin: 0 1% 2%;
		font-size: 91%;
		border-radius: 5px;
	}
	.indexNav a{
		display: table;
		width: 100%;
		height: 64px;
		padding-left: 0;
		background-size: 25px auto;
		border: #d5c3ae solid 2px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 1px 0.5px rgba(0,0,0,0.3);
				box-shadow: 0px 0px 1px 0.5px rgba(0,0,0,0.3);

	}
	.indexNav a span{
		display: table-cell;
		padding:0 2px 0 59px;
	}
	.indexNav a:after{
		top: 5px;
		left: 5px;
		width: 7px;
		height: 7px;
	}
	.indexNav a:hover:before{
		top: 8px;
		right: 6px;
		width: 16px;
		height: 19px;
		background-size: 100% auto;
	}
	.indexNav .enTxt{
		top: 2px;
		right: 6px;
		width: auto;
		height: 12px;
	}
	.indexNav_img{
		top: 2px;
		left: 6px;
		width: auto;
		height: 60px;
	}
}
/* letterBtn
--------------------------------------------------------------*/
.letterBtn{
	width: 840px;
	margin: 0 auto 20px;
}
.letterBtn a{
	position: relative;
	background: url(../img/index/icon_letter.gif) 9px 11px no-repeat;
	float: right;
	display: block;
	width: 186px;
	padding: 12px 0 8px 68px;
	color: #977855;
	font-weight: bold;
	text-decoration: none;
	font-size: 150%;
	border-radius: 10px;
	border: #d5c3ae solid 4px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
			box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
}
.letterBtn a:hover{
	background-image: url(../img/index/icon_letter_on.gif);
	border-color: #f2a374;
	color: #f2a374;
}
.letterBtn a:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 16px;
	margin-top: -8px;
	background: url(../img/index/icon_arrow.gif) left top no-repeat;
}
.letterBtn a:hover:after{
	background-image: url(../img/index/icon_arrow_on.gif);
}
@media screen and (max-width: 750px){
	.letterBtn{
		width: 100%;
		margin-bottom: 15px;
	}
	.letterBtn a{
		background: url(../img/index/icon_letter.gif) 8px center no-repeat;
		background-size: 25px auto;
		float: none;
		width: 158px;
		margin: 0 auto;
		padding: 11px 0 9px 10px;
		text-align: center;
		font-size: 91%;
		border-radius: 5px;
		border: #d5c3ae solid 2px;
	}
	.letterBtn a:after{
		right: 10px;
		width: 9px;
		height: 8px;
		margin-top: -4px;
		background-size: 100% auto;
	}
}
