@charset "UTF-8";

body {
	font-family: Quicksand, helvetica, メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 游ゴシック体, 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	color: #242424;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

h1 img {
	width: 200px;
	padding-top: 3px;
}



/*基本*/
p.attention { 
	font-size: 12px;
	color: #FF8300;
	margin-top: 5px;
}
.boxLink {

}
.hover {
	cursor: pointer;
}
.hover a:link, .hover a:visited {
	
	text-decoration: none;
}

/*管理ヘッダーメニュー*/
.menu_bunner {
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}


#contents {
	min-height: 600px;	
}
input, textarea, select {
	font-size: 14px;
}
textarea {
	resize: none;
}

select {
	-moz-appearance: none;
    -webkit-appearance: none;
	margin: 5px 0;
	padding: 6px 12px;
	font-size: 14px;
}

input[type="submit"].submitS {
	width: 100px;
	font-size: 14px;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	padding: 12px 0;
	cursor: pointer;
}

input[type="text"].ten, input[type="password"].ten, input[type="number"].ten, input[type="tel"].ten {
	width: 10%;
}
input[type="text"].twenty, input[type="password"].twenty, input[type="number"].twenty, input[type="tel"].twenty {
	width: 20%;
}
input[type="text"].thirty, input[type="password"].thirty, input[type="number"].thirty, input[type="tel"].thirty {
	width: 30%;
}
input[type="text"].forty, input[type="password"].forty, input[type="number"].forty, input[type="tel"].forty {
	width: 40%;
}
input[type="text"].fifty, input[type="password"].fifty, input[type="number"].fifty, input[type="tel"].fifty {
	width: 50%;
}
input[type="text"].eighty, input[type="password"].eighty, input[type="number"].eighty, input[type="tel"].eighty {
	width: 80%;
}

h4.pName {
	background-color: #eaeaea;
	padding: 8px;
	font-size: 18px;
}
.button02 {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	border: none;
	border-radius: 0px;
	padding: 10px 0;
	cursor: pointer;
}
.button02:hover {
	opacity: 0.7;
}
.pubIco {
	text-align: center;
}

/* エラーメッセージ */
.errorMes {
	width: 400px;
	color: #ffffff;
	border-radius: 12px;
	background: red;
	margin: 18px 0;
	padding: 8px 16px;
	position:relative;
}
.errorMes:after {
	border: 14px solid transparent;
	border-top-color: red;
	border-bottom-width:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom:-10px;
	content:"";
	display: block;
	left: 34px;
	position:absolute;
	width: 0;
}
input.auto { 
	ime-mode: auto; 
}
input.active { 
	ime-mode: active; 
}
input.disabled { 
	ime-mode: disabled; 
}
textarea.inactive { 
	ime-mode: inactive; 
}


#contents textarea {
	padding: 14px;
	margin: 0 8px;
}
#contents input[type="radio"],#contents input[type="checkbox"],#contents input[type="file"]  {
	margin: 4px 8px;
}


/* 一覧BOX設定 */
.baseBox {
	border-bottom: solid 1px #dcdcdc;
	margin-top: -1px;
	padding: 5px;
	background-color: #ffffff;
}


/*table設定*/
table {
	margin: 0;
}

table.aEntry {
	overflow: hidden;
	
}
table.aEntry th {
	text-align: left;
	padding: 4px 0;
	margin: 0;
}
table.aEntry td {
	padding: 2px 0;
	margin: 0;
}

/*削除table*/
.delBox {
	margin-top: 4px;
}
.delBox td {
	padding: 1px;
}


#header {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	border-bottom :1px solid #96874B;
}
#header #logo {
	margin: 8px 0 0 14px;
	float: left;
}
#header .boxR {
	width: 500px;
	color: #444444;
	text-align: right;
	padding: 6px 24px 10px 0;
	float: right;
}
#header .boxR h2 {
	font-size: 14px;
	color: #444444;
	font-weight: normal;
	margin-bottom: 4px;
}
#header .boxR ul li {
	color: #cccccc;
	line-height: 1.5;
	margin-left: 24px;
	float: right;
}
#header .boxR ul li a {
	color: #444444;
}
#header .boxR img {
	width: 80%;
}
#ad_root {
	font-size: 18px;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.90, #938245), color-stop(0.50, #9C8A49));
	background: -webkit-linear-gradient(top, #9C8A49 50%, #938245 90%);
	background: -moz-linear-gradient(top, #9C8A49 50%, #938245 90%);
	background: -o-linear-gradient(top, #9C8A49 50%, #938245 90%);
	background: -ms-linear-gradient(top, #9C8A49 50%, #938245 90%);
	background: linear-gradient(top, #9C8A49 50%, #938245 90%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#9C8A49, endcolorstr=#938245))";
	zoom: 1;
	padding: 2px 0 4px 0;
}
#ad_root a:link, #ad_root a:visited {
	color: #ffffff;
}
#ad_root a:hover {
	color: #FFCB00;
	text-decoration: none;
}
#ad_root p {
	color: #ffffff;
	padding: 6px 0 0 10px;
}
#wrapper {

	background: #ffffff;
	margin: 0;
	overflow: hidden;
}
#menu {
	width: 211px;
	float: left;
	overflow: hidden;
}
#menu li {
	color: #B6B3B3;
	background-color: #E2E1D8;
}
#menu li.disappear {
	color: #BFBFBF;
	border-bottom: solid 1px #dcdcdc;
	padding: 12px;
	font-size: 16px;
}
#menu li a:link, #menu li a:visited {

	border-right: solid 1px #CFCFCF;
	border-bottom: solid 1px #CFCFCF;
	display: block;
	padding: 12px;
	font-size: 14px;
}
#menu li a:hover {
	border-right: solid 1px #dcdcdc;
	text-decoration: none;
	background-color: #FFAD68;
	position: relative;
	z-index: 1000;
}
#menu li a:link.mCurrent, #menu li a:visited.mCurrent {
	border-right: solid 1px #ffffff;
	background: #ffffff;
	position: relative;
	z-index: 1000;
}

#menu li a {
	color: #2F2E2E;
}
#contents {
	width: 880px;	/*default:768px*/
	background: #ffffff;
	border-left: solid 1px #dcdcdc;
	margin-left: -1px;
	padding: 14px 24px 24px 24px;
	float: left;
	overflow: hidden;
}
#contents h2 {
	font-size: 18px;
	border-bottom: solid 1px #999999;
	padding: 8px 12px;
	border-left: 6px solid #696969;
}
/*#### login.php ####*/
#login {
	width: 500px;
	background: #f5f5f5;
	border: solid 1px #e1e1e1;
	margin:  40px auto;
	padding: 24px 40px 40px 40px;
}
#login h2 {
	border-bottom: solid 6px #cccccc;
	margin-bottom: 24px;
	padding-bottom: 18px;
}
#login h3 {
}
#login table td {
	padding: 4px;
}

#login table .logAtt {
	font-size: 11px;
	padding: 24px;
}

/*#### index.php ####*/


/*table設定*/
.tList {
	border-collapse: collapse;
	margin: 0 auto;
}
.tList td {
	padding: 1px;
}
.tList td.padd {
	padding: 1px 14px;
}
.tList td.paddR {
	padding: 1px 14px 1px 0;
}

.point {
	width: 550px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}



/*#### entry.php ####*/
.aEntry h3 {
	font-size: 15px;
	background-color: #edebe1;
	margin: 8px 0;
	padding: 6px 12px;
	color: #444444;
	border-radius: 8px;
}
#contents .pConfirm {
	width: 340px;
	color: #ffffff;
	text-align: center;
	border-radius: 14px;
	font-size: 14px;
	background: #2eaf37;
	margin: 18px 0;
	padding: 4px 14px;
	position:relative;
}
#contents .pConfirm:after {
	border: 14px solid transparent;
	border-top-color: #2eaf37;
	border-bottom-width:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom:-10px;
	content:"";
	display: block;
	left: 34px;
	position:absolute;
	width: 0;
}
#contents h3.dTitle {
	margin: 14px 0 10px 0;
	padding: 0 0 10px 0;
}
#contents .dDate {
	color: #999999;
	float: left;
}
#contents .dTitle {
	font-size: 20px;
}
#contents .eveDate {
	background: #eeeeee;
	margin-bottom: 24px;
	padding: 4px 4px 4px 14px;
}
#contents .dDetail {
	font-size: 14px;
	line-height: 1.8;
	padding: 14px 0 24px 0;
}

.sOption {
	border: solid 1px #cccccc;
	padding: 10px;
	border-radius: 6px;
	margin: 20px 0;
	background-color: #F8F9DD;
	clear: both;
}

#footer {
	text-align: left;
	background: #000000;
	border-top: solid 1px #dcdcdc;
	padding: 14px 0;
	color: #ffffff;
}
#footer address {
	width: 500px;
	padding-right: 24px;
	text-align: right;
	float: right;
	font-size: 12px;
}
#footer ul {
	padding: 0 0 15px 30px;
}
#footer ul li {
	line-height: 1.5;
	float: left;
	font-size: 12px;
}
#footer ul li a {
	color: #ffffff;
}
#footer ul li a:hover {
	color: #ABEA44;
}
.b03 {
	background-color: red;
}
input[type="submit"] {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	border: none;
	border-radius: 12px;
	padding: 8px 0;
	cursor: pointer;
	float: right;
}
.bArea {
	margin: 0 auto;
}
.eButton {
	
	float: right;
	text-align: center;
	font-weight: bold;	
	margin: 20px 0 0 5px;
	font-size: 14px;
}
.eButton a {
	padding: 5px 24px;
	color: #ffffff;
	border: none;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.toCode {
	font-weight: bold;
}

h3 {
	font-size: 24px;
	padding: 10px;
	clear: both;
	margin-top: 30px;
}
.container {
	margin: 0 auto;
	text-align: center;
}

.entryBox {
	background-color: #EAEAEA;
	padding: 10px;
	border: solid 1px #cccccc;
	border-radius: 8px;
}	

h4 {
	font-size: 28px;
	padding: 15px;
	border-bottom: solid 2px #03824F;
	margin: 20px 0;
	background-color: #04A364;
	color: #ffffff;
	font-weight: bold;
}
.atten2 {
	color: red;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
}
.linkbox {
    position: relative;
	margin-bottom: 10px;
	padding: 10px;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
/* 以下見た目をわかりやすくするための設定*/
.linkbox {
    border: solid 1px #cccccc;
	border-radius: 8px;
}
.linkbox a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.1;
    background-color: #7D7B7B;
}	
table.tList th,table.tList td {
	padding: 5px;
}
.sIcon {
	width: 100px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 3px 0;
	font-size: 12px;
	float: left;
}
.s01 {
	background-color:#F98C15; 
}
.s02 {
	background-color:#D5D5D5; 
}

