@charset "utf-8";

/* 本文 */
body,td,th {
	margin: 0;
	font-size:95%;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
	color:#808080;
	background:#fff;
	background-image: url(bg14.gif);
}
/* リンク部 */
a { 
	color:#4F6FBB;
	text-decoration:none;
}
/* リンクマウスオーバ */
a:hover { 
	text-decoration:underline;
	color:red;
}
/* 掲示板タイトル */
h1 {
	font-size: x-large;
	margin: 0;
	text-shadow: 1px 2px 3px #808080;
}
#head {
	padding: 0;
	margin: 0;
	background: #fff;
}
#menuwrapper {
	padding:8px 8px 8px 2em;
	text-align:left
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	/*background-color: #909090;*/
	background-image: url(p7exp_mbar.jpg);
}
#menuwrapper a {
	color: #ffffff !important;
}
#main-ttl {
	margin: 0;
	padding: 20px 0 20px 20px;
}
#main-ttl a {
	color: #000;
	text-decoration: none;
}
#find-box {
	float:right;
	position: relative;
	width: 220px;
	height: 20px;
	margin: -3em 1.5em 0 auto;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 0;
}
#find-box input[type="search"] {
	position: absolute;
	display: block;
	box-sizing: border-box;
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #aaa;
	border-radius: 6px;
	color: #333;
	outline: 0;
}
.find-btn {
	position: absolute;
	box-sizing: border-box;
	height: 25px;
	margin: 0;
	padding: 6px 8px;
	top: 5px;
	right: 5px;
	border: none;
	border-radius: 4px;
	background: #aaa;
	color: #fff;
	cursor: pointer;
}
#find-box input[type="search"]:focus {
	background: #eee;
}
.find-btn:hover {
	background: #666;
}
#find-box input[type="image"] {
	display: inline-block;
	width: auto;
	margin: 0;
	vertical-align: middle;
}
/* 掲示板全体 */
div.all {
	width: 80%;
	margin: 0 auto;
	padding:8px;
}
div#msg {
	width: 110%;
	margin:1em auto 1em -20px;
	padding:8px;
	text-align:left;
	background:#fff;
	border:1px solid #c0c0c0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 3px 10px 1px #9d8e87;
	-moz-box-shadow: 2px 3px 10px 1px #9d8e87;
	box-shadow: 2px 3px 10px 1px #9d8e87;
}
/* 投稿フォーム */
div#reg-box2 {
	width: 100%;
	margin: 1.2em auto 1.2em -20px;
	padding: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 10px #666;
	-moz-box-shadow: 0px 1px 10px #666;
	box-shadow: 0px 1px 10px #666;
	border: 1px solid #808080;
	background: #ffffff;
	text-align: left;
}
table#reg-tbl {
	margin-bottom: 0 !important;
}
table#reg-tbl th, table#reg-tbl td {
	font-size: 13px;
	padding: 2px;
	text-align: left;
}
table#reg-tbl input, table#reg-tbl textarea {
	padding: 3px;
}
input.reg-name {
	width: 210px;
}
input.reg-url {
	width: 260px;
}
input.reg-num {
	width: 80px;
}
input.reg-btn {
	width: 80px;
	height: 26px;
	margin: 0 6px;
}
textarea.reg-com {
	width: 440px;
	height: 7em;
}
table.reg-tbl span {
	font-size: 12px;
}

/* 項目 */
table.rank {
	border-collapse: separate;
	border-spacing: 0;
	border:0.5px solid #c0c0c0;
	width: 110% !important;
	margin: 0 auto 0 -20px;
}
table.rank .thead {
	display: none;
}
table.rank tr {
	width: 100%;
}
table.rank th {
	display: block;
	width: 100%;
	padding:8px;
	text-align:left;
	color:#fff;
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 1px rgba(255, 255, 255, 0.5);
}
table.rank td {
	display: block;
	width: 100%;
	border-bottom:0.5px solid #d4d9dc;
	background:#fff;
	padding:4px 10px 4px 4px;
}
table.rank td:first-child {
	background:#144c66;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
table.rank td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	margin-right: 10px;
}

td.ta-c { 
	text-align:center;
}
td.ta-r { 
	text-align:right;
}
td.ta-l { 
	text-align:left;
}
/* TOP戻る */
div.top-btn { 
	/*background:#f6e5cc;
	width:3.5em;
	border:1px solid #fbdac8;
	padding:4px;
	text-align:center;
	font-weight:bold;*/
	margin-left:1em;
	margin-top:0.5em;
}
/* 検索ボタン */
div.top-btn2 { 
	float:right;
	/*background:#f6e5cc;
	width:6.5em;
	border:1px solid #fbdac8;
	padding:4px;
	text-align:center;
	font-weight:bold;*/
	margin-right:1em;
	margin-top:0.5em;
}
/* サブタイトル */
div.sub-ttl {
	margin: 1.2em 1em;
	padding: 6px 6px;
	border-bottom: 1px dotted #221111;
	border-left: 6px solid #fbdac8;
	font-weight: bold;
	color: #460e44;
	font-size: 120%;
	text-align: left;
}
/* ワード検索 */
div#reg-area {
	padding: 0;
	width: 92%;
	margin: 1.2em auto;
}
div#reg-box {
	width: 115%;
	margin: 1.2em auto 1.2em -40px;
	padding: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 10px #666;
	-moz-box-shadow: 0px 1px 10px #666;
	box-shadow: 0px 1px 10px #666;
	border: 1px solid #808080;
	background: #fff;
	text-align: left;
	font-size:12px;
	line-height:160%;
}
input.reg-word {
	width: 250px;
	margin-top:10px;
	padding: 4px;
	color: #444;
	border: solid 1px #f3a68c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

div.obi3 {
	text-align:left;
	padding:2px;
	background:#f6e5cc;
	color:#8080C0;
}
/* 認証画像位置 */
img.capt { 
	vertical-align:middle;
}
/* 削除キー入力フォーム部の文字サイズ */
td.small { 
	font-size:75%;
	color:green;
}
div.list_c { 
	width:1000px;
	text-align:left;
}
div.art {
	width:92%;
	text-align:left;
	border-top: 1px solid #888;
	padding: 6px;
}
div.listcom { 
	width:110%;
	text-align:left;
	padding:6px;
	margin-top:0.5em;
	margin-left:-20px;
	background:#fff;
	border:1px solid #C0C0C0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 3px 16px 2px #C0C0C0;
	-moz-box-shadow: 2px 3px 16px 2px #C0C0C0;
	box-shadow: 2px 3px 16px 2px #C0C0C0;
}
/* 記事 */
div.art-com{ 
	margin:0.7em 0 0.5em 1em; 
	font-size:11pt;
}
div.art-end {
	width:94%;
	border-top: 1px solid #888;
}
div.main { 
	text-align:center;
}
p.msg { 
	color:#006400;
}
div.page-btn {
	width:97%;
	margin-top:1em;
	text-align: left;
}
/*
	ページ送り
	参考: http://css-happylife.com/template/page_nav/
*/
ul.pager {
	margin: 0 0 2px;
	padding: 10px 10px 0px;
}
ul.pager li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
ul.pager li span {
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
	display: inline-block;
	margin-bottom: 0px;
	padding: 1px 8px;
	background: #4F6FBB;
	color: #fff;
	border: 1px solid #4F6FBB;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a {
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
	display: inline-block;
	margin-bottom: 0px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #4F6FBB;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a:hover {
	background: #eeeff7;
	border-color: #ff9966;
}
/* ボタン */
.submit input {
  background: #4F6FBB;
  background-image: -webkit-linear-gradient(top, #4F6FBB, #004080);
  background-image: -moz-linear-gradient(top, #4F6FBB, #004080);
  background-image: -ms-linear-gradient(top, #4F6FBB, #004080);
  background-image: -o-linear-gradient(top, #4F6FBB, #004080);
  background-image: linear-gradient(to bottom, #4F6FBB, #004080);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 100%;
  padding: 8px 10px;
  text-decoration: none;
}
.submit input:hover {
  background: #E0E9F7;
  background-image: -webkit-linear-gradient(top, #E0E9F7, #4F6FBB);
  background-image: -moz-linear-gradient(top, #E0E9F7, #4F6FBB);
  background-image: -ms-linear-gradient(top, #E0E9F7, #4F6FBB);
  background-image: -o-linear-gradient(top, #E0E9F7, #4F6FBB);
  background-image: linear-gradient(to bottom, #E0E9F7, #4F6FBB);
  text-decoration: none;
}
/*button design by:http://red-team-design.com/css3-patterned-buttons/*/
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button {
  display: inline-block;
  /*display: inline;
  zoom: 1;*/
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)),url();
  background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)),url();
  -webkit-transition: background-color .2s ease-out;  
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 
              0 2px 2px -1px rgba(0, 0, 0, .5), 
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);  
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.button:hover {
  background-color: #eee;
  color: #555;
}

.button:active {
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.button[disabled], 
.button[disabled]:hover, 
.button[disabled]:active {
  border-color: #eaeaea;
  background: #fafafa;
  cursor: default;
  position: static;
  color: #999;
  /* Usually, !important should be avoided but here it's really needed :) */
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Smaller buttons styles */

.button.small {
  padding: 4px 12px;
}

/* Larger buttons styles */

.button.large {
  padding: 12px 30px;
  text-transform: uppercase;
}

.button.large:active {
  top: 2px;
}

/* Colored buttons styles */

.button.color {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0)),
                    url();
  background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0)),
                    url();  
}

/* */

.button.pannsy {
  background-color: #4d4398;
  border-color: #192f60;
}

.button.pannsy:hover {
  background-color: #a4a8d4;
}

.button.pannsy:active {
  background: #4d4398;
}

/* */

.button.burnt_umber {
  background-color: #6f5436;
  border-color: #6f5436;
}

.button.burnt_umber:hover {
  background-color: #c49a6a;
}

.button.burnt_umber:active {
  background: #6f5436;
}

/* */

.button.olivegreen {
  background-color: #5f6527;
  border-color: #5f6527;
}

.button.olivegreen:hover {
  background-color: #a7d28d;
}

.button.olivegreen:active {
  background: #5f6527;
}

/* */

.button.orange {
  background-color: #ee7800;
  border-color: #ee7800;
}

.button.orange:hover {
  background-color: #f7b977;
}

.button.orange:active {
  background: #ee7800;
}

/* */

.button.winered {
  background-color: #b33e5c;
  border-color: #b33e5c;
}

.button.winered:hover {
  background-color: #ea618e;
}

.button.winered:active {
  background: #b33e5c;
}

/* */

.button.purple {
  background-color: #734E93;
  border-color: #5a4498;
}

.button.purple:hover {
  background-color: #9C7EB6;
}

.button.purple:active {
  background: #734E93;
}

/* */

.button.green {
  background-color: #57a957;
  border-color: #57a957;
}

.button.green:hover {
  background-color: #62c462;
}

.button.green:active {
  background: #57a957;
}

/* */

.button.red {
  background-color: #c43c35;
  border-color: #c43c35;
}

.button.red:hover {
  background-color: #ee5f5b;
}

.button.red:active {
  background: #c43c35;
}

/* */

.button.blue {
  background-color: #269CE9;
  border-color: #269CE9;
}

.button.blue:hover {
  background-color: #70B9E8;
}

.button.blue:active {
  background: #269CE9;
}

/* */

.pannsy[disabled], 
.pannsy[disabled]:hover, 
.pannsy[disabled]:active {
  border-color: #192f60;
  background: #4d4398;
  color: #a4a8d4;
}

.burnt_umber[disabled], 
.burnt_umber[disabled]:hover, 
.burnt_umber[disabled]:active {
  border-color: #6f5436;
  background: #6f5436;
  color: #c49a6a;
}

.olivegreen[disabled], 
.olivegreen[disabled]:hover, 
.olivegreen[disabled]:active {
  border-color: #5f6527;
  background: #5f6527;
  color: #a7d28d;
}

.orange[disabled], 
.orange[disabled]:hover, 
.orange[disabled]:active {
  border-color: #ee7800;
  background: #ee7800;
  color: #f7b977;
}

.winered[disabled], 
.winered[disabled]:hover, 
.winered[disabled]:active {
  border-color: #b33e5c;
  background: #b33e5c;
  color: #522B72;
}

.purple[disabled], 
.purple[disabled]:hover, 
.purple[disabled]:active {
  border-color: #734E93;
  background: #734E93;
  color: #c7a5cc;
}

.green[disabled], 
.green[disabled]:hover, 
.green[disabled]:active {
  border-color: #57A957;
  background: #57A957;
  color: #D2FFD2;
}

.red[disabled], 
.red[disabled]:hover, 
.red[disabled]:active {
  border-color: #C43C35;
  background: #C43C35;
  color: #FFD3D3;
}

.blue[disabled], 
.blue[disabled]:hover, 
.blue[disabled]:active {
  border-color: #269CE9;
  background: #269CE9;
  color: #93D5FF;
}

/* Group buttons */

.button-group,
.button-group li {
  display: inline-block;
  /*display: inline;
  zoom: 1;*/
}

.button-group {
  font-size: 0; /* Inline block elements gap - fix */
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding: 7px;
  border-radius: 7px; 
}

.button-group li {
  margin-right: -1px; /* Overlap each right button border */
}

.button-group .button {
  font-size: 13px; /* Set the font size, different from inherited 0 */
  border-radius: 0; 
}

.button-group .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              5px 0 5px -3px rgba(0, 0, 0, .2) inset, 
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;   
}

.button-group li:first-child .button {
  border-radius: 3px 0 0 3px;
}

.button-group li:first-child .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:last-child .button {
  border-radius: 0 3px 3px 0;
}

.button-group li:last-child .button:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, 
              5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}
/* Hexadecimal entities for the icons */

.add:before {
    content: "\271A";
}

.edit:before {
    content: "\270E";        
}

.delete:before {
    content: "\2718";        
}

.save:before {
    content: "\2714";        
}

.email:before {
    content: "\2709";        
}

.like:before {
    content: "\2764";        
}

.next:before {
    content: "\279C";
}

.star:before {
    content: "\2605";
}

.spark:before {
    content: "\2737";
}

.play:before {
    content: "\25B6";
}

