@charset "utf-8";
/* CSS Document */


/* ギャラリー詳細 */

#gamainBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#f9f9f3;
}
#gamain {
	width: 960px;
	margin: 0 auto;
	padding:0 20px 60px 20px;
}
#gamain .lBOX {
	position: relative;
	float:left;
	width:400px;
}
#gamain .lBOX h4 {
	font-weight:normal;
	font-size:14px;
	line-height:24px;
}
#gamain .lBOX h5 {
	font-size:20px;
	line-height:30px;
	margin:60px 0 0 0;
}
#gamain .lBOX p {
	font-size:14px;
	line-height:23px;
	margin:20px 0 0 0;
}
#gamain .lBOX a {
	text-decoration:underline;
}
#gamain .rBOX {
	float:right;
	width:500px;
}

#gamain .bxslider {
	list-style-type: none;
}
#gamain .bxslider li {
	background-color:#eeeeee;
}
#gamain .bxslider li img {
	margin:0 auto;
}
#gamain .bx-wrapper .bx-pager {
    bottom: -56px;
	text-align:left;
	padding:0;
	margin:0;
}
#gamain .bx-wrapper .bx-pager div {
	background-color:#000000;
}
#gamain .bx-wrapper .bx-pager a {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-webkit-transition:all 0.1s ease;
	   -moz-transition:all 0.1s ease;
	    -ms-transition:all 0.1s ease;
	     -o-transition:all 0.1s ease;
	        transition:all 0.1s ease;
}
#gamain .bx-wrapper .bx-pager a:hover,
#gamain .bx-wrapper .bx-pager a.active {
	opacity: 1.00;
	filter: alpha(opacity=100);
}
#gamain .bx-wrapper .bx-controls-direction a{
    position: absolute;
    text-indent: -9999px;
}
#gamain .bx-wrapper .bx-controls-direction a.bx-prev{
    left: 51%;
    top: 40%;
    width: 42px;
    height: 42px;
    margin-left: -50%;
    margin-top: -25px;
    background: url(images/controls_sub.png) no-repeat 0 -42px;
}
#gamain .bx-wrapper .bx-controls-direction a.bx-next{
    right: 1%;
    top: 40%;
    width: 42px;
    height: 42px;
    margin-left: 45.750%;
    margin-top: -20px;
    background: url(images/controls_sub.png) no-repeat -42px -42px;
}
#gamain .bx-wrapper .bx-controls-direction a.bx-prev:hover {
	background-position: 0 0;
}
#gamain .bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: -42px 0;
}





/* ギャラリー一覧 */

#gaindexBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#f9f9f3;
}
#gaindex {
	width: 960px;
	margin: 0 auto;
	padding:0 20px 60px 20px;
}
#gaindex .gaLIST li {
	list-style-type: none;
	float:left;
	width:240px;
	margin:0 0 30px 0;
	vertical-align: top;
}
#gaindex .gaLIST li:nth-child(4n) {
}
#gaindex .gaLIST li:nth-child(4n+1) {
	clear:both;
}
#gaindex .gaLIST p {
	margin:5px 0 0 0;
}
#gaindex .gaLIST a {
	display: inline-block;
	padding:10px;
}
#gaindex .gaLIST a:hover {
}

#gaindex .blogpager , #gamain .blogpager {
	clear:both;
	width: 100%;
	margin: 0 auto;
	padding:0;
}
#gaindex .blogpager ul {
	list-style-type: none;
	text-align:center;
	padding:30px 0 0 0;
}
#gamain .blogpager ul {
	list-style-type: none;
	text-align:center;
	padding:60px 0 0 0;
}
#gaindex .blogpager li , #gamain .blogpager li {
	display: inline-block;
	width: 300px;
}
#gaindex .blogpager li.prev , #gamain .blogpager li.prev {
	text-align:left;
}
#gaindex .blogpager li.next , #gamain .blogpager  li.next {
	text-align:right;
}
#gaindex .blogpager li.center , #gamain .blogpager li.center {
	text-align:center;
}





/* タイトル */

#gatitleBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#f9f9f3;
}
#gatitle {
	width: 960px;
	margin: 0 auto;
	padding:60px 20px;
}
#gatitle h3.title {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin:30px 0 0 0;
}
#gatitle p.titletxt {
	text-align: center;
	margin:10px 0 0 0;
}
