/*layout*/
/*------------------------------------------------------------------------------*/
@font-face {
	font-family: 'liberation_sansregular';
	src: url('LiberationSans-Regular-webfont.eot');
	src: url('LiberationSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('LiberationSans-Regular-webfont.woff') format('woff'),
	     url('LiberationSans-Regular-webfont.ttf') format('truetype'),
	     url('LiberationSans-Regular-webfont.svg#liberation_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'liberation_sansbold';
	src: url('LiberationSans-Bold-webfont.eot');
	src: url('LiberationSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('LiberationSans-Bold-webfont.woff') format('woff'),
	     url('LiberationSans-Bold-webfont.ttf') format('truetype'),
	     url('LiberationSans-Bold-webfont.svg#liberation_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fontLiberationR {
	font-family: liberation_sansregular!important;
}
.fontLiberationB {
	font-family: liberation_sansbold!important;
}


html,body {
	height: 100%;
	min-height: 100%;
}
body {
	min-width: 320px;
	background: url(../images/bk.png?1) no-repeat top center;
	background-size: cover;
}
body {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition: opacity .8s ease-out;
    align-items: center;
    background-image: url(../images/bk.png?1);
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    height: 100%;
    justify-content: center;
    left: 0;
/*    position: fixed;*/
    top: 0;
    transition: opacity .8s ease-out;
    width: 100%;
    z-index: 9999;
}
body#common {
	min-width: 320px;
	color: #595959;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

img {
	max-width:100%;
	height: auto;
}

li {
	list-style-type: none;
}





#wrapper {
	min-width: 320px;
	max-width: 640px;
	min-height: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

#common #wrapper {
	min-width: 320px;
	max-width: 640px;
	min-height: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: left!important;
	margin: 0 auto;
	/*background: url(../images/common_bg.jpg) no-repeat top center;*/
	background-size: cover;
}





/* header */
/*------------------------------------------------------------------------------*/
header {
	display: table;
	width: 100%;
	padding: 20px 3.125% 8px 3.125%;
	background: url(../images/header_bg.jpg) no-repeat;
	background-size: cover;
}
header h1 {
	display: table-cell;
	width: 70%;
	padding: 0 20% 0 0;
}
header h2 {
	display: table-cell;
	width: 30%;
	text-align: right;
}


/* inputArea */
.inputArea {

}

.inputArea 	table {
	width:100%;
}
.inputArea table th,
.inputArea table td {
	border:solid 1px #fff;
	padding:5px;
}
.inputArea table th {
	background:#faa7c1;
	width:200px;
	color:#fff;
}
.inputArea table td {
	background:#eee;
	width:540px;
	word-break: break-all;
	word-wrap: break-word;
	line-break: normal;
}


/* schArea */
.schArea {
	font-size:12px;
	width:100%;
	margin-bottom:20px;
}
.schArea table {

}

.schArea table th,
.schArea table td {
	padding:3px 5px;
}


/* rsArea(result area) */
.rsArea {
	font-size:12px;
}

.rsArea table {
	width:100%;
}
.rsArea table th,
.rsArea table td {
	border:solid 1px #fff;
	padding:5px;
}
.rsArea table th {
	text-align:center;
	background:#faa7c1;
	color:#fff;
}
.rsArea table td {
	background:#eee;
}
.rsArea table td.odd {
	background:#dcdcdc;
}


.rsArea tr:nth-child(even) td { background-color:#dcdcdc; }

.rsArea table td a {

}
.rsArea table td a:hover {
	text-decoration:none;
}


.rsArea table.tblLmt6 tr:nth-child(-n + 6) input.btnDel {
	display:none;
}
.rsArea table.tblLmt6 tr:nth-child(-n + 6) td {
	background:#feeeee;
}
.rsArea table.tblLmt6 tr:nth-child(n + 7) td {
	background:#eee!important;
}



table#sort-table tbody {
	width:100%;
}


#top nav > ul > li+li.logoRomy img {
	max-width:100%!important;
}
#top nav li {
    position: relative;
}
li span.midoku {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    background-color: #ff005c;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 15px;
}

.tag_area input.chktag {
    width: auto;
}
ul.tablist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
ul.tablist li {
    width: 50%;
}
#page__title ul.tablist li h1 {
    background: #d3d3d3;
}
#page__title ul.tablist li.active h1 {
    background: #000031;
}
.btn.resvbtn {
    cursor: pointer;
}