@charset "utf-8";

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

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

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

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

/* -----------------------------------------------------------------------------------------------------------
 Newsレギュレーション
----------------------------------------------------------------------------------------------------------- */
/* タイトル */
#mainNews #wrapTtl .hn01 {
	color: #e3559c;
}
#mainNews .hn02 {
	text-align: left;
}
#mainNews .hn03 {
	margin-bottom: 1em;
}

/* リスト
----------------------------- */
.normalList {
	margin: 0 0 1em 1em;
}
.normalList li {
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
.normalList li:before {
	content: "・";
	color: #e3559c;
}
.normalList li:last-child {
	margin-bottom: 0;
}
.squareList {
	margin: 0 0 1em 2em;
}
.squareList li {
	list-style-type: square;
	margin-bottom: 0.5em;
}
.squareList li:last-child {
	margin-bottom: 0;
}

/* テーブル
----------------------------- */
.wrapTable {
	width: 100%;
	margin-bottom: 1em;
}
.wrapTable:last-child {
	margin-bottom: 0;
}
.wrapTable table {
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    margin: 0 auto;
}
.wrapTable th,
.wrapTable td {
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    padding: 10px;
}
.wrapTable th {
	background: #f8e3ef;
}
.wrapTable th[scope="col"] {
    background: #e3559c;
    color: #fff;
}
.wrapTable.no1stTh th {
    background: #e3559c;
    color: #fff;
}
.wrapTable tr:nth-child(2n+1) {
	background: #f5f5f5;
}



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

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

/* 包括 */
#main {
	width: 100%;
	background: url(/seito_photocon/img/judges/bg_main.jpg) 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;
}


/* リード
----------------------------- */

/* 包括 */
#wrapLead {
	width: 100%;
	padding: 50px 150px 50px 50px;
	background-image: url(/seito_photocon/img/news/common/bg_lead.png);
	background-repeat: no-repeat;
	background-position: right bottom;
    /* background-color: rgba(227,85,156,0.9); /*#e3559c*/
	background-color: rgba(255,102,51,0.9); /*#ff6633*/
	color: #fff;
}

/* 包括 */
#wrapLead .wrapIchiranLink {
	margin-top: 2em;
}

/* リンク */
#wrapLead .wrapIchiranLink a {
	display: inline-block;
	padding: 5px 10px;
	border: #fff 1px solid;
	color: #fff;
}

/* リンク:hover */
#wrapLead .wrapIchiranLink a:hover {
	background: #c75b91;
}

/* 矢印 */
#wrapLead .wrapIchiranLink a:before {
	display: inline-block;
	content: " ";
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


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

/* 包括 */
.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 dt {
	margin-bottom: 0.5em;
	/*color: #e3559c;*/
	color: #ff6633;
}

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

/* 包括 */
.wrapShinsa dd:last-child {
	padding-bottom: 0;
	border-bottom: none;
}


/* -----------------------------------------------------------------------------------------------------------
 Newsレギュレーション
----------------------------------------------------------------------------------------------------------- */
/* メイン
----------------------------- */
/* 包括 */
#mainNews {
	width: 100%;
	background: #f5f5f5;
}
/* インナー包括 */
#mainNews .mainInner {
	width: 800px;
	margin: 0 auto;
	padding: 52px 0 100px;
}

/* テキストレイアウト 1コラム
----------------------------- */
.wrapOne,
.wrapTwo {
	margin-bottom: 20px;
}
.wrapOne:last-child,
.wrapTwo:last-child {
	margin-bottom: 0;
}
/* テキストレイアウト 2コラム
----------------------------- */
.wrapTwo > .inner {
    float: left;
    width: 48%;
}
.wrapTwo > .inner:nth-child(2n) {
    float: right;
}
/* イメージレイアウト 全面センター
----------------------------- */
.wrapImg img {
	vertical-align: bottom;
}
.caption {
    line-height: 1.6;
    margin-top: 0.75em;
    text-align: center;
    width: 100%;
}
.wrapOne .wrapImg,
.wrapTwo .wrapImg {
	text-align: center;
}
/* イメージレイアウト イメージ回り込み右・左
----------------------------- */
.wrapFloatImg {
	margin-bottom: 20px;
}
.wrapFloatImg:last-child {
	margin-bottom: 0;
}
.floatTxt {
	display: inline;
}
.floatImgR {
	float: right;
	display: inline;
	margin: 0 0 1em 1em;
}
.floatImgL {
	float: left;
	display: inline;
	margin: 0 1em 1em 0;
}
.clear {
	clear: both !important;
}

}
/* pc // -- */

/* ------------------------------------------------------------------------------ // tb -- */
@media screen and (max-width:767px){
/* メイン
----------------------------- */
/* 包括 */
#main {
	width: 100%;
	background: url(/seito_photocon/img/about/bg_main.jpg) 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;
}
/* リード
----------------------------- */
/* 包括 */
#wrapLead {
	width: 100%;
	padding: 1em;
    /* background-color: rgba(227,85,156,0.9); /*#e3559c*/
	background-color: rgba(255,102,51,0.9); /*#ff6633*/
	color: #fff;
	margin: 1em 0;
}
#wrapLead .wrapIchiranLink {
	margin-top: 1em;
}

/* リンク */
#wrapLead .wrapIchiranLink a {
	display: inline-block;
	padding: 5px 10px;
	border: #fff 1px solid;
	color: #fff;
}

/* 矢印 */
#wrapLead .wrapIchiranLink a:before {
	display: inline-block;
	content: " ";
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* コンテンツ部
----------------------------- */
/* 包括 */
.articleInner {
	width: 100%;
	margin: 0 auto;
	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;
}

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

/* 審査員見出し */
.wrapShinsa dt {
	margin-bottom: 0.5em;
	/*color: #e3559c;*/
	color: #ff6633;
}

/* 包括 */
.wrapShinsa dd {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: #f5f5f5 1px solid;
}

/* 包括 */
.wrapShinsa dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/* -----------------------------------------------------------------------------------------------------------
 Newsレギュレーション
----------------------------------------------------------------------------------------------------------- */
#mainNews {
	background: #f5f5f5;
}
#mainNews .mainInner {
	padding-top: 0;
}
#mainNews #wrapTtl {
	border: none;
	position: static;
	padding: 1em 0;
}
#mainNews #wrapTtl .hn01 {
	color: #e3559c;
}
#mainNews .wrapOne,
#mainNews .wrapTwo,
.wrapTwo .inner:first-child,
.wrapFloatImg {
	margin-bottom: 1em;
}
#mainNews .wrapOne:last-child,
#mainNews .wrapTwo:last-child,
.wrapFloatImg:last-child {
	margin-bottom: 0;
}
.wrapImg,
.wrapImg .caption {
	text-align: center;
}
.floatImgR,
.floatImgL {
	margin-bottom: 1em;
}
.floatImgR,
.floatImgL,
.floatImgR .caption,
.floatImgL .caption {
	text-align: center;
}

/* テーブル
----------------------------- */
.wrapTable.no1stTh th,
.wrapTable.no1stTh td {
	display: block;
}
.wrapTable.no1stTh tr:nth-child(2n+1) {
	background: #fff;
}
}
/* tb // -- */
