
/* base_fontsize-End */

/* 前頁適応CSS */
/* base_css_ST */
/*
@font-face {
   font-family: kokugl;
   src: url('../fonts/font_1_kokugl_1.15_rls.ttf') format("opentype");
}
* {
  font-family: 'kokugl', 'Josefin Sans', メイリオ, sans-serif;
  color: #555;
}
*/
* {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  color: #555;
}

body.bgcolorBODY {
	background-image: url("../image/leplab_back.png");
	background-size: cover;
	background-attachment:fixed;  
}

@media (max-width: 767px) {
    body.bgcolorBODY {
        background-size: contain;
    }
}

.all {
	background-color: rgba(255, 255, 255, 0.4);
	min-height: 100%;
}


/* 作品リストページ-ST */

.contain {
	transition: all .5s;
	display: inline-block;

	width: 11rem;
	height: 11rem;
	margin: 5px;
	border: 1px solid #FFF;

	-webkit-border-radius: 10px; /* Safari,Chrome */
	/* 角丸ST */
	   -moz-border-radius: 10px;    /* Firefox */
	        border-radius: 10px;    /* CSS3 */
	background-color: #bbbbbc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	/* 角丸ED */
}

.contain:hover {
	border: 1px solid #4E70CD;
}



/* 作品リストページ-ED */

/* 作品評価ページ-ST */
h1.leplabDay {
	margin: .7em;
}

h3.leplabProductNo {
	margin: .7em;
}

span.leplabProductName {
	font-size: 1em;

	color: #164a84;
}

p.valueBlock {
}

p.valuedAlert {
	font-size: 1em;
	/*border: solid 1px #2748FF;*/

	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	margin: .7em auto .7em auto;

	text-align: center;

	color: #2748ff;
}


p.badAlert {
	font-size: 2em;
	/*border: solid 1px #2748FF;*/

	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	margin: .7em auto .7em auto;

	text-align: center;

	color: #f00;
}

label.value {
	font-size: 1.0em;
}

label.valueCount {
	font-size: 1.1em;
	color: #4169e1;
}

input.slider {
	width: 90%;
	max-width: 700px;
}

/* 右上ページ遷移ボタンのテンプレートCSS */
input.tmpSubmit {
	font-size: 2em;

	margin: .5em .5em;
	padding: .3em 1em;

	border-style: solid;
	-webkit-border-radius: 18px; /* Safari,Google Chrome用 */
	-moz-border-radius: 18px;
	-moz-border-radius: 18px;   /* Firefox用 */
	border-radius: 18px;
	background-color: transparent;

}

input.productEntrySubmit {
	color: #F79317;
	border: solid 1px #F79317;
}

input.productEntrySubmit:hover {
	opacity: .3;
	color: #fff;
	border: solid 1px #FC5608;
	background-color: #FC5608;

	/* 透明度-ST */
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	/* 透明度-ED */
}

/* 作品評価ページ-ST */

/* 投票アップロードページ-ST */

div.wrap {

	font-size: 0.5rem;
	margin: 0 auto;

	text-align: center;

	border: 1px solid #666;
}

div.wrap div {
	display: table-cell;

	margin: 0 auto;

	text-align: center;
	vertical-align: middle;
}

/* IE 6 */
* html div.wrap div {
	display: inline;
	zoom: 1;
}

/* IE 7 */
*:first-child + html div.wrap div {
	display: inline;
	zoom: 1;
}

p.continueP {
	font-size: 2.9em;

	margin: 1em 0;

	color: #164a84;
}

p.logoutP {
	font-size: 2.9em;

	margin: 1em 0;

	color: #6c848d;
}
/* 投票アップロードページ-ED */

/* 作品投稿確認ページ-ST */
div.contentDiv {
	text-align: left;padding: 1.0em 0.5em;
}

div.topheadingDiv {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

div.headingDiv {
	text-align: left;
	color: #fff;
	background-color: #278FFC;
	padding: 0.4em 0.5em;
}

span.imageSpan {
	display: inline-block;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	width: 20em;
	height: 20em;
	border: 1px solid #ccc;
	background-size: contain;
	border-radius: 10px;
}

div.infosDiv {
	color: #fff;
	padding: 0.3em 0;
	margin: 0.5em 0;
	border-radius: 5px;

background: #7abcff; /* Old browsers */



}




/* 作品投稿確認ページ-ED */
body{background: #eee url(http://subtlepatterns.com/patterns/sativa.png);}
html,body{
    position: relative;
    height: 100%;
}

.login-container{
    position: relative;
    width: 300px;
    margin: 20px auto;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
}

#output{
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

#output.alert-success{
    background: rgb(25, 204, 25);
}

#output.alert-danger{
    background: rgb(228, 105, 105);
}


.login-container::before,.login-container::after{
    content: "";
    position: absolute;
    width: 100%;height: 100%;
    top: 3.5px;left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;

}

.login-container::after{
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
     -moz-transform: rotateZ(-2deg);
      -ms-transform: rotateZ(-2deg);

}

.avatar{
    width: 100px;height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
    background-image: url("../image/leprobo.png");
}

.form-box input{
    width: 100%;
    padding: 10px;
    text-align: center;
    height:40px;
    border: 1px solid #ccc;;
    background: #fafafa;
    transition:0.2s ease-in-out;

}

.form-box input:focus{
    outline: 0;
    background: #eee;
}

.form-box input[type="text"]{
    border-radius: 5px 5px 0 0;
    text-transform: lowercase;
}

.form-box input[type="password"]{
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.form-box button.login{
    margin-top:15px;
    padding: 10px 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.blur {
	background-color: rgba(255,255,255,0.4);
}

.blur > * {
	background-color: inherit;
}

.padding-20 {
    padding-top: 20px;
}


/* bs-callout 追加 */
.bs-callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout h6 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/* range class */


.range {
    display: table;
    position: relative;
    height: 25px;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.range input[type="range"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    display: table-cell;
    width: 100%;
    background-color: transparent;
    height: 25px;
    cursor: pointer;
}
.range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    
    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range output {
    display: table-cell;
    padding: 3px 5px 2px;
    min-width: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(153, 153, 153);
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
.range input[type="range"] {
    outline: none;
}

.range.range-primary input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(66, 139, 202);
}
.range.range-primary input[type="range"]::-moz-slider-thumb {
    background-color: rgb(66, 139, 202);
}
.range.range-primary output {
    background-color: rgb(66, 139, 202);
}
.range.range-primary input[type="range"] {
    outline-color: rgb(66, 139, 202);
}

.range.range-success input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(92, 184, 92);
}
.range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: rgb(92, 184, 92);
}
.range.range-success output {
    background-color: rgb(92, 184, 92);
}
.range.range-success input[type="range"] {
    outline-color: rgb(92, 184, 92);
}

.range.range-info input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(91, 192, 222);
}
.range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: rgb(91, 192, 222);
}
.range.range-info output {
    background-color: rgb(91, 192, 222);
}
.range.range-info input[type="range"] {
    outline-color: rgb(91, 192, 222);
}

.range.range-warning input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(240, 173, 78);
}
.range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: rgb(240, 173, 78);
}
.range.range-warning output {
    background-color: rgb(240, 173, 78);
}
.range.range-warning input[type="range"] {
    outline-color: rgb(240, 173, 78);
}

.range.range-danger input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(217, 83, 79);
}
.range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: rgb(217, 83, 79);
}
.range.range-danger output {
    background-color: rgb(217, 83, 79);
}
.range.range-danger input[type="range"] {
    outline-color: rgb(217, 83, 79);
}
.rating-input {
    text-align: center;
    border: 1px solid #888;
    border-radius: 5px;
    color: #b31d23;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    padding: 0 5px;
    width: 65px;    
}
