/* リンク色
--------------------------------------*/
a:link {
text-decoration:none;
color:#ffcc00;
}

a:visited {
text-decoration:none;
color:#ffcc00;
}

a:hover {
text-decoration:underline;
color:#ffde00;
}

a:active {
text-decoration:none;
color:#ffcc00;
}

.contentsSideArea {
	height: auto;
	width: 200px;
	margin: 10px 0 0 20px;
	padding: 0;
	float: left;
}
.contentsTit {
	height: 350px;
	width: 200px;
	margin: 0;
	position: relative;
	padding: 0 0 20px 0;
}
.contentsTit img {
	height: 100%;
	width: 100%;
}


.contentsRightArea {
	font-size: 16px;
	line-height:1.6em;
	height: auto;
	width: 760px;
	margin: 0;
	padding: 40px 20px 0px 0;
	float: right;
	color: #FFF;
}
.contentsRightArea h2 {
	width:740px;
	height:270px;
	margin:0 0 40px 20px;
	background:url(../../images/03intro/main.jpg) no-repeat Left Top;
	line-height:0px;
}
.contentsRightArea h2 p{
	display:none;
}
#txtArea {
	width:740px;
	margin:0 0 0 20px;
}
#txtArea .txt {
	font-size:16px;
	line-height:1.6em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#txtArea .txt p {
	margin:10px 0 0 0;
	text-align:justify;
}
#txtArea #comment {
	width:740px;
	height:280px;
	margin:30px 0;
	background:url(../../images/03intro/comment.gif) no-repeat Left Top;
	line-height:0px;
}
#txtArea #comment p {
	display:none;
}



@media screen and (min-width: 1400px) {
.contentsSideArea {
	height: auto;
	width: 240px;
	margin: 10px 0 0 20px;
	padding: 0;
	float: left;
}
}

@media screen and (max-width: 768px) {
.contentsSideArea {
	display:none;
}
.contentsRightArea {
	font-size:14px;
	height: auto;
	width: 460px;
	margin: 0 auto;
	padding: 0 0 0 0;
	float: none;
	color: #FFF;
}

.contentsRightArea h2 {
	width:460px;
	height:160px;
	margin:0 0 30px 0;
	background:url(../../images/03intro/main_sp_la.jpg) no-repeat Center Top;
	background-size:460px 160px;
}
.contentsRightArea h2 p{
	display:none;
}
#txtArea {
	width:460px;
	margin:0 0 0 0;
}
#txtArea .txt {
	font-size:14px;
	line-height:1.6em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#txtArea .txt p {
	margin:10px 0 0 0;
	text-align:justify;
}
#txtArea #comment {
	width:440px;
	height:auto;
	margin:20px 0;
	background:none;
	padding:2px 9px;
	border:1px solid #999999;
}
#txtArea #comment p {
	display:block;
	line-height:1.6em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style:italic;
	font-size:14px;
	margin:7px 0 7px 0;
	padding:0;
	text-align:justify;
}


}

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

.contentsRightArea {
	width: 300px;
}
.contentsRightArea h2 {
	background:url(../../images/03intro/main_sp.jpg) no-repeat Center Top;
	background-size:460px 160px;
	width:300px;
}
#txtArea {
	width:300px;
}
#txtArea #comment {
	width:280px;
}


}
