@charset "UTF-8";
/*
Theme Name: 株式会社 UNJOUR&PARTNERS
Author:
Description: 2015年作成 WPv4.3.1-対応
Version: 1.0
*/

/*============================================
  共通の定義
============================================*/
*{
	margin:0;
	padding:0;
	list-style-type:none;
}
body{
  color:#252525;
  font-size: 13px;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,Verdana,sans-serif;
}
a{
    text-decoration:none;
	color: #FF6600;
}

a:hover{
	text-decoration:underline;
}
a:focus, *:focus { outline:none; }
p{
    margin: 0 0px 1.5em;
    line-height: 1.92;
}
blank{
	white-space: pre;
}
#page_title{
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
}
h1{
    font-weight: bold;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 2.2em;
    display: inline-block;
    padding: 20px 30px;
    min-width: 160px;
}
#contents_header_in {
    width: 960px;
    margin: 0 auto;
}
h2:before {
  border-left: 5px solid #943232;
  content: '';
  margin-right: 8px;
}
h2{
    margin: 0px 0 1em 10px;
    padding: 0 0 5px 0px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}
h2 a{
    font-size: 12px;
}

h3{
  margin-bottom: 1em;
  background:#FF9900;
  font-size: 16px;
  color:#fff;
  padding: 5px 0px 5px 3%;
  clear:both;
}
h3 span{
    font-size: 10px;
    margin-left: 20px;
}
h3.top_heading{
  margin-bottom: 1em;
  background:#FF9900;
  font-size: 20px;
  text-align: center;
  color:#fff;
  padding-left: 10px;
  height: 30px;
  padding: 5px 0px 3px 10px;
}
h3.business_title_01{
    min-width: 900px;
    max-width: 1040px;
    width: 90%;
    margin:0px auto 2rem;
    font-size: 20px;
    color: #fff;
    height: 30px;
    padding: 15px 0px 10px 50px;
    background: #0099FF;
}
div.business_title_01_bk{
    background: #0099FF;
}
h3.business_title_02{
    min-width: 900px;
    max-width: 1040px;
    width: 90%;
    margin:0px auto 2rem;
    font-size: 20px;
    color: #fff;
    height: 30px;
    padding: 15px 0px 10px 50px;
    background: #FCB635;
}
div.business_title_02_bk{
    background: #FCB635;
}
h3.business_title_03{
    min-width: 900px;
    max-width: 1040px;
    width: 90%;
    margin:0px auto 2rem;
    font-size: 20px;
    color: #fff;
    height: 30px;
    padding: 15px 0px 10px 50px;
    background: #ff9999;
}
div.business_title_03_bk{
    background: #ff9999;
}
h3.business_title_04{
    min-width: 900px;
    max-width: 1040px;
    width: 90%;
    margin:0px auto 2rem;
    background: #3CA21F;
    font-size: 20px;
    color: #fff;
    height: 30px;
    padding: 15px 0px 10px 50px;
    background: #3CA21F;
}
div.business_title_04_bk{
    background: #3CA21F;
}
.news_link{
  float:right;
  font-size:14px;
  font-weight: normal;
}
.news_link a{
  color:#ff582b;
}
#main{
  width: 940px;
    margin: 20px auto 10px;
}
/* ヘッダ部の定義 */
#header_bk{
    border-top: 5px solid #FF9900;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 9999;
    border-bottom: 1px solid #666666;
}
#header{
	padding: 5px 0px 5px;
	position: relative;
	float : none;
	margin:0px auto;
	width:980px;
	height: 63px;
}
/* ヘッダーsearch箇所  */
#header_search{
    margin-top:5px;
	height: 20px;
}
#header_search div.search_area{
    width: 110px;
    height: 14px;
    margin-right: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #ccc;
    float: left;
}
#header_search input[type="search"]{
    width: 110px;
    height: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.06) inset;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.06) inset;
    border: 0;
    font-size: 10px;
    padding-left: 2px;
}
#header_search input[type="image"]{
    background: #666666;
    height: 11px;
    width: 11px;
    padding: 3px;
}

input:focus {
  outline:none;
}
/* ボディ部の定義  */
div#body{
    margin:auto;
    padding-top: 81px;
}

/* フッター部の定義  */
#footer{
	clear: both;
	position: relative;  
	float : none;
	height: 230px;
    background: #003366;
    color:#fff;
    font-size: 12px;
    min-width: 980px;
}
#footer div.inner{
	width: 980px;
    margin: 0 auto;
}
#footer a{
    color:#fff;
}
/* フッター部メニューの定義  */
.footer_menu{
    padding: 10px;
    float : left;
}
.footer_menu li{
    line-height: 1.5;
}
.footer_menu a:link, a:visited {
    text-decoration: none;
}
.page_top_link{
	font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
#footer_contact{
    background: #f0f0f0;
    color:#252525;
    float: right;
    padding: 5px 10px 10px;
    font-size:12px;
    margin-top:20px;
    margin-bottom: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#footer_contact a{
    color: #252525;

}
#footer_contact a.footer_contact_link{
    color: #FF6600;
    text-decoration: none;

}
#footer_contact a.footer_contact_link:hover{
	text-decoration: underline;
}
#footer_contact span{
	display: block;
	margin-top: 20px;
    font-weight:bold;
}
/* ロゴ */
.logo {
    padding-top: 4px;
    float : left;
}
.logo img{
    width:200px;
}
.logo_txt{
    display: block;
    margin: 5px;
    font-weight: bold;
    font-size:12px;
}
.logo a{
    text-decoration: none;
}
/* グローバルメニュー */
.menu {
  position: relative;
  list-style-type: none;
  width: 620px;
  height: 56px;
  margin: 0px  0px 0px 10px;
  padding: 0;
  border-radius: 3px 3px 0 0;
  float:left;
  top:11px;
}
/* メニュー第1階層 */
.menu > li {
  width: 19%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: 1px solid #ccc ;
}
.menu > li:last-child{
  border: none;
}
.menu > li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #252525;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  border-bottom: 0px solid #943232;
  font-weight: bold;
}
.menu > li.current > a{
    padding-bottom: 8px;
    border-bottom-width: 3px;
}
.menu > li:hover > a{
    padding-bottom: 8px;
    border-bottom-width: 3px;
}
/* メニュー第2階層 */
ul.sub{
  list-style: none;
  overflow: hidden;
  left: 0;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  position: relative;
  z-index: 9999;
  box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.5);
  background-color: #f7f7f7;
  display: none;
}
ul.sub li{
  float:left;
  overflow: hidden;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  background: #fff;
  width:130px;
  overflow: visible;
  height: 50px;
}
ul.sub li a:hover:after{
	background: #B4D7E7;
}
ul.sub li:hover{
  background: #B4D7E7;
  zoom:1;
}
ul.sub li a:hover{
  color: #252525;
}
ul.sub a{
    padding: 0px 20px;
    width: 200px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    border-bottom: 1px solid #f7f7f7;
}
ul.business a{
    padding: 0px 20px;
    width: 200px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    border-bottom: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}

ul.sub li a:after{
	content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 3px solid #FF9900;
    border-right: 3px solid #FF9900;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin-top: -7px;
    top: 26px;
    right: 17px;
}
ul.business li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 3px solid #FF9900;
    border-right: 3px solid #FF9900;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin-top: -7px;
    top: 26px;
    right: 12px;
}
.menu ul li:last-child{
  border-bottom: 0;
}

/* 業務案内 */
ul.business{
    width: 440px;
    position: absolute;
}
ul.business li{
  width:220px;
}
div.header_contact{
	float: left;
	width: 120px;
	font-size: 12px;
	padding: 5px 10px 2px;
	background: #666666;
	color: white;
	margin-bottom: 3px;
}

.copylight{
    width: 300px;
    margin: 10px auto 0px;
    text-align: center;
    background-color: #666666;
    clear: both;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
p.lecturer{
    border-bottom: 1px solid #777777;
    background: url(./img/lecturer.png) no-repeat left 5px;
    background-size: 25px;
    padding-left: 35px;
}
/* メイン画像 */
#main_phote {
    clear:both;
    max-height:400px;
    overflow: hidden;
}
#main_phote img {
	margin:0 auto;
	display:block;
    width: 100%;
	margin-bottom: 60px;
}
/* breadcrumb
-------------------------------------------------*/
#breadcrumb {
    margin: 0 auto;
	width:940px;
    padding: 3px 0px 15px;
}
#breadcrumb li {
	float: left;
	margin-left: 8px;
}
#breadcrumb li.home {
    padding-top: 3px;
}
#breadcrumb li:before {
	content: ">";
	padding-right: 8px;
}
#breadcrumb li:first-child:before {
	content: none;
	padding-right: 0;
}
#breadcrumb a:link,
#breadcrumb a:visited {
	color: #1f2739;
	text-decoration: none;
}
#breadcrumb a:hover,
#breadcrumb a:active {
	color: #1f2739;
	text-decoration: underline;
}
#breadcrumb li:first-child a {
	display: block;
	width: 13px;
    height: 13px;
	background-image: url(./img/home.png);
	background-repeat: no-repeat;
	background-size:13px 13px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*page top に戻る
-------------------------------------------------*/
/*サンプル2*/
.pagetop {
  position: fixed;
  bottom:195px;
  right: 24px;
  margin: 0 auto;
  z-index: 200;
  display: none;
}
.pagetop span{
    margin: -15px 0px 10px 20px;
    height: 0;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 15px;
    height: 10px;
    display: block;
    width: 0px;
}
.pagetop span:before{
    content: '';
    float: left;
    position: relative;
    top: 5px;
    left: -11px;
    width: 0;
    height: 0;
    border-color: transparent transparent #003366 transparent;
    border-style: solid;
    border-width: 11px;

}
.pagetop a {
  display: table-cell;
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 1;
  border-radius: 50%;
  background: #003366;
  behavior: url(PIE.htc);
  margin:10px;
}
/*サンプル2*/
.side_contact {
  position: fixed;
  bottom:300px;
  right: 24px;
  margin: 0 auto;
  z-index: 200;
  display: none;
}
 
.side_contact a {
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #ff582b;
	text-decoration: none;
    font-weight:bold;
    behavior: url(PIE.htc);
    padding: 15px 25px 15px;
    border-radius: 4px 4px 4px 4px;
}
.side_contact a:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin-top: -7px;
    top: 14px;
    right: 7px;
}
/*============================================
  共通のクラス定義
============================================*/
a.orange_link{
  color:#FF6600;
}
p{
    margin: 0 0px 1.5em;
}
p.line_1_1{
    line-height: 1.1;
}
.text_leader {
    padding-left: 1.5em;
    line-height: 1.2;
}
.text_leader:before {
    content: "■";
    display: block;
    float: left;
    width: 1.5em;
    margin-left: -1.5em;
    text-align: center;
}
.align_left{
    text-align: left;
}
.left10 {
    float : none;
    padding-left:10px;
}
.right {
    float : right;
    padding-right:20px;
}
.bg_gray{
    margin: 20px 10px 80px;
    padding: 30px;
    background: #f7f7f7;
	line-height: 25px;
}
.section{
    margin: 0 0 40px 0;
}
.section_body{
    padding-right: 20px;
    padding-left: 20px;
}
.listbox_area {
    margin-top: 40px;
}
.listbox_area li{
	display: inline-block;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    letter-spacing: normal;
    width: 200px;
    height: 170px;
    margin: 0 17px 17px 0;
}

.listbox_area li img{
    height: 80px;
    margin-top: 20px;
    display: block;
    margin: 20px auto 20px;
    border-bottom-color: rgb(204, 204, 204);
}
.listbox_area li span{
    width: 200px;
    display: block;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(204, 204, 204);
    line-height: 1.2;
    font-size: 11px;
    padding-top: 10px;
}
.listbox_area li a{
   color:#252525;
}
.listbox_area a{
    display: block;
    margin: 0;
	padding: 10px 0px;
    font-size: 12px;
    min-height: 35px;
    color: #252525;
}
.mg_0 {
    margin:0px;
}
.mg_20 {
    margin:20px;
}
.mgbottom_0 {
    margin-bottom:0px;
}
.mgbottom_24 {
    margin-bottom:24px;
}
.mgbottom_60 {
    margin-bottom:60px;
}
.mgbottom_80 {
    margin-bottom:80px;
}
.mgbottom_120 {
    margin-bottom:120px;
}
.mgbottom_200 {
    margin-bottom: 200px;
}
.mgbottom_220 {
    margin-bottom: 220px;
}

.mgtop_18 {
    margin-top:18px;
}
.mgtop_20 {
    margin-top:20px;
}
.mgtop_40 {
    margin-top:40px;
}
.mgtop_50 {
    margin-top:50px;
}
.mgtop_60 {
    margin-top:60px;
}
.mgtop_80 {
    margin-top:80px;
}
.pgtop_10 {
    padding-top:10px;
}
.pgtop_60 {
    padding-top:60px;
}
.mgleft_13 {
    margin-left:13px;
}
.mgleft_100 {
    margin-left:100px;
}
.mgtop_0 {
    margin-top:0px;
}
ul.indent li{
    padding-left: 3em;
}
ul.indent li:before{
    content: "●";
    display: block;
    float: left;
    width: 1.5em;
    text-align: center;
    margin-left: -1.5em;
}
.rouge{
  color:#943232;
}
.bold{
  font-weight:bold;
}
.clearfix{
 overflow: hidden;
  zoom: 1;
}
/*============================================
  TOPページの処理
============================================*/
#top_body{
  width:980px;
  margin: 20px auto 10px;
}
/* トピック、ニュース一覧 */
#top_news_area{
    margin-bottom: 20px;
    padding: 15px;
}
#top_news_area li{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #ddd;
}
.news_category{
   color:#003366;
   float:left;
   width: 130px;
   height:20px;
}
.news_date{
   float:left;
   width: 100px;
   font-size:10px;
}
/* bxslider */
.bxslider img {
	margin:0 auto;
	display:block;
}
.bx-wrapper{
   position:relative;
}
.bx-wrapper img{
    width:100%;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
	background-color:transparent;
    left: 0px;
    max-height: 600px;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-controls{
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #f7f7f7;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff582b;
}

/*============================================
  業務案内ページの処理
============================================*/
.change_bg {
	display: inline-block;
	width: 200px;
    height: 115px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	z-index: 2;
	background-color: #fff;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}
.change_bg::before,
.change_bg::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.change_bg:hover {
	color: #fff;
}
.change_bg::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.change_bg:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.color01:hover::after {
    background: #0099FF;
}
.color02:hover::after {
    background: #FCB635;
}
.color03:hover::after {
    background: #ff9999;
}
.color04:hover::after {
    background: #3CA21F;
}

/* パララックス用 */

.fadeDone {
    max-width: 940px;
    position: relative;
    opacity: 0;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.9);
    width: 80%;
    min-width: 745px;
    margin: 0 auto;
    padding: 30px;
    font-size: 1.3em;
    margin-bottom: 20px;
}
.bk_opacity {
	min-height: 580px;
    padding-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.5);
}
/*
.fadeDone:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
*/
.fadeDone p{
    font-size: 1.2em;
}
.fadeDone p.notice{
    padding-top: 10px;
    font-size: 0.6em;
    margin: 0 auto;
    width: 700px;
}
.fadeDone img{
	margin:0 auto;
	display:block;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
}
#section1 .fadeDone img{
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
}
.fadeDone .img_left{
    width:50%;
    float: left;
    margin: 0 18px 18px 0;
}
.fadeDone .img_right{
    width:50%;
    float: right;
    margin: 0 18px 18px 18px;
}
.fadeDone .img_left img{
    max-width:350px;
}
.fadeDone .img_right img{
    max-width:350px;
}
.fadeDone li{
	line-height:1.8;
}
.fadeup{
	overflow:hidden;
}
.contents {
 overflow: hidden;
}
.contents1 {
  min-height: 580px;
  position: relative;
  z-index: -2;
  background-size: cover;
  background-image:url("./img/business_img01.jpg");
}


.contents2 {
  min-height: 580px;
  position: relative;
  z-index: -2;
  background-size: cover;
  background-image:url("./img/business_img02.jpg");
}

.contents3 {
  min-height: 580px;
  position: relative;
  z-index: -2;
  background-size: cover;
  background-image:url("./img/business_img03.jpg");
}

.contents4 {
  min-height: 580px;
  position: relative;
  z-index: -2;
  background-size: cover;
  background-image:url("./img/business_img04.jpg");
}
.contents5 {
  min-height: 580px;
  position: relative;
  z-index: -2;
  background-size: cover;
  background-image:url("./img/business_img05.jpg");
}

#section1 h3{
    background-image: url(./img/pre_white.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 30px;
}
#section2 h3,
#section3 h3{
    background-image: url(./img/contract_white.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 30px;
}
#section4 h3,
#section5 h3{
    background-image: url(./img/provision_white.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 30px;
}
#section6 h3{
    background-image: url(./img/evaluation_white.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 30px;
}
#section7 h3{
    background-image: url(./img/communication_white.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 30px;
}
#section8 h3{
    background-image: url(./img/analysis_white.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 30px;
}
#section9 h3{
    background-image: url(./img/report_white.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 30px;
}
#section10 h3{
    background-image: url(./img/support_white.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 30px;
}
#section11 h3{
    background-image: url(./img/training_white.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 30px;
}
#section12 h3{
    background-image: url(./img/visa-acquisition_white.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 30px;
}
#section13 h3{
    background-image: url(./img/lecturer_white.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 30px;
}
.link div{
 	border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#section2 img{
    margin: 40px auto;
}
#section2 p{
    line-height: 1.5;
}
.footer_business{
    margin-top: 0px;
}
/*============================================
  ニュース一覧
============================================*/
#contents_main{
    margin-bottom: 60px;
    margin-top: 20px;
    float: right;
    width: 740px;
}
#sub{
    float: right;
    width: 140px;
	margin: 20px 39px 19px 19px;
    border-bottom: 1px solid #ccc;
}
#localNavHeader{
    background: #FF9900;
    color: white;
    height: 20px;
    text-align: center;
    font-size: 14px;
    width: 140px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;

}
#localNav li{
	background-image: url("./img/border.png");
	background-repeat: no-repeat;
	background-position:10px 100%;
}
#localNav li:last-child {
	background-image: none;
}
#localNav li.current{
    background-color: #B4D7E7;
}

#localNav li a{
    color: #252525;
    text-decoration: none;
    display: block;
    padding: 8px 0 8px 8px;
}
.newsbox{
    margin: 40px 0px 40px;
}
.category_title{
    clear: both;
    background-color: #003366;
    color: #fff;
    width: 120px;
    text-align: center;
    padding: 4px 0px 4px 0px;
	-webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	border-radius: 10px 10px 30px 0px / 10px 10px 0px 0px;
    margin-top:10px;
}
.newsbox .img_left{
    float: left;
    margin: 0 18px 60px 0;
    max-width:50%;
}
.newsbox .img_right{
    float: right;
    margin: 0 0 60px 18px;
    max-width:50%;
}
.newsbox .img_left img{
    max-width: 350px;
}
.newsbox .img_right img{
    max-width: 350px;
}
/* ペジャー */
ul.paging {
    clear: both;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
}
ul.paging li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    font-size: 14px;
}
ul.paging li span{
    text-decoration: none;
    text-align: center;
}
 ul.paging li a {
    color: #252525;
    text-decoration: underline;
    text-align: center;
}
 ul.paging li a:hover{
    color: #ff6600;
}
.article_url{
    color: #FF6600!important;
    float: right;
    width: 700px;
    text-align: right;
    margin-bottom: 10px;
}
.external_url{
    color:#0099FF!important;
    float: right;
}

/*============================================
  お問い合わせ
============================================*/
.red_txt {
    color: #f00;
}
.gray_txt {
	color: #666666;
}
.contact th{
    width: 25%;
    padding: 12px;
    font-size: 13px;
    line-height: 1.7;
    border-bottom: 1px solid #d0d0d0;
    background: #ececec;
    color: black;
    font-weight: normal;
    vertical-align: top;
}
.contact td {
    padding: 15px;
    font-size: 13px;
    line-height: 1.7;
    border-bottom: 1px solid #d0d0d0;
    border-collapse: collapse;
    border-spacing: 0;
}
.contact td.txtbox_dd textarea{
    width:600px;
}
.contact table {
    border: 1px solid #d0d0d0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 850px;
    margin: 0 auto;
}
#form_action {
    margin-top: 2em;
    margin-bottom: 6em;
    text-align: center;
}
.submitOrangeStyle input {
    margin-left: 10px;
    padding: 8px 20px;
    color: #ffffff;
    background: #ff582b;
    border: 0px;
    width: 180px;
    height: 40px;
}
.submitGrayStyle input {
    margin-left: 10px;
    padding: 8px 20px;
    color: #ffffff;
    background: #777777;
    border: 0px;
    width: 180px;
    height: 40px;
}
/*問い合わせ画面のみ表示*/
div.mw_wp_form_confirm .regist{
  display: none;
}
/*確認画面のみ表示*/
div.mw_wp_form_input .confirm{
    display: none;
}
p.programme{
  margin-top:20px;
  margin-bottom:20px;
    border-bottom: 1px solid #777777;
    background: url(./img/program.png) no-repeat left 5px;
    background-size: 25px;
    padding-left: 35px;
}
.mw_wp_form .error p,
.mw_wp_form  span.error{
    color:#f00;
}
/*============================================
  会社案内
============================================*/
.company_overview li{
    height:25px;
}
.company_overview li span{
    font-weight: bold;
    display: inline-block;
    width: 80px;
}
#map_canvas {
  height: 450px;
  text-align: center;
}
/*============================================
  プライバシーポリシー
============================================*/
.privacy h3{
  background: #777777;
}
.privacy a{
  color: #ff582b;
}
/*============================================
  search
============================================*/
.search_li{
    border-top: 1px solid #ccc;
    padding-bottom: 25px;
    padding-top: 10px;
}
.search_li a{
  color: #ff582b;
}
.search_title{
    margin-bottom:0px;
}