body{
	background: #f4f4f4;
}

h2{
	font-size: 32px;
	text-align: center;
	line-height: 48px;
	letter-spacing: .1em;
	margin-bottom: 51px; }
h2 span{
	position: relative;
	margin-left: 50px; }

/*----------------------------
		slidewrap
----------------------------*/
#slidewrap{
	position: relative;
	margin-top: 30px; }
#slidewrap.content{
	max-width: 100%;
	min-width: 1040px; }
#slidewrap .swiper-container{
	width: 100%;
	height: 100%;
	padding: 0; }
#slidewrap .swiper-container ul li{
	width: 1040px;
	margin: 0 auto;
	opacity: .3; 
	-webkit-animation: mv_def .5s linear 1;
	animation: mv_def .5s linear 1; }
@-webkit-keyframes mv_def {
	0% {
		opacity: 1; }
	100% {
		opacity: .3; } }
@keyframes mv_def {
	0% {
		opacity: 1; }
	100% {
		opacity: .3; } }
#slidewrap .swiper-container ul .swiper-slide-active{
	opacity: 1; 
	-webkit-animation: mv_active .5s linear 1;
	animation: mv_active .5s linear 1; }
@-webkit-keyframes mv_active {
	0% {
		opacity: .3; }
	100% {
		opacity: 1; } }
@keyframes mv_active {
	0% {
		opacity: .3; }
	100% {
		opacity: 1; } }

/* pagination */
#slidewrap .swiper-pagination{
	bottom: -38px;
	right: 0;
	left: 0;
	margin: 0 auto; }
#slidewrap .swiper-pagination-bullet{
	background: #ffffff;
	opacity: 1;
	margin-left: 15px; }
#slidewrap .swiper-pagination-bullet-active{
	background: #e73a4a; }
#slidewrap .swiper-pagination-bullet:first-child{
	margin-left: 0; }
/* button */
#slidewrap .swiper-button_wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1040px;
	height: 520px;
	margin: 0 auto; }
#slidewrap .swiper-button-next,
#slidewrap .swiper-button-prev{
	top: 0;
	bottom: 0;
	width: 32px;
	height: 32px;
	background: none;
	margin: auto; }
#slidewrap .swiper-button-next{
	right: -92px; }
#slidewrap .swiper-button-prev{
	left: -92px; }
/* mv_scroll */
#slidewrap .mv_scroll{
	display: block;
	position: absolute;
	bottom: 15px;
	right: 0;
	left: 0;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	z-index: 2; }
#slidewrap .mv_scroll img{
	position: relative;
	z-index: 10; }
#slidewrap .mv_scroll:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	opacity: 0.6;
	z-index: 1;
	-webkit-animation: arrowAnim 3s 0s infinite;
	animation: arrowAnim 3s 0s infinite; }
@-webkit-keyframes arrowAnim {
	0% {
		-webkit-transform: scale(1);
		opacity: 0.6; }
	80% {
		-webkit-transform: scale(1.5);
		opacity: 0; }
	100% {
		-webkit-transform: scale(1.5);
		opacity: 0; } }
@keyframes arrowAnim {
	0% {
		transform: scale(1);
		opacity: 0.6; }
	80% {
		transform: scale(1.5);
		opacity: 0; }
	100% {
		transform: scale(1.5);
		opacity: 0; } }


/*----------------------------
			gift
----------------------------*/
#gift{
	max-width: 100%;
	padding-top: 88px;
	margin-top: 3px; }
#gift .inner{
	position: relative; }
#gift h2{
	color: #0074bf;
	margin-bottom: 51px; }
#gift h2 span:before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -45px;
	width: 32px;
	height: 32px;
	margin: auto;
	background: url("/images/default/gift/ico_gift.png") no-repeat left center;
	background-size: 32px; }
#gift .station_name_wrap{
	position: relative;
	background: url("/images/default/gift/bg_station_name.gif") repeat-x left center;
	background-size: 24px 6px;
	z-index: 10; }
#gift .station_name_wrap ul li{
	float: right;
	margin-right: 58px; }
#gift .station_name_wrap ul li#nagoya,
#gift .station_name_wrap ul li#mishima{
	margin-right: 57px; }
#gift .station_name_wrap ul li:first-child{
	margin-right: 0; }
.station_name_wrap ul li img{
	display: block; }
@media screen and (min-width: 641px) {
#gift .station_name_wrap li a .on_img{
	display: none !important; }
#gift .station_name_wrap li a:hover > img{
	display: none !important; }
#gift .station_name_wrap li a:hover > img.pc_only.on_img{
	display: block !important;
	position: relative; }
#gift .station_name_wrap li.select a > img{
	display: none !important; }
#gift .station_name_wrap li.select a > img.pc_only.on_img{
	display: block !important;
	position: relative; }
}
/* gift_wrap */
#gift .gift_wrap .inner{
	padding-top: 36px;
	margin-top: -36px; }
/* h3 */
#gift .gift_wrap .inner h3{
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	background: #e0c000;
	padding: 15px 0 10px;
	border-radius: 10px;
	overflow: hidden;
	margin: 60px 0 30px; }
#gift .gift_wrap .inner h3:before,
#gift .gift_wrap .inner h3:after{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 72px;
	height: 32px;
	margin: auto; }
#gift .gift_wrap .inner h3:before{
	left: 270px;
	background: url("/images/default/gift/ico_station_name_l.gif") no-repeat left center;
	background-size: 72px; }
#gift .gift_wrap .inner h3:after{
	right: 270px;
	background: url("/images/default/gift/ico_station_name_r.gif") no-repeat left center;
	background-size: 72px; }
#gift .gift_wrap .inner h3 span{
	font-size: 28px; }
/* gift_list */
#gift .gift_wrap .inner .gift_list{
	display: none; }
#gift .gift_wrap .inner .gift_list.select{
	display: block; }
#gift .gift_wrap .inner .select ul.slide{
	display: none; }
#gift .gift_wrap .inner .select ul li{
	display: table-cell;
	font-size: 14px;
	line-height: 22px;
	background: #ffffff;
	border-radius: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
height: 430px; }
#gift .gift_wrap .inner .select ul li:nth-child(3n){
	margin-right: 0; }
#gift .gift_wrap .inner .select ul li a{
	display: block;
	width: 320px;
	box-sizing: border-box;
	padding: 15px; }
/*
#gift .gift_wrap .inner ul li a img{
	width: 100% !important;
	height: auto !important;
}
*/
#gift .gift_wrap .inner ul li .trimming{
 width:292px;
 height:292px;
 overflow: hidden;   /*追加*/
}
#gift .gift_wrap .inner .select ul li .name{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-top: 15px; }
#gift .gift_wrap .inner .select ul li .price{
	margin-top: 5px; }
/* btn_more */
#gift .gift_wrap .inner .btn{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	letter-spacing: .25em;
	width: 300px;
	background: #0074bf;
	padding: 20px 0;
	border-radius: 28px;
	margin: 6px auto 0; }
#gift .gift_wrap .inner .btn:after{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 16px;
	height: 16px;
	margin: auto;
	transform: rotate(90deg);
	background: url("/images/default/ico_link_white_sp.png") no-repeat right center;
	background-size: 16px; }
#gift .gift_wrap .inner .btn_close:after{
	transform: rotate(-90deg); }
/* attention */
#gift .gift_wrap .inner .attention{
	position: absolute;
	bottom: 39px;
	right: 12px;
	color: #777777;
	font-size: 12px;
	text-align: right;
	line-height: 24px; }


/*----------------------------
			store
----------------------------*/
#store{
	max-width: 100%;
	padding-top: 34px;
	margin: 24px auto 0; }
#store .bg{
	background: url("/images/default/gift/bg_store.jpg") no-repeat center;
	background-size: cover; }
#store .inner{
	position: relative;
	padding-bottom: 60px; }
#store h2{
	color: #ffffff;
	padding-top: 54px; }
#store h2 span:before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -45px;
	width: 32px;
	height: 32px;
	margin: auto;
	background: url("/images/default/gift/ico_store.png") no-repeat left center;
	background-size: 32px; }
#store .area_wrap .ico_area{
	position: absolute;
	top: 113px;
	left: -1px;
	z-index: 10;
	-webkit-animation: ico_area 3s -2s linear infinite;
	animation: ico_area 3s -2s linear infinite; }
@-webkit-keyframes ico_area {
	0% {
		-webkit-transform: translate(0px, 0px);-webkit-animation-timing-function:ease-out;  }
	25% {
		-webkit-transform: translate(0px, -5px);-webkit-animation-timing-function:ease-in; }
	50% {
		-webkit-transform: translate(0px, 0px);-webkit-animation-timing-function:ease-out;  }
	75% {
		-webkit-transform: translate(0px, 5px);-webkit-animation-timing-function:ease-in; }
	100% {
		-webkit-transform: translate(0px, 0px); } }
@keyframes ico_area {
	0% {
		transform: translate(0px, 0px);animation-timing-function:ease-out;  }
	25% {
		transform: translate(0px, -5px);animation-timing-function:ease-in; }
	50% {
		transform: translate(0px, 0px);animation-timing-function:ease-out; }
	75% {
		transform: translate(0px, 5px);animation-timing-function:ease-in; }
	100% {
		transform: translate(0px, 0px); } }
/* area_name_wrap */
#store .area_name_wrap{
	margin-left: 59px; }
#store .area_name_wrap li{
	margin-right: 10px;
	float: left; }
#store .area_name_wrap li a{
	display: block;
	color: #0074bf;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	letter-spacing: .25em;
	width: 200px;
	background: #ffffff;
	padding: 22px 0 20px;
	border-radius: 5px 5px 0 0;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
#store .area_name_wrap li.select a{
	position: relative;
	color: #ffffff;
	background: #0074bf;
	cursor: default; }
#store .area_name_wrap li.select a:before,
#store .area_name_wrap li.select a:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	width: 15px;
	height: 15px; }
#store .area_name_wrap li.select a:before{
	left: -15px;
	background: url("/images/default/gift/bg_area_l.png") no-repeat left center;
	background-size: 15px; }
#store .area_name_wrap li.select a:after{
	right: -15px;
	background: url("/images/default/gift/bg_area_r.png") no-repeat right center;
	background-size: 15px; }
#store .area_name_wrap li.select a:hover{
	opacity: 1; }
#store .area_name_wrap #toukai a{
	width: 250px; }
#store .area_name_wrap li span{
	font-size: 16px; }
/* store_wrap */
#store .store_wrap{
	display: none;
	background: #0074bf;
	min-height: 332px;
	box-sizing: border-box;
	padding: 20px 70px 20px 20px;
	border-radius: 10px; }
#store .store_wrap.select{
	display: block; }
#store .store_wrap .shinkansen{
	width: 470px;
	float: left; }
#store .store_wrap .jr{
	width: 380px;
	float: right; }
#store .store_wrap .jr_wrap{
	position: relative; }
#store .store_wrap .vehicle{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 27px 0 33px; }
#store .store_wrap .vehicle span{
	position: relative;
	margin-left: 50px; }
#store .store_wrap .shinkansen .vehicle span:before,
#store .store_wrap .jr .vehicle span:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 36px;
	margin: auto; }
#store .store_wrap .shinkansen .vehicle span:before{
	left: -50px;
	width: 36px;
	background: url("/images/default/gift/ico_shinkansen.gif") no-repeat left center;
	background-size: 36px; }
#store .store_wrap .jr .vehicle span:before{
	left: -40px;
	width: 26px;
	background: url("/images/default/gift/ico_jr.gif") no-repeat left center;
	background-size: 26px 36px; }
/* shinkansen */
#store .store_wrap .shinkansen ul{
	display: none; }
#store .store_wrap.select .shinkansen ul{
	display: block; }
#store .store_wrap .shinkansen ul li{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left; }
#store .store_wrap .shinkansen ul li:nth-child(3n){
	margin-right: 0; }
#store .store_wrap .shinkansen ul li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	letter-spacing: .25em;
	width: 150px;
	background: #ffffff;
	padding: 19px 0;
	border-radius: 5px; }
/* jr */
#store .store_wrap .jr_wrap p{
	color: #ffffff;
	text-align: center; }
#store .store_wrap .jr .station_wrap{
	margin-bottom: 10px; }
#store .store_wrap .jr .form_ttl{
	color: #ffffff;
	font-weight: bold;
	line-height: 64px;
	float: left; }
#store .store_wrap .jr select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background: #ffffff url("/images/default/gift/ico_section.gif") no-repeat 92% center;
	color: #262626;
	font-size: 16px;
	font-family:'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 24px;
	letter-spacing: .05em;
	width: 300px;
	height: 64px;
	padding-left: 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	float: right;
	outline: none; }
#store .store_wrap .jr .btn{
	display: block;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: .1em;
	width: 160px;
	background: #ffffff;
	padding: 14px 0;
	border-radius: 23px;
	margin: 20px auto 0; }
#store .store_wrap .jr .btn:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	height: 16px;
	width: 16px;
	background: url("/images/default/gift/ico_link_red.gif") no-repeat right center;
	background-size: 16px;
	margin: auto; }

/*----------------------------
			news
----------------------------*/
#news .inner{
	position: relative;
	margin: 53px auto 0; }
#news h2{
	font-size: 28px;
	line-height: 42px;
	letter-spacing: .1em;
	margin-bottom: 32px;
	float: left; }
#news .list_wrap{
	margin-top: -18px;
	float: right; }
#news dl{
	display: table;
	width: 820px;
	border-top: 1px solid #dddddd; }
#news dl:first-child{
	border-top: none; }
#news dl dd,
#news dl dt{
	display: table-cell;
	font-size: 14px;
	line-height: 18px;
	vertical-align: top;
	padding: 28px 0; }
#news dl dt{
	color: #0074bf;
	font-weight: bold;
	width: 12.7%; }
#news dl dd{
	width: 87.3%; }
#news dl dd a{
	box-sizing: border-box; }
#news .more{
	position: absolute;
	top: -26px;
	right: 25px;
	color: #0074bf;
	font-size: 12px;
	font-weight: bold; }
#news .more:after{
	content: url("/images/default/ico_link_blue.png");
	margin-left: 5px; }


/*----------------------------
			bnr
----------------------------*/
#bnr .staff{
	display: block;
	width: 640px;
	margin: 60px auto 0; }



/*----------------------------
			sp
----------------------------*/
@media screen and (max-width: 640px) {

	
h2{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 32px; }
h2 span{
	margin-left: 0; }

/*----------------------------
		slidewrap
----------------------------*/
#slidewrap_sp{
	position: relative;
	margin-top: 10px; }
#slidewrap_sp.content{
	width: 100%;
	min-width: 100%; }
#slidewrap_sp .swiper-container{
	height: 100%;
	width: auto;
	padding: 0;
	margin: 0 10px;
	overflow: hidden; }
/* pagination */
#slidewrap_sp .swiper-pagination-sp{
	position: absolute;
	bottom: -11px;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0 auto; }
#slidewrap_sp .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	background: #ffffff;
	opacity: 1;
	margin-left: 6px; }
#slidewrap_sp .swiper-pagination-bullet:first-child{
	margin-left: 0; }
#slidewrap_sp .swiper-pagination-bullet-active{
	background: #e73a4a; }


/*----------------------------
			gift
----------------------------*/
#gift{
	padding-top: 115px;
	margin-top: -28px; }
#gift h2{
	margin-bottom: 32px; }
#gift h2 span:before{
	bottom: auto;
	top: -38px;
	left: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url("/images/default/gift/ico_gift_sp.png") no-repeat left center;
	background-size: 32px; }
/* station_name_wrap */
#gift .station_name_wrap{
	background: url(/images/default/gift/bg_station_name.gif) repeat-x center 20%;
	background-size: 24px 6px; }
#gift .station_name_wrap .inner{
	background: url(/images/default/gift/bg_station_name.gif) repeat-x center 72%;
	background-size: 24px 6px; }
#gift .station_name_wrap ul li{
	float: left;
	margin-right: 0 !important;
	margin-left: 8.3%;
	margin-bottom: 10px;
	width: 13.3%; }
#gift .station_name_wrap ul li:first-child,
#gift .station_name_wrap ul li:nth-child(6){
	margin-left: 0; }
#gift .station_name_wrap li a .on_img{
	display: none !important; }
#gift .station_name_wrap li.select a > img{
	display: none !important; }
#gift .station_name_wrap li.select a > img.sp_only.on_img{
	display: block !important;
	position: relative; }
/* gift_wrap */
#gift .gift_wrap .inner{
	padding-top: 57px;
	margin-top: -57px; }
#gift .gift_wrap .inner h3{
	font-size: 14px;
	line-height: 19px;
	padding: 8px 0 6px;
	margin: 10px 0 20px; }
#gift .gift_wrap .inner h3 span{
	font-size: 18px; }
#gift .gift_wrap .inner h3:before{
	left: 15px;
	background: url(/images/default/gift/ico_station_name_l.gif) no-repeat left center;
	background-size: 44px; }
#gift .gift_wrap .inner h3:after{
	right: 15px;
	background: url(/images/default/gift/ico_station_name_r.gif) no-repeat right center;
	background-size: 44px; }
#gift .gift_wrap .inner .select ul.slide{
	display: none; }
#gift .gift_wrap .inner .select ul li{
	font-size: 14px;
	line-height: 22px;
	width: 48%;
	float: left;
	margin-right: 0; 
height :auto; }
#gift .gift_wrap .inner .select ul li:nth-child(odd){
	margin-right: 4%; }
#gift .gift_wrap .inner .select ul li a{
	width: 100%;
	min-height: 191px;
	padding: 3px 3px 10px 3px; }
#gift .gift_wrap .inner .select ul li img{
	width: 100%; }
#gift .gift_wrap .inner .select ul li .name{
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	padding: 0 10px;
	margin-top: 10px; }
/* attention */
#gift .gift_wrap .inner .attention{
	position: static;
	font-size: 10px;
	line-height: 12px;
	text-align: left; }
/* btn_more */
#gift .gift_wrap .inner .btn_more{
	font-size: 12px;
	width: 100%;
	padding: 17px 0;
	margin-top: 16px; }
#gift .gift_wrap .inner .btn_more:after{
	width: 12px;
	height: 12px;
	margin: auto;
	background: url("/images/default/ico_link_white_sp.png") no-repeat right center;
	background-size: 12px; }

/*----------------------------
			store
----------------------------*/
#store{
	padding-top: 36px;
	margin: 2px auto 0; }
#store .bg{
	background: none; }
#store .inner{
	overflow: hidden;
	padding: 0; }
#store h2{
	background: url(/images/default/gift/bg_store_sp.jpg) no-repeat center top;
	background-size: 100%;
	padding-top: 77px;
	padding-bottom: 92px;
	margin-bottom: 0; }
#store h2 span:before{
	bottom: auto;
	top: -38px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url("/images/default/gift/ico_store_sp.png") no-repeat center;
	background-size: 32px; }
/* area_name_wrap */
#store .area_wrap{
	margin-top: -60px;
	overflow-x: scroll; }
#store .area_wrap .ico_area{
	top: 140px;
	left: auto;
	right: 10px; }
#store .area_name_wrap{
	width: 615px;
	margin-left: 10px; }
#store .area_name_wrap li{
	margin-right: 5px; }
#store .area_name_wrap li a{
	font-size: 10px;
	line-height: 21px;
	width: auto;
	padding: 15px 20px 13px; }
#store .area_name_wrap #toukai a{
	width: auto; }
#store .area_name_wrap li.select a:before{
	background: url("/images/default/gift/bg_area_l_sp.png") no-repeat left center;
	background-size: 15px; }
#store .area_name_wrap li.select a:after{
	background: url("/images/default/gift/bg_area_r_sp.png") no-repeat right center;
	background-size: 15px; }
#store .area_name_wrap li span{
	font-size: 14px; }
/* store_wrap */
#store .store_wrap{
	min-height: 306px;
	padding: 10px 10px 20px;
	border-radius: 0; }
#store .store_wrap.select{
	display: block; }
#store .store_wrap .shinkansen,
#store .store_wrap .jr{
	width: 100%;
	float: none; }
#store .store_wrap .vehicle{
	font-size: 14px;
	margin: 13px 0 13px; }
#store .store_wrap .shinkansen .vehicle{
	padding-left: 36px; }
#store .store_wrap .jr .vehicle{
	padding-left: 28px; }
#store .store_wrap .vehicle span{
	margin-left: 0; }
#store .store_wrap .shinkansen .vehicle span:before,
#store .store_wrap .jr .vehicle span:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 24px;
	margin: auto; }
#store .store_wrap .shinkansen .vehicle span:before{
	left: -35px;
	width: 24px;
	background: url("/images/default/gift/ico_shinkansen.png") no-repeat left center;
	background-size: 24px; }
#store .store_wrap .jr .vehicle span:before{
	left: -27px;
	width: 17px;
	background: url("/images/default/gift/ico_jr.png") no-repeat left center;
	background-size: 17px 24px; }
/* shinkansen */
#store .store_wrap .shinkansen ul li{
	margin-right: 3.5%;
	margin-bottom: 10px;
	width: 31%;
	float: left; }
#store .store_wrap .shinkansen ul li:nth-child(3n){
	margin-right: 0; }
#store .store_wrap .shinkansen ul li a{
	font-size: 12px;
	width: 100%;
	padding: 9px 0; }
/* jr */
#store .store_wrap .jr .form_ttl{
	padding-left: 10px;
	line-height: 50px; }
#store .store_wrap .jr select{
	background: #ffffff url("/images/default/gift/ico_section.png") no-repeat 94% center;
	background-size: 20px;
	font-size: 12px;
	line-height: 18px;
	width: 80%;
	height: 50px; }
#store .store_wrap .jr .btn{
	font-size: 12px;
	line-height: 18px;
	border-radius: 20px;
	padding: 11px 0; }
#store .store_wrap .jr .btn:after{
	height: 12px;
	width: 12px;
	background: url("/images/default/gift/ico_link_red.png") no-repeat right center;
	background-size: 12px; }


/*----------------------------
			news
----------------------------*/
#news .inner{
	position: relative;
	padding: 0 20px;
	margin: 34px auto 0; }
#news h2{
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	margin-bottom: 13px;
	float: none; }
#news .list_wrap{
	margin-top: 0;
	float: none; }
#news dl{
	display: block;
	width: 100%;
	border-top: none;
	border-bottom: 1px solid #dddddd; }
#news dl:first-child{
	border-top: 1px solid #dddddd; }
#news dl dd,
#news dl dt{
	display: block;
	font-size: 12px; }
#news dl dt{
	color: #0074bf;
	font-weight: bold;
	width: 100%;
	padding: 10px 0 0; }
#news dl dd{
	width: 100%;
	padding: 6px 0 16px; }
#news .more{
	position: relative;
	top: auto;
	right: auto;
	display: block;
	color: #ffffff;
	text-align: center;
	width: 100%;
	background: #0074bf;
	padding: 16px 0;
	margin-top: 20px; }
#news .more:after{
	content: '';
	position: absolute;
	top: 18px;
	right: 10px;
	width: 12px;
	height: 12px;
	background: url("/images/default/ico_link_white_sp.png") no-repeat left center;
	background-size: 12px; }


/*----------------------------
			bnr
----------------------------*/
#bnr .staff{
	width: 100%;
	margin: 40px auto 0; }

}
