@charset "utf-8";

/* 本体定義 */
body { 
	margin:0;
	padding:0;
	font-size: 90%;
	color: #808080;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
}

a:link, a:visited {
	color: #2a4d91;
}
a:active {
	color: #b52e25;
}
a:hover {
	text-decoration: underline;
	color: #ff2f2f;
}
/* 掲示板全体 */
div#main {
	width: 100%;
}
div#main-in {
	width: 84%;
	margin: 0 auto;
	padding: 6px;
}
div#head {
	border-top: 5px solid #b33e5c;
	border-bottom: 1px groove #b33e5c;
	padding: 6px;
	width: 100%;
	background-image: #cc9bad;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#16160e), to(#afafb0)); 
	background-image: -moz-linear-gradient(bottom, #16160e, #afafb0);
	background-image: linear-gradient(to bottom, #16160e, #afafb0);/* midnight blue・powder blue /暗黒色・銀鼠*/
	color: #fff;
}
div#head-in {
	padding: 6px;
}

/* 中央寄せ */
div.main {
	text-align:center;
}
div.center {
	margin: 0 auto;
	text-align:center;
}
div#central {
	margin: 0 auto;
}

div.clear {
	clear:both;
}

.ttl { 	
	text-align:left;
	padding:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: #d4d9dc;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f7f6f5), to(#d4d9dc)); 
	background-image: -moz-linear-gradient(bottom, #f7f6f5, #d4d9dc);
	background-image: linear-gradient(to bottom, #f7f6f5, #d4d9dc);
	color:#262626;
	font-weight:bold;
}

dd.msg { color:navy; font-size:10pt; }
.reg-size {
	width:250px;
	padding:6px;
	border: 1px solid #d4d9dc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/* 管理TOPメニュー */
table.panel { 
	width: 480px;
	border-collapse: separate;
	border-spacing: 0;
	border:1px solid #d4d9dc;
	margin:1em auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 3px 14px 1px #666;
	-moz-box-shadow: 2px 3px 14px 1px #666;
	box-shadow: 2px 3px 14px 1px #666;
}
table.panel th { 
	border:1px solid #d4d9dc;
	background:#f2f3f9;
	padding:6px;
	text-align: center;
}
table.panel td { 
	border:1px solid #d4d9dc;
	background:#fff;
	padding:6px;
}

input.reg-name {
	width: 200px;
	height:25px;
	border:1px solid #c0c0c0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input.reg-ttl {
	width: 250px;
	height:25px;
	border:1px solid #c0c0c0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input.reg-url {
	width: 260px;
	height:25px;
	border:1px solid #c0c0c0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

input.reg-num {
	width: 80px;
	height: 20px;
	border: 1px solid #d4d9dc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:2px;
}
textarea.reg-com {
	width: 520px;
	height: 12em;
	padding:8px;
	border: 1px solid #d4d9dc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/* 添付ファイル名 */
input.reg-imgtxt {
	width: 250px;
	height: 30px;
	margin-top:2px;	
	margin-left:10px;
	border:1px solid #C0C0C0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
@media screen and (min-width: 480px) {
table.panel2 { 
	width: 780px;
	border-collapse: separate;
	border-spacing: 0;
	border:1px solid #d4d9dc;
	margin:1em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 3px 14px 1px #666;
	-moz-box-shadow: 2px 3px 14px 1px #666;
	box-shadow: 2px 3px 14px 1px #666;
}
table.panel2 th { 
	border-bottom:1px solid #d4d9dc;
	background:#f2f3f9;
	padding:6px;
	text-align: center;
}
table.panel2 td { 
	border-bottom:1px solid #d4d9dc;
	background:#fff;
	padding:6px;
}
}

.form-tbl {
	border-collapse: collapse;
	margin: 1em;
}
.form-tbl th, .form-tbl td {
	border:1px solid #333;
	padding:10px;
}
.form-tbl th {
	background:#ccc;
}
.form-tbl td {
	background:#fff;
}

td.smile img { vertical-align:middle; border:none; margin-right:3px; }
.ta-c { text-align:center; }
.ta-r { text-align:right; }
.subcol { color:green; }
div.deal {
	width:700px;
	text-align:center;
	padding:5px 5px 5px 5px;
	border:1px solid #FFE8BC;
	margin-bottom:0;
	margin-left:20px;
	background-image: url(./img/bg30.gif);
}
div.obi2 {
	text-align:center;
	padding:2px;
	background:#cce6ff;
	color:#262626;
	font-weight:bold;
    	border-right: 1px solid #004080;
    	border-bottom: 1px solid #004080;
}

.form-tbl02 {
	border-collapse: collapse;
	margin: 1em;
}
.form-tbl02 th, .form-tbl02 td {
	border:1px solid #333;
	padding:10px;
}
.form-tbl02 th {
	background:#ccc;
}
.form-tbl02 td {
	background:#fff;
}
/* 掲示板全体 */
div#main {
	width: 100%;
}
div#main-in {
	width: 84%;
	margin: 0 auto;
	padding: 6px;
}
.back-btn {
	text-align: right;
	margin: 0;
}
hr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

/* for login */
#login {
	width: 400px;
	margin: 3em auto;
	text-align: left;
	padding: 1em 2em;
	border-radius:6px;
}
#login legend {
	padding: 5px;
	font-weight: bold;
}
#login input[type="text"], #login input[type="password"] {
	width: 300px;
	padding: 5px;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
	font-size:16pt;
}
#login input[type="submit"] {
	width: 100px;
	height: 30px;
}
#login p {
	margin: 2em 0;
}

#body {
	padding:6px;
}

/* -------------------------------------------------------------------------------------------- */
/* スマートフォン用 */
@media screen and (max-width: 480px) {

div#head {
	border-top: 5px solid #b33e5c;
	border-bottom: 1px groove #b33e5c;
	padding: 6px;
	width: 96.5%;
	background-image: #cc9bad;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#16160e), to(#afafb0)); 
	background-image: -moz-linear-gradient(bottom, #16160e, #afafb0);
	background-image: linear-gradient(to bottom, #16160e, #afafb0);/* midnight blue・powder blue /暗黒色・銀鼠*/
	color: #fff;
}
div#head-in {
	padding: 6px;
}
#body {
	width:95%;
	padding:5px;
}
/* 掲示板全体 */
div#main {
	width: 100%;
}
div#main-in {
	width: 84%;
	margin: 0 auto;
	padding: 6px;
}
/* 中央寄せ */
.main {
	text-align:center;
}
div.center {
	margin: 0 auto;
	text-align:center;
}
div#central {
	margin: 0 auto;
}

div.clear {
	clear:both;
}

/* 管理TOPメニュー */
table.panel { 
	width: 98%;
	border-collapse: separate;
	border-spacing: 0;
	border:1px solid #d4d9dc;
	margin:1em auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 3px 14px 1px #666;
	-moz-box-shadow: 2px 3px 14px 1px #666;
	box-shadow: 2px 3px 14px 1px #666;
}
table.panel th { 
	border:1px solid #d4d9dc;
	background:#f2f3f9;
	padding:6px;
	text-align: center;
}
table.panel td { 
	border:1px solid #d4d9dc;
	background:#fff;
	padding:6px;
	font-size: 11pt;
}

.form-tbl {
	width:98%;
	border-collapse: collapse;
	margin: 1em 1em 1em -28px;
}
.form-tbl th, .form-tbl td {
	border:1px solid #bcbace;
	padding:5px;
}
.form-tbl th {
	background:#00608d;
	color:#fff;
}
.form-tbl td {
	background:#fff;
}
/* for login */
#login {
	width: 93.5%;
	margin: 3em auto;
	text-align: left;
	padding: 1em;
	border-radius:6px;
}
#login legend {
	padding: 5px;
	font-weight: bold;
}
#login input[type="text"], #login input[type="password"] {
	width: 300px;
	padding: 5px;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
	font-size:16pt;
}
#login input[type="submit"] {
	width: 100px;
	height: 30px;
}
#login p {
	margin: 2em 0;
}
.ttl { 	
	width:100%;
	text-align:left;
	padding:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: #d4d9dc;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f7f6f5), to(#d4d9dc)); 
	background-image: -moz-linear-gradient(bottom, #f7f6f5, #d4d9dc);
	background-image: linear-gradient(to bottom, #f7f6f5, #d4d9dc);
	color:#262626;
	font-weight:bold;
}
.reg-size_id {
	width:100px;
	padding:6px;
	border: 1px solid #d4d9dc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.reg-size {
	width:160px;
	padding:6px;
	border: 1px solid #d4d9dc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.deal {
	width:105%;
	text-align:center;
	padding:5px;
	margin:10px 0px 0px -15px;
	border:1px solid #FFE8BC;
	background-image: url(./img/bg30.gif);
}

ul.sup-list {
	text-align: left;
	line-height: 160%;
	margin-left: -1em;
	font-size: 10pt !important;
}

/* 編集テーブル */
table.panel2 { 
	width: 99%;
	border-collapse: separate;
	border-spacing: 0;
	border:1px solid #d4d9dc;
	margin-top:1em;
	margin-right: auto;
	margin-left: -26px;
}
table.panel2 th { 
	border-bottom:1px solid #d4d9dc;
	background:#007bbb;
	padding:3px;
	text-align: center;
	font-size: 10.5pt;
	white-space: nowrap;
	color:#fff;
}
table.panel2 td { 
	border-bottom:1px solid #d4d9dc;
	background:#fff;
	padding:6px;
}
input.reg-name {
	width: 180px;
	height:25px;
	border:1px solid #c0c0c0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input.reg-ttl {
	width: 210px;
	height:25px;
	border:1px solid #c0c0c0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input.reg-url {
	width: 250px;
	height:25px;
	border:1px solid #c0c0c0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

input.reg-num {
	width: 80px;
	height: 20px;
	border: 1px solid #d4d9dc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:2px;
}
textarea.reg-com {
	width: 260px;
	height: 12em;
	border: 1px solid #d4d9dc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/* 添付ファイル名 */
input.reg-imgtxt {
	width: 250px;
	height: 30px;
	margin-top:2px;	
	margin-left:10px;
	border:1px solid #C0C0C0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

}

