@charset "utf-8";
/* CSS Document */

/**

1. common
2. override bootstrap
3. header
4. navi
5. toppage section
6. footer

7. breadcrumb
8. sidebar
9. main_content
10. archive/category

21. PC
31. SP


main colors: 

#0053a5
#2d72cf
#ccc
#eee
#E9EFFF

**/

/***************************************************************
 1. common
 **************************************************************/


body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	line-height:150%;
	color:#333;
	font-size: 14px;
	background-color:#f9f9f9;
}

a:hover img{
	opacity:0.8;	
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.wrapper{
	width:1024px;
	margin:0px auto; 
}

.left,
.left_column{
	float:left;	
	padding-left:0px;
}

.right,
.right_column{
	float:right;	
	padding-right:0px;
}

.current{
	background-color:#dedede;	
}

.error{
	background-color:#ffcccc;
	color:#990000;
}


h3{
	background-color:#eee;
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;
	color: #0053a5;
}

h4{
	border-left:3px solid #dedede;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
}

h5{
	font-size:14px;
	padding:20px 10px;
	border-bottom: 1px solid #dedede;
}

ul{
	padding-left:0px;
}

ol{
	padding-left:15px;
}

ul li{
	list-style:none;
	
}

p{
	padding:4px;	
}

img.full{
	width:100%;
}

table.full{
	width: 100%;
}

a{
	color:#0053a5;
}

a:focus{
	color:#aaa;	
}

a.more{
	float:right;
}

a.more.btn{
	font-size:12px;
	padding:3px 5px;
}

.pagetop{
	border:1px solid #eee;
	padding:5px 10px;
	float:right;
}

.pagetop:before{
	font-family: FontAwesome;
 	content: '\f0aa';
	padding-right:5px;
}

table.norborder,
table.norborder th,
table.norborder td{
	border:none;
}


span.date{
	font-size: 12px;	
}

h2 .btn, h3 .btn, h4 .btn, h5 .btn
{
	float:right;
}

/***************************************************************
 2. override bootstrap
 **************************************************************/
 
.btn{
	padding:4px 10px;
	border-radius:0px;
	margin-left:0px;
}

.label{
	padding:4px;
	border-radius:0px;
	display: block;
}

.btn-info,
.label-info{
	background-color:#0053a5;
	border:1px solid #0053a5;
}

.pc_none{
	display:none;
}

a[href]:after{
content: ""!important;
}

abbr[title]:after{
content: ""!important;
}


/***************************************************************
 3. header
 **************************************************************/

header{
	border-top:5px solid #0053a5;
}

header h1{
	display:none;	
}

header div#logo_area img{
	margin-top:15px;
	margin-bottom:5px;
}

header div#search_area{
	padding:10px 10px;
	text-align:right;
}

header div#search_area a.lang{
	margin-left:15px;
	font-size:12px;
}


header div#search_area ul {
	margin:0px;
	display: inline-block;
	float: right;
}

header div#search_area ul li{
	float:left;
	padding:0px 5px;
	margin:5px 0px;
	border-right:1px solid #ccc;
}

header div#search_area ul li:last-child{
	border-right:none;
}

header div#search_area .btn-default{
	padding:4px 10px;
	border-radius:0px;
	margin-left:0px;
	float:right;
}

header div#search_area input[type=text]{
	height:30px;
	margin-right:0px;
	float:right;
}

header div#search_area #searchform {
	margin:0px;
}

header div#search_area #searchform .btn{
	padding:7px 10px;
}



#home header{
	
}

#sub header{

}




/***************************************************************
4 nav
***************************************************************/


nav{
	min-width:1024px;
}

nav div{
	margin:0px;
	padding:0px;
}

nav div.wrapper{
	border:1px solid #eee;
	background-size: 1024px 70px;
	background-repeat:repeat-x;
	background-image: url('images/menu_bg_off.jpg');
	height:70px;
}


.menu-container {
    margin: 0 auto;
}


nav div.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

nav div.menu > ul:before,
nav div.menu > ul:after {
    content: "";
    display: table;
}

nav div.menu > ul:after {
    clear: both;
}

nav div.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
	width: 146px;
}


nav div.menu > ul > li a {
    text-decoration: none;
    padding: 0px 2px;
    display: block;
    font-size: 12px;
}

nav div.menu > ul > li > a{
	text-align: center;	
    line-height: 130%;
	border-right:1px solid #ccc;
	border-bottom:2px solid #0053a5;

    width:146px;
    height:70px;
    display:table-cell;
    vertical-align: middle;    
}


nav div.menu > ul > li:last-child > a{
    width:146px;
	border-right: none;
}

nav div.menu > ul > li > a:hover{
	background-image:url('./images/menu_bg_on.jpg');
	border-bottom:2px solid #fff;
}


nav div.menu > ul > li > ul {
    display: none;
	width:292px;
	min-height:275px;
    background-color:#0053a5;
	opacity: 0.9;
    padding: 10px 10px;
    position: absolute;
    z-index: 99;
/*    left: 0;*/
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
/*
nav div.menu > ul > li:first-child > ul{
    width: 100%;
}
*/

/*個別対応*/
nav div.menu > ul > li:nth-child(2) > ul{
    width: 508px;
}

nav div.menu > ul > li:nth-child(2) > ul > li{
    float:left;
    width:242px;
}


nav div.menu > ul > li:nth-child(7) > ul{
	margin-left:-146px;
}

nav div.menu > ul > li > ul:before,
nav div.menu > ul > li > ul:after {
    content: "";
    display: table;
}

nav div.menu > ul > li > ul:after {
    clear: both;
}

nav div.menu > ul > li > ul > li {
    margin: 0;
	width: 100%;
    padding-bottom: 0;
    list-style: none;
    background: none;
    float: left;
}
/*
nav div.menu > ul > li:first-child > ul > li{	
    width: 33%;
}
*/
nav div.menu > ul > li > ul > li a {
    color: #fff;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

nav div.menu > ul > li > ul > li a:hover {
	text-decoration: underline;
}


nav div.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    padding-left:10px;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

nav div.menu > ul > li > ul > li > ul:before,
nav div.menu > ul > li > ul > li > ul:after {

    display: table;
}

nav div.menu > ul > li > ul > li > ul:after {
    clear: both;
}

nav div.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: .8em;
}

nav div.menu > ul > li > ul > li > ul > li:before{
    content: "\f0da";
	font-family: FontAwesome;	
	color:#fff;
	float:left;
	margin-right:5px;
    margin-left:-10px;
    
}  

nav div.menu > ul > li > ul > li > ul > li a {
    border: 0;
    line-height: 130%;
}




/***************************************************************
5 toppage section
***************************************************************/


section#eyecatch{
	background-color:#efefef;
}

section#eyecatch img{
	width: 100%;
}

section#pickup,
section#newsevent ul,
section#program ul{
	background-color:#fff;
}

section#introduction,
section#program,
section#banner{
	padding:10px 20px;
}

section#introduction h2,
section#program h2,
section#banner h2
{
	border-left:5px solid #0053a5;
	color:#0053a5;
	padding-left:10px;
	font-size:18px;
	margin-bottom:20px;
}

section#pickup{
	border:1px solid #eee;
	margin-bottom:15px;
}
section#newsevent{
	margin-bottom:15px;	
}

section#pickup h2,
section#newsevent h2{
	border-bottom:1px solid #eee;
	background-size: 1024px auto;
	background-repeat:repeat-x;
	background-image: url('images/menu_bg_off.jpg');
	height:40px;
	padding:10px 20px;
	font-size:18px;
	margin: 0px;
}

section#pickup h2 .more,
section#newsevent h2 .more{
	margin-top:-4px;
}

section#pickup > div{
	margin:0px;
	padding-left:0px;
	padding-right:0px;
}

section#pickup > div.right_border{
	border-right:1px dashed #eee;
}

section#pickup > div.top_border{
	border-top: 1px dashed #eee;
}


section#pickup > div > a{
	padding:10px 15px;
	display: block;
}

section#pickup > div > a:hover{
	background-color:#E9EFFF;
}

section#newsevent{
	padding-top:10px;
}

section#newsevent > div:nth-child(2n){
	padding-right:0px;		
}

section#newsevent > div:nth-child(2n+1){
	padding-left:0px;		
}

section#newsevent div#news,
section#newsevent div#event{
	border:1px solid #eee;
}

section#pickup h2{
	border-bottom:2px solid #FF7E00;	
}

section#newsevent div#news h2{
	border-bottom:2px solid #9647AB;	
}

section#newsevent div#event h2{
	border-bottom:2px solid #3DAD30;	
}

section#newsevent ul{
	min-height: 350px;
	height:350px;
	overflow-y: scroll;
	margin:0px;

}

section#newsevent ul li{
	padding:10px 20px;
	border-bottom:1px dashed #eee;
}

section#newsevent ul li:last-child{
	border:none;
}

section#program ul{
	border-top:1px solid #eee;
	border-left:1px solid #eee;
}

section#program ul li{
	width:20%;
	float:left;
	height:150px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}

section#program ul li a{
	display: block;
	padding-left:15px;
	padding-right:15px;
	background-image: url(images/arrow.png);
	background-size: 9px 5px;
	background-position:4px 5px;
	background-repeat: no-repeat;
	font-size:12px;
	line-height: 140%;
}

section#program ul li a img{
/*	margin-left:-20px;*/
}

section#banner ul li{
	padding:10px 5px;
}

/* autoHeight.jquery */

div.item{
	margin-bottom:10px;
	height:auto;
}

div.item div{
	padding:2px 4px;
}

/* nivo-slider */

.theme-default .nivoSlider {
	margin-bottom: 0px;
}

/***************************************************************
6 footer
***************************************************************/

footer section#sitemap{
	background-color:#eee;
	font-size:12px;
	padding-top:20px;
}

footer section#sitemap ul li a{
	padding:10px 3px;
	font-size:10px;
	line-height: 140%;
}
footer section#sitemap div > ul > li > a{
	font-weight: bold;
	padding:0px;
}

footer section#sitemap div#privacy{
	background-color:#fff;
	padding:10px 0px 0px 0px;
	border:1px solid #999;
}

footer section#sitemap .col-sm-3{
	padding:5px;
}


footer section#copyright{
	background-color:#0053a5;
	color:#fff;
	text-align:center;
	font-size:12px;	
	padding:6px;
}

footer section#copyright a{
	color:#fff;
}

footer{
	margin-top: 20px;
}

.home footer{
	margin-top: 0;
}


/***************************************************************
7 breadcrumb
***************************************************************/
ul#breadcrumb{
	margin:20px 0px;
}
ul#breadcrumb li{
	float:left;
	margin:0px 10px;
}

/***************************************************************
8 sidebar
***************************************************************/

div#sidebar{
	border:1px solid #eee;
	padding:0px;
	margin-bottom:20px;
	background-image:url(images/bg_gradation.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
}

div#sidebar h2{
	border-bottom:1px dashed #ccc;
	font-size:18px;
	margin:0px;
	padding:15px 10px;	
}

div#sidebar h3{
	padding: 10px 8px;
	font-size: 16px;
}

div#sidebar h2 i{
	display:none;
	float:right;
	width:50px;
}

div#sidebar p{
	padding: 10px;
}

div#sidebar address{
	padding: 0 10px;
}

div#sidebar ul li{
	background-color:#fff;	
}

div#sidebar ul li a{
	display:block;
	min-height:30px;	
	padding:5px 10px;
	border-bottom:1px solid #eee;
	color:#666;
	font-weight: bold;
	font-size:12px;
}

div#sidebar ul li a:hover{
	background-color:#E9EFFF;
	text-decoration:none;	
}

div#sidebar ul li ul li a:before{
	font-family: FontAwesome;
 	content: '\f101';
	margin-right:2px;
}


div#sidebar ul li ul li{

}

div#sidebar ul li ul li a{
	min-height:30px;
	padding:5px 10px 5px 25px;
	border-bottom:1px solid #eee;
	color:#666;	
	font-weight: normal;
	text-indent: -1.4em;
}

div#sidebar ul li ul li a:hover{
	background-color:#E9EFFF;
	text-decoration:none;		
}

div#sidebar ul li ul li ul{
    padding-left:20px;
}

div#sidebar img{
	padding: 10px;
}

/* オスカークラブ関連 */
div#sidebar ul#ul-28318 li{
    display:none;
}
div#sidebar ul#ul-28318 li#li-9005{
    display: block;
}

/***************************************************************
9 main_content
***************************************************************/


div#main_content{
	background-image:url('images/bg_gradation.jpg');
	background-repeat: repeat-x;
	padding:0px 0px 20px 0px;
	background-color:#fff;
	border:1px solid #eee;
}


div#main_content h1{
	border-top:4px solid #0053a5;
	font-size:24px;
	padding:20px 30px 20px 30px;
	margin-top:0px;
	margin-bottom: 0;
	color: #0e1446;
}

div#main_content h1 span{
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	display: block;
}

div#main_content div#content_area{
	padding:10px 30px;	
	min-height:500px;
}


div#main_content h2{
	font-size:20px;
	margin:20px 0px;
	padding:10px 10px;
	border:1px solid #999;	
}


div#main_content h3{
	background-color:transparent;
	font-size:16px;
	font-weight: bold;
	padding:15px 8px 6px;
	margin:30px 0px 20px 0px;
	border-bottom: 1px solid #ccc;
}

div#main_content h3:before{
	font-family: FontAwesome;
	content: '\f111';
	padding-right: 6px;
}

div#main_content h4{
	background-color: #e6edf7; 
	border:1px solid #d0dae6;
	padding:10px 14px;
	margin:30px 0px 20px;
	font-size:16px;
	font-weight: bold;
}

div#main_content h4 span{
	display:block;
	font-size:14px;
	font-weight: normal;
	color:#333;
}

div#main_content h4:first-child{
	margin-top:5px;
}

div#main_content h5{
	font-size:14px;
	padding:20px 10px 8px 4px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 4px;
}

div#main_content div.post-info{
	margin-top:-10px;
	text-align: right;
	padding-right:30px;
}

div#main_content div.post-info a{
	text-decoration: none;
	padding:2px 4px;
	background:#efefef;
	border:1px solid #999;
	margin-left:10px;
}

div#main_content div#content_footer{
	padding:10px 20px 0px 20px;
}


div#main_content div.clearfix{
	margin-bottom:30px;	
}

div#main_content div.additional div.clearfix{
	margin-bottom:0px;
}

div#main_content table{
	font-size: 14px;
}

div#main_content table tr td{
	border:1px solid #ccc;
	padding:6px;
}

div#main_content table tr th{
	background-color: #eee;
	color:#000;
	padding:8px;	
	border:1px solid #ccc;
	font-size: 14px;
}

/*
div#main_content table tr:nth-child(2n)
{
	background-color:#efefef;
}
*/

div#main_content ol li{
	margin-bottom: 14px;
}

div#main_content ul li:before{
	font-family: FontAwesome;
 	content: '\f0da';
	padding-right: 7px;
}


div#main_content ul li ul{
	margin-left:20px;	
}


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 div.slider-wrapper div.nivo-controlNav{
	display:none;	
}


div#main_content img.attachment-right{
	float:right;
	margin: 0 20px 20px 20px;
	width:160px;
	height:auto;
	padding:2px;
	border:1px solid #eee;
		
}

.entry-body{
	padding: 0 15px;
}

.page-id-19189 table{
	width: 100%;
}

.lead{
	font-size: 14px;
	margin-bottom: 0;
}

.page-id-19189 div#main_content h4:first-child{
	margin: 0px;
}

/*
.page-id-19189 ul li{
	margin-bottom: 14px;
	padding-left: 4px;
}
*/

.page-id-19189 footer ul li{
	margin-bottom: 0;
	
}

.page-id-9005 table{
	width: 100%;
	font-size: 14px;
}

.page-id-9005 div#main_content table th{
	width: 50%;
	background-color: transparent;
	border: 1px solid #d0deee;
	padding: 10px 15px;
}

.page-id-9005 div#main_content table tr:nth-child(2n){
	background-color:#eef5ff;
}

.page-id-9005 div#main_content table tr td{
	border: 1px solid #d0deee;
}

.page-id-9005 div#main_content table tr td:nth-child(even){
	text-align: center;
	width: 16%;
}

.page-id-9005 div#main_content table tr td:nth-child(odd){
	padding-left: 30px;
}

ul.list-oscar li{
	display: inline-block;
	width: 32%;
}


ul.word-list{
		text-align: center;
}

ul.word-list li{
	display: inline-block;
	width: 5.3%;
}

div#main_content ul.word-list{
	margin-bottom: 40px;
}


div#main_content ul.word-list li:before{
	content: none;
}

div#main_content ul.word-list li a{
	padding: 5px 10px;
	background-color: #eef5ff;
	border: 1px solid #d0deee;
}

div#main_content ul.word-list li a:hover{
	background-color: #d0deee;
	text-decoration: none;
}

table.cmn-table-01 tr th{
	width: 20%;
}


div#main_content .entry-list ul li:before{
	content: none;
}

div#main_content ul.list-category{
	display: none;
	background-color: #f9f9f9;
	margin: 0 15px;
	padding: 10px;
	border: 1px solid #ccc;
}


div#main_content ul.list-category li{
	display: inline-block;
	padding-right: 6px;
	margin-bottom: 0;
}

div#main_content ul.list-category li:before{
	content: none;
}

div#main_content ul.list-category li a{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 2px 5px;
}

div#main_content ul.list-category li a:hover{
	background-color: #275ba1;
	text-decoration: none;
	color: #fff;
}

div#main_content ul.list-category li a:focus{
	background-color: #275ba1;
	text-decoration: none;
	color: #fff;
}

div#main_content div.entry-body{
	clear:both;
}

div#main_content div.box-profile table{
	float:left;
	width:550px;
	margin-bottom:20px;
}

div#main_content div.box-profile table th{
	width:100px;
}

div#main_content div.box-profile p.photo{
	float:right;
	margin:0px 20px;
}


.wrap-box{
	border: 5px solid #d7dff2;
	padding: 15px 15px 0 15px;
	margin: 0 0 1em 0;
}

.bt-all{
	text-align:center;
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	margin-top: 30px;
}

.entry-body ul li strong{
	color: #275ba1;
}

div#form_container form ul{
	width: 98%;
}

#main_body  form ul{
	background-color: #eee;
}

table#iqfm-input-1{
	width: 80%;
}

.oscar_m{
	margin-left: 40px;
}

/*
div#main_content table tr th{
	width: 30%;
}
*/

table#iqfm-input-1 input,table#iqfm-input-1 textarea{
	width: 100%;
}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.title_s{
	width: 520px;
}


/********************************************************************
10 Archive/Category
********************************************************************/

div#main_content div.service h2{
	font-size: 16px;
	padding: 15px;
	margin-top: 0;
	border: none;
	border-bottom: 2px solid #0053a5;
	color: #666;
}

div#main_content div.service{
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

div#main_content div.service img{
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 2px;
	border: 1px solid #ccc;
}

div#main_content div.service ul.attr{
	margin-left: 20px;
}

div#main_content div.service ul.attr li{
	display: inline-block;
}

div#main_content div.service ul.attr li a{
	display: block;
	padding: 2px 4px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	text-decoration: none;
}

div#main_content div.service ul.attr li a:hover{
	background-color: #275ba1;
	color: #fff;
}

div#main_content div.service ul.attr li:before{
	content: none;
}


div#main_content div.service div.additional{
	background-color: #eee;
	margin-bottom: 0px;
	padding: 10px 5px;
	border-bottom: 1px dashed #ccc;
}

div#main_content div.service div.block div.additional:last-child{
	border-bottom: none;
}

div#main_content div.service div.additional div.col-sm-2{
	padding-left:10px;
	padding-right:10px;
}

div#main_content div.table-div > div > a,
div#main_content div.table-div > div > span{
	border:1px solid #eee;
	margin-bottom:15px;
	display: block;
}

div#main_content div.table-div > div > a:hover{
	background-color:#E9EFFF;
}

div#main_content strong.marker{
	padding:2px;
	background-color:#ffffaa;
}

body.archive div#main_content div.service{
	border:1px solid #ccc;
	font-size:12px;
	margin-bottom:30px;
}

body.archive div#main_content div.service h2{
	font-size:16px;
	padding:15px;
	margin-top:0px;
	border:none;
	border-bottom:2px solid #0053a5;
}

body.archive div#main_content div.service div.additional{
	background-color:#eee;
	margin-bottom:0px;
	padding:10px 5px;
	border-bottom:1px dashed #ccc;
}

body.archive div#main_content div.service div.additional:last-child{
	border-bottom: none;
}


body.archive div#main_content ul li{
	border-bottom:1px dashed #eee;
	margin-bottom:20px;
}

body.archive div#main_content ul li:before{
	padding-right:0px;
	content:"";
}

body.archive div#main_content div.navigation{
	margin-bottom:30px;
	text-align: center;
}

ul.bt-set{
	text-align: center;
}

ul.bt-set li{
	display: inline-block;
	margin-top: 20px;
	margin-right: 10px;
	
}

div#main_content ul.bt-set li:before{
	content: none;
}


div#main_content div.search_area input.search{
	height:24px;
	width:80%;
}

div#main_content div.search_area a.btn{
	height:24px;
	padding:3px 10px;
}

span.must:after{
	content: url(../../../img/form/ic_must.gif);
	padding-left: 4px;
}




a[href $='.pdf']{
margin:0;
padding:2px;
text-decoration:none;
}
a[href $='.pdf']:hover  {
text-decoration:none;
color: #337ab7;
}

a[href $='.pdf']:before{
	font-family: FontAwesome;
	content: '\f1c1';
	padding-right: 6px;
	font-size: 18px;
	color: #dc1525;
	text-decoration:none;
}

.home a[href $='.pdf']{
	padding: 0;
}

.home a[href $='.pdf']:before{
	content: none;
	padding: 0;
}

a[href $='.doc']{
margin:0;
padding:2px;
text-decoration:none;
}
a[href $='.doc']:hover  {
text-decoration:none;
color: #337ab7;
}

a[href $='.doc']:before{
	font-family: FontAwesome;
	content: '\f1c2';
	padding-right: 6px;
	font-size: 18px;
	color: #0053a5;
	text-decoration:none;
}

a[href $='.doc']:before:hover{
	text-decoration:none;
}

.home a[href $='.doc']{
	padding: 0;
}

.home a[href $='.doc']:before{
	content: none;
	padding: 0;
}



a[href $='.docx']{
margin:0;
padding:2px;
text-decoration:none;
}
a[href $='.docx']:hover  {
text-decoration:none;
color: #337ab7;
}

a[href $='.docx']:before{
	font-family: FontAwesome;
	content: '\f1c2';
	padding-right: 6px;
	font-size: 18px;
	color: #0053a5;
	text-decoration:none;
}

.home a[href $='.docx']{
	padding: 0;
}

.home a[href $='.docx']:before{
	content: none;
	padding: 0;
}


a[href $='.xls']{
margin:0;
padding:2px;
text-decoration:none;
}
a[href $='.xls']:hover  {
text-decoration:none;
color: #337ab7;
}

a[href $='.xls']:before{
	font-family: FontAwesome;
	content: '\f1c3';
	padding-right: 6px;
	font-size: 18px;
	color: green;
	text-decoration:none;
}

.home a[href $='.xls']{
	padding: 0;
}

.home a[href $='.xls']:before{
	content: none;
	padding: 0;
}


a[href $='.xlsx']{
margin:0;
padding:2px;
text-decoration:none;
}
a[href $='.xlsx']:hover  {
text-decoration:none;
color: #337ab7;
}

a[href $='.xlsx']:before{
	font-family: FontAwesome;
	content: '\f1c3';
	padding-right: 6px;
	font-size: 18px;
	color: green;
	text-decoration:none;
}


div#main_content ul.list_wrap{
	border: 5px solid #d7dff2;
	padding: 10px 30px 6px;
}

div#main_content ul.list_wrap li{
	display: inline-block;
	width: 49%;
	margin-bottom: 4px;
}


div#main_content ul.list_wrap li:before{
	font-family: FontAwesome;
	content: '\f0a9';
	padding-left: 4px;
}

div#main_content h3.oscar_title{
	margin-top: 0;
	margin-bottom: 10px;
	padding: 15px 4px 6px;
	border: none;
	font-size: 18px;
} 


.home a[href $='.xlsx']{
	padding: 0;
}

.home a[href $='.xlsx']:before{
	content: none;
	padding: 0;
}


/********************************************************************
21 PC
********************************************************************/

@media (min-width: 768px) {
	
	.sp_none{
		
	}
	
	.pc_none{
		display:none;
	}
	
	div#sp_menu{
		display:none;	
	}
	
	header,
	footer{
		min-width: 1024px;
	}
}


/********************************************************************
31 SP
********************************************************************/

@media screen and (max-width: 767px) {
	
	.sp_none{
		display:none;
	}
	
	.pc_none{
		
	}
	
	a{
		word-wrap: break-word;
	}

	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}

	.left, .right, .left_column, .right_column{
		float:none !important;
		margin:0px auto;	
		padding-left: 0px;
		padding-right: 0px;		
	}


	nav div.menu > ul > li:first-child > ul > li{	
		width:auto;
	}	

	nav div.menu > ul > li > ul {
	width:auto;
	}

	header div#logo_area img{
		padding:0px 20px 0px 10px;
	}
	
	header div#search_area{
		display:none;
	}


	header div#logo_area{
		padding:0px;
		text-align: left;
	}
	
	header div#logo_area img{
	}
	
	header div.sp_item{
		padding:0px;
		text-align: center;
	}
	
	header div.sp_item a{
		display:table-cell;
		vertical-align: middle;
		width:inherit;
		font-size:18px;
		color:#fff;
	}
	
	header div.sp_item a#sp_lang{
		background-color:#999;
		border:3px solid #999;
	}
	
	header div.sp_item a#sp_search{
		background-color:#2D72CF;
		border:3px solid #2D72CF;
	}
	
	header div.sp_item a#sp_menu{
		background-color:#0053a5;
		border:3px solid #0053a5;
	}
	
		
	header div.sp_item a#sp_lang:hover{
		color:#999;
		background-color:#fff;
	}
	
	header div.sp_item a#sp_search:hover{
		color:#2D72CF;
		background-color:#fff;
	}
	
	header div.sp_item a#sp_menu:hover{
		color:#0053a5;
		background-color:#fff;
	}

	header div#search #sp_searchform input[type=text]{
		height:28px;
	}
	
	header div#search #sp_searchform .btn{
		padding:4px;
		font-size:20px;
		height:28px;
		width:28px;
	}
	
	nav{
		min-width:100%;
		z-index:1000;
		position:absolute;
		display: none;
	}

	.menu-container {
			width: 100%;
	}

	nav div.menu > ul {
			display: block;
	}

	nav div.menu > ul > li {
			width: 100%;
			float: none;
			display: block;
	}
	
	nav div.menu > ul.pc_none > li {
			float: left;
			border-bottom:1px solid #fff;
            height:auto;
            font-weight: bold;
	}

	nav div.menu > ul.pc_none > li:nth-child(2n + 1) {
			border-right:1px solid #fff;
	}
	
	nav div.menu > ul > li a{
			padding:0px 10px;
	}
    


	nav div.menu > ul > li > ul {
			position: relative;
			min-height:inherit;
			display:block;
	}
	nav div.menu > ul > li > ul.normal-sub {
			width: 100%;
	}
	nav div.menu > ul > li > ul > li {
			float: none;
			width: 100%;
			margin-top: 10px;
	}
	nav div.menu > ul > li > ul > li > a{
			text-align: left;
			font-weight: bold;
	}
	nav div.menu > ul > li > ul > li:first-child {
			margin: 0;
	}
	nav div.menu > ul > li > ul > li > ul {
			position: relative;
	}
	nav div.menu > ul > li > ul > li > ul > li {
			/*float: none;*/
	}
	nav div.menu > ul > li > ul > li > ul > li > a{
		text-align: left;
		padding:0px 10px 0px 20px;
	}	

	nav div.menu > ul > li > ul > li > ul > li:before{
		color:#666;
		margin-left:10px;
		margin-right: 0px;
	}
	
	nav div.menu > ul > li:last-child > ul{
		margin-left: 0;
	}
	
	nav div.menu ul#menu_base li{
		width:50%;
		float:left;
	}
	
	nav ul#menu_base li:nth-child(2n+1){
		border-right: 1px solid #fff;
	}
	
	nav div.menu ul#menu_base li a{
		padding:5px;
		height:25px;
	}
	
	nav div.menu > ul{
		width:100%;	
		background-color: #0053a5;
		color:#fff;
	}
	
	nav div.menu > ul > li > ul{
		background-color:#E9EFFF;
		padding:0px 10px;
	}
	
	nav div.menu > ul#menu_base > li{
		border-bottom:1px solid #fff;
	}
	
	nav div.menu ul li a{
		color:#fff;
		text-align: left;
        width: 100%;
        border-right: none;
        height:auto;
        padding:10px 20px;
        font-weight: bold;
	}
    
    nav div.menu > ul > li:last-child > a{
        width: 100%;
    }
	
	nav div.menu ul ul li a{
		font-size:12px;
		color:#333 !important;
	}
    
    nav div.menu ul li a br{
        display:none;
    }
    
    
    /*個別対応*/
    nav div.menu > ul > li:nth-child(2) > ul,
    nav div.menu > ul > li:nth-child(3) > ul{
        width: auto;
    }

    nav div.menu > ul > li:nth-child(2) > ul > li,
    nav div.menu > ul > li:nth-child(3) > ul > li{
        float:none;
        width:auto;
    }

	div#search{
		background-color: #2d72cf;
		padding:20px;
		min-width:100%;
		z-index:1000;
		position:absolute;
		display: none;
	}
	
	div#search input{
		font-size:22px;
		padding:3px 5px 4px 5px;
		width:85%;
		float:right;
	}
	
	div#search a.btn{
		float:right;
	}
	
	
	section#pickup ul li{
		display: block;
		clear: both;
		line-height: 120%;
		border-bottom:1px dashed #eee !important;
	}
	
	section#pickup ul li div{
		padding-right: 0px;
	}
	
	section#pickup ul li div:first-child{
		padding-left:0px;
	}
	
	section#newsevent > div{
		padding:0px 15px !important;
		margin-bottom: 20px;
	}
	
	section#newsevent ul{
		overflow: visible;
		height: auto;
	}
	
	section#program ul li{
		width:49%;
		padding:5px 10px;
	}
	
	section#program ul li a{
		padding-right:0px;
	}

	footer section#sitemap{
		padding:20px 5px;
	}
	
	footer section#sitemap ul li a,
	footer section#sitemap ul ul li a{
		font-size:12px;
	}
	
	footer section#copyright ul{
		margin-top:10px;
	}
	
	footer section#copyright ul li{
		float:left;
		padding:2px 10px;
		border-right:1px solid #fff;
	}
	
	div#main_content{
		border:none;
		padding:0px 20px;
	}
	
	div#main_content div#content_area{
		padding:0px;
	}



	div#sp_menu{
		position:absolute;
		right:20px;
		top:20px;
		display:block;	
	}

	div#sidebar ul{
		display:none;	
	}
	
	div#sidebar h2{
		cursor:pointer;	
	}
	
	div#sidebar h2 i{
		display:inherit;
	}
	
	div#sidebox{
		display: none;
	}
	
	.page-id-9005 div#main_content table th{
		padding: 4px;
	}
	
	ul.list-oscar li{
		width: 100%;
	}
	
	div#main_content table tr td{
	padding: 6px;
	}
	
	.page-id-9005 div#main_content table tr td:nth-child(even){
	width: 20%;
	}
	
	ul.word-list li{
		width: 40px;
		margin-bottom: 20px;
	}
	
	table.cmn-table-01 tr th{
		width: 30%;
	}
	
	.xsfull{
		width: 100%!important;
		height: auto;
	}
	
	.entry-body{
		padding: 0;
	}
	
	div#main_content ul.list-category{
		margin: 0;
		padding: 10px 6px 0px;
	}
	
	div#main_content h4{
		margin-top: 20px;
		width: 100%!important;
	}
	
	div#main_content ul.list-category li{
		height: 30px;
	}
	
	.page-id-9005 div#main_content table tr td:nth-child(odd){
	padding-left: 4px;
	}
	
	.page-id-9005 div#main_content table th{
		width: 40%;
	}
	
	div#main_content table tr th{
	padding: 8px 2px;
	}
	
	ul.word-list{
		text-align: left;
	}
	
	div#main_content div.service img{
		margin-left: 20px;
	}
	
	div#main_content div.service h2{
		margin:0 0 10px;
	}
	
	div#main_content img.attachment-right{
		float: none;
		margin-left: 0;
	}
	
	
	div#main_content h1{
		padding-left: 2px;
	}
	
	.oscar_m{
	margin-left: 0;
	}
	
	
	.label{
		width: 100px;
	}
	
	.xs_n{
		display: none;
	}
	
	.pc_none{
	display:block;
	}
	
	.title_s{
	width: 100%;
	}
	
	.service img{
		width: 160px;
	}
	
	section#banner ul{
	margin-bottom: 0;
	}
	
	.btn{
		white-space: normal;
	}
	
	div#main_content ul.list_wrap{
		padding: 10px 20px 6px;
	}
	
	div#main_content ul.list_wrap li{
		width: 100%;
	}
	
}


/********************************************************************
41 Print
********************************************************************/


@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
