@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　iPhone用ページのスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 基本フォント ------------------------------ */

body {
	color: #333333;
	font-family: "メイリオ", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background:#00629d;
	height:100%;
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 800px;  /*中央配置するボックスの横幅*/
	min-height: 400px;
}

body.iFix {
	-webkit-text-size-adjust:none;
}

input,textarea,select {
	font-family:"メイリオ", Helvetica, sans-serif;
	font-size: 100%;
}
body.iFix input,textarea,select {
	font-size: 80%;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

img,table {
	border: none;
}

img {
	vertical-align: bottom;
}

ol,ul {
	list-style: none;
}

address,em,cite {
	font-style: normal;
}

fieldset {
	border: none;
}


input::-webkit-input-placeholder {
	border: 0 solid #666666;
}
body.iFix input::-webkit-input-placeholder {font-size:70%;/*line-height:1.5*/}

/* 基本テキストリンク -------------------- */
a {
outline: none;
/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
}
body.iFix a{
/*-webkit-tap-highlight-color:rgba(0,0,255,0.1);*/
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}

/*ガイド文字用*/
.tipped { 
    color: #BBB; 
} 


/* --------------------------------------------------------------------------------------
 float
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* --------------------------------------------------------------------------------------
 全体
--------------------------------------------------------------------------------------- */

.wrap {
	color:#fff;
	width:100%;
	height:100%;
	text-align:center;
}
.main {
	color: #fff;
	margin: -200px 0 0 -400px;  /*縦横の半分をネガティブマージンでずらす*/
  	position: absolute;  /*body要素に対して絶対配置*/
  	top: 115%;  /*上端を中央に*/
  	left: 49%;  /*左端を中央に*/
  	width: 800px;  /*横幅*/
  	height: 400px;  /*縦幅*/
}

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------
 コンテンツ(left)
--------------------------------------------------------------------------------------- */

.left_area {
	width:400px;
	margin: 0;
	color:#666666;
	float:left;
}

@media screen and (max-width: 640px) {
	.left_area {
		display:none;
	}
}

/* --------------------------------------------------------------------------------------
 コンテンツ(right)
--------------------------------------------------------------------------------------- */

.right_area {
	float:right;
	width:400px;
	margin: 0;
	color:#666666;
}

.right_area .login_area {
	width:340px;
	height:380px;
	position: relative;
	text-align:center;
	background:#fff;
	padding:10px 30px;
	border-radius: 4px; /* CSS3 */
　　-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
　　-moz-border-radius: 4px;
}

.login_area:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -9px;
}

.login_area h3 {
	color:#00629d;
	font-size:200%;
	margin:10px auto;
}

.login_area p {
	color:#666;
	text-align:left;
	padding:10px 0 10px 0;
	border-top: 1px dotted #666;
}

.login_area h4 {
	color:#666;
	text-align:right;
	padding:10px 0 3px 0;
	font-size:12px;
	border-bottom: 1px dotted #666;
}

.login_area input {
	width:100%;
	height:50px;
	color:#666;
	background:#f0f0f0;
	font-size:80%;
	border: 0px;
	padding: 10px;
	margin: 5px 0 5px 0;
	border-radius: 4px; /* CSS3 */
　　-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
　　-moz-border-radius: 4px;
}

.login_area .error {
	width:100%;
	height:50px;
	color:#fff;
	background:#B84D4D;
	font-size:80%;
	border: 0px;
	padding: 10px;
	margin: 5px 0 5px 0;
	border-radius: 4px; /* CSS3 */
　　-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
　　-moz-border-radius: 4px;
}



.login_area h2 {
	width:100%;
	height:40px;
	color:#fff;
	background:#000;
	font-size:100%;
	border:0px;
	margin:10px 0;
	padding-top:15px;
	border-radius: 4px; /* CSS3 */
　　-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
　　-moz-border-radius: 4px;
}
.login_area .fb {
	width:100%;
	height:40px;
	color:#fff;
	background:#3b5998;
	font-size:100%;
	border:0px;
	margin:10px 0;
	padding-top:15px;
	border-radius: 4px; /* CSS3 */
　　-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
　　-moz-border-radius: 4px;
}
.login_area .gm {
	width:100%;
	height:40px;
	color:#fff;
	background:#dd4b39;
	font-size:100%;
	border:0px;
	margin:10px 0;
	padding-top:15px;
	border-radius: 4px; /* CSS3 */
　　-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
　　-moz-border-radius: 4px;
}


.login_area img {
	margin:10px auto;
	width:250px;
}

.login_area a {
	display:block;
	width:100%;
	height:40px;
	color:#fff;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	body {
		position:relative;
		width:100%;
		text-align:center;
		min-width:300px;
		color:white;
		background:#00629d;
	}
	.main {
		margin: -200px 0 0 -170px;
	  	position: absolute;
	  	top: 50%;
	  	left: 50%;
	  	  /*横幅*/
	  	width:300px;
	  	  /*縦幅*/
	  	text-align:center;
	}
	.right_area {
		float:none;
		max-width:260px;
		text-align:center;
	}
	.right_area .login_area {
		width:100%;
		margin:0 10px;
		text-align:center;
		color:#fff;
		background:#00629d;
	}
	.login_area input {
		width:260px;
	}
	.login_area:before {
    	display:none;
	}
	.login_area p {
		color:#fff;
		border-top: none;
	}
	.login_area h2 {
		width:100%;
	}
	.login_area h3 {
		
	}
}
/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

.footer {
	position:absolute; z-index:1;
	bottom:0; right:0;
	width:100%;
	color:#ffffff;
	height:30px;
	text-align:right;
	font-size:80%;
	padding:5px 20px 0 0;
	border:1px;
	background: #3F88C9;
}



/* 以下その他追記 -------------------------------- */

/*ボタンにカーソルのせたとき指マーク*/
.cur_hand {
	cursor: pointer;
}

/*入力モードを全角*/
input.hiragana{
	ime-mode: active;
}
/*入力モードを半角*/
input.eisu{
	ime-mode: disabled;
}
/*入力モードを半角数値*/
input.num{
	text-align: right;
	ime-mode: disabled;
}

/*** pc-only / sp-only ***/

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
  	display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
  	display: block !important;
  }
}