#reload-link {
	float:right;
}

div.pagination-wrapper{
	text-align:center;
}

body #searchForm {
	padding:10px 5px 5px 5px;
	text-align:left;
	position:absolute;
	margin-top:2px;
	background-color:white;
	border: 1px solid lightgrey;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

a.filter-remove-btn{
	color:#ccc;
}

a.filter-remove-btn:hover{
	color:white;
}

label.control-label span.require{
	color:red;
	margin-left:3px;
	margin-right:3px;
}

.error-message {
	color: #dd4b39;
}

.drag-handle {
	cursor: move;
}

.publish-label {
	border-radius: 2px;
	font-size: 12px;
	line-height: 1.5;
	padding: 3px 8px;
}

.question-btn {
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #fff;
	background-image: none;
}

.label-white {
	background-color: white;
	border-radius: 0.25em;
	border: 1px solid #B9B9B9;
	color: #000;
	display: inline;
	font-size: 75%;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.list-item {
	font-size: 12px;
	font-weight: 700;
	width:60%;
}

.coupon-image:hover {
	box-shadow: 0 0 10px #bbb;
}

/*--- アンケ入力 ---*/
.tablet-header{
	margin-bottom:0;
}

.tablet-header .navbar-text{
	color:white;
}

.tablet-header .tablet-header-uname{
	padding-left:0.5em;
	padding-right:0.5em;
	line-height:2em;
}
.tablet-header .tablet-header-uname.longtap-active{
	background-color:#ccc;
}

.tablet-enquete:before{
	display:none;
}

.tablet-enquete .enquete-question{
	color:#FD5A2A;
	text-align:left;
	margin-bottom:10px;
	font-size:28px;
}

.tablet-enquete .enquete-question .question-no{
	float:left;
	display:block;
	min-height:30px;
	margin-right:0.5em;
	line-height:30px;
	background-color:#FD5A2A;
	color:#fff;
	padding:0 15px;
	border-radius: 15px;
	font-size:20px;
}

.tablet-enquete .enquete-question + div{
	padding:0 15px 0 48px;
}

.tablet-enquete .enquete-answer-item{
	display:inline-block;
	margin-bottom:6px;
}

.tablet-enquete .enquete-answer-item input[type=radio] + label,
.tablet-enquete .enquete-answer-item input[type=checkbox] + label{
	font-weight:normal;
	margin-right:36px;
}

.tablet-enquete {
    padding: 0 24px;
}

/*
	radio/checkboxカスタマイズ
	参考）
	http://webdev.jp.net/checkbox-radio-custom-css/
*/
.tablet-enquete input[type=radio],
.tablet-enquete input[type=checkbox] {
    display: inline-block;
    margin-right: 14px;
}
.tablet-enquete input[type=radio] + label,
.tablet-enquete input[type=checkbox] + label {
    position: relative;

    display: inline-block;
    margin-right: 14px;

    font-size: 28px;
    line-height: 40px;

    cursor: pointer;
	font-weight:normal;

}
 
@media (min-width: 1px) {
    .tablet-enquete input[type=radio],
    .tablet-enquete input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .tablet-enquete input[type=radio] + label,
    .tablet-enquete input[type=checkbox] + label {
        padding: 0 0 0 28px;
    }

    .tablet-enquete input[type=radio] + label::before,
    .tablet-enquete input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 24px;
        height: 24px;
        margin-top: -12px;
         
        background: #FFF;
    }
    .tablet-enquete input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .tablet-enquete input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .tablet-enquete input[type=radio]:checked + label::after,
    .tablet-enquete input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .tablet-enquete input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 14px;
        height: 14px;
        margin-top: -7px;
         
        background: #fd5a2a;
        border-radius: 7px;
    }
    .tablet-enquete input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 24px;
        height: 12px;
        margin-top: -10px;
         
        border-left: 6px solid #fd5a2a;
        border-bottom: 6px solid #fd5a2a;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/* タブレットコード認証 */
div#unlockModal{
	display:none;
	position:fixed;
	top:0;
	left:auto;
	z-index:1000;
}

div#unlockModal div.unlock-modal-bg{
	position:absolute;
	left:0;
	top:0;
	width:1080px;
	height:1920px;
	background-color:#444;
	opacity:0.2;
}

div#unlockModal div.unlock-modal{
	position:absolute;
	width:480px;
	top:120px;
	left:240px;
	height:auto;
	background-color:#fff;
	padding:80px 40px 80px 40px;
	color:#222;
	font-size:24px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-box-shadow:rgba(0,0,0,0.5) 0 0 20px 10px;
	-moz-box-shadow:rgba(0,0,0,0.5) 0 0 20px 10px;
	box-shadow:rgba(0,0,0,0.5) 0 0 20px 10px;
}

div#unlockModal div.unlock-modal .unlock-modal-header{
	height:60px;
	line-height:60px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	position:absolute;
	left:0;
	top:0;
	padding:0 40px;
	width:100%;
}

div#unlockModal div.unlock-modal div.error-msg{
	display:none;
	color:#ff4444;
}

div#unlockModal div.unlock-modal .unlock-modal-footer{
	margin-top:20px;
	text-align:center;
	position:absolute;
	width:100%;
	left:0;
	padding:10px 0;
	bottom:0px;
	background-color:#ddd;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-bottom-left-radius:10px;
	-webkit-bottom-right-radius:10px;
	-moz-bottom-left-radius:10px;
	-moz-bottom-right-radius:10px;
}

div#unlockModal div.unlock-modal .unlock-modal-footer button{
	display:inline-block;
	margin:0 auto;
	width:150px;
}

/*--- ヘッダ ---*/
.navbar-default{
	background-color:#906584;
	border:none;
}

.navbar-default .navbar-brand > .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.navbar-default .navbar-text {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background-color:#fff;
	color:#141414;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover{
	background-color:#fff;
	background-image:none;
	color:#141414;
}

.navbar-brand {
	padding:4px 15px 4px 15px;
}

.navbar-brand:hover,
.navbar-brand:hover:active{
	opacity:0.8;
}

/* 紫 */
.alert-info {
	background-color: #ebe2e8 !important;
	border-color: #b291a9 !important;
	color: #6d4d64;
}

.panel-primary {
	border-color: #906584;
}

.panel-primary > .panel-heading {
	background-color: #906584;
	border-color: #906584;
	color: #fff;
}

.btn-primary,
.btn-primary[disabled],
.btn-primary.disabled {
	background-image: linear-gradient(to bottom, #906584 0px, #8A5273 100%);
	background-repeat: repeat-x;
	border: 1px solid #906584;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus {
	background-image: linear-gradient(to bottom, #8A5273 0px, #842162 100%);
	background-repeat: repeat-x;
	border: 1px solid #906584;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.modal-dialog {
	margin: 30px auto;
	width: 450px;
}

span.simplecolorpicker.icon{
	border:1px solid #ccc;
	margin-right:2px;
	width:1.5em;
	height:1.5em;
	text-align:center;
	color:#888;
}

span.simplecolorpicker.picker span.color{
	width:1.5em;
	height:1.5em;
	text-align:center;
}

form.form-horizontal div.form-group > div label{
	font-weight:normal;
}

.text-warning{
	color:#febb4d;
}

.text-striked{
	text-decoration:line-through;
}
