/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */

body {
  -webkit-text-size-adjust:100%; margin:0; padding:0;
  font-family:"Century Gothic",Arial,sans-serif;
  width:100%; position:relative;
  color:#4d4d4d;
}

/* layout */
#contents { width:100%; }
#main_col { padding:1px; background:#fff;  margin-top: 87px;}
#side_col { padding:15px 15px 2px; background:#fff; }
.no_side #main_col { }

/* headline */
.headline1 { line-height: 1.4; font-size: 18px;  color: #fff;  background: #3b86db;  padding: 10px 15px 6px 15px;border-radius: 3px; -webkit-border-radius: 3px;	-moz-border-radius: 3px;  margin-top:0; position: relative; margin:0 15px; font-weight: bold; border-bottom: #f8c53a solid 4px;}
/*  .headline1 { line-height: 1.4; font-size: 14px;  color: #fff;  background: #3b86db;  padding: 10px 15px;border-radius: 3px; -webkit-border-radius: 3px;	-moz-border-radius: 3px;  margin-top:0; position: relative; margin:0 15px; font-weight: bold;}  */

.headline2 { line-height: 1.4; font-size: 14px;  color: #fff;  background: #3b86db;  padding: 10px 15px;border-radius: 3px; -webkit-border-radius: 3px;	-moz-border-radius: 3px;  margin-top:0; position: relative; margin:0 15px; font-weight: bold;}

.welfare h1.headline1 {background: #b560b4;
						margin-top: 30px;
						padding-left: 60px;
					  font-size:18px;
						}

.campany h1.headline1 {background: #389e41;}

.welfare h1.headline1:before {
	content: url("img/common/q.png");
	position: absolute;
	left: 0;
	top: -30px;
 
}

.welfare h2 { line-height: 1.4; font-size:18px;  color: #fff;  background: #3b86db;  padding: 10px 15px 10px 60px;border-radius: 3px; -webkit-border-radius: 3px;	-moz-border-radius: 3px; position: relative; margin:30px 0 20px 0; font-weight: bold;}
.welfare h2:before {
	content: url("img/common/a.png");
	position: absolute;
	left: 0;
	top: -30px;
}

/* date color */
.date { color:#bbb; font-weight:bold; }
#footer .date { color:#b36a6a; }

/* 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
---------------------------------------------------------------------- */

	#index_top { 
		padding:15px; 
		background:#fff; 
		margin-top: 57px;
		}

/* gallery */
#recommend_gallery { width:100%; background:#fff;}
#recommend_gallery .rs-slider > li img { height:auto; }
#recommend_gallery ul { margin-bottom:0; }
#recommend_gallery .rs-thumb-wrap { background:#000; display: none;}
#recommend_gallery .rs-thumb-wrap > a > img { display:block; height:auto; max-width:100%; width:aut; }
#recommend_gallery .rs-thumb-wrap > a { opacity:0.5; display:block; width:16.6667%; height:6%; }
#recommend_gallery .rs-thumb-wrap > a:hover, #recommend_gallery .rs-thumb-wrap > a.active { opacity: 1 }
#recommend_gallery .rs-caption {
    height:auto; padding:10px 20px; background:#000; color:#000;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .8), rgba(255, 255, 255, .9));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .8), rgba(255, 255, 255, .9));
    background: -o-linear-gradient(top, rgba(255, 255, 255, .8), rgba(34, 255, 255, .9));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .8), rgba(255, 255, 255, .9));
    background: linear-gradient(top, rgba(255, 255, 255, .8), rgba(255, 255, 255, .9));
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset;
}
#recommend_gallery .rs-caption p { margin:0; }
#recommend_gallery .rs-caption p a { text-decoration: none; font-weight: bold; color: #000; }

/* right column */
#index_right_col { display:none; }

/* recent post */
	#recent_post { 
		margin:0 0 15px 0; 
		background:#fafafa; }
#recent_post .headline1 { margin:0; }

	#recent_post ul { 
		margin:0; 
		overflow:hidden;
		border-bottom: 1px solid #aaa;
	 }
	 
#recent_post ul ul.meta { margin:0 0 8px 0; }

	#recent_post li { 
		border-bottom:1px solid #aaa; 
		margin:0 0 -1px 0; 
		padding:15px; 
	}
		
#recent_post li ul.meta li { float:none; display:inline; height:auto; font-size:12px; width:auto; background:none; border:none; padding:0; margin:0; }
#recent_post li ul.meta li.category{ display: none;}
#recent_post li ul.meta li.date { display:block; margin:0; }
#recent_post .image img { width:30%; height:auto; float:left; border:1px solid #ccc; padding:4px; }
#recent_post .info { width:60%; float:right; margin:0 5px 0 0; }
#recent_post .title { 
		font-size:14px; 
		display:block; 
		margin:0; 
		font-weight:bold; 
		border-top:none; 
		padding:0 0 0 0; 
		}

/* featured post */
#featured_post { margin:0 0 15px 0; background:#fff; }
#featured_post .title a { display:block; }
#featured_post .post1 { border-bottom:1px dotted #aaa; padding:15px; margin:0; }
#featured_post .post1 .image { margin:0 0 15px 0; display:block; }
#featured_post .post1 .image img { margin:0 auto; display:block; height:auto; max-width:90%; width:auto; border:1px solid #ccc; padding:4px; }
#featured_post .post1 .info { }
#featured_post .post1 .date { margin:5px 0; line-height:110%; font-size:12px; }
#featured_post .post1 .title { font-size:16px; margin:0 0 14px 0; }
#featured_post .post1 .excerpt { font-size:12px; line-height:170%; padding-right:10px; margin:0 0 21px 0; }
#featured_post .post1 .link { font-size:12px; display:block; background:url(img/common/arrow1.png) no-repeat left top; padding:0 0 0 30px; height:13px; line-height:13px; }

#featured_post ul.post2 { margin:0; padding:0; }
#featured_post ul.post3 { }
#featured_post ul.post2 li { margin:0 0 -1px 0; padding:15px; border-bottom:1px dotted #aaa; }
#featured_post ul.post2 li .image { }
#featured_post ul.post2 li .image img { width:30%; height:auto; float:left; border:1px solid #ccc; padding:4px; }
#featured_post ul.post2 li .info { width:60%; float:right; margin:0 5px 0 0; }
#featured_post ul.post2 li .date { margin:5px 0 3px; font-size:12px; line-height:110%; }
#featured_post ul.post2 li .title { font-size:16px; margin:0; font-weight:bold; line-height:160%; }

/* featured post2 */
#featured_post2 { margin:0; background:#fff; }
#featured_post2 .title a { display:block; }
#featured_post2 .post1 { padding:15px; margin:0; border-bottom:1px dotted #aaa; }
#featured_post2 .post1 .image_area { margin:0 0 15px 0; }
#featured_post2 .post1 .image { display:block; }
#featured_post2 .post1 .image img { display:block; margin:0 auto; height:auto; max-width:90%; width:auto; border:1px solid #ccc; padding:4px; }
#featured_post2 .post1 .info { }
#featured_post2 .post1 .date { margin:0 0 5px 0; font-size:12px; line-height:110%; }
#featured_post2 .post1 .title { font-size:16px; margin:0 0 16px 0; }
#featured_post2 .post1 .excerpt { font-size:12px; line-height:170%; margin:0 0 22px 0; }
#featured_post2 .post1 .link { font-size:12px; display:block; background:url(img/common/arrow2.gif) no-repeat left top; padding:0 0 0 30px; height:13px; line-height:13px; }

#featured_post2 ul { margin:0px; overflow:hidden; }
#featured_post2 li { margin:0 0 -1px 0; padding:15px; border-bottom:1px dotted #aaa; }
#featured_post2 li .image { }
#featured_post2 li .image img { width:30%; height:auto; float:left; border:1px solid #ccc; padding:4px; }
#featured_post2 li .info { width:60%; float:right; margin:0 5px 0 0; }
#featured_post2 li .date { margin:5px 0 3px 0; font-size:12px; line-height:110%; }
#featured_post2 li .title { font-size:16px; margin:0; font-weight:bold; line-height:160%; }
#featured_post2 li.last { border:none; }

/* footer banner */
#footer_banner { background:#fff;  margin:15px 0 0 0; }
#footer_banner ol { list-style-type:none; margin:15px 0 0 0; }
#footer_banner li { margin:0 15px; font-size:11px; text-align:center; }
#footer_banner li img { height:auto; max-width:100%; width:auto; display:block; margin:0 auto 5px auto; }



/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header_wrap { width:100%; margin-bottom: 30px;}
#header {
  width:100%; min-height:32px; padding:20px 0 9px; position:relative; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  background:#fff; text-align: center;
}

#site_description { display:none; }

/* logo */
#logo_text, #logo { margin:5px 0 15px 15px; line-height:120%; float:left; font-size:18px; font-weight:normal; width:90%; max-width: 417px; overflow:hidden; }
#logo_text a, #logo a { color:#ccc; text-decoration:none; display:block; }
#logo_text a:hover, #logo a:hover { text-decoration:underline; }
#logo img { width: 100%; margin: 5px 0; }

/* social link */
#social_link { margin:0; position:absolute; right:80px; top:12px; }
#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/header/rss.jpg) no-repeat left top; }
#social_link li.twitter a { background:url(img/header/twitter.jpg) no-repeat left top; }
#social_link li.facebook a { background:url(img/header/facebook.jpg) no-repeat left top; }
#social_link li a:hover { background-position:left bottom; }

/* news ticker */
#news_ticker { display:none; }

#header .logo2 { margin-top: 10px;}
#header .logo2 .left { float: left; height: 15px; margin-left: 15px;}
#header .logo2 .right { display: none;}
/* global menu */
#header a.menu_button {
   position:absolute; right:15px; top:15px; 
   display:inline-block; font-size:11px; color:#fff; 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 #fff; background: #3b86db; border: 1px solid #3b86db;
}
#header a.menu_button:hover { background:#fff; color:#3b86db; }
#header a.active { color:#3b86db; background:#fff; box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset; border: 1px solid #3b86db;}

#global_menu { display:none; clear:both; width:100%; margin:0; top:0; 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-top:1px solid #fff; margin:0 0 -1px 0; padding:0 10px 0 32px; line-height:40px; text-decoration:none; background:#3b86db url(img/common/arrow4.png) no-repeat 20px; color:#fff;  }
#global_menu a:hover { background-color:#f5abc6; color:#fff; }
#global_menu ul ul a { color:#333; background:#f5c4d6 url(img/common/arrow4.png) no-repeat 34px; padding:0 0 0 45px; }
#global_menu ul ul ul a { color:#333; background:#f5c4d6 url(img/common/arrow4.png) no-repeat 49px; padding:0 0 0 60px; }
#global_menu ul ul ul ul a { color:#333; background:#f5c4d6 url(img/common/arrow4.png) no-repeat 64px; padding:0 0 0 75px; }

/* banner */
#header_banner { display:none; }

/* breadcrumb */
.breadcrumbs { display: none;}

.search_cat {
	margin-top: 9px;
}

#header .search_area {
	display: inline-block;
	margin: 0 auto;
}
#header .search_area div,
.search_cat input {
	float: right;
}

#header .search_area #search_input,
.search_cat #search_input{
	width: 168px;
	height: 32px;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	background: #f2f2f2;
	padding: 0 10px;
	box-shadow: 2px 2px 3px 0px #ddd inset;
	margin-top: 1px;
}



/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
#content { background:#fff; overflow:hidden; margin:0; padding-bottom:30px; }
#single_meta { background:#fff; padding:10px 15px 7px; margin:0; }
#single_meta li { float:left; font-size:11px; border-right:1px solid #ccc; padding:0 15px 0 0; margin:0 15px 5px 0; line-height:110%; }
#single_meta li.date { float:none; display:block; margin:0 0 5px 0; border:none; }
#single_meta li.last { margin:0; padding:0; border:none; }
#single_meta li.post_author { background:url(img/common/icon_author.png) no-repeat left top; padding-left:17px; }
#single_meta li.post_category { background:url(img/common/icon_category.png) no-repeat left top; padding-left:17px; }
#single_meta li.post_comment { background:url(img/common/icon_comment.png) no-repeat left top; padding-left:17px; }
#single_meta li.post_tag { background:url(img/common/icon_tag.png) no-repeat left top; padding-left:17px; }

.post { padding:15px 15px 0; }

.post_image { text-align:center; margin:0 0 15px 0; }

/* bookmark */
.post .bookmark2 { clear:both; margin:0; padding:10px 0 25px 0; }
.post .bookmark2 li { background:none; padding:0; float:left; margin:0 10px 0 0; }

/* banner */
#single_banner1 { text-align:center; margin:0 0 25px 0; }
#single_banner2 { text-align:center; margin:5px 0 25px 0; }

/* author information */
#post_author { margin:0 15px 15px; }
#post_author .author_headline { font-size:13px; border-top:2px solid #ccc; margin:0 0 20px 0; position:relative; }
#post_author .author_headline span { display:inline-block; border-top:2px solid #333; padding:8px 0 0 0; margin:-2px 0 0 0; }
#post_author .author_avatar { margin:0 0 20px 0; }
#post_author .author_avatar img { width:70px; height:70px; display:block; border:none; padding:0; }
#author_meta { }
#author_meta .author_name { margin:0 0 10px 0; font-size:14px; line-height:160%; }
#author_meta .author_post_name { margin:0 0 0 15px; font-size:10px; }
#author_meta ul { font-size:11px; margin:0 0 10px 0; }
#author_meta li { margin:0 0 5px 0; }
#author_meta li span { width:70px; display:inline-block; }
#author_meta li a { }
#post_author .author_desc { padding:10px 0 0 0; font-size:12px; border-top:1px dotted #ccc; }
#post_author .author_desc p { margin:0 0 10px 0; }

/* author post */
#author_post { margin:0 15px 15px; }
#author_post .author_headline { font-size:13px; border-top:2px solid #ccc; margin:0 15px 20px 15px; position:relative; }
#author_post .author_headline span { display:inline-block; border-top:2px solid #333; padding:7px 0 0 0; margin:-2px 0 0 0; }
#author_post { margin:0; }
#author_post ul { margin:-20px 15px 0 15px; }
#author_post ul ul { margin:0 0 5px 0; padding:0 0 5px 0; border-bottom:1px dotted #ccc; }
#author_post li { margin:0 0 -1px 0; padding:15px 0; border-bottom:1px dotted #aaa; }
#author_post li li { float:left; display:inline; margin:0 0 5px 0; padding:0; font-size:12px; line-height:150%; border:none; }
#author_post .image { }
#author_post .image img { width:30%; height:auto; float:left; border:1px solid #ccc; padding:4px; }
#author_post .info { width:60%; float:right; margin:0 5px 0 0; }
#author_post .date { float:none; display:block; margin:0; }
#author_post .title { font-size:16px; margin:0; }
#author_post .title a { color:#333; }

/* related post*/
#related_post { margin:0; }
#related_post ul { margin:-20px 0 0 0; }
#related_post ul ul { margin:0 0 5px 0; padding:0 0 5px 0; border-bottom:1px dotted #ccc; }
#related_post li { margin:0 0 -1px 0; padding:15px; border-bottom:1px dotted #aaa; }
#related_post li li { float:left; display:inline; margin:0 0 5px 0; padding:0; font-size:12px; line-height:150%; border:none; }
#related_post .image { }
#related_post .image img { width:30%; height:auto; float:left; border:1px solid #ccc; padding:4px; }
#related_post .info { width:60%; float:right; margin:0 5px 0 0; }
#related_post .date { float:none; display:block; margin:0; }
#related_post .title { font-size:16px; margin:0; }
	#related_post .title a { color:#3b86db; font-weight:bold; }

/* next prev post link */
#previous_next_post { margin:0 15px; padding:0; }
#previous_next_post a { }
#previous_post, #next_post { margin:0 0 5px 0; }
#previous_post a { margin:0; line-height:140%; font-size:11px; background:url(img/common/arrow_left.gif) no-repeat left 2px; padding:7px 0 8px 30px; border-bottom:1px dotted #ccc; display:block; }
#next_post a { margin:0; line-height:140%; font-size:11px; background:url(img/common/arrow_right.gif) no-repeat left 2px; padding:7px 0 8px 30px; display:block; }

/* comment box-sizing: content-box;　*/
#comment_header_right { float:none; position:relative; margin:0; }
#comment_header_right li { display:block; float:none; margin:0; }
#comment_header_right li a, #comment_header_right li p
 { margin:0 -1px -1px 0; width:50%; display:block; border-left:none; float:right; }
.comment-meta { margin:0 0 10px 0; }
.comment-meta-left { float:left; width:auto; min-width:150px; }
.comment-content { padding: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 #ddd; overflow:hidden; margin:0; }
#post_list li { border-bottom:1px dotted #ccc; padding:15px; margin-bottom:-1px; }
#post_list ul { overflow:hidden; margin:0 0 10px 0; }
#post_list ul li { border:none; padding:0 12px 0 0; margin:0 12px 7px 0; float:left; border-right:1px solid #ccc; font-size:11px; line-height:110%; }
#post_list ul li.last { margin-right:0; padding-right:0; border:none; }
#post_list ul li.date { display:block; float:none; border:none; margin:0 0 5px 0; }

#post_list .info { padding: 0 20px; }
#post_list .title { font-size:16px; margin:0 0 10px 0; color: #3b86db; font-weight:bold;}
#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.png) no-repeat left top; padding:0 0 0 30px; height:13px; line-height:13px; margin:0 0 20px 0; }

#post_list .image_area { margin:0 0 15px 0; }
#post_list .image img { display:block; margin:0 auto; height:auto; max-width:90%; width:auto; border:1px solid #ccc; padding:4px; }

#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; }

/* page nav */
.page_navi { margin:20px 0 0 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:#3b86db; 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.png) no-repeat left; padding:0 0 0 28px; }




/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
.side_widget { margin:15px 0; font-size:11px; background:#fff; }
.side_widget ul { margin:0; border: 1px solid #ddd; padding: 15px;}
.side_widget li ul { margin:10px 0 0 0; }
.side_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; }
.side_widget a { }
.side_widget img { height:auto; max-width:100%; width:auto; }
.side_headline { margin:0; font-size:14px; color:#fff; background:#3b86db; border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0;	-moz-border-radius: 3px 3px 0 0;   padding:15px; }

/* banner */
#side_col .ad_widget, #side_col .ad_widget2 { background:none; border:none; padding:0; text-align:center; }

/* side widget2 black background */
#side_widget2 { background: #3b86db;  padding: 15px 15px 0;  margin: 0 0 15px 0;  border-radius: 3px;}
#side_widget2 .side_headline { margin:3px 0 12px 0; font-size:14px; color:#fff; background:none; line-height:100%; height:auto; padding:0; }
#side_widget2 .side_widget { margin:0; background:none; border:none; padding:0; }
#side_widget2 li ul { margin:0; }
#side_widget2 li { margin:0; padding:0; }
#side_widget2 li a { color:#000; display:block; text-decoration:none; border: 1px solid #3b86db; padding:9px 10px 9px 25px; margin:0 0 3px 0; background: #fff url(img/common/arrow.png) no-repeat 10px center;}
#side_widget2 li a:hover { border: 1px solid #fff; color: #fff; padding:9px 10px;  padding:9px 10px 9px 25px; margin:0 0 3px 0; background: #3b86db url(img/common/arrow.png) no-repeat 10px center; -webkit-transition: background 0.3s linear; -moz-transition: background 0.3s linear; -ms-transition: background 0.3s linear; -o-transition: background 0.3s linear; transition: background 0.3s linear; }
#side_widget2 .side_category, #side_widget2 .side_archives { padding-bottom:12px; }

/* calendar */
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { color:#333; padding:0; line-height:340%; text-align:center; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; color:#333; background-color:#ddd; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#003d53; }
#wp-calendar caption { padding:7px 0; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; padding:0; line-height:200%; }
#wp-calendar #prev, #wp-calendar #next { line-height:200%; }
#wp-calendar #prev a, #wp-calendar #next a { text-decoration:none; background:none; color:#333; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; color:#fff; background:#003d53; }
#wp-calendar td#today { color:#fff; background:#c1c1c1; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }

#footer #wp-calendar { margin-bottom:10px; }
#footer #wp-calendar th, #footer #wp-calendar td { color:#fff; }
#footer #wp-calendar td a { background:#666; color:#fff; }
#footer #wp-calendar td a:hover, #footer #wp-calendar td#today, #footer #wp-calendar #prev a:hover, #footer #wp-calendar #next a:hover { background:#3F7985; }

/* recommend post */
.recommend_widget ul { margin:0 0 0; }
.recommend_widget li { background:none; padding:0 0 10px 0; border-bottom:1px dotted #ccc; margin:0 0 10px 0; }
.recommend_widget li.last { border:none; padding:0; margin:0; }
.recommend_widget .info { width:60%; float:right; margin:0 5px 0 0; }
.recommend_widget .info .date { margin:10px 0 5px 0; line-height:100%; }
.recommend_widget .info .title { font-size:14px; margin:0; }
.recommend_widget .image { }
.recommend_widget .image img { width:30%; height:auto; float:left; border:1px solid #ccc; padding:4px; }
#footer .recommend_widget .image img { border:1px solid #555; }
#footer .recommend_widget li { padding:0 0 15px 0; border-bottom:1px dotted #555; }
#footer .recommend_widget li:last-child { border:none; padding:0; }

/* recommend post2 */
.recommend_widget2 ul { margin:0; }
.recommend_widget2 li { background:none; padding:0 0 10px 0; border-bottom: 2px dotted #a3d9a2; margin:0 0 10px 0; }
.recommend_widget2 li.last { border:none; padding:0; margin:0; }
.recommend_widget2 .info { width:60%; float:right; margin:0 5px 0 0; }
.recommend_widget2 .info .date { margin:10px 0 5px 0; line-height:100%; }
.recommend_widget2 .info .title { font-size:14px; margin:0; }
.recommend_widget2 .image { }
.recommend_widget2 .image img { width:30%; height:auto; float:left; border:1px solid #ccc; padding:4px; }
#footer .recommend_widget2 .image img { border:1px solid #555; }
#footer .recommend_widget2 li { padding:0 0 15px 0; border-bottom:1px dotted #555; }
#footer .recommend_widget2 li:last-child { border:none; padding:0; }

/* pickup post */
.pickup_widget { }
.pickup_widget a.image { display:block; margin:0 0 15px 0; }
.pickup_widget a.image img { display:block; margin:0 auto; height:auto; max-width:90%; width:auto; border:1px solid #ccc; padding:4px; }
.pickup_widget .date { font-size:11px; line-height:110%; margin:0 0 5px 0; padding:0; background:none; }
.pickup_widget .title { font-size:16px; margin:5px 0px 5px; line-height:160%; }
.pickup_widget .title a { display:block; }
#footer .pickup_widget a.image img { border:1px solid #fff; }

/* search */
.widget_search label { display:none; }
.widget_search #search-box, .widget_search #s { width:50%; height:32px; margin:0 5px 5px 0; border:1px solid #ccc; background:#f2f2f2; padding:0 10px; box-shadow:2px 2px 3px 0px #ddd inset; float:left; }
.widget_search #search-btn input, .widget_search #searchsubmit { border:none; text-indent:-9999px; width:95px; height:36px; background:url(img/common/search_button.jpg) no-repeat left top; cursor:pointer; display:block; float:left; margin:-1px 0 0 0;  }
.widget_search #search-btn input:hover, .widget_search #searchsubmit:hover { background-position:left bottom; }
#footer .widget_search #search-box, #footer .widget_search #s { background:#222; border:1px solid #111; box-shadow:none; }
#footer .widget_search #search-btn input, #footer .widget_search #searchsubmit  { background-image:none; background:#111; text-indent:0; color:#ccc; }

/* archive category dropdown */
.widget_archive select, .widget_categories select { border:1px solid #ddd; padding:6px 10px; width:100%; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; margin:0 0 20px 0; }



/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */

#return_top { position:absolute; bottom:7px; right:7px; display:block; text-indent:100%; overflow:hidden; white-space:nowrap; width:35px; height:35px; margin:0; padding:0; background:#333 url(img/footer/return_top2.gif) no-repeat center center; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
#return_top:hover { background-color:#f5abc6; }

		#footer_wrap { clear:both; width:100%; background:none;}
		#footer { 
			margin:0 auto; 
			position:relative; 
			color:#fff; 
			font-size:11px;  
			padding-top: 0;
		}
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { color:#228cca; }
#footer li { line-height:170%; margin:0 0 10px 0; padding:0; }
#footer li a { border-bottom:1px dotted #fff; }


/* footer logo */
#footer_logo_area { }
#footer_logo { display:none; }
#footer_logo_text { display:none; }
#footer_logo_text a { }
#footer_description { display:none; }

#footer_logo_text_area { }
#footer_description2 { font-size:11px; padding:20px 15px;  border-top:1px dotted #fff; }
#footer_description2 p { line-height:210%; margin:0; }

/* widget area */
#footer_widget_area { padding:0 15px; }
#footer_widget .footer_widget { margin:0 0 0 0; }
.footer_headline { color:#fff; background:#32373b url(img/footer/headline_arrow.gif) no-repeat 15px 20px; font-size:13px; line-height:46px; height:46px; margin:0 -15px 20px -15px; padding:0 0 0 35px; }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 0 0; }
.footer_widget li { }
.footer_widget img { height:auto; max-width:100%; width:auto; }

/* copyright */
		#copyright { width:auto; text-align:center; color:#fff; padding:10px 0; background:#3b86db; margin:0; }
#copyright p { font-size:11px ; line-height:130%; }
#copyright a { text-decoration:none; color:#fff; }
#copyright a:hover { text-decoration:underline; }


.outlink {
 background-image: url("http://www.foodsandbeauty.com/wp-content/uploads/2015/07/external-link-green02-Shapes4FREE.png"); /* 画像の指定 */
  background-repeat: no-repeat; /* 画像の並び */
  background-position: left center;
  font-color:#3b86db;
  padding-left:10px;
  font-weight:bold;
  font-size:14px;
}

.post p {
font-size:14px;
}

/* topカテゴリ */
div.cat {
	border: 2px solid #ddd;
	padding: 8px;
	margin-bottom: 20px;
} 

div.cat h3 {
	border-bottom: 3px solid #f5c4d6;
	margin: 5px 0;
	padding: 0 0 10px;
	color: #3b86db;
	font-size: 14px;
}

div.cat ul {
	margin: 0;
} 

div.cat li {
	border-bottom: 1px dotted #ddd;
} 

div.cat li a{
	padding: 10px 0;
	font-size: 11px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
} 

div.cat li a:before {
	content: "▶";
	font-size: 10px;
	color: #3b86db;
	margin-right: 5px;
	display: inline-block;
} 

div.cat li a span {
	color: #3b86db;
} 

div.cat ul li:last-child {
	text-align: right;
	border-bottom: none;
} 

div.cat ul li:last-child a {
	font-size: 10px;
} 

div.cat li:last-child a:before {
	content: none;
} 

.post h3 {
font-size:16px;
}
.post h4 {
font-size:16px;
}

.midasi2 {
  margin-top:2em;
    margin-bottom:2em;
    padding: 0.8em;
    border-top: 1.5px solid #5f89db;
    border-bottom: 1.5px solid #5f89db;
    font-size: 16px;
    font-weight: bold;
}

.midasi1 {
margin: 2em 0 1.5em;
    padding: 0.8em;
    border: 2px solid #5f89db;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}

.dotmidasi {
border-bottom:dotted 2px #5f89db;
font-size:16px;
font-weight:bold;
margin-bottom:10px;
line-height:200%;
}







/*-----------------------------------------------
共通
-----------------------------------------------*/
.wrap {
	width: 100%;
	margin: 0 auto;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.entry-content h4{
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.entry-content div.plast{
margin-bottom: 30px;
}

/*-----------------------------------------------
white
-----------------------------------------------*/

h2 {
margin-bottom: 20px;
	background: url(images/icon_ttl_01.gif) no-repeat left center;
	padding-left: 20px;
        font-size:16px;
        font-weight:bold;
}
#type_contents h2 { 
	background: url(images/icon_ttl_02.gif) no-repeat left center;
}

#operator_contents h2 { 
	background: url(images/icon_ttl_05.gif) no-repeat left center;
}


h3 {
	color: #3b86db;
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 2px solid #3b86db;
	margin-top: 20px;
}
#type_contents h3 {
	color: #d15858;
	border-bottom: 2px solid #d15858;
}
#company_contents h3 {
	color: #d15858;
	border-bottom: 2px solid #d15858;
}
#welfare_contents h3 {
	color: #d15858;
	border-bottom: 2px solid #d15858;
}
#operator_contents h3 {
	color: #e98047;
	border-bottom: 2px solid #e98047;
}


.wrap p {
	margin-bottom: 1em;
}
.area1 .fl {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.area1 .fr {
	float: none;
	width: 100%;
}
.area2 {
	margin-top: 5px;
}
.area1 .fl img {
	width: 100%;
	height: auto;
}


/*-----------------------------------------------
gray
-----------------------------------------------*/
.gray {
	background: #fafafa;
	padding-top: 30px;
	padding-bottom: 42px;
	margin-top: 70px;
}
.gray .left {
	float: none;
	width: 100%;
}
.gray .right {
	float: none;
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}
.gray .right img {
	display: block;
	margin-bottom: 30px;
}

.gray .box {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.gray .fl {
	float: left;
	width: 30%;
}
.gray .fl img {
	width: 100%;
	height: auto;
	max-width: 150px;
	border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.gray .fr {
	float: right;
	width: 65%;
}

.gray .wrap h2 {
	color: #b560b4;
	padding-bottom: 5px;
	border-bottom: 2px solid #b560b4;
	margin-bottom: 0;
	background: url(images/icon_ttl_04_2.gif) no-repeat left center;
	padding: 10px 25px;
}
.gray .btn {
	margin: 30px auto 60px;
	float: none;
	text-align: center;
}

.gray .right a img {
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}

/*-----------------------------------------------
footer
-----------------------------------------------*/
.ftr {
	background: #3b86db;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}


#side_col {
	display: none;
}




/*-----------------------------------------------
掲載依頼（お問い合わせ）
-----------------------------------------------*/

/* テーブルデザイン */
#form_style {
	margin-top: 5px;
}
#form_style p {
	margin-bottom: 20px;
}
#contact #form_style table th{
	display: block;
	width: 100%;
	vertical-align:middle;
	font-weight: bold;
	border-bottom: none;
	margin-top: -1px;
	}
#contact #form_style table td{
	display: block;
	width: 100%;
}

#contact #form_style table th span{
	display:inline-block;
	background-color:#bbbbbb;
	color:#fff;
	font-size:.625em;
	padding:.25em 1em;
	font-weight:normal;
}
#contact #form_style table th span.ind{
	background-color: #e01d26;
		border-radius: 3px;
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}

#contact #form_style table td .checks label{
	white-space:nowrap;
}
#contact #form_style table td .checks {
	margin-bottom: 20px;
}

#contact #form_style .wpcf7-list-item {
    display: block;
}


/* 枠 */
#contact #form_style input[type="text"], #form_style input[type="email"], #form_style input[type="tel"] {
    padding: 10px;
    border: 1px solid #ccc;
}


#contact #form_style .wpcf7-form-control {
    background: #f8f8f8;
}
/*
#form_style table td textarea{
	max-width:90% !important;
}
*/
#contact #form_style .btn-b{
	text-align: center;
}
#contact #form_style .btn-b input[type="submit"]{
	width:300px;
	margin:40px auto 40px;
	font-size: 20px;
	background-color: #e01d26;
	color:#fff;
	font-weight:bold;
	padding:1em 2em ;
	border: none;
	cursor:pointer;
	border-radius: 10px;
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */  
}

/* 送信後 */
#contact #form_style div.wpcf7-mail-sent-ok {
	border: 2px solid red;
	font-size: 24px;
	color: #069ed3;
}

/*-----------------------------------------------
▲▲▲掲載依頼（お問い合わせ）▲▲▲
-----------------------------------------------*/

.main_img {
	display: none;
}

/*-----------------------------------------------
スマホ時非表示
-----------------------------------------------*/
.pc_gnav {
	display: none;
}
/*-----------------------------------------------
スマホ時グロナビ
-----------------------------------------------*/

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        display: block;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        color: #333;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
        border-top: 1px solid #fff;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

/*-----------------------------------------------
404ページ
-----------------------------------------------*/
#nf {
  float: none;
  margin: 80px 10px 30px;
}
#nf h1 {
	color: #3b86db;
	font-size: 24px;
}

/*-----------------------------------------------
カテゴリページ（companyとwelfare）の見出し
-----------------------------------------------*/
.sp_ttl {
	display: block;
	margin: 110px 0 0;
}
.sp_area {
	display: block;
	margin: 15px 15px 0;
}
.archive #main_col {
	margin-top: 20px;
}
h2.company { 
	margin-bottom: 20px;
	background: url(images/icon_ttl_03.gif) no-repeat left center !important;
	padding-left: 20px;
}
h2.welfare { 
	margin-bottom: 20px;
	background: url(images/icon_ttl_04.gif) no-repeat left center !important;
	padding-left: 20px;
}


/*  */
.no-results {
	margin: 15px 15px 30px;
}
.screen-reader-text {
	line-height: 1.7;
}

/*****************
テーブルのレスポンシブ化
******************/
 tbody tr{
        display: block;
        margin-bottom: 5px;
    }
    tbody th,
    tbody td{
        display: list-item; 
        list-style-type:none;
        border: none;
word-break: break-all;
    }

/*************************
記事用見出し
*******************/

.midasi1 {
  margin-top:2em;
    margin-bottom:2em;
    padding: 0.8em;
    border:2px solid #5f89db;
    font-size: 16px;
    font-weight: bold;
}

.midasi2 {
  margin-top:2em;
    margin-bottom:2em;
    padding: 0.8em;
    border-bottom:2px solid #5f89db;
    border-top:solid #fff;
    font-size: 16px;
    font-weight: bold;
}


/***************************
企業ページの小見出し
***************************/
.midasi-company {
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0 10px 0;
	padding-bottom: .5em;
	border-bottom: 3px solid #ccc;
}

/**************************
sitemap
***************************/
#sitemap {margin-bottom:100px;}
.sitemaptitle { font-size:18px; background-color:#3b86db; color:#ffffff; font-weight:bold; padding:20px 0 20px 10px; }
.sitelink { padding-left:10px; margin-top:20px;}
.pan { font-size:11px; color:#4d4d4d margin-bottom:20px;}