@charset "Shift_JIS";
/**
 * nfc.css
 * SONY Headphone < https://www.sony.jp/headphone/nfc/ >
 */


/* common
--------------------------------------------------------------------------------*/
.mod-column2-main {
	-webkit-text-size-adjust: none;
}

.mod-column2-main img {
	vertical-align: top;
}


/* .intro
--------------------------------------------------------------------------------*/
.intro {
	height: 220px;
	background: url("../images/intro_bg.jpg") no-repeat;
	*zoom: 1;
}

.intro:after {
	clear: both;
	display: block;
	content: "";
}

.intro .logo {
	float: left;
	margin: 60px 0 0 38px;
	width:86px;
	height: 106px;
}

.intro h2 {
	float: left;
	margin: 76px 0 0 2px;
	width: 307px;
	height: 29px;
}

.intro h2 img {
	width: 100%;
	max-width: 500px;
}

@media (max-width:640px) {
	.intro {
		height: auto;
		text-align: center;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		background: -moz-linear-gradient(top, #f3f3f3, #fff);
		background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
	}
	.intro .logo {
		float: none;
		margin: 20px 0 0 0;
		width: 72px;
		height: 90px;
	}
	.intro h2 {
		float: none;
		margin: 15px 0 0 0;
		width: 100%;
		height: auto;
	}
	.intro h2 img {
		width: 90%;
	}
}


/* .image
--------------------------------------------------------------------------------*/
.image {
	display: none;
	margin-top: 30px;
}

@media (max-width:640px) {
	.image {
		display: block;
		text-align: center;
	}
	.image img {
		width: 85%;
		max-width: 300px;
	}
}


/* .about
--------------------------------------------------------------------------------*/
.about h3 {
	margin: 0;
	height: 40px;
	font-size: 140%;
	text-indent: -9999px;
	text-align: center;
	color: #fff;
	background: url("../images/about_ttl.gif") no-repeat center 0;
}

.about p {
	margin: 10px 40px 0;
	line-height: 1.9;
}

.about p.note {
	font-size:85%;
	text-align:right;
}

@media (max-width:640px) {
	.about {
		margin-top: 30px;
	}
	.about h3 {
		padding: 5px 0 3px;
		height: auto;
		text-indent: 0;
		background: none;
		background-color: #4f4c98;
	}
	.about p {
		margin: 10px 5px 0;
		line-height: 1.7;
	}
}


/* .howto
--------------------------------------------------------------------------------*/
.howto {
	margin-top: 25px;
	*zoom: 1;
}

.howto:after {
	clear: both;
	display: block;
	content: "";
}

.howto h3 {
	margin: 0;
	height: 30px;
	font-size: 130%;
	text-indent: -9999px;
	text-align: center;
	color: #3c388d;
	background: url("../images/howto_ttl.gif") no-repeat center 0;
}

.howto ol {
	display: none;
}

.howto .nfc {
	float: left;
	_display: inline;
	margin: 13px 0 0 40px;
	width: 332px;
	height: 220px;
	background: url("../images/howto_nfc_bg.gif") no-repeat;
}

.howto .nfc h4 {
	display: none;
}

.howto .osaifu {
	float: right;
	_display: inline;
	margin: 13px 40px 0 0;
	width: 332px;
	height: 220px;
	background: url("../images/howto_osaifu_bg.gif") no-repeat;
}

.howto .osaifu h4 {
	display: none;
}

.howto .osaifu p.note {
	margin: 209px 0 0 0;
	text-align: center;
}

.howto .osaifu p.note img {
	width: 281px;
}

@media (max-width:640px) {
	.howto h3 {
		padding: 3px 0 1px;
		height: auto;
		text-indent: 0;
		background: none;
		background-color: #ededf4;
		border: 1px solid #9594c1;
	}
	.howto .nfc {
		float: none;
		margin: 10px 0 0 0;
		width: auto;
		height: auto;
		background: none;
		border: 1px solid #bbb;
	}
	.howto .nfc h4 {
		display: block;
		margin: 15px 15px 15px 15px;
		text-align: center;
	}
	.howto .nfc h4 img {
		width: 100%;
		max-width: 480px;
		height: auto;
	}
	.howto .osaifu {
		float: none;
		margin: 10px 0 0 0;
		width: auto;
		height: auto;
		background: none;
		border: 1px solid #bbb;
	}
	.howto .osaifu h4 {
		display: block;
		margin: 15px 15px 15px 15px;
		text-align: center;
	}
	.howto .osaifu h4 img {
		width: 100%;
		max-width: 480px;
		height: auto;
	}
	.howto .osaifu p.note {
		margin: 10px 15px 15px;
		text-align: center;
	}
	.howto .osaifu p.note img {
		width: 100%;
		max-width: 460px;
		margin-bottom:15px;
	}
}


/* .capture
--------------------------------------------------------------------------------*/
.capture {
	padding-top: 40px;
	background: url("../images/capture_bg.gif") no-repeat center 0;
}

.capture ul {
	*position: relative;
	*left: 186px;
	*z-index: 0;
	margin: 0 0 0 186px;
	padding: 0;
	list-style: none;
	*zoom: 1;
}

.capture ul:after {
	clear: both;
	display: block;
	content: "";
}

.capture ul li {
	float: left;
	margin-right: 60px;
	_display: inline;
}

.capture p.note {
	*position: relative;
	*z-index: 1;
	margin: -20px 0 0 186px;
}

.capture p.note img {
	width: 319px;
}

@media (max-width:640px) {
	.capture {
		padding-top: 30px;
		background: none;
	}
	.capture ul {
		margin: 0;
	}
	.capture ul li {
		float: left;
		margin: 0;
		width: 50%;
		text-align: center;
	}
	.capture ul li img {
		width: 90%;
		max-width: 162px;
	}
	.capture p.note {
		margin: 0 10px 0;
		width: auto;
		text-align: center;
	}
	.capture p.note img {
		width: 100%;
		max-width: 480px;
	}
}


/* .download
--------------------------------------------------------------------------------*/
.download {
	margin: 40px 40px 0;
	padding: 16px 0;
	border: 1px solid #ccc;
	*zoom: 1;
}

.download:after {
	clear: both;
	display: block;
	content: "";
}

.download .google {
	float: left;
	_display: inline;
	margin-left: 16px;
	width: 406px;
	*zoom: 1;
}

.download .google:after {
	clear: both;
	display: block;
	content: "";
}

.download .google h3 {
	float: left;
	margin: 28px 0 0;
}

.download .google a {
	float: right;
	display: block;
	margin: 5px 0 0;
}

.download .smartphone {
	float: right;
	_display: inline;
	margin-right: 18px;
	padding-left: 15px;
	height: 69px;
	border-left: 1px solid #ccc;
	width:197px;
}

.download .smartphone img {
	margin:5px 0;
}

.download .smartphone p {
	display: none;
}

@media (max-width:640px) {
	.download {
		margin: 40px 0 0;
		padding: 0;
		border: none;
	}
	.download .google {
		float: none;
		margin-left: 0;
		padding: 15px;
		width: auto;
		text-align: center;
		border: 1px solid #ccc;
	}
	.download .google h3 {
		margin: 0;
		width: 100%;
	}
	.download .google a {
		float: right;
		width: 100%;
		margin: 5px 0 0;
	}
	.download .smartphone {
		float: none;
		margin-right: 0;
		padding-left: 0;
		height: auto;
		border-left: none;
		width:100%;
	}
	.download .smartphone img {
		display: none;
	}
	.download .smartphone p {
		display: block;
		margin-top: 15px;
		padding-left: 18px;
		font-size: 95%;
		background: url("../images/icon_arrow.gif") no-repeat 0 0;
		background-size: 16px 16px;
	}
}


/* .note
--------------------------------------------------------------------------------*/
.note {
	margin: 25px 40px 0;
	color: #666666;
}

@media (max-width:640px) {
	.note {
		margin: 25px 0 0;
		color: #666666;
	}
}