@charset "Shift_JIS";
/* CSS Document */


/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
01:基本設定
02:外枠
03:ヘッダー
04:グローバルメニュー
05:左カラム
06:右カラム
07:フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/


/*＝＝＝＝＝＝＝ 01:基本設定 ＝＝＝＝＝＝＝*/
body { 
 	background:#FFFFFF;
	margin:0;
	padding:0;
	font-family: "MS PGothic", "Osaka";
	text-align:center;
}

*{
	margin:0;
	padding:0;
	color:#333333;
}
	
h1,h2,h3,h4{
  margin:0;
  padding:0;
}

img{
  border:none;
}

.clear{
  clear:both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
  display: inline-block;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-------------- テキストリンク設定 --------------*/
a:link{ text-decoration:none; color:#333333; }
a:visited{ text-decoration:none; color:#333333; }
a:hover{ color:#FF0000; text-decoration:none;}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　01：container
  02：header 

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝　02:外枠 ＝＝＝＝＝＝＝＝*/
#container {
  width:760px;
	margin:0 auto;
	padding:0;
}

#main_contents {
}

#left {
	float:left;
	width:160px;
	margin:0;
}

#right {
	float:right;
	width:570px;
	margin:20px 0 0 0;
}

#footer {
	clear:both;
	height:73px;
}

/*＝＝＝＝＝＝＝　03:ヘッダー ＝＝＝＝＝＝＝*/

#header {
	/*height:104px; 変更20160106*/
	height:130px;
	width:760px;
}

#header p.logos{
	float:left;
	width:135px;
	/*margin:20px 18px 16px 0; 変更20160124*/
	margin:39px 18px 16px 0;
	/* Holly hack \*//*/
	padding-top: 20px;
	/* Holly hack */
}

#header p{
	float:left;
	text-align: left;
	/*margin:34px 0 16px 0; 変更20160124*/
	/* Holly hack \*//*/
	padding-top: 34px;
	/* Holly hack */
}

/*追加20160124*/
#copy{
	margin-top:54px;
}

#header p.btn_vendor{
	float:right;
	/*width:153px; 変更20160124*/
	width: 250px;
	height: 111px;
	margin-bottom: 5px;
	/*margin:30px 0 0 0; 変更20160124*/
	text-align:right;
	/* Holly hack \*//*/
	padding-top: 30px;
	/* Holly hack */
	position: relative;
}

#header p.btn_vendor img{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/*-------------- ヘッダーメニュー --------------*/
#header_menu{
	float:right;
	display:block;
	/*margin:15px 0 0 0; 変更20160124*/
	height: 30px ;
	/* Holly hack \*//*/
	padding-top: 30px;
	/* Holly hack */
}

#header_menu ul{
	list-style:none;
}

#header_menu li{
	display:inline;
	text-align:left;
	background:url(../img/list_square.gif) left top no-repeat;
	padding:0 0 0 14px;
	margin:0 0 0 8px; 
	font-size: 11px;
	/* Holly hack \*//*/
	background-image: url(../img/list_square.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	/* Holly hack */
}

/*-------------- ヘッダーメニューNEW --------------*/
#header_menu2{
	float:right;
	margin:15px 0 0 0;
	height: 10px ;
	/* Holly hack \*//*/
	padding-top: 10px;
	/* Holly hack */
}

#header_menu2 ul{
	list-style:none;
}

#header_menu2 li{
	display:inline;
	text-align:left;
	background:url(../img/list_square.gif) left top no-repeat;
	padding:0 0 0 14px;
	margin:0 0 0 8px; 
	font-size: 11px;
	/* Holly hack \*//*/
	background-image: url(../img/list_square.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	/* Holly hack */
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝　04:グローバルメニュー ＝＝＝＝＝＝＝*/

#global_navi {
	height:36px;
	width: 760px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	overflow: hidden;
}

#global_navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#global_navi li {
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: "MS PGothic", "Osaka";
	font-size: 12px; /*renders 12px */ 
}

#global_navi li a{
	display: block;
	overflow: hidden;
	text-align: right;
	height: 0 !important;
	height /**/: 36px;
	padding-top: 36px;
	background: url(../img/g_navi.gif);
}

#global_navi li#nav01 { width:190px;}
#global_navi li#nav02 { width:80px;}
#global_navi li#nav03 { width:120px;}
#global_navi li#nav04 { width:130px;}
#global_navi li#nav05 { width:90px;}
#global_navi li#nav06 { width:150px;}

/*通常時*/
#global_navi li#nav01 a{ background-position: 0 0;}
#global_navi li#nav02 a{ background-position: -190px 0;}
#global_navi li#nav03 a{ background-position: -270px 0;}
#global_navi li#nav04 a{ background-position: -390px 0;}
#global_navi li#nav05 a{ background-position: -520px 0;}
#global_navi li#nav06 a{ background-position: -610px 0;}

/*オンマウス時*/
#global_navi li#nav01 a:hover { background-position: 0 -36px;}
#global_navi li#nav02 a:hover { background-position: -190px -36px;}
#global_navi li#nav03 a:hover { background-position: -270px -36px;}
#global_navi li#nav04 a:hover { background-position: -390px -36px;}
#global_navi li#nav05 a:hover { background-position: -520px -36px;}
#global_navi li#nav06 a:hover { background-position: -610px -36px;}


/*＝＝＝＝＝＝＝＝＝＝　05:左カラム ＝＝＝＝＝＝＝＝＝＝*/

#intro {
 	padding:0 0 18px 0;
	text-align:left;
}

#intro h2.mi{
 	margin:5px 0 15px 0;
}

#intro ul{
 	list-style:none;
	margin:0;
	padding:0;
}

#intro li{
 	margin:0 0 15px 5px;
	background:url(../img/arrow_g.gif) left top no-repeat;
	padding:0 0 0 15px;
	font-size: 12px; 
	line-height: 120%; 
}

#bnr_area {
	text-align:left;
	margin:13px 0 0 0;
	font-size: 10px;
}

#bnr_area img{
	margin-bottom:5px;
}
#bnr_area li{color:#FFFFFF;}

.bnr_area2 {
	text-align:left;
	margin:11px 0 0 0;
}
.bnr_area3 {
	text-align:left;
	margin:11px 0 0 0;
	font-size: 10px;
}
.bnr_area3 li{color:#FFFFFF;}

.bnr_area4 {
	text-align:left;
	margin:15px 0 0 0;
}

.bnr_area5 {
	text-align:left;
	margin:11px 0 20px 0;
}

.bnr_area6 {
	text-align:left;
	margin:7px 0 20px 0;
	font-size: 10px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝　06:右カラム ＝＝＝＝＝＝＝＝＝＝*/

#p_area {
	text-align:left;
 	padding:20px;
	margin:0 0 5px 0;
	line-height: 1.6;
}

#p_area p{
	font-size: 12px; /*renders 12px */ 
}

#p_area a:link{ color:#0066CC; text-decoration:none; }
#p_area a:visited{  color:#0066CC; text-decoration:none; }
#p_area a:hover{ color:#0066CC; text-decoration:none; }

/*----------- トップページなど注意書き --------------*/
.text_11 {
	text-align:left;
	margin:15px 0 0 0;
	font-size: 11px;
	line-height: 1.4;
}

/*----------- ビッグイシュー日本とは --------------*/
#about h1{
	height: 34px;
	text-indent: 0;
	padding: 0;
	margin:0;
	display: inline;
}

#about h2{
	background-image: url(../img/bg_ttl_menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
	display: block;
	margin:25px 0 10px 0;
}

h2.h2about_ttl1{
	height: 27px;
}

h2.h2about_ttl2{
	height: 48px;
	padding-top: 25px;
}

h2.h2about_ttl3{
	height: 47px;
}

#about h2.h2about_ttl4{
	height: 27px;
	padding-bottom: 7px;
	font-size: 20px;
	color:#000000;
}

#about h3{
	height: 23px;
	padding:4px 8px;
	margin:15px 0 10px 0;
	clear: both;
	font-size: 12px;
	color: #000000;
	border: 1px dotted #999999;
	background-color: #FFFFCC;
}

#about p.txt_01{
	padding:0 0 10px 10px;
	margin-bottom:10px;
	font-size: 12px;
}

#about ul.txt_02{
	padding:0 0 10px 20px;
	margin-bottom:10px;
	font-size: 12px;
}

#about p.img_s{
	padding:20px 0;
	margin:0;
}

#about p.img_s2{
	padding:0 0 15px 0;
	margin:0;
}

#about p.img_s3{
	padding-bottom:25px;
	margin:0;
	text-align:center;
}

#about p.space_b{
	padding-bottom:25px;
}

#about p.space_b10{
	padding-bottom:10px;
}

#about p.space_b20{
	padding-bottom:20px;
}

#about .space_t20{
	padding-top:20px;
}

#about .space_tl20{
	padding:20px 0 0 20px;
}

#about .space_tl10{
	padding:10px 0 0 10px;
}

#about .space_tl1020{
	padding:10px 0 0 20px;
}

#about .space_tb10{
	padding:10px 0 10px 0;
}

/*----------- コンセプトと編集方針 --------------*/
#concept h1{
	height: 34px;
	text-indent: 0;
	padding: 0;
	margin:0;
	display: inline;
}

#concept h2{
	background-image: url(../img/bg_ttl_menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
	display: block;
	margin:25px 0 10px 0;
}

h2.h2concept_ttl1{
	height: 27px;
}

h2.h2concept_ttl2{
	height: 48px;
	padding-top: 25px;
}

#concept h3{
	height: 23px;
	clear: both;
}

h3.h3_ttl1{
	padding:4px 8px;
	margin:15px 0 10px 0;
	font-size: 12px;
	color: #000000;
	border: 1px dotted #999999;
	background-color: #FFFFCC;
}
h3.h3_ttl2{
	padding-top: 10px;
	margin-bottom: 10px;
}

#concept p.txt_01{
	padding:0 0 10px 10px;
	font-size: 12px;
}
#concept p.voice_01{
	padding:7px 0 7px 10px;
	font-size: 12px;
	border-top: 1px dotted #999999;
}
#concept table.graf{
	padding:15px 0;
}

/*----------- 販売のしくみ --------------*/
.rules{
	padding:13px 10px 12px 10px;
	margin:15px 18px 10px 18px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
}

.rules_list{
	margin-left: 25px;
	margin-bottom: 5px;
}

.bnbn4{
	padding:2px 4px 2px 6px;
	margin-left:5px;
	border: 1px solid #666666;
	color:#0066CC;
}

.baitai_img {
	float: right;
	margin-left:10px;
}

.box_condition {
	margin:0 20px;
	border: 1px solid #CC0000;
	padding:12px 12px 10px 10px;
}

/*----------- 各地の販売サポーター --------------*/
.btn01 {
	text-align: right;
	display: block;
	margin-top:10px;
}
#about p.area_text_sup{
	margin: 20px 0 5px 0;
}
#map_center{
	margin: 30px auto;
	text-align: center;
}
.sell_text1{
	margin-top:20px;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	font-weight: bold;
}
.mtb_10 {
	margin:10px 0;
	}
.sell_text2{
	margin-top:10px;
	display: block;
	padding-top: 5px;
	font-size: 85%;
	font-weight: bold;
	border-top: 1px dotted #666666;
	color: #666666;
}
h2#ttl_s {
	padding:7px 0;
}
#b_pagetop2 {
	clear: both;
	padding-top:15px;
	text-align: right;
	display: block;
}
/*----------- 販売場所 --------------*/

.red_color{
	color: #FF0000;
}

.red_color_b{
	color: #FF0000;
	font-weight:bold;
}

.red_color_b_ttl{
	color: #FF0000;
	font-size: 12px;
	font-weight:bold;
}

#sell h1{
	height: 34px;
	text-indent: 0;
	padding: 0;
	margin:0;
	display: inline;
}

#sell h2{
	padding: 0;
	display: block;
	margin:25px 0 10px 0;
	font-size: 12px;
}

#sell h3{
	height: 23px;
	padding:2px 8px;
	margin-top:25px;
	margin-bottom:10px;
	clear: both;
	font-size: 12px;
	color: #000000;
	border: 1px dotted #999999;
	background-color: #FFFFCC;
}

#sell p.txt_01{
	padding:0 0 10px 10px;
	margin-bottom:10px;
	font-size: 12px;
}

.place1{
	padding:5px 0 7px 10px;
	margin-bottom:10px;
	font-size: 12px;
	border: 2px solid #FFFFFF;
	background-color: #EEEEEE;
}
.place2{
	padding:5px 0 7px 10px;
	margin-bottom:10px;
	font-size: 12px;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}
.txt_detail{
	font-size: 12px;
}
.bold{
	font-weight: bold;
}

/*----------- 販売場所検索 --------------*/

#map h1{
	height: 34px;
	text-indent: 0;
	padding: 0;
	margin:0;
	display: inline;
}
#map p.area_text{
	margin: 10px 0;
}

#map p.area_text2{
	margin-bottom: 20px;
	font-size: 10px;
}

#map p.area_ttl{
	padding: 4px 5px 4px 8px;
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	width: 515px;
	background-color: #FFFFCC;
	border: 1px solid #BBBBBB;
}

#map p.area_ttl2{
	padding: 4px 5px 4px 8px;
	margin: 18px 0 12px 0;
	font-size: 12px;
	font-weight: bold;
	width: 270px;
	background-color: #FFFFCC;
	border: 1px solid #BBBBBB;
}

#map p.area_ttl3{
	padding: 4px 5px 4px 8px;
	margin: 18px 0 8px 0;
	font-size: 12px;
	font-weight: bold;
	width: 210px;
	background-color: #FFFFCC;
	border: 1px solid #BBBBBB;
}

#map .area_box{
	width: 530px;
}

#map .area_box2{
	width: 530px;
	margin: 15px 0 30px 0;
}

#map .area_d{
	padding: 10px 3px 10px 10px;
	font-size: 12px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

#map .search_form td{
	padding-right: 5px;
}

#mapjapan {
	padding:15px 10px 15px 15px;
	font-size: 10px;
	line-height:1.5;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

#japan_l {
	float:left;
}

#japan_r {
	float:right;
}

.area_text3{
	margin: 20px 0;
	font-size: 10px;
}

#wsearch {
	width: 530px;
	font-size: 10px;
	line-height:1.5;
}

#wsearch_l {
	float:left;
	width: 285px;
}

#wsearch_r {
	float:right;
	width: 225px;
}

#pr_b{
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 10px;
}

#map form{
	margin: 10px 0 0 8px;
}

/*----------- 広告掲載について --------------*/
.list1{
	padding:2px 2px 2px 8px;
	font-size: 12px;
	border: 1px solid #BBBBBB;
	background-color: #EEEEEE;
}
.list2{
	padding:2px;
	font-size: 12px;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background-color: #EEEEEE;
}
.list3{
	padding:2px 2px 2px 8px;
	font-size: 12px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	background-color: #EEEEEE;
}
.list4{
	padding:2px 8px 2px 8px;
	font-size: 80%;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background-color: #FFFFFF;
}
.list5{
	padding:2px 8px 2px 8px;
	font-size: 80%;
	border-right: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background-color: #FFFFFF;
}
#about p.spec{
	padding: 5px 0 10px 0;
	margin-bottom:10px;
	font-size: 11px;
}
#about table.space_a{
	margin-bottom:15px;
}
.inquirybox{
	width: 511px;
	padding: 7px 7px 7px 12px;
	margin-bottom: 15px;
	background-color: #EEEEEE;
}
.ttl_inquiry2{
	padding-left: 5px;
	font-size: 12px;
	line-height:1.3;
}
h4{
	font-size: 12px;
}



/*----------- 会社概要 --------------*/
.outlinebox{
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin:15px 0;
}

.outlinebox td{
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-size: 12px;
	vertical-align: top;
}

.space_map{
	padding:10px 0;
}

/*----------- 最新号 --------------*/
#latest h1{
	height: 34px;
	text-indent: 0;
	padding: 0;
	margin:0;
	display: inline;
}
#latest p.txt_01{
	padding-bottom: 10px;
	margin-bottom:10px;
	font-size: 12px;
}
#latest p.txt_02{
	font-size: 12px;
	line-height: 1.5;
}
#latest p.txt_03{
	font-size: 12px;
	font-weight:bold;
	line-height: 1.4;
}
#latest p.txt_04{
	font-size: 12px;
	font-weight:bold;
	line-height: 1.4;
	padding: 20px 0 15px 0;
}
#latest p.ttl_sub{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	color:#CC3333;
	padding: 20px 0 0 0;
}
#latest p.ttl_sub2{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	color:#CC3333;
}
#latest p.space_b{
	padding-bottom:25px;
}
#latest p.space_special{
	padding:10px 0;
}
#latest p.contents{
	padding:30px 0 5px 0;
}
#latest table.latestbox{
	width: 530px;
	/*padding:12px 10px 10px 10px;*/
	margin-bottom: 10px;
	background-color: #EEEEEE;
}

.space_new_left{
	padding: 15px;
	width: 170px;
}
.space_new_right{
	width: 310px;
	padding: 15px 15px 15px 5px;
	font-size: 12px;
	color: #CC0000;
	line-height:1.7em;
}
.special_ttl{
	font-size: 16px;
	font-weight: bold;
	line-height:1.4em;
}
.space_new_special{
	padding: 18px 0 7px 0;
}
.nakaimg_space{
	padding: 5px 0 7px 10px;
}

/*----------- 今月の人 --------------*/
.newbox{
	width: 530px;
	padding:12px 10px 10px 10px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
}
.newbox img{
	margin: 10px 15px 0 10px;
}
.newbox_right{
	padding: 10px 10px 10px 0;
}
.vendorimg_space{
	padding-bottom: 10px;
}

/*----------- 今月の人バックナンバー --------------*/
h2.h2vendor_ttl2{
	height: 23px;
	background-image: url(../img/bg_ttl_menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
	display: block;
	margin-bottom:10px;
}

.vendorbn_box{
	width: 530px;
	margin: 10px 0;
	background-color: #EEEEEE;
	font-size: 12px;
	line-height: 1.3;
}
.vendorbnbox_topleft{
	padding: 3px;
	font-weight: bold;
	text-align:center;
	width: 62px;
	background-color: #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
}
.vendorbnbox_top{
	padding: 3px;
	font-weight: bold;
	text-align:center;
	background-color: #CCCCCC;
	border-bottom: 3px solid #FFFFFF;
}
.vendorbnbox_left{
	padding: 3px;
	font-weight: bold;
	text-align:center;
	width: 62px;
	background-color: #DDDDDD;
	border-right: 1px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.vendorbnbox_right{
	padding: 3px 3px 3px 6px;
	border-bottom: 2px solid #FFFFFF;
}
#b_listback {
	padding-top: 5px;
	text-align: left;
}
#b_vendor_p_back {
	padding-top: 5px;
	text-align: center;
}

/*----------- バックナンバー購読 --------------*/
.red_color{
	color:#FF0000;
}

/*----------- バックナンバー一覧 --------------*/
.bn_box{
	/*padding:0 0 14px 14px;*/
	margin-bottom:5px;
	background-color: #EEEEEE;
	font-size: 10px;
	line-height: 1.3;
}

.bn_box td{
	padding:14px 14px 0 0;
	width:129px;
}
.bn_box .bn_left{
	padding-left: 14px;
}
.bn_box .bn_bottom{
	padding-bottom: 14px;
	width:115px;
}
.bn_box .bn_leftbottom{
	padding-left: 14px;
	padding-bottom: 14px;
	width:115px;
}
.bn_box img{
	padding: 2px 0 4px 0;
}

.special_text_b{
	font-size: 12px;
	color:#FF0000;
	font-weight: bold;
}
.special_text10{
	color:#FF0000;
}
.bn_text{
	padding-bottom:2px;
}

/*----------- お問い合わせ --------------*/
.contact_ttlspace{
	padding:20px 0 15px 10px;
	font-size: 12px;
}
.sendbox{
	width: 350px;
	padding: 7px 7px 7px 12px;
	margin-bottom: 15px;
	background-color: #FFFFCC;
}

/*----------- NEWS一覧 --------------*/
#news h1{
	height: 34px;
	text-indent: 0;
	padding: 0;
	margin:0;
	display: inline;
}

#news h2{
	padding:4px 8px;
	margin:15px 0 10px 0;
	clear: both;
	font-size: 12px;
	color: #000000;
	border: 1px dotted #999999;
	background-color: #FFFFCC;
}


#news p.txt_01{
	padding:0 0 10px 10px;
	margin-bottom:10px;
	font-size: 12px;
}

/*----------- 英語ページ --------------*/
#english h1{
	height: 34px;
	text-indent: 0;
	padding: 0;
	margin: 0;
	display: inline;
}

#english h1 img{
	padding-bottom: 10px;
}

#english p.txt_01{
	padding: 8px 0;
	margin:0;
	font-size: 12px;
	line-height: 1.8;
}

#english p.img_s{
	padding:20px 0;
	margin:0;
}
#english p.img_s2{
	padding:8px 0;
	margin:0;
}
#english .companybox{
	border-top: 2px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin:15px 0 80px 0;
}

#english .companybox td{
	padding: 5px 5px 5px 10px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	font-size: 12px;
	vertical-align: top;
}
#english .txt_step{
	padding: 8px 0;
	margin:0;
	font-size: 12px;
	line-height: 1.8;
}
#english .txt_step td{
	padding-bottom: 10px;
}

#english ul {
	list-style-type: disc;
	padding-left: 15px;
	font-size: 12px;
}

/*----------- よくある質問 --------------*/
.q_01 {
	background-image: url(../img/faq/q_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	display: block;
	margin:6px 0 6px 0;
}

.q_box{
	width: 494px;
	padding:6px 6px 6px 30px;
	background-image: url(../img/faq/q_head2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
}

.txt_a01{
	background-image: url(../img/faq/a_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:10px 0 10px 30px;
	font-size: 12px;
}

.faq_pagetop {
	clear: both;
	padding:5px 0 7px 0;
	text-align: right;
	display: block;
}

/*----------- サイトマップ --------------*/
.sitemap_top {
	background-image: url(../img/sitemap/sitemap_c2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	display: block;
	margin-top: 25px;
}

.sitemap_c {
	background-image: url(../img/sitemap/sitemap_c.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	display: block;
	margin-top: 10px;
}

.sitemap_c2 {
	background-image: url(../img/sitemap/sitemap_c2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	display: block;
	margin-top: 10px;
}

.sitemap_list {
	background-image: url(../img/sitemap/sitemap_list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 21px;
	display: block;
	margin-top: 10px;
}

.sitemap_line{
	border-bottom: 2px solid #DDDDDD;
	margin-top:10px;
}

/*----------- メディア掲載 --------------*/
h3.media_subttl{
	padding:5px 8px 3px 9px;
	margin-top:18px;
	width: 512px;
	font-size: 12px;
	color: #000000;
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 2px dotted #999999;
	border-left: 1px dotted #999999;
	background-color: #FFFFCC;
}

.mediabox{
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom:15px;
}

.mediabox td{
	padding: 5px 3px 4px 8px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-size: 12px;
	vertical-align: top;
}

.space_year{
	padding-top:10px;
}

/*----------- ページトップ --------------*/

#b_pagetop {
	clear: both;
	padding:5px 0 0 0;
	text-align: right;
	display: block;
}

/*＝＝＝＝＝＝＝＝＝＝　07:フッター ＝＝＝＝＝＝＝＝＝＝*/

#footer {
	height:73px;
	text-align:left;
}

#footer_menu {
	height:48px;
	background:url(../img/bg_footmenu.gif) top no-repeat;
}

#footer_menu p.menu{
	float:left;
	margin:16px 0 0 0;
	font-size: 11px;
}

/*----------- 広告掲載について --------------*/
#bt_keisai{
	float:right;
	margin:10px 0 0 0;
	width:127px;
	height:27px;
	overflow:hidden;
}

#bt_keisai ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

#bt_keisai li {
	font-family: "MS PGothic", "Osaka";
	font-size: 12px; /*renders 12px */ 
}

#bt_keisai li a{
	display: block;
	overflow:hidden;
	text-align: right;
	height: 0 !important;
	height /**/: 27px;
	padding-top: 27px;
	background:url(../img/bt_cm.gif);
}

#bt_keisai #fnavi { width:127px;}

/*通常時*/
#bt_keisai #fnavi a{ background-position: 0 0;}

/*オンマウス時*/
#bt_keisai #fnavi a:hover { background-position: 0 -27px;}

/*----------- Copyright --------------*/

div.copyright{
}

/*----------- テーブル --------------*/
table td{
	font-size: 12px;
}

/*----------- 販売者になるには --------------*/
.p_rl20{
	padding: 0 20px 0 20px;
}
.p_t15{
	padding-top: 15px;
}

/*----------- 関連書籍 --------------*/

#books h1{
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}

#books h2{
	display: block;
	margin: 10px 0 15px;
	padding: 0;
	background: none;
}

dl.booksarea01 img{
	float: right;
	padding-left: 15px;
}

dl.booksarea01{
	margin: 0 0 15px;
}

dl.booksarea01 dt{
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

dl.booksarea01 dd{
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 20px;
}

dl.booksarea02{
	margin: 15px 0 0;
	padding: 10px;
	border: 1px solid #0099FF;
}

dl.booksarea02 dt{
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	line-height: 20px;
}

dl.booksarea02 dd{
	font-size: 12px;
	line-height: 20px;
}
/*----------- ビッグイシューの本　追加20160920 --------------*/
dl.booksarea03{
	padding: 8px;
}

dl.booksarea03 dt{
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	line-height: 20px;
	padding-bottom: 15px;
}

dt h2{
	font-size: 14px;
}

dl.booksarea03 dd{
	font-size: 12px;
	line-height: 18px;
}

/*----------- 10周年イベントページ --------------*/

#p_area p.event10s_red {
	margin:10px 0;
	font-size: 18px;
	color: #CC0000;
}

#event10s h1{
	height: 34px;
	text-indent: 0;
	padding-bottom: 30px;
	margin: 0;
	display: inline;
}

#event10s h2{
	padding:4px 8px;
	margin:15px 0 10px 0;
	clear: both;
	font-size: 12px;
	color: #000000;
	border: 1px dotted #999999;
	background-color: #FFFFCC;
}


#event10s p.txt_01{
	padding:0 0 10px 10px;
	margin-bottom:10px;
	font-size: 12px;
}

#event10s h2.event10s{
	padding:4px 8px;
	margin:5px 0 10px 0;
	font-size: 14px;
	color: #000000;
	border: 1px dotted #999999;
	background-color: #FFFFCC;
}

.event_ttl10s {
	padding-bottom: 20px;
}

.event_top_space {
	margin-top: 60px;
}

.event_icon3 {
	display: block;
	margin: 20px 0 10px 0;
}

/*----------- 10周年イベントページ2 --------------*/
#event10s table td{
	padding: 4px;
}

#event10s table th{
	padding: 5px 0 5px 0;
	font-size: 12px;
	text-align: center;
}

#event10s .y_back{
	background-color: #FFFF99;
	text-align: center;
}

#event10s .number_10{
	text-align: center;
	margin: 25px 0 35px 0;
}

#event10s .space_t20{
	padding-top:20px;
}

#event10s .btn_left10{
	padding-left: 10px;
	padding-bottom: 20px;
}
#event10s .space_b20{
	padding-bottom: 20px;
}
/*----------- 市民パトロン --------------*/
.patron_list1 {
	background-image: url(../img/anniversary/list1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	display: block;
	margin-top: 15px;
}
.patron_list2 {
	background-image: url(../img/anniversary/list2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	display: block;
	margin-top: 15px;
}
.patron_list3 {
	background-image: url(../img/anniversary/list3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	display: block;
	margin-top: 15px;
}
.p_text14 {
	font-size: 14px;
}

/*----------- 販売者になるには販売者の声 --------------*/
.voice_box0 {
	margin: 5px 0 15px 65px;
	display: block;
}
.voice_box {
	margin: 15px 0 15px 65px;
	display: block;
}
.voice_box_l {
	padding-right: 15px;
	float: left;
}
.voice_box_r {
	padding-top: 7px;
}
.other_voice {
	text-align: right;
}

/*----------- 定期購読（追加20150811） --------------*/
.p_rbl402040{
	padding: 0 40px 20px 40px;
}

.t_y_back{
	background-color: #FFFFCC;
	text-align: center;
}

.t_y_back2{
	background-color: #FFFFCC;
}

.mt20 {
	margin-top: 20px;
}

.headjapan {
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
}

/*----------- Google カスタム（追加20160308） --------*/
#___gcse_0 .gsc-control-cse,
#___gcse_0 .gsc-control-cse-ja,
#___gcse_0 .gsib_a{
    margin:0 !important;
    padding:3px 0 0 3px !important;
}

#___gcse_0 .gsc-search-box {
	margin-top: 13px;
	width: 246px;
}

#___gcse_0 .gsc-input {
	padding: 1px 0 0 10px;
}

#___gcse_0 gstl_50 {
	width: 161px;
}

/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#___gcse_0 .gsib_b span{
        box-sizing: border-box;
   -moz-box-sizing: border-box;
        padding:1px 0 0 0;
}

/*----------- backnumber3冊セット（追加20160906） --------*/
.bn_box2{
	/*padding:0 0 14px 14px;*/
	margin-bottom:30px;
	background-color: #FFFFCC;
	font-size: 10px;
	line-height: 1.3;
}

.bn_box2 td{
	padding:14px 14px 0 0;
	width:129px;
}
.bn_box2 .bn_left{
	padding-left: 14px;
}
.bn_box2 .bn_bottom{
	padding-bottom: 14px;
	width:115px;
}
.bn_box2 .bn_leftbottom{
	padding-left: 14px;
	padding-bottom: 14px;
	width:115px;
}
.bn_box2 img{
	padding: 2px 0 4px 0;
}
.bn_box3{
	/*padding:0 0 14px 14px;*/
	margin-bottom:30px;
	background-color: #FFFFCC;
	font-size: 10px;
	line-height: 1.3;
}

.bn_box3 td{
	padding:14px 14px 0 0;
	width:251px;
}
.bn_box3 .bn_bottom{
	padding-bottom: 14px;
	width:251px;
}
.bn_box3 .bn_leftbottom{
	padding-left: 14px;
	padding-bottom: 14px;
	width:238px;
}
.bn_box3 img{
	padding: 2px 0 4px 0;
}
.set_ttl16{
	height: 23px;
	padding:4px 8px;
	margin:15px 0 10px 0;
	clear: both;
	font-size: 16px;
	color: #000000;
	border: 1px dotted #999999;
	background-color: #FFFFCC;
}

/*----------- 資料請求（追加20160908） --------*/
.sample_space{
	padding: 5px 70px 5px 10px;
}

.ttl_space{
	padding-bottom: 25px;
}

/*----------- バックナンバーセット（追加20160912） --------*/
.bn_bnset{
	padding-top:15px;
	padding-bottom:15px;
	/*text-align:center;*/
}
.bn_bnset2{
	padding-bottom:25px;
	/*text-align:center;*/
}

/*----------- ビッグイシューの本（追加20160919） --------*/
.books_buy{
	list-style-type: decimal;
	font-size: 14px;
	margin-left: 20px;
}
.books_buy12{
	font-size: 12px;
}
.books_buy li{
	margin-bottom: 20px;
}
.books_buy_box {
	display:block;
}
.books_buy_box h3{
	font-size: 16px;
}

ul.books_cart {
    margin:20px 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width:530px;
}
 
ul.books_cart li {
    margin:0 10px 10px 0;
    width:165px;
    list-style:none;
}

/*----------- ビッグイシューの本（追加20160923） --------*/
ul.books_text {
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:530px;
}
 
ul.books_text li {
    margin:0 5px 10px 5px;
    /*padding:5px;*/
    border:1px solid #0099FF;
    width:162px;
    list-style:none;
	font-size:12px;
}

ul.books_text h2 {
    text-align:center;
	font-size:14px;
}

ul.books_text p.books_ex {
    text-align:center;
	font-size:12px;
	padding: 0 2px 15px 2px;
}

ul.books_text p.books_d {
	font-size:12px;
	padding: 0 4px 5px 4px;
}

/*----------- 広告ページ（追加20161102） --------*/
#nhk_ttl {
	background-color: #DF2425;
	padding:10px 12px 12px 15px;
}
#nhk_ttl2 {
	font-size:16px;
	color: #FFFFFF;
	line-height: 1.2;
}

#nhk_ttl3 {
	font-size:12px;
	color: #FFFFFF;
	line-height: 1.8;
}

#nhk_ttl3 a:link{ text-decoration:none; color:#FFFFFF; }
#nhk_ttl3 a:visited{ text-decoration:none; color:#FFFFFF; }
#nhk_ttl3 a:hover{ color:#FF9999; text-decoration:none;}

.ad_box {
	margin:0 20px;
	border: 1px solid #666666;
	padding:10px 12px 12px 15px;
}

p.ad_box ol {
	list-style-type: decimal;
}

p.ad_box ul {
	list-style-type: disc;
}

p.ad_box ul.ad_list2 {
	list-style-type: square;
}

.graph_img{
	margin: 20px 0 10px 0;
}

.booksbuy {
    text-align:center;
	margin: 20px 0 20px 0;
}

.booksbuy2 {
    text-align:center;
	padding: 20px 0 25px 0;
	background-image: url(../img/books/bg_nhk.gif);
}

.nhk2_bg {
	background-image: url(../img/books/bg_nhk.gif);
}

/*----------- ビッグイシューの本ページ（追加20161104） --------*/
dl.booksarea04{
	text-align: left;
}

dl.booksarea04 dt{
	margin: 30px 0 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
}

dl.booksarea04 dd{
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 20px;
}

.mokuji_space{
	margin-top:20px;
	font-weight: bold;
	font-size: 14px;
}

.cc_ttl{
	margin:20px 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height:1.4em;
}

.booksbuy3 {
    text-align:center;
	margin-bottom: 10px;
}

h3.h3_ttl3{
	padding-bottom: 3px;
	margin: 40px 0 10px 0;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px dotted #999999;
}

h3.h3_ttl4{
	padding:4px 6px;
	margin: 30px 0 10px 0;
	font-size: 14px;
	color: #000000;
	border: 1px dotted #999999;
	background-color: #FFFFCC;
}

.txt_mb20{
	margin-bottom: 20px;
}

/*----------- ビッグイシューカレンダー（追加20161201） --------*/
.ca_ttl{
	padding:4px 6px 4px 12px;
	margin: 30px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #D7001A;
	border: 1px solid #D7001A;
}

.booksbuy4 {
    text-align:center;
	margin-bottom: 10px;
}
