@charset "utf-8";
@import url(/souken/wp-content/themes/twentyten/common/css/eicon.css);
@import url(/souken/wp-content/themes/twentyten/common/css/micon.css);
@import url(/souken/wp-content/themes/twentyten/common/css/bootstrap.min.css);
@import url(/souken/wp-content/themes/twentyten/common/css/validationEngine.jquery.css);
@import url(/souken/wp-content/themes/twentyten/common/css/owl.carousel.css);
@import url(/souken/wp-content/themes/twentyten/common/css/icomoon.css);
@import url(/souken/wp-content/themes/twentyten/common/css/jquery.ui.core.min.css);
@import url(/souken/wp-content/themes/twentyten/common/css/jquery.ui.theme.min.css);
@import url(/souken/wp-content/themes/twentyten/common/css/jquery.ui.accordion.min.css);

::selection {
	background: #0088FF;
	color: #FFF;
}

::-moz-selection {
	background: #0088FF;
	color: #FFF;
}

#boxArea {
  position: relative;
  width: 708px;
  font-size: 13px;
}
#boxArea .box {
  padding: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  background-color: #eee;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 115px;
	right: 5px;
	display: none;
	background-color: #444444;
	border: 1px solid #FFF;
	padding: 10px;
	font-size: 16px;
	border-radius: 0px;
	color: #FFFFFF;
}

.back-to-top:hover,
.back-to-top:active{
	background: #000;
	color: #FFF;
	border-color: #000;
}

.map_wrapper {
	max-width: 858px;
	min-width: 280px;
	margin: 0 auto 20px;
	padding: 4px;
	border: 1px solid #B7B7B7;
}

.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.col-report-3{
	min-height: 170px;
}

p {
	margin: 0 0 10px;
	letter-spacing: 0.01em;
}

img.pull-left{
	margin-right:20px;
	margin-bottom:20px;
}

img.pull-right{
	margin-left:20px;
	margin-bottom:20px;
}
	
.pull-right {
	margin-left: 20px;
	margin-bottom: 20px;
}

.shocho{
	font-weight:bold;
	text-align:center;
	line-height: 1.3em;
	font-size: 0.9em;
}

.section{
	padding-bottom: 5px;
}

.navbar {
	margin-bottom: 0px !important;
}

label {
	display: inline !important;
	margin-bottom: 5px;
	font-weight: bold;
}

@font-face {
  font-family: 'Typicons';
  src: url('/souken/wp-content/themes/twentyten/fonts/typicons-regular-webfont.eot');
  src: url('/souken/wp-content/themes/twentyten//souken/wp-content/themes/twentyten/fonts/typicons-regular-webfont.eot') format('embedded-opentype'),
    url('/souken/wp-content/themes/twentyten/fonts/typicons-regular-webfont.woff') format('woff'),
    url('/souken/wp-content/themes/twentyten/fonts/typicons-regular-webfont.ttf') format('truetype'),
    url('/souken/wp-content/themes/twentyten/fonts/typicons-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
#accordion{
  position:relative;
  margin: 0 auto;
  padding: 0;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1;
}
#accordion input{
  position:absolute;
  height: 0;
  padding:0;
}
#accordion div div{
  position: relative;
  padding: 15px 10px 12px 40px;
  border-top: 1px solid #d4ebf2;
  border-bottom: 1px solid #86c5da;
  background: #add8e6;
}
#accordion label:first-child div div{
  border-top: 0;
}
#accordion label:last-child div div{
  border-bottom: 0;
}
#accordion div div:hover{
  background: #a0d2e2;
	cursor: pointer;
}
#accordion div div:before{
  position:absolute;
  top: 13px;
  left:10px;
  color: #2f7f99;
  /* font: 24px/100% 'Typicons';
  content: "\0023"; */
}
#accordion div div:after{
  position:absolute;
  top: 15px;
  right:10px;
	color: #2f7f99;
  font: 20px 'Typicons';
  content: "+";
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion input:checked + div div:after{
  top: 12px;
  right: 15px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#accordion ul{
  list-style: none;
  margin: 0;
  background: #e1f1f6;
}
#accordion ul li{
	padding:0 !important;
	background-image: none !important;
}
#accordion ul li a{
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0px 70px;
  color: #333;
  text-decoration: none;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion input:checked + div ul li a{
	/* position:relative; */
	background: none;
	line-height: 1;
	min-height: 80px;
	padding: 13px 70px;
	border-top: 1px solid #fff;
}
#accordion input:checked + div ul li:first-child a{
  border-top: 0;
}
#accordion input:checked + div ul li:last-child a{
  border-bottom: 0;
}
#accordion input:checked + div ul li a:hover{
  background: #d4ebf2;
  border-top-color: #eef7fa;
}
#accordion input:checked + div ul li a:before{
  position: absolute;
  top: 16px;
  left: 45px;
  color: #2f7f99;
  font:16px/100% 'Typicons';
  content: "x";
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}


body {
	padding: 0px 0 0;
	overflow-x: hidden; /* Prevent scroll on narrow devices */
	font-family:'¥Ò¥é¥®¥Î½Ç¥´ Pro W3', 'Hiragino Kaku Gothic Pro', ¥á¥¤¥ê¥ª, Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
	color: #535353;
	line-height: 1.7em;
	border-top:6px solid #B4121F;
}


#header {
	/* padding: 10px; */
}

/*header--------------------------------------------------*/

#header header #logo h1{
	margin:0;
	padding:0;
}

#header header #search-nav{
	text-align: right;
	padding-top: 46px;
}


/*navbar--------------------------------------------------*/

#header .navbar {
	border-radius: 0px;
	background: #B4121F;
	border: none;
}

#header .navbar #global-menu{
	margin-bottom: 0px;
}

/* #header .navbar #global-menu .navbar-header{
	display:none;
} */

#header .navbar #global-menu #bs-example-navbar-collapse-1{
	padding:0;
}

#global-menu ul {
	width: 100%;
}
#global-menu ul li {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/bg_global_border.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#global-menu ul li:first-child{
	background-image:none;
	background-repeat: no-repeat;
	background-position: left center;
}

#global-menu a {
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
}
#global-menu a:hover,
#global-menu a:focus {
	background-color: transparent;
}
#global-menu .nav01 {
	width: 16%;
}
#global-menu .nav02 {
	width: 13%;
}
#global-menu .nav03 {
	width: 18%;
}
#global-menu .nav04 {
	width: 15%;
}
#global-menu .nav05 {
	width: 16%;
}
#global-menu .nav06 {
	width: 12%;
}
#global-menu .nav07 {
	width: 10%;
}
#global-menu .nav01 a {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global01.png);
}
#global-menu .nav02 a {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global02.png);
}
#global-menu .nav03 a {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global03.png);
}
#global-menu .nav04 a {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global04.png);
}
#global-menu .nav05 a {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global05.png);
}
#global-menu .nav06 a {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global06.png);
}
#global-menu .nav07 a {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global07.png);
}

#global-menu .nav01 a:hover {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global01_s2.png);
	background-color:#FFFFFF;
}
#global-menu .nav02 a:hover {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global02_s2.png);
	background-color:#FFFFFF;
}
#global-menu .nav03 a:hover {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global03_s2.png);
	background-color:#FFFFFF;
}
#global-menu .nav04 a:hover {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global04_s2.png);
	background-color:#FFFFFF;
}
#global-menu .nav05 a:hover {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global05_s2.png);
	background-color:#FFFFFF;
}
#global-menu .nav06 a:hover {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global06_s2.png);
	background-color:#FFFFFF;
}
#global-menu .nav07 a:hover {
	background-image:url(/souken/wp-content/themes/twentyten/common/img/nav_header_global07_s2.png);
	background-color:#FFFFFF;
}

/* #header #heaer-nav #header-nav-sub{
	padding-right:0px;
}

#header #header-nav-sub{
	padding:30px 0;
}

#header #header-nav-sub li{
	margin: 0 10px 0 0;
}

#header #header-nav-sub li.nav03{
	margin: 0;
}

#header #header-nav-sub li.nav03 a{
	padding-right:0;
}

#header #header-nav-sub li a{
	background-image:url(/souken/wp-content/themes/twentyten/common/img/bg_header_subnavi.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#3D3D3D;
}

#header #header-nav-sub li a:focus,
#header #header-nav-sub li a:hover{
	background-image:url(/souken/wp-content/themes/twentyten/common/img/bg_header_subnavi.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#b4121f;
} */



/* #global-menu li:first-child {
	background-image: url(/souken/wp-content/themes/twentyten/common/img/bg_global_border.gif);
}
#global-menu ul {
	width: 84.5%;
	background-image: url(/souken/wp-content/themes/twentyten/common/img/bg_global_border.gif);
	background-repeat: no-repeat;
	background-position: right center;
} */

#mainimg{
	margin-bottom:30px;
}

#maincontents{
	margin-bottom:30px;
	font-family:"£Í£Ó ¥´¥·¥Ã¥¯", "MS Gothic", "Osaka£­µÈ·ù", Osaka-mono, monospace;
}

#main{
	/* color: #1E606A; */
	background-color: #FFFFFF;
	padding: 20px;
	min-height: 518px;
}

.table{
	border-top:0;}

.table td, .table th,
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border:1px solid #C1C1C1;
	vertical-align: middle;
}	

.table th{
	background:#DCE2ED;
	color:#1C3453;
	text-align:center;
}

#main h1 {
	background-color: #F7FBFD;
	margin: 0;
	margin-bottom: 20px;
}

#main h2{
	background-color: #2B7DAD;
	color: #FFFFFF;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 16px;
}

#main h3{
	color: #1E5F6A;
	border-bottom: 1px dotted #939393;
	font-size: 16px;
	padding: 0 0 8px 0;
	font-weight: bold;
	margin-bottom: 20px;
}

#main h4{
	color: #86c5da;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	border-left: 5px solid #86c5da;
	font-size: 16px;
	margin-bottom: 20px;
}

#main h5{
	color: #1E606A;
	background-color: #FFFFFF;
	padding: 0 0 0px 0;
	font-weight: bold;
}

#main ol,
#main ul {
	margin-left: 0;
	padding-left:0;
}
#main ul li {
	list-style: none;
	background-image:url(/souken/wp-content/themes/twentyten/common/img/bg_li.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: 0 0 0.5em 1.2em;
}
#main ul ul,
#main ol ul,
#main ul ol,
#main ol ol {
	padding-top: 0.5em;
}
#main ol li {
	background-image: none;
	list-style: decimal;
	margin-left: 1.75em;
	padding: 0 0 0.5em 0;
}
#main ol li ol li {
	margin-left: 1em;
}

/* PDF document links */
/* #main a[href$='.pdf']{
	background:transparent url(common/img/icon_pdf.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:15px;
}
 */
/* WORD document links */
#main a[href$='.doc']{
	background:transparent url(common/img/icon_word.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:15px;
}

/* EXCEL document links */
#main a[href$='.xls']{
	background:transparent url(common/img/icon_excel.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:15px;
}

#sidebar{
}

#sidebar ul li{
	background-color: #FFFFFF;
	margin-bottom:20px;
}

#sidebar .address{
	border:1px solid #BBBBBB;
	min-height:315px;
	padding: 26px 20px;
}

#sidebar .address h3{
	color:#1E606A;
	font-size:20px;
	font-weight:bold;
	margin-top:	0px;
}

#sidebar .address .detail{
	background-color:#E3E9EE;
	text-align:center;
	padding:5px;

}

#sidebar .address .detail a{
	color:#1E5F6A;
	background-image: url(/souken/wp-content/themes/twentyten/common/img/bg_detail.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left: 20px;
}

footer {
	background-color: #CCCCCC;
	text-align: center;
	color:#3D3D3D;
	min-height: 50px;
}

footer p {
	display: block;
	background-image: url(/souken/wp-content/themes/twentyten/common/img/bg_copyright.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 418px !important;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	line-height: 4em;
}

footer p small {
}

.noblank{
	margin:0;
	padding:0;
}

.nomargin{
	margin:0;
}

.nopadding{
	padding:0;
}

h3.ui-accordion-header {
	color: #2B7DAD !important;
	border-bottom: 1px dotted #939393;
	font-size: 16px;
	padding: 10px 0 8px 0 !important;
}

/*
 * front£¨¥È¥Ã¥×¥Ú©`¥¸£©
 * --------------------------------------------------
 */

#main #news table tr th{
	border-bottom: 1px dotted #939393; 
	border-top: none;
	padding: 13px;
	font-weight: normal;
} 

#main #news table tr td{
	border-bottom: 1px dotted #939393; 
	border-top: none;
	padding: 13px;
} 


/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 991px) {
	
	
#header header #search-nav {
	text-align: right;
	padding:  0 0 46px 0;
}

#header header #logo  h1 a img {
	margin: 0 auto;
}

.navbar-toggle {
	margin-right: 0px;
}

}
	

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
#header{	
	display: -webkit-box;  
	display: -moz-box;  
	display: -o-box;  
	display: box;  
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;

}
#header .navbar {
	margin-bottom:0px;
}

#header header{
	-webkit-box-ordinal-group: 2;
	-o-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	box-ordinal-group: 2;
	height: 120px;
}
#header #logo{
  text-align: center;
}
  
#header #logo h1 a img{
	margin: 0 auto;
}

#header .navbar-header {
	display:block;
}

#heaer-nav {
	display:none;
}

.navbar-inverse{
	-webkit-box-ordinal-group: 1;
	-o-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;
}

#global-menu ul li {
	background-image:none;
}

#global-menu .nav01,
#global-menu .nav02,
#global-menu .nav03,
#global-menu .nav04,
#global-menu .nav05,
#global-menu .nav06,
#global-menu .nav07{
	width:100%;
	height:auto;
}

#global-menu .nav01 a,
#global-menu .nav02 a,
#global-menu .nav03 a,
#global-menu .nav04 a,
#global-menu .nav05 a,
#global-menu .nav06 a,
#global-menu .nav07 a{
	background-image:none;
	font: 120%/1.5 '¥Ò¥é¥®¥Î½Ç¥´ Pro W3', 'Hiragino Kaku Gothic Pro', ¥á¥¤¥ê¥ª, Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	width:100%;
	height:auto;
	text-align:center;
}

#global-menu .nav01 a:hover,
#global-menu .nav02 a:hover,
#global-menu .nav03 a:hover,
#global-menu .nav04 a:hover,
#global-menu .nav05 a:hover,
#global-menu .nav06 a:hover,
#global-menu .nav07 a:hover{
	background-image:none;
	background-color:transparent;
	color:#B4121F;
	background-color:#FFFFFF;
	width:100%;
	height:auto;
}

  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    width: 100%; /* 6 columns */
  }
#news table,#news table tbody,#news table tr,#news table th,#news table td {
    display: block!important;
    width: 100%!important;
    height: auto!important;
}
#news table img {
    width: 100%;
    height: auto;
}
#sidebar .address {
    border: none;
    min-height: auto;
    text-align: center;
}

#sidebar .address img {
    width: 100%;
    padding: 20px 0 0;
}
}