@charset "UTF-8";

/**
 * フォーム
 */
em.required {
	font-size: 20px;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #b94a48;
}

/**
 * テクスチャパネル1
 */
.entry-content .textured-block-01 {
	padding: 3% 4% 2%;
	background-image: url(../images/common/bg-01.gif);
	background-position: 0 0;
	background-repeat: repeat;
}
.entry-content .textured-block-01 .media {
	margin-top: 36px;
}
.entry-content .textured-block-01 .media>.pull-left {
	margin-right: 24px;
}
.entry-content .textured-block-01 .media:first-child {
	margin-top: 0;
}
.entry-content .textured-block-01 .media-heading {
	min-height: 24px;
	margin: 12px 0;
	padding: 3px 0 3px 36px;
	line-height: 24px;
	font-size: 18px;
	border-bottom: 1px dotted #3d89e1;
	background: transparent url(../images/common/icon-small-arrow-r.png) 4px 2px no-repeat;
}
.entry-content .textured-block-01 .media-body > p {
	padding: 0 8px 10px;
}


/**
 * スタッフ紹介
 */
.staff-profile {
	padding: 12px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.staff-profile dt,
.staff-profile dd {
	margin-bottom: 24px;
}
.staff-profile dt {
	width: 120px;
}
.staff-profile dd {
	margin-left: 130px;
	padding-left: 10px;
	border-left: 4px solid #d5d5d5;
}

/**
 * 汎用テーブル
 */
.table {
	margin-top: 6px;
}
.table caption {
	padding: 8px;
	font-weight: bold;
	background-color: #54bee9;
}
.table tbody > tr.featured-row > th {
	background-color: #54bee9;
}



/**
 * 汎用グリッド型ヘッドライン
 */
.grid-headliner .headliner-item-date {display: none;}
.grid-headliner .headliner-link {padding-left: 0;padding-right: 0;}
.grid-headliner .thumbnail {
	padding: 4px 8px;
	overflow: hidden;
	/zoom: 1;
}



/**
 * Child Pages Shortcode対応
 */
.no-thumb .child_pages .post_thumb {
	display: none !important;
}


/**
 * MW WP Form の使いづらさよ
 */
.mw_wp_form input,
.mw_wp_form select,
.mw_wp_form textarea,
.mw_wp_form .uneditable-input {
	width: auto;
	max-width: 90%;
}
.mw_wp_form .form-horizontal .control-label {
	margin-top: 3px;
}
.mw_wp_form .form-horizontal input,
.mw_wp_form .form-horizontal select,
.mw_wp_form .form-horizontal textarea,
.mw_wp_form .form-horizontal .uneditable-input {
	margin-top: 3px;
	margin-bottom: 3px;
}
.mw_wp_form_confirm .help-inline,
.mw_wp_form_confirm .help-block {
	display: none;
}

/**
 * これより下には追記しないこと。
 */

form.gsc-search-box { maring:0 !important; }
