/*
Theme Name:   monopoly child
Template:     monopoly
Version:2.1.0
*/


/* ロゴサイズ */
.style1 #logo-small img {
	max-height: 50px !important;
}


/* テーブル */
.entry table td {
	padding: 7px;
}


/* 求人情報ページ テーブル */
.page-id-22 .entry table {
    line-height: 2em;
}


/* お問合せフォーム */
.themeform input[type=text], .themeform input[type=password], .themeform input[type=email], .themeform input[type=tel], .themeform textarea {
	display: inline;
}
.page-id-29 .entry table td {
	text-align: left;
	padding: 12px;
}

.mw_wp_form_business .notes {
	color: #525252;
	font-size: 13px;
}

.themeform input[type=submit] {
	padding: 14px 20px;
	font-size: 17px;
}
.mw_wp_form_business input[type="submit"] {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 46, 46, 0.5), inset 0 -5px 12px rgba( 0, 0, 0, 0.05 );
	text-shadow: none;
}




@media only screen and (min-width: 739px) {
	/* グローバルメニュー 文字サイズ */
	.nav li a {
		font-size: 14px;
	}
	/* グローバルメニュー 文字下線 */
	.style1 .nav>li>a {
		padding: 14px 0;
	}
}