@charset "utf-8";
/* CSS Document */
/*=================================
共通
=================================*/

* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
a {
	color: #2D96FF;
	text-decoration: underline;
}
a:hover {
	color: #AE0057;
	text-decoration: underline;
}
.clear_both {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.caution {
	color: #FF0000;
}
.bold {
	font-weight: bold;
}
.space10 {
	margin-bottom: 10px;
}
.space20 {
	margin-bottom: 20px;
}
.right {
	text-align: right;
}
.width60 {
	width: 60px;
}
.width70 {
	width: 70px;
}
.width80 {
	width: 80px;
}
.width90 {
	width: 90px;
}
.width100 {
	width: 100px;
}
.width110 {
	width: 110px;
}
.width120 {
	width: 120px;
}
.width130 {
	width: 130px;
}
.width140 {
	width: 140px;
}
.onerow {
	white-space: nowrap;
}

/*=================================
全体
=================================*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 150%;
	color: #666666;
}

/*=================================
ヘッダ
=================================*/
header {
	width: 1200px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
article {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
header .auth {
	font-size: 90%;
	color: #A6A6A6;
	text-align: right;
}
/*=================================
ナビ
=================================*/
nav {
	float: left;
	width: 220px;
}
nav dt {
	text-indent: 10px;
	background-color: #EAEAD5;
	height: 28px;
	width: 218px;
	margin-bottom: 8px;
	border: 1px solid #D7D7D7;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 30px;
}
nav dt a {
	display: block;
	height: 28px;
	width: 218px;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 30px;
	background-color: #FFFFFF;
}
nav dt a:hover {
	color: #B4B4B4;
	text-decoration: none;
}
nav dd {
	height: 20px;
	width: 220px;
	margin-bottom: 8px;
	line-height: 20px;
}
nav dd a {
	text-decoration: none;
	display: block;
	height: 20px;
	width: 220px;
}
nav dd a:hover {
	text-decoration: none;
}

/*=================================
コンテンツ
=================================*/
/* 以下ログインページ */
section#enter {
	width: 400px;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 200px;
	margin-left: auto;
}
.lead {
	margin-bottom: 15px;
}
#login_table {
	width: 398px;
	border-spacing: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#login_table th {
	font-weight: normal;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #F0F0F0;
}
#login_table td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/* 以下通常ページ */
section#contents {
	float: right;
	width: 940px;
	margin-left: 40px;
}
#contents h1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #3E7B26;
	width: 940px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #70C94E;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
#contents h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 15px;
	background-color: #666666;
}
#contents h3 {
	font-size: 14px;
	color: #8D8D47;
	margin-bottom: 10px;
}
.entry_table {
	width: 938px;
	border-spacing: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 15px;
}
.entry_table th {
	background-color: #EAEAD5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
}
.entry_table td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.list_table {
	width: 938px;
	border-spacing: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 15px;
}
.list_table th {
	background-color: #EAEAD5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}
.list_table td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.list_table .sub_head {
	background-color: #ECFBF0;
	text-align: center;
}

.culc_table {
	width: 938px;
	border-spacing: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.culc_table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #EAEAD5;
}
.culc_table td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.culc_table div {
	display: inline;
}

/*画像処理*/

.img_frame {
	display: inline-block;
	line-height: 15px;
	font-size: 90%;
}
/*
.scale-img {
	width: 150px;
	height: auto;
	transition-duration: 0.5s;
	display:block;
	box-sizing:border-box;
	transition: all 1s ease-in-out;
}
.scale-img:focus {
	height:auto;
    width:100%;
    transition: all 1s ease-in-out;
    outline:none;
}
.scale-img:hover {
	transform: scale(6,6); 
	cursor: pointer; 
}
*/
.img_size {
		width: 150px;
}

/********************************/

.resize{
	width: 150px;
	display: inline-block;
	/*padding:1em; */
	box-sizing: border-box;
	transition: all 1s ease-in-out;
	line-height: 15px;
	font-size: 90%;
}
.resize:focus{
    height:auto;
    width:100%;
    transition: all 1s ease-in-out;
    outline:none;
}
/*
.resize > p{
     margin:0;
    line-height:1;
}
*/

/*=================================
フッタ
=================================*/
footer {
	font-size: 12px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #9E77A5;
	text-align: center;
	height: 40px;
	width: 1200px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
