@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://
 * File name: contents.css
 * Summary:   ページ・コンテンツごとの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    home
 *     =2    about
 *     =3    news
 *     =4    report
 *     =5    supporter
 *     =6    member
 *     =7    inquiry
 *
 * ===============================================================
*/


/** =1
 * ========================================
 * home
 * ========================================
 */

	/*
	 * articleIndexAbout
	 * ----------------------------------
	 */

		/* [ boxAboutPoint ]
		------------------------------ */

		.boxAboutPoint .aboutPointTitle {
			padding: .6em 1.0em;
			font-size: 17px;
			font-size: 1.7rem;
			line-height: 1.4;
		}


/** =2
 * ========================================
 * about
 * ========================================
 */

	/*
	 * articleAbout
	 * ----------------------------------
	 */

		/* [ about02 ]
		------------------------------ */

			/* -- >>> styles for narrow layout ----- */
			@media screen and (max-width: 749px) {
				.boxActivitiesSummary {
					margin-bottom: 0;
					padding-bottom: 0;
					border-bottom: none;
				}
				.boxActivitiesCase .textSummary {
					margin-bottom: 1.5em;
					padding-bottom: 1.5em;
					border-bottom: 1px solid #eee;
					line-height: 1.4;
				}
			}
			/* -- >>> styles for wide layout ----- */
			@media screen and (min-width: 750px) {
				.boxActivitiesCase .textSummary {
					margin-bottom: 1.5em;
				}
			}

		/* [ about04 ]
		------------------------------ */

			/* -- >>> styles for narrow layout ----- */
			@media screen and (max-width: 749px) {
			}
			/* -- >>> styles for wide layout ----- */
			@media screen and (min-width: 750px) {
				.tableConsortium th.bgRed {
					height: 170px;
				}
			}
