

/*MENU*/
/*=====*=====*=====*/

/* top menu */

.container-s {
	max-width: 680px;
	margin: 0px auto;
}

.swiper {
	margin: 0 auto 30px;
}

.tab-menu {
	border-bottom: 2px solid #6699cc;
}

.tab-menu .swiper-slide {
	width: auto;
	padding: 10px;
	cursor: pointer;
	display: inline-block;
	z-index: 1;
	position: relative;
	xfont-size: inherit;
	color: #fff;
	outline: 0;
	border: none;
	background-color: #6699cc;
	overflow: hidden;
	text-shadow: none;
	border-radius: 5px 5px 0px 0px;
	font-size: 17px;
	font-family: 'Zen Maru Gothic',Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.swiper-slide::after{
	content: '';
	z-index: -1;
	background-color: hsla(0,0%,100%,.2);
	position: absolute;
	top: -50%;
	bottom: -50%;
	width: 1.25em;
	transform: translate3d(-1000%,0,0) rotate(35deg)
}

.swiper-slide:hover::after{
	transition: transform .45s ease-in-out;
	transform: translate3d(200%,0,0) rotate(35deg)
}

.tab-contents {
	margin: 30px auto;
}


/*PICUP*/
/*=====*=====*=====*/

td.toppage_sub {
	font-size:14px;
	background-color:#f5f5f5;
	text-shadow: 1px 1px 1px #fff;
	padding:5px;
	height:20px;
}

.table_p {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #333;
}

.table_p tr {
	border-top: dashed 1px #999;
}

.table_p th {
	padding: 10px;
	background: #ececec;
}

.table_p td {
	padding: 0px;
	border: 1px dashed #999;
}



