/*
Theme Name: Bigweb
Theme URI: https://wordpress.org/themes/bigweb/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: bigweb

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */



 /*------for dropdown menu ---------*/

 ul#menuBody li {
    float: left;
    text-align: center;
    width: 200px;
}
div#menu {
    /*background: #3b3b3b none repeat scroll 0 0;*/
	background: #f1f1f1 none repeat scroll 0 0;
	border-bottom: 6px solid #3b3b3b;
    height: 25px;
    position: relative;
    width: 1000px;
}

.menu-header {
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
    height:auto;
}
.menu-header ul,
    div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-header li,
    div.menu li {
    float: left;
    position: relative;
}
.menu-header li,
    div.menu li {
    float: left;
    position: relative;
}

.menu-header ul ul {
    background: #f1f1f1 none repeat scroll 0 0;
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 24px;
    width: 200px;
    z-index: 99999;
}
.menu-header a {
    /*color: #aaa;*/
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 10px;
    text-decoration: underline;
}
.menu-header ul li:hover > ul {
    display: block;
}
.menu-header li:hover > a,
.menu-header ul ul :hover > a {
    background: #f6ff00;
    /*color: #fff;*/
}
.menu-header ul li.current_page_item > a,
.menu-header ul li.current-menu-ancestor > a,
.menu-header ul li.current-menu-item > a,
.menu-header ul li.current-menu-parent > a {
   /* color: #fff;*/
}



 /*------ end dropdown menu ---------*/
.clear{
	clear:both;
}
p {
    margin: 15px 0 !important;
	font-size: 13px;
}
.sig_left p {
	/*font-size: 13px;*/
    margin: 10px 0 !important;
	font-size: small;
    line-height: 22px;
    color: #222;
}
/*table {
    border-collapse: collapse;
    border-spacing: 0;
}*/
.site-content {
    margin: auto;
    max-width: 1000px;
}
.post_img {
    float: left;
    /*margin-right: 10px;*/
	margin-left: 10px;
	margin-top: 10px;
	min-height: 325px;
}
.sig_left {
    float: left;
    width: 760px;
}
.toppage_left {
    float: left;
    width: 350px;
	margin-right:30px;
}
.toppage_right {
    float: left;
    width: 350px;
}
.toppage_top_bnr {
    width: 730px;
    float: left;
}
.toppage_top_bnr img {
	margin-bottom:10px;
}
div#primary {
    width: 100%;
    float: left;
}
.toppage_top {
    width: 730px;
    float: left;
}
.toppage_kijibox{
	width:350px;
	float:left;
}
.sig_leftright {
    width: 100%;
    float: left;
}
.toppage_ctitle {
    width: 350px;
    float: left;
    margin-bottom: 10px;
}
.toppage_kijiset {
    width: 330px;
    float: left;
    margin: 0 10px;
    margin-bottom: 30px;
}
.toppage_kijiset a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
.toppage_kijiday {
    width: 330px;
    float: left;
}
.toppage_kijititle {
    width: 330px;
    float: left;
    font-size: 120%;
    font-weight: 700;
    line-height: 1.15em;
	margin-bottom:5px;
}
.toppage_kijiimg{
    width: 330px;
    float: left;
}
.toppage_kijiimg img{
    width: 330px;
}
.toppage_kijinikoniko{
    width: 330px;
    float: left;
}
.toppage_kijinikoniko embed{
    width: 330px;
}
.toppage_kijibody{
    width: 330px;
    float: left;
	font-size: small;
}
.sig_right {
    float: right;
    width: 240px;
	padding: 76px 0 0;
}
.mb10{
	margin-bottom:10px;
}
#_____01 td {
    line-height: 0;
}
.htbl2 td{
    line-height: 0;
}
.idate {
    color: #000;
}
p.example {
    line-height: 150%;
}
.osin{
	display:none
}
.home .hdn {
    display: none;
}
.single .hdn {
    display: none;
}
.single .osin{
	display:block;
}
.paging-navigation {
    clear: both;
}





.sig_right{
	padding-left:10px;
	border-left:solid 1px #CCC;
	width:220px;
	padding-top:0px;

}

.sig_right aside ul{
	margin-left:10px;

}




#categories-3 ul li{
	list-style:none;
}


.sig_right aside h1,
.sig_right aside h3{

	margin-top:30px;
	margin-bottom:10px;

	background-color:#C9C;
	color:#FFF;

}

.sig_right aside{



}

.st-tag-cloud{


}
/* nav dropdown */
.navbar-nav ul li > ul {
	display:none;
}
.navbar-nav li.menu-item-has-children:hover ul {
	display: block;
}

#headerbanner img{
	margin:auto;
}


.sig_right h3#newTitle{
background-color:yellow!important;
font-size:80%!important;
padding:10px!important;
}

#tenpo-title{display:block !important; border-bottom: 1px solid #aaa !important; padding: 0 0 15px !important; margin: 0 0 15px !important;}

#shoutai_title{color: #222;font-size:20px;border-left: 4px solid #1723B1}
#shoutai_table{color: #222;width:100%;margin:35px 0 0;}
#shoutai_table td{padding: 10px;border:1px solid #ddd}
#shoutai_top{background:#1723B1;color: #fff;}
#shoutai_top td{}

#bmiq_shops{
}
#bmiq_shops h2{
color: #222;
font-size:20px;
border-left: 4px solid #1723B1;
padding: 0 0 0 10px;
}
#bmiq_shops .bmiq_shops_top{
}
#bmiq_shops .bmiq_shops_list{
    border-left: 4px solid #1723B1;
    padding: 10px 10px 10px 15px;
    font-weight: bold;
    color: #1723B1;
}
#bmiq_shops .bmiq_shops_list .honbun{
margin: 10px 0 0;
}
#bmiq_shops .bmiq_shops_list li{
}
#bmiq_shops .bmiq_shops_section_one,#bmiq_shops .bmiq_shops_section_two,#bmiq_shops .bmiq_shops_section_three,#bmiq_shops .bmiq_shops_section_four{
}
#bmiq_shops .bmiq_shops_section_four{
    padding: 10px 00;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#bmiq_shops .bmiq_shops_section_four a{
    color: #1723B1;
    font-weight: bold;
}



/*
Theme Name: Twenty Thirteen
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

See https://codex.wordpress.org/Right_to_Left_Language_Support
*/

@media (max-width: 1000px) {
	.sig_right {
		display: none;
	}
}

@media (max-width: 767px) {

.toppage_left, .toppage_right {
    float: none;
    margin: 0 auto;
}

#content{
width: auto !important;
}
.sig_leftright{
width: auto;
}
.sig_left{
width: 100vw !important;
float: none !important;
}
.single .sig_left{
padding: 15px !important;
}
.sig_right{
width: 100vw !important;
float: none !important;
}
#content .sig_left table,.home #content .sig_left td{
width: 100vw !important;
display: inline;
}
.sig_right{
display: none;
}
.single #wp_rp_first{
    padding: 10px;
    margin: auto;
    width: 240px;
}
.single .yarpp-related{
    padding: 15px;
}

table,.tr,.home  td,embed{
display:inline-block;
clear:both;
}

.header_add{
display: none !important;
}
.bot_header{
margin: 0 !important;
}
.navbar-collapse {
    padding: 0 10px;
    width: 100vw;
}
.navbar-collapse.in {
    overflow: visible;
    padding: 50px 10px 0;
}
#navbar ul li > ul{
	width: 80% !important;
	padding: 10px !important;
}
#navbar li.menu-item-has-children:hover ul{
	top: 45px !important;
}
.logo a img{
width: 160px;
}
.page .sig_leftright img{
}
.page .sig_leftright table{
width: auto;
}
.page .sig_leftright table td{
}
.page .sig_leftright table tr{
}
.page .sig_leftright table iframe{
width: 100vw !important;
}
#bmo_table_navi,#ryuji_twitter{
display: none;
}
#ryuji_nikoniko_movie{
}
#ryuji_nikoniko_movie td{
display:inherit;
}
#ryuji_nikoniko_movie embed{
width: 100vw;
}
#ryuji_video_list{
    height: 570px;
    overflow: auto;
}
#ryuji_video_list td{
display: block;
}
#ryuji_video_list tr{
}

#shop_maps{
}
#shop_maps td:nth-child(2),#shop_maps td:nth-child(4){
display: block;
}
#shop_maps tr{
display:block;
}
#shop_maps td{
width: 100vw;
}

#recruit_list iframe{
width: 100% !important;
}

#_____01{
display:none;
}
.toppage_top,.toppage_top_bnr{
	width: 100vw !important;
	float: none !important;
}
}

@media (max-width: 643px) {

#content{
width: auto !important;
}
.sig_leftright{
width: auto;
}
.sig_left{
width: 100vw !important;
float: none !important;
}
.single .sig_left{
padding: 15px !important;
}
.sig_right{
width: 100vw !important;
float: none !important;
}
#content .sig_left table,.home #content .sig_left td{
width: 100vw !important;
display: inline;
}
.sig_right{
display: none;
}
.single #wp_rp_first{
    padding: 10px;
    margin: auto;
    width: 240px;
}
.single .yarpp-related{
    padding: 15px;
}

table,.tr,.home  td,embed{
display:inline-block;
clear:both;
}

.header_add{
display: none !important;
}
.bot_header{
margin: 0 !important;
}
#navbar ul li > ul{
	width: 80% !important;
	padding: 10px !important;
}
#navbar li.menu-item-has-children:hover ul{
	top: 45px !important;
}
.logo a img{
width: 160px;
}
.page .sig_leftright img{
}
.page .sig_leftright table{
width: auto;
}
.page .sig_leftright table td{
}
.page .sig_leftright table tr{
}
.page .sig_leftright table iframe{
width: 100vw !important;
}
#bmo_table_navi,#ryuji_twitter{
display: none;
}
#ryuji_nikoniko_movie{
}
#ryuji_nikoniko_movie td{
display:inherit;
}
#ryuji_nikoniko_movie embed{
width: 100vw;
}
#ryuji_video_list{
    height: 570px;
    overflow: auto;
}
#ryuji_video_list td{
display: block;
}
#ryuji_video_list tr{
}

#shop_maps{
}
#shop_maps td:nth-child(2),#shop_maps td:nth-child(4){
display: block;
}
#shop_maps tr{
display:block;
}
#shop_maps td{
width: 100vw;
}

#recruit_list{
}
#recruit_list td{
display: block;
}
#recruit_list img{
width: 100%;
}


    #footer_list_col {
    width: 100%;
    text-align: left;
    }
    #footer_list_magazine, #footer_list_deck, #footer_list_shops {
    width: 100%;
    margin: 0 0 40px;
    float: left;
    display: block;
    clear: both;
    }
    #copyright {
    margin: 0;
    }

#_____01{
display:none;
}
.toppage_top,.toppage_top_bnr{
	width: 100vw !important;
	float: none !important;
}
}

@media (max-width: 359px) {

#content{
width: auto !important;
}
.sig_leftright{
width: auto;
}

.single .sig_left{
padding: 15px !important;
}
.sig_right{
width: 100vw !important;
float: none !important;
}
#content .sig_left table,.home #content .sig_left td{
width: 100vw !important;
display: inline;
}
.sig_right{
display: none;
}
.single #wp_rp_first{
    padding: 10px;
    margin: auto;
    width: 240px;
}
.single .yarpp-related{
    padding: 15px;
}

table,.tr,.home  td,embed{
display:inline-block;
clear:both;
}

.header_add{
display: none !important;
}
.bot_header{
margin: 0 !important;
}
#navbar ul li > ul{
	width: 80% !important;
	padding: 10px !important;
}
#navbar li.menu-item-has-children:hover ul{
	top: 45px !important;
}
.logo a img{
width: 160px;
}
.page .sig_leftright img{
}
.page .sig_leftright table{
width: auto;
}
.page .sig_leftright table td{
}
.page .sig_leftright table tr{
}
.page .sig_leftright table iframe{
width: 100vw !important;
}
#bmo_table_navi,#ryuji_twitter{
display: none;
}
#ryuji_nikoniko_movie{
}
#ryuji_nikoniko_movie td{
display:inherit;
}
#ryuji_nikoniko_movie embed{
width: 100vw;
}
#ryuji_video_list{
    height: 570px;
    overflow: auto;
}
#ryuji_video_list td{
display: block;
}
#ryuji_video_list tr{
}

#shop_maps{
}
#shop_maps td:nth-child(2),#shop_maps td:nth-child(4){
display: block;
}
#shop_maps tr{
display:block;
}
#shop_maps td{
width: 100vw;
}

#recruit_list{
}
#recruit_list td{
display: block;
}
#recruit_list img{
width: 100%;
}

#_____01{
display:none;
}
.toppage_top,.toppage_top_bnr{
	width: 100vw !important;
	float: none !important;
}
}

.boxes li { width:30% !important}
@media screen and (max-width: 1024px){
	#bmtp-akiba,
	#bmtp-ikebkuro,
	#bmtp-nagoya,
	#bmtp-nanba{
		padding-bottom:24px;
	}
}
.bmtp-title{
	padding: .25em 0 .25em .75em; 
	border-left: 6px solid #1723b1;
	text-align:left;
}

/*
* bigmagic.net上でエキスパンション一覧を表示しない 2018.03.24 k.otsuka
*/
@media screen and (max-width: 767px){
    section.footer_expansion {
        display: none;
    }
}
