/*
Theme Name: BigwebCSS2
Theme URI: https://wordpress.org/themes/bigweb/CSS
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.
*/


@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700,800,900,200);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,700italic);
* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

a:focus {
    outline: none;
    outline-offset: 0px;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

.bot_header .menu .navbar-nav>li>a:focus,
.menu .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #FFF500;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
    border: none;
    overflow: visible;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
}

:focus {
    outline: none;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-size: 14px;
    /* color: #807e82; */
    color: #333;
    font-weight: 400;
    background: #fff;
}

.top_header {
    background-image: url(https://mtg.bigweb.co.jp/images/header_bg.png);
    background-repeat: repeat;
    background-position: 0 0;
    overflow: hidden;
}

.right_add {
    float: right;
        float: right;
}

.header_add {
    float: left;
}

.navbar-default {
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.navbar-header {
    float: none;
}

.navbar-nav {
    float: none;
    text-align: center;
    border-left: 1px solid #666;
}

.navbar-nav>li {
    width: 15%;
    border-right: 1px solid #666;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.logo {
    margin: 22px 15px 22px 0;
    float: left
}

.logo a {
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 184px;
    height: 56px;
    background-size: 100% auto;
    text-indent: -9999px;
}

.bot_header {
    background: #000;
    margin: -23px 0 0;
    position: relative;
}

.content_banner {
    margin: 0 0 0px;
}

aside {
    border-top: 4px solid #cfcfcf;
    margin: 0 0 0 0px;
}

aside ul>li {
    padding: 8px;
    border-bottom: 1px solid #cfcfcf;
}

aside ul>li>a {
    font-size: 16px;
    color: #1723b1;
    display: block;
}

aside ul>li:hover>a,
aside ul>li>ul>li:hover>a {
    text-decoration: none;
}

aside ul>li>ul>li {
    margin: 8px 0 0;
    padding: 0;
    border: none;
}

aside ul>li>ul>li>a {
    font-size: 14px;
    color: #000;
    display: block;
}

.yellow_heading {
    background: #f9ef00;
    position: relative;
    padding: 12px 100px;
    font-size: 30px;
    color: #1723b1;
    margin: 0
}

.yellow_heading img {
    position: absolute;
    left: 15px;
    top: -18px;
}

.subheading {
    font-size: 20px;
    color: #000;
    position: relative;
    padding: 4px 0 0 20px;
    font-weight: bold
}

.subheading::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 10px;
    height: 30px;
    background: #000;
}

.region li {
    float: left;
}

.boxes {
    text-align: left;
    float: left;
    width: 100%;
}

.boxes li {
    text-align: left;
    width: 30%;
    display: inline-block;
    border: #ccc solid 5px;
    margin: 10px;
    vertical-align: top;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.boxes li .box_title {
    background: #ccc;
    padding: 7px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.boxes li .bx_body {
    padding: 15px;
    min-height: 260px;
}

.boxes li .bx_body h2 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 20px 0;
}

.boxes li .bx_body .text_img {
    margin: 0 0 10px 0;
}

.boxes li .bx_body .text_img img {
    width: 100%;
}

.boxes li .bx_body h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0 20px 0;
}

.boxes li .bx_body h4 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0 20px 0;
    word-break: break-all
}

.boxes li .bx_body .btn_row {
    text-align: center;
}

.boxes li .bx_body .btn_row .box_btn {
    display: inline-block;
    background: #333;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
}

.boxes li .bx_body .btn_row .box_btn i {
    margin-right: 10px;
    font-size: 12px;
    color: #fff500;
}

.boxes li.blue_box {
    border: #1723b1 solid 5px;
    background: url(../images/box-avatar-blue.png) no-repeat scroll 180px 10px;
}

.boxes li.blue_box .box_title {
    background: #1723b1;
}

.boxes li.blue_box h2 {
    color: #1723b1;
}

.boxes li.blue_box h3 {
    color: #1723b1;
}

.boxes li.blue_box .bx_body .btn_row .box_btn {
    background: #1723b1;
}

.boxes li.red_box {
    border: #ff2300 solid 5px;
    background: url(../images/box-avatar-red.png) no-repeat scroll 180px 10px;
}

.boxes li.red_box .box_title {
    background: #ff2300;
}

.boxes li.red_box h2 {
    color: #ff2300;
}

.boxes li.red_box h3 {
    color: #ff2300;
}

.boxes li.red_box .bx_body .btn_row .box_btn {
    background: #ff2300;
}

.boxes li.purple_box {
    border: #8a00d1 solid 5px;
    background: url(../images/box-avatar-purple.png) no-repeat scroll 180px 10px;
}

.boxes li.purple_box .box_title {
    background: #8a00d1;
}

.boxes li.purple_box h2 {
    color: #8a00d1;
}

.boxes li.purple_box h3 {
    color: #8a00d1;
}

.boxes li.purple_box .bx_body .btn_row .box_btn {
    background: #8a00d1;
}

.clr {
    clear: both;
}

.scrollup img {
    outline: none;
}

.bmiq .bmi_btn {
    display: inline-block;
    background: #1723b1;
    padding: 5px 10px;
    color: #fff;
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.bmiq .english_btn {
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    color: #333;
    float: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.bmiq .search_box {
    width: 100%;
    height: 630px;
    overflow: hidden;
    display: table;
    background-color: #f8ee01;
    background: url(../images/yellow-pattren.jpg) repeat;
    margin-top: 20px;
    border: #cfcfcf solid 5px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.bmiq .search_box .big_avatar {
    display: table-cell;
    height: 100%;
    width: 100%;
    position: relative;
}

.bmiq .search_box .big_avatar img {
    width: 100%;
    height: auto;
}

.bmiq .search_box .big_avatar .map {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
}

.bmiq .search_box .big_avatar .map .search_bar {
    background: #48483e;
    padding: 10px 20px;
}

.bmiq .search_box .big_avatar .map .search_bar .srh_i {
    display: inline-block;
}

.bmiq .search_box .big_avatar .map .search_bar .srh_i i {
    color: #fff;
    font-size: 50px;
}

.bmiq .search_box .big_avatar .map .search_bar .srh {
    width: 90%;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    background: none;
    border: none;
}

.bmiq .search_box .big_avatar .map .search_bar .srh::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.bmiq .search_box .big_avatar .map .search_bar .srh:-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.bmiq .search_box .big_avatar .map .search_bar .srh::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.bmiq .search_box .big_avatar .map .search_bar .srh:-ms-input-placeholder {
    color: red;
}

.bmiq .search_box .big_avatar .map .map_content {
    padding: 15px;
    position: relative;
}

.bmiq .search_box .big_avatar .map .map_content span {
    position: absolute;
    display: inline-block;
}

.bmiq .search_box .big_avatar .map .map_content span a {
    width: 143px;
    text-align: center;
    display: inline-block;
    padding: 20px 20px;
    color: #333;
    font-size: 17px;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.bmiq .search_box .big_avatar .map .map_content span a:hover {
    color: #0d3491;
}

.bmiq .search_box .big_avatar .map .map_content span.p1 {
    right: 108px;
    top: 135px;
}

.bmiq .search_box .big_avatar .map .map_content span.p2 {
    left: 270px;
    top: 180px;
}

.bmiq .search_box .big_avatar .map .map_content span.p3 {
    left: 86px;
    top: 232px;
}

.bmiq .search_box .big_avatar .map .map_content span.p4 {
    left: 180px;
    top: 350px;
}

.bmiq .search_box .big_avatar .map .map_content span.p5 {
    right: 108px;
    top: 350px;
}

.bmiq .search_box .big_avatar .map .map_content span.p6 {
    left: 20px;
    top: 450px;
}

.bmiq .search_box .big_avatar .map .map_content span.p7 {
    right: 160px;
    top: 450px;
}

.bmiq .date_event {
    border-top: #cfcfcf solid 8px;
    margin: 20px 0px 10px 0px;
}

.bmiq .date_event .event_head {
    padding: 10px;
    text-align: center;
}

.bmiq .date_event .event_head h1 {
    font-size: 20px;
    margin: 0px;
    color: #333;
    font-weight: 600;
}

.bmiq .date_event ul {
    margin-bottom: 20px;
}

.bmiq .date_event ul li {
    margin-bottom: 10px;
    border-top: #ccc dotted 1px;
    padding-top: 10px;
}

.bmiq .date_event ul li .date_box {
    background: #1723b1;
    padding: 7px 15px;
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    float: left;
}

.bmiq .date_event ul li .event_detail {
    overflow: hidden;
    font-size: 16px;
    color: #1723b1;
    font-weight: bold
}

.bmiq .date_event ul li:hover .event_detail {
    color: #333;
}

.gray_add {
    background: #39393d url(../images/gray-partten.jpg) repeat left top;
    margin-top: -20px;
    border-bottom: #000 solid 1px;
}

.gray_add .inner_banner {
    background: #2d6537 url(../images/big-add.jpg) no-repeat left top;
    height: 268px;
}

.gray_add .inner_banner .add_top {
    max-width: 1170px;
    height: auto;
}

.gray_add .inner_banner .add_left {
    max-width: 225px;
    height: auto;
    float: left;
    margin: 1px 0 0 20px;
}

.gray_add .inner_banner .add_mid {
    max-width: 556px;
    height: auto;
    float: left;
    margin: 50px 0 0 80px;
}

.gray_add .inner_banner .add_right {
    max-width: 172px;
    height: auto;
    float: right;
    position: relative;
    z-index: 9;
    margin-top: -35px;
    margin-right: 20px;
}

.sub_menuBar {
    height: 50px;
    overflow: hidden;
    background: #1723b1;
    z-index: 9
}

.sub_menuBar .sub_menuAvatar {
    float: left;
    position: absolute;
    top: -33px;
}

.sub_menuBar ul.subNenu {
    float: left;
    margin-top: 15px;
    width: 100%;
    text-align: left;
    padding-left: 250px;
}

.sub_menuBar ul.subNenu li {
    display: inline-block;
    margin: 0 0px;
}

.sub_menuBar ul.subNenu li a {
    color: #FFF500;
    font-size: 16px;
    padding: 0 15px;
    border-right: #FFF500 solid 1px;
    line-height: 16px;
    font-weight: bold
}

.sub_menuBar ul.subNenu li:last-child a {
    border-right: none;
}

.sub_menuBar ul.subNenu li a:hover {
    color: #FFF500;
}

.region_sub_menuBar {
    height: 50px;
    overflow: hidden;
    background: #1723b1;
    z-index: 9
}

.region_sub_menuBar .sub_menuAvatar {
    float: left;
    position: absolute;
    top: -33px;
}

.region_sub_menuBar ul.subNenu {
    float: left;
    margin-top: 15px;
    width: 100%;
    text-align: left;
    padding-left: 250px;
}

.region_sub_menuBar ul.subNenu li {
    display: inline-block;
    margin: 0 0px;
}

.region_sub_menuBar ul.subNenu li a {
    color: #FFF500;
    font-size: 16px;
    padding: 0 15px;
    border-right: #FFF500 solid 1px;
    line-height: 16px;
    font-weight: bold
}

.region_sub_menuBar ul.subNenu li:last-child a {
    border-right: none;
}

.region_sub_menuBar ul.subNenu li a:hover {
    color: #FFF500;
}

.top_blue_bar {
    position: fixed
}

.bigMagic_invitational {
    padding-top: 40px;
    background: #f5dd95 url(../images/big-bg.jpg) no-repeat top center;
    height: 754px;
    background-size: cover;
}

.bigMagic_invitational .white_pattren {
    background: url(../images/white-pattren.png) repeat top left;
    position: relative;
    height: 102px;
}

.bigMagic_invitational .white_pattren .act_now {
    float: left;
    max-width: 223px;
    height: auto;
    position: relative;
    left: 0px;
    top: -33px;
}

.bigMagic_invitational .white_pattren .ant_txt {
    float: left;
    max-width: 661px;
    height: auto;
}

.bigMagic_invitational .big_mid {
    text-align: center;
    margin: 0px 0px;
}

.bigMagic_invitational .big_mid h2 {
    font-size: 18px;
    color: #000;
    margin: 0px;
    line-height: 26px;
}

.bigMagic_invitational .designd_box {}

.bigMagic_invitational .designd_box .top_design {
    max-width: 763px;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}

.bigMagic_invitational .designd_box h1 {
    font-size: 48px;
    color: #ff3a1d;
    margin: 0px;
    font-weight: bold
}

.bigMagic_invitational .designd_box h3 {
    font-size: 18px;
    color: #000;
    margin: 0px;
    font-weight: bold
}

.bigMagic_invitational .designd_box .bottom_design {
    max-width: 763px;
    height: auto;
    display: inline-block;
    margin-top: 10px;
}

.bigMagic_invitational .big_mid .two_text {
    margin-top: 20px;
}

.bigMagic_invitational .big_mid .two_text h2 {
    font-size: 18px;
    color: #000;
    margin: 0px;
    line-height: 26px;
}

.bigMagic_invitational .big_mid .two_text h1 {
    font-size: 26px;
    color: #1723b1;
    margin: 10px 0 0 0;
    line-height: 26px;
    font-weight: bold
}

.bigMagic_invitational .two_box {
    text-align: center;
    margin: 30px auto 0 auto;
    width: 910px;
}

.bigMagic_invitational .two_box li {
    display: inline-block;
    margin: 0 15px;
    float: left;
}

.bigMagic_invitational .two_box li a.bx_btn {
    width: 425px;
    height: 220px;
    padding: 15px;
    display: inline-block;
    background: #fff url(../images/box-pattren.png) repeat left top;
    border: #fff solid 8px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=rgba(0, 0, 0, 0.3))";
    -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=rgba(0, 0, 0, 0.3));
}

.bigMagic_invitational .two_box li a.bx_btn h2 {
    font-size: 14px!important;
    color: #000;
    margin: 10px 0 0 45px;
    text-align: left;
}

.bigMagic_invitational .two_box li a.bx_btn h3 {
    font-size: 12px!important;
    color: #000;
    margin: 10px 0 0 45px;
    text-align: left;
}

.bigMagic_invitational .two_box li a.bx_btn span.head1 {
    font-size: 14px!important;
    color: #000;
    margin: 10px 0 0 45px;
    text-align: left;
    display: block
}

.bigMagic_invitational .two_box li a.bx_btn span.head2 {
    font-size: 12px!important;
    color: #000;
    margin: 10px 0 0 45px;
    text-align: left;
    display: block
}

.open_content {}

.open_content .img_title {
    overflow: hidden;
    background: #1723b1 url(../images/title-img.png) no-repeat top right;
    height: 80px;
    margin: 20px 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.open_content .img_title h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
    background: url(../images/yellow-aro.png) no-repeat left center;
    padding-left: 40px;
    color: #fff;
    margin-top: 23px;
}

.open_content .title_orTxt {
    margin: 0px;
}

.open_content .title_orTxt h1 {
    font-size: 28px;
    font-weight: 400;
    margin: 30px 0 0 0;
    color: #000;
}

.open_content .title_orTxt .opn_lines {
    margin: 30px 0 50px 0;
}

.open_content .title_orTxt .opn_lines li {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0px;
    color: #000;
}

.design_tbl {
    background: url(../images/tbl-bg.jpg) repeat-y left top;
    border: #1723b1 solid 2px;
}

.design_tbl .tbl_row {
    border-bottom: #000 solid 1px;
    padding: 15px;
}

.design_tbl .tbl_row .tbl_left {
    width: 225px;
    float: left;
    margin-right: 20px;
    color: #fff500;
    font-size: 20px;
    font-weight: 700;
}

.design_tbl .tbl_row .tbl_right {
    overflow: hidden;
}

.design_tbl .tbl_row .tbl_right h1 {
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0px 0 0;
    color: #000;
}

.design_tbl .tbl_row .tbl_right h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0px 0 0;
    color: #000;
}

.design_tbl .tbl_row .tbl_right .c_blue {
    color: #1723b1;
}

.design_tbl .tbl_row .tbl_right .c_red {
    color: #ff2300;
}

.design_tbl .tbl_row .tbl_right .c_red b {
    font-weight: bold
}

.design_tbl .tbl_row:last-child {
    border-bottom: none;
}

.design_tbl .tbl_row .tbl_right .in_ul {
    margin: 35px 0px;
}

.design_tbl .tbl_row .tbl_right .in_ul li {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0px;
    color: #000;
    list-style: inside;
    padding-left: 10px;
}

.design_tbl .tbl_row .tbl_right .in_ul li span {
    color: #ff2300;
}

.design_tbl .tbl_row .tbl_right .small_tbl {
    float: left;
    margin: 20px 0 0 0;
    width: 50%;
}

.design_tbl .tbl_row .tbl_right .small_tbl table {
    width: 100%;
    border: #999999 solid 1px;
    overflow: hidden;
    border-collapse: separate;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.design_tbl .tbl_row .tbl_right .small_tbl table tr th {
    background: #1723b1;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-right: #999999 solid 1px;
}

.design_tbl .tbl_row .tbl_right .small_tbl table tr td {
    padding: 10px 30px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    border-right: #999999 solid 1px;
}

.design_tbl .tbl_row .tbl_right .small_tbl table tr th:first-child {
    text-align: center;
}

.design_tbl .tbl_row .tbl_right .small_tbl table tr th:last-child {
    text-align: center;
    border-right: none;
}

.design_tbl .tbl_row .tbl_right .small_tbl table tr td:first-child {
    text-align: left;
}

.design_tbl .tbl_row .tbl_right .small_tbl table tr td:last-child {
    text-align: right;
    border-right: none;
}

.design_tbl .tbl_row .tbl_right .small_tbl table tr:nth-child(odd) {
    background: #f0f0f0;
}

.design_tbl .tbl_row .tbl_right .small_tbl table tr:nth-child(even) {
    background: #fff;
}

.design_tbl .tbl_row .tbl_right .half_tag {
    float: left;
    margin: 20px 0 0 40px;
    width: 45%;
}

.design_tbl .tbl_row .tbl_right .half_tag ul {
    margin-bottom: 40px;
}

.design_tbl .tbl_row .tbl_right .half_tag ul li {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.page-template-region_template .regions_sidebar li:first-child ul li ul {
    display: block;
}

.regions_sidebar {
    margin-top: 20px;
}

.top_blue_bar {
    z-index: 9
}

.sidebar_fixed {
    position: fixed;
    top: 50px;
    max-width: 295px;
}

#region_left {
    float: right;
}

.region_bigbox {
    margin-top: 20px;
}

.pos_bottom {
    position: absolute;
    bottom: 0;
    width: 295px;
    left: 0;
}

.aside_outer {
    position: relative;
    height: 100%;
}

.bmiq .search_box .big_avatar img {
    width: auto;
}

.bmiq .search_box .big_avatar .map .map_content span.p1 {
    right: 118px;
    top: 123px;
}

.bmiq .search_box .big_avatar .map .map_content span.p5 {
    right: 118px;
    top: 325px;
}

.bmiq .search_box .big_avatar .map .map_content span.p4 {
    left: 196px;
    top: 338px;
}

.bmiq .search_box .big_avatar .map .map_content span.p2 {
    left: 274px;
    top: 181px;
}

. .bmiq .search_box .big_avatar .map .map_content span.p3 {
    left: 82px;
    top: 234px;
}

.bmiq .search_box .big_avatar .map .map_content span.p6 {
    left: 32px;
    top: 432px;
}

.bmiq .search_box .big_avatar .map .map_content span.p7 {
    right: 260px;
    top: 430px;
}

.bmiq .search_box .big_avatar .map .map_content span a {
    padding: 0 20px;
    height: 80px;
    line-height: 80px
}

.bmiq .search_box .big_avatar .map {
    height: 100%;
}

.bigMagic_invitational .white_pattren .ant_txt.at {
    max-width: 768px;
    height: auto;
    margin: 12px 0 0 -25px;
    position: relative;
    z-index: 1;
}

.bigMagic_invitational .white_pattren .act_now {
    widows: 23%;
}

.bigMagic_invitational .white_pattren .ant_txt.at {
    width: 73%;
}

.table-curved,
.small_tbl .tr,
.small_tbl .home td,
.small_tbl embed {
    clear: none;
    display: inline-table;
}

/** footer **/

.footer {
    background: #1723b1;
    margin-top: 100px;
    width: 100%;
    float: left;
}

.footer .footer_content {
    position: relative;
    text-align: center;
    padding: 35px 0px;
}

.footer .footer_content span {
    color: #fff;
}

.footer .footer_content span a {
    color: #fff;
}

.footer .footer_content a {
    outline: none;
}

.footer .footer_content a:focus {
    outline: none;
}

.scrollup {
    width: 110px;
    height: auto;
    position: absolute;
    top: -60px;
    right: 10px;
    display: none;
}

.container .row {
    padding: 0 20px;
}

#copyright p {
    padding: 15px 0;
    font-size: 12px;
}

#footer {}

#footer_content {
    overflow: hidden;
}

#footer_list_col {
    width: 85%;
    height: 140px;
    text-align: left;
}

#footer_list_magazine,
#footer_list_deck,
#footer_list_shops {
    width: 29.3%;
    margin: 0 40px 0 0;
    float: left;
}

#footer_list_magazine dt,
#footer_list_deck dt,
#footer_list_shops dt {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #434FDC;
    font-size: 16px;
    font-weight: bold;
}

#footer_list_magazine dt a,
#footer_list_deck dt a,
#footer_list_shops dt a {
    color: #EAEFFF;
    text-decoration: none;
}

#footer_list_magazine dd,
#footer_list_deck dd,
#footer_list_shops dd {
    padding: 20px 0 0;
    margin: 0;
    font-size: 12px;
}

#footer_list_magazine dd a,
#footer_list_deck dd a,
#footer_list_shops dd a {
    color: #E9EBFF;
    text-decoration: none;
}

#copyright {
    color: #fff;
    text-align: center;
    background: #111;
    margin: 80px 0 0;
    clear: both;
}
#copyright {
    color: #fff;
    text-align: center;
    background: #111;
    margin: 80px 0 0;
    clear: both;
}
#bosyu_wrapper00 {
    width: 100%;
    float: left;
    background-image: url(../newimg/bgimage001.jpg);
    margin: -20px 0 -100px 0;
    padding: 0 0 100px 0;
}
.bgi99 {
    background-image: url(../newimg/bgimage004.jpg)!important;
}
#bosyu_wrapper00 a {
    color: #1823b1;
}
.bgi001{
	background-image: url(../newimg/bgimage002.jpg);
}
#bosyu_wrapper01 {
    width: 100%;
    float: left;
    background-color: #1823b1;
    border-bottom: 15px solid #000;
	margin: 0 0 35px 0;
}
#bosyu_wrapper02 {
    width: 100%;
    float: left;
}
.bosyu_container {
    width: 1000px;
    margin: 0 auto;
}
#bosyu_header {
    width: 1000px;
	float: left;
}
#bosyu_right {
    width: 620px;
    float: right;
}
#bosyu_obi {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
.bosyu_kijibox {
    width: 100%;
    float: left;
}
.bosyu_kijiimg {
    width: 600px;
    float: left;
    border: 10px solid #fff;
    margin: 0 0 15px 0;
}
.bosyu_kijitext {
    width: 100%;
    float: left;
    margin: 0 0 35px 0;
    font-size: 120%;
    font-weight: 600;
}
#bosyu_left {
	width: 340px;
	float: left;
}
.bb001 {
    border-bottom: 2px solid #1823b1;
    padding-bottom: 10px;
}
.bosyu_infobox {
    width: 300px;
    float: left;
    border: 5px solid #1823b1;
    padding: 15px;
    background-color: #fff;
    margin: 0 0 30px 0;
	border-radius: 10px;		/* CSS3草桁E*/
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.bosyu_infotitle {
    width: 100%;
    float: left;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
    color: #1823b1;
}
.penicon {
	background-image: url(../newimg/penicon.png);
	background-repeat: no-repeat;
}
.bosyu_infobnr {
    width: 100%;
    float: left;
}
.bosyu_infoday {
    width: 100%;
    float: left;
    color: #1823b1;
	margin: 0 0 5px 0;
}
.bosyu_infostitle {
    width: 100%;
    float: left;
    font-size: 105%;
    font-weight: 600;
    margin: 0 0 5px 0;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.35em;
}
.bosyu_infotext {
    width: 100%;
    float: left;
    font-size: 105%;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}
#bosyu_wrapper03 {
    width: 100%;
    float: left;
    background-color: #fff;
    margin: -35px 0 0 0;
    padding: 30px 0;
    border-bottom: 5px solid #000;
}
#bosyu_wr_day {
    width: 100%;
    float: left;
}
#bosyu_wr_title {
    width: 100%;
    float: left;
    font-size: 180%;
    font-weight: 600;
}
#bosyu_kiji_wr {
    width: 900px;
    float: left;
    background-color: #fff;
    padding: 45px;
    margin: 30px 0;
    border: 5px solid #fff500;
		border-radius: 10px;		/* CSS3草桁E*/
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
#bosyu_wr_kijibox {
    width: 100%;
    float: left;
}
#bosyu_wr_kijibox h2 {
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    margin: 0 0 30px 0;
    padding: 0 0 5px 0;
}
#bosyu_wr_kijibox h3 {
    font-size: 24px;
    font-weight: 600;
    color: #756F00;
}
#bosyu_wr_kijibox p {
    margin: 0 0 50px 0;
}
#info_bnr{
	text-align: center;
	margin: 0 0 50px 0;
    width: 100%;
    float: left;
}
.bosyu_infotext img {
    float: left;
    width: auto;
    margin: 0 68px;
}
.list_cat01 {
    padding: 2px 10px;
    background-color: #1823b1;
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 90%;
}
.list_cat02 {
    padding: 2px 10px;
    background-color: #b81d30;
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 90%;
}
.list_cat03 {
    padding: 2px 10px;
    background-color: #1ed3c0;
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 90%;
}
@media only screen and (max-width:1200px) {
    .gray_add .inner_banner .add_mid {
        margin: 60px 0 0 30px;
        max-width: 456px;
    }
    .design_tbl .tbl_row .tbl_right .half_tag {
        margin: 20px 0 0 30px;
    }
    .sub_menuBar ul.subNenu {
        float: left;
        padding-left: 170px;
    }
    .sub_menuBar ul.subNenu li a {
        font-size: 16px;
        line-height: 16px;
    }
    .sub_menuBar .sub_menuAvatar {
        max-width: 150px;
        height: auto;
        top: -20px;
    }
    .sub_menuBar ul.subNenu li a {
        padding: 0 15px;
    }
    .region_sub_menuBar ul.subNenu {
        width: auto;
    }
    .region_sub_menuBar ul.subNenu li a {
        font-size: 16px;
        line-height: 16px;
    }
    .region_sub_menuBar .sub_menuAvatar {
        max-width: 150px;
        height: auto;
        top: -20px;
    }
    .region_sub_menuBar ul.subNenu li a {
        padding: 0 15px;
    }
    .bmiq .search_box .big_avatar .map .map_content span a {
        font-size: 18px;
        padding: 0 20px;
        width: 150px;
    }
    .lt_map {
        width: 780px;
        margin: 0 auto;
    }
    .rt_map {
        width: 780px;
        margin: 25px 0 0;
    }
}

@media only screen and (max-width:1065px) {
    .sub_menuBar ul.subNenu {
        width: auto;
    }
    .sub_menuBar ul.subNenu li a {
        font-size: 16px;
        line-height: 16px;
    }
    .sub_menuBar .sub_menuAvatar {
        max-width: 150px;
        height: auto;
        top: -20px;
    }
    .sub_menuBar ul.subNenu li a {
        padding: 0 15px;
    }
    .region_sub_menuBar ul.subNenu {
        width: auto;
    }
    .region_sub_menuBar ul.subNenu li a {
        font-size: 16px;
        line-height: 16px;
    }
    .region_sub_menuBar .sub_menuAvatar {
        max-width: 150px;
        height: auto;
        top: -20px;
    }
    .region_sub_menuBar ul.subNenu li a {
        padding: 0 15px;
    }
    .bigMagic_invitational .designd_box .top_design {
        max-width: 713px;
    }
    .bigMagic_invitational .designd_box .bottom_design {
        max-width: 713px;
    }
    .sub_menuBar ul.subNenu {
        float: left;
        padding-left: 170px;
    }
}

@media only screen and (max-width:991px) {
    .logo a {
        width: 145px;
    }
    .header_add {
        max-width: 410px;
    }
    .right_add {
        max-width: 70px;
    }
    .c_col .col-md-3 {
        width: 30%;
    }
    .c_col .col-md-9 {
        width: 70%;
    }
    .bmiq .col-xs-8 {
        width: 100%;
    }
    .bmiq .col-xs-4 {
        width: 100%;
    }
    .bmiq .lt_map {
        width: 780px;
        margin: 0 auto;
    }
    .bmiq .rt_map {
        width: 780px;
        margin: 25px 0 0;
    }
    .gray_add .inner_banner .add_left {
        max-width: 158px;
        margin-top: 15px;
    }
    .gray_add .inner_banner .add_mid {
        margin: 50px 0 0 20px;
        max-width: 325px;
    }
    .gray_add .inner_banner .add_right {
        max-width: 130px;
        margin-top: -10px;
    }
    .gray_add .inner_banner {
        background-position: right top;
        background-size: 134% auto;
        height: 220px;
    }
    .bigMagic_invitational .white_pattren {
        height: 100px;
    }
    .bigMagic_invitational .white_pattren .act_now {
        max-width: 200px;
    }
    .bigMagic_invitational .white_pattren .ant_txt {
        max-width: 520px;
    }
    .bigMagic_invitational .two_box {
        width: 760px;
    }
    .bigMagic_invitational .two_box li a.bx_btn {
        width: 350px;
    }
    .design_tbl .tbl_row .tbl_right .small_tbl {
        float: none;
        width: 100%;
    }
    .design_tbl .tbl_row .tbl_right .half_tag {
        float: none;
        margin: 20px 0 0;
        width: 100%;
    }
    .bigMagic_invitational {
        height: 715px;
    }
    .sub_menuBar ul.subNenu {
        width: auto;
        padding-left: 120px;
        float: left;
    }
    .sub_menuBar ul.subNenu li a {
        font-size: 14px;
        line-height: 14px;
    }
    .sub_menuBar .sub_menuAvatar {
        max-width: 100px;
        height: auto;
        top: 0px;
    }
    .sub_menuBar ul.subNenu li a {
        padding: 0 8px;
    }
    .region_sub_menuBar ul.subNenu {
        width: 610px;
        padding-left: 120px;
        float: left;
    }
    .region_sub_menuBar ul.subNenu li a {
        font-size: 14px;
        line-height: 14px;
    }
    .region_sub_menuBar .sub_menuAvatar {
        max-width: 100px;
        height: auto;
        top: 0px;
    }
    .region_sub_menuBar ul.subNenu li a {
        padding: 0 8px;
    }
}

@media only screen and (max-width:920px) {
    .gray_add .inner_banner .add_left {
        max-width: 158px;
        margin-top: 15px;
    }
    .gray_add .inner_banner .add_mid {
        margin: 50px 0 0 20px;
        max-width: 325px;
    }
    .gray_add .inner_banner .add_right {
        max-width: 130px;
        margin-top: -10px;
    }
    .gray_add .inner_banner {
        background-position: right top;
        background-size: 134% auto;
        height: 220px;
    }
    .bigMagic_invitational .white_pattren {
        height: 100px;
    }
    .bigMagic_invitational .white_pattren .act_now {
        max-width: 200px;
    }
    .bigMagic_invitational .white_pattren .ant_txt {
        max-width: 520px;
    }
    .bigMagic_invitational .two_box {
        width: 720px;
    }
    .bigMagic_invitational .two_box li a.bx_btn {
        width: 330px;
    }
    .bigMagic_invitational {
        height: 715px;
    }
    .sub_menuBar ul.subNenu {
        width: auto;
        padding-left: 120px;
        float: left;
    }
    .sub_menuBar ul.subNenu li a {
        font-size: 12px;
        line-height: 12px;
    }
    .sub_menuBar .sub_menuAvatar {
        max-width: 100px;
        height: auto;
        top: 0px;
    }
    .region_sub_menuBar ul.subNenu {
        width: 620px;
    }
    .region_sub_menuBar ul.subNenu li a {
        font-size: 12px;
        line-height: 12px;
    }
    .region_sub_menuBar .sub_menuAvatar {
        max-width: 100px;
        height: auto;
        top: 0px;
    }
}

@media only screen and (max-width:767px) {
    .logo {
        width: 100%;
        margin: 10px 0px 5px 15px;
    }
    .logo a {
        width: 100px;
        height: 46px;
    }
    .header_add {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .right_add {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .right_add img {
        max-width: 65%;
        height: auto;
    }
    .navbar-nav>li {
        width: 100%;
    }
    .navbar-nav {
        text-align: left;
    }
    .yellow_heading {
        padding: 12px 0px 12px 100px;
    }
    .footer .footer_content a {
        max-width: 70px;
        top: -55px;
        bottom: auto;
    }
    .navbar-collapse {
        border-top: medium none;
    }
    .c_col .col-md-3 {
        width: 100%;
    }
    .c_col .col-md-9 {
        width: 100%;
    }
    .header_add {
        max-width: 100%;
    }
    .right_add {
        max-width: 100%;
    }
    .bmiq .search_box .big_avatar .map .search_bar .srh_i i {
        font-size: 30px;
    }
    .bmiq .search_box .big_avatar .map .search_bar .srh {
        font-size: 26px;
        line-height: 30px;
    }
    .bigMagic_invitational .two_box {
        width: 100%;
    }
    .bigMagic_invitational .two_box li {
        float: none;
        margin: 0 0 20px 0;
    }
    .bigMagic_invitational {
        height: 1255px;
    }
    .gray_add .inner_banner .add_left {
        max-width: 138px;
        margin-top: 15px;
    }
    .gray_add .inner_banner .add_mid {
        margin: 50px 0 0 20px;
        max-width: 275px;
    }
    .gray_add .inner_banner .add_right {
        max-width: 110px;
        margin-top: -10px;
    }
    .gray_add .inner_banner {
        background-position: right top;
        background-size: 134% auto;
        height: 188px;
    }
    .bigMagic_invitational .white_pattren {
        height: 70px;
    }
    .bigMagic_invitational .white_pattren .act_now {
        max-width: 170px;
    }
    .bigMagic_invitational .white_pattren .ant_txt {
        max-width: 440px;
    }
    .bigMagic_invitational .designd_box .top_design {
        max-width: 100%;
    }
    .bigMagic_invitational .designd_box .bottom_design {
        max-width: 100%;
    }
    .scroll_tbl .design_tbl {
        width: 720px;
    }
    .bigMagic_invitational {
        height: 935px;
    }
    .sub_menuBar {
        height: auto;
    }
    .sub_menuBar {
        text-align: center;
        position: relative!important;
    }
    .sub_menuBar .sub_menuAvatar {
        display: inline-block;
        float: none;
        top: 10px;
        position: relative;
    }
    .sub_menuBar ul.subNenu {
        float: none;
    }
    .sub_menuBar ul.subNenu li {
        margin: 10px 0px;
    }
    .sub_menuBar ul.subNenu {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
    .region_sub_menuBar {
        height: auto;
    }
    .region_sub_menuBar {
        text-align: center;
        position: relative!important;
    }
    .region_sub_menuBar .sub_menuAvatar {
        display: inline-block;
        float: none;
        top: 10px;
        position: relative;
    }
    .region_sub_menuBar ul.subNenu {
        float: none;
    }
    .region_sub_menuBar ul.subNenu li {
        margin: 10px 0px;
    }
    .region_sub_menuBar ul.subNenu {
        float: right;
        margin-top: 15px;
        width: 100%;
        text-align: center;
        padding-left: 0
    }
    .testfixed {
        height: 0px!important
    }
    .bmiq .search_box .big_avatar .map .map_content span a {
        font-size: 15px;
        padding: 0 15px;
        width: 125px;
        height: 60px;
        line-height: 60px;
    }
    .scroll_tbl .design_tbl {
        width: 100%;
    }
    .design_tbl .tbl_row .tbl_right h2 {
        font-size: 14px;
    }
    .design_tbl .tbl_row {
        padding: 10px 7px;
    }
    .design_tbl {
        background-position: -163% top;
    }
    .design_tbl .tbl_row .tbl_right .small_tbl table tr th {
        font-size: 14px;
        padding: 10px;
    }
    .design_tbl .tbl_row .tbl_right .small_tbl table tr td {
        font-size: 14px;
        padding: 10px;
    }
    .design_tbl .tbl_row .tbl_left {
        font-size: 14px;
        margin-right: 0px;
        width: 100%;
        padding: 10px 7px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: url(../images/tbl-bg.jpg) repeat scroll left top;
    }
    .design_tbl .tbl_row .tbl_right {
        float: left;
        overflow: visible;
        width: 100%;
        padding: 10px 7px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .design_tbl .tbl_row {
        padding: 0px;
    }
    .design_tbl {
        background-position: -83px top;
        background: none;
    }
    .bmiq .lt_map {
        width: 640px;
        margin: 0 auto;
        float: none;
    }
    .bmiq .search_box .big_avatar img {
        width: 590px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p1 {
        left: 468px;
        top: 144px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p2 {
        left: 280px;
        top: 217px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p3 {
        left: 101px;
        top: 272px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p4 {
        left: 190px;
        top: 362px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p5 {
        right: 8px;
        top: 355px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p6 {
        left: 25px;
        top: 448px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p7 {
        left: 326px;
        top: 446px;
    }
    .bmiq .rt_map {
        width: 100%;
        margin: 25px 0 0;
    }
    .sidebar_fixed {
        position: static;
        width: 100%;
        max-width: inherit;
    }
    .pos_bottom {
        position: static;
    }
    .footer .footer_content a {
        max-width: 70px;
        top: -55px;
        bottom: auto;
    }
}

@media only screen and (max-width:640px) {
    .bmiq .lt_map {
        padding: 0
    }
    .bmiq .search_box {
        min-height: 360px;
        height: 360px;
        margin: 20px auto 0 auto;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p1 {
        left: 255px;
        top: 48px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p2 {
        left: 162px;
        top: 85px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p3 {
        left: 60px;
        top: 111px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p4 {
        left: 115px;
        top: 160px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p5 {
        left: 255px;
        top: 155px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p6 {
        left: 28px;
        top: 200px;
    }
    .bmiq .search_box .big_avatar .map .map_content span.p7 {
        left: 182px;
        top: 200px;
    }
    .gray_add .inner_banner .add_left {
        max-width: 88px;
    }
    .gray_add .inner_banner .add_mid {
        margin: 34px 0 0 20px;
        max-width: 205px;
    }
    .gray_add .inner_banner .add_right {
        max-width: 85px;
        margin-top: -10px;
    }
    .gray_add .inner_banner {
        background-position: right top;
        background-size: 134% auto;
        height: 138px;
    }
    .bigMagic_invitational .white_pattren {
        height: 50px;
    }
    .bigMagic_invitational .white_pattren .act_now {
        max-width: 130px;
    }
    .bigMagic_invitational .white_pattren .ant_txt {
        max-width: 320px;
    }
    .bigMagic_invitational .designd_box h1 {
        font-size: 38px;
    }
    .bigMagic_invitational {
        height: 915px;
    }
    .top_blue_bar {
        position: relative
    }
    .bmiq .search_box .big_avatar .map .map_content {
        left: -14px;
    }
    .bmiq .search_box .big_avatar .map .map_content span a {
        font-size: 10px;
        width: 70px;
        border-radius: 2px;
        height: 35px;
        line-height: 35px;
        padding: 0
    }
    .design_tbl .tbl_row .tbl_left {
        font-size: 14px;
        margin-right: 0px;
        width: 100%;
        padding: 10px 7px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: url(../images/tbl-bg.jpg) repeat scroll left top;
    }
    .design_tbl .tbl_row .tbl_right {
        float: left;
        overflow: visible;
        width: 100%;
        padding: 10px 7px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .design_tbl .tbl_row {
        padding: 0px;
    }
    .design_tbl {
        background-position: -132px top;
        background: none;
    }
    .sidebar_fixed {
        position: relative;
        max-width: 100%
    }
    .pos_bottom {
        position: relative;
        top: 0px
    }
    .bmiq .lt_map {
        width: 320px;
        margin: 0 auto;
        float: none;
    }
    .bmiq .search_box,
    .bmiq .search_box .big_avatar img {
        width: 314px;
    }
    .bmiq .search_box .big_avatar .map .search_bar .srh {
        width: 60%;
    }
    .bigMagic_invitational .two_box li a.bx_btn {
        height: 250px;
    }
    .bigMagic_invitational .two_box li a.bx_btn span.head2 {
        margin-left: 3px;
    }
    .bigMagic_invitational .two_box li a.bx_btn span.head1 {
        margin-left: 3px;
    }
    .bmiq .rt_map {
        width: 100%;
        margin: 25px 0 0;
    }
    #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;
    }
}

@media only screen and (max-width:480px) {
    .bigMagic_invitational .two_box li a.bx_btn {
        width: 275px;
    }
    .open_content .img_title h1 {
        font-size: 18px;
    }
    .gray_add .inner_banner .add_left {
        max-width: 55px;
        margin-top: 7px;
    }
    .gray_add .inner_banner .add_mid {
        margin: 25px 0 0 20px;
        max-width: 106px;
    }
    .gray_add .inner_banner .add_right {
        max-width: 50px;
        margin-top: -7px;
    }
    .gray_add .inner_banner {
        background-position: right top;
        background-size: 134% auto;
        height: 88px;
    }
    .bigMagic_invitational .white_pattren {
        height: 35px;
    }
    .bigMagic_invitational .white_pattren .act_now {
        max-width: 70px;
    }
    .bigMagic_invitational .white_pattren .ant_txt {
        max-width: 220px;
    }
    .bigMagic_invitational .designd_box h1 {
        font-size: 28px;
    }
    .bigMagic_invitational .designd_box h3 {
        font-size: 16px;
    }
    .bigMagic_invitational {
        height: auto
    }
    .bmiq .search_box .big_avatar .map .search_bar .srh {
        width: 85%;
    }
    .top_blue_bar {
        position: relative
    }
    .design_tbl .tbl_row .tbl_left {
        font-size: 14px;
        margin-right: 0px;
        width: 100%;
        padding: 10px 7px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: url(../images/tbl-bg.jpg) repeat scroll left top;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .design_tbl .tbl_row .tbl_right {
        float: left;
        overflow: visible;
        width: 100%;
        padding: 10px 7px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .design_tbl .tbl_row {
        padding: 0px;
    }
    .design_tbl {
        background-position: -132px top;
        background: none;
    }
    .sidebar_fixed {
        position: relative;
        top: 0px;
        max-width: 100%
    }
    .pos_bottom {
        position: relative;
        top: 0px
    }
    .bigMagic_invitational .two_box li a.bx_btn {
        height: 250px;
    }
    .bigMagic_invitational .two_box li a.bx_btn span.head2 {
        margin-left: 3px;
    }
    .bigMagic_invitational .two_box li a.bx_btn span.head1 {
        margin-left: 3px;
    }
    .bmiq .rt_map {
        width: 100%;
        margin: 25px 0 0;
    }
}

@media only screen and (max-width:320px) {
    .bmiq .search_box {
        border: none;
    }
}