@charset "utf-8";
/* CSS Document */

/*-------------------------
ログイン
----------------------------*/

/*パンくず*/

div#threeColumnCenter div#pankz p {
	float: left;
	width: 56px;
	height: 24px;
}


div#threeColumnCenter div#pankz ul {
	background: url("../img/common/bg_pankz.jpg") repeat-x scroll left top transparent;
    display: block;
    float: right;
    padding-left: 10px;
    width: 548px;
	border-radius:0 5px 0 0;
	border-bottom: 1px solid #E3E5ED;
}

div#threeColumnCenter div#pankz ul li {
	float: left;
    font-size: 10px;
    height: 18px;
    padding-right: 10px;
    padding-top: 6px;
}

/*タイトル*/

div#threeColumnCenter div#title {
	background: url("/wp-content/themes/eccube/img/lp/zaikorobot/bg_title.jpg") repeat-x scroll left top transparent;
	display: block;
	height: 43px;
}

div#threeColumnCenter div#title h3,
div#threeColumnCenter div#title h1 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 11px;
    vertical-align: middle;
}

/*内容*/

div#threeColumnCenter div#contentsWrap {
	background: #F4F4F7;
	border: 1px solid #D3D5D6;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	padding: 17px 0 10px;
}

div#threeColumnCenter div#contentsWrap div#contents {
	background: none repeat scroll 0 0 transparent;
	width: auto;
	padding: 0 23px;
}

div#threeColumnCenter div#contentsWrap p.notes {
	line-height: 150%;
}

/*お済みの方*/

div#threeColumnCenter div#contentsWrap div#loginArea {
	background: url("../img/mypage/bg_login.jpg") repeat-x left top #f0f0f0;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	padding: 22px 27px;
	margin-bottom: 25px;
}

div#threeColumnCenter div#contentsWrap div#loginArea div.left {
	float: left;
	width: 57.1%;
	background: url("../img/mypage/bg_line.jpg") repeat-y scroll right top transparent;
}

div#threeColumnCenter div#contentsWrap div#loginArea div.right {
    float: right;
    padding-left: 30px;
    padding-top: 30px;
    width: 36.5%;
}

div#threeColumnCenter div#contentsWrap div#loginArea div.left p {
	background: url("../img/mypage/ico_arrow1.jpg") no-repeat scroll left center transparent;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 9px;
}

div#threeColumnCenter div#contentsWrap div#loginArea input {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 5px;
	margin-bottom: 10px;
}

div#threeColumnCenter div#contentsWrap div#loginArea p.question {
	background: url("../img/common/ico_question.gif") no-repeat scroll left center transparent;
    margin-left: 50px;
    margin-top: 10px;
    padding-left: 18px;
    vertical-align: middle;
	width: 112px;
}

div#threeColumnCenter div#contentsWrap div#loginArea p.question a {
	color: #2E313F;
}

/*お済みでない方*/

div#threeColumnCenter div#contentsWrap div#entryArea {
	background: url("../img/mypage/bg_login.jpg") repeat-x left top #f0f0f0;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	padding: 22px 27px;
}

div#threeColumnCenter div#contentsWrap div#entryArea div.left {
	float: left;
	width: 53%;
	line-height: 150%;
}

div#threeColumnCenter div#contentsWrap div#entryArea div.right {
    float: right;
    width: 44%;
	padding-top: 3px;
	text-align: right;
}


/*---------------------------------------
ダウンロード (download/index.php) 20130911追加
------------------------------------------*/

#twoColumnRight #download * {
	line-height: 1.5;
}
#twoColumnRight #download h2.ff_hm {
	background: #839EB7;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 15px;
	border-radius: 4px 4px 0 0;
}
#twoColumnRight #download table {
	border-collapse: collapse;
	width: 755px;
	margin: 0 0 15px 14px;
}
#twoColumnRight #download table th {
	border: 1px solid #ccc;
	background: #f1f2f4;
	padding: 10px;
	font-size: 120%;
}
#twoColumnRight #download table td {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 120%;
}
#twoColumnRight #download table td.date {
	text-align: center;
}
#twoColumnRight #download {
	padding-top: 20px;
}
#twoColumnRight #download a {
	color: #004C98;
}

/* primary_box */

#twoColumnRight #download .primary_area .txt {
	width: 415px;
	float: left;
	padding: 0 0 20px 10px;
}
#twoColumnRight #download .primary_area .txt h2.ff_hm {
	margin-bottom: 4px;
	color: #394A66;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.2;
	background: none;
	padding: 0;
}
#twoColumnRight #download .primary_area .txt p.ff_hm {
	font-size: 20px;
	color: #000;
	line-height: 1.3;
}
#twoColumnRight #download .primary_area .txt .note {
	padding: 10px 0 0;
}
#twoColumnRight #download .primary_area .txt .note li {
	margin-left: 1em;
	text-indent: -1em;
}
#twoColumnRight #download .primary_area .bt_download {
	float: right;
	width: 342px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-bottom: 25px;
}
#twoColumnRight #download .primary_area .bt_download p.btn {
	padding: 30px 30px 5px 30px;
}
#twoColumnRight #download .primary_area .bt_download p.btn a {
	display: block;
	width: 280px; height: 80px;
	text-decoration: none;
	background: url(../img/download/bg_bt_download.jpg) 0 0 no-repeat;
}
#twoColumnRight #download .primary_area .bt_download p.btn a:hover {
	background-position: 0 -80px;
}
#twoColumnRight #download .primary_area .bt_download p.btn a img {
	margin: 18px 0 2px 53px;
}
#twoColumnRight #download .primary_area .bt_download p.btn a span {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff2c4;
	margin: 0 0 0 56px;
}
#twoColumnRight #download .primary_area .bt_download p.btn a:hover span {
	text-decoration: none;
}
#twoColumnRight #download .primary_area .bt_download ul {
	text-align: center;
	margin-bottom: 20px;
}
#twoColumnRight #download .primary_area .bt_download ul li {
	font-size: 120%;
	display: inline;
}
#twoColumnRight #download .primary_area .bt_download ul li span {
	color: #999;
}
#twoColumnRight #download .primary_area .bt_download p.link {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

/* about_area */

#twoColumnRight #download .about_area {
	width: 783px;
	clear: both;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px 0;
}
#twoColumnRight #download .about_area ul {
	background: url(../img/download/bg_about.gif) 0 0 repeat-y;
}
#twoColumnRight #download .about_area ul li {
	float: left;
	margin: 0 0 0 19px;
	width: 239px;
	display: inline;
	font-size: 120%;
}
#twoColumnRight #download .about_area ul li:first-child  {
	margin-left: 14px;
}
#twoColumnRight #download .about_area ul li h3 {
	margin-bottom: 6px;
}
#twoColumnRight #download .about_area ul li .txtlink {
	text-align: right;
}

/* download_area */

#twoColumnRight #download .download_area {
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0 none;
	border-radius: 0 0 5px 5px;
}
#twoColumnRight #download .download_area .lead {
	padding: 20px 14px 5px 15px;
	font-size: 120%;
}
#twoColumnRight #download .download_area .webmatrix {
	padding: 15px 0 0;
	margin: 0 14px;
	font-size: 120%;
	border-top: 1px dashed #ccc;
}
#twoColumnRight #download .download_area .note {
	margin: 0 14px 15px;
	font-size: 100%;
	color:#F00;
	padding-left: 1em;
    text-indent: -1em;
}
#twoColumnRight #download .download_area .note li {
	display: inline;
	margin-right: 15px;
}
#twoColumnRight #download .download_area .arrow_link {
	margin: 0 14px 15px;
	font-size: 120%;
}
#twoColumnRight #download .download_area .arrow_link li {
	display: inline;
	margin-right: 15px;
}
#twoColumnRight #download .download_area .arrow_link li a {
	background: url(../img/download/arrow_right01.gif) left center no-repeat;
	padding-left: 13px;
}

/* updating_area */

#twoColumnRight #download .updating_area {
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0 none;
	border-radius: 0 0 5px 5px;
}
#twoColumnRight #download .updating_area .lead {
	padding: 20px 14px 15px;
	font-size: 120%;
}

#twoColumnRight #download .updating_area .note {
	margin: 0 14px 15px;
	font-size: 100%;
	color:#F00;
	padding-left: 1em;
    text-indent: -1em;
}

/* about_ver_no */

#twoColumnRight #download .about_ver_no {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 13px;
	color: #777;
	margin-bottom: 30px;
}
#twoColumnRight #download .about_ver_no dl {
	padding-top: 4px;
}
#twoColumnRight #download .about_ver_no dt {
	float: left;
	margin-bottom: 4px;
}
#twoColumnRight #download .about_ver_no dd {
	padding-left: 4em; 
	margin-bottom: 4px;
}
#twoColumnRight #download .about_ver_no dt span {
	background: #839EB7;
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
	margin-right: 3px;
}


/* bnr */

#download .bnr {
	margin-bottom: 20px;
}
#download .bnr a {
	display: block;
	float: left;
	margin-left: 10px;
}
#download .bnr a:first-child {
	margin-left: 0;
}

#download .banner {
	margin-bottom: 20px;
}
