/* CSS Document */
@-ms-viewport
{
    width: auto;
    initial-scale: 1;
}
body{
	font-size: 12px;
	background-color:#FFF;
	color:#000;
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
.container-fluid{
	padding-right: 20px;
}
a:link, a:visited {
	text-decoration:none;
	color:#1d3994;
}
a:active {
	text-decoration:none;
	color:#1d3994;
}
a:hover	{
	text-decoration:underline;
	color:#FF2255;
}

a img{
	border: 0;
}

/*IE専用*/
.ime_disable{ime-mode : disabled;}
.btn-default.active{
	color: #333;
	background-color: #c6c6c6;
	border-color: #adadad;
}
.btn-default.active:before {
	font-family: 'Glyphicons Halflings';
  content: "\e013 ";
	font-size: 5px;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.img-responsive-center{
	margin: 0 auto;
}

.float-clear{
	clear:both;
}

/***************************************************
**英語注約
***************************************************/
.eng_parallelism{
	/*display: inline;*/
	display: none;
	margin: 0 0 0 5px;
}

.eng_vertical{
	/*display: block;*/
	display: none;
}
/***************************************************
**フォーム関連
***************************************************/
/*ボタン＋ラジオボックスをトグル風に*/
.btn > input[type="radio"]
{
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
textarea{  
    resize: vertical;  
    overflow: auto;  
}
.form-control{ padding: 6px;}
/***************************************************
** 入力確認表示
***************************************************/
.form-control-static-linesp{
	margin: 0 20px 10px 15px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
					box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	border-color: #bce8f1;
}
/***************************************************
**見出し処理
***************************************************/
h1.headline
{
  font-size:20px;
  padding-left:8px;
  padding-top:4px;
  padding-bottom:2px;
  border-left:6px solid #6c7fa6;
  border-bottom:3px solid #6c7fa6;
  margin-top:0;
  font-weight:bold;
  background-color:#eee;
}
h3.headline
{
  font-size:17px;
  padding-left:8px;
  padding-top:4px;
  padding-bottom:2px;
  border-left:6px solid #6c7fa6;
  border-bottom:3px solid #6c7fa6;
  margin-top:0;
  font-weight:bold;
  background-color:#eee;
}
.headline-body-stripe{
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #eee 25%, #eee 50%,
    #fff 50%, #fff 75%,
    #eee 75%, #eee
  );
  background-size: 8px 8px;
}

/***************************************************
**線処理
***************************************************/
hr.style-one {
    border: 0;
    height: 1px;
    background: #999;
    background-image: -webkit-linear-gradient(left, #ddd, #999, #ddd);
    background-image:    -moz-linear-gradient(left, #ddd, #999, #ddd);
    background-image:     -ms-linear-gradient(left, #ddd, #999, #ddd);
    background-image:      -o-linear-gradient(left, #ddd, #999, #ddd);
	margin: 5px 0;
}
hr.style-two {
    border: 0;
    border-bottom: 1px dashed #ddd;
    background: #999;
	margin: 0;
}
hr.style-three {
    height: 30px;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-three:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: #ddd;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
/***************************************************
**行間隔
***************************************************/
.bsp_space
{
  margin-bottom: 5px;
}
.bsp_br
{
  margin-bottom: 15px;
}
.bsp_br2
{
  margin-bottom: 10px;
}
.bsp_br3
{
  margin-bottom: 30px;
}
/***************************************************
**パネル情報の上書き
***************************************************/
.panel{
	margin-bottom: 5px;
}
.panel-message
{
  padding: 10px 15px;
}
.panel-downflow
{
	padding: 0;
	text-align: center;
	height: 34px;
	width: 100%;
	background-image: url('/img/yajirusi.png');
	background-repeat: no-repeat;
	background-position: top center;
}
/***************************************************
**文字アイコンの装飾
***************************************************/
.glyphicon_dgk_space_n
{
margin-right: 3px;
}
.glyphicon_dgk_space_n2
{
margin-left: 3px;
}
/***************************************************
**画像の装飾
***************************************************/
.img_dgk_space_n
{
margin-right: 10px;
}
.img_dgk_space_n2
{
margin-left: 10px;
}
/***************************************************
**説明テーブル等の画像処理
***************************************************/
table .img-responsive {
  /*display: block;*/
  width: 100%;
  height: auto;
}
/***************************************************
**ボタン効果処理の上書き
***************************************************/
a.btn-info:visited,
a.btn-info:link,
a.btn-info:hover,
a.btn-info:active{
	color: #fff;
}
a.btn-success:visited,
a.btn-success:link,
a.btn-success:hover,
a.btn-success:active{
	color: #fff;
}

/***************************************************
**注目ボタン追加
***************************************************/
.btn-check {
	background-color: #e36a10;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  background-image: -webkit-linear-gradient(top, #f0a51a 0%, #e36a10 100%);
  background-image:      -o-linear-gradient(top, #f0a51a 0%, #e36a10 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0a51a), to(#e36a10));
  background-image:         linear-gradient(to bottom, #f0a51a 0%, #e36a10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #c35a10;
	color: #FFFFFF;
}
.btn-check:hover,
.btn-check:focus {
  background-color: #e36a10;
  background-position: 0 -15px;
}
.btn-check:active,
.btn-check.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  background-color: #e36a10;
  border-color: #c35a10;
}
.btn-check:disabled,
.btn-check[disabled] {
  background-color: #e36a10;
  border-color: #c35a10;
}

a.btn-check:visited,
a.btn-check:link,
a.btn-check:hover,
a.btn-check:active{
	color: #fff;
}

/***************************************************
** コーナーのタブ処理
***************************************************/
.nav-mini{
  font-size: 12px; /*10px*/
}
.nav-header{
  /*border-bottom: 1px solid #ddd;*/
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: table;
	/*content: " ";*/
}
.nav-header > li {
	float: left;
	display: block;
	margin-bottom: 1px;
}
.nav-header > li > a{
  display:inline-block;
  padding: 10px 5px;
  border: 1px solid #ddd;
  margin-bottom: 2px;
  white-space:nowrap;
  border-radius: 4px;
  color: #333; /*追加*/
}

.nav-header > li > a.normal{
  border-bottom: 5px solid #0A0;
  padding-bottom: 6px;
  background-color: #EFE; /*追加*/
}
.nav-header > li > a.normal.active{
  background-color: #0A0;
  color: #FFFFFF;
  font-weight:bold;
}
.nav-header > li > a.woman{
  border-bottom: 5px solid #00C;
  padding-bottom: 6px;
  margin-right: 2px;
  background-color: #EEF; /*追加*/
}
.nav-header > li > a.woman.active{
  background-color: #00C;
  color: #FFFFFF;
  font-weight:bold;
}
.nav-header > li > a.man{
  border-bottom: 5px solid #C00;
  padding-bottom: 6px;
  margin-right: 2px;
  background-color: #FEE; /*追加*/
}
.nav-header > li > a.man.active{
  background-color: #C00;
  color: #FFFFFF;
  font-weight:bold;
}
.nav-header > li > a.gachi{
  border-bottom: 5px solid #AA0;
  padding-bottom: 6px;
  background-color: #FFE; /*追加*/
}
.nav-header > li > a.gachi.active{
  background-color: #AA0;
  color: #FFFFFF;
  font-weight:bold;
}
.nav-header > li {
/*  line-height: 14px;*/
height: 41px; /*38px*/
}

.nav-header > li.space {
  padding: 0 5px 0 0;
}

/***************************************************
** MYメニューのログインボタン処理
***************************************************/
#dropdownHeaderMenuData{
	font-size: 14px;
	top: 70%;
	width: 175px;
	border-top: 5px solid #777;
  border-bottom: 5px solid #777;
}
/*#dropdownHeaderGroup:hover > #dropdownHeaderMenuData{
  display: block;
}*/
.dropdownHeaderGroupAuto:hover > #dropdownHeaderMenuData{
  display: block;
}
/*#dropdownHeaderGroup > #dropdownHeaderMenuData:hover{
  display: block;
}
*/
#dropdownHeaderGroup > #dropdownHeaderMenuData > li.disabled{
	margin-left: 10px;
	margin-right: 10px;
	color: #999999;
}

/***************************************************
** MYメニューのログインボタンの装飾(通常スマホ時のみ利用)
***************************************************/
.login-btm{
	width: 100%;
	display:block;
	margin: 5px;
}
.login-btm .navbar-login{
	margin: 0;
	width: 49%;
	display:inline-block;
}
.navbar-login a{
  padding: 10px 5px;
  border: 1px solid #ddd;
  margin-bottom: 2px;
  white-space:nowrap;
	border-radius: 4px;
	width: 100%;
	display:block;
	text-align: center;
}
.login-btm a.regist{
  background-color: #f0ad4e;
	color:#FFFFFF;
}

.login-btm a.login{
  color: #fff;
  background-color:#777;
  border-color: #ccc;
}
/***************************************************
** 20150319時点で使用していない
***************************************************/
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/***************************************************
** メンバーメニュー
***************************************************/
.navbar{
  margin-bottom: 5px;
}
.navbar_account{
  margin: 0;
  padding: 3px 0 5px 10px;
  size: 10px;
}

/*メンバーメニュー内の各メニュー*/
.nav > li.navbar-login > a.btn-success:hover,
.nav > li.navbar-login > a.btn-success:focus {
  text-decoration: none;
  background-color: #419641;
  background-position: 0 -15px;
}
.nav > li.navbar-login > a.btn-info:hover,
.nav > li.navbar-login > a.btn-info:focus {
  text-decoration: none;
  background-color: #6f6f6f;
  background-position: 0 -15px;
}

/***************************************************
** デジケットの全共通ヘッダー
***************************************************/
#all_top_digiket_header{
  /*margin: 5px;*/
  margin: 0;
  padding: 0;
  display:block;
}
#all_top_digiket_header:before,
#all_top_digiket_header:after{
  display: table;
  content: " ";
}
#all_top_digiket_header:after{
  clear: both;
}
#all_top_digiket_header a.brand-icon{
  margin: 0;
  padding: 0;
	float: left;
}
#all_top_digiket_header span{
}
#all_top_digiket_header span.lbar{
  border-left: dashed 1px #777;
}
#all_top_digiket_header  span > a{
  /*padding: 3px 5px;*/
	padding: 0;
}
#all_top_digiket_header span > a.space{
  margin-right: 5px;
}
#all_top_digiket_header span.navbar-defblock{
	float:right;
}

.header-sidemenu,
.header-mymenu,
.header-help,
.header-first,
.header-tab,
.header-circle
{
	width: 44px;
	height: 44px;
	display:inline-block;
	background-image: url('/img/sprite_menu.png');
	background-size: 74px 185px;
	-webkit-background-size: 74px 185px;
	background-repeat: no-repeat;
	transform: scale(1);
	padding: 0;
	margin: 0;
}

.header-tab{
	background-position: 0px -36px;
}
.header-mymenu{
	background-position: 0px -108px;
}
.header-circle{
	background-position: 0px -144px;
}
.header-help{
	background-position: -36px 0px;
}
.header-first{
	background-position: -36px -36px;
}
.header-sidemenu{
	background-position: -36px -72px;
}


/***************************************************
** デジケットの全共通フッター
***************************************************/
#all_top_digiket_footer {
  border-top: solid 1px #CCCCCC;
  background-color: #f8f8f8;
  padding: 20px;
}
#all_top_digiket_footer .lbar{
  border-left: dashed 1px #777;
  margin: 0 5px 0 5px;
}

#all_top_digiket_footer .menu{
  text-align:center;
}
#all_top_digiket_footer .copyright_string{
  text-align: right;
  font-size: 10px;
}

/***************************************************
** スマホ用メンバーメニューCSS
***************************************************/
.footer_half {
 margin: 0 0 10px ;
}
.footer_half:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.footer_half ul{
 border-top: 1px solid #ccc;
 margin: 0;
 padding: 0;
 list-style: none;
}
.footer_half ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: none;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 height: 45px;
 margin: 0;
 padding: 2px 0px;
}
.footer_half ul li:nth-child(odd) {
 float: left;
 width: 50%;
}
.footer_half ul li a{
 color: #666;
 display: block;
 height: 45px;
 margin: 0px;
 padding: 0 20px 0 10px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
}
.footer_half ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top: 5px;
}

/***************************************************
** ul li の標準的スタイル
***************************************************/
.ul_style{
	margin: 0 0 0 1.5em;
	padding: 0;
}
.ul_style > li{
	margin: 10px 0px 10px 0;
	padding: 0;
    list-style-type: disc;
}

.ol_style{
	margin: 0 0 0 1.5em;
	padding: 0;
}
.ol_style > li{
	margin: 10px 0px 10px 0;
	padding: 0;
    list-style-type: decimal;
}
.ol_style li.bar{
	border-left: 2px #CCCCCC solid;
	padding-left: 10px;
}
.ol_style2{
	margin: 0 0 0 1.5em;
	padding: 0;
}
.ol_style2 > li{
	margin: 0.5em 0px 0.7em 1.5em;
	padding: 0;
    list-style-type: decimal;
}

/*dl*/
.dl_style{
	margin: 0;
	padding: 0;
}
.dl_style dt{
	margin: 10px 0px 10px 0;
	padding: 0;
}
.dl_style dd{
	margin: 0.5em 0px 0.7em 1.5em;
	padding: 0;
}
/*dl2*/
.dl_style2{
	margin: 0;
	padding: 0;
}
.dl_style2 dt{
	margin: 10px 0px 5px 0;
	padding: 0;
}
.dl_style2 dd{
	margin: 0.5em 0px 0.7em 1.5em;
	padding: 0;
}
.dl_style2 dd:before{
	content: "・";
}
/*左詰過ぎる場合*/
div.ul_margin{
	margin-left: 10px;
	margin-right: 10;
	padding-left: 5px;
	padding-right: 5px;
}
div.ul_margin2{
	margin-top: 10px;
	margin-bottom:10px;
}


/***************************************************
** メンバー購入画面の装飾
***************************************************/
/*メンバー購入等の決済選択画面*/
.charge_style_row{
	border-bottom: 1px dotted #CCCCCC;
	margin: 5px 5px;
	padding: 5px;
}

/*購入画面・buy_emoneyで使用*/
.charge_exc_select{
	height: 90px;
	overflow:hidden;
	padding: 5px 0 5px 0;
	border-bottom: dashed 1px #999999;
	vertical-align: top;
	font-size: 11px;
}
.charge_exc_select .charge_icon{
	width:100px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	font-size: 9px;
}


@media screen and (min-width: 768px){
	/*左カラムで狭い場合に使用*/
	.col-sm-padding-right-0{
		padding-right: 0;
	}
    /*ヘッドライン(h3 headline)直下の記事に使用*/
    .hedline-body
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .headline-body
    {
        padding-left: 20px;
        padding-right: 20px;
    }
	/***************************************************
	** デジケットの全共通ヘッダー
	***************************************************/
	#all_top_digiket_header #menu-btn{
		float: left;
		display: inline;
	}
  #all_top_digiket_header a.brand-icon{
    width: 151px;
		height: 50px;
		display: block;
  }
	#all_top_digiket_header a.brand-icon .brand-txt{
		display: none;
	}
  #all_top_digiket_header a.brand-icon img.mini{
	display: none;	
  }
  #all_top_digiket_header a.brand-icon img.large{
	display: block;
  }
  #all_top_digiket_header .menu_help{
  }
  #all_top_digiket_header span.navbar-sidemenu{
    /*float: left;*/
    margin: 0;
		display: none;
  }
	
  #all_top_digiket_header span.navbar-defmenu{
    /*float: left;*/
    margin: 0;
		width: 80px;
		display: inline-block;
  }
	/*アイコン右の文字*/
	.header-txt {
		display: inline-block;
		width: 60px;
		position: relative;
		color: #444;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		left: 28px;
		top: 12px;
		font-size: 12px;
		text-align:left;
	}	
  #all_top_digiket_header span.navbar-defmenu-mem{
		width: 160px;
	}
	.header-txt-mem {
		width: 140px;
	}	

	/***************************************************
	** divテーブルの装飾
	***************************************************/
	.div-table{
		display: table;
		border-collapse: separate;
		width: 100%;
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.div-table-row {
		display: table-row;
	}
	.div-table-col-th {
		display: table-cell;
		vertical-align: middle;
		/*vertical-align: top; *//*縦位置を揃える*/
		color:#000;
		padding: 10px 12px;
		background-color: #c0cbe1;
		border-right: 1px solid #281e37;
		border-bottom: 1px solid #281e37;
		border-left: 1px solid #FFFFFF;
		border-top: 1px solid #FFFFFF;
		float: none;

	}
	.div-table-row:first-child>.div-table-col-th {
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
	}
	.div-table-row:first-child .div-table-col-td {
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px; 
	}
	.div-table-row:last-child>.div-table-col-th {
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px; 
	}

	.div-table-row:last-child .div-table-col-td {
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
	}
	.div-table-col-td {
		display:table-cell;
		vertical-align: middle;
		/*vertical-align: top; *//*縦位置を揃える*/
		padding: 10px 12px;
		border-right: 1px solid #888;
		border-bottom: 1px solid #888;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		float: none;
	}
	.div-table-col-c{
		text-align:center;
	}
	.div-table-col-r{
		text-align: right;
	}

	/***************************************************
	** 画面遷移説明
	***************************************************/
	
	/*3分割*/
	.topicPathPer3
	{
		margin: 10px auto;
		padding: 0 10px;
		/*width: 100%;*/
		max-width: 660px;
	}
	.topicPathPer3 ol {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		font-size: 13px;
		list-style: none;
		text-align: left;
	}
	
	.topicPathPer3 ol li {
		float: left;
		margin-right: 0px;
	}
	.topicPathPer3 .clear {
		clear:both;
	}
	.topicPathPer3 ol li.noactive {
		width: 33%;
		display: block;
		padding: 20px 20px 20px 10px;
		background-color: #CCCCCC;
		font-style: normal;
		font-weight: bold;
		border-left: solid 5px #999999;
	}
	.topicPathPer3 ol li.active {
		width: 33%;
		display: block;
		padding: 20px 20px 20px 10px;
		background-color: #FF9966;
		/*background-color: #5cb85c;*/
		font-style: normal;
		font-weight: bold;
		border-left: solid 5px #CC0000;
	}
	.topicPathPer3 ol li.tri {
		display: block;
		position: relative;
		padding: 20px 20px 20px 10px;
		background-image: url(/img/topicpath_tri.gif);
		background-repeat: no-repeat;
		background-position: 100% 50%;
	}


	/*4分割*/
	.topicPathPer4
	{
		margin: 10px auto;
		padding: 0 10px;
		/*width: 100%;*/
		max-width: 660px;

	}
	.topicPathPer4 ol {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		font-size: 13px;
		list-style: none;
		text-align: left;
	}
	
	.topicPathPer4 ol li {
		float: left;
		margin-right: 0px;
	}
	.topicPathPer4 .clear {
		clear:both;
	}
	.topicPathPer4 ol li.noactive {
		width: 25%;
		display: block;
		padding: 20px 20px 20px 10px;
		background-color: #CCCCCC;
		font-style: normal;
		font-weight: bold;
		border-left: solid 5px #999999;
	}
	.topicPathPer4 ol li.active {
		width: 25%;
		display: block;
		padding: 20px 20px 20px 10px;
		background-color: #FF9966;
		/*background-color: #5cb85c;*/
		font-style: normal;
		font-weight: bold;
		border-left: solid 5px #CC0000;
	}
	.topicPathPer4 ol li.tri {
		display: block;
		position: relative;
		padding: 20px 20px 20px 10px;
		background-image: url(/img/topicpath_tri.gif);
		background-repeat: no-repeat;
		background-position: 100% 50%;
	}

}
@media screen and (max-width: 767px){
	.container{
		padding-left: 5px;
		/*padding-right: 5px;
		max-width: 100%;*/
		/*overflow: hidden;*/
	}
	.container-fluid{
		padding-left: 5px;
		padding-right: 15px;
	}
	/***************************************************
	** デジケットの全共通ヘッダー
	***************************************************/
	.digiket_master{
		padding-top: 50px;
	}
	.nav-mini-static{
		display:block;
		background-color: #fff;
		padding-left: 5px;
		padding-bottom: 40px;
		padding-top: 3px;
	}
	#header_static{
		position: fixed;
		top: 0;
		right:0;
		left: 0;
		z-index: 1030;
		margin-bottom: 0;
	}
  #all_top_digiket_header{
		margin: 0;
		padding: 0 5px 0 5px;
		display:block;

		background-color:#fff;
		border-bottom: #aaa 1px solid;
		height: 47px;
  }
	#header_static #login-or-regist{
		background-color:#FFF;
		padding: 5px 3px 5px 3px;
		border-bottom: #aaa 1px solid;
	}
	#header_static #header-tab-detail{
		background-color:#FFF;
		padding: 5px 3px 5px 3px;
		border-bottom: #aaa 1px solid;
	}
	#header_static #header-tab-detail .btn{
		margin-bottom: 3px;
	}
	
	#all_top_digiket_header #menu-btn{
		float: left;
		display: inline;
		margin-right: 2px;
		margin-top: 2px;
		border-color: #ccc;
	}
  #all_top_digiket_header a.brand-icon{
    width: 75px;
		height: 48px;
		display:block;
  }
	#all_top_digiket_header a.brand-icon .brand-txt{
		text-align: center;
		font-size: 10px;
		width: 75px;
		display: block;
		overflow:hidden;
	}
  #all_top_digiket_header a.brand-icon img.mini{
		display: block;
  }
  #all_top_digiket_header a.brand-icon img.large{
		display: none;
  }
  #all_top_digiket_header span.navbar-sidemenu{
    /*float: left;*/
    margin: 0;
		display: inline-block;
		float: left;
  }
  #all_top_digiket_header span.navbar-sidemenu a{
		padding-top: 0;
		padding-bottom: 5px;
		display:inline-block;
  }

  #all_top_digiket_header span.navbar-defmenu{
    /*float: left;*/
    margin: 0;
		display: inline-block;

  }
  #all_top_digiket_header span.navbar-defmenu a{
		padding-top: 0;
		padding-bottom: 3px;
		display:inline-block;
  }
  #all_top_digiket_header span.navbar-hidden{
    display: none;
  }
  #all_top_digiket_footer .copyright_string{
    text-align: left;
  }
	/*アイコンの下へ入り込む文字*/	
	.header-txt {
		display: inline-block;
		width: 44px;
		position: relative;
		top: 30px;
		bottom: 5px;
		text-align: center;
		color: #444;
		font-size: 10px;
		line-height: 14px;
		overflow: hidden;
		white-space: nowrap;
	}	
	
	/***************************************************
	** スマホ時の画像縮小
	***************************************************/
	/*画像縮小*/
	.img-xs-half{
		zoom: .5;
	}
	.img-xs-semihalf{
		zoom: .75;
	}
	
	/***************************************************
	** divテーブル処理
	***************************************************/
	.div-table-col-th{
		color:#666666;
	}
	.div-table-col-td{
		padding-left: 35px;
		padding-right: 5px;
		padding-bottom: 5px;
		margin-bottom: 10px;
		margin-right: 5px;
		font-weight: bold;
		border-bottom: #999999 1px dashed;
	}
	/*テーブル風にcolを使用する*/
	.col-xs-linesp{
		padding-left: 35px;
		padding-right: 20px;
	}



	/***************************************************
	** 画面遷移説明
	***************************************************/
	
	/*3分割*/
	.topicPathPer3
	{
		margin: 10px 0px;
		padding: 0 5px;
		width: 100%;
	}
	.topicPathPer3 ol {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		text-align: left;
	}
	
	.topicPathPer3 ol li {
		float: left;
		margin-right: 0;
		height: 70px;
		font-size: 10px;
	}
	.topicPathPer3 .clear {
		clear:both;
	}
	.topicPathPer3 ol li.noactive {
		width: 33%;
		display: block;
		padding: 20px 20px 20px 10px;
		background-color: #CCCCCC;
		font-style: normal;
		font-weight: bold;
	}
	.topicPathPer3 ol li.active {
		width: 33%;
		display: block;
		padding: 20px 20px 20px 10px;
		background-color: #FF9966;
		font-style: normal;
		font-weight: bold;
	}
	.topicPathPer3 ol li.tri {
		display: block;
		position: relative;
		padding: 20px 20px 20px 10px;
		background-image: url(/img/topicpath_tri.gif);
		background-repeat: no-repeat;
		background-position: 100% 50%;
	}

	/*4分割*/
	.topicPathPer4
	{
		margin: 10px 0px;
		padding: 0 5px;
		width: 100%;
	}
	.topicPathPer4 ol {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		text-align: left;
	}
	
	.topicPathPer4 ol li {
		float: left;
		margin-right: 0;
		height: 70px;
		font-size: 10px;
	}
	.topicPathPer4 .clear {
		clear:both;
	}
	.topicPathPer4 ol li.noactive {
		width: 25%;
		display: block;
		padding: 20px 20px 20px 10px;
		background-color: #CCCCCC;
		font-style: normal;
		font-weight: bold;
	}
	.topicPathPer4 ol li.active {
		width: 25%;
		display: block;
		padding: 20px 20px 20px 10px;
		background-color: #FF9966;
		font-style: normal;
		font-weight: bold;
	}
	.topicPathPer4 ol li.tri {
		display: block;
		position: relative;
		padding: 20px 20px 20px 10px;
		background-image: url(/img/topicpath_tri.gif);
		background-repeat: no-repeat;
		background-position: 100% 50%;
	}



	/***************************************************
	** スマホ時にのみボタン化　class=btn btn-link-xs
	***************************************************/
	.btn-link-xs {

		display: inline-block;
		margin-bottom: 0;
		font-weight: 400;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;

		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
						box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
		text-shadow: 0 1px 0 #fff;
		background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
		background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
		background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
		background-repeat: repeat-x;
		border-color: #bbb;
		padding: 1px 5px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}
	
	.btn-link-xs:hover,
	.btn-link-xs:focus {
		background-color: #e0e0e0;
		background-position: 0 -15px;
	}
	.btn-link-xs:active,
	.btn-link-xs.active {
		background-color: #e0e0e0;
		border-color: #dbdbdb;
	}
	.btn-link-xs:disabled,
	.btn-link-xs[disabled] {
		background-color: #e0e0e0;
		background-image: none;
	}


}
@media (min-width: 1200px) {
  .container-fluid {
    /*width: 1170px;*/
  }
}

@media (min-width: 1400px) {
  .container-fluid {
    width: 1370px;
  }
}