@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%;
	position: relative;
}


/* SNS
----------------------------- */

/* 包括 */
#wrapSns {
	display: table;
	height: 2em;
	position: absolute;
	right: 0;
}

/* リスト */
#wrapSns li {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

#wrapSns li:not(:first-child)  {
	padding-top: 2px;
}


/* タイトル
----------------------------- */

/* 包括 */
#wrapTtl {
	width: 100%;
}

/* タイトル */
#wrapTtl .hn01 {
	width: 100%;
	margin-bottom: 10px;
	color: #e7368e;
	font-size: 3.6rem;
	text-align: center;
}

/* 詳細
----------------------------- */

/* 包括 */
#wrapDetail {
	clear: both;
	display: table;
	width: 100%;
	max-height: 557px;
	background: #f5f5f5;
}

/* イメージ包括 */
#wrapDetail #wrapImg {
	display: table-cell;
	width: 626px;
	vertical-align: middle;
	text-align: center;
}

/* イメージ包括 */
#wrapDetail #wrapImg img {
	line-height: 0;
	font-size: 0;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #wrapDetail #wrapImg img {max-width: 670px;} /* IE11 */
}
	
/* テキスト包括 */
#wrapDetail #wrapTxt {
	display: table-cell;
	width: 374px;
	background: #333;
	color: #fff;
}

/* テキスト包括インナー */
#wrapDetail #wrapTxt .txtInner {
	max-height: 557px;
	padding: 25px;
	overflow-y: auto;
}

/* タイトル */
#wrapDetail #wrapTxt .ttl {
	width: 100%;
	padding: 15px 0;
	font-size: 2.4rem;
	text-align: center;
}

/* 学校名 */
#wrapDetail #wrapTxt .schoolName {
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
}

/* 生徒名 */
#wrapDetail #wrapTxt .seitoName {
	width: 100%;
	margin-bottom: 1em;
	font-size: 1.6rem;
	text-align: center;
}

/* 学校名のした四角バー */
#wrapDetail #wrapTxt .seitoName:after {
	display: inline-block;
	content: " ";
    width: 100%;
    height: 3px;
    border: solid #999 1px;
    background: #999;
    transform: skew(45deg);
    -o-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -webkit-transform: skew(45deg);
}

/* 講評 */
#wrapDetail #wrapTxt .kohyo {
	width: 100%;
	margin-bottom: 1em;
	color: #e7368e;
	font-size: 1.6rem;
	text-align: center;
}

/* テキスト */
#wrapDetail #wrapTxt .txt {
	line-height: 1.8;
	font-size: 1.4rem;
	padding-bottom: 1em;
}


/* ページナビ
----------------------------- */

/* 包括 */
#detailNavi {
	width: 100%;
	margin-top: 40px;
}

/* 一覧に戻る包括 */
#detailNavi .btnIchiran {
	float: left;
	width: 80px;
	height: 80px;
	background: url(/seito_photocon/img/common/parts/btn_ichiran.png) no-repeat center center #333;
}

/* 一覧に戻るhover */
#detailNavi .btnIchiran:hover {
    opacity: 0.8; 
    filter: alpha(opacity=80); 
    -moz-opacity: 0.8;
}

/* 一覧に戻るテキストなし */
#detailNavi .btnIchiran span {
	line-height: 0.1px;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 0;
	text-indent: -9999px;
}

/* 一覧に戻る 下にテキスト */
#detailNavi .btnIchiran:after {
	display: block;
	content: "一覧へ戻る";
    width: 80px;
	margin-top: 83px;
	text-align: center;
}

/* 前次の作品包括 */
#detailNavi #wrapBeforeNext {
	float: right;
	width: 170px;
	height: 80px;
}

/* 前の作品包括 */
#detailNavi #wrapBeforeNext .btnBefore {
	float: left;
	width: 80px;
	height: 80px;
	background: url(/seito_photocon/img/common/parts/btn_before.png) no-repeat center center #333;
}

/* 前の作品hover */
#detailNavi #wrapBeforeNext .btnBefore:hover {
    opacity: 0.8; 
    filter: alpha(opacity=80); 
    -moz-opacity: 0.8;
}

/* 前の作品テキストなし */
#detailNavi #wrapBeforeNext .btnBefore span {
	line-height: 0.1px;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 0;
	text-indent: -9999px;
}

/* 前の作品 下にテキスト */
#detailNavi #wrapBeforeNext .btnBefore:after {
	display: block;
	content: "前の作品";
    width: 80px;
	margin-top: 83px;
	text-align: center;
}

/* 次の作品包括 */
#detailNavi #wrapBeforeNext .btnNext {
	float: right;
	width: 80px;
	height: 80px;
	background: url(/seito_photocon/img/common/parts/btn_next.png) no-repeat center center #333;
}

/* 次の作品hover */
#detailNavi #wrapBeforeNext .btnNext:hover {
    opacity: 0.8; 
    filter: alpha(opacity=80); 
    -moz-opacity: 0.8;
}

/* 次の作品テキストなし */
#detailNavi #wrapBeforeNext .btnNext span {
	line-height: 0.1px;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 0;
	text-indent: -9999px;
}

/* 次の作品 下にテキスト */
#detailNavi #wrapBeforeNext .btnNext:after {
	display: block;
	content: "次の作品";
    width: 80px;
	margin-top: 83px;
	text-align: center;
}


}
/* pc // -- */

/* ------------------------------------------------------------------------------ // tb -- */
@media screen and (max-width:767px){
/* SNSボタン
----------------------------- */
/* 包括 */
#wrapSns {
	display: table;
	margin: 0 auto;
	margin-bottom: 1em;
	table-layout: auto;
}
#wrapSns li {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
}

#wrapSns li:not(:first-child)  {
	padding-top: 2px;
}


/* タイトル
----------------------------- */

/* タイトル */
#wrapTtl {
	clear: both;
}

/* タイトル */
#wrapTtl .hn01 {
	width: 100%;
	margin-bottom: 10px;
	color: #e7368e;
	font-size: 3.6rem;
	text-align: center;
}

/* 詳細
----------------------------- */
/* 包括 */
#wrapDetail {
	width: 100%;
	background: #f5f5f5;
}
/* イメージ包括 */
#wrapDetail #wrapImg {
	text-align: center;
}

/* テキスト包括 */
#wrapDetail #wrapTxt {
	width: 100%;
	background: #333;
	color: #fff;
}
/* テキスト包括インナー */
#wrapDetail #wrapTxt .txtInner {
	padding: 1em 1.5em;
}
/* タイトル */
#wrapDetail #wrapTxt .ttl {
	width: 100%;
	padding: 15px 0;
	font-size: 2.4rem;
	text-align: center;
}
/* 学校名 */
#wrapDetail #wrapTxt .schoolName {
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
}
/* 生徒名 */
#wrapDetail #wrapTxt .seitoName {
	width: 100%;
	margin-bottom: 1em;
	font-size: 1.6rem;
	text-align: center;
}
/* 学校名のした四角バー */
#wrapDetail #wrapTxt .seitoName:after {
	display: inline-block;
	content: " ";
    width: 100%;
    height: 3px;
    border: solid #999 1px;
    background: #999;
    transform: skew(45deg);
    -o-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -webkit-transform: skew(45deg);
}
/* 講評 */
#wrapDetail #wrapTxt .kohyo {
	width: 100%;
	margin-bottom: 1em;
	color: #e7368e;
	font-size: 1.6rem;
	text-align: center;
}
/* テキスト */
#wrapDetail #wrapTxt .txt {
	line-height: 1.8;
	font-size: 1.4rem;
}

/* ページナビ
----------------------------- */
/* 包括 */
#detailNavi {
	margin: 2em 0 3em;
}

/* 一覧に戻る包括 */
#detailNavi .btnIchiran {
	float: left;
	width: 80px;
	height: 80px;
	background: url(/seito_photocon/img/common/parts/btn_ichiran.png) no-repeat center center #333;
}

/* 一覧に戻るテキストなし */
#detailNavi .btnIchiran span {
	line-height: 0.1px;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 0;
	text-indent: -9999px;
}

/* 一覧に戻る 下にテキスト */
#detailNavi .btnIchiran:after {
	display: block;
	content: "一覧へ戻る";
    width: 80px;
	margin-top: 60px;
	text-align: center;
}

/* 前次の作品包括 */
#detailNavi #wrapBeforeNext {
	float: right;
	width: 170px;
	height: 80px;
}
/* 前の作品包括 */
#detailNavi #wrapBeforeNext .btnBefore {
	float: left;
	width: 80px;
	height: 80px;
	background: url(/seito_photocon/img/common/parts/btn_before.png) no-repeat center center #333;
}

/* 前の作品テキストなし */
#detailNavi #wrapBeforeNext .btnBefore span {
	line-height: 0.1px;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 0;
	text-indent: -9999px;
}

/* 前の作品 下にテキスト */
#detailNavi #wrapBeforeNext .btnBefore:after {
	display: block;
	content: "前の作品";
    width: 80px;
	margin-top: 60px;
	text-align: center;
}

/* 次の作品包括 */
#detailNavi #wrapBeforeNext .btnNext {
	float: right;
	width: 80px;
	height: 80px;
	background: url(/seito_photocon/img/common/parts/btn_next.png) no-repeat center center #333;
}

/* 次の作品テキストなし */
#detailNavi #wrapBeforeNext .btnNext span {
	line-height: 0.1px;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 0;
	text-indent: -9999px;
}

/* 次の作品 下にテキスト */
#detailNavi #wrapBeforeNext .btnNext:after {
	display: block;
	content: "次の作品";
    width: 80px;
	margin-top: 60px;
	text-align: center;
}

}
/* tb // -- */