@charset "UTF-8";
/*-------------------------------------------------
  Stylesheet - version date 1.0 2009.06.07
  Client by B-Cube - ADMIN -
-------------------------------------------------*/

/*---------------------------------------------------------------------------------------------
  CSS Reset
---------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
} 
table {
	border-collapse: collapse;
} 
fieldset,img {
	border: 0;
	/*vertical-align: bottom;*/
} 
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
} 
ol,ul,dl {  
	list-style: none;
} 
caption {
	text-align: left;
} 
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
html,
body {
	height:100%;
}
body {
	/*font: 13px Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;*/
	font: 13px "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;/* デフォルトフォントサイズ 13px(100%) */
	line-height: 1.5;
	color: #333;
	*font-size: small;
	*font: x-small;
}
img	 {
	border: 0;
	margin: 0 auto;
	padding: 0;
	display: block;
}
form {
	margin:0px;
	padding: 0px;
}
em {
	visibility: hidden;
	font-size: 1px;
}
textarea {
	/*font-size: 13px;*/
	font: 13px "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;/* デフォルトフォントサイズ 13px(100%) */
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:underline;
}

/*-------------------------------------------------
  Wrapper
-------------------------------------------------*/
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	/*background-color: #7bc5a2;*/
	background-color: #FFF;
}


/*-------------------------------------------------
  content
-------------------------------------------------*/

#content {
	/*width: 400px;
	position: absolute;*/
	/*min-height: 100%;
	height: auto !important;*/
	
	/*margin: 100px auto 110px;*/
	padding: 40px 0 40px 0;
	clear: both;
	overflow: hidden;	
	/*
	background-color: #7BC5A2;
	background-color: #000000;  
  background-image: url("../img/login_bg.png");
	* 
	* 
	top: 0;
	left: 50%;
	margin: 0px auto;
	margin-left: -200px;*/
    margin: 0px auto;
}
#content h1 {
	margin: 0 auto 40px;
}
#content .id-form,
#content .pass-form {
	display: block;
	margin: 0 auto 10px;
}
#content .id-form input {
	width: 278px;
	display: block;
	padding: 13px 20px 12px 100px;
	font-size: 20px;
	font-weight: bold;
	color: #6A6A6A;
	margin: 0 auto;
	border: 1px #CCC solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #666;
	background-image: url("../img/ico-users.png");
	background-size: 56px;
	background-repeat: no-repeat;
	background-position: 16px 16px;
}
#content .pass-form input {
	width: 278px;
	display: block;
	padding: 13px 20px 12px 100px;
	font-size: 20px;
	font-weight: bold;
	color: #6A6A6A;
	margin: 0 auto;
	border: 1px #CCC solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #666;
	background-image: url("../img/ico-key.png");
	background-size: 56px;
	background-repeat: no-repeat;
	background-position: 16px 14px;
}

#content .btn-login {
	margin: 0 auto 10px;
	text-align: center;
}
#content .btn-login a {
	display: block;
	width: 396px;
	background-color: #f7b043;
	margin: auto;
	padding: 12px 0 11px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	-moz-box-shadow: 4px 4px 0px 0px rgb(199, 150, 75);
	-webkit-box-shadow: 4px 4px 0px 0px rgb(199, 150, 75);
	-ms-box-shadow: 4px 4px 0px 0px rgb(199, 150, 75);
	box-shadow: 4px 4px 0px 0px rgb(199, 150, 75);
}
#content .btn-login a:hover {
	background-color: #E8A640;	
}
#contentBg {
	/*height: 800px;*/
	padding: 0 0 140px;
	background-color: #7BC5A2;
	background-image: url("../img/login-bg.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left 250px;
}
/*-------------------------------------------------
  footer
-------------------------------------------------*/
#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: 0;
	position: absolute;
	background-color: #7bc5a2;
}
#footer p.copyright{
	margin: 40px auto 50px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#content .id-form .login-check {
    width: 400px;  
}

@media screen and (max-width: 410px) {
  #header h1 img {
    width: 300px;
		height: auto;
  }
	#content .id-form input, #content .pass-form input {
    width: 178px;
    display: block;
    padding: 13px 20px 12px 100px;
    font-size: 20px;
    font-weight: normal;
    color: #6A6A6A;
    margin: 0 auto;
    border: 1px #CCC solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #666;
	}
	#content .btn-login a {
    display: block;
    width: 296px;
    background-color: #f7b043;
    margin: auto;
    padding: 12px 0 11px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
    -moz-box-shadow: 4px 4px 0px 0px rgb(199, 150, 75);
    -webkit-box-shadow: 4px 4px 0px 0px rgb(199, 150, 75);
    -ms-box-shadow: 4px 4px 0px 0px rgb(199, 150, 75);
    box-shadow: 4px 4px 0px 0px rgb(199, 150, 75);
	}
	#contentBg {
		background-color: #7BC5A2;
		background-image: url("../img/login-bg.png");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: left 340px;
	}
	#content .id-form .login-check {
		width: 300px;
	}
}


#content .id-form .login-check input[type=radio],
#content .id-form .login-check input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#content .id-form .login-check input[type=radio] + label,
#content .id-form .login-check input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
    #content .id-form .login-check input[type=radio],
    #content .id-form .login-check input[type=checkbox] {
        display: none;
        margin: 0;
    }
    #content .id-form .login-check input[type=radio] + label,
    #content .id-form .login-check input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    #content .id-form .login-check input[type=radio] + label::before,
    #content .id-form .login-check input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    #content .id-form .login-check input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    #content .id-form .login-check input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    #content .id-form .login-check input[type=radio]:checked + label::after,
    #content .id-form .login-check input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    #content .id-form .login-check input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }
    #content .id-form .login-check input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #6A6A6A;
        border-bottom: 3px solid #6A6A6A;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
