﻿@charset "utf-8";

/*****************main_common******************/
html{
	margin:0;
	padding:0;
	/*max-width:100%;*/
}

body{
	/*text-align:center;*/
	margin:0;
	padding:0;
	font-family: "Meiryo",sans-serif;
	max-width:100%;
	min-width:800px;
	font-size:14px;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}
a{
	color:inherit;
	text-decoration:none;
}

input[type="submit"]{
	padding:10px 15px;
	border-radius:5px;
	letter-spacing:1px;
	display:block;
	margin:0 auto;
	line-height:1.5em;
	font-family: "Meiryo",sans-serif;
	-webkit-appearance: none;
	border:none;
}
.cartmenu input[type="submit"]{
	margin:5px auto;
}
input[type="submit"].otherbtn{
	margin:5px;
	float:left;
}

input[type="submit"]:hover{
	opacity:0.8;
	cursor:pointer;
}
input[type="text"],
input[type="password"],
input[type="number"],
select{
	border:1px solid #ccc;
	border-radius:5px;
	height:35px;
	padding:2px 10px;
	font-size:14px;
	margin:5px;
	box-sizing:border-box;
}
textarea{
	border:1px solid #ccc;
	border-radius:5px;
	padding:2px 10px;
	font-size:14px;
	margin:5px;
	line-height:1.5em;
	font-family: "Meiryo",sans-serif;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}

.text-bold{
   font-weight:bold;
}
.text-ul{
   text-decoration: underline;
}

a.btn{
	padding:10px 15px;
	border-radius:5px;
	letter-spacing:1px;
	display:block;
	margin:5px;
}
a.btn:hover{
	opacity:0.8;
	cursor:pointer;
}
a.btn3{
	padding:10px 15px;
	border-radius:5px;
	letter-spacing:1px;
	text-align:center;
	margin:0 auto;
}
a.btn3:hover{
	opacity:0.8;
	cursor:pointer;
}


.div-center{
	margin:0 auto;
}

.submenu{
	width:100%;
	height:60px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.mtitle{
	padding:10px 0 10px 20px;
	font-size:16px;
    margin-bottom: 10px;
}

.bigfont{
	font-size:32px;
	margin-right:10px;
	line-height:30px;
}
.midfont{
	font-size:18px;
	line-height:20px;
}
.redfont{
	color:#f00;
}
.grayfont{
	color:#ccc;
}
.bluefont{
	
	color:#00f;
	
}

.floatR{
	
	float:right;
	
}

.floatL{
	
	float:left;
	
}

.inlineblock{
	
	display:inline-block !important;
	
}

a.underline:hover{
	
	text-decoration:underline !important;
	
}


/*****************main_common******************/


/*img {
     max-width: 100%;
     height: auto;
     }*/
.idxtitle{
	width:1000px;
	margin:20px auto 0px;
	text-align:center;
	font-size:40px;
	vertical-align:central;
	
}
.onzoom{
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.onzoom:hover {
	position:relative;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
	z-index:999;
}


.post{
	
	display:inline;
	
}

a.modal{
	display:block;
}

a.modal-move{
	display:block;
}

.ex_title img{
	
	float:right;
	margin-top:5px;
	margin-right:5px;
}

.linkhover{
	
	background-color:inherit;
	
}

.linkhover:hover{
	
	opacity:0.8;
	
}


/***********indexnew***************/


#header{
	
	width:1000px;  /************/
	margin:0 auto;
	height:110px;
	text-align:left;
	
}
#header img{
	margin-top:5px;
	width:320px;
	height:100px;
}

.menuarea{
	
	float:right;
	width:auto;
	letter-spacing:1px;
	padding-top:35px;
}
.menuarea a{
	
	display:inline-block;
	height:18px;
	/*vertical-align:middle;*/
	text-align:center;
}

.menuarea a:hover{
	
	cursor:pointer;
	/*color:inherit;*/
	
}

.menu01{
	
	padding:0 1em 0 2em;
	border-right:1px solid #333;
}

.menu02{
	
	padding:0 1em;
	border-right:1px solid #333;
	
}


.menuarea img{
	width:18px;
}


.smallfont{
	font-weight:normal;
	font-size:12px;
	font-family: "Meiryo",sans-serif;
}

.smallfont10{
	
	font-size:10px;
	font-family: "Meiryo",sans-serif;
}


.menu03{
	
	padding:0 1em;
	
}

.menu04{
	
	padding:6px 0 12px;
	border-radius:3px;
	width:130px;
	margin-right:1em;
}

.menu05{
	
	padding:6px 0 12px;
	border-radius:3px;
	width:130px;
}

#login{
	
	padding:30px 0;
	margin:0;
	
}

#main{
	width:100%;
	margin:0 auto;
	max-height:500px;
	overflow:hidden;
	
}



.pageinner{
	
	width:1000px;  /************/
	margin:0 auto;
	background-color:inherit;
	/*height:100%;*/
}
.loginbox{
	width:100%;
	float:left;
}

.loginarea{
	
	height:170px;
	width:100%;
	
}

.loginarea2{
	
	height:150px;
	width:100%;
	/*border-top:2px dashed #E9EAEC;
	border-bottom:2px dashed #E9EAEC;*/
}

.dashline{
border:none;
border-top:dashed 1px #AAAAAA;
height:1px;
color:#FFFFFF;
}

.clearfix{
	
	clear:both;
	width:100%;
	
}

#login input{
	
	border:none;
	background:#fff;
	margin-right:9%;
	height:35px;
	display:inline-block;
	padding:2px;
	float:left;
}



.mainpic{
	
	float:left;
	
}
div.contactarea p{
	/*font-size:16px;*/
	/*margin:0;*/
	height:48px;
	/*line-height:48px;*/
	margin-left:0;
}

table.logintable{
	width:1000px;
	text-align:left;
	padding-top:30px;
}



table.logintable tr td{
	height:30px;
	line-height:30px;
}

table.logintable tr td img{
	vertical-align:text-bottom;
	margin-right:1em;
}

table.logintable tr.inputarea td{
	
	width:270px;
	
}

table.logintable tr.inputarea td:last-child{
	width:16%;
	
}

table.logintable input[type="text"],
table.logintable input[type="password"],
table.logintable input[type="number"]{
	
	width:240px;
	border:none;
	height:35px;
	padding:2px 10px;
	font-size:14px;
	border:1px solid #ccc;
	border-radius:5px;
}

.loginarea2 table.logintable input[type="text"],
.loginarea2 table.logintable input[type="password"],
.loginarea2 table.logintable input[type="number"]{
	
	width:240px;
	border:1px solid #ccc;
	border-radius:5px;
	height:35px;
	padding:2px 10px;
	font-size:14px;
}
table.logintable input[type="text"]{
	
	background-color:#fff;
	
}


.mainbox{
	
	width:580px;
	float:right;
}

.maintitle{
	
	font-size:30px;
	text-align:left;
	line-height:45px;
	letter-spacing:2px;
	/*font-weight:600;*/
	
}

.maintext{
	text-align:left;
	line-height:2em;
	margin-top:1em;
}

.mainpic{
	
	width:350px;
	margin-right:50px;
}
.infopic{
	display:block;
	margin:0 auto;
}

.titlefont{
	
	font-size:1.2em;
	font-weight:600;
	
}
.threecircle{
	
	width:280px;
	margin-right:80px;
	display:inline-block;
	float:left;
	
}

.threecircle:last-child{
	
	margin-right:0;
	
}

.threetitle{
	
	font-size:15px;
	text-align:center;
	margin-bottom:20px;
	letter-spacing:0.5px;
	font-weight:600;
}

.threetext{
	
	text-align:center;
	line-height:1.8em;
	
}

.threeimg{
	
	width:280px;
	height:280px;
	margin:auto;
	margin-bottom:30px;
}


input.loginbtn{
	
	width:180px;
	padding:5px 0 8px;
	border-radius:5px;
	letter-spacing:2px;
	/*font-weight:bold;*/
	border:none;
	height:41px;
	font-size:14px;
	display:block;
}

input[type="submit"].loginbtn{
	
	padding:7px 0 10px;
	
}



.loginbtn:hover{
	
	cursor:pointer;
	
}



.contactarea{
	
	padding:50px 0;
	
}

#footernav{
	
	background-image:none;
	
}

#footer{
	
	text-align:left;
	padding:60px 0;
	height:50px;
}

#footer a{
	
	font-size:12px;
	/*font-weight:bold;*/
	text-decoration:none;
	
}

#footer img{
	
	float:right;
	
}

.footerinner{
	
	width:1000px; /**************/
	margin:0 auto;
	text-align:left;
}
#footer ul{
	padding-left:0;
}

#footer ul li{
	float:left;
	list-style:none;
	margin-right:2em;
}

#footer ul li:first-child{
	
	padding-left:0;
	
}

.whitebox{
	padding:15px 15px;
	background-color:#FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:left;
	line-height:1.8em;
}

.tel1{
	width:260px;
	display:block;
	float:left;
	margin-bottom:30px;
	height:240px;
}

.morelink{
	
	display:block;
	margin:30px auto 0;
	text-align:center;
	
	
	width:180px;
	padding:8px 0;
	border-radius:5px;
	letter-spacing:2px;
	/*font-weight:bold;*/
	border:none;
	text-decoration:none;
	font-size:14px;
}

.tel2{
	width:590px;
	display:block;
	float:right;
	height:240px;
	margin-bottom:30px;
}

.tel2 span{
	
	line-height:2em;
	
}

.tel3{
	width:45%;
	display:inline-block;
	float:left;
	height:140px;
	margin-right:80px;
}

.tel4{
	width:45%;
	display:inline-block;
	float:left;
	height:140px;
}

.f14{
	font-size:14px;
	
}

.tel3 img{
	
	vertical-align:bottom;
	margin-right:5px;
}

.tel3 a{
	
	text-decoration:underline;
	line-height:1.5em;
}

.tel4 a{
	
	line-height:36px;
	
}

.copytext{
	
	font-size:12px;
	width:800px;
	display:block;
	color:#777;
	float:left;
}

.maincont{
	
	padding:20px 0;
	
}

.maincontb{
	
	padding:0 0 80px;
	
}

#footer ul {
	
	margin:0;
	
}


/*********icon***********/
.icon-b{
	
	font-size:24px;
	margin: 0 5px;
	text-decoration:none;
	
}

.icon-b20{
	
	font-size:20px;
	margin: 0 5px;
	font-weight:bold;
	text-decoration:none;
	
}

.icon-s{
	
	font-size:14px;
	margin:0 5px;
	font-weight:bold;
	text-decoration:none;
	
}


/**************tinybox*****************/

.modalpic {
    float: left;
    display: inline-block;
    background-color: #ccc;
    background-image: linear-gradient(-45deg, #aaa 25%, transparent 25%, transparent 50%, #aaa 50%, #aaa 75%, transparent 75%, transparent);
    background-size: 10px 10px;
	margin:0;
    width: 400px;
    height: 400px;
}

.modalpicinner {
    margin: 0 auto;
    background-position: center center;
    overflow: hidden;
    width: 400px;
    height: 400px;
}
.contain2 {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 400px;
    height: 400px;
    border: 1px solid #ccc;
    background-size: contain;
}

.modalpic .contain2{
	margin: 0;
    border: none;
    background-position: center center;
    background-size: contain;
	width: 400px;
	position:relative;
}

/**************small?v?f*****************/
.small .az-modalpic {
    float: left;
    display: inline-block;
    background-color: #ddd;
    background-size: 10px 10px;
	margin:0;
    width: 540px;
    height: 540px;
}

.small .az-modalpicinner {
    margin: 0 auto;
    background-position: center center;
    overflow: hidden;
    width: 540px;
    height: 540px;
    line-height: 540px;
}

.small .az-modalpic .az-contain2{
    display: inline-block;
    background-color: #ddd;
    margin: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 540px;
    height: 540px;
    position:relative;
}

.small .az-modalpic .az-contain3{
    display: inline-block;
    background-color: #ddd;
    margin: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position:relative;
    vertical-align: middle;
}
.small-photo-w{
    width: 540px;
    height: 360px;
}
.small-photo-h{
    width: 360px;
    height: 540px;
    left:90px;
}

.small-photo-bulk{
    width: 540px;
    height: 540px;
}
.small-photo-type3{
    width: 540px;
    height: 540px;
}

/**************large?v?f*****************/
.large .az-modalpic {
    float: left;
    display: inline-block;
    background-color: #ddd;
    background-size: 10px 10px;
	margin:0;
    width: 1800px;
    height: 1800px;
}

.large .az-modalpicinner {
    margin: 0 auto;
    background-position: center center;
    overflow: hidden;
    width: 1800px;
    height: 1800px;
    line-height: 1800px;
}

.large .az-modalpic .az-contain2{
    margin: 0;
    display: inline-block;
    background-repeat: no-repeat;
    width: 1800px;
    height: 1800px;
    border: 1px solid #ddd;
    border: none;
    background-position: center center;
    background-size: contain;
    position:relative;
}
.large .az-modalpic .az-contain3{
    margin: 0;
    display: inline-block;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    border: none;
    background-position: center center;
    background-size: contain;
    position:relative;
    vertical-align: middle;
    align: center;
}
.large-photo-w{
    width: 1800px;
    height:1200px;
}
.large-photo-h{
    width: 1200px;
    height: 1800px;
    left:200px;
}
.large-photo-bulk{
    width: 1800px;
    height: 1800px;
}
.large-photo-type3{
    width: 1800px;
    height: 1800px;
}

.filename,span.filename{
	display:inline-block;
	position:absolute;
	padding:10px;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.8);
	border-radius:10px;
	left:10px;
	bottom:10px;
}
.taglinkL{
    border-radius: 5px;
	padding:3px;
	margin:0px 5px 5px 5px;
	font-size:11px;
	position:absolute;
	bottom:0;
	left:0;
	letter-spacing:-0.5px;
	max-width:98%;
	box-sizing:border-box;
	word-break:break-all;
	background-color:rgba(255,255,255,0.8);
}
.taglinkR {
    border-radius: 5px;
    padding: 3px 5px;
    margin: 0px 5px 5px 5px;
    font-size: 11px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 55%;
    word-break: break-all;
    background-color: #fff;
    line-height: 14px;
}
.grouplink{
    border-radius: 5px;
	padding:0px 5px;
	margin:5px 5px 0px 0px;
	font-size:11px;
	background-color:#fff;
	max-width:80%;
}
/**************large?v?f???????*****************/
.printsize{
	width:540px;
	height:540px;
	position:absolute;
	z-index:+1;
}
.modalprice{
	
	margin:10px 0 20px 0;
	float:left;
	display:inline-block;
	height:250px;
	width:260px;
}

.modalbtnarea{
	
	display:block;
	float:left;
	width:280px;
}

.modalbtnarea li{
	
	text-align:center;
	
}

.modalbtnarea i{
	
	margin-right:5px;
	margin-left:5px;
	font-size:14px;	
	vertical-align:sub;
}



.modaldeletebtn{
	
	border-radius:10px;
}

.modalclosebtn{
	
	float:right !important;
	border-radius:10px;
	
}



	

.album a{
	
	font-size:12px;
	
}

#infscr-loading{
	clear:both;
	
}
.modallinks a {
    display: inline-block;
    text-align: left;
    padding-left: 1em;
    margin-top:0;
    font-size: 12px;
}
.modallinks i {
    margin-right: 5px;
    font-size: 1em;
    vertical-align:middle;
}


.pricetitle{
	
	border-radius:3px;
	padding:3px;
	text-align:center;
	display:inline-block;
	margin-right:5px;
	margin-bottom: 8px;
	margin-top:5px;
	clear:both;
}

.pricetitle i{
	margin-right:5px;
	vertical-align:middle;
	padding:10px;
	font-size:14px;
	border-radius: 5px;
}

/*******************************/

/**************header********************/
.upheader{
	
	width:100%;
	height:90px;
	margin:0;
	overflow:hidden;
	
}

.downheader{
	
	width:100%;
	height:45px;
	margin:0;
	
}

.headerleft{
	
	float:left;
	width:200px;
}

.headerleft img{
	
	width:100%;
	margin-top:10px;
	
}

.headerright{
	
	float:right;
	width:auto;
	margin-top:25px;
}

.headerlink,
.headercart,
.headerlogout{
	
	float:left;
	display:inline-block;
	width:auto;
	vertical-align:bottom;
}

.headerlink{
	
	margin-top:20px;
	margin-right:10px;
	
}

.headerlogout{
	
	margin-top:15px;
	margin-right:10px;
	
}

.headerlink a{
	
	letter-spacing:0.5px;
	margin:0 5px;
	
}

ul.headernavi{
	margin:0;
	padding:0;
	list-style:none;
}

ul.headernavi li{
	display:block;
	float:left;
	line-height:45px;
	width:auto;
	background-color:#fff;
	font-size:12px;
}

ul.headernavi li a{
	
	display:block;
	padding:0 1em;
	
}

ul.headernavi li a:hover{
	
	opacity:0.8;
	cursor:pointer;
}

ul.headernavi li i{
	
	vertical-align:sub;
	
}


/**************header********************/

/**************footer********************/
.mainfooterarea{
	
	width:100%;
	padding:80px 0 50px;
	height:100px;
	
}

.footermaininner{
	width:100%;
	margin:0 auto;
	height:120px;
	text-align:center;
}
.footerleft{
	float:left;
	text-align:center;
	width:250px;
	height:100px;
}

.footerleft a{
	
	display:block;
	
}

.footerlogo{
	width:190px;
	height:50px;
	float:left;
	font-size:13px;
	line-height:1em;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	display:inline-block;
}

.footersup {
    display: table-cell;
    border: solid;
    border-width: 1px;
    padding: 5px 1em;
    width: 170px;
	float:none;
	margin-top:0;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.footerleft img{
	
	margin:60px auto;
}


.maincopyright{
	text-align:center;
	width:100%;
	padding:10px 0;
	font-size:12px;
}
.maincopyright a{
	color:inherit;
}
.footertitle{
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
	letter-spacing:1px;
}

.footertel{
	width:270px;
	height:50px;
	float:left;
	font-size:13px;
	line-height:1em;
	margin-right:20px;
	margin-left:10px;
}

.footertel i{
	font-size:32px;
	float:left;
	display:inline-block;
	margin-right:0px;
	margin-top:12px;
}

.footertel span{
	font-size:30px;
	letter-spacing:1px;
	line-height:45px;
}

.footermail{
	vertical-align:bottom;
	height:60px;
	float:left;
	line-height:70px;
	font-size:18px;
}

.footermail i{
	font-size:32px;
	vertical-align:sub;
}

.footercontents{
	border-bottom:2px dotted #333;
	display:inline-block;
	min-width:800px;
}
	
.footerlinks{
	text-align:left;
	line-height:30px;
	font-size:12px;
	margin:10px auto 0;
	display:inline-block;
}
	
/**************footer********************/



/*******************main***********************/
.newsarea{
	
	width:100%;
	min-height:90px;
	padding-bottom:20px;
	
}

.newsbox i{
	
	font-size:1.5em;
	vertical-align:middle;
	/*float:right;*/
	
}

.newstitle{
	
	margin-left:120px;
	margin-top:20px;
}

ul.accordion {
	width:800px;
	margin:5px auto 0px;
	padding:10px 15px;
	list-style:none;
	border-radius:10px;
	box-sizing:border-box;
}

ul.accordion a {
	display:inline-block;
	padding:0;
	text-decoration:none;
}

ul.accordion>span {
	display:block;
	padding:0;
}

ul.accordion ul {
	display:none;
	list-style:none;
	padding:0;
}

ul.accordion > li {
	list-style:none;
	/*height:2em;*/
	line-height:2em;
}

ul.accordion > li > p {
	cursor:pointer;
	margin:0;
	padding:0;
}


ul.accordion > li > p >span{
	/*display:table;*/
	display:block;
	width:100%;
}

ul.accordion > li > p >span >span{
	display:table-cell;
}
ul.accordion > li > p >span >span.keycolor{
	width:120px;
}
ul.accordion > li > ul > li > span{
	display:table-cell;
}
ul.accordion > li > ul > li > span.keycolor{
	width:120px;
}
ul.accordion > li > ul > li > ul > li:last-child {
	border:none;
}

.profilearea{
	
	padding-top:30px;
	background-position:center center;
	background-size:cover;
	background-attachment: fixed;
	
}

.profilearea .whitebox{
	
	background-color:rgba( 255, 255, 255, 0.70 );
	
}
.proftitle{
	
	margin-top:10px;
	margin-bottom:10px;
}

.proftitle i{
	
	margin-left:0px;
	
}

.listblock{
	clear:both;
	
}

.listtitle{

	
	width:100px;
	padding:0 5px;
	margin-bottom:5px;
	margin-right:25px;
	border-radius:5px;
	text-align:center;
	float:left;
	display:inline-block;
	height:25px;
	line-height:25px;
	font-size:12px;
}

.listtext{
	
	float:left;
	display:inline-block;
	line-height:25px;
	margin-bottom:10px;
	
}

.tel1 .listtext img{
	
	width:70px;
	
}

.neweventarea{
	
	width:570px;
	height:210px;
	
}

.mailregistarea{
	width: 100%;
	padding: 40px 0;
}
.mailregistareab0{
	width: 100%;
	padding: 40px 0 0;
}
.mailback{
	
	width:940px;
	padding:20px;
	margin:0 auto;
}
.mailbackimg{
	
	padding:10px;
}

.mailfront{
	
	width:100%;
	height:100px;
	font-size:20px;
	font-weight:600;
	line-height:100px;
	text-align:center;
	letter-spacing:1px;
}

.mailfront i{
	
	margin-right:10px;
	font-size:40px;
	vertical-align:middle;
}

.mailregist{
	
	display:inline-block;
	height:50px;
	line-height:50px;
	width:270px;
	text-align:center;
	
}

.mailregist a{
	display:block;
	border:solid;
	box-sizing:border-box;
	background-color:#fff;
}

.mailregist a:hover{
	color:#fff !important;
	background-color:transparent;
	font-size:20px;
}

.backimgarea{
	width:100%;
	height:500px;
	background-position:center center;
	background-size:cover;
	background-attachment: fixed;
	margin-top:50px;
}
/*.backimgarea2{
	position:absolute;
	width:100%;
	height:500px;
	background-color:#fff;
	z-index:1;
	opacity:0.3;
}*/
/*.backimgarea2 *{
	z-index:2;
	opacity:1;
}*/

.backimgtitle{
	
	text-align:center;
	color:#fff;
	padding:0;
	
}

.backimgtitle span{
	
	margin-top:20px;
	display:inline-block;
	text-shadow:1px 1px 1px #333;
	height:60px;
	line-height:60px;
	font-size:30px;
}

.backimgtitle div{
	width:280px;
	margin:0 auto;
	height:1px;
	border-bottom:2px solid #fff;
	box-shadow:1px 1px 1px #333;
}
.backimgtext{
	
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	margin:10px auto 20px;
}

.backimgtriplechild{
	width:260px;
	height:300px;
	float:left;
	
}

.backimgarea .threecircle{
	background-color: rgba( 255, 255, 255, 0.70 );
	border-radius:10px;
	width:260px;
	height:310px;
	margin-right:100px;
	
}

.backimgarea .threecircle:last-child{

	margin-right:0px;
	
}

.backimgarea .threecircle i{
	width:75px;
	height:75px;
	margin:20px auto 0;
	font-size:36px;
	line-height:75px;
	display:block;
	border-radius:50%;
	color:#fff;
}

.backimgarea .threecircle i:hover{
	
	opacity:1;
	
}

.backimgarea .threetext{
	
	line-height:normal;
	height:105px;
}

.backimgarea .morelink{
	
	border-radius:0;
	width:220px;
	
}

.advertisearea{
	width:100%;
	padding:20px 0;
}
.advertisearea img{
	display:inline-block;
	margin:0 16px;
}
.bannerrow{
	text-align:center;
	display:block;
	margin:0 auto;
}
.threetable{
	
	width:100%;
	
}

.threetable tr td{
	
	width:33%;
	
}

.threetable tr td img{
	
	width:80%;
	margin:10px 10%;
	
}

/*******************main***********************/

/**************slider*******************/

.liquid-slider .sliderinner .sliderimg{
	
	float:left;
	display:block;
	margin:0 20px 0 0;
	width:180px;
	height:145px;
	background-position:center center;
	background-color:transparent;
	padding-right:10px;
	padding-bottom:30px;
	background-size:150px 100px;
	background-repeat:no-repeat;
	position:relative;
}

.liquid-slider .sliderinner a:first-child img{
	
	width:200px;
	height:150px;
	margin:0 0 0 0;
	
}

.slidertext{
	
	display:block;
	float:left;
	width:280px;
	margin-top:10px;
	
}

span.slidersum{
	
	display:block;
	font-weight:bold;
	position:absolute;
	top:3px;
	left:30px;
}

/**************slider*******************/


/**************buttons********************/

.pcbtn{
	
	padding:5px 0;
	text-align:center;
	border-radius:5px;
	display:inline-block;
}

.headercartbtn{
	
	font-size:18px;
	padding-right:1.5em;
	padding-left:1.5em;
	margin-right:10px;
	
}

.headercartbtn i{
	
	margin-right:5px;
	
}

.sliderbtn{
	
	padding:3px 1em;
	margin-right:1em;
	margin-top:5px;
	margin-right:0px;
	
}

.slidertext .sliderbtn{
	
	margin-right:0;

}

/**************buttons********************/

/*****************ankor******************/

.ankorlinkarea{
	width:930px;
	margin:0px auto;
	padding:0px 0;
}

.ankorlinkarea .ankorlinks{

	margin:5px auto 0px;
	width:33%;
	padding:0px;
	float:left;
	display:inline-block;
}

.ankorlinkarea .ankorlinks a i{
	vertical-align:middle;
	margin-right:5px;
}

.ankorlinkarea .ankorlinks a{
	border-radius:5px;
	box-sizing:border-box;
	display:block;
	width:300px;
	margin:0 auto;
	padding:0px;
	text-align:center;
	height:80px;
	display: table-cell;
	vertical-align: middle;
}

.ankorlinkarea .ankorlinks a:hover{
	opacity:0.7;
}
/*****************ankor******************/

/*****************guide******************/
.guidearea{
	width:910px;
	margin:0px auto;
	padding:0px 0;
  margin-top:45px;
}
.guidetitle{
font-size:30px;
border-style: solid none;
border-color: #aaaaaa;
border-width: 1px;
line-height:60px;
height:60px;
font-weight:bold;
}
.guidetitle i{
	vertical-align:middle;
	margin-right:5px;
	
}
.guidecont{
	margin:10px 0px 50px 30px;
	line-height:2em;
}


ol{
        counter-reset: li;
        list-style: none;
        padding: 0;
        margin-bottom: 4em;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
ol ol{
        margin: 0 0 0 2em; 
}
.circle-list li{
    padding: 2.5em;
    border-bottom: 1px dashed #ccc;
}
 
.circle-list h2{
    position: relative;
    margin: 0;
    margin-bottom: 10px;
}
 
.circle-list p{
    margin: 0;
}

p.mg-20{
	margin:20px 0;
}


.circle-list h2:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    z-index: -1;
    left: -1.3em;
    top: -.8em;
    background: #f5f5f5;
    height: 1.5em;
    width: 1.5em;
    border: .1em solid rgba(0,0,0,.05);
    text-align: center;
    font: italic bold 1em/1.5em Georgia, Serif;
    color: #ccc;
    border-radius: 1.5em;
    transition: all .2s ease-out;
}
 
.circle-list li:hover h2:before{
    background-color: #E9EAEC;
    border-color: rgba(0,0,0,.08);
    border-width: .2em;
    color: #333;
    transform: scale(1.5);
}
.guidearea .link{
display:inlineblock;
margin:0px 0px 0px 30px;
border:2px solid #ccc;
padding: 10px 30px;
color: #333;
}
.guidearea .link:hover{
	cursor:pointer;
	opacity:0.7;
}

/*****************guide******************/
/*****************FAQ******************/
#faq{
  position:relative;
  width: 910px;
  margin: 0 auto;
  padding: 0;
}
#faq .link{
display:inlineblock;
margin:0px 0px 0px 30px;
border:2px solid #ccc;
padding: 10px 30px;
color: #333;
}
#faq .link:hover{
	cursor:pointer;
	opacity:0.7;
}

#faq a{
  color: #0000ff;
}
#faq h2{
  padding:10px 20px;
  margin-top:45px;
  margin-bottom:10px;
}
#faq h2 i{
	vertical-align:middle;
	margin-right:10px;
}
#faq input{
  position:absolute;
  height: 0;
  padding:0;
}
#faq div div{
  position: relative;
  padding: 10px 10px 10px 20px;
  border:1px solid #ccc;
  border-radius:30px;
  font-weight:bold;
  margin:0px 20px auto;
}
#faq div div i{
	vertical-align:middle;
	margin-right:5px;
	}

#faq div div:hover{
	opacity:0.7;
	cursor: pointer;
}
#faq div div:after{
  position:absolute;
  top: 10px;
  right:20px;
  color: #aaa;
  font: 20px 'ifonts';
  content: "\e680";
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#faq input:checked + div div:after{
  top: 10px;
  right:20px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#faq ul{
  list-style: none;
  margin: 0;
}
#faq ul li ans{
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0px 70px;
  text-decoration: none;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  -o-transition: .1s;
  -ms-transition: .1s;
  transition: .1s;
  margin-bottom: 20px;
}

#faq input:checked + div ul li ans{
  position:relative;
  background: none;
  height: auto;
  padding: 20px 70px;
  line-height: 2;
  margin-bottom: 20px;
}
#faq input:checked + div ul li ans:before{
  position: absolute;
  top: 10px;
  left: 30px;
  font:24px/100% 'ifonts';
  content: "\e63b";
  -moz-transition: .1s;
  -webkit-transition: .1s;
  -o-transition: .1s;
  -ms-transition: .1s;
  transition: .1s;
}
#faq label input{
	display:none;
}

/*****************FAQ******************/

/*****************text_page******************/
#textcont{
  position:relative;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
  font-size:13px;
}
#textcont dt{
  margin-top:5px;
  font-size:18px;
  font-weight:bold;
}
#textcont dt.big{
  margin:20px 30px;
  padding: 10px 30px;
  font-size:24px;
  font-weight:bold;
  text-align:center;
  background-color: #ccc;
}

#textcont dd{
  margin-bottom:20px;
}

/*****************text_page******************/
/*****************my_setting&contact******************/
#changeprf {
	margin: 0 auto;
}
#changeprf table {
	width: 70%;
	border-collapse: collapse;
	margin: 0 auto;
	margin-top:20px;
}
#changeprf th.t_top {
	border-top:4px solid #b3b3b3;
}
#changeprf td.t_top {
	border-top:4px solid;
}
#changeprf th {
	height: 40px;
	width:30%;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
#changeprf td {
	width:70%;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
.historybackbtn{
	padding:10px 15px;
	border-radius:5px;
	letter-spacing:1px;
	border:1px solid #ccc;
	display:inline-block;
	margin:0 auto;
	line-height:1.5em;
	font-family: "Meiryo",sans-serif;
}
input[type='button'].regbtn{
    padding:5px 10px;
    border-radius: 5px;
    letter-spacing: 0px;
    border: none;
    display: inline-block;
    margin: 5px;
	
    line-height: 1.5em;
    font-family: "Meiryo",sans-serif;
}
/*************idx_pricetable****************/
#pricetable {
	margin: 0 auto;
}
#pricetable table {
	width: 760px;
	border-collapse: collapse;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:30px;
}
#pricetable th.t_top {
	border-top:4px solid #b3b3b3;
}
#pricetable td.t_top {
	border-top:4px solid;
}
#pricetable th {
	height: 40px;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
#pricetable td {
	height: 40px;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
#pricetable td.w2{
	width:20%;
}
#pricetable td.w4{
	width:40%;
}
/*****************my_setting&contact******************/
/*****************cart******************/
.cartinfo{
	margin: 0 auto;
	padding: 10px;
	text-align:center;
	font-size:16px;
	border: #aaa 1px dashed;
}
.cartinfo .big{
	font-size:30px;
	font-weight:bold;
}
.cartinfo i{
	font-size:20px;
	color:#aaa;
	margin:0px 10px;
}

.cartcaution{
	margin: 0 auto;
	margin:0px 0px 20px 0px;
	padding: 10px;
	font-size:11px;
}
ul.text-notes-list {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.text-notes-list li {
	position: relative;
	padding: 0 0 0 1.55rem;
	margin: 0 auto 0.5rem;
	line-height: 1.4;
	font-size: 0.7rem;
}
ul.text-notes-list li::before {
	content: "●";
	position: absolute;
	font-size: 0.7rem;
	left: 0.25rem;
	top: 0;
	color:inherit;
	font-weight: 900;
}
#cart{
	margin: 0 auto;
	padding: 10px;
}
#cart table{
	width:100%;
	margin: 0 auto;
	padding: 10px;
	border: #ccc 1px solid;
	border-collapse: collapse;
}
#cart table,#cart tr{
	border: #ccc 1px solid;
}
#cart th,#cart td{
	border: #ccc 1px dashed;
	border-right:#ccc 1px dashed;
}
#cart th.text-left{
	padding-left:10px;
}
#cart th,#cart td{
	border: #ccc 1px dashed;
	border-right:#ccc 1px dashed;
}
#cart .cell1{
	width:120px;
}
#cart .cell2{
	width:250px;
}
#cart .cell3{
	width:200px;
}
#cart .cell4{
	width:100px;
}
#cart .cell5{
	width:100px;
}
#cart .cell6{
	width:150px;
}
#cart th td{
	height:30px;
}
#cart .titlecell{
	height:50px;
	text-align:center;
}
#cart .imgcell{
	height:120px;
	text-align:center;
}
#cart .othercell{
	height:50px;
	text-align:right;
}
#cart .othercelltd{
	padding: 0px 15px;
	text-align:right;
}
#cart td{
	text-align:center;
	height:50px;
}

.containcart{
	width:100px;
	height:100px;
	float:left;
	display:inline-block;
	border:none;
	margin:10px;
	background-image:none;
	position:relative;
}
.pictures{
	background-color:#c9c9c9;
}
.containcart .pictures{
	width:100%;
	height:100%;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;	
	background-color:#ccc;
	position:relative;
	z-index:0;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.containcart{
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.containcart:hover {
	position:relative;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
	z-index:1;
}


#cart input[type="button"],.phsize input[type="button"]{
	padding: 5px 10px;
	font-family: "Meiryo",sans-serif;
}
.cartmenu{
	width:100%;
	height:60px;
    vertical-align: middle;
	margin:10px 0px 0px;
}




/*****************cart******************/

/************album***************/
.phsize{
	display:block;
	float:right;
	line-height:60px;
	margin-right:15px;
}
.eventarea{
	display:block;
	width:800px;
	margin:0 auto;
	margin-bottom:20px;
	border:1px solid #ddd;
	position:relative;
}
.eventarea a{
	display:block;
}
.eventarea a:hover{
	cursor:pointer;
}
.eventarea span.status{
    padding: 7px;
    margin: 5px;
    position: absolute;
    bottom: 0px;
    right: 0px;
	width:auto;
}

.eventimg{
	padding:20px;
	float:left;
	text-align:center;
	width:20%;
	position:relative;
}
#evimg{
	width:100%;
	height:100px;
	float:left;
	margin:0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-size:cover;
	background-position:center center;
}
.eventtext{
	font-size:12px;
	display:block;
	float:left;
	margin:10px 0px 10px 0px;
	width:600px;
}
.eventblock{
	clear:both;
}
.evtitle{
	width:25%;
	vertical-align: top;
	padding:0 5px;
	margin:5px 15px 0px 10px;
	border-radius:5px;
	text-align:center;
	display:inline-block;
	height:25px;
	line-height:25px;
	font-size:12px;
}

.evtext{
	display:inline-block;
	line-height:25px;
	margin:5px 0px;
	height:2em;
	width:67%;
}



.albumouter{
	width:auto;
	margin:0;
	float:left;
}
.albumnow{
	width:97%;
	border:1px solid #aaa;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin:0 auto;
	padding: 10px;
	margin-bottom:20px;
}
.albumnow .et{
	border:0px;
	padding:1px 15px;
	display:block;
	float:left;
	font-size:20px;
	font-weight:bold;
}
.albumnow .etime{
	border:0px;
	padding:5px 15px;
	display:block;
	float:left;
}
.albumnow .at{
	border:1px solid #aaa;
	padding:5px 15px;
	display:block;
	float:left;
	margin-bottom:5px;
}
.albumtitle{
	width:100%;
	max-height:26px;
	position:relative;
}
.albumtitle span{
	display:inline-block;
	line-height:13px;
	max-height:26px;
    width: 100%;
    position: absolute;
    top: 0px;
    padding: 2px;
    box-sizing: border-box;
}

.backbtn{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 auto;
	padding:5px 15px;
	float:right;
	background-color:#aaa;
	color:#fff;
	margin-right:15px;
}
.backbtn:hover{
	cursor:pointer;
	opacity:0.8;
}
.contain{
	margin:0;
	width:230px;
	height:230px;
	/*float:left;*/
	/*display:inline-block;*/
	border:none;
	margin:0 10px 30px;
	background-image:none;
	position:relative;

}
.containal{
	border:1px solid #ccc;
}

.contain .pictures{
	width:100%;
	height:100%;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;	
}
.contain .pictures:hover{
	cursor:pointer;
}
.contain img{
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto;
	/*background-size:contain;*/
}
.albumouter .contain img{
	width:100%;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:auto 85%;
	background-color:#ccc;
}
.contain i{
	padding: 5px;
    border-radius: 5px;
	margin:5px;
	font-size:16px;
	position:absolute;
	top:0;
	right:0;
}
.contain input{
	float:left;
}
.contain:hover{
	
	cursor:pointer;
	
}

.modaltitle{
	background-color:#222;
	padding:10px 0 15px 20px;
	font-size:16px;
	color:#fff;
}


.modalinner{
	width:auto;
	padding:10px;
    background-color: #fff;
}

.modalprice {
    margin:0;
    float: left;
    display: inline-block;
    height:auto;
    width: 320px; 
}


.modalbtnarea {
    display: block;
    float: left;
    width: 320px;
}
.modalbeforebtn {
    width: 160px;
    border-right: none !important;
    border-radius: 10px 0 0 10px;
	box-sizing:border-box;
}
.modalnextbtn {
    width: 160px;
	box-sizing:border-box;
}
.modalcartbtn {
    width: 320px;
    border-radius: 10px;
	box-sizing:border-box;
}


.tagarea{
	display:block;
	margin:0;
	width:320px;
	margin-top:10px;
}
.tagarea iframe {
    display: block;
    width: 320px;
	height:30px;
    box-sizing: border-box;
    background-color: #fff;
	box-shadow:none;
	border:none;
}
/************album***************/


/*************mainmodal******************/
a.modalbeforebtn {
    width:159px;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
	padding:10px 10px;
	text-align:center;
	margin:5px 0 0;
	box-sizing:border-box;
}
a.modalnextbtn {
    width: 159px;
    border-radius: 0 5px 5px 0;
	padding:10px 10px;
	text-align:center;
	margin:5px 0 0;
	box-sizing:border-box;
}
a.modalcartbtn {
    width: 320px;
    border-radius: 5px;
    box-sizing: border-box;
	padding:10px 10px;
	text-align:center;
	margin-top:5px;
	margin-left:0px;
}
a.modaldeletebtn {
    border-radius: 5px;
	padding:10px 2px;
	padding:10px 5px;
}
a.modalclosebtn {
    border-radius: 5px;
	padding:10px 2px;
	padding:10px 5px;
}

/**********0908*************/

table.buy {
    width:100%;
	border-collapse:collapse;
}

table.buy tr {
    border:none;
	border-bottom: dashed 1px #ccc;
}
table.buy td {
	text-align: center;
	height: auto;
	line-height: normal;
	font-size: 12px;
	vertical-align: middle;
}
table.buy tr td:first-child {
	padding-left: 5px;
	vertical-align: middle;
	width: 80px;
  height: 45px;
  box-sizing: border-box;

}
table.buy tr td:last-child {
	text-align: center;
	height: auto;
	line-height: normal;
}
table.buy tr td.buycaption{
	line-height:12px;
}
table.buy tr td a.btn {
	line-height: 20px;
	padding: 6px 2px;
	border-radius: 5px;
	letter-spacing: 1px;
	border: 1px solid #aaa;
	color:#333;
	display: block;
	margin:0 auto;
	margin:5px;
	background-color: #ddd;
	width:90%;
	font-size:11px;
}
table.buy tr td a.btn:hover{
	opacity:0.8;
	cursor:pointer;
}

table.buy tr:hover{
	background-color:#ededff;
}

table.buy input {
	padding: 5px 10px;
	font-family: "Meiryo",sans-serif;
    margin: 0 10px 0px 0;
}
table.buy input:hover {
    cursor: pointer;
}
table.buy .zumi {
    display: inline-block;
    padding: 5px 2px 8px;
    color: #f00;
    margin: 0 10px 3px 0;
	font-size:12px;
	line-height:normal;
}
table#zoomtable tr td{
	border:none;
}
table#zoomtable .v-top{
	vertical-align:top;
	width:540px;
}
table#zoomtable tr td span.text-left{
	font-size:11px;
}
.az-zoom {
	border-radius:0 !important;
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.85), 0px 0px 7px 7px rgba(0,0,0,0.25), inset 0px 0px 40px 2px rgba(0,0,0,0.25) !important;
	cursor:none !important;
}
.az-wrap-inner{
	margin:0 !important;
}
.ptd{
	vertical-align:top;
	padding-left:10px;
}
.ptd .modalbeforebtn{
	float:left;
}
.ptd .modalnextbtn{
	float:right;
}

.modalscroll {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
		box-sizing:content-box;
		height:auto;
		width:100%;
}
.modalscroll::-webkit-scrollbar{
        overflow:hidden;
        width:5px;
        background:#fafafa;         
        -webkit-border-radius:3px;
        border-radius:3px;
}
.modalscroll::-webkit-scrollbar:horizontal{
		height:5px;
}
.modalscroll::-webkit-scrollbar-button{
       display:none;
}
.modalscroll::-webkit-scrollbar-piece{
        background:#eee;
}
.modalscroll::-webkit-scrollbar-piece:start{
		background:#eee;
}
.modalscroll::-webkit-scrollbar-thumb{
        overflow:hidden;
        -webkit-border-radius:3px;
        border-radius:3px;
        background:#333;
}
.modalscroll::-webkit-scrollbar-corner{
        overflow:hidden;
        -webkit-border-radius:3px;
        border-radius:3px;
        background:#333;
}
input.btn {
    padding: 10px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    border: 1px solid #ccc;
    display: block;
    float: left;
    margin: 5px;
	line-height:1.5em !important;
}
.tag_btn{
	border-radius:5px;
	font-size:12px;
	padding:5px 1em;
	display:inline-block;
	margin:5px 0px 0 3px;
}
.tag_btn a{
	display:block;
}
.tag_btn i{
	vertical-align:middle;
}
.tag_btn:hover{
	cursor:pointer;
}
.choice{
	display:inline-block;
	margin:0 auto;
	padding:2px 5px 0px 10px;
	border-radius:5px;
}
.choice i{
	margin-right:5px;
}
.cartclear{
	width:100%;
	margin:0 auto;
	display:block;
	text-align:center;
	margin-top:10px;
}
.cartclear a{
	display:inline-block;
	width:30%;
	margin:0 auto;
	margin:0px 20px;
}
/*************mainmodal******************/

/*********face**********/
.file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 10px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    border: none;
    display: inline-block;
    margin: 10px auto;
    line-height: 1.5em;
    font-family: "Meiryo",sans-serif;
    -webkit-appearance: none;
}
.file input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
	width:180px;
	height:42px;
}
.faceblock {
    margin: 0;
    width: 16%;
	padding:0.8%;
    float: left;
    display: inline-block;
    border:1px solid #ccc;
    margin: 0 1% 20px;
    float: left;
    background-image: none;
    position: relative;
}
.faceblock img{
	width:100%;
}
.faceblock input.btn{
	display:block;
	text-align:center;
	margin:5px auto;
	width:100%;
}
.faceblock input.btn:hover{
	cursor:pointer;
	opacity:0.8;
}
.facelist{
	width:120px;
	display:block;
	float:left;
	margin:10px auto;
}
.facelist img {
    width: 100px;
	padding:10px;
}
.facelist:hover{
    cursor: pointer;
	background-color:#ccc;
}

/*********face**********/

/*********sp_content**********/

.sp_content img{
	width:100%;
	z-index:1;
}
.sp_inner label{
	position:relative;
	display: block;
	vertical-align: top;
	float:left;
}
.sp_inner div{
	position:relative;
}
.sp_inner label span{
	position: absolute;
	display: block;
	z-index: 2;
	width:100%;
	height:100%;
}
.sp_inner input[type="radio"]{
	display:none;
	margin-left:10px;
	margin-top:10px;
}
.sp_inner label{
	position:relative;
	display: block;
	vertical-align: top;
	float:left;
	z-index:10;
}
.sp_inner label a{
	z-index:1;
}
.sp_inner input[type="submit"]{
	display:none;
}
.framediv{
	width:22%;
	margin:0;
	padding:10px 1%;
	display:inline-block;
	vertical-align:top;
}
.framediv .btn{
	margin-right:0;
	margin-left:0;
}
.framediv:hover{
	background-color:#aaa;
	border-radius:10px;
}
.sp_inner{
	width:800px;
	margin:0 auto;
}
.sp_inner label img{
	z-index: 1;
}
.sp_inner label:hover{
	cursor:pointer;
}
.sp_inner label input{
	position: absolute;
	z-index: 3;
}
.sp_inner .contain {
    margin: 0;
    width: 350px;
    height: 350px;
    float: left;
    display: inline-block;
    border: none;
    margin: 0 10px 0px;
    float: left;
    background-image: none;
    position: relative;
}
.sp_inner .albumbox{
	padding:20px 10px;
	display:inline-block;
	margin-bottom:20px;
	border-radius:10px;
}
.sp_inner .albumbox .pictures{
	background-color:inherit;
}
.sp_inner .albumbox:hover{
	background-color:#ccc;
}
.sp_content input[type="submit"].disnone{
	display:none;
}
.spinnerconfirm .albumouter{
	width:50%;
	height:500px;
}
.spinnerconfirm .contain{
	width:100%;
}
.spinnerconfirm .pictures{
	background-color:#fff;
	height:500px;
}
.spinnerconfirm .contain:hover{
	cursor:default;
}
.spinnercreate{
	text-align:center;
}
.spinnercreate img{
	width:60%;
	margin:10px auto;
}
.spinnercreate img:hover{
	cursor:default;
}
.spinnercreate .btnarea{
	width:60%;
	margin:0 auto;
}
.sp_innerpic input{
	display:none;
}
.sp_content table .pictures{
	background-color:inherit;
}
.sp_content table .contain:hover{
	cursor:default;
}
/*********sp_content**********/

/*********downlist,order_list_info**********/
a.regbtn {
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 0px;
    display: inline-block;
    margin: 5px;
    line-height: 1.5em;
    font-family: "Meiryo",sans-serif;
}
a.regbtn:hover {
	opacity:0.8;
	cursor:pointer;
}
.downlist .containcart{
	float:none;
}
/*********downlist,order_list_info**********/

/*********index_cp,main_cp(newregist)**********/
.topinfo {
    position: relative;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom:10px;
}
.topinfo:before {
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    border-top-color:inherit;
    border-width: 30px;
    margin-left: -30px;
}

.newmaineventarea {
	width:100%;
    height: 210px;
}

.newevent {
    display: block;
    margin: 0 auto;
    overflow-y:scroll;
    overflow-x:hidden;
    width: 100%;
    height: 180px;
    border: 1px #ccc solid;
    border-top: 4px #ccc solid;
}
.newevent table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}
.newevent tr {
    border-bottom: 2px dashed #ccc;
}
.newevent td {
    font-size: 13px;
    padding: 0px;
	
}
.newevent td:first-child {
    width: 20%;
}
.newevent td a {
    display: block;
    width: 100%;
    height: 100%;
	padding:0px 10px;
}
.linkarea:hover{
	cursor:pointer;
}
.presale {
    text-align: center;
    border-style: solid;
    border-width: 2px;
    padding: 0px 0px;
    width: 80%;
    border-color:#999;
}
.onsale {
    text-align: center;
    border-style: solid;
    border-width: 2px;
    padding: 0px 0px;
    width: 80%;
}
.mainwhitebox{
	padding:0px 30px 10px;
	background-color:#FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:left;
	line-height:1.8em;
}
.profilearea .mainwhitebox{
	background-color:rgba( 255, 255, 255, 0.85 );
}
.mainwhitebox.tel1{
	float:right;
}
.mainwhitebox.tel2{
	float:left;
}
.eventimg .onsale{
	margin:5px auto 0;
}
.eventimg .presale{
	margin:5px auto 0;
}
.eventimg i{
    padding: 7px;
    margin: 5px;
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
	border-style:solid;
	border-width:1px;
}
.eventimg i.i-lock {
    padding: 7px 3px 7px 10px;
    margin: 5px;
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
	border-style:solid;
	border-width:1px;
}

.input-viewpass{
	text-align:center;
	width:100%;
	float:left
}
/*********index_cp,main_cp(newregist)**********/


/*******sample_zoom_photo********/
.samplebeforebtn {
    width:125px;
    border-radius: 5px 0 0 5px;
	text-align:center;
	margin:5px 2px 5px 0px!important;
	float:left;

}
.samplenextbtn {
    width:125px;
    border-radius: 0 5px 5px 0;
	text-align:center;
	margin:5px 0px 5px 2px!important;
	float:right;
}
.samplecartbtn {
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
	padding:10px 10px;
	text-align:center;
	margin:5px 0px 5px 0px!important;
	display:block;
}
/*******sample_zoom_photo********/

/**********edemomain0914test**************/
.myinfo{
	background-color:#e9e9e9;
}
.myinfoblock{
	display:inline-block;
	float:left;
	padding:15px 0;
	margin-right:10px;
}
.mytitle{
	border:1px solid #fff;
	border-radius:15px;
	padding:0px 20px;
	float:left;
	display:inline-block;
	font-size:12px;
	box-sizing:border-box;
	font-weight:bold;
}
.mycont{
	padding:0px 10px;
	float:left;
	display:inline-block;
}
.myinfo img{
	width:70px;
	margin-top:5px;
}
.upareaup{
	padding:10px 0 20px;
}
.uparea{
	padding:40px 0 40px;
}
.uptitle {
    font-size: 27px;
    line-height: 24px;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.uptitle div{
	font-size:12px;
	display:inline-block;
	float:right;
}

#haveimg{
	width:20%;
	height:180px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	float:left;
}
.havechildimg{
	width:100px;
	height:100px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	float:left;
}
.havetext{
	padding-left:30px;
	box-sizing:border-box;
	float:left;
	padding-top:5px;
	width:79%;
}
.havetext.p0{
	padding-top:0px;
}
.havetext .uptitle{
	font-size:24px;
	line-height:26px;
	margin-top:10px;
}
.havetext .bigfont {
    font-size: 25px;
    line-height: 30px;
	margin-left:15px;
}
.havetext .icon-b {
	margin-left:0px;
}
.havetext.p0 .icon-b {
	margin-left:15px;
	font-size:18px;
	line-height:1.2em;
}
.havetitle{
}
.uptitle.under{
	padding-bottom:0px;
	font-size:20px;
	line-height:20px;
	
}
.upnextimg{
    width: 150px;
    height: 150px;
    margin: 0 10px 0 0;
	position:relative;
	background-size:cover;
	background-position:center center;
	float:left;
}
.upnexttext{
	background-color:rgba(50,50,50,0.5);
	position:absolute;
	bottom:0;
	width:100%;
	font-size:10px;
	color:#fff;
	text-align:left;
	padding:2px 5px;
	box-sizing:border-box;
}
.uparea>div.upnextimg:last-child{
	margin:0;
}
.newinfo{
	margin:5px 1% 15px 1%;
	box-shadow:2px 2px 6px 2px rgba(180,180,180,0.65);
	-webkit-box-shadow:2px 2px 6px 2px rgba(180,180,180,0.65);
	-moz-box-shadow:2px 2px 6px 2px rgba(180,180,180,0.65);
	padding:10px;
}
.newinfo a:hover{
	cursor:pointer;
}
.newinfolink{
    padding-right: 5px;
    padding-left: 5px;
    display: block;
	margin-bottom:15px;
}	
.childinfo{
	width:49%;
	float:left;
	margin:0 0.5% 0 0.5%;
}
.childinfo .havetext{
	width:75%;
	padding-left:10px;
	box-sizing:border-box;
	float:left;
	padding-top:0px;
}
.childinfo .onsale{
    width: 70px;
    padding: 0 2px;
    margin: 5px 10px 0px 0px;
    text-align: center;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}
.margin0{
	margin:0;
}
.marginl5{
	margin-left:10px;
}
.hvtitle {
    width: 150px;
    padding: 0 5px;
    margin: 5px 25px 0px 0px;
    text-align: center;
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.hvtext {
    float: left;
    display: inline-block;
    line-height: 30px;
    margin: 5px 0px;
	font-size: 16px;
}
.hvtext.midfont {
	font-size: 20px;
}
.upevent {
    display: block;
    margin: 0px auto;
    overflow-y:auto;
    overflow-x:hidden;
    width: 100%;
    max-height: 275px;
}
.upeventtitle{
	display:inline-block;
	max-width:20.5em;
	word-break:break-all;
}
.upevent table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}
.upevent table tbody{
    border-top: 2px dashed #ccc;
}
.upevent tr {
    border-bottom: 2px dashed #ccc;
}
.upevent td {
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 0 20px;
	width: 80%;
}
.upevent td:first-child {
    width: 17%;
	padding: 0px;
}
.upevent tr td:last-child {
	width:100px;
	text-align:center;
	padding: 0px;
}
.upevent td a {
    display: block;
    width: 100%;
    height: 100%;
	padding: 10px 5px;
	box-sizing:border-box;
}
.upevent td:first-child a{
    height:130px;
	padding:0;
}
.upevent td:first-child a .topchildimg{
	margin-top:20px;
	margin-left:20px;

}
.upevent .onsale {
    text-align: center;
    border-style: solid;
    border-width: 5px;
    padding: 0px 8px;
    width: auto;
	display:inline-block;
}
.upevent .onsale.keycolorback {
	border-radius:10px;
	font-weight:bold;
	padding: 0px 3px;
	margin:0;
	width:5em;
}
.upevent .onsale.keycolorborder {
	margin:5px;
}
.upevent .presale {
    text-align: center;
    border-style: solid;
    border-width: 5px;
    padding: 0px 8px;
	margin:5px;
    width: auto;
    border-color: #aaa;
	display:inline-block;
}
.upevent .presale.subcolorback {
	border-radius:10px;
	font-weight:bold;
	padding: 0px 3px;
	background-color:#aaa;
	color:#fff;
	margin:0;
	width:5em;
}

.upevent td:last-child .onsale.keycolorborder,
.upevent td:last-child .presale.subcolorback {
	margin:40px 5px;
}
.topchildimg {
	width: 120px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
	float: left;
	border-radius:10px;
}
.bigbtn{
    padding: 20px 15px;
	font-size:20px;
    text-align: center;
    margin: 30px auto 10px;
	display:inline-block;
	width:40%;
}
.centertitle{
    margin: 20px auto 0px;
    text-align: center;
    font-size: 32px;
	font-weight:bold;
    vertical-align: central;
}
.pageinner800 {
    width: 800px;
    margin: 0 auto;
    background-color: inherit;
}
.pageinner880 {
    width: 880px;
    margin: 0 auto;
    background-color: inherit;
}
.backimgarea2 .backimg {
	-webkit-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);

}
.newscont{
	padding:30px 0 40px;
}
.effect6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 0px 40px rgba(0,0,0,0.1);
	z-index: 0;
}

.effect6::before, .effect6::after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.effect6::after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}
.whiteisland{
	padding:0 40px 30px;
	margin:20px 0;
    background-color: rgba( 255, 255, 255, 0.92);
}


/**********edemomain0914test**************/
.dispnone{
	display:none;
}
.dispblock{
	display:block;
}
.regarea{
	text-align: center;
	margin:20px 0px 20px 0px;
	font-size:20px;
}
.regareab0{
	text-align: center;
	margin:20px 0px 0px 0px;
	font-size:20px;
}
.regareat0{
	text-align: center;
	margin:0px 0px 20px 0px;
	font-size:20px;
}
.regarea img{
	margin:0px 20px;
}
.rollregbtn {
	display: inline-block;
	width: 35%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	position: relative;
	-webkit-perspective: 35%;
	perspective: 35%;
	margin:0px 20px 0px 20px;
}
.rollregbtn::before,
.rollregbtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.rollregbtn,
.rollregbtn::before,
.rollregbtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.rollregbtn span {
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	pointer-events: none;
}
.rollregbtn span:nth-child(1) {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
	opacity: 0.80;
}
.rollregbtn span:nth-child(2) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.rollregbtn:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.rollregbtn:hover span:nth-child(2) {
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	opacity: 0.0;
}
.rollregbtn span.keycolorborder {
	border-width:3px;
	border-style:solid;
}
.logochk {
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    margin-right: 0.5em;
}
.minfont {
    font-size: 8px;
}
.pageinner70per{
	width:70%;
	margin:0 auto;
}
.twobox{
	width:46%;
	margin:0 2%;
	box-sizing:border-box;
	display:inline-block;
	float:left;
}
.twobox .newinfo{
	text-align:left;
    margin: 10px auto 40px;
    box-shadow: 2px 2px 6px 3px rgba(150,150,150,0.65);
    -webkit-box-shadow: 2px 2px 6px 3px rgba(150,150,150, 0.65);
    -moz-box-shadow: 2px 2px 6px 3px rgba(150,150,150, 0.65);
    padding: 10px;
}

.twobox .newinfo .mtitle {
    padding: 10px 0 10px 0px;
    font-size: 14px;
    margin-bottom: 10px;
	border-bottom:2px solid;
}
.twobox .newinfo .mtitle .text-bold{
	font-size:24px;
}
.twobox .newinfo .mtitle i{
    font-size: 28px;
    margin: 0 5px 0 0 ;
}
.twobox .newinfo>.smallfont>img{
	width:65px;
	border:1px solid #aaa;
}

.submitbtn{
    padding: 10px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 auto;
    line-height: 1.5em;
	font-size:14px;
    font-family: "Meiryo",sans-serif;
    -webkit-appearance: none;
}
.submitbtn:hover{
	cursor:pointer;
}
.cartinfoout {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}
/*配送先の項目*/

.pageinner800 .ankorlinkarea {
    width: 100%;
    margin: 0px auto 10px;
    padding: 0px;
	box-sizing:content-box;
	border:1px solid #aaa;
}


.pageinner800 .ankorlinkarea .ankorlinks{
    margin: 0px auto 5px;
    width: 260px !important;
    padding: 0px;
    float: left;
    display: inline-block;
}

.ankorlinkarea .ankorlinks span{
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    width: 250px;
	font-size:18px;
    margin: 0 auto;
    padding: 0px;
	font-weight:bold;
    text-align: center;
    height: 63px;
    display: table-cell;
    vertical-align: middle;
}
/*submitのテキスト化*/
input[type='submit'].textsubmit {
    padding: 0 15px;
	letter-spacing:0px;
    border: none;
    display: inline-block;
    margin: 0 auto;
    line-height: 3em;
    font-family: "Meiryo",sans-serif;
    -webkit-appearance: none;
    background-color: transparent;
}
input[type='submit'].textsubmit:hover {
	text-decoration:underline;
}

/*spcont3*/
a.spbackbtn {
    padding: 10px 15px;
    border-radius: 5px;
    letter-spacing: 0px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 1.5em;
    font-family: "Meiryo",sans-serif;
}
div.pictures.albumback,div.albumback{
	-moz-background-size:auto 90%;
	background-size:auto 90%;
	background-color:transparent;
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:0px;
}
.labelspan{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:5;
}
.labelspan:hover{
	cursor:pointer;
}

/*photobook*/
.pb_outerbox{
	padding:20px;
	margin-bottom:20px;
}
.pb_outerbox.intro{
	border-bottom:1px solid #ccc;
	margin:0 0 20px;
	width:96%;
}

.pb_imgbox{
	float:left;
	width:25%;
	margin-right:5%;
}
.pb_imgbox.intro{
	width:15%;
	margin:0 5%;
}
.pb_imgbox img{
	width:100%;
}
.pb_textbox{
	width:70%;
	float:left;
}
.pb_btnbox{
	width:70%;
	margin-top:30px;
	float:right;
}
.pb_btnbox form{
	display:inline-block;
	float:left;
	width:30%;
	margin-right:3%;
}
.pb_btnbox .icon-b20{
	margin-bottom:10px;
	display:inline-block;
}
.pb_btnbox form:last-child{
	margin-right:0%;
}
.pb_btnbox button[type='submit'] {
    padding: 5px 15px;
    border-radius: 3em;
    letter-spacing: 0px;
    border: none;
    display: block;
    margin: 0;
    line-height: 1.5em;
    font-family: "Meiryo",sans-serif;
    -webkit-appearance: none;
	width:100%;
	font-size:14px;
}
.pb_btnbox button[type='submit']:hover{
	cursor:pointer;
}

table.pbtable{
	width:100%;
	border-collapse:collapse;
	margin-bottom:40px;
}
table.pbtable th.t_top {
    border-top: 4px solid #b3b3b3;
}
table.pbtable th{
	padding:15px 0;
}
table.pbtable tr{
	border:1px solid #ccc;
}

table.pbtable tr:hover{
	background-color:#dfefff;
}
table.pbtable tr td{
	padding:15px 10px;
	text-align:center;
}
table.pbtable tr th.w1,table.pb_btn_area tr td.w1{
	width:10%;
}
table.pbtable tr th.w15,table.pb_btn_area tr td.w15{
	width:15%;
}
table.pbtable tr th.w2,table.pb_btn_area tr td.w2{
	width:20%;
}
table.pbtable tr th.w25,table.pb_btn_area tr td.w25{
	width:25%;
}
table.pbtable tr th.w3,table.pb_btn_area tr td.w3{
	width:30%;
}
table.pbtable tr th.w35{
	width:35%;
}
table.pbtable tr th.w4,table.pb_btn_area tr td.w4{
	width:40%;
	text-align:left;
}
table.pbtable th, table.pbtable td {
    border: #ccc 1px dashed;
    border-right: #ccc 1px dashed;
}

/*photobook make*/
.pbLbox{
	float:left;
	width:50%;
}
.pbRbox{
	float:right;
	width:50%;
}
.pbLbox table{
	border-collapse:collapse;
	font-size:12px;
}
.pbLbox table tr th{
	border: 1px solid #ccc;
	padding:10px;
}
.pbLbox table tr th.t_top{
	border-top: 4px solid;
}
.pbLbox table tr td{
	padding:10px;
}
.pbRbox table{
    border-collapse: collapse;
    margin: 0 auto;
	font-size:12px;
	margin-top:8px;
}
.pbRbox table th {
    height: 40px;
    width: 30%;
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
    border-right: #e3e3e3 1px solid;
    text-align: center;
    padding: 10px;
    font-weight: normal;
}
.pbRbox table td {
    width: 70%;
    border-bottom: #e3e3e3 1px solid;
    border-right: #e3e3e3 1px solid;
    text-align: left;
    padding: 10px;
}
.pbLbox table th.t_top,.pbRbox table th.t_top,.pbRbox table td.t_top {
    border-top: 4px solid #b3b3b3;
}

.pbRbox table input{
    width: 90%;
	box-sizing:border-box;
}

#Outtitle1,#Outtitle2{
	font-size:13px;
	font-weight:bold;
}
#Outsub1,#Outsub2{
	font-size:12px;
}
#Outauthor1,#Outauthor2{
	font-size:11px;
}
.boxtop{
	border: 1px solid #b3b3b3;
	border-top: 4px solid #b3b3b3;
	border-bottom:none;
	padding:10px;
}
.pb_edit{
	border-width:2px;
	border-style:solid;
}
.pb_edit img{
	width:100%;
}
.pbseleimg{
	width:200px;
	height:200px;
}
.pbseleimg img{
	width:100%;
}
.pb1box{
	float:right;
	width:27%;
	margin:0 0 0 2%;
	padding:10px 2%;
}
.pb1box a.ch-center{
	margin-left:25%;
	display:block;
}
.pb1box img{
	width:100%;
}
.pb2box{
	float:left;
	width:57%;
	margin:0 2% 0 0;
	padding:10px 2%;
}
.pbline{
	border:1px dashed #aaa;
	box-sizing:border-box;
	height:330px;
}
.pbline.pb1box{
	width:39%;
}
.pb2box table{
	margin:0 auto;
	font-size:14px;
}
.pb2box img{
	width:100%;
}
.ftpg{
	position:relative;
}
.ftpg img{
	width:auto;
	position:absolute;
	right:0px;
}
.pbimgdiv{
	width:170px;
	height:170px;
	background-color:#fff;
	overflow:hidden;
	margin:0 auto;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	border-color:#fff;
	border-width:2px;
	border-style:solid;
}
.pbimgdiv.v-middle{
	vertical-align:middle;
	display: table-cell;
	margin-top:5px;
	text-align:center;
}

.pbimgdiv.v-middle img{
	width:auto;
	height:auto;
	max-height:170px;
	max-width:170px;
	display:inline-block;
}

.pb1box a.ch-center .pbimgdiv{
	margin:0;
}
.pbimgdiv.pbfirst{
	background-position:-275px center;
}
.pb1box .pbimgdiv{
	background-size:contain;
}
	
.pbimgdiv.grayborder{
	border:2px solid #ddd;
}
.pbimgdiv.keycolorborder:hover{
	cursor:pointer;
}
.pbpager {
	font-size:12px;
	margin-top:5px;
}
.pbpager a{
	display:inline-block;
	margin:2px 1px;
	padding:1px 5px;
}
.pbpager .dised{
	background-color:#ccc;
	border:1px solid #ccc;
}
.pbpager .edng{
	margin:2px 0px;
	padding:1px 5px;
	min-width:25px;
	box-sizing:border-box;
	text-align:center;
	display:inline-block;
	border:1px solid #ccc;
	text-decoration:underline;
}
.pbpager .now{
	font-weight:bold;
	display:inline-block;
	border-width:2px;
	border-style:solid;
	margin:2px 1px;
	padding:1px 5px;
}
.pbpager .edok{
	margin:2px 0px;
	padding:1px 5px;
	min-width:25px;
	box-sizing:border-box;
	text-align:center;
	display:inline-block;
	border:1px solid #ccc;
}
.now,.edok,.edng{
	background-color:#fff;
}
a.smallbtn{
    line-height: 20px;
    padding: 6px 2px;
    border-radius: 5px;
    letter-spacing: 1px;
    border-width:1px;
    display: block;
    margin: 5px;
    width: 8em;
}
.grayback{
    border: 1px solid #aaa;
    background-color: #ddd;
	color:#333;
}
.grayback:hover{
	cursor:pointer;
	opacity:0.8;
}
#loading{
	position:fixed;
	width:100%;
	height:2000px;
	display:block;
	background-color:#333;
	opacity:0.8;
	top:0;
	z-index:1000;
}
#loading img{
	opacity:0.8;
}
#loadmsg{
	display:block;
	z-index:1001;
	color:#fff;
	margin:0 auto;
	width:800px;
}
	
#section01{
	border:1px solid #ccc;
}
table.pb_btn_area{
	text-align:center;
	width:100%;
}
table.pb_btn_area tr td.w15{
	width:15%;
}
table.pb_btn_area tr td.centertd{
	width:40%;
}
table.pb_btn_area a.btn,table.pb_btn_area input{
	display:inline-block;
	font-size:13px;
}
a.modalpbbtn {
    width: 320px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 10px;
    text-align: center;
    margin-top: 20px;
    margin-left: 0px;
}
.pb_bn{
	background-image:url('../usrimg/bn_pb.jpg');
	padding:25px 10px 8px;
}
.pb_bn a{
	margin:3px;
}
.pb_bn .floatR{
	margin-right:15px;
}
.regarea form{
	display:inline-block;
	width:49%;
}
a.hokill:hover{
	opacity:1;
	border-color:#fff;
}
/*線なし
.prevmd{
	overflow:hidden;
	height:400px;
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
}*/
.prevmd {
    overflow: hidden;
    height: 390px;
    width: 390px;
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
    margin: 0 auto;
    border: 2px solid #ccc;
}
/*線なし
.prevmd1{
	overflow:hidden;
	height:400px;
	width:100%;
	background-position:-450px center ;
	background-repeat:no-repeat;
}
*/
.prevmd1 {
    overflow: hidden;
    height: 390px;
    width: 420px;
    background-position:0px center ;
    background-repeat: no-repeat;
	background-size:cover;
    margin: 0 auto;
    border: 2px solid #ccc;
	position:relative;
}
.prevmd img{
	opacity:0.7;
	width:100%;
}
.prevmd1 img{
	position:absolute;
	right:0;
	opacity:0.7;
}
/*****************reg******************/
.reginfo{
	margin: 0 auto;
	padding: 10px;
	text-align:center;
	font-size:16px;
	border: #aaa 1px dashed;
}
.reginfo .big{
	font-size:30px;
	font-weight:bold;
}
.reginfo i{
	font-size:20px;
	color:#aaa;
	margin:0px 10px;
}

.regcaution{
	margin: 0 auto;
	margin:0px 0px 20px 0px;
	padding: 10px;
	font-size:11px;
}
#reg{
	margin: 0 auto;
	padding: 10px;
}
#reg table{
	width:100%;
	margin: 0 auto;
	padding: 10px;
	border: #ccc 1px solid;
	border-collapse: collapse;
}
#reg table,#reg tr{
	border: #ccc 1px solid;
}
#reg th,#reg td{
	border: #ccc 1px dashed;
	border-right:#ccc 1px dashed;
}
#reg th.text-left{
	padding-left:10px;
}
#reg th,#reg td{
	border: #ccc 1px dashed;
	border-right:#ccc 1px dashed;
}
#reg .cell1{
	width:120px;
}
#reg .cell2{
	width:250px;
}
#reg .cell3{
	width:200px;
}
#reg .cell4{
	width:100px;
}
#reg .cell5{
	width:100px;
}
#reg .cell6{
	width:150px;
}
#reg th td{
	height:30px;
}
#reg .titlecell{
	height:50px;
	text-align:center;
}
#reg .imgcell{
	height:120px;
	text-align:center;
}
#reg .othercell{
	height:50px;
	text-align:right;
}
#reg .othercelltd{
	padding: 0px 15px;
	text-align:right;
}
#reg td{
	text-align:center;
	height:50px;
}

.containreg{
	width:100px;
	height:100px;
	float:left;
	display:inline-block;
	border:none;
	margin:10px;
	background-image:none;
	position:relative;
}
.pictures{
	background-color:#c9c9c9;
}
.containreg .pictures{
	width:100%;
	height:100%;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;	
	background-color:#ccc;
	position:relative;
	z-index:0;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.containreg .pictures:hover {
	position:relative;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
	z-index:1;
}


#reg input[type="button"],.phsize input[type="button"]{
	padding: 5px 10px;
	font-family: "Meiryo",sans-serif;
}
.regmenu{
	width:100%;
	height:60px;
    vertical-align: middle;
	margin:10px 0px 0px;
}




/*****************reg******************/
#kiyaku{
	margin:0px 0px 0px 0px ;
	padding:10px 10px;
	width:1000px;
	height:400px;
	border:1px solid #ccc;
	border-radius:5px;
	overflow-x:hidden;
	overflow-y:scroll;
}

input.floatR{
	float:right;
}
input[disabled="disabled"]:hover,a.disabled{
	opacity:1 !important;
	cursor:default !important;
}
textarea[name="kanso"] {
    height:174px;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	font-size:14px;
	margin-top:12px;
}
.pbbread {
    position: absolute;
    margin-top: -20px;
    color: #000;
    padding: 3px 5px;
    border-width: 1px;
	border-style:solid;
    background-color: #fff;
    height: 20px;
}
.pbbread p.eql{
  white-space: nowrap;
  max-width: 130px;        
  overflow: hidden;            
  text-overflow:ellipsis;    
}
.mismall{
	width:740px !important;
}
.opac5 img{
	opacity:0.7;
}
.subBblock{
	margin: 20px auto;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 0.9em;
	display: block;
	box-sizing: border-box;
}
.max-w50{
	max-width:50%;
}
.max-w80{
	max-width:80%;
}
.max-w90{
	max-width:90%;
}
.max-w100{
	max-width:100%;
}
.epassimg{
	width:20%;
	float:right;
	display:inline-block;
	margin:20px 0 0;
}
.epassimg img{
	width:100%;
}
.epasstxt{
	float:left;
	width:75%;
	display:inline-block;
}
a.atagbtn{
    padding: 10px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    border: 1px solid #ccc;
    display: inline-block;
    float: none;
    margin: 5px;
		text-decoration:none;
}

.w10{
	width:10%;
}
.w15{
	width:15%;
}
.w20{
	width:20%;
}
.w25{
	width:25%;
}
.w30{
	width:30%;
}
.w35{
	width:35%;
}
.w40{
	width:40%;
}
.w45{
	width:45%;
}
.w50{
	width:50%;
}
.w55{
	width:55%;
}
.w60{
	width:60%;
}
.w65{
	width:65%;
}
.w70{
	width:70%;
}
.w75{
	width:75%;
}
.w80{
	width:80%;
}
.w85{
	width:85%;
}
.w90{
	width:90%;
}
.w95{
	width:95%;
}
.w100{
	width:100%;
}
/*ytj_dvd対応ここから*/
.albummain{
    width: 100%;
    border: 1px solid #aaa;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 20px auto 20px;
    padding: 10px;
    box-sizing: border-box;
}
.albummain .et{
	border:0px;
	padding:1px 15px;
	display:block;
	float:left;
	font-size:20px;
	font-weight:bold;
}
.albummain .etime{
	border:0px;
	padding:5px 15px;
	display:block;
	float:left;
}
a.dvdimg {
	width: 24%;
	margin: 0px 0.2% 10px;
	display: inline-block;
	padding: 5px 5px 2px;
	box-sizing: border-box;
}

a.dvdimg img{
	width:100%;
}
a.dvdimg:hover{
	cursor:pointer;
}
/*ytj_dvd対応ここまで*/
.no-border{
	border:none !important;
}

/*物販用CSS*/
.uptitle2 {
	margin-top:30px;
    padding-left: 5px;
    padding-bottom: 15px;
	margin-bottom:30px;
	box-sizing:border-box;
	border-bottom:2px dashed #222;
	position:relative;
}
.uptitle2 img{
	vertical-align:bottom;
	margin-right:10px;
}
.uptitle2 span.titleL{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	display:inline-block;
    font-size: 36px;
}
.uptitle2 span.titleR{
	position:absolute;
	right:0;
	bottom:15px;
    font-size: 24px;
}
.ml50{
    margin-left:50px;
}
.mb50{
    margin-bottom:50px;
}
.catebox{
	width:24%;
	margin:0 0.5% 30px;
	float:left;
}
img.icon-s{
	width:38px;
	display:inline-block;
	margin:0 5px 0 0;
	vertical-align:text-top;
}
.catebox a{
	display:block;
	box-shadow:1px 1px 5px #333;
	width:100%;
	box-sizing:border-box;
}
.catetitle{
	padding:5px;
	box-sizing:border-box;
	font-size:18px;
	margin-bottom:5px;
}
.catetitle i{
	margin-right:8px;
}
.catesub{
	padding:0 5px;
	box-sizing:border-box;
	font-size:13px;
	font-weight:normal;
}
.cateim{
	height:220px;
	padding:0;
	box-sizing:border-box;
	background-color:#fff !important;
}	
.child .cateim{
	height:190px;
}	
.cateim img{
	display:block;
	width:100%;
	border-radius:10px 10px 10px 10px;
	vertical-align:middle;
}
.cateimg{
	width:100%;
	height:200px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center bottom;
	border-radius:0 0 10px 10px;
	margin:10px 0;
}
.parentname{
	display:inline-block;
	padding:2px 10px 2px 10px;
	box-sizing:border-box;
	position: relative;
	font-size:12px;
	margin:1px 0px 1px 0;
	line-height:25px;
}
.parentname:before{
	content:"●";
	font-size:8px;
	color:#fff;
}
.catename{
	font-size:16px;
	height:30px;
	line-height:30px;
	overflow:hidden;
}

.inalbum{
	margin-bottom:30px;
}
.inalbum a{
	background-color:#ffffee;
	margin-bottom:10px;
}
cmenu {
  display: none;
  width:100%;
}

menu {
  cursor: pointer;
  margin-left: -40px;
}
ccmenu {
  cursor: pointer;
}
.disp-b{
	display:block;
}
.disp-ib{
	display:inline-block;
}
.footp{
	margin-bottom:10px;
}
.w70px{
	width:70px;
}
.w100px{
	width:100px;
}
a.dvdimg2 {
    margin: 0px 0.2% 10px;
    display: inline-block;
    padding: 5px 5px 2px;
    box-sizing: border-box;
	cursor:pointer;
}
.inalbum a.dvdimg2 {
    width:100% !important;
}
.child .catename{
	font-size:14px;
}
.catename img{
	width:20px;
}
.cat-icon{
    font-size:36px;
}
.centertitle{
	font-size:24px;
	margin-bottom:10px;
}

.selebox{
	height:130px;
}
table#zoomtable tr td #changeprf{
	margin:10px 0;
}
table#zoomtable tr td #changeprf td{
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
}
table#zoomtable tr td #changeprf th {
    height: 40px;
    width: 25%;
    text-align: center;
    padding: 5px 10px;
    font-weight: normal;
}
table#zoomtable tr td #changeprf td {
    width: 80%;
    text-align: left;
    padding: 0 10px;
}
.spic{
	width:65px;
	height:65px;
	background-size:contain;
	background-color:#fff;
	background-position:center center;
	display:inline-block;
	margin-right:3px;
	float:left;
	background-repeat:no-repeat;
}
.spic:hover{
	cursor:pointer;
}
.spic.select{
	border-width:1px;
	box-sizing:border-box;
}
.lineh15{
	line-height:2.25em;
}
.lineh2{
	line-height:3em;
}

.contain3 {
    display: inline-block;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 400px;
    height: 400px;
    border: 1px solid #ccc;
    background-size: contain;
}
#haveimg2 {
    height: 100%;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.child #haveimg2{
    height: 100%;
    margin:0px 0px 0px 0px;
}

.pager{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.pagenum{
	display:inline-block;
	margin:2px;
}
.pagenum a{
	display:block;
	padding:5px 15px;
}
.nowpage{
	border:1px solid #333333;
	padding:5px 15px;
	color:#333333;
	display:inline-block;
}

.linkpage{
	border:1px solid #aaaaaa;
	padding:5px 15px;
	color:#aaaaaa;
	display:inline-block;
}

.albumouter{
margin-bottom:30px !important;
}
.contain{
margin-bottom:10px !important;
}
.addcart-btn{
width: 92%;
margin: 0 auto;
border: 1px solid;
padding:10px;
text-align:center;
box-sizing:border-box;
display:block;
}
.hidden-cart{
display:none;
}
.hidden-addcart{
display:none;
}
.added-text{
box-sizing:border-box;
width: 92%;
margin: 0 auto;
padding:10px;
text-align:center;
border: 1px solid #b3b3b3;
background-color:#b3b3b3;
color:#ffffff;
}
.cart-btn{
box-sizing:border-box;
display: block;
width: 100px;
line-height:1.5em;
text-align: center;
text-decoration: none;
border-radius: 5px;
padding:10px 15px;
font-size:1.0em;
float:left;
margin:5px;
}
.cart-btn i{ margin-right:10px;}

.pointer{
cursor: pointer;
}
.mg-r05{
margin-right:5px;
}



/*-------------------------------
フォトガチャ用 追加css
--------------------------------*/

/* main やフォトガチャイベント系
--------------------------------*/
.gacha-orderbtn{
	width:100%;
	border:1px solid;
	padding:20px 0;
	font-size:24px;
	text-align:center;
	margin:20px auto 0;
	display:block;
	box-shadow:1px 2px 3px rgba(180,180,180,0.65);
	-webkit-box-shadow:1px 2px 3px rgba(180,180,180,0.65);
	-moz-box-shadow:1px 2px 3px rgba(180,180,180,0.65);
}

.gacha-orderbtn:hover{
	opacity:0.7;
}

.gachaeventbox{
	width: 49%;
	float: left;
	margin: 30px 0.5% 10px 0.5%;
}
.gachainfo{
	margin:5px 1% 15px 1%;
	box-shadow:2px 2px 6px 2px rgba(180,180,180,0.65);
	-webkit-box-shadow:2px 2px 6px 2px rgba(180,180,180,0.65);
	-moz-box-shadow:2px 2px 6px 2px rgba(180,180,180,0.65);
	position:relative;
	padding:10px;
	cursor:pointer;
}
.gachainfo:hover{
	opacity:0.7;
}


#gachatopimg{
	width:100%;
	height:300px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
/*	float:left;*/
}

.gachadatearea{
	position:absolute;
	top:10px;
	right:10px;
	background-color:rgba(255,255,255,0.8);
}
.gachadate-title,.gachadate-text{
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
	vertical-align:middle;
}

.gachatoptext{
	padding:10px 0;
	box-sizing:border-box;
	width:100%;
}

.gachatoptext .gacha-maintitle{
    font-size: 25px;
    line-height: 30px;
	border-bottom:1px dotted #cccccc;
	margin-bottom:10px;
	height:60px;
	overflow:hidden;
	
}

.gacha-mainlink{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding:10px 0;
	width:100%;
	display:block;
	letter-spacing:5px;
}


.gachainfobottom{
	margin:5px 1% 15px 1%;
	text-align:right;
}
.gachainfobottom a{
	display:inline-block;
	width:32%;
	padding:5px 0;
	margin-left:1%;
	text-align:center;
	font-size:12px;
}
.gachainfobottom a:hover{
	opacity:0.7;
}
.gachaotherlink{
	background:#ddd;
}


/* ポップアップの提供割合
----------------------------*/
table.ratelist{
	border:1px solid #ccc;
	border-collapse: collapse;
}
table.ratelist tr{
	border-bottom:1px solid #ccc;
}

table.ratelist tr:nth-child(odd){
	background:#eeeeee;
}


table.ratelist tr th{
	background:#dddddd;
}
table.ratelist tr th,table.ratelist tr td{
	border-right:1px dotted #cccccc;
	padding:10px 10px;
	text-align:center;
}
table.ratelist tr th:last-of-type,table.ratelist tr td:last-of-type{
		border-right:none;
}

/* ポップアップの写真一覧
----------------------------*/

.modalinner-height{
	height:600px;/*仮*/

}

.ratetitle{
	display:block;
	margin:0 0 20px;
	border-bottom:1px solid #ddd;
	border-left:5px solid #333333;
	font-size:1.6em;
	font-weight:bold;
	width:100%;
}
.ratetitle .rate-text{
	width:50%;
	float:left;
	padding:10px 10px 10px 20px;
	text-align:left;
}
.ratetitle .per-text{
	width:40%;
	float:right;
	text-align:right;
	padding:10px 20px 10px 0;
}


.gachaouter{
	width:auto;
	margin:0;
	float:left;
}
.gachainner-img{
	margin:0;
	width:200px;
	height:200px;
	/*float:left;*/
	/*display:inline-block;*/
	border:none;
	margin:0 5px 10px;
	background-image:none;
	position:relative;

}
.gachainner-img .pictures{
	width:100%;
	height:100%;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;	
}
.gachainner-text{
    border-radius: 5px;
	padding:3px;
	margin:0px 5px 5px 5px;
	font-size:11px;
	position:absolute;
	bottom:0;
	left:0;
	letter-spacing:-0.5px;
	max-width:98%;
	box-sizing:border-box;
	word-break:break-all;
	background-color:rgba(255,255,255,0.8);
}


/* フォトガチャ購入履歴の開封時のモーダルリンク
-----------------------------------------------*/
.modalbottom-gacha{
	width:50%;
	margin:10px 0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	float:right;
}

.modalgacha_sysmes{
	font-size:20px;
	letter-spacing:2px;
}


.gacha-replay{
	padding: 10px 15px;
	border-radius: 5px;
	letter-spacing: 1px;
	display: block;
	margin: 5px 35px 5px auto;
	width:25%;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
.gacha-replay:hover{
	opacity:0.7;
}

.gacha-open{
	box-sizing:border-box;
	display:inline-block;
	margin:20px auto;
	padding:0 10px 0 20px;
}



/*-------------------------------------
2019-02-25 支払い方法選択レイアウト変更
-------------------------------------- */
.twobox{
float:none;
margin:0 1%;
vertical-align:top;
width:98%;
}
.twobox-left{
display:inline-block;
float:left;
width:64%;
margin:0 2% 0 0;
}
.twobox-right{
display:inline-block;
float:left;
text-align:center;
width:33%;
}
.imgwidth{
max-width:94px;
}
/*-------------------------------------
2019-08-06 アルバムに鍵アイコン
-------------------------------------- */
.albumlock{
position: absolute;
bottom: 5px;
right: 5px;
padding: 5px 5px 5px 10px;
background: #ffffff;
border-radius: 5px;
line-height: 1.0;
}

.albumlock i{
font-size: 1.2rem;
position: unset !important;
bottom: unset !important;
right: unset !important;
padding: 0 !important;
border-radius: 0 !important;
top:unset !important;
margin:0;
}

.org_font_color {
	color: #000000;
	font-weight: normal;
}
.lineh {
	line-height: 20px;
}

/*----------------------------------
トリミング機能関連
----------------------------------- */
.trimtext{
	display:inline-block;
	padding:0.3rem 0.5rem;
	text-align:center;
	margin:0.5rem auto;
	font-weight:bold;
}
