/* メインコンテンツ包括---------------------------*/
#wrapContents {
	padding-top: 20px;
}

#wrapIndex {
	margin: 0 auto 2px auto;
	width: 1000px;
	position: relative;
	height: 667px;
}

#wrapIndex .indexBtn {
	position: absolute;
}

#wrapIndex .btn01 {
	top: 0;
	left: 0;
}

#wrapIndex .btn02 {
	top: 0;
	left: 338px;
}

#wrapIndex .btn03 {
	top: 0;
	right: 0;
}

#wrapIndex .btn04 {
	top: 362px;
	left: 114px;
}

#wrapIndex .btn05 {
	top: 362px;
	right: 26px;
}


.listIndex {}

.listIndex .listWrap{
	padding-top: 50px;
}

.listIndex .listWrap img{
	vertical-align: bottom;
}

.listIndex .listWrap .listItem{
	width: 350px;
	float: left;
}

.listIndex .listWrap .listItem:nth-child(even){
	margin-left: 30px;
}

.listIndex .listWrap .listItem .itemName {
	color: #674d19;
	font-size: 120%;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: url(../../../img/project/bg_name.png) repeat-y right bottom;
}

.listIndex .listWrap .listItem .itemPhoto {
	margin-bottom: 10px;
	border: 5px solid #e0dbd0;
}

.listIndex .listWrap .listItem .itemText {}



 {
	padding-top: 50px;
}
/* ---------------------------------------
　各詳細ページ
--------------------------------------- */
/*共通指定*/
.detailsWrap {
	width: 730px;
	padding-top:15px;
}
.detailsWrap .itemName {
	color: #674d19;
	font-size: 120%;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: url(../../../img/project/bg_name.png) repeat-y right bottom;
}
.wrapPost {
	padding-top:15px;
}

.wrapPost .wrapRead {
	padding-bottom: 20px;
}
.wrapPost .read{
	font-size: 110%;
	margin-bottom: 5px;
}

.detailsWrap img{
	vertical-align: bottom;
}
.detailsWrap .wrapTxt {
	width: 450px;
}
.detailsWrap .wrapTxt .spotTtl {
	font-size: 150%;
}
.detailsWrap .wrapPhoto {
	width: 250px;
}
.detailsWrap .photoInner {
	width: 240px;
	border: 5px solid #e0dbd0;
}


.detailsWrap .socialBtn {
	float: right;
	padding-top: 10px;
}

/*イメージ右寄せの時*/
.photoRight {
	padding:15px 0;
}

.photoRight .wrapTxt {
	float: left;
}
.photoRight .wrapPhoto {
	float: right;
}

/*イメージ左寄せの時*/
.photoLeft {
	padding:15px 0;
}
.photoLeft .wrapTxt {
	float: right;
}
.photoLeft .wrapPhoto {
	float: left;
}

/*フォトギャラリー指定*/
.wrapPhotoGallaly {
	padding-top:30px;
	padding-bottom:30px;
}
.wrapPhotoGallaly ul {}
.wrapPhotoGallaly ul li{
	box-sizing: border-box;
	width: 138px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 5px solid #e0dbd0;
	float: left;
}
.wrapPhotoGallaly ul li img{
	width: 100%;
}

.wrapPhotoGallaly ul li:nth-child(5n){
	margin-right: 0px;
}

/* 掲載情報包括----------------------------------*/
#wrapInformation
#wrapInformation .wrapTtl {
	padding-bottom: 1.5em;
}

/* 掲載情報 リスト包括 */
#wrapInformation .informationList{
	padding-top: 3em;
}

/* 掲載情報 包括 */
#wrapInformation .informationItem{
	padding-bottom: 20px;
}


#wrapInformation .informationItem p{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 掲載情報 写真*/
#wrapInformation .informationPhoto{
	width: 80px;
	float: left;
}

/* 掲載情報 日付 */
#wrapInformation .informationData{
	text-align: center;
	width: 150px;
	margin-right: 10px;
	float: left;
}

/* 掲載情報 テキスト */
#wrapInformation .informationText{
	width: 428px;
	float: left;
}

.map {
	margin: 10px 0 30px 0;
	width : 730px;
	height : 480px;
}

/*商店街を賑わいの場所に!*/
.bustleList .itemName {
	border-left: 7px solid #c28abb;
}

#wrapSide .sideBustle {
	background: url(/common/img/side/side_ic_menu_bustle.png) no-repeat 8px 3px;
}

/*空き家の再生*/
.reincarnationList .itemName {
	border-left: 7px solid #6fa078;
}

#wrapSide .sideReincarnation {
	background: url(/common/img/side/side_ic_menu_reincarnation.png) no-repeat 8px 3px;
}

/*「まちあるき」が楽しくなる環境づくり*/
.walkList .itemName {
	border-left: 7px solid #c0b76e;
}

#wrapSide .sideWalk {
	background: url(/common/img/side/side_ic_menu_walk.png) no-repeat 8px 3px;
}

/*観光・くらし情報をお届け!*/
.informationList .itemName {
	border-left: 7px solid #cf9237;
}

#wrapSide .sideInformation {
	background: url(/common/img/side/side_ic_menu_information.png) no-repeat 8px 3px;
}

/*地域の宝を再発掘!*/
.treasureList .itemName {
	border-left: 7px solid #5b98a5;
}

#wrapSide .sideTreasure {
	background: url(/common/img/side/side_ic_menu_treasure.png) no-repeat 8px 3px;
}

.timgwak  {
	display : block;
	width : 128px;
	height : 110px;
	background-repeat : no-repaat;
	background-position : center center;
}
