@media all and (min-width: 641px) {

	/* INDEX */
	body#results-index .result .year {
		margin-bottom: 40px;
		border-bottom: 2px solid #056f88;
	}

	body#results-index .result .year span {
		display: inline-block;
		padding: 0 30px;
		text-align: center;
		background: #056f88;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 40px;
	}

	body#results-index .result .title {
		margin-bottom: 20px;
		padding-left: 25px;
		font-size: 2rem;
		font-weight: bold;
		color: #056f88;
		background: url(../images/achievement/title.png) no-repeat left 8px;
		background-size: 16px auto;
	}

	body#results-index .result .thesis dt {
		display: inline-block;
		margin-bottom: 20px;
		padding: 7px 20px;
		border: 2px solid #056f88;
		color: #056f88;
		font-size: 1.8rem;
		font-weight: bold;
	}

	body#results-index .result .thesis dt:nth-of-type(n+2) {
		margin-top: 50px;
	}

	body#results-index .result .thesis dd {
		line-height: 2;
	}

	body#results-index .result .thesis dd:not(:last-of-type) {
		margin-bottom: 20px;
	}

	body#results-index .result .thesis dd p.linktext {
		margin-bottom: 0;
	}

	body#results-index .result .thesis dd strong {
		font-weight: bold;
	}

	body#results-index .result .thesis dd .em {
		text-decoration: underline;
	}

	body#results-index .result .thesis dd a {
		display: inline-block;
		padding-right: 30px;
		background: url(../images/common/anchor-type01.png) no-repeat right 2px;
		background-size: 23px auto;
	}

	body#results-index .result .thesis-link dt {
		clear: left;
		float: left;
		font-weight: bold;
		font-size: 1.8rem;
	}

	body#results-index .result .thesis-link dd {
		margin-bottom: 20px;
		padding-left: 120px;
	}

	#result-single h2 {
		border-bottom: #056f88 solid 1px;
	}

	#result-single h2 span {
		display: inline-block;
		padding: 0 30px;
		text-align: center;
		background: #056f88;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 40px;
	}

	#result-single article {
		margin-bottom: 50px;
	}

	#result-single article .em {
		text-decoration: underline;
	}

	#result-single article>span {
		display: inline-block;
		margin-bottom: 20px;
		padding: 7px 20px;
		border: 2px solid #056f88;
		color: #056f88;
		font-size: 1.8rem;
		font-weight: bold;
	}


}

@media only screen and (max-width: 640px) {

	/* INDEX */
	body#results-index .result .year {
		margin-bottom: 30px;
		border-bottom: 2px solid #056f88;
	}

	body#results-index .result .year span {
		display: inline-block;
		padding: 0 20px;
		text-align: center;
		background: #056f88;
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 40px;
	}

	body#results-index .result .title {
		margin-bottom: 20px;
		padding-left: 25px;
		font-size: 1.8rem;
		font-weight: bold;
		color: #056f88;
		background: url(../images/achievement/title.png) no-repeat left 8px;
		background-size: 16px auto;
	}

	body#results-index .result .thesis dt {
		display: inline-block;
		margin-bottom: 20px;
		padding: 5px 10px;
		border: 2px solid #056f88;
		color: #056f88;
		font-size: 1.6rem;
		font-weight: bold;
	}

	body#results-index .result .thesis dt:nth-of-type(n+2) {
		margin-top: 30px;
	}

	body#results-index .result .thesis dd {
		line-height: 2;
	}

	body#results-index .result .thesis dd strong {
		font-weight: bold;
	}

	body#results-index .result .thesis dd .em {
		text-decoration: underline;
	}

	body#results-index .result .thesis dd a {
		display: inline-block;
		padding-right: 30px;
		background: url(../images/common/anchor-type01.png) no-repeat right 2px;
		background-size: 23px auto;
	}

	body#results-index .result .thesis-link dt {
		clear: left;
		float: left;
		font-weight: bold;
		font-size: 1.6rem;
	}

	body#results-index .result .thesis-link dd {
		margin-bottom: 20px;
		padding-left: 100px;
	}

	#result-single h2 {
		border-bottom: #056f88 solid 1px;
	}

	#result-single h2 span {
		display: inline-block;
		padding: 0 30px;
		text-align: center;
		background: #056f88;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 40px;
	}

	#result-single article {
		margin-bottom: 50px;
	}

	#result-single article .em {
		text-decoration: underline;
	}

	#result-single article>span {
		display: inline-block;
		margin-bottom: 20px;
		padding: 7px 20px;
		border: 2px solid #056f88;
		color: #056f88;
		font-size: 1.8rem;
		font-weight: bold;
	}

}