@charset "utf-8";
/*===============【 共通 】クラス===================================================================

CPI
lastUpDate:2009.06.5.Pm16:00

記載内容：
1.基本スタイルの指定
2.全ページ共通のレイアウト
3.ヘッダー
4.グローバルメニュー
5.メインコンテンツ
6.フッター
7.テーブル共通の指定
8.共通クラス

===================================================================================================*/

/*//////　1.基本スタイルの指定　////////////////////////////////////////////////////////////////////*/
* {
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ角ゴ　Pro w3", "mS P Gothic", osaka, sans-serif;
    line-height: 1.5em;
    color: #333333;
}
html {
    height: 100%;/*overlappingなしFootEr用*/
}
body {
    font-size: 12px;
    height: 100%;/*overlappingなしFootEr用*/
    margin: 0px auto 0px auto;
    background: #ffffff;
}
img {
    border: none;
}
li {
    list-style: none;
}
a {
    text-decoration: underline;
    color: #04a0db;
}
a:hover {
    text-decoration: none;
    color: #336699;
}
p {
    margin: 0px;
}
input[type="text"]{
    height:1.8em;
    line-height:1.8em;
}
input[type="password"]{
    height:1.8em;
    line-height:1.8em;
}
/*----  フォーム部分ガイド ----------------*/
.att_title {
    margin: 10px 0px 5px 0px;
    color: #333;
    font-weight: bold;
}
u {
    text-decoration: none;
    border-bottom: dotted 1px #333;
    letter-spacing: 1px
}
p.guide {
    color: #ababab;
    letter-spacing: 1px
}
p.guide02 {
    color: #666;
    letter-spacing: 1px
}
p.indent1 {
    padding-left: 2em;
    text-indent: -1em;
}
ul.cancel li {
    list-style-type: none;
    margin-bottom: 5px;
}
.fll {
    float: left;
}
.flr {
    float: right;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: "aaaa";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*//////　2.全ページ共通のレイアウト　////////////////////////////////////////////////////////////////////*/
#container {
    width: 100%;
    height: 100%;/*overlappingなしFootEr用*/
    position: relative;/*overlappingなしFootEr用*/
    min-height: 100%;/*overlappingなしFootEr用*/
    margin: 0px auto;
}
body > #container {
    height: auto;/*overlappingなしFootEr用*/
    width: auto;
}
#header, #globalmenu, #globalmenu_none, #mainwrap, #breadcrumb, #contents, #contents02, #footer {
    width: 910px;
    clear: both;
    margin: 0px auto;
    padding: 0px;
    min-width: 910px;
}
#headerwrap {
    background: transparent url(../img/top_headerbk.gif) repeat-x;
    min-width: 910px;
width: expression(document.body.clientWidth < 912? "910px" : "auto");
}
#preview {
    width: 100%;
    clear: both;
    margin: 0px auto;
    padding: 0px;
}
/*----  ヘッダー【 メニューがない場合 】  ----------------*/
#headerwrap_none {
    background: transparent url(../img/top_headerbk_none.gif) repeat-x;
    min-width: 910px;
width: expression(document.body.clientWidth < 912? "910px" : "auto");
}
#mainwrap {
    width: 100%;
    background: transparent url(../img/top_contents_bk.png) repeat-x;
    min-width: 910px;
width: expression(document.body.clientWidth < 912? "910px" : "auto");
}
.radiocheck {
    display: block;
    float: left;
    clear: both;
 /margin:-4px 0px 0px -3px;/*IE67*/
}
label {
    display: block;
    /*---- float: left;----*/
    clear: none;
    cursor: pointer;/*	margin: -2px 0px 1px 3px;*/
/*	/margin: -2px 0px 1px 0px;*//*IE67*/
}
.cbiarrow {
    vertical-align: middle;
    margin: -2px 0px 1px 0px;
 /margin: 0px 0px 1px 0px;/*IE67*/
}
/*//////　3.ヘッダー　////////////////////////////////////////////////////////////////////*/
#header {
    width: 910px;
}
#headerleft {
    width: 400px;
    float: left;
    margin:  0 0 0 0;
}
#cpiurl {
    padding: 27px 0 0 20px;
    *padding: 10px 0 0 20px;
    float: left
}
/*----  ヘッダー【 ログインiD・ログアウトボタン 】  ----------------*/
#headerright {
    width: 500px;
    padding: 25px 5px 0 0;
}
p#logoutl {
    padding-top: 2px;
    float: left;
    text-align: right;
    width: 400px;
}
p#logoutl2 {
    float: left;
    text-align: right;
    width: 400px;
}

p#logoutr {
    font-size: 9px;
    float: right;
}
p#loginl {
    font-size: 11px;
    padding-top: 2px;
    float: left;
    text-align: right;
    width: 400px;
}
a#button {
    height: 20px;
    width: 89px;
    overflow: hidden;
    display: block;
    text-indent: -999em;
    background: transparent url(../img/top_logout.gif) no-repeat 0px 0px;
}
a#button:hover {
    background: transparent url(../img/top_logout.gif) no-repeat 0px -20px;
}
a#button_login {
    height: 20px;
    width: 89px;
    overflow: hidden;
    display: block;
    text-indent: -999em;
    background: transparent url(../img/top_login.gif) no-repeat 0px 0px;
}
a#button_login:hover {
    background: transparent url(../img/top_login.gif) no-repeat 0px -20px;
}
/*//////　 4.グローバルメニュー 　////////////////////////////////////////////////////////////////////*/
#mainwrap {
    /*clear:both;*/
/*display:block;*/
    overflow: hidden;
    height: auto;
    padding-bottom: 100px;
    + *padding-bottom: 150px;
}
#globalmenu {
    height: 35px;
}
/*----  グローバルメニュー【 グローバルがない場合 】  ----------------*/
#globalmenu_none {
    height: 15px;
}
/*----  グローバルメニュー【 ボタン共通指定 】  ----------------*/
.gmenulist {
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
    text-indent: -999em;
    float: left;
    width: 112px;
    height: 35px;
    background: transparent url(../img/top_menu.gif) no-repeat;
}
.gmenulist a {
    text-indent: -999em;
    overflow: hidden;
    display: block;
    width: 112px;
    height: 35px;
    background: transparent url(../img/top_menu.gif) no-repeat;
}
/*----  グローバルメニュー【 ボタン 】－トップページ  ----------------*/
#menu01 {
    background-position: 0px -70px;
}
#menu01 a {
    background-position: 0px 0px;
}
#menu01 a:hover {
    background-position: 0px -35px;
}
/*----  グローバルメニュー【 ボタン 】－新規お申込み  ----------------*/
#menu02 {
    background-position: -112px -70px;
}
#menu02 a {
    background-position: -112px 0px;
}
#menu02 a:hover {
    background-position: -112px -35px;
}
/*----  グローバルメニュー【 ボタン 】－ご契約一覧  ----------------*/
#menu03 {
    background-position: -224px -70px;
}
#menu03 a {
    background-position: -224px 0px;
}
#menu03 a:hover {
    background-position: -224px -35px;
}
/*----  グローバルメニュー【 ボタン 】－ご契約者情報  ----------------*/
#menu04 {
    background-position: -336px -70px;
}
#menu04 a {
    background-position: -336px 0px;
}
#menu04 a:hover {
    background-position: -336px -35px;
}
/*----  グローバルメニュー【 ボタン 】－請求一覧  ----------------*/
#menu05 {
    background-position: -448px -70px;
}
#menu05 a {
    background-position: -448px 0px;
}
#menu05 a:hover {
    background-position: -448px -35px;
}
/*----  グローバルメニュー【 ボタン 】－マイページのおまとめ  ----------------*/
#menu06 {
    background-position: -560px -70px;
}
#menu06 a {
    background-position: -560px 0px;
}
#menu06 a:hover {
    background-position: -560px -35px;
}
/*----  グローバルメニュー【 ボタン 】－パスワード変更  ----------------*/
#menu07 {
    background-position: -672px -70px;
}
#menu07 a {
    background-position: -672px 0px;
}
#menu07 a:hover {
    background-position: -672px -35px;
}
/*----  グローバルメニュー【 ボタン 】－お問合せ  ----------------*/
#menu08 {
    width: 117px;
    background-position: -784px -70px;
}
#menu08 a {
    width: 117px;
    background-position: -784px 0px;
}
#menu08 a:hover {
    width: 117px;
    background-position: -784px -35px;
}
/*//////　 5.メインコンテンツ 　////////////////////////////////////////////////////////////////////*/
/*----  パンくず  ----------------*/
#breadcrumb {
    background-color: #fff;
    height: 32px;
}
#breadcrumb p {
    padding: 8px 0 0 10px;
    font-size: 10px;
}
span.arrow {
    color: #999;
}
/*----  コンテンツ  ----------------*/
#contents {
    /*padding-bottom:20px;*/
    margin: 0 auto;
}
/*----  コンテンツ ボトム上げ用 ----------------*/
#contents02 {
    /*padding-bottom:20px;*/
    margin: 0 auto 40px auto;
}
/*----  h1.2.3共通指定  ----------------*/
h1, h3 {
    text-indent: -999em;
    overflow: hidden;
    display: block;
}
/*//////　6.フッター　////////////////////////////////////////////////////////////////////*/
#footerwrap {
    /*position: fixed !important;overlappingFootEr用*/
    position: absolute;/*  overlappingなしFootEr用、overlappingFootEr用*/
    width: 100%;
    bottom: 0;/*  overlappingなしFootEr用、overlappingFootEr用*/
    clear: both;
    height: 120px;/*overlappingFootEr用*/
    background: transparent url(../img/top_footer_bk.gif) repeat-x;
    min-width: 910px;
width: expression(document.body.clientWidth < 912? "910px" : "auto");
}
#footer {
    height: 120px;
}
/*----  「ページトップへ」ボタン ----------------*/
a#totop {
    width: 116px;
    height: 26px;
    overflow: hidden;
    display: block;
    text-indent: -999em;
    background: transparent url(../img/top_gotop.gif) no-repeat 0px 0px;
}
a#totop:hover {
    background: transparent url(../img/top_gotop.gif) no-repeat 0px -26px;
}
/*----  フッター【 ロゴ 】 ----------------*/
#footerlogo {
    clear: both;
    width: 910px;
    height: 94px;
    text-indent: -999em;
}
/*----  フッター【 電話番号・メールアドレス部分 】 ----------------*/
#footerinfo {
    clear: both;
    width: 611px;
    height: 30px;
    float: right;
    padding-top: 20px;
}
p#tel {
    width: 320px;
    height: 26px;
    background: transparent url(../img/top_footer_tel.gif) no-repeat 0px 0px;
    text-indent: -999em;
    float: left;
}
a#mail {
    width: 266px;
    height: 26px;
    background: transparent url(../img/top_mail.gif) no-repeat 0px 0px;
    text-indent: -999em;
    float: right;
}
a#mail:hover {
    background: transparent url(../img/top_mail.gif) no-repeat 0px -26px;
}
/*----  フッター【 コピーライト 】 ----------------*/
p#copy {
    width: 611px;
    height: 0px;
    padding-top: 28px;
    overflow: hidden;
    display: block;
    text-align: right;
    float: right;
    background: transparent url(../img/top_footer_copy.gif) no-repeat;
}
/*//////　7.テーブル共通の指定　////////////////////////////////////////////////////////////////////*/
table {
    border-collapse: collapse;
    border-top: 1px solid #d6dcda;
}
th {
    border-right: 1px solid #d6dcda;
    border-bottom: 1px solid #d6dcda;
    background-color: #ecedef;
    font-weight: normal;
}
td {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #d6dcda;
}

td.excuse{
    text-align: center;
    background-color: red;
    color: white;
}
/*
.table840{
    width:840px;
}

.tdleft{
    border-right:1px solid #d6dcda;
    background-color:#ecedef;
    text-align:center;
}
*/

.bordertop {
    border-top: 1px solid #d6dcda;
}
.borderbottom {
    border-bottom: 1px solid #d6dcda;
}
.borderright {
    border-right: 1px solid #d6dcda;
}
.borderleft {
    border-left: 1px solid #d6dcda;
}
.textcenter {
    text-align: center;
}
/*----  テーブルの下の「進む」「戻る」ボタンのエリア ----------------*/
/*.btnAll{
    width:464px;
    padding:25px 220px;
    margin-bottom:15px;
}*/

/*//////　8.共通クラス　////////////////////////////////////////////////////////////////////*/
/*----  マージン ----------------*/
.margintop20 {
    margin-top: 20px;
}
.margintop30 {
    margin-top: 30px;
}
.marginleft5 {
    margin-left: 5px;
}
.marginright5 {
    margin-right: 5px;
}
.marginbottom5 {
    margin-bottom: 5px;
}
.marginbottom10 {
    margin-bottom: 10px;
}
.marginbottom20 {
    margin-bottom: 20px;
}
.marginbottom40 {
    margin-bottom: 40px;
}
.marginbottom60 {
    margin-bottom: 60px;
}
/*----  パディング ----------------*/
.paddingleft10 {
    padding-left: 10px;
}
.paddingbottom10 {
    padding-bottom: 10px;
}
/*----  エラーメッセージ ----------------*/
#error_msg {
    margin: 20px 0 10px 0;
    color: #e40000;
    font-weight: bold;
}
#back_btn {
    text-align: center;
    margin-top: 50px;
}
.recommend {
    color: #fde9ae;
    font-size: 16px;
    font-weight: bold;
}
.red {
    color: #e40000;
}
.orange {
    color: #ff7000;
}
.orange span{
    font-weight:bold;
    color: #ff7000;
}
span.ssl_notice {
    font-weight: bold;
}
div.ssl_notice_div {
    padding: 10px 30px;
}
div.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 5px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}
div.alert-heading {
    color: inherit;
}
div.alert-success {
    border-color: #d6e9c6;
    color: #468847;
}
div.alert-danger, .alert-error {
    border-color: #eed3d7;
    color: #b94a48;
}
div.alert-info {
    border-color: #bce8f1;
    color: #3a87ad;
}
div.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
div.alert-block>p, .alert-block>ul {
    margin-bottom: 0;
}
div.alert-block p+p {
    margin-top: 5px;
}
a.cssbtn {
    font-size:16px;
    font-weight:bold;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border-radius:9px;
    border:1px solid #dcdcdc;
    padding:2px 21px;
    text-decoration:none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(36%, #ededed), color-stop(69%, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 36%, #dfdfdf 69% );
    background:-ms-linear-gradient( top, #ededed 36%, #dfdfdf 69% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    color:#30003;
    display:inline-block;
    text-shadow:1px 1px 0px #ffffff;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
    box-shadow:inset 1px 1px 0px 0px #ffffff;
}.css_btn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(36%, #dfdfdf), color-stop(69%, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 36%, #ededed 69% );
    background:-ms-linear-gradient( top, #dfdfdf 36%, #ededed 69% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}.css_btn:active {
    position:relative;
    top:1px;
}


/* content login area 2015.02.11 add */
#contents .loginArea {
	border: 3px solid #d9d9d9;
	background: #f5f5f7;
	overflow: hidden;
	margin: 0 0 27px;
	padding: 20px;
	display: table;
	width: 856px;
}
#contents .loginArea dl {
	display: table-cell;
	width: 49.5em;
}
#contents .loginArea dl dt {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px 0 0;
}
#contents .loginArea dl dd {
	display: table-cell;
}
#contents .loginArea p {
	display: table-cell;
}

* html #contents .loginArea dl,
* html #contents .loginArea dl dt,
* html #contents .loginArea dl dd,
* html #contents .loginArea p {/* IE 6 */
    display:inline;
    zoom:1;
}
*:first-child+html #contents .loginArea dl,
*:first-child+html #contents .loginArea dl dt,
*:first-child+html #contents .loginArea dl dd,
*:first-child+html #contents .loginArea p {/* IE 7 */
    display:inline;
    zoom:1;
}

a.loginBtn {
    height: 20px;
    width: 89px;
    overflow: hidden;
    display: block;
    text-indent: -999em;
    background: transparent url(../img/top_login.gif) no-repeat 0px 0px;
}
a.loginBtn:hover {
    background: transparent url(../img/top_login.gif) no-repeat 0px -20px;
}