@charset "utf-8";

/* ======================

 [brake-point]
 min-width:768px /pc
 max-width:767px /tb
 max-width:639px /spL
 max-width:479px /sp

====================== */

/* -----------------------------------------------------------------------------------------------------------
 メイン
----------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------ // pc -- */
@media screen and (min-width:768px){

/* メイン
----------------------------- */

/* 包括 */
#main {
	width: 100%;
	background: url(/seito_photocon/img/judges/bg_main.jpg?nocache=20250107165055) no-repeat center top #f5f5f5;
}

/* インナー包括 */
.mainInner {
	width: 800px;
	margin: 0 auto;
	padding: 100px 0;
}


/* タイトル
----------------------------- */

/* 包括 */
#wrapTtl {
	width: 100%;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	border: 4px solid #f5f5f5;
}

/* タイトル */
#wrapTtl .hn01 {
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
}


/* コンテンツ部
----------------------------- */

/* 包括 */
.articleInner {
	width: 100%;
	margin: 0 auto;
	padding: 40px 100px;
    background-color: rgba(255,255,255,0.9);
}

/* 各section
----------------------------- */

/* 包括 */
.wrapCol {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #f0f0f0 2px solid;
}

/* 包括（最初） */
.wrapCol:first-child {
	padding-top: 0;
}

/* 包括（最後） */
.wrapCol:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/* 審査
----------------------------- */

/* 包括 */
#wrapShinsa {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: #f5f5f5 1px solid;
}

/* 審査員カテゴリ見出し */
#wrapShinsa dt {
	margin-top: 50px;
	margin-bottom: 0.5em;
	font-weight: bold;
}

/* 審査員 リスト包括 */
#wrapShinsa dd {
	margin-bottom: 1.5em;
	margin-left: 1em;
}

/* 審査員 名前 */
#wrapShinsa dd ul li span:first-child {
	display: inline-block;
	width: 6em;
}


/* アドバイザー
----------------------------- */

/* 名前経歴 */
.wrapName {
	clear: both;
	margin-bottom: 30px;
}

/* 名前経歴 綾　画像 */
.wrapName figure {
	float: left;
	width: 139px;
	margin-right: 20px;
}

/* 名前経歴 綾　経歴 */
.wrapName dl {
}

/* 名前 */
.wrapName dl dt {
	margin-bottom: 0.5em;
}

}
/* pc // -- */

/* ------------------------------------------------------------------------------ // tb -- */
@media screen and (max-width:767px){
/* メイン
----------------------------- */
/* 包括 */
#main {
	width: 100%;
	background: url(/seito_photocon/img/judges/bg_main.jpg?nocache=20250107165055) no-repeat center top #f5f5f5;
	background-size: 100% auto;
}
/* インナー包括 */
.mainInner {
	width: 94%;
	margin: 0 auto;
	position: relative;
	padding-top: 34%;
	padding-bottom: 1em;
}

/* タイトル
----------------------------- */
/* 包括 */
#wrapTtl {
	width: 100%;
	border: 4px solid #f5f5f5;
	position: absolute;
	left: 0;
	top: 20px;
}
/* タイトル */
#wrapTtl .hn01 {
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
}

/* コンテンツ部
----------------------------- */
/* 包括 */
.articleInner {
	width: 100%;
	margin: 1em auto 0;
	padding: 3%;
	background: #fff;
}

/* 各section
----------------------------- */
/* 包括 */
.wrapCol {
	margin-bottom: 10px;
	padding-top: 3%;
	padding-bottom: 4%;
	border-bottom: #f0f0f0 2px solid;
}
/* 包括（最初） */
.wrapCol:first-child {
	padding-top: 0;
}
/* 包括（最後） */
.wrapCol:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.wrapCol .hn02 {
	margin-bottom: .25em;
}
.articleInner .hn02 {
	line-height: 1.4;
}

/* 審査
----------------------------- */
/* 包括 */
#wrapShinsa {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: #f5f5f5 1px solid;
}
/* 審査員カテゴリ見出し */
#wrapShinsa dt {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
/* 審査員 リスト包括 */
#wrapShinsa dd {
	margin-bottom: 1.5em;
	padding: 0 1em;
}
#wrapShinsa dd li {
	/*position: relative;
	padding-left: 6em;*/
	margin-bottom: 0.5em;
}
#wrapShinsa dd li span {
	/*display: block;
	width: 6em;
	position: absolute;
	left: 0;
	top: 0;*/
}
#wrapShinsa dd li:last-child {
	margin-bottom: 0;
}


/* アドバイザー
----------------------------- */
/* 名前経歴 */
.wrapName {
	display: table;
	width: 100%;
	margin-bottom: 1em;
}
/* 名前経歴 綾　画像 */
.wrapName figure {
	display: table-cell;
	width: 40%;
	vertical-align: top;
	margin-right: 1em;
	padding-right: 1em;
}
/* 名前 */
.wrapName dl {
	display: table-cell;
	vertical-align: top;
}
.wrapName dl dt {
	margin-bottom: 0.5em;
}
}
/* tb // -- */
