/*--------------------------------------------------------------- */
/* アプリ一覧ページスタイル（PC向け） */
/*--------------------------------------------------------------- */

/* eco-dx PC
-----------------------------------------*/
div.contentbox	{ font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.main_hed_box {
	margin-bottom: 50px;
}
.main_hed_box.eco-dx {
	background: url(/mycloud/apps_top/eco-dx/images/mainvisual_pc.jpg) 0 0 no-repeat;
}
.main_hed_box.fjadviser {
	background: url(/mycloud/apps_top/fjadviser/images/mainvisual_pc.jpg) 0 0 no-repeat;
}
.main_hed_box.flink-neo {
	background: url(/mycloud/apps_top/flink-neo/images/mainvisual_pc.jpg) 0 0 no-repeat;
}
.main_hed_box.otp {
	background: url(/mycloud/apps_top/otp/images/mainvisual_pc.jpg) 0 0 no-repeat;
}
.main_hed_box_inner {
	width: 520px;
	margin: 0 auto;
}
.main_hed_box_inner h1,
.main_hed_box_inner h2 {
	text-align: center;
}
.main_hed_box_inner h2 {
	font-size: 28px;
	font-size: 200%;
}
.main_hed_box_inner h2.type02 {
	margin-left: -104px;
}
.main_hed_box_inner h1 {
	margin: 0;
	padding: 50px 0 25px;
}
.main_hed_box_inner h2 {
	padding-bottom: 20px;
}
.main_hed_box_inner .pdbm90 {
	padding-bottom: 90px;
}
.min_height {
	min-height: 200px;
}

.main_hed_box_inner .downloadBtn	{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 8px 20px 8px 28px;
	margin: 36px auto 0;
	background: #59aaf7;
	border-radius: 24px;
	box-sizing: border-box;
}

.main_hed_box_inner .downloadBtn:hover {
  background: #69b2f8;
}

.main_hed_box_inner .downloadBtn a	{
	display: block;
	position: relative;
	text-decoration: none;
	padding-right: 34px;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.75;
}
.main_hed_box_inner .downloadBtn a:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	content: '';
	width: 18px;
	height: 18px;
	background: url('/mycloud/apps_top/common-svcapl/images/_icon-s1ddea07a77.png') no-repeat 0 0px;
	overflow: hidden;
	text-indent: -9999px;
}

/* under_contents_box
-----------------------------------------*/
.under_contents_box {
	padding: 0 18px 0;
	margin-left: 1px;
	background: #f2f2f2;
	border-bottom: 1px solid #FFFFFF;
}
.under_contents_box h2 {
	text-align: center;
	padding: 36px 0 35px 0;
}
.under_contents_box h2.under_contents_box {
	margin: 0 auto;
	padding: 36px 0 15px 0;
	color: #59aaf7;
	text-align: center;
	font-size: 2.4em;
	font-weight: normal;
}

	/* F-LINK Neo 2016.3.25 / otp 2016.4.19 */
	.otp h2,
	.flinkneo h2 {
		display: block;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 36px 0 20px 0;
		font-size: 230%;
		line-height: 1;
		color: #59aaf7;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: inherit;
	}
	.flinkneo .read {
		width: 100%;
		max-width: 580px;
		margin: 0 auto 18px;
	}
	.flinkneo .read ul {
		float: left;
		text-align: center;
		list-style: none;
	}
	.flinkneo .read ul li {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}
	.flinkneo .read ul li span {
		display: block;
	}
	.flinkneo .read ul li span.logo	{ 
		width: 147px;
		height: 24px;
		background: url('/mycloud/apps_top/flink-neo/images/img-logo-147x24.png') no-repeat 0 center;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.flinkneo .read ul.txtBlock1 li:first-child {
		margin-right: 5px;
	}
	.flinkneo .read ul.txtBlock2 {
		margin-left: 5px;
		padding-top: 3px;
	}
	.flinkneo .read ul li span.num1 {
		width: 16px;
		height: 16px;
		background: url('/mycloud/apps_top/flink-neo/images/num1_16.png') no-repeat 0 center;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		margin-top: -1px;
	}	
	.flinkneo .read ul li span.num2 {
		width: 16px;
		height: 16px;
		background: url('/mycloud/apps_top/flink-neo/images/num2_16.png') no-repeat 0 center;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		margin-top: -1px;
	}
	.flinkneo .read:after {
		content: "";
		display: block;
		clear: both;
	}
	.otp .contentBlock,
	.flinkneo .contentBlock {
		width: 100%;
		/*margin-top: 38px;*/
		margin-bottom:1em;
	}
	.otp .contentBlock .leftContent,
	.flinkneo .contentBlock .leftContent {
		float: left;
		width: 50%;
		border-right: 1px solid #8ac3f9;
		box-sizing: border-box;
	}
	.otp .contentBlock .rightContent,
	.flinkneo .contentBlock .rightContent {
		float: right;
		width: 50%;
		padding-left: 15px;
		box-sizing: border-box;
	}
	.otp .contentBlock:after,
	.flinkneo .contentBlock:after {
		content: "";
		display: block;
		clear: both;
	}
	.otp .contentBlock dl,
	.flinkneo .contentBlock dl	{
		vertical-align: baseline;
		margin:0;
		padding:0;
	}
	.otp .contentBlock dl:after,
	.flinkneo .contentBlock dl:after {
		content: "";
		display: block;
		clear: both;
	}
	.otp .contentBlock dl dt,
	.flinkneo .contentBlock dl dt {
		float: left;
		vertical-align: baseline;
	}
	.otp .contentBlock dl dt span,
	.flinkneo .contentBlock dl dt span {
		display: block;
		padding: 4px 10px 3px;
		margin-right:10px;
		border: 1px solid #8ac3f9;
		border-radius: 20px;
		color: #59aaf7;
		line-height:1.2;
		font-weight:bold;
	}
	.otp .contentBlock dl dd,
	.flinkneo .contentBlock dl dd {
		padding: 5px 0 10px;
		margin-bottom:0;
	}
	.otp .contentBlock dl dd span,
	.flinkneo .contentBlock dl dd span {
		display: block;
		color: #59aaf7;
		line-height:1.2;
	}
	
	.otp .contentBlock .txt,
	.flinkneo .contentBlock .txt {
		margin-left: 5.0em;
		padding-left: 0;
	}
	.otp .contentBlock .txt a,
	.flinkneo .contentBlock .txt a {
		text-decoration: underline;
		color: #404040;
	}	
	.otp .contentBlock .txt a:hover,
	.flinkneo .contentBlock .txt a:hover {
		color: #8e8e8e;
	}	
	.otp .contentBlock .txt a .qaTit,
	.flinkneo .contentBlock .txt a .qaTit {
		font-weight: bold;
	}
	
	.otp .ban,
	.flinkneo .ban {
		text-align: center;
		padding-bottom:2em;
		
	}
	.otp .ban li:first-child,
	.flinkneo .ban li:first-child {
		margin-right: 20px;
	}
	.otp .ban li,
	.flinkneo .ban li {
		display: inline-block;
		width: 100%;
		max-width: 300px;
	}
	.otp .ban li a,
	.flinkneo .ban li a {
		display: block;
		position: relative;
		vertical-align: middle;
		padding: 8px 75px 8px 28px;
		margin: 36px auto 0;
		background: #59aaf7;
		border-radius: 24px;
		box-sizing: border-box;
		text-align: left;
		cursor: pointer;
		color: #fff;
		font-size: 1.12em;
		line-height: 1.75;
		text-decoration: none;
	}
	.otp .ban li a::after,
	.flinkneo .ban li a::after {
		position: absolute;
		right: 28px;
		top: 50%;
		margin-top: -10px;
		content: '';
		width: 19px;
		height: 19px;
		background: url('/mycloud/apps_top/flink-neo/images/ban_arrow.png') no-repeat 0 center;
	}
	.otp .ban li a:hover,
	.flinkneo .ban li a:hover {
		opacity: 0.9;
		filter: alpha(opacity=90);
		-ms-filter: "alpha(opacity=90)";
		-khtml-opacity: 0.9;
		-moz-opacity: 0.9;
	}

.under_contents_box li {
	margin-bottom: 0;
}

/* under_contents_box_inner --*/
.under_contents_box_inner a:link {
	color: #8e8e8e;
	text-decoration: none;
}
.under_contents_box_inner a:visited {
	color: #8e8e8;
	text-decoration: none;
}
.under_contents_box_inner a:hover {
	color: #8e8e8;
	text-decoration: underline;
}
.under_contents_box_inner a:active {
	color: #8e8e8;
	text-decoration: underline;
}

.under_contents_box_inner {
	padding: 30px 40px 0;
	background: #FFFFFF;
	margin-bottom: 2px;
}
	.otp .under_contents_box_inner,
	.flinkneo .under_contents_box_inner {
	padding: 30px 20px 0;
	background: #FFFFFF;
	margin-bottom: 2px;
}

.under_contents_box_inner.last {
	margin-bottom: 0px;
	border-bottom: 18px solid #f2f2f2;
}
h3.title_style_h3 {
	margin-bottom: 30px;
	height: 45px;
}
h3.title_style_h3 img {
	height: 45px!important;
}
h3.title_style_h3 span {
	margin-top: -1em;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	padding-left: 10px;
}
.flinkneo .under_contents_box_inner h3.title_style_h3 span.txt span.del	{
	padding-left: 0;
    display: inline;
}
.flinkneo .under_contents_box_inner h3.title_style_h3 span.txt span.break {
	padding-left: 0;
    display: inline;
}
	h3.title_style_h3 span.numBlock {
	}
	h3.title_style_h3 span.numBlock .num1 {
		display: block;
		width: 36px;
		height: 36px;
		background: url('/mycloud/apps_top/flink-neo/images/num1_36.png') no-repeat 0 center;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	h3.title_style_h3 span.numBlock .num2 {
		display: block;
		width: 36px;
		height: 36px;
		background: url('/mycloud/apps_top/flink-neo/images/num2_36.png') no-repeat 0 center;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}

/* under_contents_box_inner --*/
.brand_bannr_eria {
	margin-bottom: 20px;
/*	text-align: center;
*/}
.brand_bannr_eria.line {
	padding-bottom: 20px;
	border-bottom: 1px solid #bcebf9;
}
.brand_bannr_eria ul {
	/*display: inline;*/
	padding-left: 28px;
}

	.brand_bannr_eria ul li.pc	{ width:93px; text-align:center; vertical-align:top; display:inline-block; }
	.brand_bannr_eria ul li.dllist	{ display:inline-block; }

.brand_bannr_eria.type02 ul {
	padding-left: 0;
}
.brand_bannr_eria ul.fast {
	padding-left: 0px;
}
.brand_bannr_eria li {
	display: inline;
	padding-left: 10px;
}
.brand_bannr_eria.type02 dl {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.brand_bannr_eria.type02 dt {
	padding-bottom: 10px;
}
.brand_bannr_eria.type02 dd {
	padding-left: 0;
	margin-bottom: 0;
}
.brand_bannr_eria.type02 ul {
	overflow: hidden;
}
.brand_bannr_eria.type02 ul li {
	width: 167px;
	float: left;
	padding-left: 0;
}
.brand_bannr_eria.type02 ul li.last {
	width: 157px;
}
.brand_bannr_eria.type02 ul li.none {
	width: 93px;
	float: left;
	padding-left: 0px;
	padding-right: 8px;
}
.brand_bannr_eria.type02 ul li span {
	width: 60px;
	display: block;
	padding-top: 2px;
	margin: 8px auto 0;
	color: #bb2222;
	border: 1px solid #bb2222;
}
.brand_bannr_eria li img {
	height: 47px;
}
.brand_bannr_eria li.none img {
	height: auto;
}

/* dt_annotation --*/
.dt_annotation dt {
	padding-bottom: 5px;
}
.dt_annotation dd {
	padding: 0;
}

/* link_btn_list --*/
.link_btn_list {
	text-align: center;
	padding-bottom: 35px;
}
.link_btn_list li {
	display: inline;
}
.link_btn_list li.fast {
	padding-right: 25px;
}

/* link_btn_list --*/
.dl_list dt {
	padding-left: 75px;
	line-height: 2.2!important;
}
.dl_list dt.fast {
	background: url(/mycloud/apps_top/common-svcapl/images/list_img01_pc.png) 0 0 no-repeat;
	color: #59aaf7;
}
.dl_list dt.second {
	background: url(/mycloud/apps_top/common-svcapl/images/list_img02_pc.png) 0 0 no-repeat;
	color: #59aaf7;
}
.dl_list dd.second {
	margin-bottom:0!important;
}
.dl_list dd {
	padding: 0px 0px 0px 74px;
}
.under_contents_box_inner .dl_list dd a {
	color: #000;
}

.forflink	{ color: #0077F5; border:1px solid #0077F5; padding:8px; -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px; 
}
.forflink a	{ color: #000!important; text-decoration:underline!important;}
.forflink a:hover	{ color:#8e8e8e!important;}

/* 旧 css
-----------------------------------------*/
h1#mainvisual {
	margin: 0 0 20px 0;
}

.lead .leadtext {
	width: 583px;
	float: left;
	line-height: 1.6 !important;
	font-size: 108%;
}

.registration {
	width: 357px;
	float: right;
	background-color: #f4ffe8;
	border: #bace10 1px solid;
	padding: 10px 13px;
}

.listtitle {
	width: 970px;
}

div.listbox {
	width: 980px;
	margin: 0 0 40px 0;
	padding-bottom: 7px;
	background: url(/support/mycloudapps/images-svcapl/bgbottom-listbox.gif) left bottom no-repeat;
}

div.listboxinner {
	margin: 0;
	width: 970px;
	padding: 0 5px 30px 5px;
	background: url(/support/mycloudapps/images-svcapl/bg-listbox.gif) left top repeat-y;
}

.col2layout {
	clear: both;
	width: 890px;
	margin: 0 40px 30px 40px;
	padding: 0;
}

.col2layout .col1 {
	float: left;
	width: 430px;
}

.col2layout .col2 {
	float: right;
	width: 430px;
}

ul.noteslist {
	margin: 0;
	font-size: 93%;
}

.clickable {
	cursor: pointer;
}

p.descriptionbox {
	margin: 0;
	padding: 8px 10px;
	background-color: #f0f0f0;
}

.titlebox_appli {
	width: 430px;
	padding: 0;
	margin: 0;
	height: 60px;
	overflow: hidden;
	background: url(/support/mycloudapps/images-svcapl/appli/bg-title.png) left top repeat-x;
}

.titlebox_appli h2 {
	float: left;
	width: 133px;
	padding: 0;
	margin: 0;
	text-align: left;
	background: none;
	border: none 0;
}

.titlebox_appli p.titleimage {
	float: right;
	width: 145px;
	padding: 0;
	margin: 0;
	text-align: right;
}

table.applilist {
	width: 100%;
	border-top: #bebebe 1px solid;
}

table.applilist tr {
	background: #f0f0f0 url(/support/mycloudapps/images-svcapl/appli/bg-list.gif) left top repeat-x;
}

table.applilist td {
	padding: 10px 0;
	border-bottom: #bebebe 1px solid;
}

table.applilist td.line {
	width: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

table.applilist td.line p {
	width: 0;
	overflow: hidden;
	margin: 4px 0;
	padding: 12px 0;
	padding-left: 10px;
	background-color: #29a7e2;
}

table.applilist td.icon01 {
	padding: 0;
	width: 32px;
	text-align: center;
	padding-left: 10px;
	vertical-align: middle;
}

table.applilist tr.grouptop td.line {
	border-bottom: #29a7e2 1px solid;
}

table.applilist tr.grouptop td.line p {
	margin-bottom: 0;
	padding-bottom: 16px;
}

table.applilist tr.group td.line {
	border-bottom: #29a7e2 1px solid;
}

table.applilist tr.group td.line p {
	margin: 0;
	padding: 16px 0 16px 10px;
}

table.applilist tr.groupbottom td.line {
	padding-top: 0;
}

table.applilist tr.groupbottom td.line p {
	margin-top: 0;
	padding-top: 16px;
}

table.applilist .icon02 {
	width: 32px;
	text-align: center;
	vertical-align: middle;
}

table.applilist .text {
	width: 306px;
}

table.applilist .text p.name {
	margin: 0;
	padding-top: 0.25em;
	font-size: 124%;
	font-weight: bold;
}

table.applilist .text .name a {
	text-decoration: none;
}

table.applilist .text .name a:hover {
	text-decoration: underline;
}

table.applilist .text .name a sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}

table.applilist .arrow {
	width: 31px;
	text-align: center;
	vertical-align: middle;
}

div.explanation {
	width: 388px;
	border: #bebebe 1px solid;
	padding: 14px 20px;
}

div.explanation ul li {
	padding: 6px 0 6px 42px;
}

div.explanation ul li.print {
	background: url(/support/mycloudapps/images-svcapl/appli/icon_print.gif) left 50% no-repeat;
}

div.explanation ul li.pc {
	background: url(/support/mycloudapps/images-svcapl/appli/icon_pc.gif) left 50% no-repeat;
}

div.explanation ul li.mobile {
	background: url(/support/mycloudapps/images-svcapl/appli/icon_mobile.gif) left 50% no-repeat;
}

div.explanation ul li.setting {
	background: url(/support/mycloudapps/images-svcapl/appli/icon_setting.gif) left 50% no-repeat;
}

/*--------------------------------------------------------------- */
/* アプリ詳細ページ共通スタイル（PC向け） */
/*--------------------------------------------------------------- */
div.contentbox {
	width: 886px;
	margin: 20px 47px 40px 47px;
	padding-bottom: 6px;
	background: url(/mycloud/apps_top/common-svcapl/images/bgbottom-contentbox.gif) left bottom no-repeat;
}

div.contentboxouter {
	margin: 0;
	padding-top: 3px;
	background: url(/mycloud/apps_top/common-svcapl/images/bgtop-contentbox.gif) left top no-repeat;
}

div.contentboxinner {
	margin: 0;
	width: 877px;
	padding: 0 4px 0 4px;
	background: url(/mycloud/apps_top/common-svcapl/images/bg-contentbox.gif) left top repeat-y;
}

div.outline {
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}

div.outline .col1 {
	width: 432px;
	float: left;
	margin-left: 18px;
	margin-top: 20px;
}

div.outline .col2 {
	width: 402px;
	float: right;
	margin: 0;
}

div.outline .col2 p#visual {
	margin: 0 0 20px 0;
	padding: 0;
}

div.outline p {
	margin: 0;
	margin-bottom: 20px;
	line-height: 1.8;
}

h1.pagetitle {
	margin: 0 0 35px 0;
}

div.download {
	text-align: left;
	width: 315px;
	padding: 14px;
	margin: 0;
	margin-left: 41px;
	background-color: #F3F3F3;
}

div.btnlined {
	margin-left: 1em;
}

div.btnbox {
	width: 128px;
}

div.btnlined div.btnbox {
	float: left;
	width: 128px;
	margin-right: 20px;
}

div.btnbox p.caption {
	text-align: center;
}

div.download ul {
	margin-left: 20px;
	list-style: disc;
}

div .relatedinfo {
	width: 840px;
	height: 101px;
	margin: 0 18px;
	background: url(/mycloud/apps_top/common-svcapl/images/bg-relatedinfo.jpg) right top no-repeat;
}

div .relatedinfo h2 {
	width: 124px;
	float: left;
}

div .relatedinfo ul {
	width: 677px;
	float: left;
	margin-left: 39px;
	margin-top: 27px;
}

div .relatedinfo ul li {
	display: inline;
	margin-right: 17px;
}

div.section {
	width: 840px;
	margin: 0 18px 25px 18px;
}

div.section p {
	margin-bottom: 20px;
}

div.section h2.accent01 {
	font-size: 139%;
	color: #4383C1;
	border-bottom: #4383C1 4px solid;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

div.section h3.accent01 {
	font-size: 124%;
	border-left: #0096DC 5px solid;
	padding: 1px 0 0 6px;
	margin-bottom: 10px;
}

div.section ul {
	list-style: disc;
	padding-left: 1.5em;
}

div.section ul.floatlist {
	width: 780px;
	margin: 0 30px;
	padding: 0;
}

div.section ul.floatlist li {
	width: 240px;
	float: left;
	list-style: disc;
	padding-bottom: 10px;
	margin: 0 20px 0 0;
}

div.section ul.floatlist li.rightend {
	margin-right: 0;
}

/* ワンタッチプライバシー 20151117 CC統 */
div.pointblock	{
	margin: 0 18px 25px 18px;
	border:1px solid #B8B8B8;
	padding:15px 15px 0 15px ;
	}
div.pointblock h2	{ border-bottom:1px solid #0096DC; margin-bottom:1em; padding-bottom:0.2em; }
div.pointblock h2 img	{ margin-right:0.5em; }

.faqlink	{}
.faqlink span.qaicon	{
	display: inline-block;
	border:1px solid #55A8FA;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	padding:5px 10px;
	color:#55A8FA;
	margin-right:10px;
	}

/* ワンタッチプライバシー 20160419 CC統 */
div.YoutubeFujitsuJpFMV	{ margin: -1em 0px 1em;}
p.videotime	{ margin: 0.5em 0 2em; text-align:right; }

/*--------------------------------------------------------------- */
/* アプリ一覧ページスタイル（PC向け）20140430追加 */
/*--------------------------------------------------------------- */

/*------------お知らせ見出し用---------------*/
h2.title {
	position: relative;
	font-size: 1.2em;
	color: #2066bd;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: #cfcfcf 2px solid;
}

h2.title span.index {
	position: absolute;
	bottom: 0;
	margin: -2px;
	padding: 2px;
	border-bottom: #2066bd 2px solid;
}

h2.title span.link {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	font-weight: normal;
	font-size: 80%;
	border-bottom:none;
}





/*------------お知らせトピック用---------------*/
.maincontents ul.datelist2col li{
	background:none;
	padding-left:0px;
}

.app_topic{
	margin-bottom:20px;
}

/*------------メインタイル用---------------*/

.newcol2layout {
	clear: both;
	margin-bottom:30px;
}

.newcol2layout .col1 {
	float: left;
	width: 484px;
}

.newcol2layout .col2 {
	float: right;
	width: 484px;
}

.newlistbox{
	width: 980px;
	margin: 0 0 40px 0;
	padding-bottom: 7px;
}

.top_img{
	margin:2px;
}

.top_img:hover{
	margin:0;
	border:2px solid rgba(0,0,0,0.3);
	border:2px solid #B2B2B2\9;
}

/*------------QRコード設置（富士通アドバイザー）---------------*/
div.QRInfo	{ margin-left:2em; margin-right:2em;  }
div.QRInfo .innerblock	{overflow:hidden;}
div.QRInfo p.imgQR	{ float:right; margin-left:10px;}
div.QRInfo p	{ margin-bottom:1em; }

/*--------------------------------------------------------------- */
/* 各アプリページスタイル（PC向け）20140502追加 */
/*--------------------------------------------------------------- */

.play_cap{
	width:846px;
	margin:0 auto;
}
.cap_l{
	float:left;
}
.cap_r{
	float:right;
}

h2.accent_play{
	font-size: 139%;
	color: #008bad;
	border-bottom: #008bad 4px solid;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

h3.accent_play{
	font-size: 124%;
	border-left: #008bad 5px solid;
	padding: 1px 0 0 6px;
	margin-bottom: 10px;
}

h2.accent_aupeo{
	font-size: 139%;
	color: #0077f5;
	border-bottom: #0077f5 4px solid;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

h3.accent_aupeo{
	font-size: 124%;
	border-left: #0077f5 5px solid;
	padding: 1px 0 0 6px;
	margin-bottom: 10px;
}


/* MapMark ページスタイル 20150114追加 */
h2.accent_mapmark{
	font-size: 139%;
	color: #0077f5;
	border-bottom: #0077f5 4px solid;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

.forpc_mapmark{

margin: 0 auto;
}

/* ------ */

.red_box{
	border:2px solid #bb0000;
	padding:10px;
	margin-bottom:15px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.mb50{
	margin-bottom:50px!important;
}
.mb35{
	margin-bottom:35px!important;
}
.mb05{
	margin-bottom:0.5em!important;
}
.mb10{
	margin-bottom:10px!important;
}
.mb15{
	margin-bottom:15px!important;
}
.mb6{
	margin-bottom:6px!important;
}

.mt22{
	margin-top:22px;
}

.mt0{
	margin-top:0px!important;
}

.mb20{
	margin-bottom:20px;
}


.mb0 { margin-bottom:0px!important; }


.pt0{
	padding-top:0px!important;
}

.ml10	{ margin-left:1em!important; }
.mb05e{
	margin-bottom:0.5em!important;
}
.mb10e{
	margin-bottom:1.0em!important;
}


.clear{
	clear:both;
}

.imgborder { border: #CCC 1px solid; }

/*--------------------------------------------------------------- */
/* ダウンロード一覧ページスタイル（PC向け）20140514追加 */
/*--------------------------------------------------------------- */

div.sectionbox {
	width: 980px;
	margin: 20px 0px 40px 0px;
	padding-bottom: 8px;
	background: url(/support/mycloudapps/download/images/bottom.gif) left bottom no-repeat;
}

div.sectionboxouter {
	margin: 0;
	padding-top: 4px;
	background: url(/support/mycloudapps/download/images/top.gif) left top no-repeat;
}

div.sectionboxinner {
	margin: 0;
	width: 970px;
	padding:0 5px 25px 5px;
	background: url(/support/mycloudapps/download/images/1px.gif) left top repeat-y;
}

div.sec {
width: 930px;
margin: 0 20px;
}

h3.accent_dl{
	border-bottom: #0077f5 4px solid;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-top:15px;
}

.col_dl{
	background:url(/support/mycloudapps/download/images/line_2colum.gif)
}

.col_txt{
	font-size: 139%;
	font-weight:bold;
	color: #005dbf;
	text-align:center;
	margin-bottom:20px;
}

.dl_l img{
	margin:0 9px;
}
	

.dl_l{
	width:438px;
	padding:10px;
	float:left;
}

.dl_r{
	width:438px;
	padding:10px;
	float:right;
}

.dl_up{
	margin:0 13px;
	min-height:70px;
}

.dl_dw{
	margin:0 13px;
	min-height:60px;
}

.dl_img div{
	width:146px;
	float:left;
	min-height:55px;
}


.dl_img p{
	font-size:13px!important;
	width:50px;
	color:#bb2222;
	border:1px solid #bb2222;
	margin:5px auto;
	text-align:center;
}

.circle_txt{
	margin-left:0px;
	padding-left:29px;
	text-indent:-29px;
	margin-bottom:10px;
}

.circle_txt img{
	vertical-align:baseline;
}

.method_txt{
	margin-bottom:0px;
	padding-left:60px;
	text-indent:-60px;
}

.method_txt img{
	vertical-align:text-bottom;
}

.ml60{
	margin-left:60px!important;
}

.h2_line{
	border-top:1px solid #bebebe;
	width:971px;
	margin-left:-1px;
	margin-top:1px;
}
/*
.dl_up div{
	padding:0 13px;
}*/

/*.dl_dw div{
	padding:0 13px;
}*/

.txt_exp{
	margin-top:15px;
}

.setup_btn{
	margin:20px 0!important;
}
.maincontents div.moreinfo p.textleft img.top_img{
	margin:2px;
}
.maincontents div.moreinfo p.textleft img.top_img:hover{
	margin:0;
	border:2px solid rgba(0,0,0,0.3);
	border:2px solid #B2B2B2\9;
}

.ms2{
	margin:0 2px;
}

.dl_l .alert_txt{
	margin-left:9px;
}

.dl_r .alert_txt{
	margin-left:2px;
}

.alert_txt img{
	margin:0px 9px 0px 0px;
}

/*--------------------------------------------------------------- */
/* My Cloud プレイを楽しむためにページスタイル 20140516追加 */
/*--------------------------------------------------------------- */

.va_b{
	vertical-align:baseline
}
.va_t{
	vertical-align:top;
}

.va_m{
	vertical-align:middle;
}

.content_head{
	margin-bottom:20px;
}

.play_intro_head{
	background:url("/support/mycloudapps/play/intro/001/images/main-title-bg.jpg") no-repeat;
	min-height:420px;
	padding:35px 0 0 20px 
}
.play_intro_head p{
	font-size:112%;
}



.intro_head_txt{
	width:430px;
}

.tab_menu li{
	float:left;
}

.txt_red{
	font-size:90%!important;
	margin-bottom:5px;
	padding-left:1em;
	text-indent:-1em;
}

.intro_main p{
	font-size:112%;
	background-color:#FFF;
}

.bgw{
	background-color:#FFF;
}

.intro_main h2{
	background-color:#d0e7ff;
	color:#0077f4;
	padding:15px 20px;
	font-size:180%;
	margin-bottom:10px;
}

.intro_main h3{
	font-size: 160%;
	color:#0077f4;
	border-left: #0077f4 7px solid;
	padding: 1px 0 0 6px;
	margin-bottom: 10px;
}

.gray_radius{
	background-color:#ededed;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:10px 15px;
}

.gray_radius img{
	vertical-align:middle;
	margin-right:15px;
}
.gray_radius p{
	background-color:#ededed;
}

.intro_main h4{
	font-size: 140%;
	color: #0077f4;
	border-bottom: #0077f4 3px solid;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

.gray_bg{
	background-color:#ededed;
	padding:20px;
}

.gray_bg img{
	background-color:#ededed;
	margin-right:0.5em;
}
.gray_bg p{
	background-color:#ededed;
}
.gray_bg li{
	background-color:#ededed;
}
.area_h5{
	width:940px;
	margin-left:40px;
}

.intro_main h5{
	font-size: 130%;
	color:#0077f4;
}

.area_l{
	float:left;
	width:450px;
}
.area_r{
	float:right;
	width:450px;
}
.area_three{
	float:left;
	width:540px;
}
.area_two{
	float:right;
	width:360px;
}

.three_cols div{
	width:300px;
	float:left;
	text-align:center;
}


.maincontents div.play_intro_head div.moreinfo p.textleft{
	font-size:100%;
}

.maincontents div.intro_main div.moreinfo p.textleft{
	font-size:100%;
}

.intro_list{
	list-style-type:disc;
	padding-left:1em
}

.ml_1em{
	margin-left:1em
}

ul.cautionlist	{ margin:0 0 0 1em;}
ul.cautionlist li	{ list-style-type:disc; font-size:90%; }
ul.cautionlist li ul	{ margin:0 0 0 2em;}
ul.cautionlist li ul li	{ list-style-type:circle; font-size:100%;}

ol.liston	{ margin-left:2em; }
ol.liston li	{ list-style-type:decimal; line-height:1.5; margin-bottom: 1em; }
ol.liston li ul	{ margin-bottom: 0; }
ol.liston li ul li	{ list-style-type:disc!important; margin-bottom: 0.2em; }