/* Y'S GEAR | Event & Entertainment : index.css */


@media screen and (max-width: 568px) {
	.contentsWidth { padding: 0 !important; }
}


/*======================================================================*
 *  [ layout ] 
 *======================================================================*/

#slide, 
#side, 
#main, 
#pickup { margin: 0 0 25px 0; }

#slide, 
#main {
	float: left;
	/* width: 730px !important; */
	width: 74.48979592% !important; }
#side, 
#pickup {
	float: right;
	/* width: 230px; */
	width: 23.46938776%; }


@media screen and (max-width: 730px) {
	#slide, 
	#main, 
	#side,
	#pickup {
		float: none;
		width: auto !important; }
}


/*======================================================================*
 *  [ slide ] 
 *======================================================================*/

#slide {
	-webkit-box-shadow: 0 4px 3px -3px #333333;
	   -moz-box-shadow: 0 4px 3px -3px #333333;
	        box-shadow: 0 4px 3px -3px #333333; }

@media screen and (max-width: 730px) {
	#slide { margin: 0 0 20px 0; }
}


/*======================================================================*
 *  [ yamalubecafe ] 
 *======================================================================*/

#side a {
	/*\*/
	overflow: hidden;
	/**/
	background-size: 100% 100% !important;
	-webkit-box-shadow: 0 4px 3px -3px #333333;
	   -moz-box-shadow: 0 4px 3px -3px #333333;
	        box-shadow: 0 4px 3px -3px #333333;
	display: block;
	height: 0;
	padding: 100% 0 0 0;
	text-indent: -9999px; }
#side a + a { margin-top: 25px; }
#side a.present { background: url(../../img/bnr_present_r.jpg); }
#side a.present_helmet { background: url(../../img/bnr_present_helmet_r.jpg); }
#side a.present_mail { background: url(../../img/bnr_wpresent_r.jpg); }
#side a.calendar { background: url(../../img/bnr_calendar_r.jpg); }

@media screen and (max-width: 730px) {
	#side a {
		background: url(../../img/icon_arrow_white.png) 98% center no-repeat #6582b3 !important;
		color: #ffffff;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		height: auto;
		padding: 10px 20px 10px 10px;
		text-indent: 0; }
	#side a:hover, 
	#side a:active {
		background-color: #85a1d1 !important;
		color: #fff !important; }
	#side a + a { margin-top: 10px; }
	#side a span {
		display: inline-block;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: normal; }
}

@media screen and (max-width: 568px) {
	#side a { margin: 0 10px; }
}


/*======================================================================*
 *  [ main tab ] 
 *======================================================================*/

#main .resp-tabs-list { margin: 0 -5px 40px -5px; }
#main .resp-tabs-list li {
	box-sizing: border-box;
	float: left;
	list-style-type: none;
	padding: 0 5px;
	width: 25%; }
#main .resp-tabs-list div {
	background: rgb(205,205,205); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(205,205,205,1) 0%, rgba(166,166,166,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,205,205,1)), color-stop(100%,rgba(166,166,166,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(205,205,205,1) 0%,rgba(166,166,166,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(205,205,205,1) 0%,rgba(166,166,166,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(205,205,205,1) 0%,rgba(166,166,166,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(205,205,205,1) 0%,rgba(166,166,166,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#a6a6a6',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; }
#main .resp-tabs-list a {
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding: 65px 0 10px 0;
	text-align: center; }
#main .resp-tabs-list a.event { background: url(../../img/icon_event.png) center 10px no-repeat }
#main .resp-tabs-list a.cam { background: url(../../img/icon_cam.png) center 10px no-repeat; }
#main .resp-tabs-list a.reco { background: url(../../img/icon_reco.png) center 10px no-repeat; }
#main .resp-tabs-list a.repo { background: url(../../img/icon_repo.png) center 10px no-repeat; }
#main .resp-tabs-list a:hover, 
#main .resp-tabs-list a:active { color: #fff !important; }
#main .resp-tabs-list a span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 5px 0 0 0; }
#main .resp-tabs-list br { display: none; }

/* [ active時の設定 ] */
#main .resp-tabs-list .resp-tab-active div {
	background: rgb(169,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,0,0,1) 0%, rgba(114,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,0,0,1)), color-stop(100%,rgba(114,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,0,0,1) 0%,rgba(114,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,0,0,1) 0%,rgba(114,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,0,0,1) 0%,rgba(114,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,0,0,1) 0%,rgba(114,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90000', endColorstr='#720000',GradientType=0 ); /* IE6-9 */ }
#main .resp-tabs-list br { display: none; }
#main .resp-tabs-list .resp-tab-active a { color: #fff !important; }
#main .resp-tabs-list .resp-tab-active a.event { background: url(../../img/icon_event_a.png) center 10px no-repeat }
#main .resp-tabs-list .resp-tab-active a.cam { background: url(../../img/icon_cam_a.png) center 10px no-repeat; }
#main .resp-tabs-list .resp-tab-active a.reco { background: url(../../img/icon_reco_a.png) center 10px no-repeat; }
#main .resp-tabs-list .resp-tab-active a.repo { background: url(../../img/icon_repo_a.png) center 10px no-repeat; }
#main .resp-accordion, 
#main .resp-tab-content { display: none; }
#main .resp-tab-content-active { display: block; }
#main .resp-content-active, 
#main .resp-accordion-active { display: block; }

#main .resp-accordion {
	background: rgb(205,205,205); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(205,205,205,1) 0%, rgba(166,166,166,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,205,205,1)), color-stop(100%,rgba(166,166,166,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(205,205,205,1) 0%,rgba(166,166,166,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(205,205,205,1) 0%,rgba(166,166,166,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(205,205,205,1) 0%,rgba(166,166,166,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(205,205,205,1) 0%,rgba(166,166,166,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#a6a6a6',GradientType=0 ); /* IE6-9 */ }
#main .resp-accordion br { display: none; }
#main .resp-accordion a {
	background-position: 12px center;
	background-repeat: no-repeat;
	-moz-background-size: 30px auto !important;
	-webkit-background-size: 30px auto !important;
	background-size: 30px auto !important;
	color: #000;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	padding: 12px 12px 10px 54px; }
#main .resp-accordion a:hover, 
#main .resp-accordion a:active { color: #fff !important; }
#main .resp-accordion a.event { background-image: url(../../img/icon_event.png); }
#main .resp-accordion a.cam { background-image: url(../../img/icon_cam.png); }
#main .resp-accordion a.reco { background-image: url(../../img/icon_reco.png); }
#main .resp-accordion a.repo { background-image: url(../../img/icon_repo.png); }
#main .resp-accordion span {
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
	margin: 0 0 0 1em; }
#main .resp-arrow {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid #7a7a7a;
	height: 0;
	margin-top: 15px !important;
	position: absolute;
	right: 12px;
	width: 0; }
#main .resp-tab-active div {
	background: rgb(169,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,0,0,1) 0%, rgba(114,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,0,0,1)), color-stop(100%,rgba(114,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,0,0,1) 0%,rgba(114,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,0,0,1) 0%,rgba(114,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,0,0,1) 0%,rgba(114,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,0,0,1) 0%,rgba(114,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90000', endColorstr='#720000',GradientType=0 ); /* IE6-9 */ }
#main .resp-tab-active a { color: #fff; }
#main .resp-tab-active a.event { background-image: url(../../img/icon_event_a.png); }
#main .resp-tab-active a.cam { background-image: url(../../img/icon_cam_a.png); }
#main .resp-tab-active a.reco { background-image: url(../../img/icon_reco_a.png); }
#main .resp-tab-active a.repo { background-image: url(../../img/icon_repo_a.png); }
#main .resp-tab-active span.resp-arrow {
	border: none;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #ffffff; }

@media screen and (max-width: 830px) {
	#main .resp-tabs-list br { display: block; }
}

@media screen and (max-width: 730px) {
	#main .resp-tabs-list br { display: none; }
}

@media screen and (max-width: 668px) {
	#main .resp-tabs-list br { display: block; }
}

@media screen and (max-width: 568px) {
	#main .resp-tabs-list { display: none; }
	#main .resp-tabs-list br { display: none; }
	#main .resp-accordion { display: block; }
	#main .resp-accordion-closed { display: none !important; }
}


/*======================================================================*
 *  [ main common ] 
 *======================================================================*/

#main h2 {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 120%;
	margin: 0 0 15px 0; }

@media screen and (max-width: 568px) {
	#main h2 { display: none; }
}


/*======================================================================*
 *  [ main event ] 
 *======================================================================*/

#event .none {
	padding: 50px 10px;
	background: #efefef;
	border: none;
	color: #333; }
#event dl { margin: 0 0 15px 0; }
#event dt {
	background: #e3e3e3;
	color: #4a4a4a;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 5px 12px; }
#event dd + dt { margin: 15px 0 0 0; }
#event dd a {
	background-position: left 15px;
	background-repeat: no-repeat;
	-moz-background-size: 48px auto !important;
	-webkit-background-size: 48px auto !important;
	background-size: 48px auto !important;
	border-top: 1px dotted #7c7c7c;
	color: #000;
	display: block;
	margin: 0 12px;
	padding: 12px 0 12px 60px; }
#event dd a:hover, 
#event dd a:active { color: #000 !important; }
#event dt + dd a { border: none; }
#event dd.mc a {
	background-image: url(../../img/icon_mc.png);
	background-image: url(../../img/icon_mc_8.png)\9; /* ie8 */ }
#event dd.marine a {
	background-image: url(../../img/icon_marine.png);
	background-image: url(../../img/icon_marine_8.png)\9; /* ie8 */ }
#event dd.pas a {
	background-image: url(../../img/icon_pas.png);
	background-image: url(../../img/icon_pas_8.png)\9; /* ie8 */ }
#event dd.other a {
	background-image: url(../../img/icon_other.png);
	background-image: url(../../img/icon_other_8.png)\9; /* ie8 */ }
#event dd h3 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0 0 5px 0; }
#event dd a[href] h3 { text-decoration: underline !important; }
#event dd h3 span {
	color:#666666;
	font-size: 13px;
	font-size: 1.3rem; }
#event dd p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2; }
#event dd p span {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold; }
#event dd p.copy { margin: 5px 0 0 0; }
#event > p {
	border: 1px solid #cb1533;
	color: #cb1533;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px;
	text-align: center; }

@media screen and (max-width: 568px) {
	#event > p { margin: 0 12px 25px 12px; }
	#event > p.none { margin: 10px 12px 25px 12px; }
	/* #event dt:nth-of-type(3), 
	#event dt:nth-of-type(3) ~ dt, 
	#event dt:nth-of-type(3) ~ dd { display: none; } */
}


/*======================================================================*
 *  [ main campaign / main recommend / main report ] 
 *======================================================================*/

#main .list_bnr { border-bottom: 1px dotted #7c7c7c; }
#main .list_bnr li { list-style-type: none; }
#main .list_bnr a {
	border-top: 1px dotted #7c7c7c;
	color: #000;
	display: block;
	padding: 15px 5px 15px 245px; }
#main .list_bnr a:hover, 
#main .list_bnr a:active { color: #000 !important; }
#main .list_bnr a > img {
	float: left;
	margin: 0 0 0 -240px;
	width: 220px; }
#main .list_bnr h3 { text-decoration: underline !important; }
#main .list_bnr p {
	font-size: 14px;
	font-size: 1.4rem; }
#main .list_bnr p span {
	color: #4c4c4c;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 120%; }

#report .list_bnr a { padding-left: 75px;}
#report .list_bnr a > img {
	margin: 0 0 0 -70px;
	width: 50px; }

@media screen and (max-width: 568px) {
	#main .list_bnr { margin: 0 12px; }
	#campaign .list_bnr, 
	#recommend .list_bnr { border: none; }
	#main .list_bnr li:first-child a { border: none; }
}

@media screen and (max-width: 500px) {
	#campaign .list_bnr a, 
	#recommend .list_bnr a { padding-left: 52%; }
	#campaign .list_bnr a > img, 
	#recommend .list_bnr a > img { margin-left: -108%; }
}

@media screen and (max-width: 430px) {
	#campaign .list_bnr a, 
	#recommend .list_bnr a { padding-left: 5px; }
	#campaign .list_bnr a > img, 
	#recommend .list_bnr a > img {
		float: none;
		width: 100%;
		margin: 0 0 10px 0; }
}


/*======================================================================*
 *  [ pickup ] 
 *======================================================================*/

#pickup h2 {
	border-left: 4px solid #6f6f6f;
	color: #626262;
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px; }
#pickup ul {
	background: url(../../img/line_pickup.png) left top repeat-x;
	padding: 4px 0 0 0; }
#pickup li {
	background: url(../../img/line_pickup.png) left bottom repeat-x;
	list-style-type: none;
	padding: 0 0 4px 0; }
#pickup li a {
	color: #000;
	display: block;
	padding: 15px 5px; }
#pickup li a:hover, 
#pickup li a:active { color: #000 !important; }
#pickup li h3 span {
	color: #606060;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-indent: 0; }
#pickup li p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2; }
#pickup li a img {
	display: block;
	margin: 10px auto 0 auto; }

@media screen and (max-width: 730px) {
	#pickup { margin: 25px 0; }
	#pickup li a img { display: none; }
}

@media screen and (max-width: 568px) {
	#pickup { margin: 25px 10px; }
}


/*======================================================================*
 *  [ common ] 
 *======================================================================*/

/*-- [ mc ] --*/
#event dd.mc a:hover h3, 
#event dd.mc a:active h3, 
#event dd.mc .copy, 
#main .list_bnr li.mc a:hover h3, 
#main .list_bnr li.mc a:active h3, 
#pickup li.mc a:hover h3, 
#pickup li.mc a:active h3 { color: #cf4747; }
/*-- [ marine ] --*/
#event dd.marine a:hover h3, 
#event dd.marine a:active h3, 
#event dd.marine .copy, 
#main .list_bnr li.marine a:hover h3, 
#main .list_bnr li.marine a:active h3, 
#pickup li.marine a:hover h3, 
#pickup li.marine a:active h3 { color: #4794cf; }
/*-- [ pas ] --*/
#event dd.pas a:hover h3, 
#event dd.pas a:active h3, 
#event dd.pas .copy, 
#main .list_bnr li.pas a:hover h3, 
#main .list_bnr li.pas a:active h3, 
#pickup li.pas a:hover h3, 
#pickup li.pas a:active h3 { color: #7aa542; }
/*-- [ other ] --*/
#event dd.other a:hover h3, 
#event dd.other a:active h3, 
#event dd.other .copy, 
#main .list_bnr li.other a:hover h3, 
#main .list_bnr li.other a:active h3, 
#pickup li.other a:hover h3, 
#pickup li.other a:active h3 { color: #cf8a47; }

/*-- [ icon_sarrow ] --*/
#main .list_bnr h3, 
#pickup li h3 {
	background-position: left 0.1em;
	background-repeat: no-repeat;
	-moz-background-size: 15px auto !important;
	-webkit-background-size: 15px auto !important;
	background-size: 15px auto !important;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 120%;
	margin: 0 0 5px 0;
	/* text-indent: 18px; */
	padding-left: 18px; }
#main .list_bnr li.mc h3, 
#pickup li.mc h3 {
	background-image: url(../img/icon_sarrow_mc.png);
	background-image: url(../img/icon_sarrow_mc_8.png)\9; /* ie8 */ }
#main .list_bnr li.marine h3, 
#pickup li.marine h3 {
	background-image: url(../img/icon_sarrow_marine.png);
	background-image: url(../img/icon_sarrow_marine_8.png)\9; /* ie8 */ }
#main .list_bnr li.pas h3, 
#pickup li.pas h3 {
	background-image: url(../img/icon_sarrow_pas.png);
	background-image: url(../img/icon_sarrow_pas_8.png)\9; /* ie8 */ }
#main .list_bnr li.other h3, 
#pickup li.other h3 {
	background-image: url(../img/icon_sarrow_other.png);
	background-image: url(../img/icon_sarrow_other_8.png)\9; /* ie8 */ }


/*======================================================================*
 *  [ cf?imargin ???E?j ] 
 *======================================================================*/

#main .resp-tabs-list:after, 
#main .list_bnr li a:after {
	content: "";
	clear: both;
	display: block; }

