@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/member/title.jpg");
	position: relative;
}
.baseBox {

}
.baseBox .inner {
	max-width: 980px;
}

/* ## wrapper ## */
#wrapper {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
	
/*マイページメニュー*/
.mypageMenu {
	width: 100%;
	box-sizing: border-box;
	background-color: #F4F4F4;
}
.menuArea {
	border-bottom: solid 1px #cccccc;
	overflow: hidden;
	margin: 0 auto;
}
.menuBox {
	width: calc(100%/4);
	margin: 0;
	text-align: center;
	border-right: solid 1px #cccccc;
	float: left;
}
.menuBox:last-child {
	border-right: none;
}
.menuBox a {
	width: 100%;
	box-sizing: border-box;
	color: #444444;
	padding: 12px 0;
	display: block;
}
.menuBox a i {
	font-size: 18px;
	margin-bottom: 5px;
}
.menuBox a h4 {
	font-size: 12px;
}	


/* ## index.php ## */

#login.baseBox .inner {
	max-width: 780px;
}

.forgetMes {
	line-height: 1.8;
	margin: 14px 4px;
}

/* 検索項目 */
#srcBox {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	position: relative;
}
#srcBox .srcSel {
	width: 100%;
	box-sizing: border-box;
	position: fixed;
}
.evBox {
	width: 50%;
	box-sizing: border-box;
	padding: 0 14px 24px 14px;
	float: left;
}
.evBox:after {
  content: "";
  clear: both;
  display: block;
}
.evBox a {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 14px;
	border: solid 1px #eeeeee;
	color: #242424;
	display: block;
	overflow: hidden;
}
.evBox a .boxF {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.evBox a .boxF img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.evBox a .boxS {
	width: 100%;
	height: 158px;
	box-sizing: border-box;
	line-height: 1.5;
	padding: 18px 24px 24px 24px;
	overflow: hidden;
}
.evBox a .boxS h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.evBox a .boxS .evCal {
	font-size: 14px;
	font-weight: bold;
	color: #317f63;
	margin-bottom: 8px;
}
.evBox a .boxS .ap {
	font-size: 12px;
}

.noResult {
	font-size: 14px;
	color: red;
}

/* ## detail.php ## */
.evdBox img {
	width: 100%;
	vertical-align: bottom;
}
.evdBox .inside {
	width: 100%;
	box-sizing: border-box;
	background-color: #efede8;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	padding: 38px;
	overflow: hidden;
}
.evdBox .inside .cal {
	width: 100%;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #317f63;
	margin: 0 0 28px 0;
	overflow: hidden;
}
.evdBox .inside .tex {
	width: 50%;
	box-sizing: border-box;
	padding-right: 16px;
	float: left;
}
.evdBox .inside .map {
	width: 50%;
	box-sizing: border-box;
	padding-left: 14px;
	float: left;
}
.evdBox .inside .map iframe {
	width: 100%;
	height: 300px;
}
.error {
	font-size: 14px;
	color: red;
}

.completeMes {
	width: 60%;
	color: #ffffff;
	border-radius: 12px;
	background: #36D8DE;
	margin-bottom: 18px;
	padding: 14px 16px;
	position:relative;
}
.completeMes:after {
	border: 14px solid transparent;
	border-top-color: #36D8DE;
	border-bottom-width:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom:-10px;
	content:"";
	display: block;
	left: 10%;
	position:absolute;
	width: 0;
}

/* ## kanri_thanks.php ## */
p.sent {
	color: #e5002d;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

/* ## my_book.php ## */
#mybook.baseBox .inner {
	max-width: 1280px;
}

/* ## my_order.php ## */
.orderBox {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #dcdcdc;
	border-radius: 10px;
	margin-bottom: 14px;
	position: relative;
	overflow: hidden;
}
.orderBox .boxF {
	width: 100%;
	box-sizing: border-box;
	background-color: #eeeeee;
	padding: 12px 14px 8px 14px;
	overflow: hidden;
}
.orderBox .boxF .boNo {
	float: left;
}
.orderBox .boxF .boTime {
	float: right;
}
.orderBox .boxS {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 12px 14px;
	float: left;
	overflow: hidden;
}
.orderBox .boxS .boxImg {
	width: 14%;
	max-width: 74px;
	box-sizing: border-box;
	float: left;
}
.orderBox .boxS .boxImg img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}
.orderBox .boxS .bBox {
	width: 86%;
	box-sizing: border-box;
	padding-left: 24px;
	float: left;
}
.orderBox .boxS .bBox h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
}


/* ## my_order_detail.php ## */
.price {
	font-weight: bold;
}
.price span {
	font-size: 16px;
	color: red;
}
.odLBox {
	width: 10%;
	max-width: 100px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.odLBox img {
	width: 100%;
	vertical-align: bottom;
}
.odRBox {
	width: 90%;
	box-sizing: border-box;
	padding-left: 18px;
	overflow: hidden;
	float: left;
}
.odRBox h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.odRBox .cdStar {
	color: #ec9b00;
}

.commentU {
	width: 90%;
	box-sizing: border-box;
	background-color: #f4eee4;
	border-radius: 24px;
	margin: 4px 0;
	padding: 4px 0;
	float: left;
	position: relative;
}
.commentU:after { /* 右の丸アイコン */
	content: '';
	position: absolute;
	top: 8px;
	left: -14px;
	border: 6px solid transparent;
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 6px;
	border-right: 16px solid #f4eee4;
}
.commentB {
	width: 90%;
	box-sizing: border-box;
	color: #ffffff;
	border-radius: 24px;
	background-color: #17c648;
	margin: 4px 0;
	padding: 4px 0;
	float: right;
	position: relative;
}
.commentB:after { /* 右の丸アイコン */
	content: '';
	position: absolute;
	top: 8px;
	right: -14px;
	border: 6px solid transparent;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 6px;
	border-left: 16px solid #17c648;
}
.uflag {
	width: 15%;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	padding: 1%;
	float: left;
}
.bflag {
	width: 15%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 1%;
	float: left;
}
.uDate,.bDate {
	width: 20%;
	box-sizing: border-box;
	float: left;
	font-size: 11px;
	padding: 1.4% 1% 1% 1%;
}
.ureply,.breply {
	width: 65%;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	padding: 1%;
}
.chatBox {
	width: 80%;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}
.chatBox #reply {
	margin: 18px 0 14px 0;
}
.chatBox input[type="submit"] {
	margin: 0 auto;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* ## index.php ## */

/* ## detail.php ## */
	
}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* ## index.php ## */

/* ## detail.php ## */
}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* ## index.php ## */

/* ## detail.php ## */



}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
	
h3.sTitle {
}		
	
/*マイページメニュー*/

.menuBox a {
	padding: 6px 0;
}
.menuBox a i {
	font-size: 14px;
	margin-bottom: 4px;
}
.menuBox a h4 {
	font-size: 11px;
}
	
	
/* ## index.php ## */

.forgetMes {
	line-height: 1.74;
	margin: 8px 4px;
}
	
.evBox a:active .boxF img {
	opacity: 0.9;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.evBox a:active .boxS h4 {
	color: #317f63;
}
	
/* ## kanri_thanks.php ## */
p.sent {
	font-size: 16px;
	margin-bottom: 4px;
}
	
/* ## my_order.php ## */
.orderBox .nButton.more {
	width: 184px;
	margin: 0 auto 4px auto;
}
	
/* ## my_order_detail.php ## */
.price {
}
.price span {
	font-size: 14px;
}
.odLBox {
	width: 16%;
	max-width: 100px;
}
.odRBox {
	width: 84%;
	padding-left: 14px;
}
.odRBox h4 {
	font-size: 14px;
	margin-bottom: 4px;
}
	
.commentU {
	width: 95%;
	margin: 4px 0;
	padding: 2px 0 2px 14px;
}
.commentB {
	width: 95%;
	margin: 4px 0;
	padding: 2px 0 2px 14px;
}
.uflag {
	width: 100%;
	font-size: 13px;
	text-align: left;
	padding: 1% 1% 0 1%;
	float: none;
}
.bflag {
	width: 100%;
	font-size: 13px;
	text-align: left;
	padding: 1% 1% 0 1%;
	float: none;
}
.uDate,.bDate {
	width: 30%;
	font-size: 9px;
}
.ureply,.breply {
	width: 70%;
	font-size: 12px;
}
.chatBox #reply {
	margin: 8px 0 14px 0;
}
	
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
	
/* ## index.php ## */
.evBox a:hover .boxF img {
	opacity: 0.9;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.evBox a:hover {
	text-decoration: none;
}
.evBox a:hover .boxS h4 {
	color: #317f63;
}
	
/* ## my_order.php ## */
.orderBox .nButton.more {
	width: 200px;
	position: absolute;
	top: 40%;
	right: 14px;
}
	
}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* ## index.php ## */


	

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {


/* ## index.php ## */


}