/* ----------------------------------------------------------------
    information
----------------------------------------------------------------- */
#information {
    margin-bottom: 30px;
}


#information h2 {
    background: #ffb400;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 5px 0 2px;
    font-weight: bold;
    font-size: 120%;
    margin: 20px auto 10px;
}


#information ul {
    border: solid 1px #565656;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
}

#information ul br {
    display: none;
}


#information .md,
#information .text {
    display: block;
}

#information .md {
    border-bottom: dashed 1px #565656;
    padding-top: 10px;
    margin-bottom: 7px;
}


/* ----------------------------------------------------------------
    KeyV
----------------------------------------------------------------- */
#keyV {
    background-image: url(/csr/photocontest/img/common/keyv.png), url(/csr/photocontest/img/common/keyv-bg.png);
    background-repeat: no-repeat, repeat;
    background-position: center, 0 0;
    width: 100% !important;
    background-size: 100% auto;
    height: 0;
    padding-bottom: 45%;
    position: relative;
}

/* ----------------------------------------------------------------
    MainTextArea
----------------------------------------------------------------- */
#MainTextArea {
    color: #303030;
    margin: 0 auto;
}

#MainTextArea .maintext {
    margin-bottom: 10px;
}

#MainTextArea .maintext img {
    width: 95%;
    max-width: 500px;
}

#MainTextArea .total {
    padding: 20px 0;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#MainTextArea .total .red {
    color: #fe3737;
    font-size: 150%;
}

#MainTextArea .text {
    text-align: left;
}


/* ----------------------------------------------------------------
    Contents
----------------------------------------------------------------- */
.contentsTitle{
    display: block;
    margin: 40px auto 0;
    max-width: 260px;
}

#elementaryschool h3 {
	background: url(/csr/photocontest/img/common/title-bg-01.png) repeat-x center;
	font-size: 150%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
	margin-top: 15px;
}

#juniorhighschool h3 {
	background: url(/csr/photocontest/img/common/title-bg-02.png) repeat-x center;
	font-size: 150%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
	margin-top: 40px;
}

#highschool h3 {
	background: url(/csr/photocontest/img/common/title-bg-03.png) repeat-x center;
	font-size: 150%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
	margin-top: 40px;
}

#special h3 {
	background: url(/csr/photocontest/img/common/title-bg-04.png) repeat-x center;
	font-size: 150%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
	margin-top: 40px;
}

/*-----------box-----------*/

.box .right,
.box .left {
    padding: 0 20px;
}

/*-----------left-----------*/

.box .left a {
    width: 100%;
    margin: 0 auto 15px;
    display: block;
}

.box .left img {
    width: 100%;
    display: block;
    max-width: 400px;
    margin: auto;
}

/*-----------right-----------*/
.box .right {
    width: 100%;
    margin: 0 auto;
}

#elementaryschool .box,
#juniorhighschool .box,
#highschool .box,
#special .box {
    width: 95%;
    margin: 15px auto 15px;
    padding: 15px 0;
    border: solid 1px #a0a0a0;
    border-radius: 5px;
    background: #fff
}

#elementaryschool .box .tit,
#juniorhighschool .box .tit,
#highschool .box .tit,
#special .box .tit {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 125%;
    padding-bottom: 15px;
}


#elementaryschool .box .name,
#juniorhighschool .box .name,
#highschool .box .name,
#special .box .name {
    text-align: center;
    padding-bottom: 15px;
}

#elementaryschool .list,
#juniorhighschool .list,
#highschool .list,
#special .list {
    text-align: right;
    font-size: 88%;
    padding-right: 15px;
    height: 15px;
}

#elementaryschool .list:before,
#juniorhighschool .list:before,
#highschool .list:before,
#special .list:before {
    content: url(/csr/photocontest/img/common/icon-camera.png);
    padding-right: 10px;
    vertical-align: middle;
}


#elementaryschool .list a,
#juniorhighschool .list a,
#highschool .list a,
#special .list a {
    text-decoration: underline;
    color: #303030;
    display: inline-block;
}


#special .hbs .br {
    display: block;
}