/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/


/* Body and structure
-------------------------------------------------- */
body {
  position: relative;
  padding-top: 40px;
  background-color: #fff;
/*  color: #fff;*/
}


p {
	color: #444444;
	text-decoration:none;
	line-height: 1.6;
	font-size: 13px;
}


.header {
	padding-top: 5px;
	background-color: #333;
  margin-bottom: 20px;
  color: #333;
  background-image: url("../../images/bg.gif");


}
.headert h1 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1px;
}
.header p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: #fff;
}



/*link*/
a:link {
	/*color: #063fa6;*/
	text-decoration: none;
}
a:visited {
	/*color: #063fa6;*/
	text-decoration: none;
}
a:hover {
	color: #e57795;
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
	/*width:100%;*/
}




/* 記事のテキスト
-------------------------------------------------- */

.text1{
	color: #EE1E6A;
	font-size: 18px;
	font-weight:bold;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom:5px;
}

.text2{
	font-size: 16px;
	font-weight:bold;
	line-height: 1.6em;
}

.text3{
	font-size: 15px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	margin-bottom:5px;
}

.text4{
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 14px;
}



.catch,
.catch a,
.catch :hover{
	color: #EE1E6A;
	text-decoration: none;
	font-size: 28px;
	font-weight:bold;
	line-height: 1.1em;
	padding: 10px 10px;
}


.arrow_box {
	position: relative;
	background: #fafafa;
	border: 2px solid #666;
	margin: 30px 0px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(250, 250, 250, 0);
	border-top-color: #fafafa;
	border-width: 20px;
	left: 20%;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(77, 57, 61, 0);
	border-top-color: #666;
	border-width: 23px;
	left: 20%;
	margin-left: -23px;
}



/* テーブルテキスト
-------------------------------------------------- */

.table td{
	font-size: 12px;
	line-height: 1.3em;
}




/* 見出しの飾り（リクルート）
-------------------------------------------------- */
.selector01{
	margin-bottom: 20px;
	position:relative;
	padding:0px 10px;
	color:#fff;
	background:#333;
	border:#ccc solid 1px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)),
			color-stop(0.4, rgba(255, 255, 255, 0.0)),
			color-stop(0.4, rgba(0, 0, 0, 0.1)),
			color-stop(0.6, rgba(0, 0, 0, 0.1)),
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}

.selector01b{
	border-left: #ff0066 solid 5px;
	padding: .0em .0em .0em .6em;
}



/* 右寄せの写真
-------------------------------------------------- */
.content_img2{
	width: 100%;
	height:auto;
	margin-bottom:20px;
	}



/* 右寄せの写真キャプション
-------------------------------------------------- */
.content_txt2{
	width:195px;
	font-size: 10px;
	line-height: 1.5;
	text-align:left;
	display:inline;
	margin-bottom: 20px;
	}



/* メインイメージのキャプション
-------------------------------------------------- */
.main_img_txt2{
	width:100%;
	height:25px;
	font-size:10px;
	text-align:right;
}





/* 見出しの飾り（リクルート）
-------------------------------------------------- */
.selector01{
  margin-bottom: 14px;
  position:relative;
  padding:0px 10px;
  color:#fff;
background: #3A3A3A;
border: #525252 solid 2px;
    background-image: -webkit-gradient(linear, left top, right bottom,
      from(     rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(255, 255, 255, 0.0)),
      to(       rgba(255, 255, 255, 0.0))
      );
  background-image: -webkit-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -moz-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -o-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: linear-gradient(to bottom -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-size:4px 4px;
}

.selector01b{
  border-left: #FFFFFF solid 5px;
  padding: .0em .0em .0em .6em;
}



.selector02{
  margin-bottom: 14px;
  position:relative;
  padding:0px 10px;
  color:#6B3001;
  background:#FFFFFF;
  border:#8A5E03 solid 2px;
    background-image: -webkit-gradient(linear, left top, right bottom,
      from(     rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(255, 255, 255, 0.0)),
      to(       rgba(255, 255, 255, 0.0))
      );
  background-image: -webkit-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -moz-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -o-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: linear-gradient(to bottom -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-size:4px 4px;
}

.selector02b{
  border-left: #855206 solid 5px;
  padding: .0em .0em .0em .6em;
}


.selector02c{
  color:#fff;
  font-size: 20px;
  border-left: #fff solid 5px;
  padding: .0em .0em .0em .6em;
}



.selector03{
  margin-bottom: 14px;
  position:relative;
  padding:0px 10px;
  color:#000;
  background:#FFFFFF;
  border:#000 solid 2px;
    background-image: -webkit-gradient(linear, left top, right bottom,
      from(     rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(255, 255, 255, 0.0)),
      to(       rgba(255, 255, 255, 0.0))
      );
  background-image: -webkit-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -moz-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -o-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: linear-gradient(to bottom -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-size:4px 4px;
}
.selector033c{
  color:#fff;
  font-size: 20px;
  border-left: #fff solid 5px;
  padding: .0em .0em .0em .6em;
}

.selector033b{
  border-left: #000 solid 5px;
  padding: .0em .0em .0em .6em;
}



.repeat_checked {
  /*background-image: url(../../silentnight2013/images/repeat_checked.jpg);*/
  background-image: url(../../silentnight2013/images/sn_bg01.gif);
}

.repeat_color {
  background-color:#26A7B8;
    background-image: -webkit-gradient(linear, left top, right bottom,
      from(     rgba(0, 0, 0, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(255, 255, 255, 0.0)),
      to(       rgba(255, 255, 255, 0.0))
      );
  background-image: -webkit-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -moz-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -o-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: linear-gradient(to bottom -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-size:4px 4px;
}

.repeat_color2 {
  background-color:#F95F96;
    background-image: -webkit-gradient(linear, left top, right bottom,
      from(     rgba(0, 0, 0, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(255, 255, 255, 0.0)),
      to(       rgba(255, 255, 255, 0.0))
      );
  background-image: -webkit-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -moz-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -o-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: linear-gradient(to bottom -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-size:4px 4px;
}


.repeat_color3 {
  background-color:#8B0505;
    background-image: -webkit-gradient(linear, left top, right bottom,
      from(     rgba(0, 0, 0, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(255, 255, 255, 0.0)),
      to(       rgba(255, 255, 255, 0.0))
      );
  background-image: -webkit-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -moz-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -o-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: linear-gradient(to bottom -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-size:4px 4px;
}

.bgsanf{
  font-size: 12px;
  /*color: #fff;*/
background-color: #EAEAEA;
border:solid 5px #D0D0D0;
padding: 20px;
    background-image: -webkit-gradient(linear, right top, left bottom,
      from(     rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(255, 255, 255, 0.0)),
      to(       rgba(255, 255, 255, 0.0))
      );
  background-image: -webkit-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -moz-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -o-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: linear-gradient(to bottom -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-size:4px 4px;
}

.bgsanf a {
  color: #EE1E6A;
    text-decoration: underline;
}

.bgsanf a:hover {
  color: #EE1E6A;
    text-decoration: none;

}


.bgblacksilentnight{
background-color: rgba(6, 51, 0, 1);
border:solid 5px #00880B;
padding: 20px 20px 20px 20px;
    background-image: -webkit-gradient(linear, left top, right bottom,
      from(     rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(255, 255, 255, 0.0)),
      to(       rgba(255, 255, 255, 0.0))
      );
  background-image: -webkit-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -moz-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -o-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: linear-gradient(to bottom -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-size:5px 5px;
}

p {
  color: #444444;
  text-decoration:none;
  line-height: 1.6;
  font-size: 13px;
}


.header {
  padding: 0px;
  /*background-color: #000;*/

}
.headert h1 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1px;
}
.header p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}








/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.navbar-fixed-top .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
.navbar-fixed-top .brand:hover {
  text-decoration: none;
}


/* Space out sub-sections more
-------------------------------------------------- */
section {
  padding-top: 60px;
}



/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
  position: relative;
}
.jumbotron h1 {
  margin-bottom: 9px;
  font-size: 81px;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  margin-bottom: 18px;
  font-weight: 300;
}
.jumbotron .btn-large {
  font-size: 20px;
  font-weight: normal;
  padding: 14px 24px;
  margin-right: 10px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

/* Masthead (docs home) */
.masthead {
  padding-top: 36px;
  margin-bottom: 72px;
}
.masthead h1,
.masthead p {
  text-align: center;
}
.masthead h1 {
  margin-bottom: 18px;
}
.masthead p {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 30px;
  line-height: 36px;
}


/* Specific jumbotrons
------------------------- */
/* supporting docs pages */
.subhead {
  padding-bottom: 0;
  margin-bottom: 9px;
}
.subhead h1 {
  font-size: 54px;
}

/* Subnav */
.subnav {
  width: 100%;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}





.h_logo2{
	width:119px;
	height:30px;
	float:right;
	background-image: url(../../images/menu_head_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top:14px;
	}



#life_social2 {
	background-color: #e7e7e7;
	height: 18px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 3px;
	text-align: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../../lifemap/images/social_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #CCC;
	clear: left;
}

#life_social2 p {
float: left;
padding-left: 5px;
font-size: 11px;
line-height: 2.0em;
padding-top: 0px;
}


#w_ishikawa {
	text-align: center;
}




.togmenu {
	display:none;
}
.menubtn {
	font-size:12px;
	padding: 8px 20px;
	margin-bottom: 0.8em;
	border-top: 1px solid #F23168;
	border-bottom: 1px solid #F23168;
	color: #F23168;
	text-align:center;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style: none;
}
#menu li a {
	padding: 4px 0px 6px 0px;
	display:block;
	text-decoration:none;
	/*color: #F23168;*/
}


#menu dl {
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-top: 0px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCC;
padding-bottom: 3px;
}

#menu dl span {
font-size: 14px;
font-weight: bold;
}


#menu dt {
font-size: 13px;
font-weight: bold;
line-height: 1;
margin: 0px;
padding: 0px;
}

#menu dd {
font-size: 11px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 4px;
margin-left: 0px;
line-height: 1.6;
}

.block_content {
  background-image: url(../../images/sub_bg.png);
  background-repeat: repeat;
  padding: 5px;
  margin-bottom: 10px;
  text-align:center;
}
.block_content img {
  padding-bottom: 2px;
}

#lang_c {
  float: right;
  /*padding-bottom: 10px;*/
}

@media only screen and (min-width: 780px) {
	.menubtn {
		display:none;
	}
	.togmenu {
		display:block;
	}
	#menu li {
		border:none;
	}
	#menu ul {
margin: 0px 0px 0px 0px;
padding: 0;
}

#w_ishikawa {
	text-align: center;
	margin: 0px 30px 0px 0px;
}

}
</style>




/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}


/* Quick links
-------------------------------------------------- */
.quick-links {
  min-height: 30px;
  padding: 5px 20px;
  margin: 36px 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.quick-links li {
  display: inline;
  margin: 0 5px;
  color: #999;
}
.quick-links .github-btn,
.quick-links .tweet-btn,
.quick-links .follow-btn {
  position: relative;
  top: 5px;
}


/* Marketing section of Overview
-------------------------------------------------- */
.marketing .row {
  margin-bottom: 9px;
}
.marketing h1 {
  margin: 36px 0 27px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.marketing h2,
.marketing h3 {
  font-weight: 300;
}
.marketing h2 {
  font-size: 22px;
}
.marketing p {
  margin-right: 10px;
}
.marketing .bs-icon {
  float: left;
  margin: 7px 10px 0 0;
  opacity: .8;
}
.marketing .small-bs-icon {
  float: left;
  margin: 4px 5px 0 0;
}



/* Footer
-------------------------------------------------- */
.footer {
  margin-top: 45px;
  padding: 35px 0 36px;
  border-top: 1px solid #e5e5e5;
}
.footer p {
  margin-bottom: 0;
  color: #555;
}


/* Render mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
          box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout {
  height: 240px;
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}


/* Popover docs
-------------------------------------------------- */
.popover-well {
  min-height: 160px;
}
.popover-well .popover {
  display: block;
}
.popover-well .popover-wrapper {
  width: 50%;
  height: 160px;
  float: left;
  margin-left: 55px;
  position: relative;
}
.popover-well .popover-menu-wrapper {
  height: 80px;
}
.large-bird {
  margin: 5px 0 0 310px;
  opacity: .1;
}



/* Color swatches on LESS docs page
-------------------------------------------------- */
/* Sets the width of the td */
.swatch-col {
  width: 30px;
}
/* Le swatch */
.swatch {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: -6px 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
/* For white swatches, give a border */
.swatch-bordered {
  width: 28px;
  height: 18px;
  border: 1px solid #eee;
}


/* Misc
-------------------------------------------------- */


.browser-support {
  max-width: 100%;
}

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

/* Example sites showcase */
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.marketing-byline {
  margin: -18px 0 27px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #999;
  text-align: center;
}

.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}

/* Remove bottom margin on example forms in wells */
form.well {
  padding: 14px;
}

/* Tighten up spacing */
.well hr {
  margin: 18px 0;
}

/* Fake the :focus state to demo it */
.focused {
  border-color: rgba(82,168,236,.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
          box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
  outline: 0;
}

/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}

/* Eaxmples page
------------------------- */
.bootstrap-examples .thumbnail {
  margin-bottom: 9px;
  background-color: #fff;
}




/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 480px) {

  /* Reduce padding above jumbotron */
  body {
    padding-top: 70px;
  }

  /* Change up some type stuff */
  h2 {
    margin-top: 27px;
  }
  h2 small {
    display: block;
    line-height: 18px;
  }
  h3 {
    margin-top: 18px;
  }

  /* Adjust the jumbotron */
  .jumbotron h1,
  .jumbotron p {
    text-align: center;
    margin-right: 0;
  }
  .jumbotron h1 {
    font-size: 45px;
    margin-right: 0;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .jumbotron .btn {
    display: block;
    font-size: 18px;
    padding: 10px 14px;
    margin: 0 auto 10px;
  }
  /* Masthead (home page jumbotron) */
  .masthead {
    padding-top: 0;
  }

  /* Don't space out quick links so much */
  .quick-links {
    margin: 40px 0 0;
  }
  /* hide the bullets on mobile since our horizontal space is limited */
  .quick-links .divider {
    display: none;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }





}


@media (max-width: 780px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Jumbotron buttons */
  .jumbotron .btn {
    margin-bottom: 10px;
  }

  /* Subnav */
  .subnav {
    position: static;
    top: auto;
    z-index: auto;
    width: auto;
    height: auto;
    background: #fff; /* whole background property since we use a background-image for gradient */
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .subnav .nav > li {
    float: none;
  }
  .subnav .nav > li > a {
    border: 0;
  }
  .subnav .nav > li + li > a {
    border-top: 1px solid #e5e5e5;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
      -webkit-border-radius: 4px 4px 0 0;
         -moz-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
  }

  /* Popovers */
  .large-bird {
    display: none;
  }
  .popover-well .popover-wrapper {
    margin-left: 0;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Unfloat the back to top link in footer */
  .footer .pull-right {
    float: none;
  }
  .footer p {
    margin-bottom: 9px;
  }

    /* 右寄せの写真
-------------------------------------------------- */
.content_img2{
	width: 240px;
	height:auto;
	margin-bottom:20px;
	}


.content_img3{

	height:auto;
	margin-bottom:20px;
	}


#life_social2 {
	background-color: #e7e7e7;
	height: 32px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 3px;
	text-align: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../../lifemap/images/social_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #CCC;
	clear: left;
}

#life_social2 p {
float: left;
width: 55%;
padding-left: 5px;
font-size: 9px;
line-height: 1.3em;
padding-top: 0px;
text-align:left;
}


}

@media (max-width: 360px) {

    /* 右寄せの写真
-------------------------------------------------- */
.content_img2{
	width: 100%;
	height:auto;
	margin-bottom:20px;
	}


#life_social2 {
	background-color: #e7e7e7;
	height: 48px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 3px;
	text-align: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../../lifemap/images/social_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #CCC;
	clear: left;
}

#life_social2 p {
float: left;
width: 45%;
padding-left: 5px;
font-size: 9px;
line-height: 1.3em;
padding-top: 0px;
text-align:left;
}


}




@media (min-width: 480px) and (max-width: 979px) {

  /* Scale down the jumbotron content */
  .jumbotron h1 {
    font-size: 54px;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
  }

}





@media (max-width: 980px) {

  /* Unfloat brand */
  .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

}


/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {

  /* Update subnav container */
  .subnav-fixed .nav {
    width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
  }

}


 /*
@media (min-width: 980px) {
	*/

  /* Remove any padding from the body */
/*
  body {
  position: relative;
  padding-top: 60px;
  background-color: #666;

}

.bgwhite {
background-color: #999;
}

.container{
margin-right: auto;
margin-left: auto;
padding: 20px 30px;
background-color: white;
}
*/


 /*
}
*/

/* ==========================================================================
   Youtube styles: opinionated defaults
   ========================================================================== */
/*
 * Youtube動画のレスポンシブ対応（divを使う、spanでは動作しない、floatも出来ない）
 * floatしたい場合は、以下のdiv要素をspanで囲んで幅指定してfloatとする、「.video-container」は100%指定にするとレスポンシブになる。
 * http://no-delay.com/blog/?p=661
 */
div.video-container {
    background-color: white;
    width: 100%;
    height: auto;
} /* html 上で 別のサイズのwidth を指定する場合は、「.video-container」のついた要素に指定しなくては動作しない（親要素ではダメ） */

div.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

div.video iframe,
div.video object,
div.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*---------------------------------------------------------------------
リンクページ
------------------------------------------------------------------*/


.linklist dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDD;
}

.linklist dt {
  font-size: 12px;
}


.link-block {
  background-color: #ECECEC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #DDD;
  margin-bottom: 15px;
}

.dropdown-header {
  display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
}



.bgaccess {
  background-color: #D7D7D7;
  border-radius: 5px;
  padding: 10px;
}

.bgaccess strong {
  color: #FF4197;
}


.bgaccess img {
  margin-bottom: 5px;
}



/*

app

*/


.appheader {
  padding-top: 5px;
  background-color: #333;
  margin-bottom: 20px;
  color: #333;
  background-image: url(../../app/img/bg_header.gif);
}

.appheader h1 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1px;
}
.appheader p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}

.appheader .apptxt{
  width:100%;
  height:25px;
  font-size:10px;
  text-align:right;
  color: #fff;
}


.appbase {
  margin-bottom: 20px;
  position: relative;
}

.appcap {
  font-size: 12px;
  margin-top: 10px;
}

.appcap h2 {
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

.appcap h3 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}

.appnew {
  background-image: url(../../app/img/new_s.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 9999;
  top: 5px;
  left: 5px;
}

.appcap a {
  text-decoration: underline;
  color:#EE1E6A;
  font-weight: bold;
}

.appcap a:hover {
  text-decoration: none;
  color:#EE1E6A;
}



/*---------------------------------------------------------------------
リクルートページ
------------------------------------------------------------------*/
#rec00 .recheader2 {
  background-image: url(../../recruit/images/header.png);
}

/*#rec01 .recheader {
  background-image: url(../../recruit/images/header01.png);
}

#rec02 .recheader {
  background-image: url(../../recruit/images/header02.png);
}

#rec03 .recheader {
  background-image: url(../../recruit/images/header03.png);
}

#rec04 .recheader {
  background-image: url(../../recruit/images/header04.png);
}

#rec05 .recheader {
  background-image: url(../../recruit/images/header05.png);
}

#rec06 .recheader {
  background-image: url(../../recruit/images/header06.png);
}*/


.recheader {
  padding-top: 5px;
  background-color: #3F3F3F;
  background-image: url(../../recruit/images/bg_header.gif);
  border-bottom: solid 2px #E62E8B;
  margin-bottom: 0px;
  color: #333;
  background-position: center center;
  background-repeat: repeat;
  /*background-size: cover;*/
  min-height: 90px;

  

}

.recheader h1 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1px;
}
.recheader p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}



.recheader2 {
  padding-top: 5px;
  background-color: #3F3F3F;
    border-bottom: solid 2px #E62E8B;
  margin-bottom: 20px;
  color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  min-height: 250px;

  

}

.recheader2 h1 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1px;
}
.recheader2 p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}




.rectitle {
  padding-top: 20px;
}

.rech1 {
  color: #ffffff ;
  background: #242424;
  font-size: 16pt ;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 5px 10px 15px;
    box-shadow:1px 3px 3px 0px #aaaaaa ;
    border-top:3px solid #fe479c;
    border-bottom:3px solid #fe479c;
    border-radius: 3px ;
}

.reqmenu {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-left: 0px;
}

.reqmenu li {
  font-weight: bold;
  list-style: none;
  float: left;
  background: #EEE;
  color: #fe479c;
  border: 1px solid #fe479c;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  padding: 5px 5px;
  min-width: 30%;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
}


.reqmenu li:hover {
  list-style: none;
  float: left;
  background: #fe479c;
  color: #fff;
  border: 1px solid #EEE;
  -moz-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
  -webkit-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
  padding: 5px 5px;
  min-width: 30%;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
}


.reqmenu li.active {
  list-style: none;
  float: left;
  background: #fe479c;
  color: #fff;
  border: 1px solid #EEE;
  -moz-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
  -webkit-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
  padding: 5px 5px;
  min-width: 30%;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
}


.reqmenu2 {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-left: 0px;
}

.reqmenu2 li {
  font-weight: bold;
  list-style: none;
  float: left;
  background: #EEE;
  color: #333;
  border: 1px solid #333;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  padding: 10px 5px;
  min-width: 168px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
}


.reqmenu2 li:hover {
  list-style: none;
  float: left;
  background: #333;
  color: #fff;
  border: 1px solid #EEE;
  -moz-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
  -webkit-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
  padding: 10px 5px;
  min-width: 168px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
}


.reqmenu2 li.active {
  list-style: none;
  float: left;
  background: #333;
  color: #fff;
  border: 1px solid #EEE;
  -moz-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
  -webkit-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
  padding: 10px 15px;
  min-width: 168px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
}




.recbtng01 {
  color: #fff;
  background-color: #fe479c;
  padding: 3px 10px;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
}

.recbtng02 {
  color: #fff;
  background-color: #3553ED;
  padding: 3px 10px;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
}

.recbtng03 {
  color: #fff;
  background-color: #ED7435;
  padding: 3px 10px;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
}

.reccap {
  display: block;
  margin: 15px 0px;
}


.reqmenu.job li {
  font-weight: bold;
  list-style: none;
  float: left;
  background: #EEE;
  color: #fe479c;
  border: 1px solid #fe479c;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  padding: 5px 10px;
  min-width: 50px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
}


.reqmenu.job li:hover {
  list-style: none;
  float: left;
  background: #fe479c;
  color: #fff;
  border: 1px solid #EEE;
  -moz-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
  -webkit-box-shadow: -1px -1px 1px rgba(000,000,000,0.3),1px 1px 1px rgba(255,255,255,1);
  padding: 5px 10px;
  min-width: 50px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
}


.selector04{
  margin-bottom: 14px;
  position:relative;
  padding:0px 10px;
  color:#fff;
background: #ED3287;
border: #525252 solid 2px;
    background-image: -webkit-gradient(linear, left top, right bottom,
      from(     rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(255, 255, 255, 0.0)),
      to(       rgba(255, 255, 255, 0.0))
      );
  background-image: -webkit-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -moz-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -o-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: linear-gradient(to bottom -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-size:4px 4px;
}

.selector04b{
  border-left: #FFFFFF solid 5px;
  padding: .0em .0em .0em .6em;
}


.selector04 > span {
  position: relative;
  top: -110px;
  display: block;
}




#ric_menu {
  background-image: url(../../recruit/images/bg_menu.gif);
  width: 700px;
  height: 64px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  margin-top: 10px;
}

#ric_menu2 {
  background-image: url(../../recruit/images/bg_menu.gif);
  width: 700px;
  height: 64px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  margin-top: 20px;
}


/* CSS Document */
#ric_menu ul {
  margin-right: 0px;
  margin-left: 0px;
  width: 660px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

#ric_menu li {
  float: left;
  margin-right: 20px;
  margin-left: 0px;
  list-style-type: none;
  padding: 0px;
  margin-bottom: 10px;
}
#ric_menu2 ul {
  margin-right: 0px;
  margin-left: 0px;
  width: 660px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

#ric_menu2 li {
  float: left;
  margin-right: 20px;
  margin-left: 0px;
  list-style-type: none;
  padding: 0px;
  margin-bottom: 10px;
}

#clear_block {
  margin: 0px;
  padding: 0px;
  clear: both;
}
#main_base {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
  line-height: 1.6;
  font-size: 13px;




  *font-size: 82%;
  margin-bottom: 80px;
}
#main_base2 {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
  line-height: 1.6;
  font-size: 13px;





  *font-size: 82%;
  margin-bottom: 40px;
}
#main_left {
  width: 485px;
  margin-right: 15px;
  float: left;
}
#main_right {
  float: right;
  width: 200px;
  margin: 0px;
  padding: 0px;
}

.rec_faq {
  background-image: url(../../recruit/images/title_qanda.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
}
.rec_oubo {
  background-image: url(../../recruit/images/title_q1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
}
.rec_taigu {
  background-image: url(../../recruit/images/title_taigu.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
}
.rec_jinzai {
  background-image: url(../../recruit/images/title_jinzai.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
}
.rec_kokonani {
  background-image: url(../../recruit/images/title_whatsgra.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
}
.rec_whatsgra {
  background-image: url(../../recruit/images/title_kokonani.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
}


#faq_list {
  margin: 0px;
  padding: 0px;
}
#faq_list ul {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
}


#faq_list li {
  background-image: url(../../recruit/images/list_faq.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 13px;
  margin-bottom: 7px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  padding-bottom: 2px;
  font-size: 12px;
}
#faq_list li span {
  font-weight: bold;
  color: #F00;
  text-decoration: blink;
}

.faq_base {
  background-repeat: repeat-y;
  background-position: left top;
  width: 100%;
  padding: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 2px;
  border: #ccc solid 1px;
  box-shadow:
    2px 2px 3px #999;
}
#q_base {
  background-repeat: no-repeat;
  background-position: left top;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0px;
  padding-bottom: 0px;
  padding-top: 5px;
}

#a_base {
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0px;
  padding-bottom: 15px;
  padding-top: 10px;
}
#faq_line {
  background-image: url(../../recruit/images/line_faq.gif);
  background-repeat: x-repeat;
  background-position: left top;
  display: block;
  height: 3px;
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
}

.faq_q01 {
  background-image: url(../../recruit/images/title_faq-f01.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a01 {
  background-image: url(../../recruit/images/title_faq-a01.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.faq_q02 {
  background-image: url(../../recruit/images/title_faq-q02.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a02 {
  background-image: url(../../recruit/images/title_faq-a02.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q03 {
  background-image: url(../../recruit/images/title_faq-q03.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a03 {
  background-image: url(../../recruit/images/title_faq-a03.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q04 {
  background-image: url(../../recruit/images/title_faq-q04.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a04 {
  background-image: url(../../recruit/images/title_faq-a04.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q05 {
  background-image: url(../../recruit/images/title_faq-q05.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a05 {
  background-image: url(../../recruit/images/title_faq-a05.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q06 {
  background-image: url(../../recruit/images/title_faq-q06.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a06 {
  background-image: url(../../recruit/images/title_faq-a06.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.faq_q07 {
  background-image: url(../../recruit/images/title_faq-q07.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a07 {
  background-image: url(../../recruit/images/title_faq-a07.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.faq_q08 {
  background-image: url(../../recruit/images/title_faq-q08.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a08 {
  background-image: url(../../recruit/images/title_faq-a08.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q09 {
  background-image: url(../../recruit/images/title_faq-q09.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a09 {
  background-image: url(../../recruit/images/title_faq-a09.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}


.faq_q10 {
  background-image: url(../../recruit/images/title_faq-q10.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a10 {
  background-image: url(../../recruit/images/title_faq-a10.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q11 {
  background-image: url(../../recruit/images/title_faq-q11.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a11 {
  background-image: url(../../recruit/images/title_faq-a11.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q12 {
  background-image: url(../../recruit/images/title_faq-q12.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a12 {
  background-image: url(../../recruit/images/title_faq-a12.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q13 {
  background-image: url(../../recruit/images/title_faq-q13.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a13 {
  background-image: url(../../recruit/images/title_faq-a13.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q14 {
  background-image: url(../../recruit/images/title_faq-q14.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a14 {
  background-image: url(../../recruit/images/title_faq-a14.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q15 {
  background-image: url(../../recruit/images/title_faq-q15.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a15 {
  background-image: url(../../recruit/images/title_faq-a15.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q16 {
  background-image: url(../../recruit/images/title_faq-q16.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a16 {
  background-image: url(../../recruit/images/title_faq-a16.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q17 {
  background-image: url(../../recruit/images/title_faq-q17.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a17 {
  background-image: url(../../recruit/images/title_faq-a17.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}


.faq_q18 {
  background-image: url(../../recruit/images/title_faq-q18.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}
.faq_a18 {
  background-image: url(../../recruit/images/title_faq-a18.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q19 {
  background-image: url(../../recruit/images/title_faq-q19.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}

.faq_a19 {
  background-image: url(../../recruit/images/title_faq-a19.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q20 {
  background-image: url(../../recruit/images/title_faq-q20.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}

.faq_a20 {
  background-image: url(../../recruit/images/title_faq-a20.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq_q21 {
  background-image: url(../../recruit/images/title_faq-q21.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-top: 15px;
}

.faq_a21 {
  background-image: url(../../recruit/images/title_faq-a21.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 70px;
  min-height: 47px;
  margin-bottom: 15px;
  margin-top: 15px;
}










.r_photo {
  margin-bottom: 20px;
}
.r_photo img {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.r_photo1 {
  margin-bottom: 20px;
  margin-top: 14px;
}
.r_photo1 img {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.r_cap {
  font-size: 10px;
}
.rec {
  margin-top: 35px;
}
.rec2 {
  margin-top: 5px;
}

#rec_cam {
  margin-bottom: 10px;
}


#top_block {
  background-image: none;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  clear: both;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#top_block li {
  float: left;
  margin-bottom: 7px;
  margin-left: 0px;
}



.r-list {
  background-repeat: no-repeat;
  background-position: left top;
}
.mbn0 {
  margin: 0px;
  padding: 0px;
}
li.mgn2 {
  padding-right: 7px;
}
.acsses_title {
  background-image: url(../recruit/images/images/line_acsses.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 25px;
}

.menu_title {
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 30px;
  background-image: url(../recruit/images/images/line_recruit.gif);
  margin-top: 20px;
}

#map_navi {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
ul {
  list-style-type: none;
}


#life_social {
  background-color: #e7e7e7;
  height: 18px;
  margin-bottom: 35px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 3px;
  text-align: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: left center;
  border: 1px solid #CCC;
}
#life_social p {
  float: left;
  padding-left: 5px;
  font-size: 11px;
  padding-top: 2px;
}
.li_text {
  font-size: 10px;
}
#req_news {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

#req_news dt {
  float: left;
  margin: 0px;
  padding: 0px;
  clear: both;
  width: 30px;
}
#req_news dd {
  float: right;
  width: 410px;
  margin-bottom: 5px;
}

#req_news dl {
  clear: both;
  display: block;
  height: auto;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #333;
}

.oubo span{
  color: #ff0000;
}



.recbg{
  font-size: 12px;
  color: #fff;
background-color: #FD3791;
border:solid 5px #D0D0D0;
padding: 20px;
    background-image: -webkit-gradient(linear, right top, left bottom,
      from(     rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(255, 255, 255, 0.0)),
      color-stop(0.4, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(0, 0, 0, 0.1)),
      color-stop(0.6, rgba(255, 255, 255, 0.0)),
      to(       rgba(255, 255, 255, 0.0))
      );
  background-image: -webkit-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -moz-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: -o-linear-gradient(top -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-image: linear-gradient(to bottom -45deg,
      transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
      );
  background-size:4px 4px;
}


.tablereq2 td strong {
  color: #FD3791;
}


.tablereq2 th, .tablereq2 td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #FD3791;
font-size: 14px;



@media(max-width:480px){ 

.recheader{
    padding-top: 5px;
    background-color: #fff;
    margin-bottom: 0px;
    color: #333;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    min-height: 50px;
  }

  li {
    width:100%;
  }

  .fom iframe {
    width: 480px;
  }


}
