@charset "UTF-8";
/* ===================================================================
CSS information
 style info : concept
=================================================================== */

#sideArea h2.pageTitle {
	width: 280px;
	height: 80px;
	text-indent: -9999px;
	background: url(../img/concept/pageTitle.gif) no-repeat left top;
}
#intorArea {
	margin-bottom: 30px;
}
#intorArea h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
#intorArea p {
	font-size: 15px;
	line-height: 30px;
}
#side_cWrap h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
#side_cWrap p {
	font-size: 14px;
	line-height: 30px;
}

/* -----------------------------------------------------------
	#innerWrap
----------------------------------------------------------- */
#innerWrap ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#innerWrap ul li {
	width: 100%;
}
#innerWrap ul li+li {
	margin-top: 30px;
	padding-top: 34px;
	background: url(../img/concept/line.gif) repeat-x left top;
}

/*---------- itemBox01 ----------*/
.itemBox01 {
	width: 100%;
	background: url(../img/concept/Bg_itemBox.gif) repeat-x left top;
}
.itemBox01 .imgBox {
	float: left;
	display: block;
	width: 190px;
	height: 190px;
	overflow: hidden;
}
.itemBox01 .imgBox img {
	display: block;
	width: 190px;
	height: 190px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(http://mikuni-nishijin.com/css/PIE.htc);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}
.itemBox01 .infoBox {
	float: left;
	/* max-width: 550px; */
}
.itemBox01 .titleLine {
	width: 100%;
	height: 40px;
	background: url(../img/concept/titleLine_R.gif) no-repeat 190px 10px;
	padding-top: 10px;
}
.itemBox01 .titleLine .itemTitle {
	display: block;
	width: 70px;
	height: 40px;
	float: right;
}
.itemBox01 .infoBox .itemTxt {
	padding: 20px;
	text-align: left;
}
.itemBox01 .infoBox .itemTxt h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 13px;
	color: #663300;
}
.itemBox01 .infoBox .itemTxt p {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*---------- itemBox02 ----------*/
.itemBox02 {
	width: 100%;
	background: url(../img/concept/Bg_itemBox.gif) repeat-x left top;
}
.itemBox02 .imgBox {
	float: right;
	display: block;
	width: 190px;
	height: 190px;
	overflow: hidden;
}
.itemBox02 .imgBox img {
	display: block;
	width: 190px;
	height: 190px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(http://mikuni-nishijin.com/css/PIE.htc);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}
.itemBox02 .infoBox {
	float: right;
	max-width: 550px;
}
.itemBox02 .titleLine {
	width: 100%;
	height: 40px;
	background: url(../img/concept/titleLine_L.gif) no-repeat left 10px;
	padding-top: 10px;
}
.itemBox02 .titleLine .itemTitle {
	display: block;
	width: 70px;
	height: 40px;
	float: right;
}
.itemBox02 .infoBox .itemTxt {
	padding: 20px;
	text-align: right;
}
.itemBox02 .infoBox .itemTxt h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 13px;
	color: #663300;
}
.itemBox02 .infoBox .itemTxt p {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}






