@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/





/* PC */
@media screen and (min-width: 801px), print {



/* tabSection
-------------------- */
#tabSection {
	width: 100%;
	min-width: 1120px;
	position: relative;
}
	#tabSection .tab {
		display: none;
	}

	#tabSection .content {
		display: block !important;
	}













/* latest
-------------------- */
#latest {
	width: 260px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -560px;
	z-index: 20;
	box-shadow:0px 0px 6px 3px #e3e3e3;
}
	#latest h2 {
		background: #212121;
		font-family: 'Oswald', sans-serif;
		font-size: 129%;
		text-align: center;
		letter-spacing: 3px;
		color: #fff;
		padding: 10px 0;
	}


	/* tab_sub */
	#latest .tab_sub {
	}
		#latest .tab_sub li {
			width: 50%;
			float: left;
		}
			#latest .tab_sub li a {
				display: block;
				background: #e9e9e9;
				color: #989898;
				font-family: 'Oswald', sans-serif;
				font-size: 10px;
				text-align: center;
				cursor:pointer;
			}
			#latest .tab_sub li.current a {
				background: #fff;
				color: #dc0012;
			}
				#latest .tab_sub li a span {
					font-size: 20px;
				}


	/* content_sub */
	#latest .content_sub {
		padding: 20px 20px 0 20px;
	}
	#latest #division01 {
		background: url(../img_new/icon_arrow_bottom.gif) no-repeat left 60px top 5px;
	}
	#latest #division02 {
		background: url(../img_new/icon_arrow_bottom.gif) no-repeat right 60px top 5px;
	}
		#latest .content_sub .flogo {
			margin-top: 15px;
			margin-bottom: 20px;
		}


	
		#latest .content_sub .box {
			margin-bottom: 20px;
		}
			#latest .content_sub .box h3 {
				font-family: 'Oswald', sans-serif;
				font-size: 115%;
				text-align: center;
				letter-spacing: 2px;
				background: url(../img_new/head_bg.gif) no-repeat center;
				margin-bottom: 5px;
			}
				#latest .content_sub .box h3 span {
					color: #dc0012;
				}
	
			#latest .content_sub .box .btn {
				width: 150px;
				margin: 0 auto;
			}
				#latest .content_sub .box .btn a {
					display: block;
					height: 30px;
					background: #212121;
					font-family: 'Oswald', sans-serif;
					font-size: 79%;
					text-align: center;
					color: #fff;
					letter-spacing: 2px;
					line-height: 29px;
				}

	

		#latest .content_sub .matches {
		}
			#latest .content_sub .matches dl {
				background: #e9e9e9;
				margin-bottom: 5px;
				padding: 15px 10px 10px 10px;
			}
				#latest .content_sub .matches dl dt {
					text-align: center;
					font-size: 10px;
				}
	
				#latest .content_sub .matches dl dd table {
					width: 100%;
					border-collapse: collapse;
				}
					#latest .content_sub .matches dl dd table td.leftTeam {
						text-align: right;
					}
					#latest .content_sub .matches dl dd table td.rightTeam {
						text-align: left;
					}
					#latest .content_sub .matches dl dd table td.score {
						width: 50%;
						text-align: center;
					}
						#latest .content_sub .matches dl dd table td.score a {
							display: block;
							font-family: 'Oswald', sans-serif;
							font-size: 24px;
						}

	

		#latest .content_sub .standings {
		}
			#latest .content_sub .standings table {
				width: 100%;
				border-collapse: collapse;
			}
				#latest .content_sub .standings table th {
					background: #212121;
					font-family: 'Oswald', sans-serif;
					font-size: 10px;
					color: #fff;
					text-align: center;
					padding: 5px;
					border-bottom: solid 5px #fff;
				}
	
				#latest .content_sub .standings table td {
					background: #e9e9e9;
					padding: 5px;
					border-bottom: solid 5px #fff;
				}
				#latest .content_sub .standings table td.rank,
				#latest .content_sub .standings table td.game,
				#latest .content_sub .standings table td.win {
					font-family: 'Oswald', sans-serif;
					font-size: 12px;
					text-align: center;
				}
				#latest .content_sub .standings table td.team {
					font-size: 10px;
					padding-left: 0;
					padding-right: 0;
					letter-spacing: 0;
				}
					#latest .content_sub .standings table td.team img {
						width: 16px;
						height: auto;
						padding-right: 3px;
					}

	

		#latest .content_sub .goal {
		}
			#latest .content_sub .goal table {
				width: 100%;
				border-collapse: collapse;
			}
				#latest .content_sub .goal table th {
					background: #212121;
					font-family: 'Oswald', sans-serif;
					font-size: 10px;
					color: #fff;
					text-align: center;
					padding: 5px;
					border-bottom: solid 5px #fff;
				}
	
				#latest .content_sub .goal table td {
					background: #e9e9e9;
					padding: 5px;
					border-bottom: solid 5px #fff;
				}
				#latest .content_sub .goal table td.rank,
				#latest .content_sub .goal table td.score,
				#latest .content_sub .goal table td.participation {
					font-family: 'Oswald', sans-serif;
					font-size: 12px;
					text-align: center;
				}
				#latest .content_sub .goal table td.name {
					font-size: 10px;
					padding-left: 0;
					padding-right: 0;
					letter-spacing: 0;
				}
					#latest .content_sub .goal table td.name img {
						width: 16px;
						height: auto;
						padding-right: 3px;
					}


		#latest .leftbanner {
			margin-top: 60px;
			padding: 5px 5px 10px 5px;
		}
			#latest .leftbanner img {
				width: 100%;
			}















/* mainimages
-------------------- */
#mainimages {
	width: 100%;
	min-width: 1120px;
	height: 368px !important;
	padding-top: 40px;
	overflow: hidden;
	border-bottom: solid 1px #d5d5d5;
	background: url(../common_new/img/bg.gif) no-repeat center -108px;
	background-size: cover;
	position: relative;
}
	#mainimages .flexslider {
		width: 820px;
		height: 328px;
		position: absolute;
		top: 40px;
		left: 50%;
		margin-left: -260px;
	}
		#mainimages ul li {
			position: relative;
		}
			#mainimages ul li .slider a {
				width: 820px;
				height: 328px;
				margin: 0 auto;
				display: block;
			}
			* html #mainimages ul li .slider a {
				zoom: 100%;
			}
			*:first-child+html #mainimages ul li .slider a {
				display: inline-block;
			}
			#mainimages ul li .slider a:after {
				content: "."; 
				clear: both; 
				height: 0; 
				display: block; 
				visibility: hidden;
			}
				#mainimages ul li .slider .phtBox {
					width: 530px;
					height: 328px;
					display: block;
					float: left;
					overflow: hidden;
					background: #ffffff;
				}
					#mainimages ul li .slider .phtBox img {
						width: 530px;
						height: auto;
						-moz-transition: -moz-transform 0.2s linear;
						-webkit-transition: -webkit-transform 0.2s linear;
						-o-transition: -o-transform 0.2s linear;
						-ms-transition: -ms-transform 0.2s linear;
						transition: transform 0.2s linear;
					}
					#mainimages ul li .slider a:hover .phtBox img {
						-webkit-transform: scale(1.05);
						-moz-transform: scale(1.05);
						-o-transform: scale(1.05);
						-ms-transform: scale(1.05);
						transform: scale(1.05);
					}

				#mainimages ul li .slider .textBox {
					width: 230px;
					height: 268px;
					float: right;
					letter-spacing: 0.1em;
					padding: 30px;
					background: #ffffff;
				}
					#mainimages ul li .slider .textBox p.days {
						width: 100px;
						font-family: 'Oswald', sans-serif;
						font-size: 12px;
						text-align: center;
						background: #212121;
						color: #fff;
						padding: 5px 0;
						margin-bottom: 20px;
					}

					#mainimages ul li .slider .textBox h2 {
						font-size: 18px;
						line-height: 28px;
						margin-bottom: 14px;
						color: #212121;
					}

					#mainimages ul li .slider .textBox p.txt {
						font-size: 14px;
						line-height: 1.6em;
						color: #212121;
					}


	
	/* Direction Nav */
	.flex-direction-nav a  {
		display:block;
		width: 30px;
		height: 30px;
		position:absolute;
		top:50%;
		margin-top: -180px;
		cursor:pointer;
		z-index:100;
		overflow: hidden;
		text-indent: -9999px;
	}
	.flex-direction-nav .flex-prev {
		display: block;
		width: 30px;
		height: 30px;
		background: url(../img_new/btn_slider_back.gif) no-repeat;
		left: -15px;
	}
	.flex-direction-nav .flex-next {
		display: block;
		width: 30px;
		height: 30px;
		background: url(../img_new/btn_slider_next.gif) no-repeat;
		right: -15px;
	}
	
	
	
	/* Control Nav */
	.flex-control-nav {
		width:100%; 
		position:absolute; 
		bottom:-45px; 
		text-align:center;
		z-index: 100;
	}
		.flex-control-nav li {
			margin:0 6px; 
			display:inline-block;
		}
			.flex-control-paging li a {
				width: 25px;
				height: 3px;
				display:block; 
				background: #808080; 
				cursor:pointer; 
				text-indent:-9999px;
			}
			.flex-control-paging li a:hover {
				background: #000;
			}
			.flex-control-paging li a.flex-active {
				background: #000;
				cursor:default;
			}





/* bg 
--------------------- */
.bg {
	width: 100%;
	min-width: 1120px;
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	background: url(../common_new/img/bg.gif) no-repeat center;
	background-size: cover;
}





/* cont 
--------------------- */
.cont {
	width: 820px;
	float: right;
	position: relative;
}
	.cont h2 {
		font-family: 'Oswald', sans-serif;
		font-size: 26px;
		text-align: center;
		letter-spacing: 3px;
		line-height: 1;
		margin-bottom: 38px;
	}
		.cont h2 span {
			color: #dc0012;
		}


	.cont .btn {
		width: 150px;
		position: absolute;
		top: 0;
		right: 0;
	}
		.cont .btn a {
			display: block;
			height: 30px;
			background: #212121;
			font-family: 'Oswald', sans-serif;
			font-size: 10px;
			line-height: 30px;
			letter-spacing: 2px;
			text-align: center;
			color: #fff;
			transition: 0.3s;
			-webkit−transition: 0.3s;
		}
		.cont .btn a:hover {
			background: #dc0012;
		}





/* movie 
--------------------- */
#movie {
	width: 100%;
	min-width: 1120px;
	padding: 40px 0 0 0;
	display: none;
}





/* channel 
--------------------- */
#channel {
	width: 100%;
	min-width: 1120px;
	padding: 40px 0 40px 0;
}
	#channel  dl {
		background: #dc0012;
		padding: 7px;
	}
		#channel dl dd iframe {
			width: 100%;
			height: 455px;
		}

		#channel dl dt {
			padding: 10px 20px;
			color: #fff;
		}









/* photo 
--------------------- */
#photo {
	width: 100%;
	min-width: 1120px;
	padding: 40px 0 0px 0;
}
#photo .cont {
	border-bottom: solid 1px #d5d5d5;
	padding-bottom: 40px;
}
	#photo .pbox {
		width: 270px;
		float: left;
		margin-right: 5px;
	}
	#photo .pbox:nth-child(3) {
		margin-right: 0;
	}
	#photo .pbox:nth-child(4) {
		display: none;
	}
		#photo .pbox a {
			display: block;
			text-align: center;
		}
			#photo .pbox a .pht {
				width: 270px;
				overflow: hidden;
				background: #000;
				margin-bottom: 10px;
			}
				#photo .pbox a .pht img {
					width: 100%;
					height: auto;
					-moz-transition: -moz-transform 0.2s linear;
					-webkit-transition: -webkit-transform 0.2s linear;
					-o-transition: -o-transform 0.2s linear;
					-ms-transition: -ms-transform 0.2s linear;
					transition: transform 0.2s linear;
				}
				#photo .pbox a:hover .pht img {
					-webkit-transform: scale(1.1);
					-moz-transform: scale(1.1);
					-o-transform: scale(1.1);
					-ms-transform: scale(1.1);
					transform: scale(1.1);
				}

			#photo .pbox a p {
				font-family: 'Oswald', sans-serif;
				font-size: 12px;
				color: #848484;
			}

			#photo .pbox a h3 {
				font-size: 14px;
			}









/* instagram 
--------------------- */
#instagram {
	width: 100%;
	min-width: 1120px;
	padding: 40px 0 40px 0;
}
	#instagram ul li {
		width: 270px;
		float: left;
		margin-right: 5px;
		overflow: hidden;
	}
	#instagram ul li:nth-child(3) {
		margin-right: 0;
	}
	#instagram ul li:nth-child(4) {
		display: none;
	}
		#instagram ul li img {
			width: 100%;
			height: auto;
			-moz-transition: -moz-transform 0.2s linear;
			-webkit-transition: -webkit-transform 0.2s linear;
			-o-transition: -o-transform 0.2s linear;
			-ms-transition: -ms-transform 0.2s linear;
			transition: transform 0.2s linear;
		}
		#instagram ul li:hover img {
				-webkit-transform: scale(1.1);
				-moz-transform: scale(1.1);
				-o-transform: scale(1.1);
				-ms-transform: scale(1.1);
				transform: scale(1.1);
		}









/* news 
--------------------- */
#news {
	width: 100%;
	min-width: 1120px;
	padding: 40px 0 80px 0;
}
	#news .pbox {
		width: 270px;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		box-shadow:0px 0px 6px 3px #e3e3e3;
		position: relative;
	}
	#news .pbox:nth-child(3n) {
		margin-right: 0;
	}
		#news .pbox a {
			display: block;
		}
			#news .pbox a .pht {
				width: 270px;
				overflow: hidden;
				background: #000;
			}
				#news .pbox a .pht img {
					width: 100%;
					height: auto;
					-moz-transition: -moz-transform 0.2s linear;
					-webkit-transition: -webkit-transform 0.2s linear;
					-o-transition: -o-transform 0.2s linear;
					-ms-transition: -ms-transform 0.2s linear;
					transition: transform 0.2s linear;
				}
				#news .pbox a:hover .pht img {
					-webkit-transform: scale(1.1);
					-moz-transform: scale(1.1);
					-o-transform: scale(1.1);
					-ms-transform: scale(1.1);
					transform: scale(1.1);
				}
			
	
			#news .pbox a .cat {
				position: absolute;
				top: 10px;
				left: 10px;
				background: #dc0012;
				font-size: 12px;
				font-weight: 900;
				color: #fff;
				line-height: 1;
				padding: 5px 10px;
			}
			
	
			#news .pbox a .text {
				background: #fff;
				padding: 10px 20px 15px 20px;
			}
				#news .pbox a .text p {
					font-family: 'Oswald', sans-serif;
					font-size: 12px;
					color: #848484;
					margin-bottom: 5px;
				}

				#news .pbox a .text h3 {
					font-size: 14px;
					line-height: 1.6em;
				}



















}




/* スマホ */
@media only screen and (max-width: 800px) {



/* tabSection
-------------------- */
#tabSection {
	width: 100%;
	position: relative;
}
	#tabSection .tab {
	}
		#tabSection .tab li {
			width: 50%;
			float: left;
		}
			#tabSection .tab li a {
				display: block;
				background: #e9e9e9;
				color: #989898;
				font-family: 'Oswald', sans-serif;
				font-size: 14px;
				text-align: center;
				cursor:pointer;
				padding: 18px 0;
			}
			#tabSection .tab li.current a {
				background: #fff url(../img_new/icon_arrow_bottom.gif) no-repeat center bottom 5px;
				color: #dc0012;
			}
				#tabSection .tab li a span {
					font-size: 20px;
				}













/* latest
-------------------- */
#latest {
	background: #fff;
	overflow: hidden;
	z-index: 20;
}
	#latest h2 {
		display: none;
	}


	/* tab_sub */
	#latest .tab_sub {
		display: none !important;
	}


	/* content_sub */
	#latest .content_sub {
		display: block !important;
		padding: 5px 20px 0 20px;
	}
		#latest .content_sub .flogo {
			text-align: center;
			margin-top: 15px;
			margin-bottom: 20px;
		}


	
		#latest .content_sub .box {
			background: #e9e9e9;
			margin-bottom: 20px;
		}
			#latest .content_sub .box h3 {
				font-family: 'Oswald', sans-serif;
				font-size: 115%;
				letter-spacing: 2px;
				background: #fff url(../img_new/open.gif) no-repeat right center;
				background-size: 49px;
				border: solid 1px #dc0012;
				color: #212121;
				padding: 10px 15px 10px 15px;
				cursor: pointer;
			}
			#latest .content_sub .box h3.active {
				background: #dc0012 url(../img_new/close.gif) no-repeat right center;
				background-size: 49px;
				border: solid 1px #dc0012;
				color: #fff;
			}


	
			#latest .content_sub .standings .closebox,
			#latest .content_sub .goal .closebox {
				display: none;
			}
	
			#latest .content_sub .box .btn {
				
				margin: 0 5px;
			}
				#latest .content_sub .box .btn a {
					display: block;
					height: 30px;
					background: #212121;
					font-family: 'Oswald', sans-serif;
					font-size: 79%;
					text-align: center;
					color: #fff;
					letter-spacing: 2px;
					line-height: 29px;
				}

	

		#latest .content_sub .matches {
			padding-bottom: 5px;
		}
			#latest .content_sub .matches .results {
				padding: 5px 5px 0 5px;
			}
	
			#latest .content_sub .matches dl {
				background: #fff;
				margin-bottom: 5px;
				padding: 10px 10px 10px 10px;
			}
				#latest .content_sub .matches dl dt {
					text-align: center;
					font-size: 10px;
				}
	
				#latest .content_sub .matches dl dd table {
					width: 100%;
					border-collapse: collapse;
				}
					#latest .content_sub .matches dl dd table td.leftTeam {
						text-align: right;
					}
					#latest .content_sub .matches dl dd table td.rightTeam {
						text-align: left;
					}
					#latest .content_sub .matches dl dd table td.score {
						width: 50%;
						text-align: center;
					}
						#latest .content_sub .matches dl dd table td.score a {
							display: block;
							font-family: 'Oswald', sans-serif;
							font-size: 20px;
						}

	

		#latest .content_sub .standings {
		}
			#latest .content_sub .standings #ranking {
				padding: 5px 5px 0 5px;
			}
	
			#latest .content_sub .standings table {
				width: 100%;
				border-collapse: collapse;
			}
				#latest .content_sub .standings table th {
					background: #212121;
					font-family: 'Oswald', sans-serif;
					font-size: 10px;
					color: #fff;
					text-align: center;
					padding: 5px;
					border-bottom: solid 5px #e9e9e9;
				}
	
				#latest .content_sub .standings table td {
					background: #fff;
					padding: 5px;
					border-bottom: solid 5px #e9e9e9;
				}
				#latest .content_sub .standings table td.rank,
				#latest .content_sub .standings table td.game,
				#latest .content_sub .standings table td.win {
					font-family: 'Oswald', sans-serif;
					font-size: 12px;
					text-align: center;
				}
				#latest .content_sub .standings table td.team {
					font-size: 10px;
					padding-left: 0;
					padding-right: 0;
					letter-spacing: 0;
				}
					#latest .content_sub .standings table td.team img {
						width: 16px;
						height: auto;
						padding-right: 3px;
					}

	

		#latest .content_sub .goal {
		}
			#latest .content_sub .goal #goalranking {
				padding: 5px 5px 0 5px;
			}
	
			#latest .content_sub .goal table {
				width: 100%;
				border-collapse: collapse;
			}
				#latest .content_sub .goal table th {
					background: #212121;
					font-family: 'Oswald', sans-serif;
					font-size: 10px;
					color: #fff;
					text-align: center;
					padding: 5px;
					border-bottom: solid 5px #e9e9e9;
				}
	
				#latest .content_sub .goal table td {
					background: #fff;
					padding: 5px;
					border-bottom: solid 5px #e9e9e9;
				}
				#latest .content_sub .goal table td.rank,
				#latest .content_sub .goal table td.score,
				#latest .content_sub .goal table td.participation {
					font-family: 'Oswald', sans-serif;
					font-size: 12px;
					text-align: center;
				}
				#latest .content_sub .goal table td.name {
					font-size: 10px;
					padding-left: 0;
					padding-right: 0;
					letter-spacing: 0;
				}
					#latest .content_sub .goal table td.name img {
						width: 16px;
						height: auto;
						padding-right: 3px;
					}


		#latest .leftbanner {
			margin-top: 40px;
			padding: 0 20% 40px 20%;
		}
			#latest .leftbanner img {
				width: 100%;
			}










/* mainimages
-------------------- */
#mainimages {
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}
	#mainimages .flexslider {
		width: 100%;
	}
		#mainimages ul li {
			position: relative;
		}
			#mainimages ul li .slider a {
				display: block;
			}
				#mainimages ul li .slider .phtBox {
				}
					#mainimages ul li .slider .phtBox img {
						width: 100%;
						height: auto;
					}

				#mainimages ul li .slider .textBox {
					letter-spacing: 0.1em;
					padding: 20px 5%;
					background: #ffffff;
				}
					#mainimages ul li .slider .textBox p.days {
						width: 100px;
						font-family: 'Oswald', sans-serif;
						font-size: 10px;
						text-align: center;
						background: #212121;
						color: #fff;
						padding: 5px 0;
						margin-bottom: 15px;
					}

					#mainimages ul li .slider .textBox h2 {
						font-size: 107%;
						font-weight: 900;
						line-height: 1.4em;
						margin-bottom: 10px;
						color: #212121;
					}

					#mainimages ul li .slider .textBox p.txt {
						font-size: 12px;
						line-height: 1.6em;
						color: #212121;
					}


	
	/* Direction Nav */
	.flex-direction-nav a  { 
		display: none;
	}
	
	
	
	/* Control Nav */
	.flex-control-nav {
		width:100%; 
		position:absolute; 
		bottom:-45px; 
		text-align:center;
		z-index: 100;
	}
		.flex-control-nav li {
			margin:0 6px; 
			display:inline-block;
		}
			.flex-control-paging li a {
				width: 25px;
				height: 4px;
				display:block; 
				background: #808080; 
				cursor:pointer; 
				text-indent:-9999px;
			}
			.flex-control-paging li a:hover {
				background: #000;
			}
			.flex-control-paging li a.flex-active {
				background: #000;
				cursor:default;
			}





/* bg 
--------------------- */
.bg {
	width: 100%;
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	background: url(../common_new/img/bg.gif) no-repeat center;
	background-size: cover;
}





/* cont 
--------------------- */
.cont {
}
	.cont h2 {
		font-family: 'Oswald', sans-serif;
		font-size: 20px;
		text-align: center;
		letter-spacing: 3px;
		line-height: 1;
		margin-bottom: 28px;
	}
		.cont h2 span {
			color: #dc0012;
		}


	.cont .btn {
		width: 100%;
	}
		.cont .btn a {
			display: block;
			height: 40px;
			background: #212121;
			font-family: 'Oswald', sans-serif;
			font-size: 12px;
			line-height: 40px;
			letter-spacing: 2px;
			text-align: center;
			color: #fff;
		}





/* movie 
--------------------- */
#movie {
	width: 100%;
	padding: 30px 0 0 0;
	display: none;
}
	#movie p img {
		width: 100%;
		height: auto;
	}





/* channel 
--------------------- */
#channel {
	width: 100%;
	padding: 30px 0 30px 0;
}
	#channel  dl {
		background: #dc0012;
		padding: 7px;
	}
		#channel dl dd iframe {
			width: 100%;
			height: 230px;
		}

		#channel dl dt {
			padding: 5px 10px;
			color: #fff;
			font-size: 12px;
		}
			#channel dl dt span {
				display: block;
				padding-bottom: 5px;
			}









/* photo 
--------------------- */
#photo {
	width: 100%;
	padding: 30px 0 0 0;
}
#photo .cont {
	border-bottom: solid 1px #d5d5d5;
	padding-bottom: 40px;
}
	#photo .pbox {
		width: 50%;
		float: left;
		margin-bottom: 0;
	}
		#photo .pbox a {
			display: block;
			text-align: center;
		}
			#photo .pbox a .pht {
				overflow: hidden;
				background: #000;
			}
				#photo .pbox a .pht img {
					width: 100%;
					height: auto;
					-moz-transition: -moz-transform 0.2s linear;
					-webkit-transition: -webkit-transform 0.2s linear;
					-o-transition: -o-transform 0.2s linear;
					-ms-transition: -ms-transform 0.2s linear;
					transition: transform 0.2s linear;
				}
				#photo .pbox a:hover .pht img {
					-webkit-transform: scale(1.1);
					-moz-transform: scale(1.1);
					-o-transform: scale(1.1);
					-ms-transform: scale(1.1);
					transform: scale(1.1);
				}

			#photo .pbox a p {
				display: none;
			}

			#photo .pbox a h3 {
				display: none;
			}









/* instagram 
--------------------- */
#instagram {
	width: 100%;
	padding: 30px 0 30px 0;
}
	#instagram ul li {
		width: 50%;
		float: left;
	}
		#instagram ul li img {
			width: 100%;
			height: auto;
		}









/* news 
--------------------- */
#news {
	width: 100%;
	padding: 30px 0 40px 0;
}
	#news .pbox {
		margin-bottom: 15px;
		box-shadow: 0px 0px 6px 3px #e3e3e3;
		position: relative;
	}
	#news .pbox:nth-child(3n) {
		margin-right: 0;
	}
		#news .pbox a {
			display: block;
		}
			#news .pbox a .pht {
				overflow: hidden;
				background: #000;
			}
				#news .pbox a .pht img {
					width: 100%;
					height: auto;
					-moz-transition: -moz-transform 0.2s linear;
					-webkit-transition: -webkit-transform 0.2s linear;
					-o-transition: -o-transform 0.2s linear;
					-ms-transition: -ms-transform 0.2s linear;
					transition: transform 0.2s linear;
				}
				#news .pbox a:hover .pht img {
					-webkit-transform: scale(1.1);
					-moz-transform: scale(1.1);
					-o-transform: scale(1.1);
					-ms-transform: scale(1.1);
					transform: scale(1.1);
				}
			
	
			#news .pbox a .cat {
				position: absolute;
				top: 10px;
				left: 10px;
				background: #dc0012;
				font-size: 10px;
				font-weight: 900;
				color: #fff;
				line-height: 1;
				padding: 5px 10px;
			}
			
	
			#news .pbox a .text {
				background: #fff;
				padding: 10px 20px 15px 20px;
			}
				#news .pbox a .text p {
					font-family: 'Oswald', sans-serif;
					font-size: 12px;
					color: #848484;
					margin-bottom: 5px;
				}

				#news .pbox a .text h3 {
					font-size: 14px;
					line-height: 1.6em;
				}




