@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/* CSS Document */

/**

1. common
2. override bootstrap / slick
2.5 css animation
3. header
4. navi
5. toppage section
6. footer

7. breadcrumb
8. sidebar
9. main_content


main colors: 

#0E1446
#dedede


**/

/***************************************************************
 1. common
 **************************************************************/


body{
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		
    font-size: 16px;
	line-height:180%;
}

a:hover img{
	opacity:0.8;	
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.wrapper{
	width:1250px;
	margin:0px auto; 
}

.left,
.left_column{
	float:left;	
}

.right,
.right_column{
	float:right;
	padding-right: 0;
}

.current{
	background-color:#dedede;	
}

h3{
	background-color:#dedede;
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;	
}

h4{
	border-left:3px solid #dedede;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
}

h5{
	font-size:16px;
	padding:20px 10px;
	border-bottom: 1px solid #dedede;
}

ul, ol{
	padding-left:20px;
}

ul li{
	list-style:none;
	
}

p{
	padding:4px;	
}

img.center{
	display: block;
	margin:0 auto;
}

a:focus{
	color:#aaa;	
}

a.more{
	float:right;
}

.pagetop{
	border:1px solid #ccc;
	padding:5px 10px;
	float:right;
}

img.full{
width:100%;
}

table{
    width:auto;
}

table.norborder,
table.norborder th,
table.norborder td{
	border:none;
}

.alignleft {
display: block;
margin: 0 auto 0 0;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.alignright {
display: block;
margin: 0 0 0 auto;
}

span.date{
	font-size: 12px;	
}

h2 .btn, h3 .btn, h4 .btn, h5 .btn
{
	float:right;
}

table tr th, table tr td {
	font-size: 14px;
}

/* font awesome */

*:before, *:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

*:before{
	padding-right:5px;
}

*:after{
	padding-left:5px;
}

.date:before{
	content: "\f073";
}

.location:before{
	content: "\f3c5";
}

.pagetop:before{
 	content: '\f0aa';
}


/***************************************************************
 2. override bootstrap / slick
 **************************************************************/
 

.btn{
    border-radius: 0px;
}

.btn-info{

}

.badge{
	padding:4px;
    border-radius: 0px;
    font-size:14px;
    min-width:60px;
    font-weight: normal;
}

.table-flexible{
    padding-left:0px;
    width:100%;
}

.slick-prev{
    left:-35px;
    width:30px;
}

.slick-next{
    right:-35px;
    width:30px;
}

.slick-prev:before, .slick-next:before{
    font-size: 30px;
}


.slick div.slick-item{
    position:relative;
}

.slick div.slick-item p.caption{
    position: absolute;
    bottom:0px;
    left:0px;
    background-color:rgba(0,0,0,0.90);
    z-index: 100;
    width: 100%;
    margin:0px;
    color:#fff;
}

/*** 24/8/20 **/
.slick-dots li button:before{
    color: #fff !important;
}

/***************************************************************
 2.5. animation
 **************************************************************/


.fade-in{
    opacity: 0;
}

.fade-in.is-animated{ 
　opacity:0;
  animation-name:fadeIn;
  animation-duration:1s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.fade-in.rise-up.is-animated{
  animation-name:fadeRiseUp;
}

.fade-in.rise-left.is-animated{ 
  animation-name:fadeRiseLeft;
}

.fade-in.fade-simple{
  animation-name:fadeIn;
}

.fade-in.zoom-in{
  animation-name:fadeZoomIn;
}

.fade-in.zoom-out{
  animation-name:fadeZoomOut;
}


@keyframes fadeIn {
  0% {
   opacity: 0;
  }
  100% {
    opacity:1;
  }
}

@keyframes fadeZoomIn {
  0% {
   opacity: 0;
   transform:scale(0.9);
  }
  100% {
    opacity:1;
    transform:scale(1.0);
  }
}

@keyframes fadeZoomOut {
  0% {
   opacity: 0;
   transform:scale(1.1);
  }
  100% {
    opacity:1;
    transform:scale(1.0);
  }
}

@keyframes fadeRiseUp {
0% {
 opacity: 0;
 transform: translateY(30px);
}

100% {
 opacity:1;
 transform: translateY(0px);
 } 
}

@keyframes fadeRiseLeft {
0% {
 opacity: 0;
 transform: translateX(-60px);
}

100% {
 opacity:1;
 transform: translateX(0px);
 } 
}





/***************************************************************
 3. header
 **************************************************************/

header{
	background:rgba(0,0,0,0.9);
    position: sticky;
    z-index: 999;
    top:0;
}

header h1{
	display:none;	
}

header div#lang_area{
	padding:10px 0 0px;
	text-align:right;
}

header div#lang_area ul {
	margin-bottom: 0;
}

header div#lang_area ul li{
	float:right;
	padding:5px 10px 0px;
}
header div#lang_area ul li a{
	color:#fff;
}

header div#lang_area ul li:first-child a{
	border:1px solid #fff;
    padding:2px 30px;
}



header #logo_area {
	padding:10px 15px 5px;
}

header #logo_area img {
	width: 100%;
}


#home header{
	
}

#sub header{

}

.sub_head{
    background: url(images/sub_head.jpg);
    background-position: center;
    background-size: cover;
    height:200px;
    margin-top:-110px
}


/*for wordpress qtranslate x*/
body.lang-en .lang-ja{
	display:none;
}

body.lang-ja .lang-en{
	display:none;
}


/***************************************************************
4 nav
***************************************************************/


nav{
	
}

nav div{
	margin:0px;
	padding:0px;
}

nav ul{
	margin:0px;
	padding:0px;
}

nav > ul{
    text-align: right;
}

nav ul li{
	padding:0px;
	margin:0px;
}

nav > ul > li{
	display: inline-block;
}

nav ul li a{
	display:block;
	padding:10px 7px;
	color:#fff;
	font-size:16px;
	text-align:center;	
	vertical-align:middle;
    position: relative
}

nav ul li a:after{
	content:"/";
    position: absolute;
    right:-5px;
}

nav ul li:nth-child(7) a:after{
	content:none
}

nav ul > li{
	
}

nav ul li:first-child a{
	
}

nav ul ul{
	display:none;
	position:absolute;
	z-index:100;
	background-color:#333;
	color:#fff;
}

nav ul ul li {
    float: none;
}

nav ul ul li a{
    text-align: left;
    padding:5px 15px;
    text-wrap:nowrap;
}

nav ul ul li a:after{
	content:none
}

nav ul li:nth-child(7n) a{
	
}

nav ul ul li:last-child a{
	border:none;
}

nav ul li a:hover,
nav ul li.active a{
	color:	#2861b5;
	text-decoration:none;
}


/***************************************************************
5 toppage section
***************************************************************/


section#eyecatch{
	background-color:#000;
    margin-top:0px;
}

section#eyecatch .wrapper{
	width:1300px;
}

section#eyecatch .slick{
	margin-bottom: 0;
}

section#big{
	background:url("images/bg_big.jpg");
    background-position: center top;
    background-size: cover;
    padding:30px 0 30px;
}



section#news{
    padding:30px 0 30px;
}

#topics {
  background:#4073a8;
    padding:15px 10px;
    z-index: 99;
    position: relative
}

#topics h2{
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    color:#fff;
}

#topics ul{
    width: 98%;
}

#topics ul li{
    padding: 5px 0;
    color:#fff;
    border-bottom: 3px solid #000;
}

#topics ul li a{
    color:#fff;
    text-decoration: underline;
}

#topics .btn-info{
    padding: 2px 50px;
    color:#fff;
    background:#0b16c4;
    border:0;
    border-radius:15px;
    margin-top:20px;
}

#topics .news_roll{
    height:200px;
    width:100%;
    overflow: scroll;
	overflow-x: hidden;
}

#event{
    padding:20px 0px 40px;
}

#event h2{
    color:#fff;
    margin:30px 0 20px;
}

#event .box{
    color:#fff;
    background:#003163;
    padding: 15px 20px;
    height:215px;
    overflow: hidden;
}

#event .box span{
    background:#2585d0;
    padding: 1px 15px;
    border-radius: 15px;
}

#event .box p.title{
    font-size: 18px;
    height:40px;
    line-height: 120%;
    margin-top:10px 
}

#event .box table{
    width: 100%;
    border-top:2px solid #2585d0;
}

#event .box table td{
    padding:0px 10px;
}

#event .box span.kyousai{
    background:#28cdcf;
    padding: 1px 15px;
    border-radius: 15px;
}

#event .box table.corp{
    width: 100%;
    border-top:2px solid #28cdcf;
}

#event a{
    text-decoration: none
}

#event .bnr{
    position: relative;
    
}

#event .bnr p{
    color:#fff;
    font-size: 22px;
    position: absolute;
    left:15px;
    bottom:20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
}

#event .bnr p span{
    margin-left:20px;
    font-weight: normal;
}

section#bnr{
    
    padding: 30px 0;
}

section#bnr .bnr_box{
    position: relative;
}

section#bnr .bnr_box p{
    position: absolute;
  top: 30%;
  left: 0;
    right:0;
    font-size: 22px;
    text-align: center;
}
section#bnr .bnr_box a{
  color:#fff;
}

section#member{
    background:linear-gradient(90deg, #3b6692 0%, #3b6692 50%, #5b46bc 50%, #5b46bc 100%);
    padding: 30px 0;
}

section#member h2{
    color: #fff;
    font-size: 24px;
    text-align: center
}

section#member h2 img{
    width:40px;
    margin-right: 10px;
}

section#member h3{
    color:#67b7ce;
    background:transparent;
    font-size: 26px;
    font-weight: bold;
    padding:0;
}

section#member p{
    color:#fff
}

section#member ul{
    margin-left:20px
}

section#member ul li{
    color:#fff
}

section#member ul li:before{
    content:"■";
    padding-right: 5px;
    margin-left:-20px;
}

section#member .btn-info{
    padding: 2px 50px;
    color:#fff;
    background:#0b16c4;
    border:0;
    border-radius:15px;
    margin-top:15px;
}
section#member .btn-info:hover{
    text-decoration: none;
    opacity: 0.8;
}

section#member ul.recruit{
    margin:20px;
}

section#member ul.recruit li{
    padding:10px 0;
    border-bottom: 1px dashed #fff;
}

section#member ul.recruit li:before{
    content:none;
}

section#member ul.recruit li a{
    color: #fff;
}

section#support{
    padding: 30px 0;
}

section#support h2{
    color: #062d85;
    font-size: 24px;
}

section#support ul li{
    float: left;
    padding:5px 10px;
}

.bnr a{
    display: inline-block;
    margin-bottom: 10px;
}

h2.sanjo{
    color: #fff;
    font-size:24px;
}

/***************************************************************
6 footer
***************************************************************/

footer{
	background-color:#091d44;
	color:#fff;
	padding:20px 0;
    font-size: 14px;
}

footer img.logo{
	width:260px;
}

footer p{
	margin-bottom: 5px;
    padding:0;
}

footer a{
	color:#fff;
}

footer a:hover{
    color:#9AEAEE;
}

footer ul{
	margin-top:0;
}

footer ul li{
    line-height: 150%;
}

footer ul li:before{
	content:"\f105";
}

footer ul ul li:before{
	content:"-";
}


/***************************************************************
7 breadcrumb
***************************************************************/
/* overwrite bootstrap */
.breadcrumb{
    background-color:transparent !important;
}


/***************************************************************
8 sidebar
***************************************************************/

div#sidebar{
	border:0;
	padding:0px;
	margin-bottom:20px;
    position: sticky;
    top:120px;
}

div#sidebar h2{
	background-color:#003163;
	color:#fff;
	font-size:18px;
	margin:0px;
	padding:15px 10px;	
}

div#sidebar h2 i{
	display:none;
	float:right;
	width:50px;
}

div#sidebar ul{
	margin-bottom:0px;
    padding-left:0px;
}

div#sidebar ul li{
	background-color:#fff;	
}

div#sidebar ul li a{
	display:block;
	min-height:40px;	
	padding:10px;
	border-bottom:1px dashed #ccc;
	color:#666;
    position: relative
    
}

div#sidebar ul li a:hover{
	background-color:#eff3f7;
	text-decoration:none;	
}

div#sidebar ul li a:after{
 	content: '\f105';
    position: absolute;
    right:5px;
    color:#003163
}

div#sidebar ul ul{
    padding-left:20px;
}

div#sidebar ul li ul li{

}

div#sidebar ul li ul li a{
	background-color:#efefef;	
	min-height:40px;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #ccc;
	color:#666;	
}

div#sidebar ul li ul li a:hover{
	background-color:#FFF6E8;
	text-decoration:none;		
}


/***************************************************************
9 main_content
***************************************************************/


div#main_content{
	padding:0px;
}


div#main_content h1{
    background:linear-gradient(to bottom,#fff,#f8f8f8);
	border:1px solid #eceae3;
        border-radius:3px;
	padding:10px 10px 10px 25px;
	margin-top:0px;
	font-size:24px;
	color: #000;
    position: relative
}

div#main_content h1:before{
    content:"";
   display:inline-block;
   width:5px;
   height:38px;
   background-color:#003163;
   position:absolute;
   top:6px;
   left:10px;
}

div#main_content div#content_area{
	padding:10px 0px;	
	min-height:500px;
}


div#main_content h2{
	font-size:20px;
	margin:30px 0px 10px;
	padding:10px 10px;
	border-bottom: solid 5px #003163;
    color:#003163;
    background: #eaf3ff;
    font-weight: bold;
}

div#main_content h3{
	background-color:#fff;
	font-size:18px;
	padding:5px 8px;
	margin:20px 0px 10px;
    border-bottom: 2px dashed #003163;
    color: #003163;
}

div#main_content h4{
	border-left:5px solid #003163;
	padding:5px 8px;
	margin:20px 0px 10px;
	font-size:16px;
}

div#main_content h5{
	font-size:16px;
	padding:20px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}


div#main_content div.clearfix{
	margin-bottom:30px;	
}

div#main_content table{
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    width:100%;
    margin-bottom: 40px;
    
}

div#main_content table tr{
    border-top:1px solid #999;
    border-bottom:1px solid #999;
}

div#main_content table tr td{
	padding:5px 10px;
    font-size: 16px;
}

div#main_content table tr th{
    font-weight: bold;
	padding:5px 10px;
    font-size: 16px;
}

div#main_content ul,
div#main_content ol{
    margin:40px 0px;
}

div#main_content ul li:before{
 	content: '\f0da';
    padding-right: 10px;
    margin-left:-15px;
}


div#main_content ul li ul{
	margin-left:20px;	
}


div#main_content ul.papers li,
div#main_content ol.papers li{
    margin-bottom: 20px;
    line-height: 140%;
}

div#main_content ul.news li{
 	padding:10px 0;
    border-bottom: 1px solid #000;
}

div#main_content ul.news li:before{
 	content: none;
}


div#main_content table.responsive{
	
}

div#main_content table.responsive th,
div#main_content table.responsive td{
	padding: 6px 2px;
	text-align:center;
}

div#main_content table.responsive th,
div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	font-weight:bold;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
}



div#main_content table.toggle_next tr td,
div#main_content table.toggle_next tr th,
div#main_content table.toggle_nextall tr td,
div#main_content table.toggle_nextall tr th  {
    padding: 5px 20px;
}

div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	text-align:center;
}

div#main_content table.toggle_next .toggle,
div#main_content table.toggle_nextall .toggle{
	cursor:pointer;
}


div#main_content div.slider-wrapper{
	width:50%;
	margin:10px auto;
}

div#main_content video{
    width: 100%;
    padding:10px;
}


i {
	font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/********************************************************************
10 PC
********************************************************************/

@media (min-width: 1024px) {
	
	.sp_none{
		
	}
	
	.pc_none{
		display:none;
	}
	
	body{
		
	}
	
	div#sp_menu{
		display:none;	
	}
}


/********************************************************************
10 SP
********************************************************************/

@media (max-width: 1023px) {
	
	.sp_none{
		display:none;
	}
	
	.pc_none{
		
	}
    
    header div#lang_area{
	padding:5px;
}
    
    header div#lang_area ul{
	padding:0px;
        display: flex;
}
	
	header div#lang_area ul li{
		float:left;
        font-size: 14px;
        
	}
    
    header div#lang_area ul li:nth-child(2) {
		order: 2;
	}
    
    header div#lang_area ul li:first-child {
		order: 3;
	}
	
	header div#logo_area{
		padding:10px;
	}
	
	header div#logo_area img{
		width:80%;
	}
	
	
	.row{
		margin-left:0px;
		margin-right:0px;
	}
	
	nav{
		display:none;	
		min-width:100%;
		background-image:none;
		z-index:1000;
		position:absolute;
        top: 10px;
        left:0;
	}
	
	nav ul{
		width:100%;	
		height: auto;
	}

	nav ul li{
		float:left;
        width:100%;
	}
    
    nav > ul > li{
        border-bottom:1px dashed #fff;
    }
    
    nav ul ul{
        padding-left:20px;
        position: relative;
        display: block;
        width:100%;
        background:#190e3a;
    }
    
    nav ul li ul li{
        display: block;
        position: relative;
    }
	
    nav ul li a{
        text-align: left;
        background:#190e3a;
        padding:5px 15px;
        font-size: 14px;
    }
    
    nav ul li a:after{
        content:none;
    }
    
     nav ul ul li{
        padding-bottom: 5px;
    }
    
    nav ul ul li a{
        padding:0 15px;
        font-size: 14px;
        line-height: 140%;
    }
    
	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}
	
	
	div#main_content{
		border:none;
		padding:0px;
	}
	
	div#main_content div#content_area{
		padding:0px;
	}
	

	.left, .right, .left_column, .right_column{
		float:none !important;
		margin:0px auto;	
	}


	section#eyecatch{
    margin-top:0px;
}
    
    section#news{
    padding:10px 0px 10px;
}
    
    #topics {
  background:#4073a8;
    padding:15px 10px;
    margin-top:0px;
        z-index: 0;
}

#topics h2{
    -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}
    
    #topics ul{
    padding:0;
}
    
    #event{
    padding:10px 0px 20px;
}

#event h2{
    color:#fff;
    margin:20px 0 20px;
}
    
    #event .col-md-4{
    padding:0;
}

#event .box{
    color:#fff;
    background:#003163;
    padding: 15px 15px;
    margin-bottom: 10px;
    height: auto;
}

#event .box p.title{
    height:auto;
}

    #event .bnr p{
    color:#fff;
    font-size: 16px;
    position: absolute;
    left:10px;
    bottom:0px;
}

#event .bnr p span{
    margin-left:20px;
    font-weight: normal;
}
    
    section#member{
    background:linear-gradient(180deg, #3b6692 0%, #3b6692 50%, #5b46bc 50%, #5b46bc 100%);
    padding: 30px 10px 0px;
}


section#member h3{
    font-size: 24px;
}

section#member p{
    color:#fff
}

section#member ul{
    margin-left:0px
}

section#member .btn-info{
    margin-top:10px;
    margin-bottom: 30px;
}

section#member ul.recruit{
    margin:0px;
    padding:0;
}
    
    section#support{
    padding: 30px 10px;
}

section#support h2{
    color: #062d85;
    font-size: 24px;
}
section#support ul{
    padding:0;
}
section#support ul li{
    float: none;
    padding:5px 5px;
}

.slick-prev, .slick-next {
    display: none !important;
    }
    
    
    div#main_content table tr th{
	display: block;
        width:100%;
        word-break: break-all;
}
    
    .bnr {
    text-align: center;
}
    
    .bnr img{
    width:70%;
}
    

	div#sp_menu{
		
		display:block;
        z-index: 999;
        position: fixed;
        right:20px;
		top:10px;
        
	}
    
    div.right_column{
        margin-right:15px;
    }

	div#sidebar ul{
		display:none;	
	}
	
	div#sidebar h2{
		cursor:pointer;	
	}
	
	div#sidebar h2 i{
		display:inherit;
	}
    
    footer img.logo{
	width:200px;
}
	

}

@media screen and (min-width:768px) and ( max-width:1024px) {
    section#member{
    background:linear-gradient(90deg, #3b6692 0%, #3b6692 50%, #5b46bc 50%, #5b46bc 100%);
    padding: 30px 0;
}
    
     #event .bnr p{
    color:#fff;
    font-size: 14px;
    position: absolute;
    left:10px;
    bottom:0px;
}

#event .bnr p span{
    margin-left:20px;
    font-weight: normal;
}
}


/********************************************************************
41 Print
********************************************************************/


@media print {
	

	a[href]:after{
	content: ""!important;
	}

	abbr[title]:after{
	content: ""!important;
	} 	
	
	.row{
		display:block;
	}
	
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
	

  .sp_none{
	display:block !important;
  }
	
  .pc_none{
	display:none !important;
  }
	
  .wrapper{
	width:1200px !important;	
	min-width:1200px !important;
  }	
	
  nav{
	display:block !important;
	float:none !important;
	position:relative !important;
  }
	
  nav ul li{
	width:auto !important;
  }

  div#search_area{
	display:block !important;
  }	
	
  div#sp_menu{
	display:none;	
  }
	
  div#search_area{
	display:block;
  }
	
  div#sidebar ul{
	display:block !important;	
	position: relative;
  }
	
  div#sidebar h2 i{
    display:none !important;
  }	
	
  .left, .left_column{
	float:left !important;
  }
	
  .right, .right_column{
	float:right !important;
  }	
	
}

