@charset "UTF-8";

/* //////////////////////////////////////////////////
[COMMON] 
////////////////////////////////////////////////// */

/* webFont
----------------------------------- */
#newsListHeader h1,
#supLinkAside ul li a .en,
#newsRanking header h2,
#salesSectionHeader h1 {
	font-family: 'Cantarell', arial, serif !important;
}
.blockSaleService .feeIndication .yen,
.blockSaleService .feeIndication .num em {
	font-family: 'VT323', arial, sans-serif;
}


/* textOutline
----------------------------------- */
#thanksHeader h1 {
	text-shadow: 3px 3px 1px white, 3px 1.5px 1px white, 3px 0px 1px white, 3px -1.5px 1px white, 3px -3px 1px white, 1.5px -3px 1px white, 0px -3px 1px white, -1.5px -3px 1px white, -3px -3px 1px white, -3px -1.5px 1px white, -3px 0px 1px white, -3px 1.5px 1px white, -3px 3px 1px white, -1.5px 3px 1px white, 0px 3px 1px white, 1.5px 3px 1px white;
}
#thanksSection .blockOutline p {
	text-shadow: 2px 2px 1px white, 2px 1px 1px white, 2px 0px 1px white, 2px -1px 1px white, 2px -2px 1px white, 1px -2px 1px white, 0px -2px 1px white, -1px -2px 1px white, -2px -2px 1px white, -2px -1px 1px white, -2px 0px 1px white, -2px 1px 1px white, -2px 2px 1px white, -1px 2px 1px white, 0px 2px 1px white, 1px 2px 1px white;
}


/* animation
----------------------------------- */ 
@-webkit-keyframes cloverLargeAnm {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes cloverSmallAnm {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

.thanks {
  -webkit-animation-name: cloverLargeAnm;
  -webkit-animation-duration: 4.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}

.deco01, .deco02, .deco03, .deco04 {
  -webkit-animation-name: cloverSmallAnm;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}

.deco01 {
  -webkit-animation-duration: 5.1s;
  -webkit-animation-delay: 0.1s;
}

.deco02 {
  -webkit-animation-duration: 3.9s;
  -webkit-animation-delay: 0.2s;
}

.deco03 {
  -webkit-animation-duration: 3.8s;
  -webkit-animation-delay: 0.3s;
}

.deco04 {
  -webkit-animation-duration: 4.9s;
  -webkit-animation-delay: 0.4s;
}

/* star animation */
@-webkit-keyframes starRollingAnm {
  0% {
 	opacity:1;
  }
  10% {
  	opacity:0;
  }
  20% {
  	opacity:1;
  }
  100% {
  	opacity:1;
  }
}
.star01,.star02,.star03,.star04,.star05,.star06,.star07,.star08 {
  -webkit-animation-name: starRollingAnm;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
}

.star01,.star02,.star03,.star04,.star05,.star06,.star07,.star08 {
  -webkit-animation-duration: 7s;	
}

.star02 { -webkit-animation-delay: 2s; }
.star05 { -webkit-animation-delay: 3s; }
.star03 { -webkit-animation-delay: 6s; }
.star06 { -webkit-animation-delay: 9s; }
.star04 { -webkit-animation-delay: 12s; }
.star07 { -webkit-animation-delay: 15s; }
.star08 { -webkit-animation-delay: 18s; }

/* torophy star animation */


/* //////////////////////////////////////////////////
[LIST COMMON]
////////////////////////////////////////////////// */

/* stateRibbon
----------------------------------- */
.stateRibbon {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 75px;
	height: 75px;
	overflow: hidden;
}
.stateRibbon:before,
.stateRibbon:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background: #999;
}
.stateRibbon:before {
	top: 0;
	right: 0;
}
.stateRibbon:after {
	left: 0;
	bottom: 0;
}
.stateRibbon p {
	position: absolute;
	z-index: 3;
	top: 24px;
	left: -28px;
	width: 120px;
	padding: 3px 0;
	line-height: 1;
	font-size: 77%;
	text-align: center;
	font-weight: bold;
	color: white;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);

	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.stateRibbon .recommend { background: #f77f1d; }
.stateRibbon .sale { background: #4879c7; }
.stateRibbon .close { background: black; }
.stateRibbon .soldout { background: #eb575c; letter-spacing: 0.1em; }

/* awardTrophy
----------------------------------- */
.awardTrophy {
	position: absolute;
	z-index: 5;
	top: 5px;
	right: 3px;
	width: 36px;
	height: 34px;
}
.awardTrophy span {
	position: absolute;
}
.awardTrophy .star01, .awardTrophy .star02 {
	color: yellow;
}
.awardTrophy .star03 {
	color: white;
}
.awardTrophy .star01 {
	font-size: 140%;
	bottom: 40px;
	right: 5px;
}
.awardTrophy .star02 {
	font-size: 120%;
	bottom: 5px;
	right: 40px;
}
.awardTrophy .star03 {
	font-size: 100%;
	bottom: 50px;
	right: 30px;
}

/* indicateNumber
----------------------------------- */
#indicateNumber {
	float: right;
	line-height: 1;
	margin: -15px 5px 10px 0;
	color: black;
}
#indicateNumber .number {
	font-size: 369%;
	font-weight: bold;
	margin-right: 5px; 
}
#indicateNumber .unit {
	font-size: 139%;
}
#indicateNumber .amount {
	color: #ccc;
	font-size: 139%;
}
body#smartphone #indicateNumber li {
	float: left;
}
body#smartphone #indicateNumber .iPhone {
	margin-right: 20px;
}
body#smartphone #indicateNumber .os {
	margin-right: 5px;
	font-size: 185%;	
}

/* ttl_closedService
----------------------------------- */
.ttl_closedService {
	display: block;
	clear: both;
	height: auto !important;
	margin: 0 0 20px;
	padding: 3px 15px;
	border-left: solid 1px black;
	line-height: 1.2;
	color: black;
	font-size: 139%;
	font-weight: bold;
}

/* //////////////////////////////////////////////////
[SMATPHONE LIST]
////////////////////////////////////////////////// */

/* --------------------------------------------------
	Smartphone Apli
-------------------------------------------------- */
#smaphoApliListSection {

}
#smaphoApliList {
	position: relative;
}
body#smartphone #listBlockContainer {
	width: 1180px;
	margin: 0 auto;
}

/* header
----------------------------------- */
#smaphoApliListHeader {
	border-bottom: solid 1px black;
	margin-bottom: 30px;
}
#smaphoApliListHeader h1 {
	float: left;
	margin-bottom: 10px;
	font-size: 247%;
	line-height: 1.2;
}

/* unit Smapho Apli
----------------------------------- */
.unitSmaphoApli {
	float: left;
	*width: 175px;
	margin: 0 20px 60px 0;
}
#smaphoApliList .lastChild {
	margin-bottom: 100px;
} 
.unitSmaphoApli .image {
	position: relative;
	margin-bottom: 15px;
}
.unitSmaphoApli .icon {
	position: relative;
}
.unitSmaphoApli .icon a {
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	width: 177px;
	height: 179px;
	background: url(/img/service/icon_mask.png) no-repeat;
	text-indent: -99999px;
}
.unitSmaphoApli .close .icon a {
	background-color: rgba(0,0,0,0.3);
}
.unitSmaphoApli h2 {
	width: 175px;
	text-align: center;
	margin-bottom: 5px;
}
.unitSmaphoApli h2 a {
	font-size: 116%;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}
.unitSmaphoApli .feeIndication {
	height: 25px;
	margin-bottom: 10px;
	background: #e1e6cb;
	background: -webkit-gradient(linear, left top, left bottom, from(#dde3c7), to(#f5f9df));   
	border-top: solid 1px #b7bca4;
	border-left: solid 1px #b7bca4;
	text-align: center;
}
.unitSmaphoApli .feeIndication span {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  		
	font-weight: bold;
	color: #4e5045;
	text-shadow: 1px 1px 1px #b7bca4;
	line-height: 25px;
}
.unitSmaphoApli .feeIndication .free {
	font-size: 124%;
}
.unitSmaphoApli .feeIndication .exception {
	font-size: 93%;
}
.unitSmaphoApli .feeIndication .yen {
	display: block;
	float: left;
	margin-left: 15px;
	font-size: 154%;
}
.unitSmaphoApli .feeIndication .num {
	display: block;
	float: right;
	margin-right: 15px;
	font-size: 154%;
}
.unitSmaphoApli .download {
	display: none;
	margin: 0 5px;
}

/* --------------------------------------------------
	Media Queries
-------------------------------------------------- */
@media screen and (max-width: 1280px) {
	body#smartphone #listBlockContainer {
		width: 985px;
	}
}
@media screen and (max-width: 1085px) {
	body#smartphone #listBlockContainer {
		width: 790px;
	}
}
@media screen and (max-width: 950px) {
	body#smartphone #indicateNumber {
		margin-top: -5px;
	}
	body#smartphone #indicateNumber .number {
		margin-right: 3px;
		font-size: 280%;
	}
}
@media screen and (max-width: 890px) {
	body#smartphone #listBlockContainer {
		width: 595px;
	}
}
@media screen and (max-width: 695px) {
	body#smartphone #listBlockContainer {
		width: 400px;
	}
}
@media screen and (max-width: 680px) {
	body.serviceList #containerInnr {
		padding: 0 30px;
	}
	body#smartphone #indicateNumber {
		font-size: 80%;
	}
	body#smartphone #indicateNumber .number {
		font-size: 250%;
	}
}
@media screen and (max-width: 480px) {
	body#smartphone #indicateNumber .iPhone {
		float: right;
		margin-right: 0;
	}
	body#smartphone #indicateNumber .android {
		float: right;
		clear: both;
	}
}
@media screen and (max-width: 400px) {
	body#smartphone #listBlockContainer {
		width: 320px;
	}
	body.serviceList #containerInnr {
		padding: 0 10px;
	}
	.unitSmaphoApli {
		margin: 0 12px 30px 0;
	}
	.unitSmaphoApli .image {
		margin-bottom: 5px;
	}
	.unitSmaphoApli .icon {
		position: relative;
	}
	.unitSmaphoApli .icon a {
		top: 0;
		left: -1px;
		width: 66px;
		height: 67px;
		background: url(/img/service/icon_mask.png) no-repeat;
		background-size: 100%;
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		text-indent: -99999px;
	}
	.unitSmaphoApli .icon img {
		width: 65px;
		height: 65px;
	}
	.unitSmaphoApli h2 {
		width: 65px;
		margin-bottom: 5px;
	}
	.unitSmaphoApli h2 a {
		font-size: 90%;
		font-weight: bold;
		text-decoration: none;
	}
	.unitSmaphoApli h2 img {
		display: none;
	}
	.unitSmaphoApli .feeIndication {
		display: none;
	}
	.unitSmaphoApli .download {
		margin: 0;
		display: block;
	}
	.unitSmaphoApli .download a {
		display: block;
		background: #999;
		padding: 5px 0;
		color: white;
		font-size: 77%;
		font-weight: bold;
		text-shadow: -1px -1px 1px #666;
		line-height: 1;
		border-right: solid 1px #999;
		border-bottom: solid 1px #999;
		text-align: center;

		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa));   
	}
	.stateRibbon {
		top: -4px;
		left: -4px;
		transform-origin: top left;
		-webkit-transform-origin: top left;
		-moz-transform-origin: top left;
	}
	.awardTrophy {
		right: -5px;
		bottom: -5px;
		transform-origin: right bottom:
		-webkit-transform-origin: 150px, 150px:
		-moz-transform-origin: right bottom:
	}
	.stateRibbon,
	.awardTrophy {
		transform: scale(0.7, 0.7);
		-webkit-transform: scale(0.7, 0.7);
		-moz-transform: scale(0.7, 0.7);
	}
}

/* //////////////////////////////////////////////////
[SERVICE] 
////////////////////////////////////////////////// */
body#net #listBlockContainer,
body#socialgame #listBlockContainer {
	width: 1110px;
	margin: 0 auto;
}

/* header
----------------------------------- */
#serviceListHeader {
	border-bottom: solid 1px black;
	margin-bottom: 15px;
}
#serviceListHeader h1 {
	float: left;
	margin-bottom: 10px;
	font-size: 247%;
	line-height: 1.2;
}

/* --------------------------------------------------
	supFunction
-------------------------------------------------- */
#supFnctionWrap {
	margin-bottom: 25px;
}

/* sortBtnAside
----------------------------------- */
#sortBtnAside {
	float: left;
	background: #eee;
	padding: 8px 20px 8px 13px;
	border-radius: 5px;
}
#sortBtnAside li {
	float: left;
}
#sortBtnAside .recommend {
	margin-right: 16px;
}
#sortBtnAside li a {
	display: block;
	padding-left: 16px;
	background: url(/img/service/sprite.png) no-repeat 0 -100px;
	line-height: 1;
}
#sortBtnAside li a:link,
#sortBtnAside li a:visited {
	text-decoration: underline;
}
#sortBtnAside li a:hover,
#sortBtnAside li a:active,
#sortBtnAside .select a {
	background: url(/img/service/sprite.png) no-repeat 0 0;
	text-decoration: none;
}
#sortBtnAside .select a:link,
#sortBtnAside .select a:visited {
	text-decoration: none;
} 

/* serviceType
----------------------------------- */
#serviceTypeNav {
	position: relative;
	z-index: 10;
	float: right;
	width: 30%;
	min-width: 270px;
	margin-bottom: 25px;
	font-size: 93%;
}
#serviceType:hover {
	cursor: pointer;
}
#btnServiceTypeList a {
	display: block;
	padding-left: 10px;
	border: solid 1px #ccc;
	line-height: 2.3;
	color: #333;
	text-decoration: none;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#serviceTypeNav.focus a,
#btnServiceTypeList a:hover,
#btnServiceTypeList a:active {
	border-color: #666;
	background: #eee;
}
#btnServiceTypeList a .arrow {
	float: right;
	display: block;
	width: 28px;
	background: #ccc;
	text-align: center;
	color: white;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}
#serviceTypeNav.focus a .arrow,
#btnServiceTypeList a:hover .arrow {
	background: #666;
}
#btnServiceTypeList a .arrow span {
	display: block;
	transform: scale(0.55,0.55);
	-webkit-transform: scale(0.65,0.65);
	-moz-transform: scale(0.55,0.55);
}
#serviceTypeList {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 100%;
}
#serviceTypeList li {
	margin-top: 1px;
}
#serviceTypeList li a {
	display: block;
	padding: 8px 10px;
	background: rgba(0,0,0,0.7);
	line-height: 1;
	color: white;
	font-weight: bold;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#serviceTypeList li a:active,
#serviceTypeList li a:hover {
	background: rgba(0,0,0,0.6);
	text-decoration: none;
}
#serviceTypeList .select a {
	background: black;
}

/* --------------------------------------------------
	serviceList
-------------------------------------------------- */
#serviceList {
	position: relative;
	margin-bottom: 30px;
}
#serviceList .firstChild {
	clear: both;
}
#serviceList .lastChild {
	margin-bottom: 100px;
}
.unitService {
	float: left;
	width: 202px;
	_display: inline;
	margin: 0 10px 40px 10px;
}	
.unitService .innr {
	position: relative;
	border: solid 1px black;
}
.unitService .innr .image a {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 200px;
	height: 250px;
}
.unitService .innr .close a:after {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.unitService .innr .image a img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;

	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.unitService .innr .image a .capture {
	top: 100px;
}
.unitService:hover .slideUp a .logo { top: -250px; }
.unitService:hover .slideUp a .capture { top: -150px; }
.unitService:hover .slideDown a .logo { top: 250px; }
.unitService:hover .slideDown a .capture { top: 350px; }
.unitService:hover .slideLeft a img { left: -200px; }
.unitService:hover .slideRight a img { left: 200px; }

.unitServiceLogo:hover .slideUp a img { top: -100px; }
.unitServiceLogo:hover .slideDown a img { top: 100px; }
.unitServiceLogo:hover .slideLeft a img { left: -200px; }
.unitServiceLogo:hover .slideRight a img { left: 200px; }

.unitService .tagline {
	width: 190px;
	height: 250px;
	padding: 0 5px;
	background: url(/img/service/bg_tagline.png) no-repeat;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.1;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
body.en .unitService .tagline {
	text-align: center;
}
.unitService .balloon01 { background-position: 0 0; }
.unitService .balloon02 { background-position: 0 -250px; }
.unitService .balloon03 { background-position: 0 -500px; }
.unitService .balloon04 { background-position: 0 -750px; }
.unitServiceLogo .balloon01 { background-position: 0 -1000px; }
.unitServiceLogo .balloon02 { background-position: 0 -1100px; }
.unitServiceLogo .balloon03 { background-position: 0 -1200px; }
.unitServiceLogo .balloon04 { background-position: 0 -1300px; }

.unitService .type {
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0;

	transform-origin: right bottom;
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
}
.unitService .type li {
	float: left;
	font-size: 77%;
	margin: 0 2px 3px 0;
	padding: 2px;
	background: rgba(0,0,0,0.9);
	color: white;
	font-weight: bold;
	line-height: 1;
}

/*unitServiceLogo*/
.unitServiceLogo .innr .image a {
	height: 100px;
}
.unitServiceLogo .tagline {
	width: 120px;
	height: 100px;
	padding: 0 40px;
	font-size: 124%;
}

/* socialGame
----------------------------------- */
#mainVisual {
	height: 150px;
	margin-bottom: 30px;
	text-align: center;
	background: url(/img/service/bg/socialHeader.png) no-repeat 50% 50%;
	background-size: auto 100%;
	overflow: hidden;
}
body.en #mainVisual {
	background: url(/img/service/bg/socialHeader_en.png) no-repeat 50% 50%;
}
#mainVisual img {
	width: auto;
	height: 100%;
}
#teamLeaderMsg {
	position: relative;
	padding-top: 30px;
	padding-bottom: 35px;
}
#teamLeaderMsg h2 {
	margin-bottom: 25px;
}
#teamLeaderMsg h2 br {
	display: none;
}
#teamLeaderMsg aside {
	position: absolute;
	top: -25px;
	right: 10px;
	width: 230px;
	height: 125px;
}
#teamLeaderMsg aside .kaichi,
#teamLeaderMsg aside .balloon {
	position: absolute;
}
#teamLeaderMsg aside .balloon {
	top: 0;
	left: 0;
	-webkit-animation: 'balloonAnm' 2.5s ease-in-out 0s infinite alternate, 'balloonAnmFeed' 2.3s ease-in-out 0s;
}
@-webkit-keyframes balloonAnm {
	0% { top: 0; }
	100% { top: -10px; }
}
@-webkit-keyframes balloonAnmFeed {
	0% { opacity: 0; }
	99% { opacity: 0; }
	100% { opacity: 1; }
}
#teamLeaderMsg aside .kaichi {
	bottom: 0;
	right: 0;
	-webkit-animation: 'kaichiJumpAnm' 2.2s ease-in-out 0s;
}
@-webkit-keyframes kaichiJumpAnm {
	0% { opacity:0; }
	70% { opacity:0; bottom: 0; }
	91% { opacity:1; bottom: 30px; }
	100% { opacity:1; bottom: 0; }
} 
#teamLeaderMsg .body p {
	margin-bottom: 20px;
} 
#teamLeaderMsg .body .from {
	margin-bottom: 0;
	text-align: right;
}
#teamLeaderMsg .body .from span {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  		
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 1230px) {
	body#net #listBlockContainer,
	body#socialgame #listBlockContainer {
		width: 888px;
	} 
	#teamLeaderMsg h2 br {
		display: inline;
	}
}
@media screen and (max-width: 1008px) {
	body#net #listBlockContainer,
	body#socialgame #listBlockContainer {
		width: 666px;
	} 
}
@media screen and (max-width: 950px) {
	#teamLeaderMsg {
		padding-top: 140px;
	}
	#teamLeaderMsg aside {
		top: -25px;
		right: auto;
		left: 50%;
		margin-left: -115px;
	}	
}
@media screen and (max-width: 786px) {
	body#net #listBlockContainer,
	body#socialgame #listBlockContainer {
		width: 444px;
	} 
}
@media screen and (max-width: 680px) {
	#mainVisual {
		height: 120px;
	}	
}
@media screen and (max-width: 564px) {
	body#net #listBlockContainer,
	body#socialgame #listBlockContainer {
		width: 202px;
	}
	.unitService {
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	.unitService:hover .innr .image a img  {
		top: 0;
		left: 0;
	}
	.unitService:hover .innr .image a .capture {
		top: 100px;
	}
	#mainVisual {
		height: 100px;
	}
	body.en #mainVisual {
		height: 70px;
	}
	#teamLeaderMsg {
		padding-left: 20px;
		padding-right: 20px;
	}
	#teamLeaderMsg h2 br {
		display: none;
	}	
}


/* //////////////////////////////////////////////////
[DETAIL] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	Content
-------------------------------------------------- */
#detailSectionHeader {
	border-bottom: solid 1px black;
	margin-bottom: 20px;
	padding: 10px 0;
}
#detailSectionHeader h1 {
	float: left;
	padding: 0;
	font-size: 247%;
	line-height: 1;
}
#detailSectionHeader .state {
	float: right;
	margin-top: 10px;
}
#detailSectionHeader .state li {
	float: left;
	margin-left: 10px;
	padding: 3px 10px;
	line-height: 1;
	color: white;
	font-weight: bold;
}

#detailSectionHeader .state .recommend { background: #f77f1d; }
#detailSectionHeader .state .sale { background: #4879c7; }
#detailSectionHeader .state .close { background: black; }
#detailSectionHeader .state .soldout { background: #eb575c; letter-spacing: 0.1em; }

.columnLeft {
	float: left;
	width: 55%;
}
.columnRight {
	float: right;
	width: 41%;
}


/* --------------------------------------------------
	outLineSection
-------------------------------------------------- */
#outlineSection {
	padding-bottom: 30px;
}
#outlineSection p {
	margin-top: 20px;
}
#outlineSection .icon {
	position: relative;
	float: right;
	margin: 20px 0 20px 20px;
}
#outlineSection .icon:after {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 92px;
	height: 93px;
	background: url(/img/service/icon_mask_detail.png) no-repeat;
}

/* --------------------------------------------------
	Capture Gallery
-------------------------------------------------- */
#blockCaptureGallery {
	position: relative;
	max-width: 400px;
	margin: 0 auto 35px;
} 
body.smartphone #blockCaptureGallery {
	max-width: 320px;
}
#mainCapture {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 4%;
	border: solid 1px #ccc;
}
#mainCapture ul {
	position: relative;
	top: 0;
	left: -100%;
	width: 400%;
}
#mainCapture .imageLength1 {
	left: 0px;
}
body.smartphone #mainCapture ul {
	left: 0;
	width: 500%;
}
#mainCapture ul li {
	width: 25%;
	float: left;
} 
body.smartphone #mainCapture ul li {
	width: 20%;
} 
#mainCapture ul li img {
	width: 100%;
	height: auto;
	max-width: 400px;
}
#captureThm01,
#captureThm02 {
	position: relative;
	width: 48%;
	max-width: 192px;
	overflow: hidden;
	cursor: pointer;
}
#captureThm01 {
	float: left;
	border: solid 1px #ccc;
}
#captureThm02 {
	float: right;
	border: solid 1px #ccc;
}
#captureThm01 ul,
#captureThm02 ul {
	position: relative;
	top: 0;
	width: 400%;
}
#captureThm01 ul {
	left: 0%;
}
#captureThm02 ul {
	left: 0%;
}
#captureThm01 ul li,
#captureThm02 ul li {
	width: 25%;
	float: left;
} 
#captureThm01 ul li img,
#captureThm02 ul li img {
	width: 100%;
	height: auto;
	max-width: 192px;
}
#captureThm01 ul li img:hover,
#captureThm02 ul li img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
	zoom: 1;	
}

/* BtnCaptureChg */
#btnCaptureChg {
	text-align: center;
}
#btnCaptureChg li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	width: 30px;
	margin-right: 4%;
	color: #ccc;
	font-size: 250%;
	cursor: pointer;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif; 
	

	transition: 0.1s ease-in-out;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
}
#btnCaptureChg .select,
#btnCaptureChg li:hover {
	color: black;
	font-size: 400%;

	transition: 0;
	-webkit-transition: 0;
	-moz-transition: 0;
} 

/* awardRibbon */
#awardRibbon {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 110px;
	height: 110px;
	overflow: hidden;
}
#awardRibbon:before,
#awardRibbon:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #999;
}
#awardRibbon:before {
	top: 0;
	left: 0;
}
#awardRibbon:after {
	right: 0;
	bottom: 0;
}
#awardRibbon p {
	position: absolute;
	z-index: 3;
	top: 30px;
	right: -35px;
	width: 160px;
	padding: 7px 0;
	background: yellow;
	line-height: 1;
	font-size: 116%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);

	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
/* awardDeco */
#awardDeco {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
}
#awardDeco span {
	position: absolute;
}

#awardDeco .star01, #awardDeco .star02,
#awardDeco .star03, #awardDeco .star04 {
	color: yellow;
}
#awardDeco .star05, #awardDeco .star06,
#awardDeco .star07 {
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1, from(#bbb), color-stop(50%, #bbb), color-stop(50%, #fff), to(#fff));   
	-webkit-background-size: 3px;
	-webkit-background-clip: text;
	color: transparent;
}
body.ff #awardDeco .star05, body.ff #awardDeco .star06,
body.ff#awardDeco .star07 {
	color: #eee;
}
#awardDeco .star01 {
	font-size: 300%;
	top: -50px;
	right: 20px;
}
#awardDeco .star02 {
	font-size: 200%;
	top: 10px;
	right: 50px;
}
#awardDeco .star03 {
	font-size: 220%;
	top: 30px;
	right: -50px;
}
#awardDeco .star04 {
	font-size: 320%;
	top: 90px;
	right: -30px;
}
#awardDeco .star05 {
	font-size: 500%;
	top: -60px;
	right: 100px;
}
#awardDeco .star06 {
	font-size: 300%;
	top: 0;
	right: -30px;
}
#awardDeco .star07 {
	font-size: 250%;
	top: 70px;
	right: 0;
}

/* --------------------------------------------------
	Award Section
-------------------------------------------------- */
#awardSection {
	margin-bottom: 35px;
}
#awardSection h3 {
	margin-bottom: 15px;
}
#awardSection .content {
	padding-left: 15px;
	border-left: dashed 1px black;
}
#awardSection .content li {
	clear: both;
	margin-bottom: 15px;
}
#awardSection .content li p {
	display: table-cell;
	vertical-align: middle;
	font-size: 108%;
}
#awardSection .content li .image {
	padding-right: 15px;
}
#btnMoreAward {
	padding: 10px;
	background: #ddd;
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1, from(#bbb), color-stop(50%, #bbb), color-stop(50%, #fff), to(#fff));   
	-webkit-background-size: 3px;
}
#moreAward {
	display: none;
}
#btnMoreAward a {
	display: block;
	padding: 10px 0;
	background: white;
	line-height: 1;
	font-weight: 108%;
	text-align: center;
	text-decoration: none;

	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
}
#btnMoreAward a:hover,
#btnMoreAward a:active {
	background: #666;
	color: white;
	font-weight: bold;
}
#btnMoreAward a span {
	background: url(/img/common/ico/arrow_sprite.png) no-repeat 0 -1293px;
	padding: 5px 0 5px 20px;
}
#btnMoreAward a:hover span {
	background-position: 0 -1193px;
}
#btnMoreAward .open span {
	background-position: 0 -893px;
}
#btnMoreAward .open:hover span {
	background-position: 0 -793px;
}


/* --------------------------------------------------
	Media Section
-------------------------------------------------- */
#mediaSection {
	margin-bottom: 35px;
}
#mediaSection h3 {
	margin-bottom: 15px;
}
#mediaSection .content {
	padding-left: 15px;
	border-left: dashed 1px black;
}
#mediaSection .unitMedia {
	margin-bottom: 20px;
}
.unitMedia .timeTags {
	float: left;
	margin-bottom: 5px;
}
.unitMedia .timeTags time {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  		
	margin-right: 3px;
	padding: 3px;
	background: #ccc;
	color: white;
	font-size: 85%;
	line-height: 1;
}
.unitMedia .timeTags .tags {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  		
}
.unitMedia .timeTags .tags li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  		
	margin-right: 3px;
	padding: 0.4em 0;
	color: #ccc;
	font-size: 77%;
	line-height: 1;
}
.unitMedia .timeTags .tags li a {
	text-decoration: none;
	color: #ccc;
}
.unitMedia .timeTags .tags li a:hover,
.unitMedia .timeTags .tags li a:active {
	color: black;
}
.unitMedia .main {
	clear: both;
	font-size: 108%;
}
#btnMoreMedia {
	padding: 10px;
	background: #ddd;
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1, from(#bbb), color-stop(50%, #bbb), color-stop(50%, #fff), to(#fff));   
	-webkit-background-size: 3px;
}
#moreMedia {
	display: none;
}
#btnMoreMedia a {
	display: block;
	padding: 10px 0;
	background: white;
	line-height: 1;
	font-weight: 108%;
	text-align: center;
	text-decoration: none;
}
#btnMoreMedia a:hover,
#btnMoreMedia a:active {
	background: #666;
	color: white;
	font-weight: bold;
}
#btnMoreMedia a span {
	background: url(/img/common/ico/arrow_sprite.png) no-repeat 0 -1293px;
	padding: 5px 0 5px 20px;
}
#btnMoreMedia a:hover span {
	background-position: 0 -1193px;
}
#btnMoreMedia .open span {
	background-position: 0 -893px;
}
#btnMoreMedia .open:hover span {
	background-position: 0 -793px;
}

/* --------------------------------------------------
	NEWS Section
-------------------------------------------------- */
#newsSection {
	margin-bottom: 35px;
}
#newsSection h3 {
	margin-bottom: 15px;
}
#newsSection .content {
	padding-left: 15px;
	border-left: dashed 1px black;
}
#newsSection .unitNews {
	margin-bottom: 10px;
}
#newsSection .unitNews .time {
	float: left;
	margin-bottom: 5px;
}
#newsSection .unitNews .time time {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  		
	padding: 3px;
	background: #ccc;
	color: white;
	font-size: 85%;
	line-height: 1;
}
#newsSection .unitNews .main {
	clear: both;
}
#btnMoreNews {
	padding: 10px;
	background: #ddd;
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1, from(#bbb), color-stop(50%, #bbb), color-stop(50%, #fff), to(#fff));   
	-webkit-background-size: 3px;
}
#moreNews {
	display: none;
}
#btnMoreNews a {
	display: block;
	padding: 10px 0;
	background: white;
	line-height: 1;
	font-weight: 108%;
	text-align: center;
	text-decoration: none;
}
#btnMoreNews a:hover,
#btnMoreNews a:active {
	background: #666;
	color: white;
	font-weight: bold;
}
#btnMoreNews a span {
	background: url(/img/common/ico/arrow_sprite.png) no-repeat 0 -1293px;
	padding: 5px 0 5px 20px;
}
#btnMoreNews a:hover span {
	background-position: 0 -1193px;
}
#btnMoreNews .open span {
	background-position: 0 -893px;
}
#btnMoreNews .open:hover span {
	background-position: 0 -793px;
}

/* --------------------------------------------------
	Detail Data
-------------------------------------------------- */
#blockDetailData {
	margin-bottom: 30px;
}
#detailDataTbl .url td .linktoExternal {
	background-position: 0 -290px;
}
#detailDataTbl .url td a {
	font-size: 138%;
	font-weight: bold;
}
#detailDataTbl .price td {
	font-size: 139%;
	font-weight: bold;
}
#detailDataTbl .price td .state {
	margin-left: 15px;
	padding: 3px 10px;
	font-size: 13px;
	color: white;
	font-weight: bold;
	vertical-align: middle;
}
#detailDataTbl .price td .recommend { background: #f77f1d; }
#detailDataTbl .price td .sale { background: #4879c7; }
#detailDataTbl .price td .close { background: black; }
#detailDataTbl .price td .soldout { background: #eb575c; letter-spacing: 0.1em; }

#detailDataTbl .download td {
	padding-bottom: 0;
}
#detailDataTbl .download td p {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  		
	margin: 0 7% 10px 0;
}
#detailDataTbl .download td p img:hover,
#detailDataTbl .download td p img:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
	zoom: 1;	
}
#detailDataTbl .advertise td a span {
    background: url(/img/company/ico/ico_pdf.png) no-repeat scroll 0 4px transparent;
    padding-left: 24px;
}

/* --------------------------------------------------
	Member Section
-------------------------------------------------- */
#memberSection {
	margin-bottom: 20px;
}
#memberSection h3 {
	margin-bottom: 15px;
}
#memberSection .content {
	padding-left: 15px;
	border-left: dashed 1px black;
}
#memberSection .content .present {
	margin-bottom: 30px;
}
.unitMember {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}
.unitMember .image:hover,
.unitMember .image:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
	zoom: 1;	
}
.unitMember .image,
.unitMember dl {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}
.unitMember dt a {
	font-size: 93%;
	color: #999;
	text-decoration: none;
}
.unitMember dd a {
	font-size: 124%;
	line-height: 1.2;
	text-decoration: none;
}
#memberSection .content .former {
	padding: 10px 0 5px 15px;
	background: #eee;
}

#memberSection .content .former h4 {
	margin-bottom: 10px;
	line-height: 1;
	color: #777;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
}

#memberSection .content .former li {
	position: relative;
	float: left;
	margin: 0  10px 10px 0;
}
#memberSection .content .former li p a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
	zoom: 1;	
}
#memberSection .content .former li:hover {
	z-index: 3;
}
#memberSection .content .former li dl {
	position: absolute;
	top: 35px;
	left: -50%;
	width: 70px;
	padding: 3px;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;

	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
#memberSection .content .image:hover + dl {
	opacity: 1;
}
#memberSection .content .former li dt,
#memberSection .content .former li dd {
	color: white;
	text-align: center;
}
#memberSection .content .former li dt {
	font-size: 85%;
	line-height: 1.1;
}
#memberSection .content .former li dd {
	font-size: 93%;
}

/* --------------------------------------------------
	Media Queries
-------------------------------------------------- */
@media screen and (max-width: 900px) {
	.unitMember {
		float: none;
		width: auto;
	}
}
@media screen and (max-width: 800px) {
	.columnLeft,
	.columnRight {
		float: none;
		width: auto;
	}
	body.serviceDetail #containerInnr {
		padding: 0 30px;
	}
	.unitMember {
		float: left;
		width: 50%;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 680px) {
	body.serviceDetail #containerInnr {
		padding: 0 30px;
	}
}
@media screen and (max-width: 500px) {
	.unitMember {
		float: none;
		width: auto;
	}
}
@media screen and (max-width: 400px) {
	body.smartphone #blockCaptureGallery {
		max-width: 270px;
	} 
	body.serviceDetail #containerInnr {
		padding: 0 10px;
	}
}


/* //////////////////////////////////////////////////
[FOODS]
////////////////////////////////////////////////// */

/* mainImageArea
----------------------------------- */
#mainImageArea {
	margin-bottom: 30px;
}
#mainImageArea .image01,
#mainImageArea .image02 {
	width: 50%;
}
#mainImageArea .image01 img,
#mainImageArea .image02 img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#mainImageArea .image01 {
	float: left;
}
#mainImageArea .image02 {
	float: right; 
}
#mainImageArea .image01 a,
#mainImageArea .image02 a {
	display: block;
}

/* block
----------------------------------- */
body#foods .blockWithPic01 .blockPic,
body#foods .blockWithPic02 .blockPic .pic01,
body#foods .blockWithPic02 .blockPic .pic02,
body#foods .blockWithPic03 .blockPic .pic01,
body#foods .blockWithPic03 .blockPic .pic02,
body#foods .blockWithPic03 .blockPic .pic03, {
	width: 300px;
}
body#foods .pic02 {
	margin:0 30px 30px 0;
}
body#foods .blockWithPic02 .body {
	margin-right: 670px;
}
body#foods .blockWithPic01 .body {
	margin-right: 350px;
}
body#foods .blockWithPic01 .body {
	margin-right: 350px;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 680px) {
	#mainImageArea .image01,
	#mainImageArea .image02 {
		float: none;
		width: auto;
	}
}

/*//////////////////////////////////////////////////
[LABS]
//////////////////////////////////////////////////*/

/* wrapper
----------------------------------- */
#labsBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#labsBg img {
    display: block;
    width: 100%;
    height: 622px;
}

/* pageHeader
----------------------------------- */
body#labs .pageHeader {
    position: relative;
    height: 520px;
}
body#labs .pageHeader .pageName,
body#labs .pageHeader .mount,
body#labs .pageHeader .sun,
body#labs .pageHeader .bg {
    position: absolute;
}
body#labs .pageHeader .pageName {
    z-index: 10;
    top: 60px;
    left: 7%;
}
body#labs .pageHeader .mount {
    z-index: 5;
    top: 150px;
    left: -50px;
}
body#labs .pageHeader .sun {
    z-index: 3;
    top: 190px;
    left: 100px;
}

/* menberList
----------------------------------- */
body#labs .blockBmjpExp {
    margin-bottom: 70px;
}
body#labs .memberList {
}
body#labs .memberList li {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 10px 20px;
}
body#labs .memberList li:hover {
    z-index: 3;
}
body#labs .memberList .image:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
	*zoom: 1; 
}
body#labs .memberList dl {
    display: none;
    position: absolute;
    top: 80px;
    left: -10px;
    width: 100px;
    padding: 5px 0;
    background: #333;
    background: rgba(0,0,0,0.9);
    color: white;
    text-align: center;
    line-height: 1.2;
}
body#labs .memberList li:hover dl {
    display: block;
}
body#labs .memberList dt {
    font-size: 80%;
}

/* appList
----------------------------------- */
body#labs .appList {
    width: 1180px;
    margin: 0 auto;
}
@media screen and (max-width: 1300px) { body#labs .appList { width: 980px; } }
@media screen and (max-width: 1100px) { body#labs .appList { width: 780px; } }
@media screen and (max-width:  840px) { body#labs .appList { width: 590px; } }
@media screen and (max-width:  640px) { body#labs .appList { width: 400px; } }
@media screen and (max-width:  400px) { body#labs .appList { width: 360px; } }

body#labs .unitSmaphoApli {
    margin: 0 10px 10px;
}
@media screen and (max-width:  400px) {
    body#labs .appList {
        width: 360px;
    }
    body#labs .unitSmaphoApli {
        height: 180px !important;
    }
}
body#labs .unitSmaphoApli figcaption {
    text-align: center;
}
body#labs .unitSmaphoApli .date {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  
    padding: 3px;
    background: #ccc;
    color: white; 
    line-height: 1;
}

/* dsList
----------------------------------- */
.blockLabsDs .ttl {
    margin-bottom: 30px;
}
.blockLabsDs .dsList {
    min-height: 330px;
    margin-bottom: 30px;
}
.unitClientWork {
	position: relative;
	float: left;
	width: 23%;
	max-width: 320px;
	margin: 0 2% 30px 0;
}	
.unitClientWork .capture {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border: solid 1px black;
	overflow: hidden;
}
.unitClientWork .capture .image {
	position: relative;
	z-index: 30;
}
.unitClientWork .capture .image a {
	display: block;
	padding-top: -50px;
}
.unitClientWork .capture .image a img  {
	display: block;
	width: 100%;
    height: auto;

	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.unitClientWork .capture .image a:hover img  {
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate(0, 100%);
}
.unitClientWork .capture .slideUp a:hover img  {
	transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate(0, -100%);
} 
.unitClientWork .capture .slideDown a:hover img  {
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate(0, 100%);
} 
.unitClientWork .capture .slideLeft a:hover img  {
	transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate(-100%, 0);
} 
.unitClientWork .capture .slideRight a:hover img  {
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate(100%, 0);
} 
.unitClientWork .tagline {
	position: absolute;
	top: 0;
	left: 0;
	width: 96%;
	height: 100%;
	padding: 0 2%;
	background: no-repeat 50% 50%;
	text-align: left;
	font-size: 231%;
	font-weight: bold;
	line-height: 1.1;

	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
}
body.en .unitClientWork .tagline {
	text-align: center;
}
.balloon01 .tagline { background-image: url(/img/client/bg/tagline01.png); }
.balloon02 .tagline { background-image: url(/img/client/bg/tagline02.png); }
.balloon03 .tagline { background-image: url(/img/client/bg/tagline03.png); }
.balloon04 .tagline { background-image: url(/img/client/bg/tagline04.png); }

.unitClientWork .tagline p {
    margin-top: 22%;
}
.unitClientWork .type {
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0;

	transform-origin: right bottom;
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
}
.unitClientWork .type li {
	float: left;
	font-size: 77%;
	margin: 0 2px 3px 0;
	padding: 2px;
	background: rgba(0,0,0,0.9);
	color: white;
	font-weight: bold;
	line-height: 1;
}
.unitClientWork figcaption {
	padding-left: 10px;
	border-left: solid 1px black;
}
.unitClientWork figcaption h2 {
	line-height: 1.2;
}
.unitClientWork figcaption h2 a {
	font-size: 116%;
	font-weight: bold;
	text-decoration: none;
}
.unitClientWork figcaption p a:link,
.unitClientWork figcaption p a:visited {
	color: #888;
}
.unitClientWork figcaption p a:hover,
.unitClientWork figcaption p a:active {
	color: black;
}
@media screen and (max-width: 1100px) {
	.unitClientWork {
		width: 31%;
		margin: 0 2% 30px 0;
	}	
	.unitClientWork .tagline {
		font-size: 200%;
	}
} 
@media screen and (max-width: 700px) {
	.unitClientWork {
		width: 47%;
		margin: 0 3% 20px 0;
	}	
} 
@media screen and (max-width: 480px) {
	.unitClientWork {
		float: none;
		width: auto !important;
		margin: 0 0 20px;
	}
	.unitClientWork .capture .image a:hover img,
	.unitClientWork .capture .image a:active img  {
		transform: none !Important;
		-webkit-transform: none !Important;
		-moz-transform: none !Important;
	}
} 


/* block
----------------------------------- */
body#labs .blockWithPic01 .blockSub {
	margin-bottom: 30px;
}
body#labs .blockWithPic01 .blockSub ul {
	margin: 0;
}
/* Media Queries
----------------------------------- */
@media screen and (max-width: 950px) {

    body#labs .pageHeader .pageName img,
    body#labs .pageHeader .mount img,
    body#labs .pageHeader .sun img {
        width: 100%;
        height: auto;
    }
    body#labs .pageHeader {
        height: 450px;
    }
    body#labs .pageHeader .pageName {
        top: 50px;
        left: 5px;
        width: 250px;
    }
    body#labs .pageHeader .mount {
        top: 150px;
        left: -50px;
        width: 1200px;
    }
    body#labs .pageHeader .sun {
        top: 170px;
        left: 160px;
        width: 230px;
    }
}
@media screen and (max-width: 680px) {
    body#labs .pageHeader {
        height: 400px;
    }
    body#labs .pageHeader .pageName {
        top: 45px;
        left: 5px;
        width: 220px;
    }
    body#labs .pageHeader .mount {
        top: 150px;
        left: -50px;
        width: 900px;
    }
    body#labs .pageHeader .sun {
        top: 170px;
        left: 160px;
        width: 180px;
    }
}
@media screen and (max-width: 400px) {
    body#labs .pageHeader {
        height: 280px;
    }
    body#labs .pageHeader .pageName {
        top: 40px;
        left: 5px;
        width: 200px;
    }
    body#labs .pageHeader .mount {
        top: 150px;
        left: -80px;
        width: 700px;
    }
    body#labs .pageHeader .sun {
        top: 130px;
        left: 80px;
        width: 120px;
    }
    body#labs .memberList {
        width: 310px;
        margin: 0 auto;

    }
}

/*//////////////////////////////////////////////////
[BOOK]
//////////////////////////////////////////////////*/

/* block
----------------------------------- */
body#book .blockWithPic01 .blockPic,
body#book .blockWithPic02 .blockPic .pic01,
body#book .blockWithPic02 .blockPic .pic02 {
	width: 270px;
}
body#book .blockWithPic01 .blockPic .image,
body#book .blockWithPic02 .blockPic .image {
	width: 270px;
	padding: 20PX 0;
	background: #eee;
	text-align: center;
} 
body#book .blockWithPic01 .body {
	margin-right: 320px;
}
body#book .blockWithPic01 .blockPic .image img,
body#book .blockWithPic02 .blockPic .image img {
	width: auto !important;
}

/* blockBookInfo
----------------------------------- */
body#book .blockBookInfo {
	margin: 20px 0;
}
body#book .blockBookInfo li {
	display: block;
	float: left;
	margin-right: 15px;
	color: #333;
	font-size: 108%;
	font-weight: bold;
}
body#book .blockBookInfo .front {
	clear: both;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 800px) {
	body#book .blockWithPic01 .blockPic {
		margin: 0 auto;
	}
}

/*//////////////////////////////////////////////////
[SALES]
//////////////////////////////////////////////////*/

/* header
----------------------------------- */
#salesServiceSectionHeader {
	position: relative;
	margin-bottom: 40px;
}
#salesServiceSectionHeader h2 {
	margin: 0;
}
#salesServiceSectionHeader .image {
	position: absolute;
	bottom: 0;
	right: 3%;
}

/* salesServiceSection
----------------------------------- */
.salesServiceSection h2 {
	margin-bottom: 40px;
} 
.salesServiceSection .moreSaleService {
	float: right;
	clear: both;
	margin: 0 17px 30px;
}

/* blockSaleService
----------------------------------- */
#blockSaleServiceWrap {
	width: 1005px;
	margin: 0 auto;
}
.blockSaleService {
	float: left;
	width: 300px;
	margin: 0 17px 30px;
	_display: inline;
}
.blockSaleService .unitServiceWrap {
	padding: 24px 49px;
	height: 252px;
	background: url(/img/service/bg/balloom_yellow.png) no-repeat 50% 50%;
}
.blockSaleService .unitService {
	margin: 0;
}
.blockSaleService .feeIndication {
    height: 40px;
	margin-bottom: 20px;
	background: #e5ebcf;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDE3C7), to(#F5F9DF));
	border-top: solid 1px #B7BCA4;
	border-left: solid 1px #B7BCA4;
	text-align: center;
    line-height: 40px;
}
.blockSaleService .feeIndication span {
	font-weight: normal;
	color: #4E5045;
	text-shadow: 1px 1px 1px #B7BCA4;
}
.blockSaleService .feeIndication .num {
	display: block;
	float: right;
	margin-right: 15px;
	font-size: 185%;
	font-weight: bold;
}
.blockSaleService .feeIndication .num em {
	font-size: 150%;
	font-weight: normal;
}
.blockSaleService .feeIndication .yen {
	display: block;
	float: left;
	margin-left: 15px;
	font-size: 270%;
}
.blockSaleService .sentence p {
	margin-bottom: 20px; 
}
.blockSaleService .sentence .link {
	float: right;
}

/* salesServiceSection
----------------------------------- */
#listSoldOutService,
#listCommingSoonService {
	width: 1110px;
	margin: 0 auto;
}


/* Media Queries
----------------------------------- */
@media screen and (max-width: 1230px) {
	#listSoldOutService,
	#listCommingSoonService {
		width: 888px;
	} 
}
@media screen and (max-width: 1125px) {
	#blockSaleServiceWrap {
		width: 670px;
	}
}
@media screen and (max-width: 1008px) {
	#listSoldOutService,
	#listCommingSoonService {
		width: 666px;
	} 
}
@media screen and (max-width: 950px) {
	#salesSectionHeader {
		margin-bottom: -5px;
	}
	#salesServiceSectionHeader .image {
		position: static;
		text-align: center;
	}
	#salesServiceSectionHeader .image img {
		width: 100%;
		height: auto;
		max-width: 452px;
	}
}
@media screen and (max-width: 786px) {
	#listSoldOutService,
	#listCommingSoonService {
		width: 444px;
	} 
}
@media screen and (max-width: 730px) {
	#blockSaleServiceWrap {
		width: 300px;
	}
	.blockSaleService {
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 564px) {
	#listSoldOutService,
	#listCommingSoonService { 
		width: 202px;
	}
	.unitService {
		margin-right: 0;
		margin-left: 0;
	}
} 


/* //////////////////////////////////////////////////
[THANKS]
////////////////////////////////////////////////// */

/* header
----------------------------------- */
#thanksHeader {
	position: relative;
}
#thanksDecoration {
	position: absolute;
	top: -45px;
	right: -10px;
	width: 320px;
	height: 360px;
}
#thanksDecoration .thanks,
#thanksDecoration li {
	position: absolute;
}
#thanksDecoration .thanks { top: 45px; left: 50px; }
#thanksDecoration .deco01 { top: 40px; left: 0px; }
#thanksDecoration .deco02 { top: 0; right: 5px; }
#thanksDecoration .deco03 { bottom: 45px; left: 60px; }
#thanksDecoration .deco04 { bottom: 53px; right: 0; }


/* thanksSection
----------------------------------- */
#thanksSection .blockOutline {
	margin-right: 300px;
} 
body#thanks .blockWithPic01 .blockPic {
	width: 300px;
}
body#thanks .blockWithPic01 .body {
	margin-right: 350px;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 800px) {
	body#thanks .blockWithPic01 .blockPic {
		margin: 0 auto;
	}
	#thanksDecoration {
		position: absolute;
		top: 0px;
		left: 50%;
		right: auto;
		margin-left: -160px;
		opacity: 0.7;
	} 
	#thanksSection .blockPlain {
		position: relative;
		z-index: 5;
		margin-right: 0;
	} 
}


/* Tamu Tamu Operations */

@-webkit-keyframes thanksAnim01 {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

.thanks {
  -webkit-transform: scale(0);
  -webkit-animation-name: thanksAnim01;
  -webkit-animation-duration: 5.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}


