﻿@charset "utf-8";
h2 img {
	display: block;
}
h2.ContentsTitle {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.GalleryListContainer {
	padding: 0px;
	margin: 0px;
	width: 680px;
}
.GalleryListContainer li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	float: left;
}
.GalleryListTitle,.GalleryListItem {
	width: 124px;
	height: 213px;
}
.GalleryListTitle {
	border: 1px solid #999999;
}
.GalleryListTitle h3 {
	padding: 0px;
	margin: 0px;
}

.GalleryListItem {
	border: 1px solid #cccccc;
}
.GalleryListItem,.GalleryListItem div {
	width: 124px;
	height: 183px;
}
.GalleryListItem div a {
	width: 124px;
	height: 17px;
	display: block;
	padding-top: 166px;
}
.GalleryListItem div,.GalleryListItem div a{
	background-repeat: no-repeat;
}
.GalleryListItem div a,.GalleryListItem div a:active,.GalleryListItem div a:visited,.GalleryListItem div a:hover {
	text-decoration: none;	
}
.GalleryListItem div a:hover {
	cursor:pointer;
}

.GalleryListItemName,.GalleryListItemNumber {
	width: 124px;
	display: block;
}
.GalleryListItemName {
	height: 30px;
	background-color: #e6e6e6;
	font-size: 1.1em;
	line-height: 30px;
	text-align: center;
}
.GalleryListItemNumber {
	height: 17px;
	background-color: #cccccc;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
	line-height: 17px;
	background-image: url('/module/images/SalonBlogs/Gallery/GalleryList_Arrow.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}


/*詳細ページ*/
.GalleryDetailsNavi span {
	display: block;
	width: 75px;
	height: 16px;
	float: left;
	background-image: url('/module/images/Gallery/MOEDLS_NumBack.gif');
	background-repeat: no-repeat;
	color: #D70060;
	text-align: center;
	letter-spacing: 1px;
	line-height: 16px;
}
.GalleryDetailsNavi ul{
	height: 16px;
	width: 300px;
	float: right;
}
.GalleryDetailsNavi ul,.GalleryDetailsNavi ul li {
	padding: 0px;
	margin: 0px;
}
.GalleryDetailsNavi ul li {
	list-style-type: none;
	float: right;
	margin-left: 10px;
	line-height: 16px;
}
.GalleryDetailsNavi ul li img {
	vertical-align: bottom;
}
.GalleryDetailsContents {
	border: 1px solid #000000;
	padding: 20px;
	background-image: url('/module/images/Gallery/GalleryDetailsBack.png');
	background-repeat: no-repeat;
}
.GalleryDetailsContainer {
	width: 290px;
	float: left;
}

.GalleryDetailsContainer h2,.GalleryDetailsContainer h3 {
	text-align: right;
}
.GalleryDetailsContainer h2 {
	font-size: 5em;
	line-height: 50px;
	color: #000000;
	font-family: Century,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho Pro W3";
	margin-top: 30px;
	margin-bottom: 5px;
}
.GalleryDetailsContainer h3 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 5px;
}

.GalleryDetailsMainImg {
	width: 320px;
	float: right;
/*	padding-left: 10px;
	border-left-style: dotted;
	border-left-width: 2px;
	border-left-color: #000000;
	*/
}
.GalleryDetailsSubImgUL,.GalleryDetailsSubImgUL li {
	padding: 0px;
	margin: 0px;
}
.GalleryDetailsSubImgUL {
	width: 290px;
	margin-bottom: 10px;
}
.GalleryDetailsSubImgUL li {
	padding: 3px;
	border: 1px solid #C0C0C0;
	list-style-type: none;
	width: 82px;
	height: 112px;
	background-color: #EBEBEB;
	float: right;
}
.GalleryDetailsSubImgUL li.GalleryDetailsSubImg1,.GalleryDetailsSubImgUL li.GalleryDetailsSubImg2 {
	margin-left:10px;
}
.GalleryDetailsTxt {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #000000;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.GalleryDetailsTxt li {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	font-size: 1.1em;
	line-height: 26px;
	list-style-type: none;
}
.GalleryDetailsTxt li span {
	display: inline-block;
	width: 85px;
}
.GalleryDetailsContainer p {
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	padding-bottom: 5px;
	font-size: 1.1em;
}
.GalleryDetailsMainImg img {
	/*border: 1px solid #808080;*/
	padding: 11px;
	background-color: #EFEFEF;
}

