@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
私が農業に恋した理由
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrapper {
	background: url(../images/student/bg.gif) repeat center top;
	background-size: 57px;
	-moz-background-size: 57px;
	-webkit-background-size: 57px;
}

#contBox {
	padding: 0;
	margin-top: 66px;
	background: #fff;
}

#mainVis {
	color: #fff;
	background: #64b0d4 url(../images/student/bg_cloud.gif) no-repeat center bottom;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
#mainVis dd {
	font-size: 14px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}

.ranking .titleBox {
	color: #64b0d4;
}

@media (min-width:751px), print{
	#contBox { margin-bottom: 52px; }
	#mainVis:after {
		content: "";
		display: block;
		clear: both;
	}
	#mainVis {
		padding: 56px 112px 186px 186px;
	}
	#mainVis h1 {
		float: left;
	}
	#mainVis dl {
		width: 351px;
		float: right;
	}
	#mainVis dt {
		text-align: center;
		padding: 38px 0 58px;
	}
	#mainVis dd {
		line-height: 44px;
	}
}

@media (max-width:750px){
	#wrapper {
		background: #64b0d4;
	}
	#mainVis {
		background: #64b0d4;
	}
	#mainVis dd {
		line-height: 34px;
	}
	#mainVis h1 {
		padding: 9px 0 36px;
		text-align: center;
	}
	#mainVis h1 img {
		width: 59px;
	}
	#mainVis dl {
		background: #fff;
	}
	#mainVis dt {
		text-align: center;
		padding-bottom: 22.8%;
		background: #64b0d4 url(../images/student/bg_cloud.gif) no-repeat left 50% bottom -1px;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}
	#mainVis dt img {
		width: 260px;
	}
	#mainVis dd {
		width: 270px;
		color: #64b0d4;
		margin: 0 auto;
		padding: 9.6875% 0 9px;
		writing-mode: vertical-rl;
	}
}

#info {
	line-height: 2;
}
#info:after {
	content: "";
	display: block;
	clear: both;
}
#info .img {
	margin-top: 10px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#info .img img {
	width: 100%;
	height: auto;
}
#info h1 {
	color: #64b0d4;
	font-size: 22px;
	font-weight: bold;
}
#info h1 .name {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
#info p {
	font-size: 16px;
	letter-spacing: 0;
}
#info address {
	color: #64b0d4;
	font-size: 14px;
}
#info address a {
	color: #64b0d4;
}

@media (min-width:751px), print{
	#info {
		padding: 42px 110px 0;
	}
	#info .text {
		float: right;
		width: 400px;
	}
	#info .img {
		float: left;
		width: 300px;
		height: 300px;
	}
	#info h1 .name {
		margin-top: -5px;
	}
	#info p {
		margin: 12px 0 16px;
	}
}

@media (max-width:750px){
	#info {
		padding: 0 20px;
	}
	#info .img {
		width: 260px;
		height: 260px;
		margin: 0 auto;
	}
	#info h1 {
		margin: 9px 0 6px;
	}
	#info h1 .name {
		margin-top: -7px;
	}
	#info address {
		margin: 17px 0 26px;
	}
}

#talk img,
.list-cont li img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#talk .voice {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#talk .voice:after {
	width: 0;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	border: solid transparent;
	border-width: 6px 10px;
	border-left-color: #64b0d4;
	border-right-color: #f6ab3b;
}
#talk .voice .face {
	top: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.list-cont {
	width: 860px;
	margin: 30px auto;
	clear: both;
}
.list-cont div {
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.list-cont ul {
	overflow: hidden;
}
.list-cont li {
	float: left;
	margin-right: 30px;
}
.list-cont li.face01 .list-cont-txt {
	color: #F6AB3B;
}
.list-cont li.face02 .list-cont-txt {
	color: #64B0D4;
}
.list-cont li .list-cont-img {
	float: left;
}
.list-cont li .list-cont-txt {
	float: right;
	margin: 20px 0 0 10px;
}

#talk .lVoice { background: #f6ab3b; }
#talk .lVoice:after {
	left: -10px;
	border-left-width: 0;
}
#talk .rVoice { background: #64b0d4; }
#talk .rVoice:after {
	right: -10px;
	border-right-width: 0;
}
#talk .image {
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

@media (min-width:751px), print{
	#talk {
		padding: 14px 130px 60px;
	}
	#talk > * + * {
		margin-top: 30px;
	}
	#talk .voice {
		padding: 12px 19px 11px;
	}
	#talk .voice:after {
		top: 19px;
	}
	#talk .voice .face,
	.list-cont div {
		width: 56px;
		height: 56px;
	}
	#talk .lVoice { margin-right: 100px; }
	#talk .rVoice { margin-left: 100px; }
	#talk .lVoice .face { left: -80px; }
	#talk .rVoice .face { right: -80px; }
	#talk .image {
		width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:750px){
	#talk {
		padding: 0 15px 42px;
	}
	#talk > * + * {
		margin-top: 25px;
	}
	#talk .voice {
		padding: 13px 18px 10px;
	}
	#talk .voice:after {
		top: 9px;
	}
	#talk .voice .face {
		width: 30px;
		height: 30px;
	}
	#talk .lVoice { margin-left: 42px; }
	#talk .rVoice { margin-right: 42px; }
	#talk .lVoice .face { left: -42px; }
	#talk .rVoice .face { right: -42px; }
	#talk .image {
		margin-left: 15px;
		margin-right: 15px;
	}
	.list-cont div {
		width: 30px;
	}
	.list-cont {
		width: auto;
		margin: 25px 10px 15px;
	}
	.list-cont li {
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.list-cont li .list-cont-txt {
		margin: 5px 0 0 5px;
	}
		

	#contBox + aside {
		padding-top: 40px;
		background: url(../images/student/bg.gif) repeat center top;
		background-size: 57px;
		-moz-background-size: 57px;
		-webkit-background-size: 57px;
	}
	.ithiran {
		margin-bottom: 0;
	}

	.writer dt {
		background: none;
	}
	.writer .person-img {
		float: none;
	}
}