@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/

/*------------------------------------------ second共通 */


body#recommend article table.envir th.tblue {
	background-color: #003686;
	color: #ffffff;
}

body#recommend article table.envir th.lined {
	border-right: 1px solid #ffffff;
}
/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

/*------------------------------------------ second共通 */

body#recommend article table.envir .tleft {
	width: 50%;
}
body#recommend article table.envir .tright {
	width: 50%;
}

/* 736px以下用（SP用）の記述 end */
}

/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

/*------------------------------------------ second共通 */

body#recommend article table.envir .tleft {
	width: 45%;
}
body#recommend article table.envir .tright {
	width: 55%;
}


/* 737px以上用（PC用）の記述 end */
}

/*------------------------------------------ clear */
body {
	zoom: 100%;
}

body:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}