@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */

body {
  -webkit-text-size-adjust:100%; margin:0; padding:0;
  font-family: Usual, 'Noto Sans JP', sans-serif;
  width:100%; position:relative;
  color:#333; background:#fff;
}

/* layout */
#contents { width:100%; }
#mainColumn{ width: 96%; margin: 0 auto;}
#sideColumn{ width: 96%; margin: 30px auto; border-top:1px solid #aaa; padding:30px 2% 0; }

#side_col { border-top:1px dotted #aaa; padding:15px 15px 0; margin:0; background:#fff; }
.no_side #main_col { }

/* headline */
.headline1 { margin:0 0 10px; padding:10px;  border:1px solid #ccc; border-left:5px solid #adb8bf; font-size:15px; background:url(images/common/headline1.gif) repeat-x left bottom; }
.headline1 h2{
	float: left;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.archive_btn{
	float: right;
	font-size: 11px;
}
.archive_btn a{
	color: #666;
	text-decoration: none;
	background: none;
}
.archive_btn a:hover{
	background: none;
}
.archive_headline { margin:0 0 20px 0; padding:0 15px; height:36px; line-height:36px; background:#aaa; color:#fff; font-size:14px; }
.headline2 { margin:0 0 10px; padding:0 15px; height:36px; line-height:36px; border:1px solid #ccc; font-size:15px; background:url(images/common/headline1.gif) repeat-x left bottom; }

/* mobile banner */
#mobile_banner_top { padding:15px; text-align:center; background:#fff; }
#mobile_banner_top img { display:block; height:auto; max-width:100%; width:auto; margin:0 auto; }
#mobile_banner_bottom { padding:0 0 15px; text-align:center; }
#mobile_banner_bottom img { display:block; height:auto; max-width:100%; width:auto; margin:0 auto; }



/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
#slider-wrapper{ margin: 0 0 15px; width:100%; height:auto; overflow:hidden; }
#slider-shadow{ display:none; }
.flexslider .slides img{ width: 100%;}
.slider-bg_0 .flexslider .slides img{ width: auto;}

.top_list li{
	padding: 5px 0;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.top_list li span{
	width: 80px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}

.top_banner{
	margin: 0 0 30px;
}
.top_banner img{
	width: 100%;
	height: auto;
}

#top_widget_area .top_widget ul li{
	padding: 5px 0;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#top_widget_area .top_widget ul li:last-child{
	background-image: none;
	padding-bottom: 0;
}
#top_widget_area .top_widget ul li .sub-menu{
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 1px;
	margin: 0;
}
#top_widget_area .top_widget ul li .sub-menu li a{
	padding-left: 20px;
}

.top_widget .news_widget_list{
	margin: -10px 0 15px;
}
.top_widget .news_widget_list_link{
	display: none;
}



/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header-wrapper { width:100%; margin-bottom: 0px; position: relative; z-index: 5;}
#header { background:#fff; width:100%; min-height:32px; padding:7px 0; position:relative; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }

#header-right{ display:none; }
#description { display:none; }
#header_menu { display:none; }
.search_area { display:none; }

/* logo */
#header-left { margin:5px 0 0 15px; float:left; font-size:12px; font-weight:normal; width:70%; overflow:hidden; }
#logo_text, #logo_image { }
#logo{ line-height:120%; float:left; font-size:14px; font-weight:normal; margin-top:5px; }
#logo_text a, #logo a { color:#333; text-decoration:none; display:block; }
#logo_text a:hover, #logo a:hover { text-decoration:underline; }
#logo img { display:none; }
#logo a:before { content:attr(data-label); }

/* social link */
#header_menu_area { margin:0; position:absolute; right:80px; top:12px; }
.social_link { margin:0; }
.social_link li { float:left; margin:0 0 0 5px; }
.social_link li a { display:block; width:22px; height:22px; text-decoration:none; text-indent:-9999px; }
.social_link li.rss a { background:url(img/common/icon_rss.png) no-repeat left top; }
.social_link li.twitter a { background:url(img/common/icon_twitter.png) no-repeat left top; }
.social_link li.facebook a { background:url(img/common/icon_facebook.png) no-repeat left top; }
.social_link li a:hover { background-position:left bottom; }

/* news ticker */
#news_ticker { display:none; }

/* global menu */
#global_menu_home{ display:none; }
#header a.menu_button {
   position:absolute; right:20px; top:16px; margin:0; 
   display:inline-block; font-size:11px; color:#333; padding:0 10px; line-height:30px; text-decoration:none;
   -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
   border:1px solid #ccc;
}
#header a.menu_button:hover { background:#0067a5; border:1px solid #0067a5; color:#fff; }
#header a.active { color:#000; background:#aaa; box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset; }

#global_menu { display:none; clear:both; width:100%; margin:0; top:0px; position:relative; box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); }
#global_menu ul { margin:0; }
#global_menu a {
	display:block;
	border:1px solid #ccc;
	border-left:none;
	margin:0 0 -1px 0;
	padding:0 10px 0 32px;
	line-height:40px;
	text-decoration:none;
	background:#fff url(images/common/arrow4.png) no-repeat 20px !important;
}
#global_menu a:hover { background-color:#eee !important; color:#333; }
#global_menu .sub-menu a{
	padding-left: 42px;
	background:#fff url(images/common/arrow4.png) no-repeat 30px !important;
}
#global_menu .sub-menu a:hover { background-color:#eee !important; color:#333; }


/* banner */
#header_banner { display:none; }

/* bread crumb */
#bread_crumb_wrapper{
	background-image: url(images/common/bread_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ccc;
	margin: 0px auto 15px;
	width: 96%;
	padding: 0 2%;
}
#bread_crumb {
	margin:0 auto;
	padding: 10px 0 5px;
}
#bread_crumb li { float:left; font-size:10px; color: #fff; min-height:20px; }
#bread_crumb li a { text-decoration:none; color:#fff; text-decoration:none; background:url(images/common/bread_arrow.png) no-repeat right center; padding-right:10px; margin-right:10px; display:inline-block; }
#bread_crumb li a:hover{ color: #333;}



/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
#single_title { margin:0; }

#post_meta{
	margin-bottom: 20px;
}
#single_meta { margin:0; padding:3px 15px; font-size:10px; overflow:hidden; background:#eee; list-style: none; }
#single_meta li { float:left; padding:8px 0; margin:0 15px 0 0; line-height:100%; }
#single_meta li.post_category { background:url(images/common/icon_category.png) no-repeat left 7px; padding-left:16px; }
#single_meta li.post_tag { background:url(img/common/icon_tag.png) no-repeat left 7px;  padding-left:16px; }
#single_meta li.post_comment { background:url(img/common/icon_comment.png) no-repeat left 7px;  padding-left:18px; }
#single_meta li.post_author { background:url(img/common/icon_author.png) no-repeat left 7px;  padding-left:18px; }

.post .bookmark{
	list-style: none;
	margin: 10px 0 0;
}
.post .bookmark li{
	float: left;
}
.post .bookmark li.social1{
	margin: 0 -190px 0 0;
}
.post .bookmark li.social2{
	margin: 0 -30px 0 0;
}

#news_title { border:1px solid #ccc; overflow:hidden; }
#news_title h2 { margin:0; font-size:16px; background:#ccc; color:#fff; padding:10px 15px; line-height:180%; }
#news_title p { margin:0 15px; font-size:12px; overflow:hidden; }

.post { padding:15px 0 10px; }

.post_image { text-align:center; margin:0 0 15px 0; }

.post img, .page img{
	width: 100%;
	height: auto;
}

/* next page */
#post_pagination { margin:0 0 30px 0; }
#post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
#post_pagination p { background:#999; color:#fff; }
#post_pagination a:hover { background:#333; color:#fff; }

/* bookmark */
.post .bookmark2 { clear:both; float:right; margin:5px 0 0 0; padding:0; list-style-type:none; }
.post .bookmark2 li { background:none; padding:0; float:left; margin:0 0 0 10px; }

/* banner */
#single_banner1 { text-align:center; margin:-5px 0 15px 0; }
#single_banner2 { clear:both; text-align:center; padding:10px 0 10px 0; }

/* author information */
#single_author { margin:0 0 20px; border:1px solid #ccc; padding:15px 15px 2px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; position:relative; }
#single_author_avatar {  }
#single_author_avatar img { width:70px; height:70px; display:block; border:none; padding:0 0 15px 0; margin:0 auto; float:none; }
#single_author_meta { width:100%; text-align:center; }
#single_author_name { margin:0 0 10px 0; font-size:14px; line-height:160%; }
#single_author_name2 { margin:0; font-size:10px; display:block; }
#single_author_link { color:#333; text-decoration:none; font-size:12px; background:#e8e8e8; padding:5px 25px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; margin:0 auto 15px; display:inline-block; }
#single_author_link:hover { color:#fff; }
#single_author_desc { padding:15px 0 0 0; margin:0; font-size:12px; border-top:1px dotted #ccc; text-align:left; }
#single_author_desc p { margin:0 0 10px 0; }

/* author post */
#single_author_post { margin:0 0 20px 0; }
#single_author_post ul { margin:0; padding:0; background:#f9f9f9; }
#single_author_post li { border:1px solid #ccc; border-top:none; padding:15px; }
#single_author_post ul li li { border:none; padding:0; margin:0 0 7px 0; float:left; font-size:11px; line-height:110%; }
#single_author_post ul li li.date { display:block; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ccc; }
#single_author_post .image { float:left; width:30%; margin:0 5% 0 0; }
#single_author_post .image img { width:100%; height:auto; display:block; }
#single_author_post .image:hover img { opacity:0.5; }
#single_author_post .info { float:left; width:65%; margin:0; }
#single_author_post .title { margin:0; padding:0; font-size:13px; line-height:160%; }
#single_author_post .title a { text-decoration:none; display:block; }
#single_author_post .title a:hover { text-decoration:underline; }


/* related post */
#related_post { margin:0 0 20px 0; }
#related_post ul { margin:0; padding:0; }
#related_post li {
	padding: 5px 0;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#related_post .image { float:left; width:30%; margin:0 5% 0 0; }
#related_post .image img { width:100%; height:auto; display:block; }
#related_post .image:hover img { opacity:0.5; }
#related_post .title { float:left; width:65%; margin:0; font-size:13px; line-height:160%; }
#related_post .title a { text-decoration:none; display:block; }
#related_post .title a:hover { text-decoration:underline; }

/* next prev post link */
#previous_next_post { margin:0 0 20px; padding:0; }
#previous_next_post p { margin:0 0 2px 0; }
#previous_next_post a { color:#333; text-decoration:none; line-height:140%; font-size:11px; padding:12px 0; display:block; }
#previous_post a { margin:0; padding-left:7%; padding-right:5%; background:#eee url(images/common/arrow_left.png) no-repeat 3% 13px; }
#next_post a { margin:0; text-align:right; padding-left:5%; padding-right:7%; background:#eee url(images/common/arrow_right.png) no-repeat right 3% top 16px; }
#previous_next_post a:hover { color:#333; }

/* comment box-sizing: content-box;　*/
#comment_header_right { float:none; position:relative; margin:0; }
#comment_header_right li { float:none; }
#comment_header_right li a, #comment_header_right li p { width:50%; margin:0 -2px -1px 0; float:right; }
.comment-meta { margin:0 0 10px 0; }
.comment-meta-left { float:left; width:auto; min-width:150px; }
.comment-content { padding:0; margin:0; }
#submit_comment { width:100%; }
#trackback_url_area input { padding:5px 2%; width:96%; border:none; background:#eee; }



/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
.post_list { background:#fff; border:1px solid #ccc; overflow:hidden; margin:0; }
.post_list li { border-bottom:1px dotted #ccc; padding:15px 15px 0; margin-bottom:-1px; }
.post_list ul { overflow:hidden; margin:0 0 5px 0; }
.post_list ul li { border:none; padding:0; margin:0 0 7px 0; float:left; font-size:11px; line-height:110%; }
.post_list ul li.post_date { display:block; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ccc; }

.post_list .info { }
.post_list .title { font-size:14px; margin:0 0 10px 0; font-weight:normal; }
.post_list .title a { display:block; }
.post_list .excerpt { font-size:13px; line-height:170%; margin:0 0 18px 0; }
.post_list .link { font-size:12px; display:block; background:url(img/common/arrow1.gif) no-repeat left top; padding:0 0 0 30px; height:13px; line-height:13px; margin:0 0 20px 0; }

.post_list .image img { display:block; margin:0 auto 15px; height:auto; max-width:100%; width:auto; }

.post_list .bookmark { margin:0 0 -10px 0; }
.post_list .bookmark li { border:none; padding:0; margin:0 5px 0 0; height:30px; }
.post_list .bookmark li.social1 { width:140px; }

.date_headline{
	font-size: 16px;
	margin: 20px 0 5px;
}
/* Author page */
#author_post_list #post_list { border-top:none; }
#author_profile_area { border:1px solid #ccc; margin:20px 0; padding:15px 15px 0; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; }
#author_avatar { float:left; width:15%; margin:0 5% 20px 0; }
#author_avatar img { width:100%; height:100%; display:block; border:none; padding:0; }
#author_meta { }
#author_name { float:left; position:relative; width:75%; margin:0; font-size:18px; line-height:160%; }
#author_name2 { margin:0 0 0 15px; font-size:12px; }
#author_desc { clear:both; border-top:1px dotted #aaa; padding:10px 0 0 0; font-size:12px; }

/* Author list page */
#profile_author_list { margin:0; padding:0; }
#profile_author_list li { border:1px solid #ccc; margin:20px 0; padding:15px 15px 0; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; }
.profile_author_avatar { float:left; width:15%; margin:0 5% 20px 0; }
.profile_author_avatar img { width:100%; height:auto; display:block; border:none; padding:0; }
.profile_author_meta_top { float:left; position:relative; width:75%; margin:-2px 0 15px 0; }
.profile_author_name { margin:0 0 6px 0; font-size:16px; line-height:130%; }
.profile_author_name2 { margin:0; font-size:10px; display:block; }
.profile_author_link { color:#333; text-decoration:none; font-size:11px; background:#e8e8e8 url(img/common/arrow_right.png) no-repeat 16px 9px; padding:5px 20px 5px 30px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; }
.profile_author_link:hover { color:#fff; }
.profile_author_desc { clear:both; border-top:1px dotted #aaa; padding:5px 0 0 0; font-size:12px; }
.profile_author_desc p { margin:0 0 10px 0; }

/* page nav */
.page_navi { margin:20px 0; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:0 0 10px 0; color:#888; }
.page_navi ul { margin:0; }
.page_navi li { float:left; }
.page_navi a, .page_navi a:hover, .page_navi span
 { text-decoration:none; color:#fff; font-size:11px; padding:13px 15px; line-height:100%; margin:0 4px 4px 0; background:#999; display:block; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.page_navi a:hover { color:#fff; background:#3F7985; text-decoration:none; }
.page_navi span.dots { background:none; }
.page_navi span.current { color:#fff; background:#333; }
.page_navi p.back { margin:0; }
.page_navi p.back a, .page_navi p.back a:hover { display:inline-block; padding: 10px 15px; }

/* 404 not found */
#not_found .search_area { margin:0 0 20px 0; }
#not_found #search_input { float:left; margin:0 5px 0 0; border:1px solid #ccc; background:#f2f2f2; width:260px; height:33px; position:relative; padding:0 10px; box-shadow:2px 2px 3px 0px #ddd inset; }
#not_found .back { margin:0; line-height:100%; }
#not_found .back a { background:url(img/common/arrow1.gif) no-repeat left; padding:0 0 0 28px; }



/* ----------------------------------------------------------------------
 side
---------------------------------------------------------------------- */
/* search */
.widget_search #search-box, .widget_search #s { width:65%; margin:0 0px 5px 0; }
.widget_search #search-btn input, .widget_search #searchsubmit { width:25%; }



/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */

/* footer logo */
#footer_logo { display:none; }
#footer_logo_text { display:none; }
#footer_description { display:none; }

/* widget area */
#footer_widget_wrap { padding:15px; background:#f2f2f2; }
#footer_widget { margin:0; }
.footer_widget { margin:0 0 30px 0; font-size:11px; }
.footer_widget:last-child { margin:0; }
.footer_headline { font-size:14px; border-bottom:1px solid #aaa; padding:0 0 7px 0; margin:0 0 12px 0; }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 0 0; }
.footer_widget li { line-height:170%; margin:0 0 10px 0; padding:0 0 0 9px; background:url(img/common/bullet1.gif) no-repeat left 8px; }
.footer_widget a { }
.footer_widget img { height:auto; max-width:100%; width:100%; }

.footer_widget .news_widget_list{
	margin: 0;
}
.footer_widget a.news_widget_list_link{
	display: none;
}


/* footer menu */
#footer_menu_area { background:#f2f2f2; border-top:4px solid #222; }
#footer_menu { }
#footer_menu ul { margin:0; padding:0; font-size:12px; overflow:hidden; }
#footer_menu li { margin:0; padding:0; }
#footer_menu li a { text-decoration:none; display:block; border-bottom:1px dotted #bbb; padding:12px 15px; margin:0 0 -1px 0; }
#footer_menu li a:hover { background:#ddd; color:#333; }

/* social link */
#footer_social_link { display:none; }

/* copyright */
#copyright { width:94%; color:#ccc; font-size:11px; background:#0067a5; margin:0; line-height:100%; padding:25px 3%; }
#copyright a { text-decoration:none; color:#ccc; }
#copyright a:hover { text-decoration:underline; }

#return_top { position:absolute; bottom:8px; right:10px; display:block; text-indent:100%; overflow:hidden; white-space:nowrap; width:44px; height:44px; margin:0; padding:0; background:#576990 url(images/common/pagetop.png) no-repeat center; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
#return_top:hover { background-color:#333d53; }


/* ----------------------------------------------------------------------
 新規追加
---------------------------------------------------------------------- */

.headertxt{
font-family: Usual, 'Noto Sans JP', sans-serif;
color:#74a6c2;
font-size:10px;
position:relative;
line-height:1;
width:640px;
}

ul.tab li{ /*タブ部分*/
  float: left;
  width:60px;
  font-size:12px;
  height:20px;
  vertical-align:middle;
  text-align:center;
  background-color:#FFF;
  border: 1px solid #0067a5;
  padding-top:10px;
  padding-bottom:10px;
  margin-right: 3px;
  margin-bottom: 10px;
  text-decoration:none;
  }
 
 ul.tab li.active{ /*選択中のタブ*/
  background-color:#0067a5;
  border: 1px solid #0067a5;
  }

 ul.tab li.active:hover{ /*選択中のタブ*/
  background-color:#0067a5;
  border: 1px solid #0067a5;
  }


 ul.tab li:hover{ /*選択中のタブ*/
  background-color:#efefef;
  border: 1px solid #0067a5;
  }
 
  ul.tab li a{ /*選択中のタブ*/
  color: #0067a5;
  text-decoration:none;
  }
  
ul.tab li.active a{ /*選択中のタブ*/
  color: #FFF;
  text-decoration:none;
  }
.tab_area{ /*切り替え部分非表示*/
  display: none;
  }
.tab_content{ /*内容*/
  width: 100%; /*幅*/
  clear: both;
  overflow: hidden;
  }
.tab_content ul li{ /*内容のリスト表示*/
	padding-bottom:15px;
	margin-top:15px;
	border-bottom: 1px dotted #CCC;
	clear: both; /*画像有りの場合*/
	padding-left:7em;
    text-indent:-7em;
  }
.tab_content ul li span{ /*内容のリスト表示*/
	font-size:12px;
	font-weight:bold;
	//padding-top:12px;
	//border-top: 1px dotted #CCC;
  }

.pt-title {
    font-size: 16px;
    color: #CA4D51;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding-left: 15px;
    padding-bottom: 7px;
    margin-top: 20px;
    margin-bottom: 15px;
}


.leftmenutitle{
background-color:#74a6c2;
color:#FFF;
padding:10px;
font-weight:bold;
}

.leftmenulist{
border-left: 1px solid #74a6c2;
border-right: 1px solid #74a6c2;
border-bottom: 1px dotted #74a6c2;
padding:10px;
}

.leftmenulist-mid{
border-left: 1px solid #74a6c2;
border-right: 1px solid #74a6c2;
padding:10px;
}


.leftmenulist-last{
border-left: 1px solid #74a6c2;
border-right: 1px solid #74a6c2;
border-bottom: 1px solid #74a6c2;
padding:10px;
margin-bottom:30px;
}

.leftmenulist a{
text-decoration:none;
}

.leftmenulist a:hover{
color:#74a6c2;
text-decoration:underline;
}

.leftmenulist-mid a{
text-decoration:none;
}

.leftmenulist-mid a:hover{
color:#74a6c2;
text-decoration:underline;
}


.leftmenulist-last a{
text-decoration:none;
}

.leftmenulist-last a:hover{
color:#74a6c2;
text-decoration:underline;
}

.summarybox {
width:280px;
margin:0 auto 0;
margin-top: 10px;
border:1px solid #74a6c2;
background-color:#fefefe;
padding:10px;
line-height:1.3;
text-align:center;
}

.summarybox a {
text-decoration:none;
}

.summarybox a:hover {
color:#74a6c2;
text-decoration:underline;
}

.summarybox-last {
width:280px;
margin:0 auto 0;
margin-top: 10px;
border:1px solid #74a6c2;
background-color:#fefefe;
padding:10px;
line-height:1.3;
text-align:center;
}

.summarybox-last a {
text-decoration:none;
}

.summarybox-last a:hover {
color:#74a6c2;
text-decoration:underline;
}

#contents600{
width:300px;
margin: 20px auto 20px;
}

#contents600 .title{
font-size:14px;
color:#FFF;
text-align:center;
background-color:#003a71;
padding-top:15px;
padding-bottom:15px;
}

#contents600 .linkarea{
margin-top:20px;
border-bottom: 1px dotted #CCC;
padding-bottom:15px;
}

#contents600 .linkarea a{
padding-left:10px;
text-decoration:none;
}

#contents600 .linkarea a:hover{
color:#003a71;
}

#office_info .mapbox {
	//width:200px;
	//height:245px;
	float:right;
	vertical-align:top;
	//background-color:#CCC;
	//margin:0 auto 0;
}

.jissekibox {
width:300px;
margin: 10px auto 0;
border-bottom:1px dotted #CCC;
padding-bottom:10px;
line-height:1.3;
}

.jissekibox .day {
font-size:12px;
font-weight:bold;
color:#ca4d51;
}


/* ----------------------------------------------------------------------

 2020新規

---------------------------------------------------------------------- */
#top-slider{
	width: 100%;
}

#top-slider img{
	width: 100%;
	height: auto;
}

.contact-btn{
	width: 60px;
	height: 60px;
	position: fixed;
	bottom:20px;
	right: 10px;
	z-index: 99999;
}

.contact-btn img{
	width: 100%;
	height: auto;
}

#service-area{
	width: 100%;
	background-color: #b8d3e9;
	position: relative;
	padding: 20px 0px;
	margin-bottom: 50px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#service-area .wrap{
	width: 90%;
	margin:0 auto 0;
	position: relative;
	z-index: 1;
}

#service-area .service-title{
	position: relative;
	font-size: 24px;
	line-height: 1.7;
	color: #0067a5;
	font-weight: bold;
	padding-left: 70px;
}

#service-area .service-title:before{
	content: "";
	width: 50px;
	height: 1px;
	background: #0067a5;
	position: absolute;
	top: 50%;
	left: 0;
}

#service-area ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#service-area li {
	width: 100%;
	padding: 10px;
}

#service-area li a{
	display: block;
	border:1px solid #7e9fbe;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	color: #0067a5;
	line-height: 1.7;
	text-decoration: none;
	padding: 20px 0px;
	text-align: center;
	transition: all .5s ease;
}

#service-area li a:hover{
	background-color: #0067a5;
	border:1px solid #0067a5;
	color: #FFF;
	transform: scale(1.02);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}

#title-area{
	width: 90%;
	border-bottom:1px solid #ccc;
	position: relative;
	padding:10px 0px; 
	margin:30px auto 0;
}

#title-area .news-title{
	width: 100px;
	border-bottom:2px solid #0067a5;
	font-size: 18px;
	color: #0067a5;
	text-align: center;
	padding: 7px 0px;
	position: absolute;
	left:0;
	bottom: -20px;

}

#news-area{
	width: 90%;
	margin:0 auto 0;
}

#news-area .cat-3{
	width: 90px;
	font-size: 10px;
	display:inline-block;
	text-align: center;
	background-color: #e6f0f8;
	padding: 3px 0;
	margin-right: 10px;
	float: right;
}

#news-area .cat-4{
	width: 90px;
	font-size: 10px;
	display:inline-block;
	text-align: center;
	background-color: #d6cde6;
	padding: 5px 0;
	margin-right: 10px;
	float: right;
}

#news-area .cat-7{
	width: 90px;
	font-size: 10px;
	display:inline-block;
	text-align: center;
	background-color: #cfe7e7;
	padding: 3px 0;
	margin-right: 10px;
	float: right;
}

#news-area .cat-5{
	width: 90px;
	font-size: 10px;
	display:inline-block;
	text-align: center;
	background-color: #f9e3c7;
	padding: 3px 0;
	margin-right: 10px;
	float: right;
}

#news-area dl{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom:1px dotted #ccc;
}

#news-area dl dt{
	width: 100%;
	display: block;
}

#news-area dl dd{
	display: block;
	line-height: 1.7;
	padding-top: 20px;
}

#news-area .detail-btn{
	width: 100%;
	margin-top:20px;
	margin-bottom:30px;
}

#news-area .detail-btn a{
	display:block;
	border:1px solid #0067a5;
	color: #0067a5;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px;
	transition: all .3s ease;
}

#news-area .detail-btn a:hover{
	border:1px solid #0067a5;
	background-color: #0067a5;
	color: #FFF;
}

#news-side{
	width: 90%;
	margin:0 auto 0;
}

#news-side .side-title{
	background-color: #0067a5;
	color: #FFF;
	padding: 7px 10px;
}

#news-side ul{
	border:1px solid #0067a5;
	font-size: 12px;
}

#news-side ul li{
	display: block;
	border-bottom:1px solid #0067a5;
	position: relative;
}

#news-side ul li:last-child{
	border-bottom:none;
}

#news-side ul li a{
	display: block;
	text-decoration: none;
	padding: 10px;
	transition: all .3s ease; 
}

#news-side ul li a:hover{
	background-color: #0067a5;
	color: #fff;
}

#news-side ul li i{
	position: absolute;
	right: 10px;
	top:10px;
	color: #FFF;
	font-size: 18px;
}

#ban-area{
	width: 100%;
	background-color: #fff;
}

#ban-area .wrap{
	width: 90%;
	margin:0 auto 30px;
}

#ban-area a{
	transition: all .3s ease;
}

#ban-area a:hover{
	opacity: 0.7;
}

#ban-area img{
	width: 100%;
	height: auto;
}

#ban-area img:hover{
	opacity: 1;
}

.box2-left{
	width: 100%;
	display: block;
	margin-bottom:10px;
}

.box2-right{
	width: 100%;
	display: block;
}

#top-service-area{
	width: 100%;
	padding: 0;
	margin-bottom:0;
	position: relative;
}

#top-service-area .left-box{
	width: 50%;
	height: 670px;
	float: left;
	background-image: url(images/bk001.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#top-service-area .right-box{
	width: 50%;
	height: 670px;
	float: right;
	background-image: url(images/bk002.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#top-service-area .box-1{
	width: 100%;
	background-image: url(images/bk001.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#top-service-area .box-2{
	width: 100%;
	background-image: url(images/bk002.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#top-service-area .box-3{
	width: 100%;
	background-image: url(images/bk003.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}


#top-service-area .wrap{
	width: 95%;
	margin:0 auto 0;
}

#top-service-area .center-line{
	width: 1px;
	height: 30px;
	background-color: #FFF;
	margin:0 auto 0;
}

#top-service-area .main-title{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#top-service-area ul{
	width: 90%;
	margin:0 auto 0;
}

#top-service-area ul li{
	width: 100%;
	margin-bottom:15px;
}

#top-service-area ul li a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0067a5;
	border:1px solid #0067a5;
	background: rgba(255,255,255,0.9);
	display: block;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all .3s ease;
}

#top-service-area ul li a:hover{
	color: #FFF;
	background-color: #0067a5;
}

#book_list{
	width: 70%;
	margin: 30px auto 30px;
}

#book_list .book-box{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

#book_list .book-img img{
	width: 100%;
	height: auto;
}



#contents730 .page-sub-title{
	font-size:16px;
	font-weight: bold;
	line-height: 1.7;
	color: #0067a5;
	border-bottom:2px solid #0067a5;
	padding-bottom: 7px;
	margin-bottom:20px;
}

#contents730 .page-sub-title-1{
	font-size:16px;
	font-weight: bold;
	line-height: 1.7;
	color: #0067a5;
	background-color:#e7f4fe;
	margin-bottom:20px;
}

#contents730 .page-sub-title-1 span{
	font-size: 12px;
	background-color: #0067a5;
	color: #FFF;
	display: inline-block;
	text-align: center;
	padding: 10px 5px;
	margin-right: 5px;
}

#contents730 .page-sub-title-2{
	font-size:16px;
	font-weight: bold;
	line-height: 1.7;
	color: #0067a5;
}

#contents730 .page-sub-title-2 span{
	width: 30px;
	font-size: 12px;
	background-color: #0067a5;
	color: #FFF;
	display: inline-block;
	text-align: center;
	padding: 7px 0px;
	margin-right: 10px;
}

#contents730 .page-sub-title-2-box{
	border:1px solid #0067a5;
	padding: 1em 1em 0.5em 1em;
	line-height: 2;
	margin-bottom:30px;
}


#contents730 .page-sub-title-3{
	font-size:16px;
	font-weight: bold;
	line-height: 1.7;
	color: #FFF;
	background-color: #0067a5;
	padding:10px;
}

#contents730 .page-sub-title-3-box{
	border:1px solid #0067a5;
	padding: 1em 1em 0.5em 1em;
	line-height: 2;
	margin-bottom:30px;
}

#contents730 .page-sub-title-4{
	font-size:16px;
	font-weight: bold;
	line-height: 1.7;
	color: #0067a5;
	background-color: #cccccc;
	padding:10px;
}

#contents730 .page-sub-title-4-box{
	border:1px solid #cccccc;
	padding: 1em;
	line-height: 2;
	margin-bottom:30px;
}

#contents730 .page-sub-title-5{
	font-size:20px;
	font-weight: bold;
	line-height: 1.7;
	color: #0067a5;
	text-align: center;
	margin:15px 0px;
}


#contents730 .box-left{
	width: 48%;
	float: left;
}

#contents730 .box-right{
	width: 48%;
	float: right;
}

#contents730 dl{
	width: 100%;
	margin-bottom:10px;
}

#contents730 dl dt{
	float: left;
	line-height: 1.7;
}

#contents730 dl dd{
	margin-left:1.5em;
	line-height: 1.7;
}

.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #0067a5;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #fff;
  border:1px solid #0067a5;
}
.cp_actab .cp_actab-content {
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  color: #333333;
  background: #ffffff;
  
}

.cp_actab .cp_actab-content .ac-wrap{
	padding: 20px 5px;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 200em;
}
/* Icon */
.cp_actab label::after {
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
  content: '＋';
}
.cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}

.cp_actab_2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #0067a5;
}
.cp_actab_2 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab_2 label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #fff;
  border:1px solid #0067a5;
}
.cp_actab_2 .cp_actab_2-content {
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  color: #333333;
  background: #ffffff;
  border:1px solid #ccc;
  
}

.cp_actab_2 .cp_actab_2-content dl{
	width: 95%;
	margin:0 auto 0;
	padding: 10px 0px;
}

.cp_actab_2 .cp_actab_2-content dl dt{
	float: left;
	color: #0067a5;
	line-height: 1.7;
}

.cp_actab_2 .cp_actab_2-content dl dd{
	line-height: 1.7;
	margin-left: 1.5em;
}

/* :checked */
.cp_actab_2 input:checked ~ .cp_actab_2-content {
  max-height: 200em;
}
/* Icon */
.cp_actab_2 label::after {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.5em;
  height: 2.5em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab_2 input[type=checkbox] + label::after {
  content: '＋';
}
.cp_actab_2 input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}


#sideColumn .service-list{
	display: block;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
}

#sideColumn .service-list-title00{
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #0067a5;
	padding: 15px 0px;
}

#sideColumn .service-list-title01{
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-image: url(images/bk001.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 20px 0px;
}

#sideColumn .service-list-title02{
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-image: url(images/bk002.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 20px 0px;
}

#sideColumn .service-list-title03{
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-image: url(images/bk003.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 20px 0px;
}

#sideColumn .service-list li{
	position: relative;
	display: block;
	border-bottom:1px solid #ccc;
}

#sideColumn .service-list li a{
	position: relative;
	display: block;
	padding: 10px 10px;
	text-decoration: none;	
	transition: all .5s ease;
}


#sideColumn .service-list li a:hover{
	background-color: #0067a5;
	color: #FFF;
}

#sideColumn .service-list li i{
	position: absolute;
	right:10px;
	top:11px;
	font-size: 18px;
	line-height: 1;
	color: #FFF;
}

#sideColumn .news-category-title{
	font-size: 16px;
	color: #0067a5;
	font-weight: bold;
	border-bottom:2px solid #0067a5;
	padding-bottom: 7px;
}

#sideColumn .news-category-list{
	font-size: 14px;
}

#sideColumn .news-category-list li{
	position: relative;
	display: block;
	font-size: 14px;
	transition: all .5s ease;
}

#sideColumn .news-category-list li i{
	position: absolute;
	right:10px;
	top:11px;
	font-size: 18px;
	line-height: 1;
	color: #FFF;
}

#sideColumn .news-category-list li a{
	position: relative;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	border-bottom:1px solid #cccccc;
	transition: all .5s ease;
}

#sideColumn .news-category-list li a:hover{
	background-color: #0067a5;
	color: #FFF;
}

.bdredtxt{
color:#003a71;
font-weight:bold;
line-height:180%;
font-size:16px;
padding-left:2em;
text-indent:-2em;
}

#contact-area{
	width: 95%;
	margin:0 auto 0;
}

#contact-area .contact-wrap{
	display: block;
	padding: 20px 10px;
	border:2px solid #0067a5;
}

#contact-area .contact-title{
	font-size: 16px;
	color: #0067a5;
	border-bottom: 2px solid #0067a5;
	padding-bottom: 7px;
	margin-bottom: 10px;
}


#contact-area ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin:0;
}

#contact-area ul li{
	width: 100%;
	display: block;
}

#contact-area table{
	width: 100%;
}

#contact-area tr {
	width: 100%;
	height: 60px;
}

#contact-area th {
	width: 100%;
	display: block;
	text-align: left;
	font-weight: normal;
}

#contact-area td {
	width: 100%;
	display: block;
}

#contact-area input[type="text"] {
  width: 95%;
  display: block;
  height: 40px;
  border: 1px solid #0067a5;
  font-size: 1em;
  padding-left: 10px;
  margin-right: 10px;
}

#contact-area textarea {
  width: 93%;
  display: block;
  height: 150px;
  border: 1px solid #0c234a;
  font-weight: normal;
  padding: 10px;
}

#contact-area input[type="submit"]{
  width: 100%;
  font-size: 16px;
  background-color: #00a0ea;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 0px;
  border:none;
  transition: all .5s ease;
}

#contact-area input[type="submit"][disabled]{
  background-color: #777777;
  color: #fff;
}

#contact-area .privacy-area{
	background-color: #0067a5;
	padding: 20px;
	color: #FFF;
}

#contact-area .privacy-area a{
	color: #FFF;
}

#contact-area .btn-area{
	width: 300px;
	margin:20px auto 20px;
}

#contact-area .confirm_box{
	width: 100%;
}

#contact-area .confirm_box table{
	width: 100%;
}

#contact-area .confirm_box table tr{
	width: 100%;
	border:1px solid #071833;
}

#contact-area .confirm_box table th {
	width: 95%;
	padding: 10px;
	background-color: #0067a5;
	color: #fff;

}

#contact-area .confirm_box table td {
	display: block;
	padding: 10px;
}

#btn-area-w{
	width: 100%;
	margin:20px 0px;
}

#btn-area-w .btn-left{
	width: 150px;
	float: left;
}

#btn-area-w .btn-right{
	width: 150px;
	float: right;
}

#btn-area-w .btn-left input[type="submit"]{
  width: 100%;
  font-size: 16px;
  background-color: #0067a5;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 0px;
  border:none;
  transition: all .5s ease;
}

#print-image{
	display: none;
}

#logo_image{
	display: none;
}

#logo_image_sp{
	width: 200px;
	margin-bottom: 5px;
}

#logo_image_sp img{
	width: 100%;
	height: auto;
}

/*hl-info*/
.hl-transition {
  height: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #215479;
  color: #fff;
  padding: 0 4.3em
}

.hl-transition__hl-logo {
  height: 2em;
  width: auto;
  transform: translateY(-5%)
}

.hl-transition__text {
  font-size: 1em
}

.hl-transition__links a {
  font-size: 1em;
  font-weight: 600;
  border: 1px solid #FFF;
  text-decoration: none;
  color: #FFF;
  line-height: 1em;
  padding: .5em 1em;
  border-radius: 1.667em;
  margin: 1em .5em;
  min-width: 14em
}

.hl-transition__links a:last-child {
  margin-right: 0
}

.hl-transition__links a:hover{
	color: #FFF;
}

@media (max-width:1050px) {
.hl-transition {
  height: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #215479;
  color: #fff;
  padding: 0 1em
}

.hl-transition__hl-logo {
  height: 1.5em;
  width: auto;
  transform: translateY(-5%)
}

.hl-transition__text {
  font-size: 0.8em
}

.hl-transition__links a {
  font-size: 0.8em;
  font-weight: 600;
  border: 1px solid #FFF;
  color: #FFF;
  line-height: 1em;
  padding: .5em 1em;
  border-radius: 1.667em;
  margin: 1em .5em;
  min-width: 14em
}

.hl-transition__links a:last-child {
  margin-right: 0
}
}

@media (max-width:1000px) {
.hl-transition {
  height: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #215479;
  color: #fff;
  padding: 0 2em
}

.hl-transition__hl-logo {
  height: 1.5em;
  width: auto;
  transform: translateY(-5%)
}

.hl-transition__text {
  font-size: 0.7em
}

.hl-transition__links a {
  font-size: 0.7em;
  font-weight: 600;
  border: 1px solid #FFF;
  color: #FFF;
  line-height: 1em;
  padding: .5em 1em;
  border-radius: 1.667em;
  margin: 1em .5em;
  min-width: 14em
}

.hl-transition__links a:last-child {
  margin-right: 0
}
}

@media (max-width:800px) {
.hl-transition {
  height: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #215479;
  color: #fff;
  padding: 0 1em;
}

.hl-transition__hl-logo {
  height: 1.5em;
  width: auto;
  transform: translateY(-5%)
}

.hl-transition__text {
  font-size: 0.5em
}

.hl-transition__links a {
  font-size: 0.5em;
  font-weight: 600;
  border: 1px solid #FFF;
  color: #FFF;
  line-height: 1em;
  padding: .5em 1em;
  border-radius: 1.667em;
  margin: 1em .5em;
  min-width: 14em
}

.hl-transition__links a:last-child {
  margin-right: 0
}
}

@media (max-width:600px) {
.hl-transition {
  height: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #215479;
  color: #fff;
  padding: 0 1em;
}

.hl-transition__hl-logo {
  height: 1em;
  width: auto;
  transform: translateY(-5%)
}

.hl-transition__text {
  font-size: 0.2em
}

.hl-transition__links a {
  font-size: 0.2em;
  font-weight: 600;
  border: 1px solid #FFF;
  text-decoration: none;
  color: #FFF;
  line-height: 1em;
  padding: .5em 1em;
  border-radius: 1.667em;
  margin: .5em .2em;
  min-width: 14em
}

.hl-transition__links a:last-child {
  margin-right: 0
}
}

@media (max-width:450px) {
  .hl-transition {
    height: 8em;
    flex-direction: column;
    justify-content: center
  }
  .hl-transition__hl-logo {
    height: 2em;
    width: auto;
  }
  .hl-transition__text {
    font-size: 0.5em;
    line-height: 1.3;
    margin: .5em 0 2em;
    padding: 0em 2em;
  }
  .hl-transition__links {
    margin-bottom: 0.7em
  }
  .hl-transition__links a {
    font-size: 0.7em
  }
}

table.zaimu-table{
	width: 100%;
}

table.zaimu-table th{
	width: 60%;
	font-weight: normal;
	text-align: left;
	border:1px solid #ccc;
	padding: 10px;
}

table.zaimu-table td{
	width: 40%;
	font-weight: normal;
	text-align: left;
	border:1px solid #ccc;
	padding: 10px;
}

.slide-text-box{
	display: none;
}

.menu-box{
	width: 95%;
	background-color: rgba(255,255,255,0.5);
	margin:0 auto 0;
}

.menu-link-btn{
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	border:1px solid #0067a5;
	background-color: #FFF;
	padding: 10px 0px;
	margin-bottom: 10px;
}

#rec_area{
	width: 95%;
	margin:0 auto 0;
}

#rec_area .main-title{
	font-size: 24px;
	color: #172240;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

#rec_area .sub-title{
	font-size: 16px;
	color: #b73944;
	text-align: center;
	margin-bottom: 10px;
}

#rec_area .title{
width:100%;
background-color:#0067a5;
padding-top:10px;
padding-bottom:10px;
text-align:center;
font-size:18px;
color:#FFF;
border:1px solid #0067a5;
}

#rec_area .menu{
width:100%;
font-size:16px;
text-align:center;
padding-bottom:10px;
padding-top:10px;
border-left:1px solid #999999;
border-right:1px solid #999999;
border-bottom:1px dotted #999999;
}

#rec_area .menu-last{
width:100%;
font-size:16px;
text-align:center;
padding-bottom:10px;
padding-top:10px;
margin-bottom: 30px;
border-left:1px solid #999999;
border-right:1px solid #999999;
border-bottom:1px dotted #999999;
}