/*--------------------------------------------------------------- */
/* アプリ一覧ページスタイル（PC向け） */
/*--------------------------------------------------------------- */

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(/support/mycloudapps/common-svcapl/images/bgbottom-contentbox.gif) left bottom no-repeat;
}

div.contentboxouter {
	margin: 0;
	padding-top: 4px;
	background: url(/support/mycloudapps/common-svcapl/images/bgtop-contentbox.gif) left top no-repeat;
}

div.contentboxinner {
	margin: 0;
	width: 876px;
	padding: 0 5px 25px 5px;
	background: url(/support/mycloudapps/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(/support/mycloudapps/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;
}

/*--------------------------------------------------------------- */
/* アプリ一覧ページスタイル（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;
}
.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; }

.clear{
	clear:both;
}

/*--------------------------------------------------------------- */
/* ダウンロード一覧ページスタイル（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; }
ol.liston li ul li	{ list-style-type:disc!important; }