﻿@charset "UTF-8";

/** BASE Start ***************************************************************** */

html {
	font-size: 75%;
}

body {
	height: 100%;
	width: 100%;
/*	
	font-size: 12px;
*/
	font-size: 1.2rem;
	line-height: 1.6;
/*
	line-height: 1.6rem;
*/
	color: #414141;
	background: url(../img/bk_body.jpg) repeat-y center #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header {
	margin-bottom: 25px;
/*
	position: relative;
	font-size: 14px;
	margin-bottom:15px;
	line-height:16px;
*/
}

h1 {
	background: url(/img/logo.png) 10px center no-repeat;
	font-size: 2.3rem;
	/* ロゴの高さ */
	line-height: 28px;
/*
	font-size: 28px;
	line-height: 1.2rem;
	margin-bottom: 25px;
*/
	/* ロゴの幅＋余白 */
	padding-left: 80px;
}

form {
	display: block;
}

input[type="text"],
input[type="password"] {
	font-size: 1.2rem;
    padding: 3px;
    vertical-align: middle;
    border: 1px solid #a8a8a8;
}

#container {
	width: 900px;
	margin: 50px auto;
}

#msg {
	color: #ce0000;
	background-color: #ffffcc;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

#msg2 {
	color: #0000ff;
	background-color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

.main-col {
    width: 700px;
    min-height: 300px;
}

.title {
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 50%, #e5e3e3 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f4f4f4), color-stop(50%,#e5e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 50%,#e5e3e3 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 50%,#e5e3e3 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 50%,#e5e3e3 50%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 50%,#e5e3e3 50%); /* W3C */
	margin-bottom: 8px;
/*
	margin-bottom: 8px;
*/
	border:1px solid #cccccc;
}

.title div {
	border:1px solid #FFF;
}

.title h2 {
	background: url(../img/box_arrow_g.png) 6px center no-repeat;
	font-size: 1.4rem;
	padding: 5px 0 5px 24px;
	border-bottom: 2px solid #4db56a;
}

.sub-title {
	background: #ebeaea; /* Old browsers */
	background: -moz-linear-gradient(top, #ebeaea 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebeaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebeaea 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebeaea 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebeaea 0%,#ffffff 100%); /* W3C */
	margin-bottom: 10px;
	padding-bottom: 2px;
	position: relative;
	border-top: 1px solid #ccc;
}

.sub-title div {
	border-top: 1px solid #fff;
}

.sub-title h3 {
	font-size: 1.3rem;
	margin: 8px 0 8px 10px;
	padding-left: 8px;
	border-left: 4px solid #4db56a;
}

.gray-line-frame {
	border: 1px solid #ccc;
}

.gray-line-frame .tx {
    background: #f7f7f7;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.gray-line-box {
    text-align: center;
    padding: 15px;
    border: 4px solid #ccc;
    margin: 20px 10px 25px;
}

.form-table {
	width: 100%;
	text-align: left;
	line-height: 1.8rem;
	margin-bottom: 20px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.form-table th,
.form-table td {
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}

.form-table th {
	width: 50%;
	font-weight: normal;
	vertical-align: top;
}

.form-table td {
    vertical-align: middle;
}

.btn1 {
	min-width: 170px;
	color: #666;
	background: -moz-linear-gradient(top, #f4f4f4 50%, #e5e3e3 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f4f4f4), color-stop(50%,#e5e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 50%,#e5e3e3 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 50%,#e5e3e3 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 50%,#e5e3e3 50%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 50%,#e5e3e3 50%); /* W3C */
	font-size: 1.2rem;
	font-weight: bold;
	padding: 6px 20px;
	margin: 0 10px;
	display: inline-block;
	border: 1px solid #ccc;
	cursor: pointer;
}

.mg20 {
	margin: 20px;
}

.mgt20 {
	margin-top: 20px;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgr10 {
	margin-right: 10px;
}

.pd20 {
	padding: 20px;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

/** BASE End ******************************************************************* */
