@CHARSET "UTF-8";
/* Body */
body {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	background-color: #f2f2f2;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	width: 100%;
	background-image: url("../images/back_02.gif");
	
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  font-size: 16px;
}

body.member{
	background-image: url("../images/back_03.gif");
}

.select_locale_case{
	float: left;
    margin-top: 19px;
}

.locale_case_ui{
	margin-top: 16px !important;
}

#select_locale{
	width: 60px;
    height: 18px;
    font-size: 9px;
    background-color: #3366ff;
    color: white;
}
/* Marquee ticker */
#welcome_marquee_case{
	width: 98%;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	background-color: #868686;
}

#welcome_marquee{
	padding: 2px;
	background-color: #004202;
	color: #00e805;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
}

/* Container */
.main_container {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	background-color: #FFFFFF;
	max-width: 900px;
	padding-bottom: 40px;
	margin-top: 2px;
    margin-bottom: 4px;
}

.main_inner{
	width:90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation */
header {
	width: 100%;
	height: 50px;
	background-color: #3366ff;
	border-bottom: 1px solid #33829f;
}

.header_inner{
	width: 96%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}


.logo {
    float: left;
    width: 200px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 7px;
}

nav {
	float: right;
	text-align: right;
	margin-right: 25px;
	
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #EEBBCB;
	text-decoration: none;
}

/* footer */
.footer{
	background-color: #B3B3B3;
    padding-top: 10px;
    padding-bottom: 10PX;
    padding-left: 10px;
    padding-right: 10px;
    color: #3D3D3D;
}

.wide_space_letter{
	text-align: center;
    letter-spacing: 4px;
}

.footer_inner{
	text-align: center;
    font-size: x-small;
}

.footer_inner a {
    text-decoration: none;
    color: #522F60;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #3366ff;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}

/* Inner Content */

.inner_content{
	text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.inner_content_back{
	background-color: #e8faff;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 20px;
}

.inner_content p{
	padding-left: 6px;
	padding-right: 6px;
}

.imagecase img{
	width: 100%;
	display: block;
}

.imagecase2 img{
	width: 100%;
	max-width:600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.index_mark{
	background-color: #3366ff;
    padding-left: 16px;
    padding-bottom: 2px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.index_mark h3 {
    margin-bottom: 0px;
    text-transform: none;
    color: #555555;
    background-color: white;
    padding-left: 6px;
    padding-right:	6px;
    font-size: 18px;
}

/* Contact */
.imagecase_2_col{
	margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.imagecase_2_col img{
	margin-top: 10px;
    margin-left: 2%;
    width: 44%;
}

.offer_form{
	margin-left: auto;
	margin-right: auto;
    width: 80%;
    max-width: 600px;
    border-collapse: collapse;
    color: #6c7279;
    border:1px solid #b7b7b7;
}
.offer_form tbody{
	display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    
}
.offer_form tr{
	display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.offer_form th{
	width: 30%;
    background: #f9f5e7;
    padding: 10px 10px;
    border: solid 1px #e2dbbf;
    text-align: left;
}
.offer_form td{
	padding: 10px 10px;
    border: solid 1px #e2dbbf;
    text-align: left;
}
.offer_form input[type="text"]{
	width: 98%;
	padding: 6px;
}
.offer_form textarea{
	width: 98%;
}

button#offer_submit {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.offer_send {
    padding: 10px;
}

#offer_error_message{
	color: red;
}

#offer_summary{
	text-align: left;
}

#uploading_indicator {
    text-align: center;
    background-color: white;
}
#uploading_message1 {
	display: block;
	/*line-height:0;*/
	height: 230px;
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
#uploading_message2 {
	display: block;
	/*line-height:0;*/
	height: 0px;
	overflow: hidden;
	zoom: 1;
	margin-top:100px;
	text-align: center;
}
#uploading_message1 img {
    margin-top: 100px;
    margin-bottom: 20px;
}
#upload_complete{
	margin-top:	20px;
	/*width: 50px;*/
	height: 30px;
}
p#upload_result {
    text-align: left;
}

#uploading_indicator_2 {
    text-align: center;
    background-color: white;
}

#uploading_message1_2 {
	display: block;
	/*line-height:0;*/
	height: 230px;
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
#uploading_message2_2 {
	display: block;
	/*line-height:0;*/
	height: 0px;
	overflow: hidden;
	zoom: 1;
	margin-top:100px;
	text-align: center;
}
#uploading_message1_2 img {
    margin-top: 100px;
    margin-bottom: 20px;
}
#upload_complete_2{
	margin-top:	20px;
	/*width: 50px;*/
	height: 30px;
}
p#upload_result_2 {
    text-align: left;
}

.about_app{
	margin-top: 10px;
    margin-bottom: 40px;
}

.about_app_left{
	float: left;
    width: 50%;
    margin-bottom: 16px;
}

.about_app_left img{
	width: 100%;
    max-width: 300px;
}

.about_app_right{
	float: left;
    width: 46%;
    padding: 10px;
}

.about_app_right p {
    padding: 0px;
    padding-top: 4px;
    word-wrap: break-word;
    margin-top: 0px;
}

.clear_both{
	clear: both;
}

.app_btn_case{
	margin-top: 6px;
}

.app_btn_case:hover{
	background-color: #F73B70;
}

.location{
	background-color: #e7eef7;
	margin-top:	20px;
	margin-bottom: 20px;
	padding: 10px;
}

.location p {
    margin: 4px;
}

#konzatsu{
	display: block;
	/*line-height:0;*/
	/*height: 230px;*/
	overflow: hidden;
	zoom: 1;
}

#livecam_case img{
	width:100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#livecam_case{
	width:100%;
	max-width: 600px;
	display: none;
	/*line-height:0;*/
	/*height: 0px;*/
	overflow: hidden;
	zoom: 1;
	text-align: center;
	position: relative;
}

#loader{
	position: absolute;
	left: 46%;
	top: 46%;
	width: 32px !important;
	height: 32px !important;
}

#button_livecam{
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#livecam02{
	display: none;
	width:100%;
	max-width: 600px;
	position: absolute;
	top: 0;
	left: 0;
}

#livecam03{
	display: none;
	width:100%;
	max-width: 600px;
	position: absolute;
	top: 0;
	left: 0;
}

#about_livecam{
	font-size: small;
}

#konzatsu_live_case{
	margin-bottom: 20px;
}

input#email {
    width: 100%;
    padding: 4px;
    margin-bottom: 10px;
}

input#password {
    width: 100%;
    padding: 4px;
    margin-bottom: 10px;
}

#login_message{
	color: red;
	font-size: 12px;
}


/* Change pass */
#change_pass_block_1{
	width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#change_pass_block_2{
	width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: none;
}

.change_pass_result{
	color: red;
	text-align: center;
}

#reset_text_mail{
	width: 80%;
    max-width: 400px;
    margin-left: 12px;
    margin-top: 20px;
    display: block;
    padding: 6px;
    float: left;
}

#btn_request_code{
	height: 30px;
	margin-top: 20px;
	margin-left: 12px;
}


#btn_change_pass{
	height: 30px;
	margin-top: 20px;
	margin-left: 12px;
}

.input_change_pass{
	width: 80%;
    max-width: 400px;
    margin-left: 12px;
    margin-top: 20px;
    display: block;
    padding: 6px;
}

.content_top_title{
	padding-top: 20px;
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


/* Sign UP */
#signup_block_1{
	width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#signup_block_2{
	width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: none;
}

.signup_result{
	color: red;
	text-align: center;
}

#signup_block_1 label {
    width: 96%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 16px;
}

.input_signup{
	width: 96%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 8px;
}

.input_sign_up_verif{
	width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
    padding: 4px;
    float: left;
}

#btn_sign_up{
	width: 100px;
	height: 30px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#btn_signup_verif{
	width: 100px;
	height: 38px;
	margin-top: 20px;
	margin-left: 12px;
}

.p_signup_verif{
	width: 96%;
    max-width: 380px;
    margin-top: 20px;
    padding: 4px;
}

/* verify */
#verify_image {
	background-image: url("../images/verif_code.jpg");
	width: 96%;
	max-width: 400px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
}

.verify_email {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.verify_outer {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

.verify_input_case {
    width: 100%;
    max-width: 180px;
    float: left;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

input#text_verify {
    padding: 6px;
    margin-top: 10px;
}

.verify_button_case {
	float: left;
    margin-top: 11px;
    margin-left: 4px;
    margin-right: 4px;
}

p#verif_message {
    margin-top: 40px;
    clear: both;
    text-align: center;
    color: red;
}

.sorry_unavailable{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top:	200px;
}

/* Mobile //////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 320px) {

	nav {
		margin-top: 1px;
	    margin-right: 0px;
	    margin-bottom: 0px;
	    margin-left: 0px;
	    width: 100%;
	    float: none;
	    overflow: auto;
	    display: inline-block;
	    background: #5476f9;
		
	}
	
	.nav_ui{
		margin-top: 8px;
	}
	
	header nav ul {
		padding: 0px;
    	float: none;
    	margin-top: 0px;
	}
	nav ul li {
		margin-top: 0px;
	    margin-right: 0px;
	    margin-bottom: 0px;
	    margin-left: 0px;
	    width: 100%;
	    text-align: center;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    border-bottom: 1px solid #FFFFFF;
	}
	
	/* Inner Content */
	.inner_content p{
		padding-left: 16px;
		padding-right: 16px;
	}
	.inner_content_back{
	    margin: 8px;
	}
	
	.inner_content_first {
	    margin-top: 146px;
	}
	.index_mark {
		margin-top: 40px;
	}
	.index_mark h3 {
		font-size: 16px;
	}
	.inner_content li {
	    padding-top: 8px;
	    padding-bottom: 8px;
	    padding-left:	4px;
	    padding-right: 16px;
	}
	
	.about_app_left {
	    width: 100%;
	}
	
	.about_app_right{
	    width: 96%;
	}
	
	.about_app_right p {
	    margin-top: 4px;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	
	#loader{
		left: 43%;
		top: 43%;
	}

}


/* Small Tablets //////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 321px) and (max-width: 767px) {

	nav {
		margin-top: 1px;
	    margin-right: 0px;
	    margin-bottom: 0px;
	    margin-left: 0px;
	    width: 100%;
	    float: none;
	    overflow: auto;
	    display: inline-block;
	    background: #5476f9;
		
	}
	header nav ul {
		padding: 0px;
    	float: none;
    	margin-top: 0px;
	}
	nav ul li {
		margin-top: 0px;
	    margin-right: 0px;
	    margin-bottom: 0px;
	    margin-left: 0px;
	    width: 100%;
	    text-align: center;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    border-bottom: 1px solid #FFFFFF;
	}
	
	.nav_ui{
		margin-top: 8px;
	}
	
	/* Inner Content */
	.inner_content_back{
	    margin: 10px;
	}
	.inner_content_first {
	    margin-top: 146px;
	}
	
	.index_mark {
		margin-top: 40px;
	}
	.index_mark h3 {
		font-size: 16px;
	}
	.inner_content li {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-left:	10px;
	    padding-right: 20px;
	}
	
	.about_app_left {
	    width: 100%;
	}
	
	.about_app_right{
	    width: 96%;
	}
	
	.about_app_right p {
	    margin-top: 4px;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	
	#loader{
		left: 45%;
		top: 45%;
	}
	
}


/* Small Desktops //////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 768px) and (max-width: 1096px) {

}







