@charset "utf-8";

/*
 *	/permission/
------------------------------------------*/
#page-permission {}
#page-permission #main {}

/* .ttl-page */
#page-permission #main .ttl-page {
	background:url(../img/permission/bg_ttl_page.jpg) center center no-repeat;
	background-size:cover;
}

/* .area-permission */
.page {
	max-width: 960px;
	margin: 0px auto 0px auto;
}
h3 {
	/*margin:0 0 40px 0;*/
	font-size:38px;
	/*font-style:italic;*/
}
h4 {
	margin:0 0 20px 0;
	font-size:30px;
	/*font-style:italic;*/
}
table th, table td {
	text-align: left;
}
table.layout {
	width: 100%;
	border-collapse: collapse;
}
table.layout2 {
	width: 40%;
	border-collapse: collapse;
}
table.display {
	margin: 1em 0;
}
table.display th, table.display td {
	border: 1px solid #B3BFAA;
	padding: .5em 1em;
}
table.display th {
	background: rgba(240, 95, 105, 0.15);
	text-align: center;
}
table.display td {
	background: #fff;
}

table.display th:nth-child(1) {
	width: 20%;
}
table.display th:nth-child(2) {
	width: 50%;
}
table.display th:nth-child(3) {
	width: 15%;
}
table.display th:nth-child(4) {
	width: 15%;
}

table.responsive-table {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
 @media (max-width: 30em) {
table.responsive-table {
	box-shadow: none;	
}
table.responsive-table thead {
	display: none;
}
table.display th,  table.display td {
	padding: .5em;
}
table.responsive-table td:nth-child(1):before {
	content: '店舗名';
}
table.responsive-table td:nth-child(2):before {
	content: '住　　所';
}
table.responsive-table td:nth-child(3):before {
	content: '電話番号';
}
table.responsive-table td:nth-child(4):before {
	content: '募集内容';
}
table.responsive-table td:nth-child(1),table.responsive-table td:nth-child(2),table.responsive-table td:nth-child(3),table.responsive-table td:nth-child(4) {
	padding-left: 25%;
}
table.responsive-table td:nth-child(1):before,table.responsive-table td:nth-child(2):before,table.responsive-table td:nth-child(3):before,table.responsive-table td:nth-child(4):before {
	position: absolute;
	left: .5em;
	font-weight: bold;
}
table.responsive-table tr,  table.responsive-table td {
	display: block;
}
table.responsive-table tr {
	position: relative;
	margin-bottom: 1em;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
table.responsive-table td {
	border-top: none;
}
table.responsive-table td.organisationnumber {
	background: rgba(240, 95, 105, 0.15);
	border-top: 1px solid #B3BFAA;
}
table.responsive-table td.actions {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: none;
}

.button {
	background-color: #d23993;
	color: #fff;
}
.button:hover {
	background-color: rgba(240, 95, 105, 0.15);
}

.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width : 480px){
		h3{font-size:25px;}

}