/* ----------------------------------------------------------------------

 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:#333; background:url(images/bg.png) ;
}

/* 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:0 15px; height:36px; line-height:36px; 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;height:195px;}

.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: 15px; }
#header { background:#fff; width:100%; min-height:32px; padding:7px 0; position:relative; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }

#description { display:none; }
#header_menu { display:none; }
.search_area { display:none; }

/* logo */
#header-left { margin:5px 0 0 15px; line-height:120%; float:left; font-size:18px; font-weight:normal; width:auto; overflow:hidden; }
#logo_text, #logo_image { }
#logo img { width:50%; }
#logo{ line-height:120%; float:left; font-size:18px; font-weight:normal; margin:0; }
#logo_text a, #logo a { color:#333; text-decoration:none; display:block; }
#logo_text a:hover, #logo a:hover { text-decoration:underline; }
/*#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(images/common/icon_rss.png) no-repeat left top; }
.social_link li.twitter a { background:url(images/common/icon_twitter.png) no-repeat left top; }
.social_link li.facebook a { background:url(images/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:15px; 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:#222; border:1px solid #222; 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 */

/* bread crumb */
#bread_crumb_wrapper{
	background-image: url(images/common/bread_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #5D2D16;
	margin: -15px 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(images/common/icon_tag.png) no-repeat left 7px;  padding-left:16px; }
#single_meta li.post_comment { background:url(images/common/icon_comment.png) no-repeat left 7px;  padding-left:18px; }
#single_meta li.post_author { background:url(images/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{
	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(images/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(images/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(images/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; }

/* 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(images/common/bullet1.gif) no-repeat left 8px; }
.footer_widget a { }
.footer_widget img { height:auto; max-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;  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:#666 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; }

/* ----------------------------------------------------------------------
 カスタム
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
 トップ
---------------------------------------------------------------------- */

#description_head { font-size:10px; color:#999; margin:0; padding:0; line-height:100%; font-weight:normal; width:1100px; margin:auto; background:#FFFFFF;display:none !important; }
#header { background:#fff; width:100%; min-height:32px; padding:7px 0; position:relative; box-shadow:none !important; }

/* headline */
.headline3 { margin:0 0 0px; padding:0 15px 0 0; height:37px; line-height:36px;  font-size:15px; background:url(images/headline_bg.png) repeat-x left bottom; }
.headline3 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-image: none !important;
}
.archive_btn a:hover{
	background: none !important;
}
.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; }
.top_list li{
	margin-left:20px;
	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_list_oshirase li{
	margin-left:20px;
	padding: 5px 0;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.top_list_oshirase li span{
	width: 80px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}



#header a.menu_button {
   position:absolute; right:15px; 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;
}
#headerwaku_b {position:relative; float:right;  }
.headerw_1 {background:none;margin:0 auto ; }
.headerw_1_1 { position:absolute;right:80px; margin:0;width:46px; height:46px; background: url(images/header/header_01_sp.png) no-repeat;}
.headerw_1_1 a { display: block;position: absolute;top: 0;left: 0;width:100%;height: 100%; }
.headerw_1_2 { position:absolute;right:130px; margin:0;width:46px; height:46px;background: url(images/header/header_02_sp.png) no-repeat;}
.headerw_1_2 a { display: block;position: absolute;top: 0;left: 0;width:100%;height: 100%; }
.headerw_1 p.img{  display:none;}

.headerw_2 { position:absolute;right:180px; margin:0;width:46px; height:46px;background: url(images/header/header_03_sp.png) no-repeat;}
.headerw_2 a { display: block;position:absolute;top: 0;left: 0;width:100%;height: 100%;}
.headerw_2 p.img{  display:none;}




.headerw_3 { display:none;}
.headerw_3_1 { display:none; }
.headerw_3_2 {  display:none;}
.headerw_3_3 { display:none;}
.headerw_3_3_1 { display:none;}
.headerw_3_3_2 { display:none;}
.headerw_3_3_3 { display:none;}
.headerw_3_3_4 { display:none;}

#cont_1_tit{ width: 100%; margin:0 auto;}
.cont_menu {background:none; }
#cont_1_tit p.img{max-width:100%;}




#headerwaku_b a img{
	-webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#headerwaku_b a:hover img{
	opacity:0.5;
}

#topicksunder{
	clear:both;
	width: 100%;
	float: left;
	margin-bottom:20px;
}

/* company */

.company_map {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}
.company_map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;}

.company_nav { margin:0; }
.company_nav ul { width: 100%; list-style-type: none; margin-left:0px;}
.company_nav ul li img {display: none; }
.company_nav li a { display: block;background: #F2EEEA; border:#CCCCCC solid 1px; padding:2px;  text-decoration: none; color: #666;}
.company_nav li {background:none; padding:0px;}
.company_nav ul li a:before { content: attr(data-label);  }
.company_nav ul li a:hover { display: block;background:#CBBA9A;text-decoration: none;    color: #666;  }
.company_nav li:last-child { display: block;background: #F2EEEA;   text-decoration: none; color: #666; }



/* footer */
/* footer */
#footer_otoiawase_w{
	clear: both;
	width: 100%;
	padding-top: 1px;
	background-image:none;}
#footer_otoiawase_n ul { width: 100%;border-top: solid 1px #bbb; }
#footer_otoiawase_n ul li {float: none;  width:100%; }
#footer_otoiawase_n ul li img {display: none; }
#footer_otoiawase_n ul li a {
    display: block;
    background: #eee;
    border-bottom: solid 1px #bbb;
    padding: 6px;
    text-decoration: none;
    color: #666;
  }
#footer_otoiawase_n ul li a:before {
    content: attr(data-label);
  }
#footer_otoiawase_n ul li a:hover {
    display: block;
    background: #F2EEEA;
    border-bottom: solid 1px #bbb;
    padding: 6px;
    text-decoration: none;
    color: #666;
  }
#footer_description {  }



.footer_description { width: 100%;border-top: solid 1px #bbb; }
.footer_description ul { margin:0; }
.footer_description li {float: none;  width:100%;  }
.footer_description li a {    display: block;
    background: #eee;
    border-bottom: solid 1px #bbb;
    padding: 6px;
    text-decoration: none;
    color: #666; }
.footer_description  a:hover {
    display: block;
    background:#F2EEEA;
    border-bottom: solid 1px #bbb;
    padding: 6px;
    text-decoration: none;
    color: #666;
  }

#footer_widget dl{
float:left;
width:100%;
margin-bottom:10px;
padding:0 5px
}
#footer_widget dl dt{
border-bottom:1px solid #e3e3e3;
padding:0 0 5px 10px;
margin-bottom:10px;
background:url(images/common/arrow1.png) 0 6px no-repeat;
}
#footer_widget dl dd{
padding-left:2px
}


/* topmain */


#topmain_wrapper { clear:both; width:100%; margin-bottom:20px; }
.topmain_cons img {	width: 100%;	height: auto; }
.topmain_3ste { width:100%}
.topmain_3ste img { width: 50%;	height: auto;  }
.topmain_come { margin:10px; width:100%; font-size:14px; line-height:25px;}
.topmain_cate_tit{ margin:0; padding:0 0 0 0px; height:44px; line-height: 43px; font-size:14px; background:url(images/headline_bg.png) repeat-x left bottom; margin-bottom:20px; }
.topmain_cate_tit img {	width: 100%;	height: auto; }
.topmain_cate_tit h2 {  display: inline-block; float: left; margin: 0;}
.topmain_cate_tit h2 img { width: 100%;	height: auto;}
.topmain_cate img { width: 100%;	height: auto; padding:1px;}
#topicksunder{ margin-top:10px;}
#topicksunder img { margin:3px; border: #CCC solid 1px; padding:1px;}


/* 404 */
#errnashiu { text-align:center ; font-size:15px; }
#errnashiu img { width:100%; }

/* sitemap */

#sitemap_list {
	margin: 0;
	padding: 0;
	line-height: 1.9em;
}

#sitemap_list a {
	text-decoration: none;
}

#sitemap_list li {
	font-size: medium;
	text-indent: 0;
	background: url(images/sitemap/line_horizontal_solid.gif) repeat-x 0 1.5em !important;
	padding: 0 0 20px 5px;
	margin: 0;
	list-style-type: none;
}

#sitemap_list li ul {
	margin: 0;
	padding: 5px 0 0 0;
}

#sitemap_list li  {
	font-size: small;
	font-weight: normal;
	background: url(images/sitemap/icon_package.gif) no-repeat 0 0.5em !important;
	margin: 0 0 3px 15px;
	padding: 0 0 0 22px;
}

#sitemap_list li li  {
	background: url(images/sitemap/bullet_orange_16x16.png) no-repeat 0 0.5em !important;
}

#sitemap_list li a {
	border-bottom: 1px dotted #797876;
	font-size:1.2em;
	color:#333;
}

#sitemap_list li a:hover {
	border:none;
}

#sitemap_list li li a {
	border:none;
	font-size:0.9em;
	color:#797876;
}

#sitemap_list li li a:hover {
	border-bottom: 1px dotted #797876;
}

#sitemap_list .posts_in_category {
	position: absolute;
	padding-left: 10px;
}

#sitemap_list li .posts_in_category a {
	background: #fff url(images/sitemap/ico_post_list.png) no-repeat center !important;
	text-indent: -9999px;
	display: block;
	width: 1.2em;
	height: 1.2em;
	border: solid 1px #ccc;
	padding: 0;
}


/*プライバシー*/
.schedule {
	line-height: 2.5;
	font-size: 15px;
}
.schedule table {
	width: 100%;
	margin: 24px 0 12px;
	text-align: center;
	line-height: 2.5;
	font-size: 15px;
}

.schedule th,
.schedule td {
	border: 1px solid #aaa;
	text-align: left;
	background:#FFFFFF;
	padding:10px;
}

.schedule th {
	color: #000;
	padding: 8px 15px;
	line-height: 120%;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.93, #f0efef), color-stop(0.00, #eee));
	background: -webkit-linear-gradient(top, #eee 0%, #f0efef 93%);
	background: -moz-linear-gradient(top, #eee 0%, #f0efef 93%);
	background: -o-linear-gradient(top, #eee 0%, #f0efef 93%);
	background: -ms-linear-gradient(top, #eee 0%, #f0efef 93%);
	background: linear-gradient(to bottom, #eee 0%, #f0efef 93%);
}

/*コンテンツ 全体*/

page-wrapper h2 img{max-width:100%;}

/*コンテンツ　コンセプト*/


#cont_1_tit{ width: 100%; margin:0 auto;}
.cont_menu {background:none; }
#cont_1_tit p.img{max-width:100%;}


#cont_1_tit .cont_menu_nav{	position:relative;}

.cont_menu_nav { margin:0; }
.cont_menu_nav ul { width: 100%;border-top: solid 1px #bbb; list-style-type: none; margin-left:0px;}
.cont_menu_nav ul li img {display: none; }
.cont_menu_nav li a { display: block;background: #F2EEEA;  border-bottom: solid 1px #bbb; text-decoration: none; color: #666; }
.cont_menu_nav ul li a:before { content: attr(data-label);  }
.cont_menu_nav ul li a:hover { display: block;background:#CBBA9A;border-bottom: solid 1px #bbb;text-decoration: none;    color: #666;  }


#cont_1_ma{width: 100%; margin:0 auto;}
.cont_1_ma2 {background:none; }
#cont_1_ma p.img{max-width:100%;}
#cont_1_ma .cont_1_ma_cap{ position:relative; font-size:14px; line-height:20px; }

#cont_1_ma3{width: 100%; margin:0 auto;}
.cont_1_ma4 {background:none; }
#cont_1_ma3 p.img{max-width:100%;}
#cont_1_ma3 .cont_1_ma_cap{ position:relative; font-size:14px; line-height:20px; }

#cont_1_ma5{width: 100%; margin:0 auto;}
.cont_1_ma6 {background:none; }
#cont_1_ma5 p.img{max-width:100%;}
#cont_1_ma5 .cont_1_ma_cap{ position:relative; font-size:14px; line-height:20px; }




#cont_2_tit{ width: 100%; margin:0 auto;}
.cont_menu2 {background:none; }
#cont_2_tit p.img{ max-width:100%;}

#cont_2_ma{width: 100%; margin:0 auto;}
.cont_2_ma3 {width: 100%; background: url(images/con_1/cont2_02_sp_03.png) ; }
.cont_2_ma_cap{  padding:10px; font-size:14px; line-height:20px; }
#cont_2_ma p.img{max-width:40%; margin:auto!important;}
#cont_2_ma h4 {font-size:15px; font-weight:bold;margin:0 0 5px 0 !important;}
#cont_2_ma p{ margin:0 0 0 0 !important;}


#cont_3_tit{ width: 100%; margin:0 auto;}
.cont_menu3 {background:none; }
#cont_3_tit p.img{ max-width:100%;}


#cont_seishin_tit{ width: 100%; margin:0 auto;}
.seishin_menu3 {background:none; }
#cont_seishin_tit p.img{ max-width:100%;}

.under .box_product {
	margin: 40px auto;
  }

  .under .box_product .box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	   -ms-flex-direction: column-reverse;
		   flex-direction: column-reverse;
	border: 1px solid #d8d8d8;
  }

  .under .box_product .box2 .tt {
	background-color:  #2668b0;;
	color: #fff;
	padding: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
  }
  .under .box_product .box2 .tt.ttgreen {
	background-color: #9db022;
  }
  .under .box_product .box2 .col {
	width: 100%;
  }

  .under .box_product .box2 .col .content {
	padding: 15px;
  }

  .under .box_product .box2 .col .txt {
	margin: 20px 0px;
  }

  .under .box_product .box2 .col .txt2 {
	padding: 15px;
  }

  .under .box_product .box2 .col img {
	display: block;
	margin: auto;
  }

  .under .box_product .box2 .col1 {
	border-right: 1px solid #d8d8d8;
  }

  .under .box_product .box2 .col1 .content {
	background: #f3ffd2;
  }

  .under .box_product .box2 .col2 .content {
	background: #e7f8fa;
  }
#cont_flashc_tit{ width: 100%; margin:0 auto;}
.flashc_menu3 {background:none; }
#cont_flashc_tit p.img{ max-width:100%;}


#cont_4_tit{ width: 100%; margin:0 auto;}
.cont_menu4 {background:none; }
#cont_4_tit p.img{ max-width:100%;}

#cont_4_sozai_waku {position:relative;height:auto; border:#CCCCCC solid 1px; margin:5px; background:#FFFFFF; }
.cont_4_sozai_t1 { padding:8px 0px 8px 60px; background:url(images/con_1/cont4_04.png) no-repeat left bottom #F7E5CD; font-size:15px; font-weight:bold;}
.cont_4_sozai_t2 { padding:8px 0px 8px 60px; background:url(images/con_1/cont4_05.png) no-repeat left bottom #F7E5CD; font-size:15px; font-weight:bold; border-top:#B99D84 solid 1px;}
.cont_4_sozai_t3 { padding:8px 0px 8px 10px; font-size:15px; font-weight:bold; border-top:#B99D84 solid 1px; border-bottom:#B99D84 solid 1px;background: #F7E5CD}
.cont_4_sozai_t4 { padding:0px;  }
.cont_4_sozai_t4 h3 { margin-bottom:0px !important;font-size:13px;}
.cont_4_sozai_t4 .tit  {width: 100%x; height:20px; padding:10px 0px 10px 40px; font-size:16px; background: url(images/con_1/cont4_06.png) no-repeat left top;}
.cont_4_sozai_t5 {padding:5px; font-size:14px; line-height:20px; }
.cont_4_sozai_t5 img { max-width:40%; float:left ; padding:5px; margin:auto!important; }


#cont1_block{width: 100%; margin:0 auto; }
#cont1_block h2{ margin:0;}
#cont1_block h3{ margin:30px 0 ;}
#cont1_block h4{ margin:0 0 0 0px;}
#cont1_block .cap{ margin:0 0 30px 0px; font-size:13px; line-height:18px;}
#cont1_block .cap1{ margin:0 0 30px 0px; font-size:13px; line-height:18px;}
#cont1_block .samn{ margin:10px;}
#cont1_block .shiyou{ margin:0;}
#cont1_block .shiyou dl{padding: 5px 0;margin: 0 0 5px 0px;}
#cont1_block .shiyou dt{ }
#cont1_block .shiyou dt:after{ width:100%;display: inline-block; content: attr(data-label); padding:4px; background:#996600; color:#FFFFFF; font-size:18px; font-weight:bold;}
#cont1_block .shiyou dt img{ display:none;}
#cont1_block .shiyou dd{ padding: 0 0px;}
#cont1_block .shiyou dd .sam{ padding:20px 0 0 0;}
#cont1_block .shiyou dd .setsu{ padding:20px 0 10px 0;}
#cont1_block .shiyou dd span.big{ font-size:15px;}

#cont1_block .seishin{ margin:0;}
#cont1_block .seishin dl{padding: 5px 0;margin: 0 0 5px 0px;}
#cont1_block .seishin dt{ }
#cont1_block .seishin dt:after{ width:100%;display: inline-block; content: attr(data-label); padding:4px; background:#101443; color:#FFFFFF; font-size:18px; font-weight:bold;}
#cont1_block .seishin dt img{ display:none;}
#cont1_block .seishin dd{ padding: 0 0px; background:#101443;color:#FFFFFF;}
#cont1_block .seishin dd .sam{ padding:20px 0 0 0;}
#cont1_block .seishin dd .setsu{ padding:20px 20px 10px ;}
#cont1_block .seishin dd span.big{ font-size:18px;    display: block;margin-bottom: 10px}

#cont1_block .flashc{ margin:0;}
#cont1_block .flashc dl{padding: 5px 0;margin: 0 0 5px 0px;}
#cont1_block .flashc dt{ }
#cont1_block .flashc dt:after{ width:100%;display: inline-block; content: attr(data-label); padding:4px; background:#C0E3ED; color:#475a5f; font-size:18px; font-weight:bold;}
#cont1_block .flashc dt img{ display:none;}
#cont1_block .flashc dd{ padding: 0 0px; background:#C0E3ED;color:#475a5f;}
#cont1_block .flashc dd .sam{ padding:20px 0 0 0;}
#cont1_block .flashc dd .setsu{ padding:20px 20px 10px ;}
#cont1_block .flashc dd span.big{ font-size:18px;    display: block;margin-bottom: 0px}

#cont1_block .shiyou2{ margin:0;}
#cont1_block .shiyou2 dl{padding: 5px 0;margin: 0 0 5px 0px;}
#cont1_block .shiyou2 dt{ }
#cont1_block .shiyou2 dt:after{ width:100%;display: inline-block; content: attr(data-label); padding:4px; background:#996600; color:#FFFFFF; font-size:18px; font-weight:bold;}
#cont1_block .shiyou2 dt img{ display:none;}
#cont1_block .shiyou2 dd{ padding: 0 0px;}
#cont1_block .shiyou2 dd .sam{ padding:20px 0 0 0;}
#cont1_block .shiyou2 dd .setsu{ padding:20px 0 10px 0;}
#cont1_block .shiyou2 dd span.big{ font-size:15px;}




/*コンテンツ　新築*/

#cont2_1_tit{ width: 100%; margin:0 auto;}
.cont2_menu1 {background:none; }
#cont2_1_tit p.img{ max-width:100%;}

#cont2_block{width: 100%; margin:0 auto; }
#cont2_block h2{ margin:0;}
#cont2_block h3{ margin:30px 0 ;}
#cont2_block h4{ margin:0 0 0 0px;}
#cont2_block .cap{ margin:0 0 30px 0px; font-size:13px; line-height:18px;}
#cont2_block .cap1{ margin:0 0 30px 0px; font-size:13px; line-height:18px;}
#cont2_block .samn{ margin:10px;}
#cont2_block .shiyou{ margin:0;}
#cont2_block .shiyou dl{padding: 5px 0;margin: 0 0 5px 0px;}
#cont2_block .shiyou dt{ }
#cont2_block .shiyou dt:after{ width:100%;display: inline-block; content: attr(data-label); padding:4px; background:#996600; color:#FFFFFF; font-size:18px; font-weight:bold;}
#cont2_block .shiyou dt img{ display:none;}
#cont2_block .shiyou dd{ padding: 0 0px;}
#cont2_block .shiyou dd .sam{ padding:20px 0 0 0;}
#cont2_block .shiyou dd .setsu{ padding:20px 0 10px 0;}
#cont2_block .shiyou dd span.big{ font-size:15px;}

#cont2_block .anshin{ margin:0;}
#cont2_block .anshin dl{
padding: 5px 0;margin: 0 0 5px 0px;}
#cont2_block .anshin dt{ }
#cont2_block .anshin dt:after{ width:100%;display: inline-block; content: attr(data-label); padding:4px; background:#8BB76F; color:#FFFFFF; font-size:18px; font-weight:bold;}
#cont2_block .anshin dt img{ display:none;}
#cont2_block .anshin dd{ padding: 0 0px;}
#cont2_block .anshin dd .sam{ padding:0px;}
#cont2_block .anshin dd span.big{ font-size:14px;}

#cont2_2_tit{ width: 100%; margin:0 auto;}
.cont2_menu2 {background:none; }
#cont2_2_tit p.img{ max-width:100%;}






/*コンテンツ　リフォーム*/

#cont3_1_tit{ width: 100%; margin:0 auto;}
.cont2_menu1 {background:none; }
#cont3_1_tit p.img{ max-width:100%;}
#cont3_3_tit{ width: 100%; margin:0 auto;}
.cont2_menu3 {background:none; }
#cont3_3_tit p.img{ max-width:100%;}

#cont3_block{width: 100%; margin:0 auto; }
#cont3_block h2{ margin:0;}
#cont3_block h3{ margin:30px 0 ;}
#cont3_block h4{ margin:0 0 0 0px;}
#cont3_block .cap{ margin:0 0 30px 0px; font-size:13px; line-height:18px;}
#cont3_block .cap1{ margin:0 0 30px 0px; font-size:13px; line-height:18px;}
#cont3_block .samn{ margin:10px;}
#cont3_block .shiyou{ margin:0;}
#cont3_block .shiyou dl{padding: 5px 0;margin: 0 0 5px 0px;}
#cont3_block .shiyou dt{ }
#cont3_block .shiyou dt:after{ width:100%;display: inline-block; content: attr(data-label); padding:4px; background:#996600; color:#FFFFFF; font-size:18px; font-weight:bold;}
#cont3_block .shiyou dt img{ display:none;}
#cont3_block .shiyou dd{ padding: 0 0px;}
#cont3_block .shiyou dd .sam{ padding:20px 0 0 0;}
#cont3_block .shiyou dd .setsu{ padding:20px 0 10px 0;}
#cont3_block .shiyou dd span.big{ font-size:15px;}

#cont3_block .anshin{ margin:0;}
#cont3_block .anshin dl{
padding: 5px 0;margin: 0 0 5px 0px;}
#cont3_block .anshin dt{ }
#cont3_block .anshin dt:after{ width:100%;display: inline-block; content: attr(data-label); padding:4px; background:#8BB76F; color:#FFFFFF; font-size:18px; font-weight:bold;}
#cont3_block .anshin dt img{ display:none;}
#cont3_block .anshin dd{ padding: 0 0px;}
#cont3_block .anshin dd .sam{ padding:0px;}
#cont3_block .anshin dd span.big{ font-size:14px;}

#cont3_2_tit{ width: 100%; margin:0 auto;}
.cont2_menu2 {background:none; }
#cont3_2_tit p.img{ max-width:100%;}


#cont4_block{width: 100%; margin:0 auto; }
#cont4_block h2{ margin:0;}
#cont4_block h3{ margin:30px 0 ;}
#cont4_block h4{ margin:0 0 0 0px;}
#cont4_block .cap{ margin:0 0 30px 0px; font-size:13px; line-height:18px;}
#cont4_block .cap1{ margin:0 0 30px 0px; font-size:13px; line-height:18px;}
#cont4_block .samn{ margin:10px;}
#cont4_block .shiyou{ margin:0;}
#cont4_block .shiyou dl{padding: 5px 0;margin: 0 0 5px 0px;}
#cont4_block .shiyou dt{ }
#cont4_block .shiyou dt:after{ width:100%;display: inline-block; content: attr(data-label); padding:4px; background:#996600; color:#FFFFFF; font-size:18px; font-weight:bold;}
#cont4_block .shiyou dt img{ display:none;}
#cont4_block .shiyou dd{ padding: 0 0px;}
#cont4_block .shiyou dd .sam{ padding:20px 0 0 0;}
#cont4_block .shiyou dd .setsu{ padding:20px 0 10px 0;}
#cont4_block .shiyou dd span.big{ font-size:15px;}





/*コンテンツ　家具コンセプト*/

#cont4_1_tit{ width: 100%; margin:0 auto;}
.cont4_menu1 {background:none; }
#cont4_1_tit p.img{ max-width:100%;}

#cont_4 { width:100%; margin-bottom:20px;}
.cont_4_leftimg {}
.cont_4_right {margin:0; width:auto !important;}
.cont_4_right img {max-width:100%;}
.cont_4_cap{ font-size:14px; line-height:20px;}
#cont_4_btn { text-align:center; margin-top:30px;}


/* ----------------------------------------------------------------------
 kagu tag
---------------------------------------------------------------------- */
.tagunolink { margin:0; }
.tagunolink ul { list-style: none;}
.tagunolink ul li { background:#EFECE7; border:#C9AD87 solid 1px; margin-bottom:3px; }
.tagunolink {  margin:0 auto; position:relative; font-size:12px; }
.tagunolink a { text-decoration:none;display:block; background:#EFECE7;padding:10px; }
.tagunolink a:hover {  background:#D3C8B4; }




/* ----------------------------------------------------------------------
 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(images/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; min-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;
}

.post_image {
	width: 100%;
	height: auto;
	min-width:100%; }

/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
#single_title { margin:0; }

#postkagu_meta{
	margin-bottom: 20px;
}
#singlekagu_meta { margin:0; padding:3px 15px; font-size:10px; overflow:hidden; background:#eee; list-style: none; }
#singlekagu_meta li { float:left; padding:8px 0; margin:0 15px 0 0; line-height:100%; }
#singlekagu_meta li.post_category { background:url(images/common/icon_category.png) no-repeat left 7px; padding-left:16px; }
#singlekagu_meta li.post_tag { background:url(images/common/icon_tag.png) no-repeat left 7px;  padding-left:16px; }
#singlekagu_meta li.post_comment { background:url(images/common/icon_comment.png) no-repeat left 7px;  padding-left:18px; }
#singlekagu_meta li.post_author { background:url(images/common/icon_author.png) no-repeat left 7px;  padding-left:18px; }

.postkagu .bookmark{
	list-style: none;
	margin: 10px 0 0;
}
.postkagu .bookmark li{
	float: left;
}
.postkagu .bookmark li.social1{
	margin: 0 -190px 0 0;
}
.postkagu .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; }

.postkagu { padding:15px 0 10px; }

.postkagu_image { text-align:center; margin:0 0 15px 0; }

.postkagu img{
	width: 100%;
	height: auto;
	min-width:100%;
}
/* next prev post link */
#previous_next_post_k { margin:0 0 20px; padding:0; }
#previous_next_post_k p { margin:0 0 2px 0; }
#previous_next_post_k a { color:#333; text-decoration:none; line-height:140%; font-size:11px; padding:12px 0; display:block; }
#previous_post_k a { margin:0; padding-left:7%; padding-right:5%; background:#eee url(images/common/arrow_left.png) no-repeat 3% 13px; }
#next_post_k 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_k a:hover { color:#333; }

/* ----------------------------------------------------------------------
 archive 施工
---------------------------------------------------------------------- */
#page-title-sekou{	font-size: 18px;	font-weight: bold;	color: #000;}
#page-title-sekou img{ width:100%; height:auto;}
.headlineobi { margin:0 0 10px; padding:0 15px;line-height:36px;  font-size:15px;  }
.post_list-sekou { background:#fff; border:1px solid #ccc; overflow:hidden; margin:0; }
.post_list-sekou li { border-bottom:1px dotted #ccc; padding:15px 15px 0; margin-bottom:-1px; }
.post_list-sekou ul { overflow:hidden; margin:0 0 5px 0; }
.post_list-sekou ul li { border:none; padding:0; margin:0 0 7px 0; float:left; font-size:11px; line-height:110%; }
.post_list-sekou ul li.post_date { display:block; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ccc; }

.post_list-sekou .info { }
.post_list-sekou .title { font-size:14px; margin:0 0 10px 0; font-weight:normal; }
.post_list-sekou .title a { display:block; }
.post_list-sekou .excerpt { font-size:13px; line-height:170%; margin:0 0 18px 0; }
.post_list-sekou .link { font-size:12px; display:block; background:url(images/common/arrow1.gif) no-repeat left top; padding:0 0 0 30px; height:13px; line-height:13px; margin:0 0 20px 0; }

.post_list-sekou .image img { display:block; margin:0 auto 15px; height:auto; min-width:100%; width:auto; }

.post_list-sekou .bookmark { margin:0 0 -10px 0; }
.post_list-sekou .bookmark li { border:none; padding:0; margin:0 5px 0 0; height:30px; }
.post_list-sekou .bookmark li.social1 { width:140px; }

/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
#single_title-sekou { margin:0; }

#post_meta-sekou{
	margin-bottom: 20px;
}
#single_meta-sekou { margin:0; padding:3px 15px; font-size:10px; overflow:hidden; background:#eee; list-style: none; }
#single_meta-sekou li { float:left; padding:8px 0; margin:0 15px 0 0; line-height:100%; }
#single_meta-sekou li.post_category { background:url(images/common/icon_category.png) no-repeat left 7px; padding-left:16px; }
#single_meta-sekou li.post_tag { background:url(images/common/icon_tag.png) no-repeat left 7px;  padding-left:16px; }
#single_meta-sekou li.post_comment { background:url(images/common/icon_comment.png) no-repeat left 7px;  padding-left:18px; }
#single_meta-sekou li.post_author { background:url(images/common/icon_author.png) no-repeat left 7px;  padding-left:18px; }

.post-sekou .bookmark{
	list-style: none;
	margin: 10px 0 0;
}
.post-sekou .bookmark li{
	float: left;
}
.post-sekou .bookmark li.social1{
	margin: 0 -190px 0 0;
}
.post-sekou .bookmark li.social2{
	margin: 0 -30px 0 0;
}

#news_title-sekou { border:1px solid #ccc; overflow:hidden; }
#news_title-sekou h2 { margin:0; font-size:16px; background:#ccc; color:#fff; padding:10px 15px; line-height:180%; }
#news_title-sekou p { margin:0 15px; font-size:12px; overflow:hidden; }

.post-sekou { padding:15px 0 10px; }
#single_meta-sekou2 { margin:0; padding:3px 15px; font-size:10px; overflow:hidden; background:#FFF; list-style: none; }

.post-sekou_image { text-align:center; margin:0 0 15px 0; }

.post-sekou img{
	width: 100%;
	height: auto;
}


/* ----------------------------------------------------------------------
 side content　
---------------------------------------------------------------------- */
.side_widget3 { margin:0 0 30px 0; font-size:12px; padding:0 ; position:relative; }
.side_widget3 img{ width:100%; height:auto;}
.side_widget3 ul { margin:0; }
.side_widget3 li { line-height:160%; margin:0; padding:0 0 10px; margin: 0 0 10px; background:url(images/common/dot1.gif) repeat-x left bottom; height: auto; }
.side_widget3 li:last-child{ background: none;}

.side_widget3 li ul {
	background:url(images/common/dot1.gif) repeat-x left top;
	margin: 10px 0 0;
}
.side_widget3 li ul li:last-child{ padding-bottom: 0;
}
.side_widget3 li ul li a{
	margin-left: 10px;
}
.side_widget3 a { text-decoration: none; }
.side_widget3 a:hover { text-decoration: underline; }
.side_widget3 img{ width:auto !important; height:auto !important; }
.side_headline3{	height: 18px; padding: 5px;	margin: 0 auto 3px; background:#ACA08A; color:#FFFFFF;}
.side_headline3 img{ display:none;}
.side_headline3 span { font-size:16px; font-weight:bold; }

.news_widget_list .news_phot { clear:both; float:left; width:60px; height:60px; margin:0 5px  0 0;  }
.side_widget3 #side_bg {background: none; margin: 4px; }
.side_widget3 #side_bg img { margin-bottom:20px; margin-right:20px; }
.side_widget3 .news_linkg { float:left;}


.side_widget4 { margin:0 0 30px 0; font-size:12px; padding:0 ; position:relative; }
.side_widget4 img{ width:100%; height:auto;}
.side_widget4 ul { margin:0; }
.side_widget4 li { line-height:160%; margin:0; padding:0 0 10px; margin: 0 0 10px; background:url(images/common/dot1.gif) repeat-x left bottom; height: auto; }
.side_widget4 li:last-child{ background: none;}

.side_widget4 li ul {
	background:url(images/common/dot1.gif) repeat-x left top;
	margin: 10px 0 0;
}
.side_widget4 li ul li:last-child{ padding-bottom: 0;
}
.side_widget4 li ul li a{
	margin-left: 10px;
}
.side_widget4 a { text-decoration: none; }
.side_widget4 a:hover { text-decoration: underline; }
.side_widget4 img{ width:auto !important; height:auto !important; }
.side_headline4{	height: 18px; padding: 5px;	margin: 0 auto 3px; background:#ACA08A; color:#FFFFFF;}
.side_headline4 img{ display:none;}
.side_headline4 span { font-size:16px; font-weight:bold; }

.news_widget_list .news_phot { clear:both; float:left; width:60px; height:auto; margin:0 5px  0 0;  }
.side_widget4 #side_bg {background: none; margin: 4px; }
.side_widget4 #side_bg img { margin-bottom:4px; }
.side_widget4 .news_linkg { float:left; margin:0px;}


/* --- kirakuna　------- */
.post-sekou2 { padding:10px; background:#FFFFFF; }


.post-sekou2 img{padding:5px;
	max-width:100%;
	height: auto;
}
.post-sekou2 P{ clear: both;
}
#single_title-sekou2 { margin-bottom:10px; padding:10px; background:#FFF; }

.tagunowaku { margin:0; overflow: hidden;
}
.tagunowaku .tagl {float: left;display: block;font-size:14px; margin-right:5px; border:#C9AD87 solid 1px;}
.tagunowaku a { width:auto; text-decoration:none;display:block; background:#EFECE7;padding:5px; }
.tagunowaku a:hover {  background:#D3C8B4; }



/* --- mail　------- */

.wpcf7 { background:#FFFFFF; padding:5px!important;}
.soushinwaku {width:100%; text-align:center;}


#cont_mail1_tit{ width: 100%; margin:0 auto;}
.cont_menumail1 {background:none; }
#cont_mail1_tit p.img{ max-width:100%;}


#cont_mail2_tit{ width: 100%; margin:0 auto;}
.cont_menumail2 {background:none; }
#cont_mail2_tit p.img{ max-width:100%;}


#cont_mail3_tit{ width: 100%; margin:0 auto;}
.cont_menumail3 {background:none; }
#cont_mail3_tit p.img{ max-width:100%;}


#cont_mail4_tit{ width: 100%; margin:0 auto;}
.cont_menumail4 {background:none; }
#cont_mail4_tit p.img{ max-width:100%;}
