@charset "shift_JIS";

/* INDEX _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 *
 * 01.BODY CONTENTS：メインコンテンツ
 * 	-03.Side Contents
 * 		共通
 * 			見出し
 * 			ボックスタイプ：影付き
 * 			ボックスタイプ：青枠
 * 		パーツ：検索
 * 		パーツ：サブメニュー
 * 		パーツ：マーケット情報
 * 		パーツ：アンケート
 *
 * _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* ============================================================================================
 *
 *
 * 03.BODY CONTENTS
 *
 *
 * ============================================================================================ */
body{
	text-align: left;
	position: relative;
	min-width: 940px;
	margin: 0;
	padding: 0;
}
.sideContents *{
	border: none;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	word-spacing: 0;
	text-transform: none;
	vertical-align: top;
	text-justify: auto;
	float: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.sideContents{
	font-family:"メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-family:"メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
}

.sideContents ul,
.sideContents ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}


.sideContents table{
	vertical-align: top;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
}



/*------------------------------------*/


.sideContents a {
	color: #0072CA;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
	padding-top: 1px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position: 95% 4px;
}


.sideContents a.clrBlue {
	color: #0076C5 !important;
}

/* -- 矢印つき -- */
.sideContents a.arrow {
	background-image: url(/common13/imgs/icon/icn_link_blue.png);
	padding-right: 20px;
	background-position: 98% 6px;
	
}

.sideContents a:visited {
	background-color: transparent;
}
.sideContents a:hover, a:active {
	text-decoration: underline;
	background-color: transparent;
}


/*-- リンクリスト --*/
.sideContents ul.linkList{
	margin: 10px 0 !important;
}


/* -- PDF -- */
.sideContents a[href$="pdf"]{
	background-image: url(/common13/imgs/icon/icn_link_pdf.png);
	background-position: right 2px;
	padding-right: 20px;
}

/* -- 外部リンク -- */
/* -- commonjsにて設定 -- */
.sideContents .bkg_newwin_icn_normal{
	background-image: url(/common13/imgs/icon/icn_link_other_gray.png);
	background-position: right 5px;
	padding-right: 20px;
}
.sideContents .bkg_newwin_icn_white{
	background-image: url(/common13/imgs/icon/icn_link_other_white.png);
	background-position: right 5px;
	background-position: 94% 10px;
	padding-right: 20px;
}



/* -- ボタンリンク -- */
.sideContents .btnNormal{
	display: inline-block;
	border: solid 1px #E5E7E8 !important;
	padding: 10px 10px !important;
	padding-right: 5% !important;
	background-position: 95% 50%;
	background-image: url(/common13/imgs/icon/icn_link_blue.png);
	background-color: #fff;
	width: 183px;
	color: #202020;
}
.sideContents .btnActive .btnNormal{
	color: #fff !important;
	background-image: url(/common13/imgs/icon/icn_link_white.png);
	background-color: #0076D2;
}

.sideContents .btnActive .btnNormal:hover{
	color: #fff !important;
	background-image: url(/common13/imgs/icon/icn_link_white.png);
	background-color: #0076D2;
	opacity: 0.8;
}

.sideContents .btnNormal:hover{
	text-decoration: none;
	color: #0072CA;
	background-color: #fff;
}
.sideContents .btnNormal:visited{
	color: #202020;
}

.sideContents .btnNormal02{
	display: table-cell;
	vertical-align: middle;
	border: solid 1px #E5E7E8 !important;
	padding: 10px 10px !important;
	padding-right: 20px !important;
	background-position: 95% 50%;
	background-image: url(/common13/imgs/icon/icn_link_blue.png);
	background-color: #fff;
	width: 188px;
}
.sideContents .btnNormal02:hover{
	text-decoration: none;
	background-color: #fff;
}

.btnNormal03 {
	display: inline-block;
	color: #fff !important;
	background-color: #F42B0C !important;
	padding: 15px 59px 12px !important;
	border-radius: 7px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px solid #B70500;
	margin: 5px 0;
	background-position: 95% 50% !important;
	background-image: url(/common13/imgs/icon/icn_link_white.png);
}
.btnNormal04 {
	display: inline-block;
	color: #fff !important;
	background-color: #0071cd !important;
	padding: 15px 27px 12px !important;
	border-radius: 7px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px solid #0165a7;
	margin: 5px 0;
	background-position: 95% 50% !important;
	background-image: url(/common13/imgs/icon/icn_link_white.png);
}
.btnNormal05 {
	display: inline-block;
	color: #fff !important;
	background-color: #7fc040 !important;
	padding: 15px 23.5px 12px !important;
	border-radius: 7px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 4px solid #669a33;
	margin: 5px 0;
	background-position: 95% 50% !important;
	background-image: url(/common13/imgs/icon/icn_link_white.png);
}
.btnNormal03:hover,
.btnNormal04:hover,
.btnNormal05:hover {
	opacity: 0.8;
}

/*------------------------------------*/

.sideContents .annotationList li{
	padding-left: 1.6em;
}




/* __ -03.Side Contents _______________________________________________________________________ */
/* -- 共通 -- */
#mainContainer .sideContents .scol{
	width: 220px;
	margin-bottom: 20px;
	
}
#mainContainer .sideContents .scol a{
	color: #0076C5;
}
#mainContainer .sideContents .scol .inner{
	padding: 18px;
	border: solid 1px #EBEBEB;
}
#mainContainer .sideContents .scol .boxShadow .inner{
	border: none;
}

#mainContainer .sideContents .sideContents .current{
	background-color: #0076C5;
	color: #fff;
}

/* 見出し */
#mainContainer .sideContents .headline{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.sideContents .headline a{
	color: #333;
}
.sideContents .headline a:hover{
	color: #0076C5;
}
.sideContents .title{
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

/* ボックスタイプ：影付き */
.sideContents .boxShadow{
	background-color: #fff;
	border: solid 1px #EBEBEB;
	box-shadow: 0px 0px 6px 1px #EBEBEB;
	-pie-box-shadow: 0px 0px 6px 1px #EBEBEB;
	behavior: url(/common13/js/libs/PIE.htc);
	position: relative;
}

.sideContents .boxShadow li{
	border-bottom: solid 1px #EBEBEB;
}
.sideContents .boxShadow li:last-child{
	border-bottom:none;
}
.sideContents .boxShadow li a{
	display: block;
/*	height: 100%;*/
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 15px;
/*	width: 180px;
	width:calc(100% - 40px);*/
	background-position: 95% 50% !important;
}
*+html .sideContents .boxShadow li a{
	background-position: 93% 50% !important;
}


/* ボックスタイプ：青枠 */
.sideContents .boxBlue{
	border: solid 3px #DDEAF0;
	background-color: #F2F6FA;
}


/* -- パーツ：検索 -- */
#mainContainer .sideContents #sideSearch{
	padding: 15px 20px;
	width: 180px;
}
.sideContents #sideSearch a{
	display: block;
	background-position: bottom right;
	padding-right: 0;
}

/* -- パーツ：サブメニュー -- */
.sideContents #sideSubMenu,
.sideContents #sideSubMenu02{
	border-top: solid 1px #E5E7E8;
	border-left: solid 1px #E5E7E8;
	background-color:#E5E7E8;
}
.sideContents #sideSubMenu:after,
.sideContents #sideSubMenu02:after{
	clear: both;
	content: "";
	display: block;
}
.sideContents #sideSubMenu li{
	width: 109px;
	height: 60px;
	float: left;
	text-align: center;
	/*
	border-right: solid 1px #E5E7E8;
	border-bottom: solid 1px #E5E7E8;
*/
	background-color:#FFF;
	margin:0px 1px 1px 0px;
}

.sideContents #sideSubMenu02 li{
	width: 109px;
	height: 66px;
	float: left;
	text-align: center;

	background-color:#FFF;
	margin:0px 1px 1px 0px;
}
.sideContents #sideSubMenu li span,
.sideContents #sideSubMenu li a,
.sideContents #sideSubMenu02 li span,
.sideContents #sideSubMenu02 li a{
	display: inline-block;
	padding: 0;
	padding-top: 35px;
}
.sideContents #sideSubMenu li span,
.sideContents #sideSubMenu02 li span{
	padding-left: 5px;
	padding-right: 5px;
}
.sideContents #sideSubMenu li.bkg_active span,
.sideContents #sideSubMenu02 li.bkg_active span
{
	color: #fff;
}
*+html .sideContents #sideSubMenu li,
*+html .sideContents #sideSubMenu02 li{
	width: 108px;
}
*+html .sideContents #sideSubMenu,
*+html .sideContents #sideSubMenu02{
	width: 219px;
}


/* -- test side menu -- */
.sideContents #sideSubTable{
	text-align:center;
	border: solid 1px #E5E7E8;
	width:220px;
}
	
.sideContents #sideSubTable tr{
}	

.sideContents #sideSubTable tr td{
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
	width:110px;
}
.sideContents #sideSubTable tr td.icn_atm{
	border-right: solid 1px #E5E7E8;
	border-bottom: solid 1px #E5E7E8;
}

.sideContents #sideSubTable tr td.icn_steps{
	border-left: solid 1px #E5E7E8;
	border-top: solid 1px #E5E7E8;
}


/*-- パーツ：ローカルメニュー --*/
.sideContents li.current{
	background-color: #0076D2 !important;
}
.sideContents li.current a{
	background-image: url(/common13/imgs/icon/icn_link_white.png) !important;
	color: #fff !important;
}


/* -- アイコン関係 -- */
.icn_atm{
	background-image: url(/common13/imgs/pict/pct_store_atm.png) !important;
	background-repeat: no-repeat;
	background-position: 50% 30%;
}
.icn_kinri{
	background-image: url(/common13/imgs/pict/pct_kinri_list.png) !important;
	background-repeat: no-repeat;
	background-position: 50% 30%;
}
.icn_fee{
	background-image: url(/common13/imgs/pict/pct_support_fee_list.png) !important;
	background-repeat: no-repeat;
	background-position: 50% 30%;
}
.icn_steps{
	background-image: url(/common13/imgs/pict/pct_support_steps.png) !important;
	background-repeat: no-repeat;
	background-position: 50% 30%;
}
.
.bkg_active .arrow{ 	background-image: url(/common13/imgs/icon/icn_link_white.png) !important; }
.icn_mente{
	background-image: url(/common13/imgs/pict/pct_maintenance.png) !important;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 50% 25%;
}
.icn_mente a{background-image: none !important;}
.icn_login{
	background-image: url(/common13/imgs/pict/pct_beginner.png) !important;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 50% 25%;
}
.icn_aboutpd{
	background-image: url(/common13/imgs/pict/pct_pc.png) !important;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 50% 25%;
	line-height: 1.1 !important;
}
.icn_guide{
	background-image: url(/common13/imgs/pict/pct_guide.png) !important;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 50% 25%;
}


/* -- パーツ：マーケット情報 -- */
.sideContents #sideMarketInfomation .marketInfo{
	border-top: solid 1px #E5E7E8 !important;
}
.sideContents #sideMarketInfomation a{
	color: #202020;
}
.sideContents #sideMarketInfomation a:hover{
	color: #0076C5;
}
.sideContents #sideMarketInfomation li{
	padding-left: 30px;
}
/* -- アイコン関係 -- */
.icn_kakaku_list{
	background-image: url(/common13/imgs/pict/pict_side_market01.png) !important;
	background-repeat: no-repeat;
	background-position: 8% 50%;
}
.icn_kawase_rate{
	background-image: url(/common13/imgs/pict/pict_side_market02.png) !important;
	background-repeat: no-repeat;
	background-position: 8% 50%;
}
.icn_chart{
	background-image: url(/common13/imgs/pict/pict_side_market03.png) !important;
	background-repeat: no-repeat;
	background-position: 8% 50%;
}
.icn_side_new{
	background-image: url(/common13/imgs/icon/new_btn.gif) !important;
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
#sideSubMenu li.current a{
	background-image: none !important;
	color: #fff !important;
}
.icn_atm.current{
	background-image: url(/common13/imgs/pict/pct_store_atm_sp.png) !important;
}


#aplly-video-btn-jp p{
	margin: 0 auto 10px;
}


/* -- パーツ：アンケート -- */
.sideContents #sideEnquete .caption{
	color: #0076C5;
	font-size: 16px;
	font-size: 1.6rem;
}
.sideContents #sideEnquete form{
	display: block;
	margin-top: 15px;
}
.sideContents #sideEnquete label{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	padding-left: 1.3em;
	text-indent: -1.7em;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* -- パーツ：アンケート -- */
.sideContents .sideBannerArea a{
	margin-bottom: 20px;
	display: block;
}


.sideContents .clrBar{
	background-image: url("/common13/imgs/hr/hr_colorbar_1040.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 5px;
	border: medium none;
}


.sideContents input,
.sideContents textarea,
.sideContents select,
.sideContents select option{
	font-family:"メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}


/*-------------------------------*/



.sideContents input[type="text"],
.sideContents input[type="password"]{
	background-color: #FAFAFA;
	border: solid 1px #EBEBEB;
	border-top: solid 2px #EBEBEB;
}
.sideContents textarea{
	background-color: #FAFAFA;
	border: solid 1px #EBEBEB;
	border-top: solid 2px #EBEBEB;
	font-size: 13px;
	font-size: 1.3rem;
}

.sideContents input[type="button"],
.sideContents input[type="submit"]{
	padding: 5px 10px;
	border: none;
	color: #fff;
	background-color: #0076C5;
}

.sideContents label{
	display: block;
}
.sideContents .icheckbox_flat-blue,
.sideContents .iradio_flat-blue{
	display: inline-block !important;
	margin: 5px 5px -5px 5px !important;
}

.sideContents #sideSubMenu.enScol .icn_atm{
	width:219px;
}
.sideContents .en_btnblu, 
.sideContents .en_btnGrn{ 
     box-sizing: border-box;

    width: 184px;

    color: #FFF;
    border-radius: 3px;
}
.sideContents .en_btnGrn{ 
   background-color: #57C200;
   height: 60px;
       padding: 10px 5px 5px;
 }
.sideContents .en_btnblu{ 
   background-color: #2F8ECA;
   height: 48px;
    padding: 13px 5px 5px;
 }
#mainContainer #sideDeal a.btnGrnA:hover{text-decoration: none !important;}
.sideContents a:hover .en_btnGrn,
.sideContents a:hover .en_btnblu{opacity: 0.8;}
.sideContents .en_btnGrn img,
.sideContents .en_btnblu img{
	width: 22px;
	float: left;
	margin-right: 3px;
	padding-top: 7px;
}
.sideContents .en_btnblu p,
.sideContents .en_btnGrn p {
    font-size: 13px;
    line-height: 1.4;
}
.sideContents .en_btnblu p.textLL,
.sideContents .en_btnGrn p.textLL{font-size: 15px;}

.sideContents .en_btnLBleu,
.sideContents .en_btnOre {
	background: #14C7F2;
	padding: 10px 2px 10px 24px;
	box-sizing: border-box;
	color: #FFF;
	border-radius: 3px;
	position: relative;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.sideContents .en_btnOre {
	background: #FEA821;
}
.sideContents .en_btnLBleu:hover,
.sideContents .en_btnOre:hover {
	opacity: 0.8;
}
.sideContents .btnLBleuA,
.sideContents .btnOreA {
	text-decoration: none !important;
}
.sideContents .en_btnLBleu::before,
.sideContents .en_btnOre::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("/common13/imgs/icon/icon_key_w.png") center center / contain no-repeat;
	position: absolute;
	top: calc(50% - 9px);
	left: 3px;
}
.sideContents .en_btnLBleu .textLL,
.sideContents .en_btnOre .textLL{
	font-size: 14px;
	line-height: 1.4;
}
.sideContents .en_btnOre .textSS{
	margin: -2px 0;
}

