/*
----------------------------------------------------------------------
  PKOBO_BBS front style
  シンプルなHTML構造のまま、CSSだけで見た目を調整しています。
  以前の見た目に戻す場合は style_original.css の内容をこのファイルへ戻してください。
----------------------------------------------------------------------
*/
html{
	background:#eef2f5;
}
body{
	margin:0;
	color:#1f2933;
	line-height:1.7;
	font-size:15px;
	font-family:"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background:#eef2f5;
}
body.bbsFront #wrap,body.bbsViewPassword #wrap{
	box-sizing:border-box;
	width:960px;
	max-width:calc(100% - 32px);
	margin:24px auto 42px;
	padding:26px;
	background:#fff;
	border:1px solid #dce4ec;
	border-radius:8px;
	box-shadow:0 12px 32px rgba(31,41,51,0.09);
}
body.bbsViewPassword #wrap{
	width:560px;
	margin-top:64px;
}
h1{
	font-weight:700;
	font-size:26px;
	line-height:1.35;
	letter-spacing:0;
	margin:0 0 22px;
	padding:0 0 14px;
	border-bottom:3px solid #1f2933;
}
h2{
	font-weight:700;
	font-size:20px;
	line-height:1.45;
	letter-spacing:0;
	margin:28px 0 14px;
	padding:0 0 8px;
	border-bottom:1px solid #cbd5df;
}
a{
	color:#1f4e79;
}
a:hover{
	color:#0f766e;
}
.thread{
	border:1px solid #dce4ec;
	border-left:5px solid #1f4e79;
	border-radius:8px;
	padding:16px 18px;
	margin:14px 0;
	background:#fff;
	box-shadow:0 4px 14px rgba(31,41,51,0.05);
}
.thread h2{
	border:0;
	margin:0 0 8px;
	padding:0;
	font-size:19px;
}
.thread h2 a{
	text-decoration:none;
}
.reply{
	margin:14px 0 14px 34px;
	padding:14px 16px;
	border:1px solid #d8e4e0;
	border-left:5px solid #0f766e;
	border-radius:8px;
	background:#f8fbfa;
}
.meta{
	font-size:12px;
	color:#637083;
}
.comment{
	margin:12px 0;
}
.bbs_file{
	margin:12px 0;
}
.bbs_file img{
	max-width:100%;
	height:auto;
	border-radius:8px;
	border:1px solid #dce4ec;
}
.formTable{
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	margin:12px 0 26px;
	border:1px solid #dce4ec;
	border-radius:8px;
	overflow:hidden;
}
.formTable th,.formTable td{
	border-bottom:1px solid #dce4ec;
	padding:12px;
	text-align:left;
	vertical-align:top;
}
.formTable tr:last-child th,.formTable tr:last-child td{
	border-bottom:0;
}
.formTable th{
	width:24%;
	background:#f4f7fa;
	font-weight:700;
	color:#334155;
}
input[type="text"],input[type="password"],textarea{
	box-sizing:border-box;
	padding:9px 10px;
	border:1px solid #b7c3d0;
	border-radius:6px;
	background:#fff;
	width:96%;
	font:inherit;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
	outline:0;
	border-color:#1f4e79;
	box-shadow:0 0 0 3px rgba(31,78,121,0.14);
}
input[type="file"]{
	max-width:100%;
}
textarea{
	width:90%;
	min-height:150px;
}
input[type="submit"],button{
	font:inherit;
}
input[type="submit"],.btn,.bbsModalClose{
	display:inline-block;
	border:1px solid #1f4e79;
	border-radius:6px;
	background:#1f4e79;
	padding:7px 16px;
	text-decoration:none;
	color:#fff;
	line-height:1.5;
	cursor:pointer;
}
input[type="submit"]:hover,.btn:hover,.bbsModalClose:hover{
	background:#173c5e;
	color:#fff;
}
.btn + .btn{
	margin-left:10px;
}
.frontNavi{
	display:table;
	width:100%;
	margin:0 0 18px;
}
.frontNaviLeft{
	display:table-cell;
	text-align:left;
}
.frontNaviRight{
	display:table-cell;
	text-align:right;
}
.frontNavi p{
	margin:0;
}
.frontNaviRight .btn{
	border-color:#7b8794;
	background:#fff;
	color:#334155;
}
.frontNaviRight .btn:hover{
	background:#edf2f7;
	color:#1f2933;
}
.error{
	color:#b42318;
}
.formErrorBox{
	border:1px solid #f0b8b4;
	border-radius:6px;
	background:#fff5f5;
	color:#b42318;
	padding:10px 12px;
	margin:12px 0;
}
.errorMsg{
	display:block;
	color:#b42318;
	font-size:12px;
	margin-top:4px;
}
.inputError{
	background:#fff8f8;
	border-color:#d92d20!important;
}
.viewCookie{
	margin:12px 0;
}
.viewCookie input{
	padding:0;
	border:none;
}
.viewCookieNote{
	display:block;
	font-size:12px;
	color:#637083;
	margin-top:4px;
}
.bbsModalOverlay{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(15,23,42,0.46);
	z-index:1000;
}
.bbsModal{
	position:fixed;
	left:50%;
	top:50%;
	width:340px;
	max-width:86%;
	background:#fff;
	border-top:5px solid #0f766e;
	border-radius:8px;
	box-shadow:0 18px 48px rgba(15,23,42,0.24);
	z-index:1001;
	transform:translate(-50%,-50%);
}
.bbsModalInner{
	padding:24px 26px;
	text-align:center;
}
.bbsModalTitle{
	font-size:18px;
	font-weight:700;
	margin:0 0 16px;
}
.pager{
	text-align:right;
	padding:16px 0;
}
.pager a,.pager span{
	display:inline-block;
	border:1px solid #b7c3d0;
	border-radius:6px;
	color:#334155;
	background:#fff;
	font-size:13px;
	padding:4px 9px;
	text-decoration:none;
	margin:0 1px;
}
.pager a:hover{
	background:#edf2f7;
	color:#1f2933;
}
.pager span{
	background:#1f4e79;
	border-color:#1f4e79;
	color:#fff;
}
body.bbsViewPassword p{
	margin:12px 0;
}
body.bbsViewPassword input[type="text"]{
	width:260px;
}
@media screen and (max-width:572px){
body.bbsFront #wrap,body.bbsViewPassword #wrap{
	width:auto;
	max-width:none;
	margin:12px;
	padding:18px;
}
h1{
	font-size:22px;
}
h2{
	font-size:18px;
}
.reply{
	margin-left:10px;
	padding-left:12px;
}
.formTable{
	display:block;
	border:0;
}
.formTable tbody,.formTable tr,.formTable th,.formTable td{
	display:block;
	width:auto;
}
.formTable th,.formTable td{
	border:1px solid #dce4ec;
}
.formTable th{
	border-bottom:0;
	border-radius:8px 8px 0 0;
}
.formTable td{
	border-radius:0 0 8px 8px;
	margin:0 0 12px;
}
input[type="text"],input[type="password"],textarea{
	width:100%;
	max-width:100%;
	font-size:16px;
}
input[type="submit"]{
	width:100%;
	min-height:42px;
}
.btn{
	display:block;
	text-align:center;
}
.btn + .btn{
	margin-left:0;
	margin-top:8px;
}
.frontNavi{
	display:block;
}
.frontNaviLeft,.frontNaviRight{
	display:block;
	text-align:left;
}
.frontNaviRight{
	margin-top:10px;
}
body.bbsViewPassword input[type="text"]{
	width:100%;
}
}