@charset 'utf-8';

main {
	padding-bottom:84px;
}
main .page_width {
	overflow: hidden;
}
main .catch {
	width:720px;
	background: #ffa5a0; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(252,207,136,0.6) 0%, rgba(255,165,160,0.6) 92%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(252,207,136,0.6) 0%,rgba(255,165,160,0.6) 92%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(252,207,136,0.6) 0%,rgba(255,165,160,0.6) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55fccf88', endColorstr='#55ffa5a0',GradientType=0 ); /* IE6-9 */
	padding:10px;
	margin:18px auto 30px;
	position: relative;
}
main .catch .inner {
	padding:40px 57px;
	background:#ffffff;
}
main .catch h2 {
	position:absolute;
	top:-18px;
	left:174px;
	width:368px;
}
main .catch h2 img {
	width:100%;
}
main .catch .sub {
	font-size:15px;
	font-weight:bold;
	text-align: center;
}
main .catch .main {
	font-size:26px;
	color:#ff8f89;
	font-weight:bold;
	text-align: center;
	background: url(/advance/common/article_list/img/bg_main.gif) repeat-x left bottom;
	padding-bottom:18px;
	margin-bottom:24px;
}
main .items {
	margin-bottom:40px;
}
main .items .box {
	display:none;
	width:241px;
	margin:0 0 12px 12px;
	float:left;
	background:url(/advance/common/article_list/img/box_bg_pc.png) no-repeat left bottom;
	position:relative;
}
main .items .box.new:before {
	content:"";
	position:absolute;
	top:0;
	left:10px;
	width:39px;
	height:51px;
	background: url(/advance/common/img/icon_new.png) no-repeat left top;
	background-size:100% auto;
	z-index:2;
}
main .items .box:first-child {
	margin-left:0;
}
main .items .box:nth-child(4n+1) {
	margin-left:0;
	clear:both;
}
main .items .box .img {
	position:relative;
	margin-bottom:10px;
	width:241px;
	height:210px;
	overflow: hidden;
}
main .items .box .img img {
	width:auto;
	height:100%;
	margin-left: -15.35%;
}
main .items .box .img span {
	position:absolute;
	right:0;
	bottom:0;
	width:44px;
	height:21px;
	font-size:10px;
	line-height: 2;
	text-align: center;
	display:block;
	color:#ef7a74;
	background: #ffffff;
	font-family:"游ゴシック体", "Yu Gothic",YuGothic, "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
main .items .box .text {
	padding:0 12px 12px;
}
main .items .box .text .serial {
	display:inline-block;
	border:1px solid #ffb6b2;
	padding:3px 7px 0;
	color:#ef7a74;
	font-size:10px;
	margin-bottom:5px;
}
main .items .box .text .title {
	font-size:13px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
	height:3em;
}
main .items .box .text .date {
	font-size:10px;
	color:#838383;
	font-family:"游ゴシック体", "Yu Gothic",YuGothic, "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
main .btn_more a {
	display: block;
	clear:both;
	margin:0 auto 45px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -300%;
	background: url(/advance/common/img/btn_more_pc.png) no-repeat left top;
	width:207px;
	height:60px;
}
main .recommend {
	padding:10px;
	background:#ffffff;
	position: relative;
}
main .recommend .title p {
	width:130px;
	height:70px;
	background: url(/advance/common/article_list/img/recommend_title_pc.jpg) no-repeat left top;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -300%;
	position: absolute;
	top:10px;
	left:10px;
}
main .recommend .title a {
	display:block;
	width:60px;
	height:70px;
	background: url(/advance/common/article_list/img/recommend_link_pc.jpg) no-repeat left top;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -300%;
	position: absolute;
	top:10px;
	right:10px;
}
main .recommend ul {
	display:table;
	margin:0 75px 0 145px;
	width:760px;
	height:70px;
}
main .recommend ul li {
	border-left:1px solid #e2e3e0;
	padding-top:3px;
	margin-top:2px;
	display:table-cell;
	vertical-align: middle;
	width:260px;
}
main .recommend ul li:first-child {
	border: none;
}
main .recommend ul li a {
	display:block;
	font-size:14px;
	overflow: hidden;
	padding-left:9px;
}
main .recommend ul li:first-child a {
	padding-left:0;
}
main .recommend ul li a span.img {
	width:52px;
	height:44px;
	border:1px solid #e5e5e5;
	margin-right:15px;
	display:block;
	float:left;
	overflow: hidden;
}
main .recommend ul li a span.img img {
	width:auto;
	height:100%;
	margin-left:-6px;
}
main .recommend ul li a span.text {
	display:block;
	float:left;
	padding-top:10px;
}

@media (max-width: 667px){
	main {
		padding-bottom:40px;
	}
	main .page_width {
		margin:0;
	}
	main .page_width h2 {
		width:73.33%;
		margin:0 auto 16px;
	}
	main .catch {
		width:90.62%;
		padding:1.56%;
		margin:9px 3.13% 15px;
		position: relative;
	}
	main .catch .inner {
		padding:20px 5%;
	}
	main .catch h2 {
		position:absolute;
		top:-9px;
		left:16.89%;
		width:66.21%;
	}
	main .catch h2 img {
		width:100%;
	}
	main .catch .sub {
		font-size:9px;
		font-weight:bold;
		text-align: center;
	}
	main .catch .main {
		font-size:14px;
		color:#ff8f89;
		font-weight:bold;
		text-align: center;
		background: url(/advance/common/article_list/img/bg_main.gif) repeat-x left bottom;
		padding-bottom:12px;
		margin-bottom:12px;
	}
	main .catch .info {
		font-size:11px;
	}
	main .items {
		width:93.74%;
		margin:0 3.13% 15px;
	}
	main .items .box {
		display:none;
		width:49.17%;
		margin:0 0 5px;
		float:right;
		background:url(/advance/common/article_list/img/box_bg_sp.png) no-repeat left bottom;
		background-size:100% auto;
	}
	main .items .box.new:before {
		left:5%;
		width:15.93%;
		height:0;
		padding-top:21.02%;
	}
	main .items .box:first-child {
		margin-left:0;
	}
	main .items .box.second:nth-child(4n+1) {
		margin-left:0;
		clear:none;
	}
	main .items .box:nth-child(2n+1) {
		float:left;
		clear:both;
	}
	main .items .box .img {
		margin-bottom:6px;
		width:100%;
		height:0;
		padding-top:87.46%;
	}
	main .items .box .img img {
		position:absolute;
		top:0;
		left:0;
	}
	main .items .box .img span {
		font-size:9px;
		width: 38px;
		height: 18px;
	}
	main .items .box .text {
		padding: 0 5.08% 6px;
	}
	main .items .box .text .serial {
		font-size:9px;
		margin-bottom: 2px;
	}
	main .items .box .text .title {
		font-size:11px;
		height:4.5em;
	}
	main .items .box .text .date {
		font-size:9px;
	}
	main .btn_more a {
		margin:0 3.13% 20px;
		background: url(/advance/common/img/btn_more_sp.png) no-repeat left top;
		background-size:100% auto;
		width:93.74%;
		height:0;
		padding-top:16.67%;
	}
	main .recommend {
		width:88.74%;
		margin:0 3.13% 5px;
		padding: 7px 2.5%;
		float: none;
		clear:both;
	}
	main .recommend .title p {
		width: 71.93%;
		height: 0;
		padding-top:13.33%;
		background: url(/advance/common/article_list/img/recommend_title_sp.jpg) no-repeat left top;
		background-size: 100% auto;
		left:2.8%;
	}
	main .recommend .title a {
		display: block;
		width: 28.07%;
		height: 0;
		padding-top:13.33%;
		background: url(/advance/common/article_list/img/recommend_link_sp.jpg) no-repeat left top;
		background-size: 100% auto;
		right:2.8%;
	}
	main .recommend ul {
		display: block;
		margin: 0;
		width: 100%;
		height: auto;
		padding-top:18%;
	}
	main .recommend ul li {
		padding-top: 8px;
		margin-top: 8px;
		border-top:1px solid #e2e3e0;
		display: block;
		vertical-align: middle;
		width: 100%;
		border-left:none;
	}
	main .recommend ul li:first-child {
		padding-top: 0;
		margin-top: 0;
		border-top:none;
	}
	main .recommend ul li a {
		background:url(/advance/common/img/arrow_link.png) no-repeat right 12px center;
		background-size:8px 13px;
		font-size:12px;
		padding-left:0;
	}
	main .recommend ul li a span.img {
		width: 23%;
		margin-right: 4%;
		height: 0;
		padding-top: 18.87%;
		position: relative;
	}
	main .recommend ul li a span.img img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: auto;
		margin-left:-10.79%;
	}
	main .recommend ul li a span.text {
		width:62%;
		padding-top:6%;
	}
}
