@charset "shift-jis";
/*=========================================================

	Site Name   VAIO
	File Name   software.css

	Create Date 2013/05/07

==========================================================*/




/*----------------------------------------------------------
	Module Top Style Sheet
-----------------------------------------------------------*/

.mod-softwareGroup {
	text-align: center;
	background: url("/share3_1/images/mod-featureImage/line_01.png") no-repeat scroll 50% 100% transparent;
  padding: 40px 0 0;
  clear: both;
	margin: 0 auto;
  width: 950px;
  overflow: hidden;
	font-size: 13px;

}
.mod-softwareGroup {}

.mod-softwareGroup-header {
	font-size: 12px;
	margin: 0 0 .8em
}
.mod-softwareGroup-header h1 {
	font-size: 1.5em;
	margin:25px 0 0;
	overflow:hidden;
}
.mod-softwareGroup h2 {
	text-align: left;
	font-size: 1.2em;
	margin: 30px 0 25px;
	padding:0 0 0 10px;
	border-bottom:solid 1px #999;
	_width:950px;

}

.mod-softwareGroup-inner {
	text-align: left;
	margin:0 0 30px;
	overflow:hidden;
	_width:950px;
}
.mod-softwareGroup-itemwrap{
	overflow:hidden;
}

.mod-softwareGroup-item-left {
	float:left;
	font-size: 12px;
	vertical-align: top;
	display: inline-block;
	width: 460px;
	margin: 0 0 30px 0;
*display:inline;
*zoom:1;
	overflow:hidden;
}
.mod-softwareGroup-item-right {
	float:right;
	font-size: 12px;
	vertical-align: top;
	display: inline-block;
	width: 460px;
	margin: 0 0 30px 0;
*display:inline;
*zoom:1;
	overflow:hidden;
}

.mod-softwareGroup-image {
	float: left;
	width: 150px;
	height: 114px;
}
.mod-softwareGroup-text {
	float: right;
	width: 290px;
	margin:0 10px 0 0;
*display:inline;
}
.mod-softwareGroup-heading {
	font-size: 1.12em;
	font-weight: 700;
	margin: 0;
	padding:0 0 0 .5em;
	background: url(/share3_1/images/mod-button/ico_01.png) no-repeat left 40%;
}
.mod-softwareGroup-subHeading {
	margin: -1.2em 0 1em
}
.mod-softwareGroup-exp {
	width: 290px;
	margin: 0 0 1em;
}
.inlineEdit,.inlineEdit * {
	display:inline !important
}
.mod-softwareButtonWrap{
	padding-left:30px;
	overflow:hidden;
	width:500px;
	margin:0 auto;
}

.mod-softwareButtonWrap.size{
	padding-left:40px;
	width:580px;
}

.mod-softwareButtonWrap.size_os{
	padding-left:40px;
	width:660px;
}

.mod-softwareButtonLeft,.mod-softwareButtonRight{
	float:left;
	margin:10px 13px;
	width:90%;
}

.mod-softwarebutton {
	line-height:140%;
	display:block;
	color: #1a1a1a;
	font-size: 14px;
	padding:7px 7px 3px 30px;
	text-decoration: none;
	background: url(/share3_1/images/mod-button/ico_01.png) no-repeat;	
	background-repeat: no-repeat, repeat-x;
	background-position: 15px 50%;
	border-radius: 2px;
	box-shadow: 0 0 4px rgba(0,0,0,.3);
	background-color:rgb(242, 242, 242);
	*background:#efefef url(/share3_1/images/mod-button/ico_01.png) no-repeat 15px 50%;

}

.mod-softwarebutton:hover {
	color: #999;
	text-decoration: none;
	background: url(/share3_1/images/mod-button/ico_01.png), linear-gradient(to bottom, #f8f8f8 0, whitesmoke 100%);
	background-repeat: no-repeat, repeat-x;
	background-position: 15px 50%;
	-webkit-background-size: auto auto, 100% auto;
	-o-background-size: auto auto, 100% auto;
	background-size: auto auto, 100% auto;
	overflow:hidden;
	*background:#efefef url(/share3_1/images/mod-button/ico_01.png) no-repeat 15px 50%;
}

@media (max-width:640px) {
	.mod-softwareGroup {
		width: auto;
		margin: 0 10px
	}
	.mod-softwareGroup-header h1 {
		font-size: 1.3em;
		margin:25px 0 0;
	}
	.mod-softwareGrouph2 {
		font-size: 1em;
		margin: 30px 0 25px;
		padding:0 0 0 10px;
		border-bottom:solid 1px #999;
	}

	.mod-softwareGroup-inner {
		margin: 0;
		display: block
	}
	.mod-softwareGroup-item-left {
		float:none;
		font-size: 12px;
		vertical-align: top;
		display: block;
		width:auto;
		margin: 0 0 30px 0;
		overflow:hidden;
	}
	.mod-softwareGroup-item-right {
		float:none;
		font-size: 12px;
		vertical-align: top;
		display: block;
		width:auto;
		margin: 0 0 30px 0;
		overflow:hidden;
	}
	.mod-softwareGroup-image {
		float:left;
		width: 40%;
		height: auto;
		margin: 0 10px 0 0;
	}
	.mod-softwareGroup-image img {
		display:block;
		max-width: 100%;
		max-height: 100%;
		width:auto;
		height:auto;
	}
	.mod-softwareGroup-text {
		float:left;
		width:55%;
		margin:0;
		font-size: 1em;
	}
	.mod-softwareGroup-exp {
		float:left;
		font-size: 1em;
		width:100%;
		line-height:1.5;
	}
	.mod-softwareGroup-heading {
		font-size: 1em;
		font-weight: 700;
		margin:0;
		padding:0 0 0 .5em;
		background: url(/share3_1/images/mod-button/ico_01.png) no-repeat left 50%;
	}
	.mod-softwareGroup-subHeading {
		margin: -1em 0 1em;
	}
	.mod-softwareGroup-price {
		margin: 0 0 1em;
	}
	.mod-softwareButtonWrap{
		padding-left:10px;
		margin:0 0 20px;
		width:100%;
	}
	.mod-softwareButtonWrap.size{
		padding-left:10px;
		margin:0 0 20px;
		width:100%;
	}
	.mod-softwareButtonWrap.size_os{
		padding-left:10px;
		margin:0 0 20px;
		width:100%;
	}
	.mod-softwareButtonLeft{
		float:none;
		margin:5px 5px;
	}
	
	.mod-softwareButtonRight{
		float:none;
		margin:10px 5px 5px;
	}
	.mod-softwarebutton {
		font-size: 10px;
		padding:7px 35px;
	}

}

.sizeback{
	display:inline-block;
	margin:0 0 4px;
	padding:1px 2px 0;
	background:#333;
	color:#ccc;
	font-size:75%;
	border-radius:3px;
	border:1px solid #333;
	letter-spacing:0
}

.sizeback_os{
	display:inline-block;
	margin:0 0 4px 3px;
	padding:1px 3px 0;
	background:#FFF;
	color:#000;
	font-size:75%;
	border-radius:3px;
	border:1px solid #333;
	letter-spacing:0
}


/* ----- */

.tmp-contbox h3.head01B {
    background: none repeat scroll 0 0 ;
    clear: both;
    line-height: 1.2;
    margin-bottom: 1em;
    padding: 0.5em 0 0.5em 10px;
}

div.soft_area_01_wrap div.soft_area_01_img {
	float:left;
	width:150px;
}

div.soft_area_01_wrap div.soft_area_01_ttl {
	float:left;
	margin:0 0 0 25px;
	width:385px;
}

div.soft_area_01_wrap p.soft_area_01_p {
	float:left;
	margin:3px 0 0 25px;
	width:385px;
}

 h4.soft-list {
	border-bottom:1px solid #BCBCBC;
	padding-bottom:3px;
}

div.itemA p.itemImage {
    display: table-cell;
    margin: 0;
    vertical-align: top;
    width: 1%;
    padding-right: 25px;
}

div.itemA div.itemText {
    display: table-cell;
    vertical-align: top;
}

div.itemA div.itemText h5.softTitle {
    margin-bottom: 3px;
    margin-top: 0;
    text-align: left;
}

 div.softArea01Wrap {
	margin-bottom: 30px;
}

 div.softArea01Wrap .softImage {
	padding-right: 25px;
}

 div.softArea01Wrap .softTitle {
	margin-top: 0px;
	margin-bottom: 3px;
}

 div.softArea01Wrap p.softText {
	margin: 0;
	margin-bottom: 3px;
	line-height: 1.5;
	text-align: left;
}

.tmp-contbox p.txt_s {
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
}

 .softArea01Wrap a {
	background: transparent url(/vaio/pre_include/images/arrow_black_bggray.gif) no-repeat scroll 0 0.4em;
	padding: 0 0 0 10px;
}

 .softArea01Wrap .itemImage a {
	background: transparent none no-repeat scroll 0 0.4em;
	padding: 0;
}

 .soft_area_01_ttl a {
	background: transparent url(/vaio/share/images/products/tmp/arrow_black_bggray.gif) no-repeat scroll 0 0.3em;
	padding: 0 0 0 10px;
	font-weight: bold;
}





/*-- add 2010.11.30 Core-ad  --*/
 .vomContainer {
	background: #f3f9fc url(/vaio/pre_include/images/vom_under.gif) no-repeat left bottom;
	margin-bottom:20px;
	padding-bottom: 20px;
}
 .vomInner {
	padding:5px 0 0;
}
 .vomDetailLink {
	margin: 10px 0 20px;
}
 .msOfficeAreaContainer {
	background:  url(/vaio/pre_include/images/dotline.gif) repeat-x left bottom;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
@media (max-width:640px) {
	.msOfficeAreaContainer {
		width:auto;
		padding:0 20px;
	}
	.msOfficeAreaContainer img {
		display:block;
		max-width:100%;
		width:auto;
		height:auto;
	}
}
 .msOfficeAreaWrap {
	background:  url(/vaio/pre_include/images/ky_ms_under.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
 .msOfficeArea {
	background: #ffffff url(/vaio/pre_include/images/ky_ms_top.gif) no-repeat left top;
	padding: 20px 19px 0;
}

.officeUpgrede{
	background: #ffffff;
	padding:30px 0px 10px 0;
}

 .vomContainer h4 {
	padding: 0 0 15px 0;
}

 .vomContainer .vomAreaWrap {
	padding: 10px;
	background: #C1D0D7;
}
 .vomContainer .vomAreaLeft,
.vomContainer .vomAreaRight {
	display: table-cell;
	vertical-align: middle;
}

	/* IE 6 */
	* html  .vomAreaLeft,
	* html  .vomAreaRight {
		display: inline;
		zoom: 1;
	}

	/* IE 7 */
	*:first-child+html  .vomAreaLefta,
	*:first-child+html  .vomAreaRight {
		display: inline;
		zoom: 1;
	}

 .vomContainer .vomAreaLeft {
	width: 100px;
}
 .vomContainer .vomAreaLeft ul li {
	list-style: outside disc;
	font-weight: bold;
	margin: 0 0 0 1.2em;
	padding: 0;
}
 .vomContainer .vomAreaRight {
	width: 302px;
	text-align: right;
}
 .mr5 {
	margin-right: 5px;
}

/*-- end 2010.11.30 Core-ad  --*/

/*-- add 2011.04.26 Core-ad  --*/
 .softArea01Wrap .softText .txt_s a {
	background: transparent url(/vaio/pre_include/images/arrow_black_bggray.gif) no-repeat scroll 2px 0.2em;
	padding: 0 0 0 10px;
}
/*-- end 2011.04.26  --*/

/*-- add 2011.05.25 Core-ad  --*/
 .popBtnAddText {
	
}
 .popBtnAddText a,
 .popBtnAddText span {
	display: table-cell;
	vertical-align: middle;
}

	/* IE 6 */
	* html  .popBtnAddText a,
	* html  .popBtnAddText span {
		display: inline;
		zoom: 1;
	}

	/* IE 7 */
	*:first-child+html  .popBtnAddText a,
	*:first-child+html  .popBtnAddText span {
		display: inline;
		zoom: 1;
	}

 .popBtnAddText a {
	width: 360px;
}
 .popBtnAddText span {
	width: 200px;
	line-height: 1.2;
}

/*-- end 2011.05.25  --*/




/* VAIO add 2012.04.12----- */

 div.soft_area_01_wrap div.soft_area_01_img {
	float:left;
	width:150px;
}

 div.soft_area_01_wrap div.soft_area_01_ttl {
	float:left;
	margin:0 0 0 25px;
	width:385px;
}

 div.soft_area_01_wrap p.soft_area_01_p {
	float:left;
	margin:3px 0 0 25px;
	width:385px;
}

 h4.soft-list {
	border-bottom:1px solid #BCBCBC;
	padding-bottom:3px;
	text-align: left;
}

 table.soft_table_preview {
	border-collapse:collapse !important;
}

 table.soft_table_preview {
	border-collapse:collapse !important;
	empty-cells: show;
	table-layout:fixed;
}



 table.soft_table_preview td ,
 table.soft_table_preview th {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding:3px;
}

 table.soft_table_preview th {
	background-color: #F2F2F2;
	width:20%;
}

 table.model3 td {
	width: 26%;
}

 table.model4 td {
	width: 20%;
}

 table.model5 td {
	width: 16%;
}

 table.model6 td {
	width: 13%;
}

 table.soft_table_preview td table td {
	border: none;
}

 table.soft_table_preview td table td.plus {
	font-size: 120%;
}

 .soft_table_preview p.allow {
	background: transparent url(/vaio/share/images/products/tmp/arrow_black_bggray.gif) no-repeat scroll 0 0.4em;
	padding: 0 0 0 10px;
}

 div.softArea01Wrap {
	margin-bottom: 30px;
}

 div.softArea01Wrap .softImage {
	padding-right: 25px;
}

 .softArea01Wrap a {
	background: transparent url(/vaio/pre_include/images/arrow_black_bggray.gif) no-repeat scroll 0 0.4em;
	padding: 0 0 0 10px;
}

 .softArea01Wrap .itemImage a {
	background: transparent none no-repeat scroll 0 0.4em;
	padding: 0;
}

 .soft_area_01_ttl a {
	background: transparent url(/vaio/share/images/products/tmp/arrow_black_bggray.gif) no-repeat scroll 0 0.3em;
	padding: 0 0 0 10px;
	font-weight: bold;
}


 .softAreaMsWrap {
	margin-bottom: 20px;
}
 .softAreaMsWrap .msImage {
	padding-right: 25px;
}

 div.officeTop {
	background: url(/vaio/pre_include/images/ky_ms_bg_01.gif) no-repeat top;
	padding: 7px 0 0 0;
	margin: 0 0 20px 0;
}
 div.officeBottom {
	background: url(/vaio/pre_include/images/ky_ms_bg_03.gif) no-repeat bottom;
	padding: 0 0 7px 0;
}
 div.officeContent {
	background: transparent url(/vaio/pre_include/images/ky_ms_bg_02.gif) repeat-y;
	padding: 8px 15px 8px 15px;
}
 p.officeBnr {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 14px 0;
	margin: 0 0 15px 0;
}
 p.caption {
	color: #666666;
}

/*-- end 2010.04.26 Core-ad  --*/

