/*====================================================================================
	Stylus Page Setting
====================================================================================*/
body, div, p, nav, ul, li, a, span,
header, section, footer, h1, h2, h3, textarea,
input, label, dl, dt, dd {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.contents {
	margin-right: 0px;
	float: right;
}

.sidebar {
	margin-right: 20px;
	float: left;
}

.content-ios,
.content-android,
.content-windows {
	display: none;
}

div.block a {
	text-decoration: underline;
}

.digital-stylus h2,
.recommended-stylus h2 {
	position: relative;
}

.digital-stylus h2 span.review-date,
.recommended-stylus h2 span.review-date {
	top: 0;
	right: 0;
	left: auto;
	color: #888;
	font-size: 14px;
	line-height: 22px;
	vertical-align: middle;
	padding: 12px;
	display: block;
	position: absolute;
}

div.digital-stylus div.block,
div.recommended-stylus div.block {
	overflow: hidden;
}

div.digital-stylus div.block h3,
div.recommended-stylus div.block h3 {
	font-size: 1.4em;
	text-align: left;
	line-height: 40px;
	width: 100%;
	height: 40px;
	padding: 0 8px;
	margin-bottom: 16px;
	background-image: url('/img/line_slash.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

div.digital-stylus div.block img,
div.recommended-stylus div.block img {
	vertical-align: bottom;
	margin-right: 8px;
}

div.digital-stylus div.block p,
div.recommended-stylus div.block p {
	line-height: 1.6em;
	margin: 16px 0;
}

div.digital-stylus div.block img.left-float,
div.recommended-stylus div.block img.left_float {
	margin: 0 12px 12px 0;
	float: left;
}

div.digital-stylus div.block p.promotion_code,
div.recommended-stylus div.block p.promotion_code {
	font-size: 20px;
	font-weight: bold;
	color: #f00;
}

div.digital-stylus div.block ul.specifications,
div.digital-stylus div.block ul.specifications-image,
div.digital-stylus div.block ul.features,
div.recommended-stylus div.block ul.specifications,
div.recommended-stylus div.block ul.features {
	margin: 12px 0px;
}

div.digital-stylus div.block ul.specifications-image {
	margin-left: 320px;
}

div.digital-stylus div.block ul.specifications li,
div.digital-stylus div.block ul.specifications-image li,
div.recommended-stylus div.block ul.specifications li,
div.digital-stylus div.block ul.features li,
div.recommended-stylus div.block ul.features li {
	font-size: 1.0em;
	line-height: 1.3rem;
	margin-left: 16px;
	margin-bottom: 1.5rem;
	list-style-type: disc;
}

div.digital-stylus div.block ul.specifications li:last-child,
div.digital-stylus div.block ul.specifications-image li:last-child,
div.recommended-stylus div.block ul.specifications li:last-child,
div.digital-stylus div.block ul.features li:last-child,
div.recommended-stylus div.block ul.features li:last-child {
	margin-bottom: 0;
}


div.digital-stylus table.general-comment,
div.recommended-stylus table.general-comment {
	width: 550px;
	border: 1px solid #444;
	border-collapse: collapse;
}

div.digital-stylus table.general-comment th,
div.digital-stylus table.general-comment td,
div.recommended-stylus table.general-comment th,
div.recommended-stylus table.general-comment td {
	font-size: 14px;
	padding: 10px;
	border: 1px solid #444;
}

div.digital-stylus table.general-comment th,
div.recommended-stylus table.general-comment th {
	width: 119px;
}

div.digital-stylus table.general-comment td,
div.recommended-stylus table.general-comment td {
	width: 429px;
}

/*------------------------------------------------------------------------------------
	Stylus Menu List Area Start
------------------------------------------------------------------------------------*/
div.stylus-menu-list {
	line-height: 140%;
	width: 260px;
	height: auto;
	padding: 19px;
	margin-bottom: 12px;
	border: #CCC solid 1px;
}

div.stylus-menu-list h3 {
	width: 260px;
	height: 16px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	background-image: url('/img/line_slash.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
}

div.stylus-menu-list h3 img {
	margin-right: 7px;
	vertical-align: bottom;
}

div.stylus-menu-list ul.continue {
	padding-bottom: 12px;
	margin-bottom: 12px;
}

div.stylus-menu-list li {
	width: 260px;
	height: auto;
}

div.stylus-menu-list li a {
	font-size: 14px;
	color: #333;
	width: 236px;
	height: auto;
	padding: 12px;
	display: block;
	background-image: url('/img/line_dot.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

div.stylus-menu-list li a:hover {
	background-color: #EEE;
	text-decoration: none;
}
/*------------------------------------------------------------------------------------
	Stylus Menu List Area End
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	SWITCH CONTENT
------------------------------------------------------------------------------------*/
/* SEGMENT BUTTON */
ul.switch-platform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
}

ul.switch-platform {
	text-align: center;
	width: 636px;
	height: auto;
	min-height: 56px;
	margin: 0 auto 20px;
}

ul.switch-platform li,
ul.switch-platform li input,
ul.switch-platform li label,
ul.switch-platform li label span,
ul.switch-platform li input + label,
ul.switch-platform li input:checked + label {
	width: 212px;
	height: auto;
	min-height: 56px;
}

ul.switch-platform li input {
	top: 0;
	left: 0;
	opacity: 0;
	position: absolute;
}

ul.switch-platform li label {
	color: #00629D;
	font-size: 1.2em;
	display: table;
}

ul.switch-platform li label span {
	vertical-align: middle;
	display: table-cell;
	cursor: pointer;
}

ul.switch-platform li input[type='radio']:checked + label {
	color: rgba(255, 255, 255, 1);
	border: 1px solid #00629D;
	background-color: #00629D;
}

ul.switch-platform li:nth-child(1) label {
	border-left: 1px solid #00629D;
	border-top: 1px solid #00629D;
	border-bottom: 1px solid #00629D;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

ul.switch-platform li:nth-child(2) label {
	border: 1px solid #00629D;
}

ul.switch-platform li:nth-child(3) label {
	border-right: 1px solid #00629D;
	border-top: 1px solid #00629D;
	border-bottom: 1px solid #00629D;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

p.note-stylus {
	line-height: 1.3rem;
	margin: 32px 0 8px;
}
