@charset "utf-8";

/* ================================================================================


================================================================================ */


/* ==========================================================================
   bootstrap
   ========================================================================== */
.modal-backdrop {
	opacity:0.7 !important;
	z-index: 4001;
}

.modal-open .modal {
	z-index: 4002;
}

/* ==========================================================================
   overlay style
   ========================================================================== */

.coverlay, .doverlay, .xoverlay, .coverlay-close,
.zoom-wrap, .zoom-control {
	position: fixed;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 0.15s linear;
}
.coverlay, .doverlay, .xoverlay, .zoom-wrap {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 110;
}
.doverlay {
	z-index: 4400;
}
.xoverlay {
	z-index: 10100;
}

/* ダイアログのIDを「dialog_**_**」にしたのでセレクタを修正（idを前方一致） */
section[id^='dialog'].dialog {
	z-index: 4401;
}

.coverlay.front, .coverlay.front-dialog,
.doverlay.front, .doverlay.front-dialog, 
.xoverlay.front, .xoverlay.front-dialog {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.coverlay-close {
	top: 20px;
	right: 25px;
	z-index: 300;
}
.coverlay-close.front, .zoom-control.front {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.coverlay-close a {
	display: block;
	color: #eee;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
	font-size: 16px;
	padding: 5px 15px;
	border: 3px solid rgba(255, 255, 255, 0.25);
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 19px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.coverlay-close a i {
	margin-right: 5px;
}


/* ==========================================================================
   dialog styles
   ========================================================================== */

.dialog {
	display: none;
	position: fixed;
	top: 10%;
	left: 50%;
	width: 430px;
	margin-left: -215px;
	background-color: #fafafa;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	transition: opacity 0.25s ease-out, transform 0.35s ease-in-out;
	transition-timing-function: cubic-bezier(0.39,0.575,0.565,1);
	backface-visibility: hidden;
	opacity: 1.0;
	visibility: visible !important;
	z-index: 203;
}
.dialog.out {
	transform: translateY(-80%);
	opacity: 0;
}
.dialog .dialog-body {
	font-size: 15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	height: auto;
	max-height: 400px;
	padding: 20px 20px 25px;
	background-image: url('/img/common/custom-bg/vichy.png');
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 327px 327px;
	background: #e6e6e6;
	border-radius: 6px;
	overflow: hidden;
	z-index: 0;
}
.dialog .dialog-body  p {
    color: #666;
    font-size: 16px;
	line-height: 24px;
    font-weight: 200;
    max-height: 320px;
    overflow: hidden;
    padding: 35px 0 10px;
    text-align: center;
}
.dialog .dialog-body  i {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -10px;
	font-size: 30px;
	color: #EE9920;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-webkit-mask-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5), rgba(0,0,0,1));
}
.dialog .dialog-body  .icon-ok-sign {
	color: #74CE31;
}
.dialog .dialog-body .control-wrap {
	padding: 10px 0 0;
	text-align: center;
}
.dialog .dialog-body .control-wrap  a {
	width: 110px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin: 0 5px;
	padding: 2px 0;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.15);
}
.dialog-confirm #dialog-cancel {
	display: none;
}


/* ==========================================================================
   dialog V2
   ========================================================================== */
#dialog_v2 {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	display: none;
	position: fixed;
	top: 10%;
	left: 50%;
	width: 480px;
	margin-left: -240px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.6);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	transition: opacity 0.25s ease-out, transform 0.35s ease-in-out;
	transition-timing-function: cubic-bezier(0.39,0.575,0.565,1);
	backface-visibility: hidden;
	opacity: 1.0;
	visibility: visible !important;
	z-index: 4401;
}

#dialog_v2 .dialog-header {
	background: none repeat scroll 0 0 #fff;
	padding: 15px 20px;
	position: relative;
	height: 50px;
}
#dialog_v2 .dialog-header .close {
	height: 36px;
	margin-right: -34px;
	margin-top: -36px;
	opacity: 1;
	width: 36px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.25);
}
#dialog_v2 .dialog-header .close img {
	height: 36px;
	width: 36px;
	border-radius: 20px;
}

#dialog_v2 .dialog-header .close:hover img {
	opacity: 0.7;
}

#dialog_v2 .dialog-header .close .fa-times {
	padding-bottom: 3px;
}

#dialog_v2 .dialog-header .fa {
    font-size: 30px;
    left: 10px;
    position: absolute;
    top: 10px;	
}

#dialog_v2 .dialog-header .title {
    font-size: 18px;
    margin-left: 30px;
    /*margin-left: 0px;*/
    overflow: hidden;
    white-space: nowrap;	
}

#dialog_v2 .dialog-body {
	padding: 20px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

#dialog_v2 .dialog-body .dialogMessage {
    color: #666;
    font-size: 16px;
	line-height: 24px;
    font-weight: 200;
    overflow: hidden;
}

#dialog_v2.strong_red .dialog-body .dialogMessage b {
    color: #c9583f;
    font-weight: 700;
}

#dialog_v2 .dialog-footer {
	padding: 15px;
}
#dialog_v2 .dialog-footer .control-wrap {
	text-align: center;
}

#dialog_v2 .dialog-footer .control-wrap .btn {
	height: 40px;
    line-height: 40px;
    padding: 0 20px;
	font-size: 15px;
}
#dialog_v2.dialog_v2.left_setting_dl .dialog-footer .control-wrap .btn{
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    height: auto;
    width: auto;
}
#dialog_v2 .dialog-footer .control-wrap .btn.ok {
	border: none;
	min-width: 80px;
	
    background-color: #3484BC;
	background:linear-gradient(#3484BC, #348DCA);
	float: right;
}

#dialog_v2 .dialog-footer .control-wrap .btn.cancel {
	border: 1px solid #dfdfdf;
	color: #666;
	float: left;
	font-size: 13px;
}

#dialog_v2 .dialog-footer .control-wrap .btn.ok:hover {
	background-color: #52b2f2;
}

#dialog_v2 .dialog-footer .control-wrap .btn.cancel:hover  {
	border: 1px solid #3498db;
}


#dialog_v2.info .dialog-header .fa { color: #3498db; }
/*#dialog_v2.info .dialog-footer .control-wrap .btn.ok { background: #3498db; }*/

#dialog_v2.conf .dialog-header .fa { color: #3498DB; }
/*#dialog_v2.conf .dialog-footer .control-wrap .btn.ok { background: #428bca; }*/

#dialog_v2.question .dialog-header .fa { color: #3498DB; }
/*#dialog_v2.question .dialog-footer .control-wrap .btn.ok { background: #49bf59; }*/

#dialog_v2.warn .dialog-header .fa { color: #3498DB; }
/*#dialog_v2.warn .dialog-footer .control-wrap .btn.ok { background: #C3292B; }*/

#dialog_v2.ban .dialog-header .fa {	color: #EE582E; }
/*#dialog_v2.ban .dialog-footer .control-wrap .btn.ok { background: #d90004;}*/

#dialog_v2.dialog_v2.left_setting_dl {
	width: 690px;
	left: 43%;
}
#dialog_v2.dialog_v2.left_setting_dl  .dialog-body .dialogMessage {
    font-size: 15px;
}
#dialog_v2.dialog_v2.left_setting_dl  .dialog-body .dialogMessage em {
    color: #D68272;
    font-style: normal;
}
#dialog_v2.dialog_v2.left_setting_dl  .dialog-footer .control-wrap .btn.cancel {
    float: none;
    min-width: 120px;
}
#dialog_v2.dialog_v2.left_setting_dl  .dialog-footer .control-wrap .btn.ok {
    float: none;
    margin-left: 5px;
    min-width: 120px;
}
#dialog_v2.dialog_v2.left_setting_dl  .dialog-footer .control-wrap {
    text-align: right;
}

/* ボタンとかを赤くするバージョン */
#dialog_v2.buttom_red {
	
}
#dialog_v2.warn.buttom_red .dialog-header .fa {
	display: none;
}
#dialog_v2.buttom_red .dialog-header .title {
	margin-left: 0;
}

#dialog_v2.buttom_red .dialog-footer .control-wrap .btn.ok {
    background: #DC573D;
}
#dialog_v2.buttom_red .dialog-footer .control-wrap .btn.ok:hover {
	opacity: 0.7;
}

#dialog_v2.buttom_red .dialog-body .dialogMessage b {
	color: #C9583F;
	font-weight: 200;
}

/* 大きいボタンのバージョン */
#dialog_v2.buttom_btn-lg {
	width: 500px;
    margin-left: -250px;
}
#dialog_v2.buttom_btn-lg .dialog-footer .control-wrap .btn {
	padding: 18px 20px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1;
}
#dialog_v2.buttom_btn-lg .dialog-footer .control-wrap .btn.ok {
	min-width: 200px;
}

/* ==========================================================================
   floating-alert-dialog
   ========================================================================== */
#floating-alert-dialog {
	position: absolute;
	z-index: 888888;
	width: 98%;
	/*opacity: 0.95;*/
	font-weight: bold;
}
#floating-alert-dialog .alert-dialog-inner-wrap {
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;	
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	position: relative;
}
#floating-alert-dialog .alert-dialog-inner {
	padding: 0 40px 0 55px;
	position: relative;
	height: 50px;
	line-height: 50px;
}
#floating-alert-dialog .alert-dialog-inner .fa {
	font-size: 26px;
	padding-right: 10px;
	position: absolute;
	top: 12px;
	left: 15px;
}
#floating-alert-dialog .alert-dialog-inner .alert-message {
	font-size: 15px;
	height: 50px;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;	
}
#floating-alert-dialog .alert-dialog-inner .close-button {
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 30px;
	width: 40px;
	text-align: center;	
	color: #888;
	cursor: pointer;
}
#floating-alert-dialog .alert-dialog-inner .close-button:hover {
    font-size: 33px;
    font-weight: 700;
}

#floating-alert-dialog.green .alert-dialog-inner-wrap {
	background-color: #F1F5E8;	
	border-color: #59AB08;
	color: #59AB08;
}

#floating-alert-dialog.orange .alert-dialog-inner-wrap {
	background-color: #F5F0E8;
	border-color: #E27418;
	color: #E27418;
}

#floating-alert-dialog.blue .alert-dialog-inner-wrap {
	background-color: #ECFBFF;
	border-color: #3A84CB;
	color: #3A84CB;
}

#floating-alert-dialog.red .alert-dialog-inner-wrap {
	background-color: #FFEFF2;
	border-color: #EC2C3A;
	color: #EC2C3A;
}


#floating-alert-dialog.pointAlert {
	
}
#floating-alert-dialog.pointAlert .alert-dialog-inner-wrap {
	
}
#floating-alert-dialog.pointAlert .alert-dialog-inner-wrap:after, 
#floating-alert-dialog.pointAlert .alert-dialog-inner-wrap:before {
  top: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#floating-alert-dialog.pointAlert .alert-dialog-inner-wrap:before {
  border-color: rgba(52, 152, 219, 0);
  border-top-color: #C95840;
  border-width: 7px;
  margin-left: -7px;
}
#floating-alert-dialog.pointAlert .alert-dialog-inner-wrap:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FBEFEA;
  border-width: 5px;
  margin-left: -5px;
}

#floating-alert-dialog.green.pointAlert .alert-dialog-inner-wrap:before {
	border-color: rgba(182, 209, 127, 0);
	border-top-color: #B6D17F;
}
#floating-alert-dialog.green.pointAlert .alert-dialog-inner-wrap:after {
	border-color: rgba(241, 245, 232, 0);
	border-top-color: #F1F5E8;
}

#floating-alert-dialog.orange.pointAlert .alert-dialog-inner-wrap:before {
	border-color: rgba(232, 149, 80, 0);
	border-top-color: #E89550;
}
#floating-alert-dialog.orange.pointAlert .alert-dialog-inner-wrap:after {
	border-color: rgba(245, 240, 232, 0);
	border-top-color: #F5F0E8;	
}

#floating-alert-dialog.blue.pointAlert .alert-dialog-inner-wrap:before {
	border-color: rgba(67, 138, 205, 0);
	border-top-color: #438ACD;	
}
#floating-alert-dialog.blue.pointAlert .alert-dialog-inner-wrap:after {
	border-color: rgba(222, 240, 245, 0);
	border-top-color: #DEF0F5;	
}

#floating-alert-dialog.red.pointAlert .alert-dialog-inner-wrap:before {
	border-color: rgba(236, 54, 68, 0);
	border-top-color: #EC3644;	
}
#floating-alert-dialog.red.pointAlert .alert-dialog-inner-wrap:after {
	border-color: rgba(249, 228, 232, 0);
	border-top-color: #F9E4E8;	
}


#floating-alert-dialog.pointAlert .alert-dialog-inner {
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 28px;	
}
#floating-alert-dialog.pointAlert .alert-dialog-inner .fa {
	font-size: 20px;
	top: 5px;
	left: 10px;	
}
#floating-alert-dialog.pointAlert .alert-dialog-inner .alert-message {
	font-size: 14px;
}
#floating-alert-dialog.pointAlert .alert-dialog-inner .close-button {
	font-size: 28px;
	width: 30px;
}
#floating-alert-dialog.pointAlert .alert-dialog-inner .close-button:hover {
    font-size: 30px;
    font-weight: 700;
}



/* ==========================================================================
   error
   ========================================================================== */
.error-wrap {
	max-width: 480px;
	margin: 0 auto;
}
.error-wrap .text1 {
	padding: 40px 0 30px;
	color: #666;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
.error-wrap .speak {
	position: relative;
	width: 320px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.error-wrap .speak .comment {
/*	
	float: left;
	height: 44px;
	padding: 0 20px;
*/
	position: relative;
	line-height: 28px;
	margin: 8px 0 15px 0;
	color: #1ABC9C;
	font-size: 16px;
	font-weight: 700;
	background-color: white;
	border-radius: 17px;
	word-break: break-all;
}
.error-wrap .speak .comment:after {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	right: -10px;
	border-left: 16px solid white;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}
.error-wrap .speak .fa {
	display: block;
	/*float: left;*/
	color: #1ABC9C;
	font-size: 60px;
	text-align: center;
}
.error-wrap .fa-arrow-down {
	display: block;
	margin: -25px auto 20px;
	font-size: 32px;
	text-align: center;
}
.error-wrap .fix-box {
	clear: both;
	position: relative;
	padding: 20px;
	margin-bottom: 30px;
	background-color: white;
	border: 1px dashed #c9cfd3;
	border-radius: 8px;
}
.error-wrap .fix-box .title {
	margin: -28px 0 15px;
	color: #666;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.error-wrap .fix-box ul {
	margin: 0 20px;
}
.error-wrap .fix-box ul li {
	line-height: 32px;
	padding-bottom: 15px;
}
.error-wrap .fix-box ul li > a {
	font-weight: 700;
}
.error-wrap .fix-box ul li > .help {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	color: #999;
	font-size: 13px;
}
.error-wrap .final {
	font-size: 13px;
	text-align: center;
	margin: 0 0 10px;
}
.error-wrap .copyright {
	text-align: center;
}
.error #wrapper .copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 44px;
	padding: 0 32px;
}
.modal-body .error-wrap {
	max-width: none;
	margin: -15px;
	padding: 0 60px;
	background-color: #ecf0f1;
}
.modal-body .error-wrap .text1 {
	padding: 40px 0 20px;
	font-size: 22px;
}
.modal-body .error-wrap .final {
	margin: 0;
	padding: 0 0 30px;
}







/**
 * ajax通信中のロック画面
*/

#ajaxLock {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
/*	
	opacity: 0.7;
	filter: alpha( opacity=10 );
	background-color: #333;
	*/
	opacity: 0.7;
	filter: alpha( opacity=70 );
	background-color: #000;
}

#ajaxLock #mainLoader {
	position: absolute;
	top: 50%;
	left: 50%;
}





#ajaxLockLight {
	z-index: 2300;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
/*	
	opacity: 0.5;
	filter: alpha( opacity=10 );
	background-color: #333;
*/
	opacity: 0.7;
	filter: alpha( opacity=70 );
	background-color: #000;
}
#ajaxLockLight #mainLoaderLight {
	position: absolute;
	top: 50%;
	left: 50%;
}

.spotLorderNormal {
	display: none;
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter: alpha( opacity=50 );
	
	z-index: 100;
}



#ajaxLock #lockInner ,
#ajaxLockLight #lockInner ,
.spotLorderNormal .lockInner {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 76px;
} 

#ajaxLock #lockInner .barlittle ,
#ajaxLockLight #lockInner .barlittle,
.spotLorderNormal .lockInner .barlittle {
	background-color: #039;
/*	
    background-color: #2187e7;
    background-image: -moz-linear-gradient(45deg, #2187e7 25%, #a0eaff);
    background-image: -webkit-linear-gradient(45deg, #2187e7 25%, #a0eaff);
    background-image: -ms-linear-gradient(45deg, #2187e7 25%, #a0eaff);
    background-image: linear-gradient(45deg, #2187e7 25%, #a0eaff);
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
	*/
    width: 10px;
    height: 10px;
	/*border-radius: 8px;*/
	
    float: left;
    margin-left: 5px;
    /*opacity: 0.1;*/
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -moz-animation: move 1s infinite linear;
    -webkit-animation: move 1s infinite linear;
    -ms-animation: move 1s infinite linear;
	animation: move 1s infinite linear;
}

#ajaxLock #lockInner #block_1 ,
#ajaxLockLight #lockInner #block_1 ,
.spotLorderNormal .lockInner .block_1 {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -ms-animation-delay: .4s;
	animation-delay: .4s;
}

#ajaxLock #lockInner #block_2 ,
#ajaxLockLight #lockInner #block_2,
.spotLorderNormal .lockInner .block_2 {
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -ms-animation-delay: .3s;
	animation-delay: .3s;
}

#ajaxLock #lockInner #block_3 ,
#ajaxLockLight #lockInner #block_3,
.spotLorderNormal .lockInner .block_3 {
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -ms-animation-delay: .2s;
	animation-delay: .2s;
}

#ajaxLock #lockInner #block_4 ,
#ajaxLockLight #lockInner #block_4,
.spotLorderNormal .lockInner .block_4 {
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -ms-animation-delay: .3s;
	animation-delay: .3s;
}

#ajaxLock #lockInner #block_5 ,
#ajaxLockLight #lockInner #block_5,
.spotLorderNormal .lockInner .block_5 {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -ms-animation-delay: .4s;
	animation-delay: .4s;
}

@-moz-keyframes move {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1;
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1;
    }
}

@-ms-keyframes move {
    0% {
        -ms-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(0.7);
        opacity: 0.1;
    }
}

@keyframes move {
    0% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.7);
        opacity: 0.1;
    }
}


#ralkoLockRun,
#ralkoLockPen {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
}

#ralkoLoader {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	width: 220px;
	height: 220px;
	border-radius: 110px;
	background: #fff center/contain no-repeat;
}
#ralkoLockRun #ralkoLoader {
	background-image: url(/assets/common/img/common/loading_ralko_01.gif);
}
#ralkoLockPen #ralkoLoader {
	background-image: url(/assets/common/img/common/loading_ralko_02.gif);
}

a.alert-link.modal-alert {
	cursor: pointer;
}
a.alert-link.modal-alert:hover {
	opacity: 0.7;
}