@charset "utf-8";
/*----------------------------------------------------------
    初期設定
----------------------------------------------------------*/
@import url("reset.css");
@import url("init.css");
@import url("parts.css"); /* アイコン・ボタンパーツ */
/*----------------------------------------------------------
    テキスト
----------------------------------------------------------*/
.indent1 {
	text-indent: 1em;
}
.indent2 {
	text-indent: 2em;
}
.inline > li {
	display: inline-block;
}
/*----------------------------------------------------------
    header
----------------------------------------------------------*/
body {
	background-color: #fff;
}
#header {
	background-color: #fff;
	height: 70px;
	margin-bottom: 36px;
}
#header .inner {
	padding: 7px 0 0;
	overflow: hidden;
}
#header .logo {
	float: left;
}
#header .logo * {
	vertical-align: middle;
}
#header .logo a {
	text-decoration: none;
}
#header .logo .pc-image {
	margin: 12px 0 16px;
	width: 118px;
	height: 63px;
}
#header .logo .sp-image {
	display: none;
}
#header .logo .type {
	width: 152px;
}
#header .search {
	text-align: right;
	margin: 2px 0 0;
}
#header .search form {
	display: inline;
}
#header .search input[type="text"] {
	min-height: 30px;
	width: 220px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	padding: 0 9px;
}
#header .informationLink {
	margin: 10px 0 0;
	text-align: right;
}
#header .informationLink ul {
	font-size: 13px;
}
#header .informationLink li {
	display: inline;
	font-size: 12px;
	margin: 0 0 0 10px;
	white-space: nowrap;
}
#header .informationLink li a {
	color: #222;
	text-decoration: none;
}
#header .informationLink li a:hover {
	text-decoration: underline;
}
/*----------------------------------------------------------
    footer
----------------------------------------------------------*/
.utility_link {
	background-color: #e6e6e6;
}
.utility_link .inner {
	padding: 25px 0;
}
.utility_link li {
	position: relative;
}
.utility_link .sliderArea .bx-wrapper {
	margin: 0 auto;
}
.utility_link .sliderArea .bx-wrapper .bx-controls-direction a {
	margin-top: -17px;
	width: 19px;
	height: auto;
	text-indent: 0;
	background: none;
}
.utility_link .sliderArea .bx-wrapper .bx-prev {
	left: -50px;
}
.utility_link .sliderArea .bx-wrapper .bx-next {
	right: -50px;
}
#footer_search {
	background: #e6e6e6;
	padding: 15px;
	text-align: center;
}
.footer_sns {
	padding: 15px 0;
}
.footer_sns ul {
	display: table;
	width: auto;
	margin: 0 auto;
}
.footer_sns ul li {
	float: left;
	margin-left: 2px;
}
.footer_sns ul li:first-child {
	margin-left: 0;
}
.footer_sns ul li#facebook span {
	background: url(../../images/recruit/ico_sns_facebook.png) no-repeat 0 50%;
	padding-left: 30px;
	background-size: 24px;
}
.footer_sns ul li#twitter span {
	background: url(../../images/recruit/ico_sns_twitter.png) no-repeat 0 50%;
	padding-left: 30px;
	background-size: 24px;
}
.footer_document_link dl {
}
.footer_document_link dl dt {
	display: none;
}
.footer_document_link a {
	text-decoration: none;
}
.footer_document_link a:hover {
	text-decoration: underline;
}
.footer_document_link .inner {
	padding: 15px 0 0;
}
.footer_document_link .document_link li {
	font-size: 13px;
	display: inline-block;
	padding: 10px 0;
	margin-right: 10px;
}
.footer_document_link .document_link li a {
	color: #222;
	border-right: 1px solid #b2b2b2;
	padding-right: 10px;
}
.footer_document_link .user_link {
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	margin: 10px 0;
}
.footer_document_link .user_link li {
	font-size: 13px;
	display: inline-block;
	padding: 15px 0;
	margin-right: 10px;
}
.footer_document_link .user_link li a {
	color: #222;
	border-right: 1px solid #b2b2b2;
	padding-right: 10px;
}
.footer_address .inner {
	padding: 15px 0 30px;
}
.footer_address .logoImage {
	width: 85px;
	float: left;
}
/* *** add by soken 2016/06/14 start *** */
.footer_address .logoImage {
	width: 200px;
}
/* *** add by soken 2016/06/14 end *** */
.footer_address ul li {
	font-size: 13px;
	line-height: 1.5;
	text-align: right;
}
.footer_address .copyright {
	font-size: 9px;
	color: #004fab;
	margin: 20px 0 0;
	display: block;
	text-align: right;
}
#pageTop {
	display: block;
	display: none;
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 2000;
}
/*----------------------------------------------------------
    【PC】ナビゲーション
----------------------------------------------------------*/
#gnav.hide, .sb-slide.hide {
	display: none;
}
#gnav {
	width: 100%;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 9000;
}
/* *** add by soken 2016/06/14 start *** */
#gnav {
	top: 98px;
}
/* *** add by soken 2016/06/14 end *** */

/* *** add by soken 2017/10/13 start *** */
#gnav {
	/*opacity: 0;*/
}
/* *** add by soken 2017/10/13 end *** */
#gnav-wrap {
	background-color: #fff;
	-webkit-transition: background-color 400ms ease, color 400ms ease;
	-moz-transition: background-color 400ms ease, color 400ms ease;
	-ms-transition: background-color 400ms ease, color 400ms ease;
	-o-transition: background-color 400ms ease, color 400ms ease;
	transition: background-color 400ms ease, color 400ms ease;
}
.home #gnav-wrap {
	background: none;
}
.home #gnav.fixed #gnav-wrap {
	background-color: #004fab;
}
.home #gnav.fixed #megamenu ul li a {
	color: #fff;
}
#megamenu {
	display: block;
}
#megamenu > ul > li {
	padding: 0 7px;
}
#megamenu > ul > li > a {
	color: #000;
	border-radius: 4px;
	padding: 0;
	text-align: center;
}
#megamenu > ul > li > a:hover, #megamenu > ul > li > a:focus, #megamenu > ul > li.current > a {
	color: #fff;
	background-color: #004fab;
}
#megamenu ul li.gnavi01 {
	width: 96px;
}
#megamenu ul li.gnavi02 {
	width: 138px;
}
#megamenu ul li.gnavi03 {
	width: 110px;
}
#megamenu ul li.gnavi04 {
	width: 166px;
}
#megamenu ul li.gnavi05 {
	width: 230px;
}
#megamenu ul li.gnavi06 {
	width: 110px;
}
#megamenu ul li.gnavi07 {
	width: 110px;
}
#megamenu .menu-content {
	color: #fff;
	width: 100%;
	text-align: left;
}
#megamenu .menu-content a {
	color: #fff;
	text-decoration: none;
}
#megamenu .menu-content a:hover {
	text-decoration: underline;
}
#megamenu .menu-content .nav-content .left-col {
	float: left;
	margin: 0 25px 30px 0;
}
#megamenu .menu-content .nav-content .right-col {
	max-height: 400px;
	overflow-x: hidden;
}
#megamenu .menu-content .nav-content {
	padding: 30px 0;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#megamenu .menu-content .nav-content .menu-cate-title {
	font-size: 24px;
	margin-bottom: 15px;
	padding: 0 0 20px;
	position: relative;
	line-height: 1;
}
#megamenu .menu-content .nav-content .menu-cate-title:before {
	content: "";
	border-bottom: 3px solid #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 60px;
}
#megamenu .menu-content .nav-content .menu-title {
	margin-bottom: 30px;
	background: url(../../images/recruit/ico_arrow_right_w.png) no-repeat 0 50%;
	padding-left: 20px;
}
#megamenu .menu-content .nav-content .group {
	padding: 0 20px;
	width: 300px;
	width: 290px;
	border-left: 1px solid #4c8bd3;
}
#megamenu .menu-content .nav-content .group .head {
	margin-bottom: 15px;
	font-weight: bold;
}
#megamenu .menu-content .nav-content .group ol {
	padding-bottom: 5px;
}
#megamenu .menu-content .nav-content .group li {
	margin-bottom: 15px;
}
#megamenu .menu-content .nav-content .group li a {
	background: url(../../images/recruit/ico_arrow_right_w.png) no-repeat 0 3px;
	padding-left: 20px;
}
#megamenu .menu-content .nav-content .extralink {
	clear: both;
	padding: 10px 0;
	margin: 15px 0 0;
	border-top: 1px solid #3574bc;
	border-bottom: 1px solid #3574bc;
}
#megamenu .menu-content .nav-content .extralink li {
	display: inline-block;
	margin: 0 20px 0 0;
}
#megamenu .menu-content .nav-content .extralink li i {
	display: inline-block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-position: 50% 50%;
	padding: 0;
	margin: 0 10px 0 0;
	background-color: #333333;
	border-radius: 4px;
	vertical-align: middle;
}
#megamenu .menu-content .nav-content .extralink li i img {
	vertical-align: middle;
}
#megamenu .menu-content .nav-content .bnr {
	width: 355px;
	max-height: 280px;
	overflow-x: hidden;
}
#megamenu .menu-content .nav-content .bnr ul {
	margin-left: -5px;
}
#megamenu .menu-content .nav-content .bnr li {
	float: left;
	margin: 0 0 5px 5px;
}
#megamenu .menu-content .nav-content .bnr li a {
	display: block;
}
.masonry {
	margin: 0 auto;
}
/**** Gutters ****/
.has-gutters .box {
	margin: 5px 0;
}
.has-gutters .col1 {
	width: 90px;
}
.has-gutters .col2 {
	width: 230px;
}
.has-gutters .col3 {
	width: 370px;
}
.has-gutters .col4 {
	width: 550px;
}
/**** Transitions ****/
.transitions-enabled.masonry, .transitions-enabled.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.transitions-enabled.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}
/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
/*----------------------------------------------------------
    【SP】ナビゲーション #slidebar-right
----------------------------------------------------------*/
#smpMenuBtn {
	background: url(../../images/recruit/ico_menu_smp.png) no-repeat 50% 50%;
	-webkit-background-size: 20px 18px;
	background-size: 20px 18px;
	width: 35px;
	height: 35px;
	color: #ccc;
	display: block;
	margin: 0 0 0 5px;
	float: right;
	text-indent: -9999px;
	position: relative;
	z-index: 9999;
}
#smpMenuBtn, #smpSearch {
	display: none;
}
.smp-menu a {
	color: #fff;
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	position: relative;
}
.smp-menu a span {
	display: block;
	background: url(../../images/recruit/ico_arrow_right_w.png) no-repeat 100% 50%;
	-webkit-background-size: 4px;
	background-size: 4px;
}
.smp-menu > li {
	border-bottom: 1px solid #1064c4;
}
.smp-menu > li > a {
	background-color: #004fab;
	font-weight: bold;
}
.smp-menu > li > a.parent span {
	background: url(../../images/recruit/ico_arrow_down_w.png) no-repeat 100% 50%;
	-webkit-background-size: 8px;
	background-size: 8px;
	display: block;
}
.smp-menu > li > a.parent.open span {
	background-image: url(../../images/recruit/ico_arrow_up_w.png);
}
.smp-menu .smp-menu-content .nav-content {
	background-color: #1064c4;
	border-left: 10px solid #004FAB;
}
.smp-menu .smp-menu-content .nav-content a {
	background: url(../../images/recruit/ico_arrow_right_w.png) no-repeat 100% 50%;
	-webkit-background-size: 4px;
	background-size: 4px;
	padding: 10px;
}
.smp-menu .smp-menu-content .nav-content .menu-cate-title {
	display: none;
}
.smp-menu .smp-menu-content .nav-content .bnr {
	overflow: hidden;
}
.smp-menu .smp-menu-content .nav-content .bnr a {
	padding: 0;
	background: none;
}
.smp-menu .smp-menu-content .nav-content .bnr li {
	width: 50%;
	float: left;
}
.smp-menu .smp-menu-content .nav-content .bnr li.bnrL {
	width: 100%;
}
.smp-menu .smp-menu-content .nav-content .menu-title {
	padding: 0 10px 0 0;
}
.smp-menu .smp-menu-content .nav-content .group {
	padding: 0 0 0 10px;
	border-top: 1px solid #4c8bd3;
}
.smp-menu .smp-menu-content .nav-content .head {
	padding: 0 10px 0 0;
}
.smp-menu .smp-menu-content .nav-content .head span {
	color: #fff;
	display: block;
	padding: 15px 0;
	font-weight: bold;
	background: url(../../images/recruit/ico_arrow_down_w.png) no-repeat 100% 50%;
	-webkit-background-size: 8px;
	background-size: 8px;
}
.smp-menu .smp-menu-content .nav-content .head.open span {
	background-image: url(../../images/recruit/ico_arrow_up_w.png);
}
.smp-menu .smp-menu-content .nav-content .head + ol li {
	border-top: 1px dotted #4c8bd3;
	padding: 0 10px 0 0;
}
.smp-menu .smp-menu-content .nav-content .extralink li {
	padding-right: 10px;
}
.smp-menu .smp-menu-content .nav-content .extralink li i {
	display: inline-block;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-position: 50% 50%;
	padding: 0;
	margin: 0 5px 0 0;
	background-color: #333333;
	border-radius: 4px;
}
.smp-menu .smp-menu-content .nav-content .extralink li i img {
	width: 8px;
	vertical-align: middle;
}
.smp-menu .hide {
	display: none;
}
.smp-menu .open, .smp-menu .open > * {
	color: #BFDDFF!important;
}
/*----------------------------------------------------------
    【PC】ファンド検索 #fundsearch-wrap
----------------------------------------------------------*/
.fundSearchBar {
	display: block;
}
.fundSearchBar {
	background-color: #e6e6e6;
	padding: 10px 0;
	overflow: hidden;
}
.fundSearchBar .head {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	border-right: 1px solid #d1d1d1;
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
.fundSearchBar .head .notice {
	font-size: 11px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #d1d1d1;
	font-weight: normal;
	display: inline-block;
	height: inherit;
}
.fundSearchBar .inputArea {
	display: inline-block;
}
.fundSearchBar .inputArea .toggle {
	font-size: 13px;
	color: #004fab;
	background: url(../../images/recruit/ico_arrow_down_b.png) no-repeat 0 50%;
	padding-left: 20px;
	margin-left: 5px;
	cursor: pointer;
	display: inline-block;
	text-decoration: underline;
}
.fundSearchBar .inputArea .open .toggle {
	background-image: url(../../images/recruit/ico_arrow_up_b.png);
}
.fundSearchBar .inputArea form {
	display: inline;
}
.fundSearchBar .inputArea input {
	vertical-align: middle;
}
.fundSearchBar .inputArea input.keyword {
	font-size: 13px;
	min-height: 30px;
	width: 240px;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
}
.fundSearchBar .inputArea input[type="button"] {
	font-size: 11px;
}
.fundSearchBar .userClip {
	float: right;
}
.fundSearchBar .pc_hide {
	display: none;
}
#fundsearch-pc {
	background-color: rgba(225,225,225,0.9);
}
#fundsearch-pc .fundSearchInner {
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
}
#fundsearch-pc .fundSearch-form-inner {
	height: 300px;
	width: 100%!important;
	overflow-x: hidden;
}
#fundsearch-pc .side_search_box {
	background-color: #e6e6e6;
	text-align: center;
	padding: 15px;
}
#fundsearch-pc .side_search_box input[type=text] {
	margin-bottom: 10px;
	width: 100%;
}
#fundsearch-pc .side_search_box {
	padding: 0 95px 0 0;
	position: relative;
}
#fundsearch-pc .side_search_box input[type=text] {
	height: 40px;
}
#fundsearch-pc .side_search_box input.search {
	position: absolute;
	right: 0;
	top: 0;
}
#fundsearch-pc .search_condition_inputs dl {
	margin-bottom: 10px;
}
#fundsearch-pc .search_condition_inputs dt {
	border: 1px solid #ccc;
}
#fundsearch-pc .search_condition_inputs dt b {
	font-size: 16px;
	float: right;
}
#fundsearch-pc .search_condition_inputs dd ul {
	border-left: 1px solid #ccc;
	background: #eee;
	overflow: hidden;
}
#fundsearch-pc .search_condition_inputs dd ul li {
	float: left;
	width: 20%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#fundsearch-pc .search_condition_inputs label b {
	font-size: 16px;
	display: block;
}
#fundsearch-pc .search_condition_inputs dt label {
	text-align: left;
	padding: 0 10px;
	line-height: 50px;
	height: 50px;
	width: 100%;
}
#fundsearch-pc .search_condition_inputs dd label {
	text-align: center;
	padding: 14px 0;
	line-height: 1.3;
	height: 64px;
	width: 100%;
}
#fundsearch-pc .search_condition_inputs dd ul.list {
	background-color: #fff;
	border: 1px solid #ccc;
}
#fundsearch-pc .search_condition_inputs dd ul.list li {
	float: none;
	width: auto;
	padding: 0 10px;
	border: none;
	display: inline-block;
}
#fundsearch-pc .search_condition_inputs dd ul.list li label {
	color: #004fab;
	text-align: left;
	padding: 14px 0px 14px 28px;
	line-height: 1;
	height: auto;
	position: relative;
}
#fundsearch-pc .search_condition_inputs dd ul.list li label.check {
	margin: 0;
}
#fundsearch-pc .search_condition_inputs dd ul.list li label b {
	font-size: 16px;
	position: static;
	right: 10px;
	top: 14px;
	display: inline;
	margin-left: 1em;
}
#fundsearch-pc .search_condition_inputs .head {
	color: #004fab;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	background-color: #eee;
	padding: 0 13px;
	position: relative;
}
#fundsearch-pc .search_condition_inputs .head span {
	padding-left: 46px;
}
#fundsearch-pc .search_condition_inputs .head .help_btn {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
}
#fundsearch-pc .fundSearch-form .buttons {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	background-color: #222;
}
#fundsearch-wrap dd .inner {
	width: 100%;
}
#fundsearch-wrap .users_fund_list ul {
	margin: 10px 0;
	line-height: 22px;
}
#fundsearch-wrap .users_fund_list ul li {
	border-bottom: none;
	padding: 0 45px 10px 0;
	margin: 0 0 10px;
	position: relative;
}
#fundsearch-wrap .users_fund_list ul li .deleteBtn {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -14px;
}
#clipBlock-pc {
	background-color: rgba(0,79,171,0.9);
}
.clipBlockInner {
	color: #fff;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
}
.clipBlockInner a {
	color: #fff;
}
.clipBlockInner .head {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1.6666;
	background: none;
}
#historyBlock-pc {
	background-color: rgba(0,79,171,0.9);
}
.historyBlockInner {
	color: #fff;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
}
.historyBlockInner a {
	color: #fff;
}
.historyBlockInner .head {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1.6666;
	background: none;
}
/*----------------------------------------------------------
    【SP】スライドバー　#slidebar-left
----------------------------------------------------------*/
#fundsearch-smp .fundSearchInner {
	background-color: #fff;
	padding: 0;
	margin: 0;
}
#fundsearch-smp .fundSearchInner select {
	min-height: auto;
	min-width: auto;
	padding: 3px;
}
#fundsearch-smp .fundSearchInner .fundSearch-title {
	font-weight: bold;
}
#fundsearch-smp .side_search_box {
	background-color: #e6e6e6;
	text-align: center;
	padding: 15px;
}
#fundsearch-smp .side_search_box input[type=text] {
	margin-bottom: 10px;
	width: 100%;
}
#fundsearch-smp .search_condition_inputs dl {
	margin-bottom: 10px;
}
#fundsearch-smp .search_condition_inputs dt {
	border: 1px solid #ccc;
}
#fundsearch-smp .search_condition_inputs dt b {
	font-size: 16px;
	float: right;
}
#fundsearch-smp .search_condition_inputs dd ul {
	border-left: 1px solid #ccc;
	background: #eee;
	overflow: hidden;
}
#fundsearch-smp .search_condition_inputs dd ul li {
	float: left;
	width: 33.3%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#fundsearch-smp .search_condition_inputs label b {
	font-size: 16px;
	display: block;
}
#fundsearch-smp .search_condition_inputs dt label {
	text-align: left;
	padding: 0 10px;
	line-height: 50px;
	height: 50px;
	width: 100%;
}
#fundsearch-smp .search_condition_inputs dd label {
	text-align: center;
	padding: 10px 0;
	line-height: 1.3;
	height: 50px;
	width: 100%;
}
#fundsearch-smp .search_condition_inputs dd ul.list {
	background-color: #fff;
	border: 1px solid #ccc;
}
#fundsearch-smp .search_condition_inputs dd ul.list li {
	float: none;
	width: 100%;
	padding: 0 10px;
	border: none;
}
#fundsearch-smp .search_condition_inputs dd ul.list li label {
	color: #004fab;
	text-align: left;
	padding: 14px 40px 14px 28px;
	line-height: 1;
	height: auto;
	position: relative;
}
#fundsearch-smp .search_condition_inputs dd ul.list li label b {
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 14px;
}
#fundsearch-smp .search_condition_inputs dd ul.list li label.check {
	margin: 0;
}
#fundsearch-smp .search_condition_inputs .head {
	color: #004fab;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	background-color: #eee;
	padding: 0 13px;
	position: relative;
}
#fundsearch-smp .search_condition_inputs .head span {
	padding-left: 46px;
}
#fundsearch-smp .search_condition_inputs .head .help_btn {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
}
#fundsearch-smp .fundSearch-form .fundSearch-form-inner {
	overflow-x: hidden;
	padding-bottom: 122px;
}
#fundsearch-smp .fundSearch-form .buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	background-color: #222;
}
#fundsearch-smp .fundSearch-form .buttons .btn {
	margin: 3px 0;
	max-width: 240px;
	width: 100%;
	-webkit-appearance: none;
}
#clipBlock-smp .clipBlockInner {
	background-color: #004FAB;
	padding: 10px;
	margin: 0;
}
#clipBlock-smp .clipBlockInner .head {
	font-size: 12px;
}
#historyBlock-smp .historyBlockInner {
	background-color: #004FAB;
	padding: 10px;
	margin: 0;
}
#historyBlock-smp .historyBlockInner .head {
	font-size: 12px;
}
#fundsearch-smp.hide {
	display: none;
}
#clipBlock-smp.hide {
	display: none;
}
#historyBlock-smp.hide {
	display: none;
}
/* サイドバー */
.sb-slidebar {
	-webkit-overflow-scrolling: touch;
}
#slidebar-left, #slidebar-right {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
/*----------------------------------------------------------
    トップページ
----------------------------------------------------------*/
/* if home */
.home #header {
	background: none;
	position: absolute;
	z-index: 9999;
}
.home #gnav {
	background: none;
}
.home .fundSearchBar {
	display: none;
}
.home #megamenu ul {
	background: none;
	border: none;
}
.home #megamenu ul > li > a {
	color: #000;
}
.home #megamenu ul > li > a:hover {
	color: #fff;
}
/*.home .sb-slide { z-index: 9990; position: relative;}
.home #sb-site { padding: 0;}*/
/* if home end */

/*
.home_kv .sliderArea .bx-wrapper .bx-controls-direction a { margin-top: -57px; width: 58px; height: auto; text-indent: 0; background: none;}
.home_kv .sliderArea .bx-wrapper .bx-prev { left: 2px;}
.home_kv .sliderArea .bx-wrapper .bx-next { right: 2px;}
.home_kv .sliderArea .bx-wrapper .bx-pager { bottom: 30px;}*/

.home_kv .sliderArea .bx-wrapper .bx-controls-direction a {
	margin-top: 0;
	height: 100%;
	top: 0;
	text-indent: 0;
	background: none;
	width: 100px;
}
.home_kv .sliderArea .bx-wrapper .bx-controls-direction a:hover {
	opacity: 0.8;
}
.home_kv .sliderArea .bx-wrapper .bx-prev {
	left: 0px;
}
.home_kv .sliderArea .bx-wrapper .bx-prev .ov {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -57px;
}
.home_kv .sliderArea .bx-wrapper .bx-next {
	right: 0px;
}
.home_kv .sliderArea .bx-wrapper .bx-next .ov {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -57px;
}
.home_kv .kvInner {
	max-width: 1440px;
	height: 580px;
	margin: 0 auto;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}
.home_kv .kvInner .pc {
	position: absolute;
	left: 50%;
	margin-left: -720px;
	min-width: 1440px;
}
.home_kv .kvInner .smp {
	display: none;
}
.kv1, .kv2, .kv3, .kv4, .kv5, .kv6, .kv7, .kv8, .kv9, .kv10 {
	text-align: center;
}
/* 「詳細」ボタンの位置 .home_kv .kv1 .roundBtn,.home_kv .kv2 .roundBtn,.home_kv .kv3 .roundBtn,.home_kv .kv4 .roundBtn,.home_kv .kv5 .roundBtn,.home_kv .kv6 .roundBtn,.home_kv .kv7 .roundBtn,.home_kv .kv8 .roundBtn,.home_kv .kv9 .roundBtn,.home_kv .kv10 .roundBtn { left: 50%; bottom: 20%; margin-left: -75px; position: absolute; width: 150px; z-index: 1;}
*/
.home_kv .kv1 a, .home_kv .kv2 a, .home_kv .kv3 a, .home_kv .kv4 a, .home_kv .kv5 a, .home_kv .kv6 a, .home_kv .kv7 a, .home_kv .kv8 a, .home_kv .kv9 a, .home_kv .kv10 a, .home_kv .kv11 a, .home_kv .kv12 a, .home_kv .kv13 a, .home_kv .kv14 a, .home_kv .kv15 a, .home_kv .kv16 a, .home_kv .kv17 a, .home_kv .kv18 a, .home_kv .kv19 a, .home_kv .kv20 a {
	bottom: 10%;
	height: 60%;
	position: absolute;
	width: 90%;
	z-index: 1;
	right: 5%;
}
.home_fund_block {
	color: #fff;
	min-height: 460px;
	background: #004fab url(../../img/top/fund_bg.png) no-repeat 50% 0;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.home_fund_block a {
	color: #fff;
}
.home_fund_block .inner {
	padding: 55px 0 70px;
}
.fund_tiles {
	overflow: hidden;
}
.fund_tiles .left {
	float: left;
	padding: 1px 1px 0 0;
}
.fund_tiles .right {
	float: right;
	padding: 1px 0 0 1px;
}
.fund_tiles a.reference {
	padding-top: 100px;
	background: url(../../images/recruit/ico_fund_reference.png) no-repeat 50% 43px;
}
.fund_tiles a.handing {
	padding-top: 93px;
	background: url(../../images/recruit/ico_fund_handing.png) no-repeat 50% 39px;
}
.fund_tiles a.dividend {
	padding-top: 93px;
	background: url(../../images/recruit/ico_fund_dividend.png) no-repeat 50% 39px;
}
.fund_tiles a.tileL, .fund_tiles a.tileS {
	font-size: 16px;
	font-weight: bold;
	height: 160px;
	line-height: 22px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
}
.fund_tiles a.tileL {
	width: 239px;
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.7); /*background-color: rgb(1,25,97); background-color: rgba(1,25,97,0.7);*/
}
.fund_tiles a.tileS {
	width: 119px;
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.7);
}
.fund_tiles a.new {
	background: url(../../images/recruit/ico_fund_new.png) no-repeat 50% 30px;
}
.fund_tiles a.ranking {
	background: url(../../images/recruit/ico_fund_ranking.png) no-repeat 50% 28px;
}
.fund_tiles a.feature {
	background: url(../../images/recruit/ico_fund_feature.png) no-repeat 50% 25px;
}
.fund_tiles a.awards {
	background: url(../../images/recruit/ico_fund_awards.png) no-repeat 50% 17px;
}
.fund_tiles a.subtile {
	font-size: 16px;
	color: #004fab;
	font-weight: bold;
	width: 239px;
	height: 120px;
	padding-top: 76px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	background-color: rgb(255,255,255); /* IE8 */
	background-color: rgba(255,255,255,0.7);
}
.fund_tiles .search_box {
	height: 160px;
	padding: 20px;
	margin: 1px 0 0 0;
	box-sizing: border-box;
	overflow: hidden;
	background: rgb(1,25,97); /* IE8 */
	background: rgba(1,25,97,0.7);
}
.fund_tiles .search_box .head {
	margin-bottom: 15px;
}
.fund_tiles .search_box .head span {
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
}
.fund_tiles .search_box form {
	padding-right: 50px;
	margin-bottom: 14px;
	position: relative;
}
.fund_tiles .search_box input[type="text"] {
	font-size: 16px;
	color: #000;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	border: none;
	box-sizing: border-box;
}
.fund_tiles .search_box input.searchBtnL {
	top: 0;
	right: 0;
	position: absolute;
}
.callcenter {
	margin-bottom: 20px;
	display: table;
}
.callcenter > * {
	display: table-cell;
}
.callcenter dt {
	background-color: #e6e6e6;
	border: 1px solid #d5d5d5;
	font-weight: bold;
	line-height: 1.4;
	width: 240px;
	text-align: center;
	vertical-align: middle;
}
.callcenter dt span {
	display: block;
}
.callcenter dd {
	padding: 26px 20px 15px;
	border: 1px solid #d5d5d5;
	border-left: none;
}
.callcenter dd p {
	font-size: 13px;
}
.callcenter dd .freedial {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.callcenter dd .freedial span {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
	margin-right: 8px;
}
.callcenter dd .freedial small {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
}
.callcenter dd .freedial img {
	margin-bottom: 4px;
	vertical-align: middle;
}
.page-linkblock {
	display: table;
	margin-bottom: 20px;
}
.page-linkblock dt {
	background-color: #e6e6e6;
	border: 1px solid #d5d5d5;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	width: 240px;
}
.page-linkblock > * {
	display: table-cell;
}
.page-linkblock dd {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #d5d5d5;
	border-image: none;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px medium;
	line-height: 1.4em;
	padding: 26px 20px 15px;
}
.page-linkblock dd .i_pdf {
	float: right;
}
.user_histories .head {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 16px 8px;
	text-align: center;
	display: block;
}
.user_histories .head span {
	line-height: 1.5;
	display: block;
	background-position: -100px 0;
	text-align: left; /*padding: 0 0 0 10px;*/
	padding: 0;
}
.user_histories > div {
	width: 320px;
	padding: 20px 10px;
	border: 1px solid #d5d5d5;
	border-left-width: 0; /*float: left;*/
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
.user_histories > div:first-child {
	border-left-width: 1px;
}
.user_histories div.sales {
	background-color: #bfddff;
	border: 1px solid #bfddff;
	padding: 20px 20px 25px;
}
.user_histories div.sales .company {
	background: url(../../images/recruit/ico_company.png) no-repeat 50% 36px;
	padding-top: 80px;
	display: block;
}
.user_histories div.sales .company span {
	display: block;
}
.user_histories div.sales hr {
	border-color: #8fb9ea;
}
.user_histories .flexcroll {
	height: 200px;
	overflow-x: hidden;
}
.users_fund_list ul {
	margin-left: 8px;
	line-height: 22px;
}
.users_fund_list ul li {
	border-bottom: 1px solid #ccc;
	padding: 0 45px 10px 0;
	margin: 0 0 10px;
	position: relative;
}
.users_fund_list ul li .deleteBtn {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -14px;
}
.home_banner_block {
	background: #a1c3e6 url(../../img/top/banner_area_bg.png) 50% 0 no-repeat;
	min-height: 320px;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.home_banner_block .inner {
	padding: 60px 0;
}
.home_banner_block li {
	float: left;
	margin-right: 1px;
	background-color: #fff;
	width: 191px;
}
.home_banner_block li img {
	width: 191px;
	height: 191px;
}
.home_banner_block .sliderArea .bx-wrapper .bx-controls-direction a {
	margin-top: -57px;
	width: 58px;
	height: auto;
	text-indent: 0;
	background: none;
}
.home_banner_block .sliderArea .bx-wrapper .bx-prev {
	left: 2px;
}
.home_banner_block .sliderArea .bx-wrapper .bx-next {
	right: 2px;
}
.home_banner_block .sliderArea .bx-wrapper .bx-pager {
	bottom: -30px;
}
.fund_ranking .inner {
	padding: 55px 0;
}
.fund_ranking .reference_date {
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 0;
	position: absolute;
}
.fund_ranking .tab {
	position: relative;
}
.fund_ranking .tabmenu li {
	background: #bfddff url(../../images/recruit/ico_arrow_down_b.png) no-repeat 13px 50%;
	color: #004fab;
	font-weight: bold;
	margin-right: 1px;
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
}
.fund_ranking .tabmenu li.select {
	background-color: #004fab;
	background-image: url(../../images/recruit/ico_arrow_down_w.png);
	color: #fff;
}
.fund_ranking .tabcontent li {
	width: 100%;
	padding: 20px 0 0;
	box-sizing: content-box;
}
.ranking_table {
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px;
	width: 100%;
}
.ranking_table thead th {
	padding: 0 20px;
	height: 40px;
	background-color: #e6e6e6;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
}
.ranking_table tbody tr {
	background-color: #fff;
}
.ranking_table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}
.ranking_table tbody td {
	padding: 20px;
	line-height: 1.5;
	position: relative;
	vertical-align: middle;
}
.ranking_table tbody td.name {
	height: 40px;
}
.ranking_table tbody td.name a {
	overflow: hidden;
	display: block;
}
.ranking_table tbody td.name:before {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #004fab;
	margin-right: 20px;
	float: left;
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}
.ranking_table tbody tr:nth-child(1) td.name:before {
	content: "1";
}
.ranking_table tbody tr:nth-child(2) td.name:before {
	content: "2";
}
.ranking_table tbody tr:nth-child(3) td.name:before {
	content: "3";
}
.ranking_table tbody tr:nth-child(4) td.name:before {
	content: "4";
}
.ranking_table tbody tr:nth-child(5) td.name:before {
	content: "5";
}
.ranking_table .nickname {
	font-weight: normal;
	display: block;
}
#fund_ranking ul li ul {
	margin-bottom: 30px;
}
#fund_ranking ul li ul li {
	padding: 5px;
}
.market_report {
	background: #0c0e66 url(../../img/top/market_report_bg.png) no-repeat 50% 0;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	padding-top: 20px;
}
.market_report .headline {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 35px;
	position: relative;
}
.market_report .headline:before {
	width: 80px;
	height: 0;
	border-bottom: 3px solid #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	content: "";
}
.market_report .inner {
	padding: 50px 0 65px;
}
.market_report .market_map {
	max-width: 960px;
	margin: 0 auto 45px;
}
.market_report .market_map iframe {
	height: 745px;
	margin: 0 auto 45px;
	width: 105%;
}
.latest_information .headline {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.latest_information .headline:before {
	width: 80px;
	height: 0;
	border-bottom: 3px solid #999;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	content: "";
}
.latest_information .inner {
	padding: 60px 0 75px;
}
.latest_info ul {
	margin-bottom: 40px;
}
.latest_info ul li {
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
}
.latest_info ul li:nth-child(odd) {
	background-color: #f2f2f2;
}
.latest_info ul li p {
	line-height: 1.57;
	overflow: hidden;
}
.latest_info ul li span {
	line-height: 1.57;
	vertical-align: middle;
}
.latest_info ul li .date {
	width: 210px;
	margin-right: 20px;
	float: left;
	display: inline-block;
	position: relative;
}
.latest_info ul li .date:after {
	font-size: 13px;
	color: #fff;
	content: "ファンド情報";
	background-color: #555;
	width: 90px;
	margin-left: 10px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 110px;
	line-height: 1;
	padding: 3px 0;
}
.latest_info ul li .fund:after {
	content: "ファンド情報";
	background-color: #004fab;
}
.latest_info ul li .newfund:after {
	content: "新ファンド";
	background-color: #004fab;
}
.latest_info ul li .operation_report:after {
	content: "運用報告";
	background-color: #004fab;
}
.latest_info ul li .periodic:after {
	content: "定期レポート";
	background-color: #004fab;
}
.latest_info ul li .market:after {
	content: "マーケット";
	background-color: #004fab;
}
.latest_info ul li .timely:after {
	content: "適時開示";
	background-color: #004fab;
}
.latest_info ul li .fund_related:after {
	content: "ファンド関連";
	background-color: #004fab;
}
.latest_info ul li .company:after {
	content: "会社情報";
	background-color: #004fab;
}
.latest_info ul li .media:after {
	content: "メディア掲載";
	background-color: #004fab;
}
.latest_info ul li .organize:after {
	content: "組織情報";
	background-color: #004fab;
}
.latest_info ul li .policy:after {
	content: "業務方針";
	background-color: #004fab;
}
.latest_info ul li .recluit:after {
	content: "採用情報";
	background-color: #004fab;
}
.latest_info ul li .file {
	margin-left: 20px;
	float: right;
	width: 130px;
}
.report_btns .btn {
	background-color: #d9d9d9;
	color: #004fab;
	line-height: 1.4;
	float: left;
	margin: 0 5px 5px 0;
}
.report_btns .btn:last-child {
	margin-right: 0;
}
.report_btns .btn span {
	width: 195px;
	min-width: auto;
}
.company_information {
	color: #fff;
	background: #0958b4 url(../../img/top/company_information_bg.png) no-repeat 50% 0;
}
.company_information .inner {
	padding: 50px 0 0;
}
.company_information .headline {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 35px;
	position: relative;
}
.company_information .headline:before {
	width: 80px;
	height: 0;
	border-bottom: 3px solid #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	content: "";
}
.company_information .catch {
	text-align: center;
	margin-bottom: 40px;
}
.company_information .logotype {
	text-align: center;
	margin-bottom: 40px;
}
.company_information .logotype img {
	vertical-align: middle;
}
.company_information .ceo {
	float: left;
	margin: 0 10px 0 0;
	width: 250px;
}
.company_information .ceo .name {
	line-height: 1.7;
	margin: 15px 0;
}
.company_information .ceo .name span {
	font-size: 16px;
}
.company_information .ceo .btn {
	color: #004fab;
	background-color: #fff;
	text-align: left;
	width: 100%;
}
.company_information .links {
	font-size: 16px;
	overflow: hidden;
}
.company_information .links .left {
	float: left;
	width: 50%;
	padding: 0 0 30px 20px;
	box-sizing: border-box;
}
.company_information .links dl dt {
	background: #333 url(../../images/recruit/ico_arrow_right_w.png) no-repeat 15px 50%;
	padding-left: 35px;
	height: 50px;
	line-height: 50px;
}
.company_information .links dl dd ul {
	margin-top: 4px;
}
.company_information .links dl dd li {
	background: url(../../images/recruit/ico_arrow_right_w.png) no-repeat 15px 50%;
	padding-left: 35px;
}
.company_information .links dl dd li a {
	color: #fff;
	line-height: 1.3;
	text-decoration: none;
	padding: 8px 0;
	display: inline-block;
}
.company_information .links dl dd li a:hover {
	text-decoration: underline;
}
.company_information .links .btn {
	width: 100%;
	text-align: left;
	padding: 0 15px;
}
.company_information .links .btn span {
	padding-left: 20px;
}
.communication {
	background-color: #3977c0;
}
.communication .inner {
	padding: 30px 0 55px;
}
/*----------------------------------------------------------
    コンテンツ 共通
----------------------------------------------------------*/
#mainContent {
	width: 730px;
	float: left;
}
#sideContent {
	width: 200px;
	float: right;
	min-height: 100px;
}
/* ファンド・基準価額一覧 */
.fund_list_result #mainContent {
	width: 730px;
	float: right;
}
.fund_list_result #sideContent {
	width: 200px;
	float: left;
}
.breadcrumb {
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d5d5d5;
}
.breadcrumb span:before {
	content: "> ";
	color: #aaaaaa;
}
.breadcrumb span:first-child:before {
	content: none;
}
.breadcrumb br {
	display: none;
}
.categoryTitle {
	background: #004fab url(../../images/recruit/bg_category_title.png) no-repeat 50% 0;
	height: 160px;
}
.categoryTitle .inner {
	padding: 35px 0 35px 0;
	vertical-align: middle;
}
.categoryTitle .inner > * {
	vertical-align: middle;
}
.categoryTitle h1 {
	font-size: 36px;
	color: #fff;
	display: inline-block;
	line-height: 90px;
	display: inline-block;
	display: block;
	overflow: hidden;
}
.categoryTitle .inner .icon {
	float: left;
	font-size: 10px;
	color: #666;
	background-color: #fff;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin-right: 30px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
}
.categoryTitle .inner .icon img {
	vertical-align: middle;
}
.categoryHeader {
	color: #fff;
	background: #206cb8;
	height: 420px;
}
.categoryHeader .head {
	background-color: #083086;
	background-color: rgba(6,45,131,0.7);
	line-height: 140px;
	height: 140px;
}
.categoryHeader .head .inner > h1 {
	font-size: 36px;
}
.categoryHeader .head .inner .icon {
	display: none;
}
.listpageTitle {
	background: #004fab;
}
.listpageTitle.float {
	position: absolute;
	width: 100%;
	background: rgba(6,45,131,0.7);
}
.listpageTitle .inner {
	position: relative;
	padding: 25px 0 25px 0;
}
.listpageTitle .inner > * {
	vertical-align: middle;
}
.listpageTitle .inner h1 {
	font-size: 32px;
	color: #fff;
	line-height: 90px;
	display: inline-block;
	display: block;
	overflow: hidden;
}
/*
.listpageTitle .inner .icon { font-size: 10px; color: #666; background-color: #fff; width: 90px; height: 90px; line-height: 90px; margin-top: -45px; display: block; border-radius: 4px; left: 0; top: 50%; position: absolute; text-align: center;}*/
.listpageTitle .inner .icon {
	float: left;
	font-size: 10px;
	color: #666;
	background-color: #fff;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin-right: 30px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
}
.listpageTitle .inner .icon img {
	vertical-align: middle;
}
.categoryHeader .listpageTitle .inner {
	position: relative;
	padding-left: 0;
}
.pagenation {
	padding: 30px 0;
	font-size: 0;
	overflow: hidden;
	text-align: center;
}
.pagenation span {
	font-size: 14px;
	display: inline-block;
	background: #e6e6e6;
	border: 1px solid #cccccc;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.pagenation span.prev, .pagenation span.next {
	width: 80px;
}
.pagenation span a {
	display: block;
}
.pagenation span.current {
	background: #666;
	border: none;
	color: #fff;
	text-decoration: none;
}
.side-menu-content {
	line-height: 1.4;
}
.side-menu-content a {
	color: #fff;
	text-decoration: none;
}
.side-menu-content li {
	padding: 0 15px;
}
.side-menu-content li:hover {
	background-color: #004fab;
}
/*
.side-menu-content .btn { color: #004fab; background-color: #bfddff; width: 100%; text-align: left; padding: 0 10px;}
.side-menu-content .btn > * { min-width: auto; width: 200px; font-weight: normal;}
*/
.side-menu-content .bnr .btn {
	height: auto;
	padding: 0;
}
.side-menu-content .bnr .btn + .btn {
	margin-top: 10px;
}
.side-menu-content .bnr .btn img {
	width: 100%;
	min-width: 100%;
	display: inline-block;
	height: auto;
}
.side-menu-content .side-menu-title {
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
	padding: 10px 0 16px;
	margin-bottom: 20px;
}
.side-menu-content .side-menu-title:before {
	border-bottom: 2px solid #fff;
	width: 60px;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	content: "";
}
.side-menu-content .menu-top-group {
	background-color: #004fab;
	padding: 15px;
}
.side-menu-content .menu-top-group .menu-top {
	margin-bottom: 10px;
}
.side-menu-content .group-container {
	background-color: #1064c4;
	padding: 10px 0;
}
.side-menu-content .group-container hr {
	border-top: 1px solid #4c8bd3;
	margin: 10px 15px;
}
.side-menu-content .group-container .group li a {
	padding: 8px 0;
	display: block;
	background: url(../../images/recruit/ico_arrow_right_w.png) no-repeat 0 11px;
	padding-left: 13px;
	-webkit-background-size: 6px;
	background-size: 6px;
}
.side-menu-content .group-container .group .head {
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
}
.side-menu-content .extralink {
	border-top: 1px solid #4c8bd3;
	background-color: #1064c4;
	padding: 10px 0;
}
.side-menu-content .extralink li {
	padding-left: 28px;
	position: relative;
}
.side-menu-content .extralink li:before {
	position: absolute;
	top: 7px;
	left: 10px;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background: #333 url(../../images/recruit/ico_arrow_right_w.png) no-repeat 50% 50%;
	vertical-align: middle;
	-webkit-background-size: 4px;
	background-size: 4px;
}
.side-menu-content .extralink li a {
	padding: 8px 0;
	display: block;
}
#sideContent .sideBox {
	background: #bfddff none repeat scroll 0 0;
	border-left: 6px solid #004fab;
	margin-bottom: 30px;
	padding: 0 0 10px 0;
}
#sideContent .sideBox h3 {
	background: #004fab none repeat scroll 0 0;
	padding: 10px;
}
#sideContent .sideBox h3 a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#sideContent .sideBox .sideBox-block {
	margin-left: 10px;
}
#sideContent .sideBox .sideBox-block p {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sideContent .sideBox ol li {
	line-height: 1.4em;
	margin-bottom: 10px;
}
#sideContent .sideBox ol li a {
	background: rgba(0, 0, 0, 0) url(../../images/recruit/ico_arrow_right_b.png) no-repeat scroll 0 50%;
	padding-left: 20px;
}
/*----------------------------------------------------------
    装飾系 共通
----------------------------------------------------------*/
.headline {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 35px;
	position: relative;
}
.headline:before {
	width: 80px;
	height: 0;
	border-bottom: 3px solid #999999;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	content: "";
}
.headline_lv2 {
	font-size: 28px;
	color: #004fab;
	margin: 0 0 25px;
	line-height: 1.3em;
}
.headline_lv3 {
	font-size: 18px;
	font-weight: bold;
	min-height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background-color: #ccc;
	margin: 20px 0 20px;
}
.detail_headline3 {
	font-size: 18px;
	font-weight: bold;
	min-height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background-color: #ccc;
}
/*----------------------------------------------------------
    コンテンツ フッター
----------------------------------------------------------*/
.footer_content_map {
	color: #fff;
	background-color: #666666;
}
.footer_content_map a {
	color: #fff;
	text-decoration: none;
}
.footer_content_map a:hover {
	text-decoration: underline;
}
.footer_content_map .pc_hide {
	display: none;
}
.footer_content_map .sp_hide {
	display: block;
}
/*
.footer_content_map .content li { padding: 10px 0;}
.footer_content_map .content li a span { background: url(../../images/recruit/ico_arrow_right_w.png) no-repeat 0 50%; padding-left: 20px;}
.footer_content_map .content .btn b { font-weight: normal;}
.footer_content_map .content .to_fund { color: #004fab; background-color: #bfddff; padding: 0 20px;}

.footer_content_map .content .col_pc { float: left; width: 300px; margin: 0 0 20px;}
.footer_content_map .content dl { border-left: 1px solid #7f7f7f; padding: 0 20px 10px;}
.footer_content_map .content dl dt { padding: 10px 0;}

.footer_content_map .content .other_link { border-top: 1px solid #7f7f7f; padding: 15px 0 0;}
.footer_content_map .content .other_link li { display: inline-block; border-left: 1px solid #7f7f7f; padding-left: 10px; margin-left: 10px;}
.footer_content_map .content .other_link li:first-child { border-left: none; padding-left: 0; margin-left: 0;}
*/

.footer_content_map .nav-content .left-col {
	float: left;
	margin: 0 25px 30px 0;
}
.footer_content_map .nav-content .right-col {
	overflow: hidden;
}
.footer_content_map .nav-content {
	padding: 30px 0;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
	line-height: normal;
}
.footer_content_map .nav-content .menu-cate-title {
	font-size: 24px;
	margin-bottom: 15px;
	padding: 0 0 20px;
	position: relative;
	line-height: 1;
}
.footer_content_map .nav-content .menu-cate-title:before {
	content: "";
	border-bottom: 3px solid #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 60px;
}
.footer_content_map .nav-content .menu-title {
	margin-bottom: 30px;
	background: url(../../images/recruit/ico_arrow_right_w.png) no-repeat 0 50%;
	padding-left: 20px;
}
.footer_content_map .nav-content .group {
	padding: 0 20px;
	width: 300px;
	width: 290px;
	border-left: 1px solid #E6E6E6;
}
.footer_content_map .nav-content .group .head {
	margin-bottom: 15px;
	font-weight: bold;
}
.footer_content_map .nav-content .group ol {
	padding-bottom: 5px;
}
.footer_content_map .nav-content .group li {
	margin-bottom: 15px;
}
.footer_content_map .nav-content .group li a {
	background: url(../../images/recruit/ico_arrow_right_w.png) no-repeat 0 3px;
	padding-left: 20px;
}
.footer_content_map .nav-content .extralink {
	clear: both;
	padding: 10px 0;
	margin: 15px 0 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.footer_content_map .nav-content .extralink li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.footer_content_map .nav-content .extralink li i {
	display: inline-block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-position: 50% 50%;
	padding: 0;
	margin: 0 4px 0 0;
	background-color: #333333;
	border-radius: 4px;
	vertical-align: middle;
}
.footer_content_map .nav-content .extralink li i img {
	vertical-align: middle;
}
.footer_content_map .nav-content .bnr {
	width: 355px;
}
.footer_content_map .nav-content .bnr ul {
	margin-left: -5px;
}
.footer_content_map .nav-content .bnr li {
	float: left;
	margin: 0 0 5px 5px;
}
.footer_content_map .nav-content .bnr li a {
	display: block;
}
/*----------------------------------------------------------
    サイト内検索
----------------------------------------------------------*/
.site_search_block .inputArea {
	padding: 25px 0;
	background-color: #e6e6e6;
	text-align: center;
}
.site_search_block .inputArea input[type=text] {
	min-height: 50px;
	width: 640px;
}
.site_search dl {
	line-height: 1.8;
}
.site_search dl dt {
	font-weight: bold;
	float: left;
	width: 170px;
	padding: 20px;
}
.site_search dl dd {
	border-bottom: 1px solid #ccc;
	padding: 20px;
}
.site_search dl dd ol {
	overflow: hidden;
}
.site_search dl dd ol li {
	margin: 0 10px 6px 0;
}
.site_search .buttons {
	text-align: center;
	margin: 20px 0;
}
.site_search .buttons span {
	margin: 0 10px;
}
.document_search_btn {
	cursor: pointer;
	padding: 20px 15px;
}
.document_search_btn:hover {
	background-color: #bfddff;
}
.document_search_btn p {
	display: inline;
}
.document_search_btn span {
	font-size: 16px;
	color: #004FAB;
	margin-right: 20px;
}
#search_result .sort {
	padding: 20px 0 15px;
	border-bottom: 1px solid #ccc;
}
#search_result .sort span {
	border-left: 1px solid #aaaaaa;
	padding: 0 15px;
}
#search_result li {
	padding: 25px 0 20px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#search_result li .head {
	margin-bottom: 20px;
}
#search_result li .thumb {
	width: 240px;
	height: 240px;
	margin: 0 20px 0 0;
	float: left;
}
#search_result li .title {
	font-size: 16px;
}
#search_result li .file {
	color: #004fab;
}
#search_result em {
	font-weight: bold;
	background-color: #ff0;
}
/*----------------------------------------------------------
    汎用パーツ
----------------------------------------------------------*/
.summary_navi1 {
	padding: 20px 0;
}
.summary_navi1 ul {
	text-align: center;
	margin: 30px 0 0;
}
.summary_navi1 li {
	display: inline-block;
	padding: 0 7px;
}
.summary_navi1 li .btn {
	font-size: 18px;
	line-height: 1.3;
	color: #004fab;
	background-color: #f2f2f2;
	border: 2px solid #004fab;
	height: 85px;
}
.common_navi1 {
	background-color: #1671d9;
}
.common_navi1 ul {
	overflow: hidden;
	display: table;
	padding: 10px 0;
}
.common_navi1 li {
	font-size: 16px;
	padding: 8px 0;
	display: table-cell;
	border-left: 1px solid #5c9ce4;
	vertical-align: middle;
}
.common_navi1 li a {
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	padding: 0 20px;
	display: inline-block;
}
.common_navi1 li:first-child a {
	border-left: none;
}
.common_navi1 li.current {
	border-bottom: 2px solid #fff;
}
.common_navi2 {
	background-color: #135cae;
}
.common_navi2 ul {
	overflow: hidden;
	display: flex;
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
}
.common_navi2 li {
	font-size: 16px;
	float: left;
	border-right: 1px solid #c1cfc9;
	background-color: #135cae;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.common_navi2 li a {
	color: #fff;
	height: 100px;
	width: 239px;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
.common_navi2 li:first-child {
	border-left: 1px solid #c1cfc9;
}
.summary_column1 ul li {
	margin-bottom: 30px;
}
.summary_column1 h3.title {
	font-size: 1.8em;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.summary_column1 div.lead {
	border: 3px solid #e6e6e6;
	padding: 15px;
	margin-bottom: 10px;
}
.summary_column1 div.lead h3 {
	border-bottom: 3px solid #e6e6e6;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.summary_column1 div.lead ul {
	margin: 0;
}
.summary_column1 div.lead ul li {
	line-height: 1.4em;
	background: url(../../img/jin/list_circle.gif) no-repeat 0 0.45em;
	background-size: 3px 4px;
	padding-left: 10px;
	margin: 10px;
}
.summary_column1 p a.btn {
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 150px;
}
.summary_column2 {
	padding: 30px 0 50px;
}
.summary_column2 .notes {
	margin-top: 1em;
}
.summary_column2 ul {
	width: 740px;
	margin: 30px auto 0;
	overflow: hidden;
}
.summary_column2 ul li {
	float: left;
	text-align: center;
	width: 350px;
	margin: 0 10px 20px;
}
.summary_column2 ul li > div {
	border: 2px solid #004fab;
	padding: 40px 0 35px;
}
.summary_column2 .icon {
	margin-bottom: 28px;
	height: 52px;
}
.summary_column2 .head {
	font-size: 18px;
	color: #004FAB;
	margin-bottom: 15px;
	font-weight: bold;
}
.summary_column2 .btn {
	margin-top: 30px;
}
.summary_column3 ul {
	padding-bottom: 10px;
	margin-left: -26px;
}
.summary_column3 li {
	float: left;
	width: 300px;
	height: 320px;
	margin: 0 0 30px 30px;
	padding: 10px;
	border: 1px solid #ccc;
}
.summary_column3 li .thumb {
	margin-bottom: 14px;
}
.summary_column3 li .title {
	font-size: 16px;
	margin-bottom: 8px;
}
.summary_column4 ul {
	padding-bottom: 10px;
	margin-left: -26px;
}
.summary_column4 li {
	float: left;
	width: 220px;
	height: 320px;
	margin: 0 0 30px 26px;
	padding: 9px;
	border: 1px solid #ccc;
}
.summary_column4 li .icon {
	margin-bottom: 14px;
}
.summary_column4 li .head {
	font-size: 16px;
	margin-bottom: 8px;
}
.category_block1 {
	overflow: hidden;
}
.category_block1 dl {
	float: left;
	margin: 0 0 20px 60px;
	width: 280px;
	line-height: 1.3;
}
.category_block1 dl h3 {
	margin: 10px 0 0;
}
.category_block1 dl:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
.category_block1 dl dt {
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0 5px;
}
.category_block1 dl dd ul li ul li a {
	background: url(../../images/recruit/ico_arrow_right_b.png) no-repeat 0 14px;
	padding: 10px 0 10px 20px;
}
.category_block1 dl dd ul.child {
	margin-top: 10px;
}
.category_block1 dl dd ul.child li {
	background: none;
	padding: 0 0 10px;
}
.summary_column3_text ul {
	padding-bottom: 10px;
	margin-left: -30px;
}
.summary_column3_text li {
	float: left;
	width: 300px;
	height: 140px;
	margin: 0 0 30px 30px;
	padding: 10px;
	border: 1px solid #ccc;
}
.summary_column3_text li .title {
	font-size: 16px;
	margin: 4px 0;
	line-height: 1.6;
}
.summary_column3_text li .head {
	font-size: 16px;
	margin: 4px 0;
	line-height: 1.6;
}
#news-tab-content .toggleArrowDw {
	padding: 0;
	display: block;
	background-position: 100% 50%;
}
.news_description {
	margin-bottom: 15px;
}
.tp_element_block1 .inner {
	padding: 0 0 25px;
}
.tp_element_block1 .image {
	border: 1px solid #ccc;
	margin-right: 30px;
	float: left;
}
.tp_element_block1 .icon {
	display: inline-block;
}
.tp_element_block1 .icons li {
	float: left;
	width: 25%;
	padding-right: 10px;
}
.tp_element_block1 .icons li p {
	font-size: 16px;
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	font-weight: bold;
	color: #004fab;
}
.tp_element_block1 .icons li .icon {
	float: left;
	margin: 0 15px 0 0;
}
.tp_element_block1 .icons li i {
	width: 75px;
	height: 75px;
}
.arrow_navi1 ul {
	overflow: hidden;
}
.arrow_navi1 li {
	float: left;
	padding-right: 40px;
	overflow: hidden;
	width: 25%;
}
.arrow_navi1 li .btn {
	font-size: 16px;
	line-height: 1.3;
	color: #004fab;
	background-color: #f2f2f2;
	border: 2px solid #004fab;
	height: 90px;
	padding: 0 0 0 20px;
	box-sizing: content-box;
}
.arrow_navi1 li .btn > * {
	min-width: 156px;
	text-align: left;
}
.arrow_navi1 li i:before {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #004fab;
	margin-top: -12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
}
.arrow_navi1 li i { /*background: url(../../images/recruit/ico_arrow_right_b.png) no-repeat 0 50%;*/
	padding-left: 25px;
}
.arrow_navi1 li:nth-child(1) i:before {
	content: "1";
}
.arrow_navi1 li:nth-child(2) i:before {
	content: "2";
}
.arrow_navi1 li:nth-child(3) i:before {
	content: "3";
}
.arrow_navi1 li:nth-child(4) i:before {
	content: "4";
}
.arrow_navi1 li .arrow_box {
	position: relative;
	border-radius: 3px;
}
.arrow_navi1 li .arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_navi1 li .arrow_box:after {
	border-color: rgba(242, 242, 242, 0);
	border-left-color: #f2f2f2;
	border-width: 44px 26px;
	margin-top: -44px;
}
.arrow_navi1 li .arrow_box:before {
	border-color: rgba(0, 79, 171, 0);
	border-left-color: #004fab;
	border-width: 48px 29px;
	margin-top: -48px;
}
.arrow_navi1 li.current .btn {
	color: #fff;
	background-color: #404040;
	border-color: #404040;
}
.arrow_navi1 li.current i { /*background-image: url(../../images/recruit/ico_arrow_right_w.png);*/
	padding-left: 25px;
}
.arrow_navi1 li.current i:before {
	color: #5A5A5A;
	background-color: #fff;
}
.arrow_navi1 li.current .arrow_box:after {
	border-color: rgba(64, 64, 64, 0);
	border-left-color: #404040;
}
.arrow_navi1 li.current .arrow_box:before {
	border-color: rgba(64, 64, 64, 0);
	border-left-color: #404040;
}
.movie_slide1 {
	background-color: #f2f2f2;
}
.movie_slide1 .inner {
	padding: 40px 0 80px;
}
.movie_slide1 .headline {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.movie_slide1 .headline:before {
	width: 80px;
	height: 0;
	border-bottom: 3px solid #999;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	content: "";
}
.movie_slide1 .movie_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}
.movie_slide1 .sliderArea .slider .kvInner {
	max-width: 640px;
	margin: 0 auto;
}
.movie_slide1 .sliderArea .bx-wrapper .bx-controls-direction a {
	width: 38px;
	margin-top: -35px;
	height: auto;
	text-indent: 0;
	background: none;
}
.movie_slide1 .sliderArea .bx-wrapper .bx-pager {
	bottom: -30px;
}
.movie_slide1 .sliderArea .bx-wrapper .bx-prev {
	left: 60px;
}
.movie_slide1 .sliderArea .bx-wrapper .bx-next {
	right: 60px;
}
/* キービジュアル */
.basic_kv .bx-viewport {
	overflow: visible!important;
}
.basic_kv .sliderArea {
	max-width: 960px;
	margin: 0 auto;
}
.basic_kv .sliderArea .bx-wrapper .bx-controls-direction a {
	margin-top: 0;
	height: 100%;
	top: 0;
	text-indent: 0;
	background: rgba(0,0,0,0.2);
	width: 1000px;
}
.basic_kv .sliderArea .bx-wrapper .bx-controls-direction a:hover {
	opacity: 0.8;
}
.basic_kv .sliderArea .bx-wrapper .bx-prev {
	left: -1000px;
}
.basic_kv .sliderArea .bx-wrapper .bx-prev .ov {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -57px;
}
.basic_kv .sliderArea .bx-wrapper .bx-next {
	right: -1000px;
}
.basic_kv .sliderArea .bx-wrapper .bx-next .ov {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -57px;
}
.basic_kv .sliderArea .bx-wrapper .bx-pager {
	bottom: 30px;
}
.basic_kv .sliderArea .slider .kvInner {
	max-width: 960px;
	margin: 0 auto;
}
.basic_kv .sliderArea .slider .kvInner img {
	max-width: 100%;
}
/* キービジュアルEND */




/* スライダー */
.sliderArea .bx-wrapper .bx-controls-direction a {
	width: 58px;
	margin-top: -57px;
	height: auto;
	text-indent: 0;
	background: none;
}
.sliderArea .bx-wrapper .bx-prev {
	left: 2px;
}
.sliderArea .bx-wrapper .bx-next {
	right: 2px;
}
.sliderArea .slider .kvInner {
	max-width: 1440px;
	margin: 0 auto;
}
.featureHeader .kvInner {
	height: 412px;
	position: relative;
}
.featureHeader .copy_block {
	position: absolute;
	bottom: 40px;
	left: 50%;
	max-width: 500px;
	margin-left: -250px;
}
.featureHeader .copy_block p {
	margin: 0 0 20px;
	line-height: 1.9;
	text-align: center;
}
.featureHeader .copy_block .link {
	margin: 27px 0 0;
	text-align: center;
}
.featureHeader .copy_block .link a {
	display: inline-block;
	padding: 0 15px 9px;
	border-bottom: 3px solid #005bac;
}
.featureHeader .copy_block .title {
	font-size: 40px;
	margin: 0 80px 0 0;
	line-height: 1.36;
	float: left;
}
/* スライダーEND */


/*----------------------------------------------------------
    ハッシュリンクタブ jquery.hash-contents.js
----------------------------------------------------------*/
.hash-contents-list > * {
	display: inline-block;
}
.hash-contents-list > * a {
	color: #004fab;
	line-height: 40px;
	padding: 0 14px;
	display: inline-block;
	background-color: #bfddff;
	text-decoration: none;
}
.hash-contents-list > *.active a {
	color: #fff;
	background-color: #004fab;
}
.archive_year_head {
	padding: 18px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ccc;
	line-height: 2;
}
.archive_year_head li {
	font-size: 16px;
	display: inline-block;
	margin: 0 10px;
}
/*----------------------------------------------------------
    IACT追記　0208　以降
----------------------------------------------------------*/
.summary_column1 ul.sublink {
	text-align: center;
}
.summary_column1 ul.sublink li {
	display: inline;
}
.summary_column1 ul.sublink li:last-child {
	margin-right: 0;
}
.summary_column1 ul.sublink li a.btn {
	padding: 15px 30px 10px;
	margin-bottom: 5px;
}
.summary_column1 table.table01 {
	width: 100% !important;
	margin-top: 30px;
}
.summary_column1 table.table01 th {
	background: #bfddff none repeat scroll 0 0 !important;
	font-weight: normal;
	padding: 10px;
	width: 20% !important;
	border-color: #e6e6e6 !important;
}
.summary_column1 table.table01 td {
	border-color: #e6e6e6 !important;
	padding: 10px;
	text-align: left !important;
}
.feature_fund .inner {
	padding: 20px;
}
.feature_fund .feature_column {
	background: rgba(255, 255, 255, 0.7);
	padding: 15px;
	width: 533px;
}
.feature_fund .position_left {
	margin-left: auto;
}
.feature_fund .position_right {
	margin-right: auto;
}
.feature_fund .feature_column p {
	line-height: 1.4em;
}
.new_fund_list > li.feature_fund {
	border: none !important;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 !important;
}
.new_fund_list > li.feature_fund .detail .pdf_block {
	background-color: #fff;
	padding: 10px;
}

@media only screen and (min-width : 0px) and (max-width : 480px) {
.feature_fund .feature_column {
	width: 100%;
}
}
ul.fund_listblock {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.fund_listblock li {
	background-color: #f0f0f0;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0;
	width: 30%;
}
ul.fund_listblock li p {
	margin-bottom: 0 !important;
}
ul.fund_listblock li .head p {
	margin-top: 15px;
	text-align: center;
}
ul.fund_listblock .head {
	background-color: #004fab;
	height: 180px;
}
ul.fund_listblock .head p.head {
	color: #fff;
	display: table-cell;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
}
ul.fund_listblock .head p.head a {
	color: #fff;
}
ul.fund_listblock .body {
}
ul.fund_listblock .body p {
	padding: 15px;
}
.tp_element_block1 .design_select h2, .tp_element_block1 .design_select .free h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 35px;
	position: relative;
	color: #333;
}
.tp_element_block1 .design_select h2:before {
	width: 80px;
	height: 0;
	border-bottom: 3px solid #999999;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	content: "";
}

@media only screen and (min-width : 0px) and (max-width : 767px) {
ul.fund_listblock li {
	width: 45%;
}
ul.fund_listblock .head {
	height: 100px;
}
.tp_element_block1 .design_select h2, .tp_element_block1 .design_select .free h2 {
	font-size: 18px;
	margin-bottom: 18px;
	padding-bottom: 10px;
}
}

@media only screen and (min-width : 0px) and (max-width : 480px) {
ul.fund_listblock li {
	width: 100%;
	margin: 0 0 10px;
}
ul.fund_listblock .head {
	height: 80px;
}
}
.chart_graph .size_l, .chart_graph .size_m, .chart_graph .size_s {
	text-align: center;
}
.cc {
	margin-top: 20px;
	font-size: 12px;
}
/*   suggest   */
#smanDisp {
	position: relative;
}
#side_search_box {
	position: relative;
}
#search_keyword {
	position: relative;
}
#__smanDisp {
	z-index: 999;
	top: 350px;
	margin-left: 14px;
	width: auto;
	text-align: left;
	line-height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	overflow-y: auto;
	max-height: 320px;
	padding: 4px;
}
#__smanDisp_2 {
	z-index: 999;
	top: 92px;
	margin-left: 108px;
	width: auto;
	text-align: left;
	line-height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	overflow-y: auto;
	max-height: 320px;
	padding: 4px;
}
#home_fund_block #__smanDisp_3 {
	z-index: 999;
	top: 103px;
	margin-left: 0px;
	width: auto;
	text-align: left;
	line-height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	overflow-y: auto;
	max-height: 320px;
	padding: 4px;
	color: #333;
}
.fundSearch_block #__smanDisp_3 {
	z-index: 999;
	top: 40px;
	margin-left: 0px;
	width: auto;
	text-align: left;
	line-height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	overflow-y: auto;
	max-height: 320px;
	padding: 4px;
}
.side_search_box #__smanDisp_3 {
	z-index: 999;
	top: 40px;
	margin-left: 0px;
	width: auto;
	text-align: left;
	line-height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	overflow-y: auto;
	max-height: 320px;
	padding: 4px;
}
#__smanDisp_4 {
	z-index: 99999;
	top: 34px;
	right: 230px;
	margin-right: 0px;
	width: auto;
	text-align: left;
	line-height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	overflow-y: auto;
	max-height: 320px;
	padding: 4px;
}
#__smanDisp_6 {
	z-index: 999;
	top: 40px;
	margin-left: 0px;
	width: auto;
	text-align: left;
	line-height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	overflow-y: auto;
	max-height: 320px;
	padding: 4px;
}
#header .inner {
	overflow: visible;
}
.search_condition_inputs dd ul li.on .flatBtn, .search_condition_inputs dl dt.on .flatBtn {
	background-color: #1671d9;
	color: #fff;
}
.search_condition_inputs dd ul li.off .flatBtn, .search_condition_inputs dl dt.off .flatBtn {
}
.search_condition_inputs dd ul li.on .check:before {
	border-right: 3px solid #004fab;
	border-bottom: 3px solid #004fab;
}
.search_condition_inputs dd ul li.off .check:before {
}
#header .inner {
	overflow: visible;
}
.pop {
	z-index: 2;
	position: fixed;
	left: 40%;
	top: 40%;
	width: 300px;
	height: 100px;
	display: none
}
/*----------------------------------------------------------
    動画
----------------------------------------------------------*/
.movieBox {
	width: 100%;
	text-align: center;
	width: 100%;
}
/*----------------------------------------------------------
    追加パーツ
----------------------------------------------------------*/
article#container {
	margin-top: -61px;
}
.box-header {
	width:100%;
	min-width:1024px;
	overflow: hidden;
	background: #FFFFFF;
	border-top: solid 5px #1d2d7c;
}
.box-header-in {
	width:100%;
	max-width:1600px;
	min-width:1024px;
	margin: 0 auto;
	overflow: hidden;
	padding:0;
}
.box-header .logo {
	float: left;
	overflow: hidden;
	padding: 15px 0 18px;
	margin:0 0 0 0;
	width:370px;
	font-size:0;
}
.box-header .logo a {
	text-decoration: none;
}
.box-header .logo img.logo02 {
	display: none;
}
.box-header .logo img.logo03 {
	width: 355px;
	height: 40px;
	margin:10px 13px 15px 15px;
}
.box-header .nav-header {
	float: right;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding:0;
	width:639px;
}
.box-header .nav-header li {
	float: left;
	margin: 0 0 0 3px;
	box-shadow: 3px 3px 6px 0px rgba(204,204,204,0.4);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(204,204,204,0.4);
	padding: 0;
	background: none;
}
.box-headlink {
	display: none;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
.box-header {
	min-width: 768px;
}
.box-header-in {
	width: 100%;
	min-width: 768px;
}
.box-header .logo {
	width: 30%;
	min-width: 320px;
	max-width: 320px;
}
.box-header .logo img.logo02 {
	width: 162px;
	height: auto;
	margin: 0 0 16px 0;
	display: none;
}
.box-header .logo img.logo03 {
	width: 305px;
	height: 34px;
	margin:10px 0px 15px 15px;
}
.box-header .nav-header {
	float: right;
	padding-right: 0;
	width: 70%;
	min-width: 615px;
	max-width: 615px;
}
.nav-header ul li a img {
	width: auto;
	height: 37px;
}
#gnav {
	top: 92px;
}
}
