@charset "utf-8";

/*-----------------------------------------------------------
 Gyoza Circle
-----------------------------------------------------------*/

#gyozacircle {
	}
	#gyozacircle #mainVisual {
		height: 1180px;
		text-indent: 100%;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		background: transparent url("/gyozacircle/images/mainVisual.jpg") no-repeat center top;
		}
		#gyozacircle #mainVisual * { margin: 0; padding: 0; }
	
	
	#gyozacircle ul#gcMenu {
		text-align: left;
		}
		#gyozacircle ul#gcMenu li {
			float: left;
			width: 450px;
			margin: 0 0 10px 50px; padding: 0 0 10px;
			border-bottom: 1px dotted #ccc;
			}
			#gyozacircle ul#gcMenu li:nth-child(2n+1) { margin-left: 0; }
			
			#gyozacircle ul#gcMenu li img {
				width: 115px;
				margin: 0 20px 0 0;
				vertical-align: middle;
				}
			#gyozacircle ul#gcMenu li span {
				font-size: 22px;
				font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, meiryo, "メイリオ", verdana ,'ＭＳ Ｐゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,osaka ,sans-serif;
				font-weight: bold;
				font-feature-settings : "palt";
				}
				_::-webkit-full-page-media, _:future, :root #gyozacircle ul#gcMenu li span  { font-feature-settings : "pkna"; }


	#gyozacircle p#btnRegist {
		text-align: center;
		}
		#gyozacircle p#btnRegist a {
			padding: 50px;
			display: block;
			font-size: 72px;
			font-weight: bold;
			font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, meiryo, "メイリオ", verdana ,'ＭＳ Ｐゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,osaka ,sans-serif;
			font-feature-settings : "palt";
			line-height: 1;
			text-decoration: none;
			color: #fff;
			background: rgb(231,49,116);
			background: -moz-linear-gradient(top,  rgba(231,49,116,1) 0%, rgba(231,49,116,1) 50%, rgba(203,27,92,1) 51%, rgba(203,27,92,1) 100%);
			background: -webkit-linear-gradient(top,  rgba(231,49,116,1) 0%,rgba(231,49,116,1) 50%,rgba(203,27,92,1) 51%,rgba(203,27,92,1) 100%);
			background: linear-gradient(to bottom,  rgba(231,49,116,1) 0%,rgba(231,49,116,1) 50%,rgba(203,27,92,1) 51%,rgba(203,27,92,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73174', endColorstr='#cb1b5c',GradientType=0 );
			box-shadow: inset 0 0 0 1px rgba(255,255,255,1), inset 0 -6px 0 0 rgba(0,0,0,0.2);
			border: 6px solid #e8e8e8;
			border-radius: 10px;
			transition: all ease-out .3s;
			}
			#gyozacircle p#btnRegist a:hover { opacity: 0.6; }
			
			_::-webkit-full-page-media, _:future, :root #gyozacircle p#btnRegist a  { font-feature-settings : "pkna"; }
