﻿﻿/*
Theme Name: Bousai
Author: Frida
Author URI: http://frida-studio.com/
*/

@charset "UTF-8";
@import url("normalize.css"); 

/* ======================================================
	Common
====================================================== */
body {
	margin: 0;
	padding: 0;
	line-height: 180%;
	font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 85%;
	border-top: #DDA858 solid 5px;
}

a {
	color: #000;
}

img {
	border: none;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

p {
	margin: 10px 10px 20px;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 140%;
}

h1 {
	font-size: 11px;
	margin: 0;
	padding: 0 0 10px;
	font-weight: normal;
	color: #ACAC9D;
	text-align: right;
}

h2 {
	color: #FFF;
	font-weight: normal;
	margin-top: 0;
	padding: 10px 20px;
}

#main_column h2 {
	font-size: 23px;
	background: #DD6F00;
}

#sub_column h2 {
	font-size: 16px;
	background: #643200;
	border: 2px solid #DDA858;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	margin:20px 0 5px;
	padding: 10px 0 10px 10px;
	border-left: 5px solid #FF9326;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color: #D26800;
	margin:20px 0 5px;
}

h5 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #D26800;
}


/* ======================================================
	Header
====================================================== */
#top {
	margin: 0;
	padding: 10px 0;
}

#headl {
	width: 420px;
	float: left;
}

#headr {
	width: 430px;
	float: right;
	text-align: right;
	font-size: 12px;
	overflow: hidden;
	margin: 0;
}

#headr a {
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#headr ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

#headr li {
	float: right;
	margin: 0;
	padding: 0 0 0 35px;
	border-left: #B29980 solid 1px;
}

#headr li:last-child {
	border-left: none;
}

#headr li+li {
	margin-right: 10px;
}

#headr li#hnav_si {
	background: url(img/hnav_si.gif) 10px center no-repeat;
}

#headr li#hnav_co {
	background: url(img/hnav_co.gif) 10px center no-repeat;
}

#headr li#hnav_ac {
	background: url(img/hnav_ac.gif) 10px center no-repeat;
}

#headr li a {
	display: block;
	padding: 5px 10px 5px 0;
}

#headr li a:hover {
	color: #666;
}


/* ======================================================
	Global Navi
====================================================== */
.menubtn {
	display: none;
}

.togmenu {
	display: block;
}

#gnav {
	background: #643200;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: relative;
	font-size: 18px;
	overflow: hidden;
}

#gnav ul,
#bloglist ul,
#ocreport_arc ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	left: 50%;
}

#gnav li,
#bloglist li,
#ocreport_arc li {
	float: left;
	position: relative;
	left: -50%;
	margin: 0;
	padding: 0;
}

#gnav li {
	border-left: 1px solid #FFF;
	padding-left: 20px;
}

#gnav li:last-child {
	border-right: 1px solid #FFF;
}

#gnav li+li {
}

#gnav li#gnav_ho {
	background: url(img/gnav_ho.jpg) 20px center no-repeat;
}

#gnav li#gnav_in {
	background: url(img/gnav_in.jpg) 20px center no-repeat;
}

#gnav li#gnav_co {
	background: url(img/gnav_co.jpg) 20px center no-repeat;
}

#gnav li#gnav_or {
	background: url(img/gnav_or.jpg) 20px center no-repeat;
}

#gnav li#gnav_st {
	background: url(img/gnav_st.jpg) 20px center no-repeat;
}

#gnav li#gnav_ac {
	background: url(img/gnav_ac.jpg) 20px center no-repeat;
}

#gnav li#gnav_nt {
	background: url(img/gnav_nt.jpg) 20px center no-repeat;
}

#gnav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 30px;
}

#gnav li a:hover,
#gnav li#slct,
#gnav li#slct a {
	color: #F90;
}


/* ======================================================
	body
====================================================== */
#body {
	background: #ECECE3;
	margin: 0;
	padding: 10px 0;
}

#main_column {
	width: 720px;
	float: left;
}

#sub_column {
	width: 200px;
	float: right;
}

#main_column .section {
	background: #FFF;
	margin-bottom: 15px;
	padding: 0 0 10px 0;
}

.block {
	padding: 10px 20px;
}

#update h3 {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 30px;
	font-size: 16px;
	font-weight: normal;
	border-top: 5px solid #FF9326;
	border-bottom: 2px solid #FF9326;
	border-left: none;
	background: url(img/update.gif) 10px center no-repeat;
}

#update dl {
	position: relative;
	padding: 10px;
}

#update dt {
	width: 80px;
	position: absolute;
	padding: 10px 0;
}

#update dd {
	border-bottom: 1px dotted #ACAA9B;
	padding: 10px 0 10px 95px;
	margin: 0;
}

.cat_t {
	display:table-cell;
	width:120px;
	font-size: 11px;
	color: #FFF;
	padding: 1px 0;
	text-align:center;
	font-weight:bold;
}

.ud_event {
	background: #D93600;
}

.ud_news {
	background: #698C00;
}

.ud_history{
	background: #643200;
}

.ud_doc{
	background:#AD9202;
}

.ud_edu{
	background:#8C0000;
}

.ud_media{
	background:#B25900;
}

.ud_other {
	background:#666;
}

.news_t{
	display:table-cell;
	padding:0 0 0 10px;
}

ul.list_line {
	padding: 0;
}

ul.list_line li {
	list-style: none;
	background: url(img/list_line.gif) left center no-repeat;
	padding: 0 0 0 20px;
}


/* ======================================================
	Staff
====================================================== */
table p{
margin:0;
padding:0;
}

table#table_staff,
#table_form,
#table_link{
	width: 95%;
	border-collapse: collapse;
	margin:0 auto;
}

table#table_staff tr {
}

table#table_staff th,
#table_form th,
#table_link th {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 5px;
	background: #F1EDD8;
	border-top: 1px solid #C7C7AF;
	border-bottom: 1px solid #C7C7AF;
}

#table_link th{
	width:300px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	background: #F1EDD8;
	border-top: 1px solid #C7C7AF;
	border-bottom: 1px solid #C7C7AF;
}

table#table_staff td.cell_name {
	font-size: 16px;
	font-weight: normal;
width:100px;
}

table#table_staff td,
#table_form td,
#table_link td {
	font-size: 13px;
	border-top: 1px solid #C7C7AF;
	border-bottom: 1px solid #C7C7AF;
	padding: 10px;
}

#table_staff td td{
border-top:none;
border-bottom:none;
}

#table_staff tr+tr{
border-top: 1px solid #C7C7AF;
}

#table_staff table{
width:100%;
}

table#table_staff td span {
	background: #838394;
	margin-right: 10px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	position: relative;
}


/* ======================================================
	Footer
====================================================== */
#footer {
	background: #DDA858;
	padding: 0;
	font-size: 16px;
	line-height: 140%;
	overflow: hidden;
}

#footer a {
	color: #000000;
}

#footer_nav {
	margin: 0 0 20px;
	padding: 10px 0;
	font-size: 16px;
	color: #000;
	border-bottom: 1px dotted #643200;
}

#footer_nav ul {
	text-align: center;
}

#footer_nav li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

#footer_nav li+li{
border-left: 1px solid #000;
}

#footer_nav li a {
	text-decoration: none;
}

#footinfo {
	margin: 0;
}

#gmap {
	width: 401px;
	float: right;
	padding: 2px;
	border: #aaa solid 1px;
	background:#FFFFFF;
}

#gmap iframe {
	width: 100%;
	height: 160px;
}

address {
	background: #643200;
	margin:10px 0 0;
	padding: 10px 0;
	border-top: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}


/* ======================================================
	Width
====================================================== */
.w1 {
/*	width: 930px; */
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

.w48p {
	width: 48%;
}

.w30p_fr {
	width: 30%;
	float: right;
}

.w30p_fl {
	width: 30%;
	float: left;
}

.w60p_fr {
	width: 60%;
	float: right;
}

.w60p_fl {
	width: 60%;
	float: left;
}

.w30p_fr img,
.w30p_fl img,
.w60p_fr img,
.w60p_fl img {
	width: 100%;
}


/* ======================================================
	Tools
====================================================== */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.imgl {
	float: left;
	margin: 0 10px 10px 0;
}

.imgr {
	float: right;
	margin: 0 0 10px 10px;
}

.tr {
	text-align: right;
}

.cntr {
	text-align: center;
}

.m10 {
	margin: 10px;
}

.m20 {
	margin: 20px;
}

.m20_50 {
	margin: 20px 50px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb30 {
	margin-bottom: 30px;
}

.fs20 {
	font-size: 20px;
}

.fs17 {
	font-size: 17px;
}

.fs11 {
	font-size: 11px;
}

.mob0 {
	display: block;
}

.pc0{
	display:none;
}

.mob_txt {
	display: none;
}

.btn_gr a {
	background: #643200;
	margin-right: 10px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	position: relative;
}

.btn_gr2{
	text-align:center;
	margin:10px 0 30px;
}

.btn_gr2 a {
	background:#38770B;
	border-bottom:#154108 solid 2px;
	margin: 10px;
	padding: 10px 30px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	position: relative;
}

.bg1{
background:#FFF9DB;
margin:0 0 10px;
padding:20px;
-webkit-border-radius: 5;
-moz-border-radius: 5;
border-radius: 5px;
position: relative;
}

#pagination {
clear:both;
padding:20px 0;
text-align: center;
font-size: 80%;
}

#pagination span, #pagination a {
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #2c2519;
}

#pagination a:hover{
color:#fff;
background: #448d00;
}

#pagination .current{
padding:6px 9px 5px 9px;
background: #448d00;
color:#fff;
}

#pmap,
#pmap a{
color:#575747;
}

.ls1{
margin:0;
padding:0;
list-style:none;
}

.ls1 li{
width:45%;
margin:0;
padding:5px;
float:left;
}

.acf-map{
width:640px;
height:480px;
margin:10px auto;
}

.red{
color:#FF0000;
font-weight:bold;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright {
	margin-bottom: 12px;
}

/* ======================================================
	Media Query
====================================================== */

/*---------- BreakPoint: 961px-999px ----------*/
@media(max-width:999px){

h2{
text-align:center;
padding:10px;
font-size:25px;
}

#update h3{
font-size:25px;
}

h1,
#headl,
#headr{
width:98%;
float:none;
margin:0 auto 10px;
text-align:center;
}

#headr{
position:relative;
overflow:hidden;
}

#headr img{
display:inline;
margin-left:0;
}

#headr ul{
float:right;
position:relative;
right:50%;
font-size:18px;
}

#headr li{
position:relative;
right:-50%;
margin:0;
}

#headr li+li{
margin-right:6px;
}

#headr li a{
display:block;
padding:0 10px 0 0;
}

#main_column{
}

#footer{
text-align:center;
}

#gmap{
width:95%;
margin:10px auto;
float:none;
}

.w1,
.w48p{
width:95%;
}
}

/*---------- BreakPoint: 769px-960px ----------*/
@media(max-width:960px){
#gnav li{
padding: 0;
}

#gnav li#gnav_ho,
#gnav li#gnav_in,
#gnav li#gnav_co,
#gnav li#gnav_or,
#gnav li#gnav_st,
#gnav li#gnav_ac {
	background: none;
}

#gnav li a{
display:block;
}

#main_column {
width: 77%;
}

#sub_column{
width: 21%;
}

#sub_column img {
width: 100%;
}

#concept img {
width: 100%;
}

}

/*---------- BreakPoint: 481px-768px ----------*/
@media(max-width:768px){

#headr,
#gnav {
display: none;
}

#headl {
margin-bottom: 20px;
}

#footer_nav {
position: absolute;
display: block;
top: 107px;
width: 100%;
border-bottom: none;
margin: 0;
padding: 0;
}

#footer_nav .w1{
width:100%;
}

#footer_nav ul {
text-align: left;
margin: 0;
padding: 0;
}

#footer_nav li, #footer_nav li+li {
float: none;
position: static;
display: block;
left: 0;
margin: 0;
padding: 3px 0 3px 10px;
border-right: none;
border-left: none;
border-bottom: 1px solid #000;
background: #DFDFD0;
}

.menubtn{
display:block;
background:#643200;
color:#FFF;
font-weight:bold;
padding:3px;
cursor:pointer;
text-align: left;
}

.togmenu{
display:none;
}

#main_column,
#sub_column {
width:90%;
float:none;
margin:5px auto;
}

#main_column h2 {
}

#sub_column div {
width: 70%;
display: block;
margin: 0 auto;
}

#sub_column .list_line li {
background: none;
padding: 3px 0;
text-align: center;
}

#footer {
padding-top: 15px;
}

.block {
	padding: 5px;
}

#content img{
width:90%;
display:block;
margin:10px auto;
}

.mob0 {
	display: none;
}

.pc0{
	display:block;
}

.ls1 li{
width:auto;
float:none;
}

.acf-map{
width:90%;
height:250px;
}

#table_form input[type="text"],
#table_form input[type="tel"],
#table_form input[type="email"],
#table_form textarea{
width:90%;
}

.fl,
.fr{
float:none;
}

.imgl,
.imgr,
.alignleft,
img.alignleft,
.alignright,
img.alignright{
float: none;
display:block;
margin:0 auto;
}
}

@media(max-width:600px){
.imgl,
.imgr,
.alignleft,
img.alignleft,
.alignright,
img.alignright,
.aligncenter,
img.aligncenter{
width:90%;
}


th,
td,
#table_link th{
display: block;
width: auto;
}
}

/*---------- BreakPoint: 480px ----------*/
@media(max-width:480px){

table#table_staff {
width: 95%;
}

table#table_staff td {
border-top: none;
border-bottom: none;
padding-top: 0;
}

table#table_staff td.cell_name {
padding-top: 5px;
padding-bottom: 0;
width:auto;
}

#update dt {
	position:static;
	padding: 10px 0 0;
}

#update dd {
	padding: 0 0 10px;
}

.cat_t {
	display:inline-block;
}

.news_t{
	display:block;
	padding:0;
}
}

@media(max-width:410px){
#headl img{
width:100%;
}

#footer_nav {
top: 85px;
}
}
