@charset "UTF-8";
/* CSS Document */
/* =======================================
	common
======================================= */
body, html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  vertical-align: baseline;
  line-height: 28px;
  font-weight: normal;
  color: #333;
  background-color: #fff;
}
.fade-layer, body:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
body.fade-layer-off:before {
  content: none;
}
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.img-responsive {
  max-width: 100%;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 991px) {
.img-responsive {
  width: 80%;
}
}
.img-responsive80 {
  width: 80%;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 991px) {
.img-responsive80 {
  width: 60%;
}
}
.img-responsive-overwrite {
  margin: 0 auto;
}
a:hover img.overwhite {
  cursor: pointer;
  filter: alpha(opacity=60); /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* ie 8 */
  -moz-opacity: 0.6; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6; /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
}
.mobileHidden {
  display: none;
}
@media only screen and (max-width: 991px) {
  .desktopHidden {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .br-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
/* .row の左右のネガティブマージンを0にする */
.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}
/* .row--nopadding の中にあるカラムの左右のパディングを0にする */
.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* .row--v-middle の中にあるカラムの縦中央揃え */
.row--v-middle {
  font-size: 0;
}
.row--v-middle > [class*="col-"] {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
/* =======================================
	アンカーリンクずれ調整
======================================= */
.m-txt-ttl5 > a {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}
/* =======================================
	グリッドシステムをセンタリング
======================================= */
.row-center {
  text-align: center;
  letter-spacing: -0.4em;
}
.row-center > [class*='col-'] {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  float: none !important;
}
/* =======================================
	高さ揃え
======================================= */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
/* =======================================
	 text set
======================================= */
.txt12 {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.txt-orange {
  color: #ff6c00;
}
.txt-red {
  color: #ff0000;
}
.txt-yl {
  color: #ffd73f;
}
/* =======================================
	 link
======================================= */
a {
  color: #ff6c00;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active{
  color: #333;
  text-decoration: none;
  outline: 0;
}
a:visited{
  color: #ff6c00;
  text-decoration:  underline;
  outline: 0;
}
.footerlink{
  color: #fff;
  text-decoration: none;
}
.footerlink a{
  color: #fff;
  text-decoration: none;
}
.footerlink a:visited{
  color: #fff;
  text-decoration: none;
}
.footerlink a:hover{
  color: #fff;
  text-decoration: underline;
}

/* =======================================
	 margin set
======================================= */
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}



/* =======================================
	 bg_set
======================================= */
.bg_set_white {
  margin: 0px;
  padding: 20px 0px 20px 0px;
  background-color: #fff;
}
.bg_set_grey {
  margin: 0px;
  padding: 20px 0px 20px 0px;
  background-color: #f6f6f0;
}



/* =======================================
	button
======================================= */
.btn-profit {
  color: #fff;
  background-color: #ff9900;
  font-size:14px;
}

.btn-profit:link{
  text-decoration: none;
}
.btn-profit:visited{
  color: #fff;
  text-decoration: none;
}

.btn-profit:hover {
  color: #fff;
  background-color: #ff6c00;
}

.btn-profit_big {
  color: #fff;
  background-color: #ff9900;
  font-size:16px;
  padding:20px;
}

.btn-profit_big:link{
  text-decoration: none;
}
.btn-profit_big:visited{
  color: #fff;
  text-decoration: none;
}

.btn-profit_big:hover {
  color: #fff;
  background-color: #ff6c00;
}

.card-link {
margin-top: auto;
}

/* =======================================
	 archive commonbox
======================================= */
.archive_common_box {
	margin: 20px 0px 20px 0px;
	padding:0;
}
.archive_common_box h1{
	font-size:30px;
	line-height:53px;
	margin:0px 0px 15px 0px;
	color :#ff6c00;
}
.redmidashi{
	font-size:36px;
	color :#ff0000;
}

@media (max-width: 991px) {
.archive_common_box h1{
	font-size:24px;
	line-height:53px;
}
.redmidashi{
	font-size:28px;
}		
}


.archive_common_box h2{
	font-size:24px;
	line-height:32px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin:0px 0px 15px 0px;
}
.archive_common_box h2::before,
.archive_common_box h2::after {
	content: '';
	width: 50px;
	height: 2px;
	background-color: #ff9900;
}

.archive_common_box h2::before {
	margin-right: 20px;
}
.archive_common_box h2::after {
	margin-left: 20px;
}
@media (max-width: 991px) {
.archive_common_box h2{
	font-size:20px;
	margin-top:20px;
	line-height:28px;
}
.archive_common_box h2::before,
.archive_common_box h2::after {
	content: '';
	width: 5px;
	height: 2px;
	background-color: #ff9900;
}
}


.archive_common_box h3{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#333;
	font-feature-settings : "palt";
	margin-top:0px;
	margin-bottom:20px;
	margin-left:0px;
	position: relative;
    padding: .25em 0 .25em .75em;
	border-left: 3px solid #ff6c00;
}

@media (max-width: 991px) {
.archive_common_box h3{
	font-size:18px;
	line-height:30px;
}
}


.archive_common_box h4{
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	color:#fff;
	font-feature-settings : "palt";
	background-color: #ff9900;
	margin:0px 0px 10px 0px;
	padding:5px 10px 5px 10px;
	display: inline-block;
	border-radius: 5px;
}






.archive_common_box h5{
	font-size:18px;
	line-height:36px;
	font-weight:normal;
	color:#333;
	font-feature-settings : "palt";
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

.archive_common_box h6{
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	color:#333;
	margin:0px 0px 5px 0px;
	padding:3px 10px 3px 10px;
	background-color: #fff9e0;
	display: inline-block;
}
@media (max-width: 991px) {
.archive_common_box h6{
	font-size:14px;
	line-height:26px;
}
}

.archive_common_box p{
	font-size:15px;
	line-height:24px;
	font-weight:normal;
	color:#333;
	margin-top:0px;
	margin-bottom:20px;
	padding:0px;
}
@media (max-width: 991px) {
.archive_common_box p{
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
}
}

.archive_common_box p.caption{
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	color:#333;
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;
}


.archive_common_box img{
	margin: 5px auto 5px auto;
	padding: 0px;
	max-width: 100%;
}

hr.dotline {
	border-top: 1px dashed #ccc;
}


.archive_common_box ul{
    font-size: 16px;
    line-height: 1.5;
	position: relative;
  padding-left: 20px;
	list-style: none;
  }
.archive_common_box li:before {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ff9900;
  border-radius: 50%;
}
 
.archive_common_box li + li{
    margin-top: 5px;
  }

/* =======================================
	header
======================================= */
header {
  margin: 10px 0px 20px 0px;
}
.header-bg-kei {
  margin: 0px;
}
@media (max-width: 991px) {
  .header-bg-kei {
    background-image: none;
  }
}
.header-logo-mark {
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 991px) {
.header-logo-mark {
  margin-top: 0px;
  text-align: center;
}
}

.header-rightbox {
  margin: 10px 0px 0px 0px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  font-feature-settings: "palt";
  text-align: center;
}


/* =======================================
	customize nav style
======================================= */
.navbar {
  margin-bottom: 0px; 
}  

.navbar-nav {
  margin: 0px; 
  height: 100%;
  padding: 0px;
} 


.navbar-nav .active a {
 background-color: #ff9900;
}


.navbar-custom {
    background-color: #ffd73f;
	font-weight:700;
    border-width:0;
	border-radius: 0;
}
/* gNavi menu name resize */
.navbar-custom  .navbar-nav{
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navbar-custom  .navbar-nav>a {
	color: #333;
	font-weight:normal;
	transition: background-color 0.3s;
}
.navbar-custom >a:hover {
	color: #fff;
	background-color: #ff9900;
}
.navbar-custom  .navbar-nav >a:active {
	color: #fff;
	background-color: #ff9900;
}

.navbar-custom  .navbar-nav >a:hover, .navbar-nav .open, .navbar-custom .navbar-nav .active {
	background-color: #ff9900;
	color: #fff;
	min-height: 100%;
}  
.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}
.navbar-toggle {
	outline:0;
}
.divider {
	height:50px;
}
.panel {
	border-width:0;
}


/* =======================================
	nav-sp
======================================= */
.el_humburger {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  padding-top: 10px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 5px;
  background: #ff9900;
}

.el_humburger > span {
  display: block;
  width: 80%;
  margin: 0px auto 6px;
  height: 3px;
  background: #fff;
  transition: all 0.1s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
  background: #fff;
}

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

/*ナビゲーション*/
.uq_spNavi {
  display: none;
}
.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation {
  padding: 80px 0 0 0;
  text-align: center;
}

.navigation_item {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #fff;
}

.navigation_item > a {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #ff6c00;
  text-decoration: none;
  display:block;
}
.navigation_item > a:hover {
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #efefef;
}

.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}



/* =======================================
	hero
======================================= */
.main_imgBox {
    height: 500px;
    overflow: hidden;
    position: relative; 
}

.main_img {
    opacity: 0;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
	-webkit-animation: anime 24s 0s linear infinite;
    animation: anime 24s 0s linear infinite;
}

@media only screen and (max-width: 768px) {
.main_imgBox {
    height: 400px;
}
.main_img {
    opacity: 0;
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
	-webkit-animation: anime 24s 0s linear infinite;
    animation: anime 24s 0s linear infinite;
}
}

.main_img:nth-of-type(2) {
	-webkit-animation-delay: 8s;
      animation-delay: 8s;
}

.main_img:nth-of-type(3) {
	-webkit-animation-delay: 16s;
      animation-delay: 16s;
}

@keyframes anime {
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1;
  }
  38%{
    opacity: 0;
	 transform: scale(1.2) ;
	  z-index:9;
  }
  100%{
    opacity: 0;
  }
}

.topimg-message{
    position: relative;
    top:45%;
    left:70%;
	margin-left:-160px; /*widthの半分にする*/
    margin-top:-100px;/*heightの半分にする*/
    background-color: #ffd73f;
    padding: 30px 40px 30px 40px;
	z-index: 100;
}
@media only screen and (max-width: 991px) {

.topimg-message{
    position: relative;
    top:55%;
    left:60%;
	margin-left:-160px; /*widthの半分にする*/
    margin-top:-100px;/*heightの半分にする*/
    background-color: #ffd73f;
    padding: 30px 40px 30px 40px;
	z-index: 100;
}
.topimg-message img{
 width: 40%;   
}
}


/* =======================================
	whats new
======================================= */
.dl-horizontal-whats_new{
margin-top:40px;
}
.dl-horizontal-whats_new dt{
color: #333;
font-size:15px;
line-height:24px;
font-weight:normal;
}
.dl-horizontal-whats_new dd{
color: #333;
font-size:15px;
line-height:24px;
font-weight:normal;
border-bottom: dotted 1px #666;
margin-bottom:10px;
margin-top: 5px;
padding-bottom:5px;
}
.dl-horizontal-whats_new >dd a {
color: #ff6c00;
font-size:15px;
line-height:24px;
font-weight:normal;
text-decoration:underline;
}
.dl-horizontal-whats_new >dd a:hover {
color: #333;
text-decoration:none;
}



@media (min-width: 992px) {
.dl-horizontal-whats_new dl{
width: 100%;
}
.dl-horizontal-whats_new dt {
float: left;
overflow: hidden;
clear: left;
text-align: left;
  width: 15%;
  display: block;
}
.dl-horizontal-whats_new dd {
text-align: left;
  width: 85%;
  display: block;
  float: left;
margin-top: 0px;
}

}



/* =======================================
	top-card
======================================= */
.top-card-area {
  padding: 0;
  margin: 20px 0px 0px 0px;
}

.card{
background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-body{
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
 margin:0px;
padding:10px 0px 10px 2px;
}



h5.card-title-profit {
	color:#333;
	text-decoration: none;
	font-size:14px;
	line-height: 24px;
}
h5.card-title-profit::before {
  content: url(../images/card-title-profit-icon.png);
  position: relative;
  top: 0.5em;
  margin-right: 0.25em;
}
h5.card-title-profitsub {
	color:#333;
	text-decoration: none;
	font-size:14px;
	line-height: 20px;
}
h5.card-title-profitsub::before {
  content: url(../images/card-title-profit-icon.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}

.card-text {
  font-size:14px;
  line-height: 20px;
}

.card-kousi{
background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding:5px 5px 12px 5px;
  margin:0;
}



/* =======================================
	 footer
======================================= */
footer {	
	margin-top: auto;
	text-align:center;
	background-color:#ffd73f;
}
.footer-copyrights {
	padding: 30px 20px;
	margin: 0;
	color:#333;
	font-size:14px;
	text-align:center;
} 
@media only screen and (max-width: 991px) {
.footer-copyrights {
	padding-top: 10px;
	padding-bottom: 80px;
}
}

/* =======================================
	Page top
======================================= */
#page-top {
    position: fixed;
    bottom: 60px;
    right: 10px;
    font-size: 80%;
}
#page-top a {
    background: #bebebe;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}




/* =======================================
	profile
======================================= */

.profile_info_box {
	margin-top: 20px;
	margin-bottom: 30px;
}

.shop_data {
	margin-top: 0px;
	margin-bottom: 20px;
}
@media only screen and (max-width:991px){
.shop_data  tr{
        display: block;
        margin-bottom: 1.5em;
    }
.shop_data  th,
.shop_data  td{
    display: list-item;
	list-style: none;
    border: none;
    }
}

.table_shopdata {
	color:#333;
	font-size:15px;
	line-height: 24px;
	table-layout: auto;
}
.table_shopdata th{
	background-color:#f2f2f2;
	font-weight:normal;
	text-align: center;
	vertical-align:middle;
	width:25%;
}
.table_shopdata td{
	font-weight:normal;
	vertical-align:middle;
}
.table_shopdata tr:first-child  th {
  border-top: 1px solid #dddddd;
}
.table_shopdata tr:first-child  td {
  border-top: 1px solid #dddddd;
}
.table_shopdata tr:last-child  th {
  border-bottom: 1px solid #dddddd;
}
.table_shopdata tr:last-child  td {
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width:991px){
.table_shopdata th{
	width:100%;
}
.table_shopdata tr:first-child  th {
  border-top: none;
}
.table_shopdata tr:first-child  td {
  border-top: none;;
}
.table_shopdata tr:last-child  th {
  border-bottom: none;;
}
.table_shopdata tr:last-child  td {
  border-bottom: none;;
}	
}

.table_shopdata_yl th{
	background-color:#ffffcc;
}
.table_shopdata_orange th{
	background-color:#ffdeb8;
}
.table_shopdata_pink th{
	background-color:#ffdedd;
}
.table_shopdata_sky th{
	background-color:#daf8fb;
}
.table_shopdata_animeregular th{
	background-color:#b7deff;
}
.table_shopdata_animation th{
	background-color:#e9fff9;
}
.table_shopdata_ova th{
	background-color:#e7f8e7;
}
.table_shopdata_game th{
	background-color:#f2e9d5;
}
.table_shopdata_visual th{
	background-color:#ffccff;
}
.table_shopdata_vo th{
	background-color:#c1c0e7;
}
.table_shopdata_magazine th{
	background-color:#FFFF99;
}
.table_shopdata_cddrama th{
	background-color:#f2e9f0;
}

/* =======================================
	mail address
======================================= */
.domain::before {
   content: '@';
}
.no-disp {
	display: none;
}

/* =======================================
	shopmap
======================================= */
.shop_map {
	margin-top: 60px;
	margin-bottom: 30px;
	position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
.shop_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



/* =======================================
	form
======================================= */
.form_rayout_bk5 {
	padding:20px;
	margin:0px;
	background-color:#fafafa;
}
.form_rayout_bk10 {
	padding:20px;
	margin:0px;
	background-color:#f2f2f2;
}


/* =======================================
	faq
======================================= */
dl.faq-style {
     width:100%;
     overflow: hidden;
     _zoom: 1;
	 margin-bottom:50px;
     }

 dl.faq-style dt,
 dl.faq-style dd{
     color:#333;
     font-size:15px;
	 line-height:24px;
     margin:0px;
     padding-left:50px;
     background:none no-repeat left top;
     min-width: 35px;
     min-height:40px;
     }
    
 dl.faq-style dd{
	background-repeat: no-repeat;
	background-image: url(../images/faq-a.png);
	background-position: 10px 10px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #fff;
     }
    
 dl.faq-style dt{
	background: url(../images/faq-q.png) no-repeat;
	background-position: 10px 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -1px;
	font-weight: normal;
	background-color: #fff9e0;
}


/* =======================================
	graduate
======================================= */
.talentwoman{
position: relative;
width: 100%;
padding: 5px;
border: 1px solid #FF689D;
border-radius: 5px;
background-color: #FFF3FF;
text-align:center;
text-decoration:none;
}


.talentman{
position: relative;
width: 100%;
padding: 5px;
border: 1px solid #6D94F3;
border-radius: 5px;
background-color: #E8F2FE;
text-align:center;
text-decoration:none;
}

.talentnone{
position: relative;
width: 100%;
padding: 5px;
border: 1px solid #fff;
border-radius: 5px;
background-color: #fff;
text-align:center;
text-decoration:none;
}




.talent-name{
margin:5px auto 5px;
color: #333;
font-size: 13px;
}

.talentimg{
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}


/* =======================================
	top awards
======================================= */
.top_awards_line{
width: 100%;
margin:0px 0px 20px 0px;
padding: 0px;
border: 3px solid #ff6c00;
}

/* =======================================
	zaikousei
======================================= */
.zaikousei_frame_man{
width: 100%;
margin:0px 0px 20px 0px;
padding: 20px 10px 10px 10px;
background-color: #E8F2FE;
}
.zaikousei_frame_woman{
width: 100%;
margin:0px 0px 20px 0px;
padding: 20px 10px 10px 10px;
background-color: #FFF3FF;
}
