@CHARSET "utf-8";
/*--------------------------------------
	body,html要素
---------------------------------------*/
* { margin: 0; padding: 0;}

html {
  height:100%;
}

body {
  height:100%;
  background: #ffffff;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif;
  line-height : 1.6;
  text-align : center;
}

/*--------------------------------------
	基本レイアウト
---------------------------------------*/
.wrap {
  width: 100%;
  min-height: 100%;
  height: auto;
  /* フッターの高さ分だけ、ネガティブインデントを指定 */
  margin: 0 auto -200px;
  /* フッターの高さ分だけ、パディングを指定 */
  padding: 0 0 200px;
  background: #ffffff;
}

.inner {
  width: auto;
  margin: auto;
  padding: 0;
  text-align: left;
}

/* ヘッダー */
.header {
  width: 100%;
  background: #ffffff;
  margin: 0;

}
.header_inner {
  max-width: 980px;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

.header_menu {
  clear: both;
  background: #238CC8;

}

.pc_header_menu {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin: auto;
  padding: 0;
  text-align:center;
  font-size: 24px;
  font-weight: bold;
}

.pc_header_menu ul {
  position: relative;
  left: 50%;
  float: left;
  width: auto;
  margin: 0 auto;
  padding: 1px 0 0 0;
  text-align: center;
}

.pc_header_menu ul li {
  position: relative;
  left: -50%;
  list-style: none;
  float: left;
  width: auto;
  font-weight: bold;
}
.pc_header_menu ul li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #ffffff;
}


.pc_header_menu ul li a:hover {
  display: block;
  padding: 5px 15px;
  border-radius: 5px;
  background: #ffffff;
  text-decoration: none;
  color: #238CC8;
}



.pc_header_menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile_header_menu {
  overflow: hidden;
  max-width: 980px;
  margin: auto;
  padding: 0;
  text-align:center;
  font-size: 24px;
  font-weight: bold;
}

.mobile_header_menu ul {
  float: left;
  width: auto;
  margin: 0 auto;
  padding: 1px 0 0 0;
  text-align: center;
}

.mobile_header_menu ul li {
  list-style: none;
  float: left;
  width: auto;
  font-weight: bold;
}
.mobile_header_menu ul li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #ffffff;
}


.mobile_header_menu ul li a:hover {
  display: block;
  padding: 5px 15px;
  border-radius: 5px;
  background: #ffffff;
  text-decoration: none;
  color: #238CC8;
}



.mobile_header_menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* メインコンテンツ */

.main {
  clear: both;
  max-width: 980px;
  height: auto;
  margin: 20px auto;
  padding-bottom: 10px;
  background: #ffffff;
  overflow:hidden;
  text-align: left;
}

.contents_01 {
  max-width: 740px !important;
  height: auto;
  margin: 0 auto !important;
  padding: 0 !important;
  background:#ffffff;
}

.contents_02 {
  width: auto;
  height: auto;
  margin:  0 !important;
  padding: 0 !important;
  background:#ffffff;
}



/* サブコンテンツ */
.sub_01 {
  max-width: 240px important;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
}


/* フッター */
.footer {
  clear: both;
  max-width: 100%;
  height: 200px;
  margin: 0 auto;
  padding: 0;
  background: #238CC8;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
}

.copyright {
  width: auto;
  margin: 10px 0 0 0;
  text-transform: none;
}

.footer a:link {
  color: #fff;
  text-decoration: none;
}

.footer a:visited {
  color: #fff;
  text-decoration: none;
}

.footer a:hover	{
  color: #333;
  text-decoration: underline;
}

.footer a:active {
  color: #fff;
  text-decoration: underline;
}



.side_menu_box {
  width: auto;
  margin: 10px 0;
  border: #666666 solid 1px;
  border-radius: 3px;
}

.side_menu_box h2{
  width: auto;
  background: #333333;
  margin: 0;
  padding: 10px 10px 5px 10px;
  background-position: bottom left;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}




/*--------------------------------------
	基本テキスト系要素
---------------------------------------*/
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #238CC8;
  text-decoration: underline;
}

a:active {
  color: #333333;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font: 100% normal;
  font-weight: normal;
  font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif;
}

em {
  font-family: 'ms pgothic','ms pゴシック',osaka,sans-serif;
}

p { margin: 0; padding: 0;}

code {
  font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif;
  font-size:.82em;
}

/*--------------------------------------
	ビジュアル要素
---------------------------------------*/
img { border: 0; margin: 0; padding: 0;}

.t_red { color: #ff0000;}

.t_blue { color: #003399;}

.t_orange { color: #ff9900;}

.t_green { color: #008800;}

.t_pink { color: #ff8888;}

.t_brown { color: #511b00;}

.t_aqua { color: #6699ff;}

.t_white { color:#ffffff;}

.l_font { font-size: 160%; !important;}

.m_font { font-size: 120%; !important;}

.s_font { font-size: 100%; !important;;}

.t_bold { font-weight:bold !important;}

.center { width: auto; margin: auto !important; text-align: center !important;}

.left { width: auto; margin:auto auto auto 0; text-align: left;}

.right { width:auto;margin:auto 0px auto auto; text-align: right;}

.f_left { float:left;}

.f_right { float:right;}

.clear{ clear:both;}

.marg_0 { margin: 0 !important;}

.marg_10 { margin: 10px;}

.marg_12 { margin: 12px;}

.marg_20 { margin: 20px;}

.marg_30 { margin: 30px;}

.marg_w10 { margin-left: 10px; margin-right: 10px;}

.marg_v10 { margin-top: 10px; margin-bottom: 10px;}

.marg_t10 { margin-top: 10px;}

.marg_w20 { margin-left: 20px; margin-right: 20px;}

.marg_w25 { margin-left: 25px; margin-right: 25px;}

.marg_w30 { margin-left: 30px; margin-right: 30px;}

.marg_t20 { margin-top: 20px;}

.marg_t50 { margin-top: 50px;}

.marg_b10 { margin-bottom: 10px;}

.padd_0 { padding: 0 !important;}

.padd_10 { padding: 10px !important;}

.padd_20 { padding: 20px;}

.padd_30 { padding: 30px;}

.padd_v10 { padding-top: 10px; padding-bottom: 10px;}

.padd_t10 { padding-top: 10px !important;}

.padd_b10 { padding-bottom: 10px; }

.padd_w5 { padding-left: 5px !important; padding-right: 5px !important;}

.padd_w10 { padding-left: 10px;padding-right: 10px;}

.padd_w20 { padding-left: 20px;padding-right: 20px;}

.padd_w30 { padding-left: 30px;padding-right: 30px;}

.must_img { margin: 0 5px;vertical-align:middle;}

.bg_white { background: #ffffff;}

.border { border:#999 solid 1px !important;}

.no_border { border: none !important;}

.top_border { border-top: #999 solid 1px;}

.bottom_border { border-bottom: #999 solid 1px;}

.shadow_box_01 {
  box-shadow:1px 1px 4px 0px rgba(223,223,223,0.75);
  -webkit-box-shadow:1px 1px 4px 0px rgba(223,223,223,0.75);
  -moz-box-shadow:1px 1px 4px 0px rgba(223,223,223,0.75);
}

.shadow_box_02 {

}

/*--------------------------------------
	エラーメッセージ
---------------------------------------*/
.error_message_search_01 {
  width: auto !important;
  height: 300px !important;
  padding: 150px 0 0 0;
  box-shadow: none !important;
  background: none !important;
  text-align: center !important;
  color: #333333 !important;
  font-size: 20px !important;
}
/*--------------------------------------
	フォーム要素
---------------------------------------*/
.input_01 { width: 100px;}

.input_02 { width: 150px;}

.input_03 { width: 200px;}

.input_04 { width: 300px;}

.input_05 { width: 70px;}

.input_06 { width: 60px;}

.input_07 { width: 80px;}


.submit_01 { margin: 5px auto; text-align:center;}

.submit_01 input { padding: 5px;}


.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border-radius: 2px;
  border: 2px solid #238CC8;
  border-radius: 50px;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #238CC8;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: black;
}
/*--------------------------------------
   ボタン系要素
---------------------------------------*/
.sns_btn_box_01 {
  margin: 10px 0 0 0;
  padding: 0;
}


.sns_txt_01 {
  display: block;
  float: left;
  padding: 3px 5px 0 0;
  font-size: 11px;
}

.twitter_btn_01 {
  float: left;
  width: 95px;
  height: 30px;
  overflow: hidden;
}

.google_btn_01 {
  float: left;
  width: 70px;
  height: 30px;
  overflow: hidden;
}

.facebook_btn_01 {
  float: left;
  width: 110px;
  height: 30px;
  overflow: hidden;
}

.hatena_btn_01 {
  float: left;
  width: 60px;
  height: 30px;
  overflow: hidden;
}

.mixi_btn_01 {
  float: left;
  width: 105px;
  height: 30px;
  overflow: hidden;
}

/*--------------------------------------
	記事・一覧のページング
---------------------------------------*/
.pagesprit {
  clear: both;
  margin: 20px auto;
  background: #ffffff;
  color: #333333;
  line-height: 2;
  text-align: center;
}

.page-numbers a {
  display: inline;
  border: solid 1px #333;
  color: #00019b;
  text-decoration: none;
}

.page-numbers a:hover {
  background: #185c9b;
  color: #ffffff;
}

.numbers {
  margin: 0 10px;
}

.nextarticle_box_01 {
  clear: both;
  width: auto;
  margin: 0 auto 0 150px;
  text-align: center
}

.nextarticle_box_01 p {
  display: block;
  float: left;
  max-width: 200px;
  height: 20px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.nextarticle_box_02 {
  clear: both;
  width: auto;
  margin: 0 auto 0 270px;
  text-align: center
}

.nextarticle_box_02 p {
  display: block;
  float: left;
  max-width: 200px;
  height: 20px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

/*--------------------------------------
	ヘッダー、フッター、ナビゲーション
---------------------------------------*/
.contents_header {
  width: auto;
  height: 70px;
  margin: 0 0 20px 0;
  padding: 0;
  background: url(images/header_bg_01.png) no-repeat;
  overflow: hidden;
}

.contents_header_search .form-group {
  padding: 18px 0 0 40px;
}

.contents_header_sns {
}

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

.header_logo div{
  margin: 0;
  padding: 0;
  text-align: left;
}

.footer_menu_01 {
  list-style: none;
  padding: 0;
}

.footer_menu_01 li {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: normal;
}

.footer_nav_01 {
  max-width: 972px;
  margin: 0 auto 10px auto;
  padding: 0 20px 10px 20px;
  border-bottom: #fff dotted 1px;
  text-align: left;
}

.footer_nav_01 p {
  float: left;
  margin:2px 20px 0 0;
  font-size: 14px;
  font-weight: bold;
}

.footer_nav_01 ul {
   float: left;
   margin:2px 0 0 0;
}

.footer_nav_01 li{
  display: block;
  float: left;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.search_box .form-inline .form-control {
  width: 220px !important;

}
.search_box .form-group {
  padding-left: 10px !important;

}
/*--------------------------------------
	タイトル、見出し、リスト要素
---------------------------------------*/
.widgettitle {
  margin: 0;
  padding: 10px 10px 5px 10px;
  background-position: bottom left;
  font-size: 15px;
  font-weight: bold;
}

.title_01 {
  width: auto;
  border-bottom: #238CC8 solid 4px;
  font-size: 16px;
  padding-left: 15px;

}


.title_02 {
  display: block;
  width: auto;
  margin: 10px 10px 5px 10px;
  padding: 0 0 2px 0;
  background: #fff;
  border-radius: 0 10px 10px 3px / 0 10px 10px 3px;
  border-top :#666666 solid 1px;
  border-right :#666666 solid 1px;
  border-bottom :#555555 solid 3px;
}

.title_02 dl {
  margin: 0;
  padding: 0;
  border-left: #238CC8 solid 5px;

}

.title_02 dt {
  margin: 0 0 0 5px;
  padding: 5px 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.title_02 dd {
  margin: 0 0 0 5px;
  padding: 0 0 5px 5px;
  color: #666666;
  font-size: 10px;
  line-height: 1;
}

.cat_01 {
  width: auto;
  padding: 4px 10px !important;
  border-radius: 16px;
  border: #666666 solid 1px;
  background: #ffffff;
  color: #666666;
  font-size: 16px;
  white-space: nowrap;
}

.cat_02 {
  width: auto;
  padding: 4px 10px !important;
  border-radius: 16px;
  background: #ff6699;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

.cat_03 {
  width: auto;
  padding: 4px 10px !important;
  border-radius: 16px;
  background: #ff6699;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

.cat_04 {
  width: auto;
  padding: 4px 10px !important;
  border-radius: 16px;
  background: #ff6699;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

.cat_05 {
  width: auto;
  padding: 4px 10px !important;
  border-radius: 16px;
  background: #238CC8;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}
.cat_06 {
  width: auto;
  padding: 4px 10px !important;
  border-radius: 16px;
  background: #238CC8;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

.cat_07 {
  width: auto;
  padding: 4px 10px !important;
  border-radius: 16px;
  background: #238CC8;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

.cat_08 {
  width: auto;
  padding: 4px 10px !important;
  border-radius: 16px;
  background: #ff6699;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

.cat_09 {
  width: auto;
  padding: 4px 10px !important;
  border-radius: 16px;
  background: #238CC8;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

.cat_10 {
  width: auto;
  padding: 4px 10px !important;
  border-radius: 16px;
  background: #ff6699;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

.cat_11 {
  width: auto;
  padding: 4px 10px !important;
  border-radius: 16px;
  background: #238CC8;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}


.cat_01,
.cat_02,
.cat_03,
.cat_04,
.cat_05,
.cat_06,
.cat_07,
.cat_08,
.cat_09,
.cat_10,
.cat_11,
.cat_12,
 a:hover {
  text-decoration: none;
}




/*--------------------------------------
	サイドプルダウン
---------------------------------------*/
.side_menu_01 {
  width: auto;
  margin: 0 0 20px 0;
  padding: 0;
  text-align:center;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.side_menu_01_top {
  border-top: #666 1px dotted;
}

.side_menu_01 ul {
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

.side_menu_01 ul li {
  position: relative;
  list-style: none;
  width: auto;
  border-bottom: #666 1px dotted;
  background: #ffffff;
}
.side_menu_01 ul li a {
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  color: #333;
}

.side_menu_01 ul li a:hover	{
  color: #ffffff;
  background:  #238CC8;
  text-decoration: underline;
}



.side_menu_01 * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*--------------------------------------
	基本パーツ
---------------------------------------*/
.tel-link {
  color: #0485ca;
  font-size: 16px;
  font-weight: bold;
}

/*--------------------------------------
	TOPパーツ
---------------------------------------*/

.info_box_01 {
  max-width: 980px;
  margin: 0;
  padding: 0 !important;

}

.info_box_01 ul.info_txt_01 {
  display: block;
  list-style: none;
  float: left;
  max-width: 740px;
  height: 130px;
  margin: 10px 0 0 0;
  padding: 0 0 0 10px;
  overflow: hidden;
}

.info_date {
  display: block;
  float: left;
  width: 80px;
  margin: 0;
  padding: 0 10px 0 0;
}

.info_title_01 {
  float: left;
  width: auto;
  padding: 0;
  color: #185c9b;
  font-size: 100%;
  line-height: 1.4;
}

.top_list_01 ul {
  list-style: none;
}

.top_list_01 ul li {
  padding: 10px 0 !important;
}
/*--------------------------------------
	記事ページ
---------------------------------------*/
.entry_box_01 {
  width: auto;
  margin: 10px;
  padding: 0;
  border-radius: 5px;
  border: #cccccc solid 1px;
}

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

.entry_box_01_cat {
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

.entry_box_01_cat span {
  margin: 0;
  padding: 0 5px;
}

.entry_box_01_img {
  max-width: 120px;
  height: 120px;
  margin: 0 0 10px 0;
  padding: 10px 0 0 10px;
  overflow: hidden;
}

.entry_box_01_img img {
 width: 120px;
 height: 120px;
}

.entry_box_01_group {
  padding: 5px 10px 10px 10px;
}

.entry_box_01 h2 {
  padding: 0 15px 0 0;
  width: auto;
  color: #238CC8;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}

.entry_box_01 h2 a {
  color: #238CC8;
}

.entry_box_01_meta {
  color: #999999;
  font-size: 70%;
}

.entry_box_01_txt {
  padding: 5px 0 0 0;
  width: auto;
  color: #333333;
  font-size : 80%;
  line-height: 1.2;
}

.entry_box_01_txt h1 {font-size:24px !important; font-weight:bold !important;font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif !important;}
.entry_box_01_txt h2 {font-size:20px !important; font-weight:bold !important;font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif !important;}
.entry_box_01_txt h3 {font-size:16px !important; font-weight:bold !important;font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif !important;}
.entry_box_01_txt h4 {font-size:14px !important; font-weight:bold !important;font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif !important;}
.entry_box_01_txt h5 {font-size:12px !important; font-weight:bold !important;font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif !important;}
.entry_box_01_txt h6 {font-size:10px !important; font-weight:bold !important;font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif !important;}

.entry_box_02 {
  width: auto;
  margin: 30px 10px 0 10px;
  padding: 0;
}

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

.entry_box_02_cat {
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

.entry_box_02_cat span {
  margin: 0;
  padding: 0 5px;
}

.entry_box_02_img {
  max-width: 120px;
  height: 120px;
  padding: 10px;
  overflow: hidden;
}

.entry_box_02_img img {
  max-width: 120px;
  height: 120px;
}

.entry_box_02 h1 {
  padding: 0 15px 0 0;
  width: auto;
  color: #238CC8;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  border-bottom: #238CC8 solid 4px;
}

.entry_box_02 h1 a {
  color: #238CC8;
}


.entry_box_02 h2 {
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 0;
  border-bottom: #23c987 solid 1px;
  color: #23c987;
  font-size: 18px;
}

.entry_box_02 h3 {
  display: block;
  margin: 0 0 7px 0;
  padding: 5px 0;
  color: #23c987;
  font-size: 14px;
}

.entry_box_02_meta {
  color: #999999;
  font-size: 70%;
}

.entry_box_02_txt {
  padding: 10px 0 0 0;
  width: auto;
  color: #333333;
  font-size : 100%;
  line-height: 1.6;
}

.entry_box_02_txt h1 {font-size:24px !important; font-weight:bold !important;font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif !important;}
.entry_box_02_txt h2 {font-size:20px !important; font-weight:bold !important;font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif !important;}
.entry_box_02_txt h3 {font-size:16px !important; font-weight:bold !important;font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif !important;}
.entry_box_02_txt h4 {font-size:14px !important; font-weight:bold !important;font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif !important;}
.entry_box_02_txt h5 {font-size:12px !important; font-weight:bold !important;font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif !important;}
.entry_box_02_txt h6 {font-size:10px !important; font-weight:bold !important;font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif !important;}

.entry_box_02_txt ul {
  margin: 0 0 0 30px;
}

.entry_box_02_txt ol {
  margin: 0 0 0 30px;
}

.yarpp-related {
  clear: both;
  margin: 0;
  padding: 0;
}

.yarpp-related h4 {
  display: block;
  width: auto;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

.yarpp-related p {
  display: block;
  width: auto;
  margin: 10px 0;
  padding:2px;
  background: #f4f4f4;
}

.yarpp-related ol {
  margin: 0;
  padding: 0;
}

.yarpp-related li{
  display: block;
  width: 660px !important;
  padding-left: 25px;
  background: url(images/list_img_06.png) no-repeat;
  background-position: 5px 7px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.title_03 h3 {
  position: relative;
  margin:30px 0 20px 0;
  padding-left: 5em;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  border-bottom: solid 2px #333333;
}

.title_03 h3 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1.5rem;
  color: #fff;
  border-radius: 10px;
  background: #0075a9;
}

.title_03 h3 span i {
  margin-right: 1rem;
}

.title_03 h3 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #0075a9;
}

.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    font-size: 110%;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0;
    padding: 0;
}

.box22{
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    font-size: 110%;
}
.box22 p {
    margin: 0;
    padding: 0;
}
/*--------------------------------------
	各ページ別
---------------------------------------*/

.grid-content {
  margin: 0 0 0 10px;
}
.grid-content div {
  max-width: 220px;
  height: 260px;
  margin: 0 5px 10px 5px;
  padding: 0;
  border: #999999 solid 1px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px #ccc;
  background: #ffffff;
  color: #333333;

}

.grid-content div a:hover {
  display: block;
  width: auto;
  height: 244px;
  border-radius: 3px;
  background: #f4f4f4;
  text-decoration: none;
  color: #333333;
}

.grid-content div ul {
  margin: 0;
  padding: 5px;
  list-style: none;
}

.grid-content div ul li {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}

.grid-content div h3 {
  display: block;
  width: auto;
  margin: 0;
  height: 12px;
  padding: 2px 2px 2px 2px;
  background: #444;
  border-radius: 3px 3px 0 0 / 3px 3px 0 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-align:center;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.grid-content div ul li h2 {
  margin: 0;
  height: 28px;
  padding: 2px 5px;
  color: #185c9b;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  overflow: hidden;
}

.grid-content div h4 {
  display: block;
  width: auto;
  height: 220px;
  height: 150px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.grid-content div h4 img {
  width: 220px;
  height: auto;
}

.grid-content div ul li p {
  display: block;
  margin: 0;
  padding: 3px 8px;
  color: #666666;
  font-size: .8em;
  line-height: 1.4;
  overflow: hidden;
}

.grid-content div ul li span {
  display: block;
  width: auto;
  text-align: right;
}

.grid-content div ul li span img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.grid-content div.large {
  width: 220px;
}


/* 投稿規約 */
.post_terms {
  width: auto;
  height: 10em;
  padding: 5px;
  line-height: 1.2;
  overflow: auto;
  border: #333333 solid 1px;
}

.post_terms h1 {
  font-size: 1em !important;
}

.post_terms h2 {
  font-size: 1em !important;
}

.post_terms ol {
 margin: 0 0 0 30px;
}

#wpg-login a {
  margin: 5px;
}

/*運営*/
.company_info {
  max-width: 550px;
  margin: auto;
}

.company_info dt {
  margin: 0;
  padding-top: 2px;
  background: url(images/bg_02.gif);
  border-radius: 10px 0 0 0/ 10px 0 0 0;
  color: #ffffff;
  text-align: center;
}

.company_info dd {
  margin: 0 0 10px 0;
  padding: 10px 0 0 10px;
  border-top: #333333 solid 1px;
}


/*申告*/
.declaration_box {
  width: auto;
  padding: 10px;
  margin: 10px 0;
  border: #000000 double;
}

.declaration_box h3 {
   font-size:20px;
   color:#000000;
	}

.box_line_01 {
  width: auto;
  margin: 20px auto;
  padding: 10px;
  border: 1px  solid #999999;
  border-radius: 5px;
}
/*--------------------------------------
	mobile style
---------------------------------------*/
.mobile_menupage ul {
  margin: 0;
  padding: 0;

}

.mobile_menupage ul li.cat-item {
  list-style: none !important;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: bold !important;
}

.mobile_menupage ul li.cat-item a {
  display: block;
  width: auto;
  height: auto;
  padding: 15px 25px;
  text-decoration: none;
  color: #333;

}

.mobile_menupage ul li.cat-item a:hover	{
  color: #ffffff;
  background:  #0485ca;

}



.mobile_menupage ul li.cat-item * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*--------------------------------------
	wordpress style
---------------------------------------*/
/* Images */
.alignleft {
  float: left;
  margin: 5px;
}

.alignright {
  float: right;
  margin: 5px;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*************************************************
	Comments
*************************************************/
#commentblock {
	display: none;
	width: auto;
	color: #000000;
	float: left;
	padding: 0px 30px 10px 30px;
	margin: 10px;
	}

#commentblock ol { list-style: none; margin: 0; padding: 0 0 10px; }

#commentblock ol li { list-style: none; margin: 0; }

.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}

#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

#commentblock ul.children { padding: 0 0 0 15px; }

#commentblock .comment-author { padding: 0 }

#commentblock .comment-avatar .avatar { float: right; margin: 0 0 0 5px; }

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo {
	clear: both;
	}
.entry-content{font-size:14px;line-height:1.8;}

.commenttext, .commenttext-admin {
	background: #EFEFEF;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	margin: 5px 0px 30px 0px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}

.comment-navigation .previous { float: left; }

.comment-navigation .next { float: right; }

.comment-navigation { margin: 0 0 30px; overflow: hidden; }

#commentformheader {
	padding-left: 0px;
	}

#commentform {
	margin: 0px;
	padding: 0px;
	}

#commentform form {
	text-align: left;
	margin: 0px;
	}

#commentform p {
	margin: 0px;
	}

#commentform textarea {
	width: 97%;
	}

p.comments_link  img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.edit_txt { font-size:14px; font-weight:bold; color:#F60;}

.edit_txt a { color:#F60;}

.list_01 li {
  display: list-item !important;
  width: auto !important;
  list-style: disc !important;
  margin: 0 0 0 15px !important;
  padding: 0 !important;
  overflow: visible !important;
}

.list_02 li {
  display: list-item !important;
  width: auto !important;
  list-style: square !important;
  margin: 0 0 0 15px !important;
  padding: 0 !important;
  overflow: visible !important;
}

.list_03 li {
  display: list-item !important;
  width: auto !important;
  list-style: decimal !important;
  margin: 0 0 0 15px !important;
  padding: 0 !important;
  overflow: visible !important;
}

.entry_box_01_txt .imgbox {
  display: block;
  margin: 10px;
  padding: 2px;
  background: #fff;
  border: #f4f4f4 solid 8px;
  border-radius: 3px;
}





/*--------------------------------------
  求職求人関係
---------------------------------------*/
.job_info {
  max-width: 980px;
  margin: auto;
}

.job_info dt {
  margin: 0;
  padding: 5px 2px !important;
  background: #efefef;
  border-radius: 3px 0 0 3px/ 3px 0 0 3px;
  border:1px solid #666666;
  color: #ffffff;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  color: #666666;
}

.job_info dd {
  margin: 0 0 10px 0;
  padding: 10px 0 0 10px;
  border-top: #666666 solid 1px;
}

@media screen and (max-width: 760px) {
.job_info dd {
  margin: 0 0 10px 0;
  padding: 10px 0 0 10px;
  border: none;
}

}
/*--------------------------------------
  bootstrap 補正
---------------------------------------*/
.container {
  width: 100% !important;
  padding: 0!important;
}

.nav_mobile ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

.side_menu_01 ul li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}

.navbar-brand {
  padding: 4px;
}

/*--------------------------------------
  google
---------------------------------------*/
.grecaptcha-badge { visibility: hidden; }


/*MAP*/
.google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


