@charset "shift-jis";

/* --------------------------------------------------------------------
	Financial Academy

	Style Info: common setting

	 - 1. Reset
	 - 2. Default Setting
	 - 3. Basic Layout Setting
	 - 4. Common Module
	 - 5. other

-------------------------------------------------------------------- */

@import url("/css2010/thickbox.css");
@import url("/css2015/InquiryArea2015.css");

/* -----------------------------------------------------
	1. Reset
----------------------------------------------------- */
html {

}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img {
	vertical-align:top;
}
li {
	list-style-type: none;
}



/* -----------------------------------------------------
	2. Default Setting
----------------------------------------------------- */
body {
	background: #ffffff;
	color: #333333;
	font-size: 85%;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic', system-ui, sans-serif;
    font-weight: 300;
	line-height: 1.8;
}

a:link {
	color:#000099;
	text-decoration:none;
}
a:visited {
	color:#000099;
	text-decoration:none;
}
a:hover {
	color:#000099;
	text-decoration:underline;
}



/* -----------------------------------------------------
	3. Basic Layout Setting

	- Contents Area
	- Header Area
	- Navigation
	- Topic Path
	- SiteMap Area
	- Dictionary link
	- Footer Area
	- Inquiry Area
----------------------------------------------------- */
body {
	text-align:center;
}
#container {
/*	background:#ffffff url("/img2010/common/navi_bg.jpg") repeat-x left top;*/
	text-align:left;
}
#contents {
	margin:0 auto;
	padding:0 0 20px 0;
	width:950px;
}


/* Contents Area
--------------------------- */

/* Main Area */
#main {
	background:#ffffff;
	padding-bottom:10px;
}
#mainIn {
	padding:0 15px;
}
#mainCopy {
	width: 742px;
	margin: 0 auto;
}
/*
#mainContents {
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	padding:20px 29px;
}*/
	.clm02R #main {
		float: left;
		width: 720px;
	}
	.clm02L #main {
		float: right;
		width: 720px;
	}


/* Sub Left Area */
#subL {
	float:left;
	margin-right:20px;
	width:210px;
}

/* Sub Right Area */
#subR {
	float:right;
	width:210px;
}
#subR .block {
	background:#ffffff url("/img2010/index/columnbg_s_bottom.gif") no-repeat left bottom;
	padding-bottom:5px;
	width:210px;
}
#subR .blockContents {
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	padding:10px 15px;
}
#subR .blockContents02 {
	text-align: center;
}

#subR .loginInfo,
#subR .logout {
	background:url("/img2010/common/arrow_textlink.gif") no-repeat left 0.6em;
	padding-left:14px;
	font-size:10px;
}
#subR .loginBtn,
#subR .mypage {
	margin:10px 0;
}
#subR .registration {
	margin-top:12px;
	background:url("/img2010/common/line_side_dotted.gif") repeat-x left top;
	padding-top:9px;
}
#subR .regiBtn {
	margin-top:5px;
}
#mailmagaRegi,
#beginners {
	margin-top:13px;
}
#mailmagaRegi form {
	background:url("/img2010/common/mailmagazine_inputarea.jpg") no-repeat left top;
}
#mailmagaRegi form .mailField {
	border:none;
	margin:4px 0 10px 8px;
	background:#f7f7f7;
	width:165px;
	height:14px;
	color:#999999;
}

#twitterbox,
#beginners {
	margin-top:13px;
}

#facebookbox,
#beginners {
	margin-top:13px;
}

/* Header Area
--------------------------- */
#headerContainer {
	background:url("/img2014/common/header_bg.png") repeat-x center bottom;
	padding-bottom:6px;
}
#header {
	position:relative;
	margin:0 auto;
	width:950px;
	height:80px;
	text-align:left;
}
#header a{
  color: #333;
  font-size: 12px;
  }
  #header li.icon00{
	background:url("/img2014/common/icon00.png") no-repeat left center;
	padding-left: 14px;
	margin-right: 16px;
}
#header li.icon01{
	background:url("/img2014/common/icon01.png") no-repeat left center;
	padding-left: 14px;
	margin-right: 16px;
}
#header li.icon02{
	background:url("/img2014/common/icon02.png") no-repeat left center;
	padding-left: 14px;
	margin-right: 16px;
}
#header li.icon03{
	background:url("/img2014/common/icon03.png") no-repeat left center;
	padding-left: 14px;
}
#header li.icon03 img{
  vertical-align: middle;
	margin-left: 5px;
}

#corporateLogo {
	position:absolute;
	left:0;
	top:34px;
}
#corporateLogo10th {
	position: relative;
	top:24px;
	left:270px;
	width:60px;
}


ul#top_menu{
  margin: 0 0 18px;
}
ul#top_menu li{
  display: inline-block;
  margin-top: 20px;
}
ul#top_menu li a{
  display: inline-block;
width: 185px;
text-align: center;
padding: 10px 0;
border-left: #c4c4c4 1px solid;
}
ul#top_menu li:last-child a {
border-right: #c4c4c4 1px solid;
}

#headerLink {
	position:absolute;
	right:200px;
	top:20px;
}
#headerLink li {
	display:inline;
	padding-left:15px;
}


#headerLink2 {
	position:absolute;
	right:10px;
	top:10px;
}
#headerLink2 li {
	display:inline;
	padding-left:15px;
}







#header form {
	position:absolute;
	right:0;
	top:15px;
	background:url("/img2010/common/header_search_frame.jpg") no-repeat left top;
	text-align:right;
	width:183px;
	height:22px;
}
#header form input {
	vertical-align:top;
}
#header form input.search {
	border:none;
	margin-top:3px;
	background:#f8f8f8;
	width:100px;
	height:15px;
}
#header .phoneNum {
	position:absolute;
	right:226px;
	bottom:21px;
}
#header .phoneNum_ppc {
	position:absolute;
	right:20px;
	bottom:21px;
}
#header .headerContactBtn {
	position:absolute;
	right:109px;
	bottom:21px;
}
#header .headerCartBtn {
	position:absolute;
	right:0;
	bottom:21px;
}


/* Navigation
--------------------------- */
#navigation {
	margin-bottom:9px;
}
#navigation li {
	display:inline;
}
/*15/07/17追記*/
nav{
	margin-bottom:9px;
	font-size:90%;
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}


/* Topic Path
--------------------------- */
#topicPath {
	margin-bottom:9px;
	font-size:90%;
}


/* SiteMap Area
--------------------------- */
#sitemapContainer {
	background:url("/img2010/common/sitemap_bg.jpg") repeat-x left top;
	padding:33px 0 30px;
	text-align:left;
}
#sitemap {
	margin:0 auto;
	width:950px;
}
#sitemap .box {
	display:table-cell;
	background:url("/img2010/common/line_vertical_dotted.gif") repeat-y left top;
	padding:10px 15px 10px 16px;
	width:158px;
	vertical-align:top;
}
	/* for IE6, 7 */
	* html #sitemap .box {
		display:inline;
		zoom:1;
	}

	*:first-child+html #sitemap .box {
		display:inline;
		zoom:1;
	}
#sitemap .kyoyokouza {
	background:none;
	width:159px;
}
#sitemap dt {
	margin-bottom:10px;
}
#sitemap dd {
	background:url("/img2010/common/arrow_textlink.gif") no-repeat left 0.6em;
	padding-left:14px;
}
#sitemap dd.noIcon {
	background:none;
	padding-left:0;
}
#sitemap dd.twitter {
	background:url("/img2010/common/sitemap_icon_twitter.gif") no-repeat left 0.2em;
	padding-left:22px;
}
#sitemap dd.facebook {
	background:url("/img2010/common/sitemap_facebook.jpg") no-repeat left 0.2em;
	padding-left:22px;
	padding-top:1px;
}

#sitemap dd.google {
	background:url("/img2010/common/sitemap_icon_google.gif") no-repeat left 0.2em;
	padding-left:22px;
}

#sitemap dd.mixi {
	background:none;
	padding-top:8px;
	padding-bottom:0px;
	padding-left:0px;
}

#sitemap dd.bookmark {
	background:url("/img2010/common/sitemap_icon_bookmark.gif") no-repeat left 0.2em;
	padding-left:22px;
}
#sitemap dd.hatena {
	background:url("/img2010/common/sitemap_icon_hatena.gif") no-repeat left 0.4em;
	padding-left:22px;
}
#sitemap dd.yahoo {
	background:url("/img2010/common/sitemap_icon_yahoo.gif") no-repeat left 0.2em;
	padding-left:22px;
}
#sitemap a.noDecoration {
	color:#333333;
	text-decoration:none;
}

/* Dictionary link
--------------------------- */
#dictionary {
	background:#e0e0e0;
	padding:11px 0 10px;
}
#dictionary ul {
	margin:0 auto;
	background:#e0e0e0;
	width:950px;
}
#dictionary ul li {
	display:inline;
	background:url("/img2010/common/arrow_textlink.gif") no-repeat left 0.3em;
	padding:0 20px 0 14px;
}
#dictionary ul li.last {
	padding:0 0 0 14px;
}


/* Footer Area
--------------------------- */
#footerContainer {
	background:url("/img2010/common/footer_bg.gif") repeat-x left top;
	height:150px;
}
#footer {
	margin:0 auto;
	width:950px;
	color:#ffffff;
}
#footer ul {
	border-bottom:1px solid #101f3c;
	padding:40px 0 24px ;
}
#footer ul li {
	display:inline;
	background:url("/img2010/common/footer_arrow.gif") no-repeat left top;
	padding:0 15px 0 17px;
}
#footer ul li.last {
	padding:0 0 0 14px;
}
#footer ul li a {
	color:#ffffff;
}
#footer .copyright {
	border-top:1px solid #445372;
	padding-top:10px;
	font-size:90%;
}


/* Inquiry Area
--------------------------- */
#inquiry {
	position:relative;
	margin-top:20px;
	background:url("/img2010/common/inquiry_bg.jpg") no-repeat left top;
	width:950px;
	height:378px;
}
#inquiry .inquiryTitle {
	position:absolute;
	left:40px;
	top:19px;
}
#inquiry .inquiryCopy {
	position:absolute;
	left:84px;
	top:71px;
}
#inquiry .inquiryCopy2 {
	position:absolute;
	left:84px;
	top:173px;
}
#inquiry .inquiryMailBtn {
	position:absolute;
	left:563px;
	top:71px;
}
#inquiry .inquiryFaqBtn {
	position:absolute;
	left:563px;
	top:116px;
}
#inquiry .inquiryPhoneNum {
	position:absolute;
	left:84px;
	top:170px;
}


/* RightClm Area
--------------------------- */
#beginners ul li {
	padding-bottom: 15px;
}


/* -----------------------------------------------------
スクールやセミナー、通信講座などのタグ表記
----------------------------------------------------- */

#TagList {
  margin-bottom: 0px;
  padding:  0px 0px 10px 0px ;
}

#TagList .Tags{
  margin-bottom: 5px;
  font-size: 13px;
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 0px 10px 0px 10px ;
  border: 1px solid #bbbbcc;
  border-radius: 5px;
  color: #333399;
  background-color : #fcfcff;
  box-shadow: 1px 1px 2px #CCCCCC;
}

#TagList #TagTitle{
  margin-bottom: 5px;
  font-size: 13px;
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 0px 10px 0px 10px ;
  border: 1px solid #bbbbcc;
  border-radius: 5px;
  color: #ffffff;
  background-color : #333399;
  box-shadow: 1px 1px 2px #CCCCCC;
}


/* -----------------------------------------------------
DL視聴ぺージなどのタグ表記
----------------------------------------------------- */

#StList {
  margin-bottom: 0px;
  padding:  0px 0px 10px 0px ;
}

#StList .StLink{
  margin-bottom: 5px;
  font-size: 15px;
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 0px 10px 0px 10px ;
  border: 1px solid #bbbbcc;
  border-radius: 5px;
  color: #333399;
  background-color : #fcfcff;
  box-shadow: 1px 1px 2px #CCCCCC;
}

#StList .StLink2{
  margin-bottom: 5px;
  font-size: 15px;
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 0px 10px 0px 10px ;
  border: 1px solid #bbbbcc;
  border-radius: 5px;
  color: #cc3333;
  background-color : #fcfcff;
  box-shadow: 1px 1px 2px #CCCCCC;
}

#StList #StTitle{
  margin-bottom: 5px;
  font-size: 15px;
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 0px 10px 0px 10px ;
  border: 1px solid #bbbbcc;
  border-radius: 5px;
  color: #ffffff;
  background-color : #993333;
  box-shadow: 1px 1px 2px #CCCCCC;
}

/* -----------------------------------------------------
	4. Common Module
----------------------------------------------------- */
.arrow {
	background:url("/img2010/common/arrow_textlink.gif") no-repeat left 0.6em;
	padding-left:14px;
}
.arrowInline {
	display:inline;
	background:url("/img2010/common/arrow_textlink.gif") no-repeat left 0.3em;
	padding-left:14px;
}
.pagetopBtn {
	margin-top:20px;
	text-align:right;
}
.note {
	line-height:1.5;
	font-size:90%;
}
.colorRed {
	color: #ff0000;
}

.alignC {
	text-align:center;
}


/* margin */
.mt0 {margin-top:0 ! important;}
.mt5 {margin-top:5px ! important;}
.mt10 {margin-top:10px ! important;}
.mt15 {margin-top:15px ! important;}
.mt20 {margin-top:20px ! important;}
.mt25 {margin-top:25px ! important;}
.mt30 {margin-top:30px ! important;}
.mt35 {margin-top:35px ! important;}
.mt40 {margin-top:40px ! important;}
.mt45 {margin-top:45px ! important;}
.mt50 {margin-top:50px ! important;}

.mr0 {margin-right:0 ! important;}
.mr5 {margin-right:5px ! important;}
.mr10 {margin-right:10px ! important;}
.mr15 {margin-right:15px ! important;}
.mr20 {margin-right:20px ! important;}
.mr25 {margin-right:25px ! important;}
.mr30 {margin-right:30px ! important;}
.mr35 {margin-right:35px ! important;}
.mr40 {margin-right:40px ! important;}
.mr45 {margin-right:45px ! important;}
.mr50 {margin-right:50px ! important;}

.mb0 {margin-bottom:0 ! important;}
.mb5 {margin-bottom:5px ! important;}
.mb10 {margin-bottom:10px ! important;}
.mb15 {margin-bottom:15px ! important;}
.mb20 {margin-bottom:20px ! important;}
.mb25 {margin-bottom:25px ! important;}
.mb30 {margin-bottom:30px ! important;}
.mb35 {margin-bottom:35px ! important;}
.mb40 {margin-bottom:40px ! important;}
.mb45 {margin-bottom:45px ! important;}
.mb50 {margin-bottom:50px ! important;}

.ml0 {margin-left:0 ! important;}
.ml5 {margin-left:5px ! important;}
.ml10 {margin-left:10px ! important;}
.ml15 {margin-left:15px ! important;}
.ml20 {margin-left:20px ! important;}
.ml25 {margin-left:25px ! important;}
.ml30 {margin-left:30px ! important;}
.ml35 {margin-left:35px ! important;}
.ml40 {margin-left:40px ! important;}
.ml45 {margin-left:45px ! important;}
.ml50 {margin-left:50px ! important;}



/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0.1em;
	line-height:0;
	clear: both;
	visibility: hidden;
}
.clearfix {zoom:1;}

.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wrapper {zoom:1;}
@media print {
	* html #navigation {
		margin-left:-1px;
	}
	*:first-child+html #navigation {
		margin-left:-1px;
	}
}

/*---------------------------- old_contents ----------------------------*/

#old_contents{

	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.6em;
	color:#000;
	text-decoration:none;
	text-align:center;
}


#old_contents td{
	font-size:12px;
	line-height:1.6em;
	color:#000;
	text-decoration:none;
	text-align:left;
	padding: 3px 3px 3px 3px;
}

#old_contents ul {
	padding:0px 0 0px ;
}
#old_contents ul li {
	display:list-item;
	list-style-type:disc;
	padding:0 0px 0 0px;
}

/*----------------------------旧スタイルシート----------------------------*/

#old_contents #old td{
	font-size:12px;
	line-height: normal ;
	color: #333333 ;
	text-decoration: none ;
}

#old_contents #old select{
	font-size:12px;
	line-height: normal ;
	color: #333333 ;
	text-decoration: none ;
}

#old_contents #old input{
	font-size:12px;
	line-height: normal ;
	color: #333333 ;
	text-decoration: none ;
}

#old_contents #old th{font-size:12px; color:#3F6B21; font-weight:normal; text-align:left }

.f1{font-size:9px;}
.f2{font-size:10px; line-height: 120%;}
.f3{font-size:14px; line-height: 130%; color: #9F3118;}
.f4{font-size:14px;}
.f5{font-size:18px;line-height:120%}
.f6{font-size:12px;}

.l130{line-height:120%}
.l160{line-height:160%}


#old_contents #old p{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	line-height: 130%;
}


/*---------------------------- old_contents ----------------------------*/

#stm_contents{

	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.6em;
	color:#000;
	text-decoration:none;
	text-align:center;
}

#stm_contents td{
	font-size:12px;
	line-height:1.6em;
	color:#000;
	text-decoration:none;
	text-align:left;
	padding: 10px 10px 10px 10px;
}


/* -----------------------------------------------------
	5. Other
----------------------------------------------------- */

.privacyArea_econo {
	border: 1px solid #88a3be;
	height: 400px;
	overflow-y: scroll;
	padding: 10px 0px 10px 0px;
}



#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

/* マージン */

.m10{
	margin-top:10px;
}
.m20{
	margin-top:20px;
}
.m30{
	margin-top:30px;
}

/* 見出し */
h1{
        margin-bottom: 10px;
}


h2{
	font-size:30px;
	margin-bottom:10px;
	line-height:1;
}

h3{
	font-weight:normal;
}

#spLinkBlockInPc{
	display:none;
}

#spLinkBlockInPc a{
	display:block;
	padding:12px 0 12px 15px;
	border-bottom:1px solid #CCC;
	font-size:150%;
	color:#333;
	text-decoration:none;
	background:url(/sp/img2015/footer/vector.png) 98% 50% no-repeat;
	text-align:center;
}

nav{
	margin-bottom:9px;
	font-size:90%;
}

#breadcrumbs {
    float: left;
    margin: 20px 0 20px;
}

nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}

.snsBtn{
	margin:10px 0 20px;
	float:right;
}
.snsBtn .fb-like{
	float:left;
	margin-right:10px;
}