div.old-contents h2{
	margin: 0 0 1.5em 0;
	padding: 5px;
	border-bottom: dotted 1px #999999;
	font-size: 120%;
	color: #cc0000;
	}

.ctgTitle{
	position: relative;
	width: 1000px;
	height: 144px;
	margin: 0 0 2em 0;
	padding: 0;
	background: #f7f6f2;
	}
	.ctgTitle h2{ /* カテゴリータイトル部分：見出し（h1） */
		position: absolute;
		top: 65px;
		left: 30px;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		color: #000 !important;
		font-size: 28px !important;
		}
	.ctgTitle .LoginName{
		position: absolute;
		width: 320px;
		margin: 0;
		padding: 0;
		top: 15px;
		right: 15px;
		text-align: right;
		}
		.ctgTitle .LoginName span{
			margin: 0 3px;
			font-weight: bold;
			}
	.ctgTitle .LogoutBtn{
		position: absolute;
		width: 120px;
		margin: 0;
		padding: 0;
		top: 40px;
		right: 15px;
		text-align: right;
		}
	.ctgTitle .MemberMenu{
		position: absolute;
		width: 600px;
		margin: 0;
		padding: 0;
		top: 96px;
		right: 15px;
		text-align: right;
		white-space:nowrap;
		}
	.ctgTitle .MemberMenu form{
		display:inline;
		margin-right:-5px;
		padding: 0;
		}
		.ctgTitle input.MenuBtn{
			margin: 0;
			padding: 0;
			border: none;
			}

/* 20160430 hfukutomi */			
div.old-contents input[type="button"],
div.old-contents input[type="reset"],
div.old-contents input[type="submit"]
{
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 11px;
    -webkit-appearance: button;
    -moz-appearance: button;
    -ms-appearance: button;
}

div.old-contents input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
}

div.old-contents input[type="radio"] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    -ms-appearance: radio !important;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #all {
    overflow: scroll !important;
    width:1200px !important;
  }  
}
