* {
	box-sizing: content-box;
}

body {
	background-color: white;
	width: 620px;
	height: 500px;
	margin: 0;
	padding: 0 10px;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	background: #fff url('../img/paper-bg-green.jpg') repeat;
}
h2 {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #218c26;
	text-shadow: 1px 1px 3px #999;
}
h4 {
	width: 100%;
	height: 24px;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #218c26;
	border-bottom: 1px solid #dbd8d6;
}

div.wrapper {
	overflow: hidden;
}
div.leftcol h4 {
	margin: 0;
	padding: 2px 0 0 0;
	height: 24px;
	border: 1px solid #bfb;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	background-color: #dfd;
	border-radius: 6px; 
}

div.nav {
	clear: both;
	width: 100%;
	margin-top: 5px;
	padding-top: 10px;
	text-align: center;
	//background-color: #cfc;
	font-size: 14px;
	border-top: 2px solid #eee;
}

.btn {
    background-color: #393;
    color: #fff;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border: 1px solid #060;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
	margin-left: 30px;
	margin-right: 30px;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	text-decoration: none;
}
.btn:hover {
    background-color: #161;
}
.disabled {
    background-color: #ccc;
	border-color: #bbb;
    cursor: default;
}
.disabled:hover {
    background-color: #ccc;
}

span.pa_badge {
    display: inline-block;
    background: #df002c;
    padding: 0 5px;
    margin-left: 5px;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    line-height: 1.5em;
}
