@charset 'utf-8';

@import url("https://fast.fonts.net/cssapi/1fc04cdc-51a8-4215-a671-f3bda2cc8853.css?date=20210222");

/**
 * Reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*{
	margin: 0;
	padding: 0;
}

p,
h2,
h3 {
	max-height: 999999px; }


:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

strong {
	font-weight: bold;
}

small {
	font-size: 13px;
	font-weight: normal;
}

html,body {
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: YuGothic,'游ゴシック','DIN Next W01 Regular','ＭＳ Ｐゴシック','MS P Gothic','MS-PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,arial,helvetica,clean,sans-serif;
	font-size: 14px;
	background: #fff;
	color: #696969;
}

a {
	color: #4c5167;
	text-decoration: none;
}

a:hover {
	color: #b2b2b2;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

input[type=checkbox], input[type=radio] {
	margin: 0 5px 0 0;
}

.visionalist {
	display: none;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}


.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.clearfix {
	min-height: 1px;
}

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

.pagetop {
	min-height: 1px;
	font-weight: bold;
}

.pagetop a {
	float: right;
}

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

.pagetop-small {
	font-weight: normal;
	font-size: 12px;
}

.container {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

.wrap-content{
	background-color: #f2f3f8;
	overflow: hidden;
	zoom: 1;
}

.box-content{
	width: 960px;
	padding: 0 16px;
	margin: 0 auto;
}

.title-common{
	padding: 34px 30px 30px 39px;
	background-color: #575c71;
	font-size: 28px;
	color: #fff;
	font-family: 'DIN Next W01 Regular';
	font-weight: normal;
	letter-spacing: 0.01em;
}

.link-arrow a{
	padding-left: 10px;
	background: url(/image/bg-arrow.png) no-repeat left center;
}

.btn-sonystore a{
	background: url(/image/bg-arrow2.png) no-repeat right center;	
	display: block;
	font-size: 22px;
	text-align: right;
	padding: 14px 50px 14px 0;
	background-color: #4d5269;
	color: #fff;
}
.btn-sonystore a:hover{
	text-decoration: none;
}


/**
 * Header
 */
.header {
	position: relative;
	/*max-width: 1200px;*/
	height: 76px;
	z-index: 1;
	margin: 0 auto;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #e9e9e9;

}

.header .container {
	/*max-width: 1200px;*/
	min-width: 960px;
	width: auto;
}

.header h1 {
	float: left;
	margin-left: 40px;
}

.header h1 a {
	position: relative;
	top: 27px;
	display: block;
	background: url(/images/logo.png) no-repeat top left;
	width: 97px;
	height: 0;
	padding: 23px 0 0 0;
	overflow: hidden;
}

/*.header h1 a:hover {
	background-position: 0 -23px;
}*/

.header ul {
	float: right;
	height: 76px;
}

.header li {
	float: left;
	height: 100%;
	width: 120px;
	border-left: 1px solid #e9e9e9;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	position: relative;
}

.header li.current:after{
	content: '';
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	top: 0;
	background: #dbdcdf;
}

.header li a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding-top: 32px;
	-webkit-transition: background-color 0.4s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition: background-color 0.4s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: background-color 0.4s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: background-color 0.4s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.header li a:hover {
	color: #4c5167;
	text-decoration: none;
	background-color: #f6f6f6
}

.header li.current a:hover {
	color: #4c5167;
	text-decoration: none;
	background-color: transparent
}

/*
.header li a.products {
	width: 98px;
}

.header li.current a.products {
	background-position: 0 -58px;
}

.header li a.products:hover {
	background-position: 0 -29px;
}

.header li.current a.products:hover {
	background-position: 0 -87px;
}

.header li a.philosophy {
	width: 127px;
	background-position: -98px 0;
}

.header li.current a.philosophy {
	background-position: -98px -58px;
}

.header li a.philosophy:hover {
	background-position: -98px -29px;
}

.header li.current a.philosophy:hover {
	background-position: -98px -87px;
}

.header li a.support {
	width: 98px;
	background-position: -225px 0;
}

.header li.current a.support {
	background-position: -225px -58px;
}

.header li a.support:hover {
	background-position: -225px -29px;
}

.header li.current a.support:hover {
	background-position: -225px -87px;
}

.header li a.store {
	width: 75px;
	background-position: -323px 0;
}

.header li.current a.store {
	background-position: -323px -58px;
}

.header li a.store:hover {
	background-position: -323px -29px;
}

.header li.current a.store:hover {
	background-position: -323px -87px;
}

.header li a.magazine {
	width: 110px;
	background-position: -398px 0;
}

.header li.current a.magazine {
	background-position: -398px -58px;
}

.header li a.magazine:hover {
	background-position: -398px -29px;
}

.header li.current a.magazine:hover {
	background-position: -398px -87px;
}

.header-reversal-except-logo {
	background: #ccc;
}

.header-reversal h1 a {
	background-position: 0 -46px;
}

.header-reversal h1 a:hover {
	background-position: 0 -69px;
}

.header-reversal li a.products {
	background-position: 0 -116px;
}

.header-reversal li.current a.products {
	background-position: 0 -145px;
}

.header-reversal li a.products:hover {
	background-position: 0 -174px;
}

.header-reversal li.current a.products:hover {
	background-position: 0 -203px;
}

.header-reversal li a.philosophy {
	background-position: -98px -116px;
}

.header-reversal li.current a.philosophy {
	background-position: -98px -145px;
}

.header-reversal li a.philosophy:hover {
	background-position: -98px -174px;
}

.header-reversal li.current a.philosophy:hover {
	background-position: -98px -203px;
}

.header-reversal li a.support {
	background-position: -225px -116px;
}

.header-reversal li.current a.support {
	background-position: -225px -145px;
}

.header-reversal li a.support:hover {
	background-position: -225px -174px;
}
.header-reversal li.current a.support:hover {
	background-position: -225px -203px;
}

.header-reversal li a.store {
	background-position: -323px -116px;
}

.header-reversal li.current a.store {
	background-position: -323px -145px;
}

.header-reversal li a.store:hover {
	background-position: -323px -174px;
}

.header-reversal li.current a.store:hover {
	background-position: -323px -203px;
}

.header-reversal li a.magazine {
	background-position: -398px -116px;
}

.header-reversal li.current a.magazine {
	background-position: -398px -145px;
}

.header-reversal li a.magazine:hover {
	background-position: -398px -174px;
}
.header-reversal li.current a.magazine:hover {
	background-position: -398px -203px;
}

.header-reversal-except-logo h1 a {
	background-position: 0 0;
}
*/
/**
 * Footer
 */

.footer {
	background: #4d5269;
	height: 172px;

	/*min-width: 900px;*/
}

.footer .wrapper {
	/*max-width: 1200px;*/
	/*min-width: 900px;*/
	/*margin: 0 auto;*/
}

.footer .container {
	min-width: 900px;
	width: auto;
}

.footer ul.global {
	position: absolute;
	top: 12px;
	left: 30px;
}

.footer ul.global li{
	float: left;
	font-size: 16px;
	margin-right: 20px;
}

.footer ul.others {
	position: absolute;
	padding-top: 17px;
	right: 30px;
}

.footer ul.others li{
	float: left;
	font-size: 13px;
	margin-left: 16px;
}

.footer ul.others li.vaio_us{
	padding-left: 16px;
	position: relative;
}

.footer ul.others li.vaio_us:before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 12px;
	line-height: 0;
	font-size: 0;
	background-color: #fff;
	left: 0;
	top: 7px;

}

.footer ul.others li a,
.footer ul.global li a{
	color: #fff;
  -webkit-transition: color 0.4s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -moz-transition: color 0.4s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  -o-transition: color 0.4s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: color 0.4s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.footer ul.others li a:hover,
.footer ul.global li a:hover{
	text-decoration: none;
	color: #ddd;
}


.footer .copyright {
	position: absolute;
	left: 30px;
	top: 48px;
	color: #91939f;
	font-size: 10px;
	/*width: 185px;*/
	/*padding: 8px 0 0 0;*/
	/*background-position: 0 -130px;*/
}

.footer .recommend-windows {
	right: 40px;
	bottom: 18px;
	width: 148px;
	padding: 11px 0 0 0;
	background-position: 0 -138px;
	display: none;
}

@media screen and (max-width: 1440px) {
	.footer ul.global {
		top: 12px;
		left: 30px;
	}
	.footer ul.others {
		width: 1020px;
		top: 27px;
		right: 0;
		left: 30px;
	}

	.footer .copyright {
		top: 78px;
	}
	.footer ul.others li{
		margin-right: 16px;
		margin-left: 0;
	}

}

.footer-fixed {
	position: fixed;
	width: 100%;
	bottom: 0;
}

.footer-fixed .wrapper {
	max-width: 100%;
}

.footer-fixed .container {
	width: 100%;
	height: 48px;
}

.footer-fixed ul.global {
	display: none;
}

.footer-fixed ul.others {
	position: absolute;
	top: 14px;
	left: 30px;
}

.footer-fixed .copyright {
	position: absolute;
	left: 600px;
	bottom: 18px;
}

.footer-fixed .recommend-windows {
	display: block;
}

/**
 * Breadcrumb
 */
.breadcrumb {
	max-width: 1200px;
	min-height: 1px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 100px;
}

.breadcrumb ul {
	width: 900px;
	margin: 0 auto;
}

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

.breadcrumb li {
	font-size: 12px;
	display: block;
	float: left;
	background: url(/images/breadcrumb_arrow.png) no-repeat center left;
	margin: 0 15px 0 0;
	padding: 0 0 0 24px;
}

.breadcrumb li:first-child {
	background: none;
	padding: 0;
}

/**
 * Page Header
 */
.page-header {
	position: relative;
	margin: 0 0 40px 0;
	overflow: hidden;
}

.page-header p {
	margin: 20px 0 0 0;
}

.page-header ul {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 12px;
}

.page-title hr, 
.page-header hr {
	margin: 70px 0 0 0;
	background: url(/images/line.png) no-repeat top left;
	border: none;
	width: 900px;
	height: 6px;
}

.page-header .line-double {
	background-position: 0 -6px;
}

.page-title {
	position: relative;
	min-height: 1px;
	margin: 0 0 55px 0;
	overflow: hidden;
}

.page-title hr {
	margin: 0 0 20px 0;
}

.page-title h2 {
	font-size: 21px;
	line-height: 1.4;
}

.page-title h2 span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.page-title a {
	float: right;
}

.page-title:after {
	content: ""; 
	display: block; 
	clear: both;
}

/**
 * Product Header
 */
.product-header {
	position: relative;
	background: transparent url(/images/product_header_bg.png) repeat-x top left;
	width: 1200px;
	height: 57px;
	margin: 0 auto;
	overflow: hidden;
}

.product-header-hover {
	background: #4e506a;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product-header li {
	vertical-align: middle;
	display: inline-block;
}

.product-header li a, .product-header li span, 
.product-header dt, .product-header dd a {
	display: block;
	background: url(/images/product_header.png) no-repeat top left;
	height: 0;
	overflow: hidden;
}

.product-header li span {
	width: 7px;
	padding: 7px 0 0 0;
	background-position: -108px -26px;
	margin: 0 15px 0 19px;
}

.product-header-hover li span {
	background-position: -108px -33px;
}

.product-header li a.pro {
	width: 89px;
	padding: 29px 0 0 0;
	background-position: 0 0;
}

.product-header li a.pro:hover {
	background-position: 0 -29px;
}

.product-header-bottom li a.pro:hover {
	background-position: 0 0;
	opacity: 0.6;
}

.product-header-hover li a.pro {
	background-position: 0 -29px;
}

.product-header-hover li a.pro:hover {
	opacity: 0.6;
}

.product-header li a.fit {
	width: 89px;
	padding: 29px 0 0 0;
	background-position: 0 -58px;
}

.product-header li a.fit:hover {
	background-position: 0 -87px;
}

.product-header-bottom li a.fit:hover {
	background-position: 0 -58px;
	opacity: 0.6;
}

.product-header-hover li a.fit {
	background-position: 0 -87px;
}

.product-header-hover li a.fit:hover {
	opacity: 0.6;
}

.product-header li a.z {
	width: 89px;
	padding: 29px 0 0 0;
	background-position: 0 -116px;
}
.product-header li a.z:hover {
	background-position: 0 -116px;
	opacity: 0.6;
}

.product-header li a.feature {
	width: 51px;
	padding: 57px 0 0 0;
	background-position: -130px 0;
}

.product-header li.current a.feature, 
.product-header li a.feature:hover {
	background-position: -130px -57px;
}

.product-header-hover li a.feature {
	background-position: -130px -114px;
}

.product-header li a.design {
	width: 80px;
	padding: 57px 0 0 0;
	background-position: -188px 0;
}

.product-header li.current a.design, 
.product-header li a.design:hover {
	background-position: -188px -57px;
}

.product-header-hover li a.design {
	background-position: -188px -114px;
}

.product-header li a.specification {
	width: 58px;
	padding: 57px 0 0 0;
	background-position: -268px 0;
}

.product-header li.current a.specification, 
.product-header li a.specification:hover {
	background-position: -268px -57px;
}

.product-header-hover li a.specification {
	background-position: -268px -114px;
}

.product-header li a.software {
	width: 103px;
	padding: 57px 0 0 0;
	background-position: -326px 0;
}

.product-header li.current a.software, 
.product-header li a.software:hover {
	background-position: -326px -57px;
}

.product-header-hover li a.software {
	background-position: -326px -114px;
}

.product-header dl {
	position: absolute;
	top: 0;
	right: 0;
}

.product-header dt {
	display: inline-block;
	width: 94px;
	padding: 57px 0 0 0;
	background-position: -628px 0;
}

.product-header-hover dt {
	background-position: -628px -114px;
}

.product-header dd {
	display: inline-block;
}

.product-header dd a.personal {
	width: 94px;
	padding: 57px 0 0 0;
	background-position: -722px 0;
}

.product-header-hover dd a.personal {
	background-position: -722px -114px;
}

.product-header dd a.personal:hover {
	background-position: -722px -57px;
}

.product-header dd a.business {
	width: 94px;
	padding: 57px 0 0 0;
	background-position: -816px 0;
}

.product-header-hover dd a.business {
	background-position: -816px -114px;
}

.product-header dd a.business:hover {
	background-position: -816px -57px;
}

/**
 * Contents
 */
.contents {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 168px;
}

.contents .container {
	margin-top: 105px;
}

.contents .wrapper {
	min-height: 1px;
}

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

.main {
	float: left;
	width: 623px;
	margin: 0 97px 0 0;
}

.sidebar {
	float: left;
	width: 180px;
}

/**
 * Sub Menu
 */
.sub-menu h5 {
	margin: 0 0 30px 0;
}

.sub-menu ul {
	background: url(/images/dot.png) repeat-x bottom left;
}

.sub-menu li {
	background: url(/images/dot.png) repeat-x top left;
	padding: 10px 0 9px 0;
}

.sub-menu ul ul {
	background: none;
	margin: 0;
}

.sub-menu ul ul li {
	background: none;
	padding: 5px 0;
	margin: 0 0 0 10px;
}

.sub-menu ul ul li:first-child {
	padding: 12px 0 5px 0;
}

/**
 * Information
 */
.information {
	border-top: 1px solid #e5e5e5;
	color: #4d5269;
	font-size: 13px;
	line-height: 2em;
}

.section dl.information {
	margin: 0;
}

.information dt {
	margin: 6px 0 0 0;
	font-weight: bold;
}

.information dd {
	margin: -25px 0 0 0 !important;
	padding: 0 0 6px 8em;
	border-bottom: 1px solid #e5e5e5;
}

.information dd a {
	display: inline-block;
}

.information-update dt {
	margin: 8px 0 0 0;
	color: #000;
	font-weight: normal;
}

.information-update dd {
	margin: -24px 0 0 0 !important;
	line-height: 1.5;
	font-size: 13px;
	padding: 0 0 8px 12em;
	color: #000;
}

.information-support dt {
	margin: 8px 0 0 0;
	font-weight: normal;
	color: #000;
}

.information-support dd {
	margin: -24px 0 0 0 !important;
	line-height: 1.5;
	padding: 0 0 8px 7em;
}

/**
 * Box
 */
.box {
	border: 1px solid #4d5269;
	padding: 15px 25px;
	margin: 0 0 30px 0;
}

.box h3 {
	margin: 0 0 10px 0;
}

.box p {
	margin: 0 !important;
}

.box-anchor {
	font-size: 12px;
	padding: 15px;
	margin: 0;
}

.box-anchor li {
	display: inline;
	margin: 0 0 0 8px;
}

.box-anchor li:first-child {
	margin: 0;
}

.box-terms {
	padding: 35px;
}

.box-terms input[type=checkbox] {
	margin-bottom: 20px;
}

.box-terms p {
	margin: 0 0 30px 0 !important;
}

.box-terms-wrapper {
	height: 320px;
	overflow-y: auto;
	padding: 0 10px 0 0;
	margin: 25px 0;
}

.box-caution {
	border: 2px dotted #ff0000;
	margin: 20px 0;
}

.box-caution h3 {
	margin-bottom: 10px !important;
}

.box-caution h4 {
	margin-bottom: 0 !important;
}

.box-support {
	border: 1px solid #4d5269;
	padding: 60px 50px 50px 50px;
	margin: 80px 0 0 0;
}

.box-support h2 {
	text-align: center;
	position: relative;
	top: -72px;
}

.box-support .section-top {margin: 0;}
.box-support .caption {color:#999;}
.box-support .btn-detail {width: 258px;}

/**
 * Table
 */
.table {
	width: 100%;
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 30px 0;
}

.table th {
	font-weight: bold;
	text-align: center;
}

.table th span {
	border-top: 4px solid #4d5269;
	padding: 15px 0;
	display: block;
	margin: 0 0 0 24px;
}

.table th:first-child span {
	margin: 0;
}

.table tbody {
	border-top: 1px solid #dcdbe0;
}

.table tbody.no-border {
	border-top: none;
}

.table td {
	padding: 12px 0 12px 24px;
	border-bottom: 1px solid #dcdbe0;
}

.table td:first-child {
	padding-left: 0;
}

.table-downgrade, .table-update {
	font-size: 14px;
}

.table-downgrade th {
	padding: 10px 0;
}

.table td p {
	margin: 0 0 20px 0;
}

.table td hr {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 1px;
	border-top: 1px solid #dcdbe0;
}

/**
 * Agreement
 */
.agreement p {
	margin: 0 !important;
}

.agreement ul {
	margin: 0 0 60px 0;
}

.agreement li {
	display: inline;
	margin: 0 0 0 20px;
}

.agreement li:first-child {
	margin: 0;
}

.agreement button {
	cursor: pointer;
	border: none;
	background: none;
}

.agreement button img {
	display: block;
	margin: 0 auto;
}

/**
 * Section
 */
.section {
	min-height: 1px;
	line-height: 2em;
	margin: 70px 0 0 0;
}

.page-header+.section, 
.page-title+.section {
	margin: 0;
}

.section>.section {
	margin: 40px 0 0 0;
}

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

.section h2 {
	margin: 0 0 40px 0;
}

.section h3 {
	margin: 0 0 20px 0;
}

.section h4 {
	margin: 0 0 10px 0;
}

.section h2 img, .section h3 img, .section h4 img {
	display: block;
}

.section p, .section dd {
	margin: 0 0 30px 0;
}

/* 2016 01 14 Takasugi added*/
.date_p {
	text-align: right;
}


/**
 * List
 */
ul.list {
	list-style-type: disc;
	margin: 0 0 30px 16px;
}

ol.list {
	list-style-type: decimal;
	margin: 0 0 30px 27px;
}

ol.list-roman {
	list-style-type: lower-roman;
}

.list-process:before {
	content: "";
	display: block;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 0 -30px;
}

.list-process li:after {
	content: "";
	display: block;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 0 -30px;
	padding: 0 0 12px 0;
}

.list-process li {
	padding: 12px 0 0 0;
}

.list-inline li {
	display: inline;
}

.list-horizontal {
	min-height: 1px;
}

.list-horizontal:after {
	content: ""; 
	display: block; 
	clear: both;
}

.list-horizontal li img {
	display: block;
}

.list-horizontal li {
	float: left;
}

.list-horizontal li.col {
	display: block;
	width: 296px;
}

.list-horizontal li.col262 {
	display: block;
	width: 262px;
}

.list-horizontal li.col390 {
	display: block;
	width: 390px;
}

.list-horizontal li.col420 {
	display: block;
	width: 420px;
}

.list-horizontal li.col613 {
	display: block;
	width: 613px;
}

.list-horizontal li:first-child {
	margin: 0;
}

.list-horizontal-separate li {
	float: right;
}

.list-horizontal-separate li:first-child {
	float: left;
}

/**
 * Button
 */
.btn-detail {
	position: relative;
	display: block;
	padding: 0 26px 11px 0;
	border-bottom: 1px solid #4d5269;
}

.btn-detail:hover {
	text-decoration: none;
	border-bottom: 1px solid #b5b5b5;
}

.btn-detail .icon-arrow-right {
	position: absolute;
	top: 10px;
	right: 0;
}

.btn-toggle {
	text-align: center;
	margin: 20px 0 0 0;
	background: url(/images/toggle_bg.png) repeat-x top left;
	height: 47px;
}

.btn-toggle a {
	display: block;
	width: 100%;
	height: 47px;
}

.btn-toggle span {
	color: #4d5269;
	font-size: 14px;
	line-height: 1;
	padding: 16px 0 0 0;
	display: block;
}
.btn-toggle a:hover {
	text-decoration: none;
}

/**
.btn-toggle span {
	display: block;
	background: url(/images/toggle.png) no-repeat top left;
	width: 111px;
	height: 0;
	padding: 13px 0 0 0;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	top: 17px;
}

.btn-toggle .close span {
	background-position: -111px 0;
}
*/

/**
 * Magazine Index
 */
.magazine-index {
	background: #4d5269;
	color: #7a7e8f;
	margin: 0 auto;
	margin-top: 127px;
	margin-bottom: 55px;
	max-width: 1200px;
}

.magazine-index .container {
	width: 900px;
	padding: 70px 0;
	margin: 0 auto;
}

.magazine-index a {
	color: #a6a9b4;
	text-decoration: none;
}

.magazine-index a:hover {
	color: #fff;
	text-decoration: underline;
}

.magazine-index h4 {
	background: url(/magazine/images/magazine_index.png) no-repeat top left;
	width: 900px;
	height: 0;
	padding: 29px 0 0 0;
	overflow: hidden;
	margin: 0 0 42px 0;
}

.magazine-index dl {
	float: left;
	width: 284px;
	margin: 0 0 0 24px;
}

.magazine-index h4+dl {
	margin: 0;
}

.magazine-index dt {
	background: url(/magazine/images/magazine_index.png) no-repeat top left;
	height: 0;
	padding: 14px 0 0 0;
	overflow: hidden;
	margin: 23px 0 0 0;
}

.magazine-index dt:first-child {
	margin: 0;
}

.magazine-index dd {
	background: url(/magazine/images/magazine_arrow.png) no-repeat top left;
	font-size: 13px;
	margin: 12px 0 0 0;
	line-height: 1.5em;
	min-height: 17px;
	padding: 0 0 0 23px;
}

.magazine-index dd.review {
	margin: 38px 0;
}

.magazine-index dd:after {
	content: ""; 
	display: block; 
	clear: both;
}

.magazine-index dd span.num {
	display: block;
	float: left;
	width: 22px;
}

.magazine-index dd span.text {
	display: block;
	margin: 0 0 0 25px;
}

.magazine-index dd:first-child {
	margin: 0;
}

.magazine-index dt.azumino {
	width: 102px;
	background-position: 0 -29px;
}

.magazine-index dt.event {
	width: 103px;
	background-position: -102px -29px;
}

.magazine-index dt.devstory {
	width: 89px;
	background-position: -205px -29px;
}

.magazine-index dt.quality {
	width: 55px;
	background-position: -294px -29px;
}

.magazine-index dt.prototype {
	width: 134px;
	background-position: -349px -29px;
}

.box-magazine-index {
  border-top: 5px solid #e2e2e2;
  border-bottom: 5px solid #e2e2e2;
  border-left: 5px solid #e2e2e2;
  border-right: 5px solid #e2e2e2;
  width: 960px;
  margin: 0 auto;
  padding: 50px 34px;
  overflow: hidden;
  zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.box-magazine-index.addmb {
  margin-bottom: 90px;
}
.box-magazine-index h4 {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 36px;
  margin-bottom: 28px;
  font-family: "DIN Next W01 Medium";
  font-size: 16px;
  color: #3c3c3c;
}
.box-magazine-index div {
  position: absolute;
  right: 23px;
  top: 50px;
  padding-left: 11px;
  line-height: 1;
}
.box-magazine-index div span {
  letter-spacing: -0.06em;
}
.box-magazine-index div:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 2px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #868686;
  z-index: 2;
}
.box-magazine-index div:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  z-index: 3;
}
.box-magazine-index dl {
  width: 294px;
  float: left;
}
.box-magazine-index dl.wide {
  width: auto;
  float: none;
}
.box-magazine-index dl dt {
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 10px;
}
.box-magazine-index dl dt span {
  font-family: "DIN Next W01 Regular";
  font-size: 10px;
  border: 1px solid #d8d8d8;
  padding: 2px 9px 1px 9px;
  line-height: 1;
  border-radius: 2px;
  color: #6c6c6c;
  display: inline-block;
  margin-left: 8px;
}
.box-magazine-index dl dd {
  padding: 0 35px 0 13px;
  position: relative;
  line-height: 22px;
  margin-bottom: 12px;
}
.box-magazine-index dl dd.current a {
  color: #b2b2b2;
  text-decoration: none;
}
.box-magazine-index dl dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #868686;
  z-index: 2;
}
.box-magazine-index dl dd:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  z-index: 3;
}





/**
 * Share
 */
.share {
	position: relative;
	margin: 0 0 127px 0;
}

.share ul {
	height: 15px;
}

.share li span, .share li a {
	display: block;
	background: url(/images/share.png) no-repeat top left;
	width: 47px;
	height: 0;
	padding: 12px 0 0 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.share li.facebook a, .share li.fb a {
	background-position: 0 -12px;
	width: 68px;
	padding: 15px 0 0 0;
	position: absolute;
	left: 62px;
}

.share li.facebook a:hover, .share li.fb a:hover {
	background-position: 0 -27px;
}

.share li.twitter a, .share li.tw a {
	background-position: -68px -12px;
	width: 52px;
	padding: 15px 0 0 0;
	position: absolute;
	left: 145px;
}

.share li.twitter a:hover, .share li.tw a:hover {
	background-position: -68px -27px;
}

.share li.googleplus a, .share li.gp a {
	background-position: -120px -12px;
	width: 58px;
	padding: 15px 0 0 0;
	position: absolute;
	left: 213px;
}

.share li.googleplus a:hover, .share li.gp a:hover {
	background-position: -120px -27px;
}

.share-reversal li.facebook a, .share-reversal li.fb a {
	background-position: 0 -42px;
}

.share-reversal li.twitter a, .share-reversal li.tw a {
	background-position: -68px -42px;
}

.share-reversal li.googleplus a, .share-reversal li.gp a {
	background-position: -120px -42px;
}

/**
 * Product Banner
 */
.product-banner {
	margin: 0 0 70px 0;
}

.product-banner ul {
	margin: 0 0 10px 0;
	min-height: 1px;
}

.product-banner ul:after {
	content: ""; 
	display: block; 
	clear: both;
}

.product-banner li a {
	float: left;
	display: block;
	background: url(/images/product_banner.png) no-repeat top left;
	width: 399px;
	height: 0;
	padding: 102px 0 0 0;
	overflow: hidden;
}

.product-banner li a.product {
	margin: 0 1px 0 0;
}

.product-banner li a.product:hover {
	background-position: 0 -102px;
}

.product-banner li a.personal {
	width: 249px;
	margin: 0 1px 0 0;
	background-position: -400px 0;
}

.product-banner li a.personal:hover {
	background-position: -400px -102px;
}

.product-banner li a.business {
	width: 249px;
	background-position: -650px 0;
}

.product-banner li a.business:hover {
	background-position: -650px -102px;
}

.product-banner-store li a {
	width: 224px;
	background: url(/images/product_banner_store.png) no-repeat top left;
}
.product-banner-store2 li a {
	background: url(/images/product_banner_store2.png) no-repeat top left;
}
.product-banner-store2 li a.product {
	margin: 0 1px 0 0;
}

.product-banner-store2 li a.product:hover {
	background-position: 0 -102px;
}

.product-banner-store2 li a.store {
	width: 249px;
	margin: 0 1px 0 0;
	background-position: -400px 0;
}

.product-banner-store2 li a.store:hover {
	background-position: -400px -102px;
}

.product-banner-store2 li a.vaiostore {
	width: 249px;
	background-position: -650px 0;
}

.product-banner-store2 li a.vaiostore:hover {
	background-position: -650px -102px;
}

.product-banner-store li a.store {
	width: 224px;
	margin: 0 1px 0 0;
	background-position: -225px 0;
}

.product-banner-store li a.store:hover {
	background-position: -225px -102px;
}

.product-banner-store li a.personal {
	width: 224px;
	margin: 0 1px 0 0;
	background-position: -450px 0;
}

.product-banner-store li a.personal:hover {
	background-position: -450px -102px;
}

.product-banner-store li a.business {
	width: 224px;
	background-position: -675px 0;
}

.product-banner-store li a.business:hover {
	background-position: -675px -102px;
}

.product-banner p {
	font-size: 12px;
	line-height: 16px;
}

/**
 * Icon
 */
[class*="icon-"] {
	background: url(/images/icon.png) no-repeat top left;
	display: inline-block;
	vertical-align: text-top;
	overflow: hidden;
	height: 0;
	margin: 0;
}

.icon-toggle {
	background-position: -28px 0;
	width: 11px;
	height: 11px;
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
}

.close .icon-toggle {
	background-position: -40px 0;
}

.icon-carret {
	background-position: -21px 0;
	width: 7px;
	height: 7px;
	position: relative;
	top: 3px;
	margin: 0 5px 0 0;
}

.icon-caution {
	background-position: 0 -91px;
	width: 25px;
	height: 21px;
	position: relative;
	top: -2px;
	margin: 0 5px 0 0;
}

.icon-caution-small {
	background-position: 0 -78px;
	width: 15px;
	height: 13px;
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
}

.icon-up {
	background-position: 0 0;
	width: 7px;
	height: 7px;
	position: relative;
	top: 3px;
	margin: 0 4px 0 0;
}

a:hover .icon-up {
	background-position: -7px 0;
}

.icon-down {
	background-position: 0 -7px;
	width: 7px;
	height: 7px;
	position: relative;
	top: 3px;
	margin: 0 4px 0 0;
}

a:hover .icon-down {
	background-position: -7px -7px;
}

.icon-arrow-left {
	background-position: 0 -14px;
	width: 17px;
	height: 17px;
	position: relative;
	top: -1px;
	margin: 0 5px 0 0;
}

a:hover .icon-arrow-left {
	background-position: 0 -31px;
}

.icon-arrow-right {
	background-position: -17px -14px;
	width: 17px;
	height: 17px;
	position: relative;
	top: 0;
	margin: 0 5px 0 0;
}

a:hover .icon-arrow-right {
	background-position: -17px -31px;
}

.icon-arrow-up {
	background-position: -34px -14px;
	width: 17px;
	height: 17px;
	position: relative;
	top: -1px;
	margin: 0 5px 0 0;
}

a:hover .icon-arrow-up {
	background-position: -34px -31px;
}

.icon-arrow-down {
	background-position: -51px -14px;
	width: 17px;
	height: 17px;
	position: relative;
	top: -1px;
	margin: 0 5px 0 0;
}

a:hover .icon-arrow-down {
	background-position: -51px -31px;
}

.icon-link {
	width: 17px;
	height: 12px;
	background-position: 0 -66px;
	position: relative;
	top: 1px;
	margin: 0 5px;
}

.icon-link-small {
	width: 12px;
	height: 9px;
	background-position: 0 -48px;
	position: relative;
	top: 1px;
	margin: 0 0 0 4px;
}

a:hover .icon-link-small {
	background-position: 0 -57px;
}

.icon-link-small2 {
	width: 12px;
	height: 9px;
	background-position: -12px -48px;
	position: relative;
	top: 1px;
	margin: 0 0 0 4px;
}

/**
 * get Acrobat Reader
 */
.getacrobat {
	border: 1px solid #e5e5e5;
	padding: 21px;
}

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

.getacrobat dt {
	float: left;
	padding: 2px 0 0 0;
	width: 112px;
}

.getacrobat dd {
	margin-left: 136px !important;
	line-height: 1.4;
	font-size: 13px;
}

/**
 * IIP
 */
.intel-core-i7 {
	background: url(/images/intel_core_i7_image.jpg) no-repeat top right;
	padding: 0 168px 0 0;
	min-height: 1px;
}

.intel-core-i7:after {
	content: ""; 
	display: block; 
	clear: both;
}

.intel-core-i7 img {
	display: block;
	float: left;
	width: 181px;
	margin: 0 24px 0 0;
}

.intel-core-i7 p {
	float: left;
	width: 527px;
	font-size: 12px;
	line-height: 22px;
}

.intel-core-i7 strong {
	font-size: 13px;
	font-weight: bold;
}

.intel-core-i7-nonpc, .intel-core-i7-type2-nonpc, .intel-core-i7-type3-nonpc {
	background: none;
	padding: 0;
}

.intel-core-i7-type2 img {
	width: 45px;
}
.intel-core-i7-type3 img {
	width: 60px;
}

.intel-core-i7-type2 p {
	width: 663px;
}

.intel-core-i7-nonpc p {
	width: 695px;
}

.intel-core-i7-type2-nonpc p {
	width: 831px;
}

.intel-core-i7-type3-nonpc p {
	width: 816px;
}

.intel-core-i7-z {
	background: url(/images/intel_core_i7_image_z.jpg) no-repeat top right;
}

.intel-core-i7-z_canvas {
	background: url(/images/intel_core_i7_image_z_canvas.jpg) no-repeat top right;
}
.intel-core-i7-z_canvas p {
	width: 594px;
}

.intel-core-i7-pro_mk2 {
	background: url(/images/intel_core_i7_image_pro_mk2.jpg) no-repeat top right;
	padding-bottom: 10px;
}

/* Windows 10 無償アップグレード対応 / */

.bnr-win10-support {
	position: absolute;
	left: 0;
	z-index: 10000000;
}

.bnr-win10-support a{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	min-width: 165px;
	padding: 7px 5px 7px 15px;
	display: block;
	background-color: #0177d7;
	border-radius: 0 3px 3px 0;
	box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;	
  -webkit-transition: background-color .3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: background-color .3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.bnr-win10-support a span{
	background: url(/images/ico-support_win10.png) no-repeat center right;
	padding-right: 18px;
}

.bnr-win10-support a:hover{
	text-decoration: none;
	background-color: #0190ec;
}

.btn-win10-support{
	text-align: right;
	padding-top: 8px;
	height: 40px;
	border-bottom: 1px solid #dee0e5;
}

.btn-win10-support a{
  -webkit-transition: opacity .3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity .3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn-win10-support a:hover{
	opacity: 0.6;
}

/* / Windows 10 無償アップグレード対応 */
