/* ----------------------------------------------------------------------

 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;
	word-wrap: break-word;
}

/* layout */
#contents {
	width: 100%;
}

#main_col {
	padding: 15px 15px 0;
}

#side_col {
	padding: 30px 15px 0px;
	border-top: 1px solid #ccc;
}

#index_top_wrap {
	width: 100%;
	background: #f2f2f2;
}

#index_top {
	position: relative;
	margin: 0 15px;
	padding: 10px 0 0;
}

/* headline */
.headline1 {
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin: 0 0 18px 0;
	font-size: 18px;
}

.headline1 span {
	/*border-bottom:4px solid #ccc;*/
	padding: 0 0 10px 0;
	margin: 0;
	display: inline-block;
}


/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
a,
a:visited {
	outline: none;
	color: #065EAE;
	text-decoration: none;
}


/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info {
	margin: 0 0 50px 0;
	padding: 1px 0 0 0;
}

#company_info p {
	margin: 0;
}

#company_info dl {
	margin: 0 0 40px 0;
}

#company_info dt {
	background: #f2f2f2;
	margin: 0 0 5px 0;
	line-height: 200%;
	font-weight: bold;
	font-size: 12px;
	padding: 0 10px;
}

#company_info dd {
	margin: 0 0 10px 0;
	line-height: 200%;
	padding: 0 10px;
}

#company_map {
	text-align: right;
}

#company_map a {
	color: #333;
}

#company_map iframe {
	width: 100%;
}

#company_map_desc {
	padding: 20px 0 0;
}




/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* slider */
#slider {
	z-index: 1;
	margin: 0 0 10px 0;
}

#slider img {
	width: 100%;
	height: auto;
	display: block;
}

/* top banner */
#index_banner ol {
	margin: 0;
	padding: 0;
}

#index_banner ol li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

#index_banner img {
	display: block;
	width: 100%;
	height: auto;
}

/* news */
#index_news {
	position: relative;
	margin-top: 40px;
}

#index_news ol {
	margin: 0 0 15px 0;
	padding: 0;
}

#index_news ol li {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 10px;
	background: #f2f2f2;
	font-size: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#index_news ol li .date {
	font-size: 12px;
	margin: 0 10px 0 0;
	line-height: 100%;
	color: #999;
}

#index_news ol li .title {
	line-height: 150%;
	padding: 7px 0 0;
	margin: 0;
}

#index_news ol li .title a {
	display: block;
	text-decoration: none;
}

/* archive link */
.index_archive_link a {
	position: absolute;
	right: 0px;
	top: 5px;
	font-size: 11px;
	text-decoration: none;
}

.index_archive_link a:hover {
	text-decoration: underline;
}

/* index center banner */
#index_center_banner {
	display: block;
	margin: 0 0 40px 0;
}

#index_center_banner img {
	width: 100%;
	height: auto;
	display: block;
}

/* product */
#index_product {
	position: relative;
	margin: 0 0 10px 0;
}

#index_product ol {
	margin: 0;
	padding: 0;
}

#index_product ol li {
	list-style-type: none;
	margin: 0 0 4px 0;
	padding: 0;
	vertical-align: top;
	display: inline-block;
}

#index_product ol li .image {
	display: block;
	background: #fff;
}

#index_product ol li .image img {
	display: block;
	width: 142px;
	border: 1px solid #ccc;
	transition-property: opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	-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;
	text-align: center;
}

#index_product ol li .image:hover img {
	opacity: 0.5;
}

#index_product ol li .category {
	background: #999;
	color: #fff;
	padding: 0;
	line-height: 40px;
	overflow: hidden;
	font-size: 12px;
	width: 142px;
	height: 40px;
	text-align: center;
}

#index_product ol li .category a {
	text-decoration: none;
	color: #fff;
}

#index_product ol li .category a:hover {
	text-decoration: underline;
}

#index_product ol li .title {
	font-size: 14px;
	margin: 15px 0 10px;
}

#index_product ol li .title a {
	text-decoration: none;
}

#index_product ol li .desc {
	font-size: 12px;
	margin: 10px 0;
	line-height: 160%;
}

#index_product .index_product_kiki {
	text-align: center;
}

#index_product .image img {
	width: 200px;
}

/* blog */
#index_blog {
	position: relative;
	margin: 0 0 40px 0;
}

#index_blog ol {
	margin: 0;
	padding: 0;
}

#index_blog ol li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #aaa;
}

#index_blog ol li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

#index_blog ol li .image {
	float: left;
	margin: 0 15px 0 0;
	background: #fff;
}

#index_blog ol li .image img {
	display: block;
	transition-property: opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	-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;
}

#index_blog ol li .image:hover img {
	opacity: 0.5;
}

#index_blog ol li .date {
	margin: 0;
	font-size: 12px;
	color: #999;
}

#index_blog ol li .title {
	margin: 0;
	font-size: 14px;
}

/* footer banner */
#footer_banner li {
	margin: 0 0 15px 0;
}

#footer_banner li img {
	width: 100%;
	height: auto;
	display: block;
}




/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list {
	position: relative;
	margin: 0 0 10px 0;
}

#product_list ol {
	margin: 0;
	padding: 0;
}

#product_list ol li {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0;
	vertical-align: top;
	display: inline-block;
}

#product_list ol li .image {
	display: block;
	background: #fff;
}

#product_list ol li .image img {
	display: block;
	width: 142px;
	/*height:130px;*/
	border: 1px solid #ccc;
	transition-property: opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	-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;
}

#product_list li .image:hover img {
	opacity: 0.5;
}

#product_list li .title {
	font-size: 12px;
	margin: 0 0 10px 0;
	text-shadow: none;
}

#product_list li .title a {
	text-decoration: none;
	display: block;
	padding: 10px;
	background: #999;
	color: #fff;
	overflow: hidden;
	transition-property: background;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background;
	-moz-transition-duration: 0.4s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background;
	-o-transition-duration: 0.4s;
	-o-transition-timing-function: ease;
}

#product_list li .title a:hover {
	background: #333;
}

/* news */
#news_list {
	position: relative;
}

#news_list {
	margin: 0 0 15px 0;
	padding: 0;
}

#news_list li {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 10px;
	background: #f2f2f2;
	font-size: 13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#news_list li .date {
	font-size: 12px;
	margin: 0 10px 0 0;
	line-height: 100%;
	color: #999;
}

#news_list li .title {
	line-height: 150%;
	padding: 7px 0 0;
	margin: 0;
}

#news_list li .title a {
	display: block;
	text-decoration: none;
}

/* blog */
#post_list {
	margin: 0;
	padding: 0;
}

#post_list li {
	border-bottom: 1px dotted #aaa;
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
}

#post_list .image {
	display: block;
	background: #fff;
	margin: 0 0 15px 0;
}

#post_list .image img {
	display: block;
	padding: 20px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	transition-property: opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	-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;
}

#post_list .image:hover img {
	opacity: 0.5
}

#post_list .no_thumbnail .info {
	float: none;
	width: auto;
}

#post_list .post_date {
	font-size: 12px;
	width: 54px;
	height: 54px;
	text-align: center;
	margin: 0 15px 15px 0;
	line-height: 100%;
	float: left;
	background: #bbb;
	position: relative;
}

#post_list .date {
	color: #fff;
	display: block;
	position: absolute;
	top: 10px;
	width: 54px;
}

#post_list .month {
	color: #fff;
	display: block;
	position: absolute;
	bottom: 10px;
	width: 54px;
}

#post_list .title {
	font-size: 16px;
	line-height: 180%;
	margin: 0 0 15px 0;
}

#post_list .title a {
	text-decoration: none;
}

#post_list .title a:hover {
	text-decoration: underline;
}

#post_list .desc {
	clear: both;
}

#post_list ul {
	margin: 0;
}

#post_list li li {
	border: none;
	margin: 0 25px 5px 0;
	padding: 0;
	float: left;
	font-size: 12px;
}

#post_list li.meta_category {
	background: url(img/common/icon_category.png) no-repeat left 3px;
	padding-left: 15px;
}

#post_list li.meta_tag {
	background: url(img/common/icon_tag.png) no-repeat left 3px;
	padding-left: 15px;
}

#post_list li.meta_comment {
	background: url(img/common/icon_comment.png) no-repeat left 3px;
	padding-left: 15px;
}

#post_list li.meta_author {
	background: url(img/common/icon_author.png) no-repeat left 3px;
	padding-left: 15px;
}




/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a {
	text-decoration: none;
}

#product_headline a:hover {
	text-decoration: underline;
}

.product_title {
	margin: 0 0 20px 0;
}

/* slider */
#product_image_slider_wrap {
	width: 100%;
	background: #f2f2f2;
	padding: 10px;
	position: relative;
	margin: 0 0 20px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#product_image_slider_wrap #loader {
	display: none;
}

#product_image_slider {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#product_image_slider img {
	width: 100%;
	height: auto;
}

/* thumbnail */
.nivo-controlNav {
	padding: 10px 0 0 0;
	margin: 0 -4% 0 0;
}

.nivo-controlNav a {
	cursor: pointer;
	margin: 0 3% 0 0;
	display: block;
	float: left;
	width: 30%;
}

.nivo-controlNav a img {
	display: block;
	opacity: 0.3;
	width: 100%;
}

.nivo-controlNav a.active img,
.nivo-controlNav a:hover img {
	opacity: 1;
}

/* no slider */
#product_image {
	background: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#product_image img {
	display: block;
	width: 100%;
	height: auto;
}

/* bookmark */
.bookmark {
	margin: 0 0 30px 0;
}

.bookmark li {
	float: left;
	margin: 0 10px 0 0;
}




/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
.side_widget {
	margin: 0 0 25px 0;
	font-size: 12px;
}

/* search */
.widget_search #search-box,
.widget_search #s,
.google_search #search_input {
	width: 70%;
	padding: 0 2%;
}

.widget_search #search-btn input,
.widget_search #searchsubmit,
.google_search #search_button {
	width: 24%;
}

/* recommend product list */
.tcdw_recommend_product_list_widget li {
	width: 23%;
	margin: 0 2% 2% 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.tcdw_recommend_product_list_widget li img {
	width: 100%;
	height: auto;
}

#footer .tcdw_recommend_product_list_widget li img {
	width: 100%;
	height: auto;
}

#footer .tcdw_recommend_product_list_widget li {
	margin: 0 2% 5% 0;
}




/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header_wrap {
	width: 100%;
}

#header {
	width: 100%;
	min-height: 32px;
	padding: 7px 0 9px;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	background: #fff;
}

#description {
	display: none;
}

/* logo */
#logo_text,
#logo_image {
	margin: 7px 0 0 15px;
	line-height: 120%;
	float: left;
	font-size: 18px;
	font-weight: normal;
	width: 40%;
	overflow: hidden;
}

#logo_text a,
#logo_image a {
	color: #333;
	text-decoration: none;
	display: block;
}

#logo_image img {
	width: 90%;
}

/*#logo_image a:before { content:attr(title); }*/

/* global menu */
#header a.menu_button {
	position: absolute;
	right: 15px;
	margin: 6px 0 0 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: #aaa;
	color: #fff;
}

#header a.active {
	color: #fff;
	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: 10px;
	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 li {
	margin: 0;
	line-height: 100%;
}

#global_menu li a {
	display: block;
	border: 1px solid #ccc;
	margin: 0 0 -1px 0;
	padding: 10px 10px 10px 30px;
	line-height: 160%;
	text-decoration: none;
	background: #fff url(img/common/arrow4.png) no-repeat 16px 18px;
	color: #333;
}

#global_menu li a:hover {
	background-color: #aaa;
	color: #fff;
}

#global_menu li li a {
	padding-left: 45px;
	background: #fff url(img/common/arrow4.png) no-repeat 31px 18px;
}

#global_menu li li li a {
	padding-left: 60px;
	background: #fff url(img/common/arrow4.png) no-repeat 46px 18px;
}

#global_menu li li li li a {
	padding-left: 75px;
	background: #fff url(img/common/arrow4.png) no-repeat 61px 18px;
}




/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post {
	padding: 15px 0 0;
}

.post p {
	margin: 0 0 0 4px;
	padding: 0;
	line-height: 180%;
}

/* title */
#post_title {
	margin: 0 0 5px 0;
}

#post_title h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 160%;
}

#post_title .post_date {
	font-size: 12px;
	width: 54px;
	height: 54px;
	text-align: center;
	margin: 0 15px 5px 0;
	line-height: 100%;
	float: left;
	background: #bbb;
	position: relative;
}

#post_title .date {
	color: #fff;
	display: block;
	position: absolute;
	top: 10px;
	width: 54px;
}

#post_title .month {
	color: #fff;
	display: block;
	position: absolute;
	bottom: 10px;
	width: 54px;
}


/* post thumbnail */
.post_image {
	text-align: center;
	margin: 0 0 30px 0;
}

.post_image img {
	margin: 0;
	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: 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: #00a2d9;
	color: #fff;
}


/* meta and bookmark */
#post_meta {
	border-bottom: 1px dotted #aaa;
	margin: 0 0 40px 0;
	padding: 15px 0;
}

#post_meta #meta {
	float: left;
	width: 60%;
	margin: 0;
	font-size: 12px;
}

#post_meta #meta li {
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 160%;
}

#post_meta #meta li.meta_author {
	background: url(img/common/icon_author.png) no-repeat left 5px;
	padding: 0 0 0 18px;
}

#post_meta #meta li.meta_comment {
	background: url(img/common/icon_comment.png) no-repeat left 5px;
	padding: 0 0 0 18px;
}

#post_meta #meta li.meta_category {
	background: url(img/common/icon_category.png) no-repeat 3px 4px;
	padding: 0 0 0 18px;
}

#post_meta #meta li.meta_tag {
	background: url(img/common/icon_tag.png) no-repeat left 5px;
	padding: 0 0 0 18px;
}

#post_meta .bookmark {
	float: right;
	margin: 0;
}

#post_meta .bookmark li {
	float: left;
	margin: 0 0 0 10px;
}


/* related post*/
#related_post {
	margin: 0 0 35px 0;
}

#related_post .headline {
	font-size: 18px;
	margin: 0 0 12px 0;
	line-height: 100%;
}

#related_post ul {
	margin: 0;
}

#related_post li {
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	padding: 10px;
}

#related_post .image {
	float: left;
	margin: 4px 15px 0 0;
	background: #fff;
}

#related_post .image img {
	width: 72px;
	height: 72px;
	display: block;
	transition-property: opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	-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;
}

#related_post .image:hover img {
	opacity: 0.5;
}

#related_post .date {
	margin: 0 0 5px 0;
	line-height: 100%;
	font-size: 12px;
	color: #999;
}

#related_post .title {
	font-size: 14px;
	margin: 0;
}

#related_post .title a {
	text-decoration: none;
	display: block;
}

#related_post .desc {
	margin: 4px 0 0 6px;
}

/* next prev post link */
#previous_next_post {
	margin: 0 0 25px 0;
	padding: 0;
}

#previous_post,
#next_post {
	margin: 0 0 5px 0;
}

#previous_post a {
	margin: 0;
	line-height: 140%;
	font-size: 14px;
	background: url(img/common/arrow_left.gif) no-repeat left 2px;
	padding: 7px 0 18px 30px;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px 0;
	display: block;
}

#next_post a {
	margin: 0;
	line-height: 140%;
	font-size: 14px;
	background: url(img/common/arrow_right.gif) no-repeat right 2px;
	padding: 7px 30px 8px 0;
	display: block;
}


/* 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;
}




/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
/* footer top area */
#footer {
	clear: both;
	width: 100%;
	background: #f4f4f4;
}

#footer_inner {
	position: relative;
	font-size: 11px;
	padding-top: 20px;
}

#footer li {
	line-height: 170%;
	margin: 0 0 10px 0;
	padding: 0;
}

/* widget area */
#footer_widget {
	margin: 0 15px;
}

.footer_widget {
	margin: 0 0 20px 0;
}

#footer .last_widget {
	margin: 0;
}

.footer_headline {
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #aaa;
}

.footer_widget ul {
	margin: 0;
}

.footer_widget li ul {
	margin: 10px 0 0 0;
}

.footer_widget img {
	height: auto;
	max-width: 100%;
	width: auto;
}


/* copyright area */
#copyright {
	width: 100%;
	background: #999;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	color: #fff;
}

/* menu */
#footer_menu {
	margin: 0;
	padding: 0;
}

#footer_menu ul {
	margin: 0;
	border-bottom: 1px dotted #ccc;
}

#footer_menu li {
	margin: 0;
	line-height: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}

#footer_menu li:last-child {
	border: none;
}

#footer_menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(img/common/arrow2.gif) no-repeat 15px 18px;
	padding: 15px 15px 12px 25px;
}

#footer_menu li a:hover {
	background-color: #aaa;
	color: #fff;
	text-decoration: none;
}

/* return top */
#return_top {
	z-index: 999;
	position: fixed;
	bottom: 4px;
	right: 5px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #bbb url(img/footer/return_top.png) no-repeat center center;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	transform: translateZ(1px);
}

/* social link */
#social_link {
	display: none;
}

/* copyright */
#copyright p {
	margin: 10px 0 10px 15px;
	float: left;
	font-size: 12px;
}

#copyright a {
	text-decoration: none;
	color: #fff;
}

#copyright a:hover {
	text-decoration: underline;
}


/* table 201510追記*/
.post table {
	margin: 0 0 10px 10px;
	max-width: 600px;
	font-size: 80%;
}

.post td,
.post th {
	border: 1px solid #ccc;
	padding: 4px 6px 2px;
	line-height: 2;
}

.post th {
	background: #f2f2f2;
	font-weight: normal;
}

/* li 201510追記*/
.post li {
	list-style: disc outside none;
	margin-left: 10px;
}

/* li 201510追記  */
.under-line li {
	border-bottom: 1px dashed #89B717;
	margin-bottom: 20px;
}

/* recipe 201510追記  */
.base_recipe {
	margin-top: 0.2em;
	margin-left: 8px;
	display: block;
	clear: both;
	line-height: 1.2em;
	overflow: hidden;
	width: 98%;
}

/* li 201510追記  */

/* h4 2色のアンダーライン 201510追記  */
h4 {
	position: relative;
	border-bottom: 4px solid #ccc;
	padding: 2px;
}

h4::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #E50012;
}

#pl-431 h4 {
	width: 90%;
	font-size: 110%;
}

/* h4 2色のアンダーライン 201510追記  */
/* dl　商品ページのレイアウト調整  */
#box_kiki img {
	padding: 0 20px 10px 20px;
	float: none;
}

/* dl　商品ページのレイアウト調整  */

/* TOP小バナー　矢印のレイアウト調整  */
.film_roll_prev,
.film_roll_next {
	position: absolute;
	top: 36%;
	left: 2px;
	width: 40px;
	height: 40px;
	/* margin: -10px 0 0 0; */
	padding: 0;
	font-size: 40px;
	font-weight: 100;
	line-height: 40px;
	color: white;
	text-align: center;
	background: #222;
	border: 3px solid white;
	border-radius: 23px;
	opacity: 0.5;
	text-decoration: none;
}

.film_roll_next {
	left: auto;
	right: 2px
}

/* TOP小バナー　矢印のレイアウト調整  */
.post h2 {
	font-size: 140%;
	/*padding-bottom: .5em;*/
	border-bottom: 3px double #EC0519;
	font-size: 140%;
	text-align: center;
	margin: 10px 0 20px 0;
	background-color: #FFF;
}

.service_h2 {
	text-align: left;
}

.service_h2 span {
	margin: 0;
	padding: 0;
}

.service_h2::before {
	content: none;
}

#pl-431 h3 {
	/*padding:12px 0 0 50px;*/
	background-color: #FFF;
	margin: 4px 0 20px 4px;
	font-size: 120%;
	position: relative;
}

h3.bar::before {
	content: none;
}

h3.bar::after {
	content: none;
}

h3_test {
	padding: .25em 0 .25em .75em;
	border-left: 2px solid #EC0519;
}

.sp_title {
	width: 142px;
}

/*リフォームの画像調整*/
.reform_polaroids {
	margin: 0 0 0 20px;
}

.label_reform_img {
	margin: -10px 0;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.label_reform_photo {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	margin: 0 0 0 20px;
}

#voice_w {
	width: 100%;
}

.voice {
	margin: 0 16px 0 0;
	float: left;
}

.voice_text {
	font-size: 90%;
	float: none;
}

.voice_m {
	font-size: 90%;
}



/*ぱんくず調整*/
.breadcrumbs {
	margin-left: 10px;
}

/*.page_navi a, a:visited{color:#FFF;}*/

/* オススメ商品のレイアウト調整 201510追記  */
.kiki_txt {
	clear: both;
}

#kiki_wrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	padding: 10px;
}

.kiki_btn {
	width: 300px;
}

.w_top li {
	line-height: 180%;
	font-size: 120%;
}

.w_title {
	margin-top: -20px;
}

/*デザイン調整*/
.post h3 {
	margin-left: 0;
	text-align: center;
}

.post h4 {
	margin-left: 0;
	margin-right: 0;
}

.l-flo {
	margin-left: 0;
}

.kiki_logo_box {
	clear: both;
}

/* レイアウト調整 201601追記  ここから*/
/* 横並びddのstyle 201510追記  */
#box_m {
	/*width : 320px;*/
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	margin: 4px 12px 0 10px;
	/*padding : 10px;*/
	padding: 0 10px;
	float: left;
	font-size: 12px;
	box-sizing: border-box;
}

div#list_mark {
	margin-left: -5px;
}

.centered-sp {
	margin: 0 auto 20px;
}

.l-flo_mb20 {
	float: left;
	margin-bottom: 20px;
}

.sp-mt-50 {
	margin-top: -50px !important;
}

#rinen-box {
	max-width: 215px;
	margin: auto;
}

#rinen li {
	list-style-type: none;
}

#box dl {
	float: none;
	margin: 4px auto 0;
}

#gasfeeTable table.tbody,
#gasfeeTable tr,
#gasfeeTable td {
	display: block;
}

.sp-none {
	display: none !important;
}

#index_product ol li,
#product_list ol li {
	text-align: center;
}

#kiki_menu .button_kiki_box {
	max-width: 290px;
	margin: 0 auto;
}

#kiki_menu .button_kinou {
	margin: 0 10px 20px;
	width: 120px;
}

#kiki_menu .button_kiki_img {
	display: inline-block;
}

.img_2c {
	max-width: 260px;
}

.sp-center {
	width: 250px;
	margin: 0 auto !important;
}

.sp-margin-none {
	margin: 0 !important;
}

.lpfee-img-center {
	margin: 0 auto !important;
	width: 210px;
}

/* sale用box*/
.box_sale_txt {
	font-size: 160%;
	color: #FFF;
}

.box_sale_txt_s {
	font-size: 115%;
	color: #FFF;
}

.hidden {
	visibility: hidden;
}

.sp-yuwakasi {
	float: left;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.sp-yuwakasi2 {
	float: none;
	margin: 30px 0px 0px 10px !important;
}

.sp-initial {
	float: none;
	margin: 0 !important;
}

.center2 {
	text-align: center;
	margin: 0 auto;
}

.sp-left {
	text-align: left !important;
}

.maxw-300 {
	max-width: 300px;
}

.gasoven-img {
	max-width: 160px;
	margin: 0 auto;
}

.sp-kiki_img {
	float: none;
	display: block;
	width: 160px;
	margin: 0 auto;
}

.base_recipe ol.under-line li {
	list-style-type: decimal;
}

.block {
	display: block !important;
}

.sp-dishwasher {
	width: 100%;
	padding-left: 0;
}

/* レイアウト調整 201601追記  ここまで*/

/*2016/09/06 add */
/* SP版SEO対策ワードをfooterに追加 */
.footer_seo_text {
	display: block;
	margin: 0 15px;
	font-size: 9px;
	color: #ffffff;
	margin-top: 10px;
}

/*sp.cssの際はpc_textを非表示*/
.header_seo_text {
	display: none;
}

/* レイアウト調整 20170307追記  ここから*/
.section {
	background-color: #FFF;
	padding: 1px;
	font-size: 14px;
}

.section .inner {
	clear: both;
	padding: 0;
	background-color: #FFF;
}

.section .inner p {
	padding: 0;
	margin: -5px 0 10px;
	line-height: 1.4em;
}

.simu_topics {
	text-align: center;
	color: #505050;
	font-size: 1.2em;
	padding: 0 8px 10px;
}

.simu_caption_plan {
	color: #12a6d0;
	font-size: 1.4em;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	margin-bottom: 4px;
	background-color: #e3f3f7;
}

.simu_image {
	text-align: center;
}

.simu_comment {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 15px;
	border-bottom: 4px solid #c8c37a;
}

.simu_comment_image {
	text-align: center;
	margin-bottom: -6px;
}

.simu_comment_image img {
	width: 200px;
}

.simu_comment_detail {
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 1.15em;
	line-height: 1.6em;
	background-color: #fcfad8;
	border-top: 2px solid #bfae0e;
}

.complex_tbl {
	clear: both;
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-bottom: 20px;
	display: block;
}

.complex_tbl thead {
	display: none;
}

.complex_tbl tbody {
	display: block;
}

.complex_tbl tbody tr {
	display: block;
	margin-bottom: 15px;
	border-left: 1px solid #12a6d0;
	border-right: 1px solid #12a6d0;
}

.complex_tbl tbody th,
.complex_tbl tbody td {
	display: list-item;
	border: none;
	line-height: 1.0;
}

.complex_tbl tbody th {
	text-align: center;
	margin-bottom: 0;
	padding: 6px 10px;
	list-style-type: none;
	color: #FFF;
	font-weight: bold;
	background-color: #12a6d0;
}

.complex_tbl tbody td {
	margin-left: 0;
	padding: 4px 8px;
	list-style-type: none;
	text-align: center;
}

.complex_tbl em {
	color: #333333;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
}

.complex_tbl.sp_headline tbody td:nth-of-type(1):before {
	content: "Kwh： ";
}

.complex_tbl.sp_headline tbody td:nth-of-type(2):before {
	content: "東京電力： ";
}

.complex_tbl.sp_headline tbody td:nth-of-type(3):before {
	content: "ミツウロコ： ";
}

.complex_tbl.sp_headline tbody td:nth-of-type(4):before {
	content: "";
}

.complex_tbl .get_kwh {
	background-color: #f9f9f9;
}

.complex_tbl .get_before {
	background-color: #fff;
}

.complex_tbl .get_after {
	background-color: #fef345;
}

.complex_tbl .get_otoku {
	background-color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	color: #d04812;
}

.complex_tbl .get_otoku em {
	color: #d04812;
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
}

/* レイアウト調整 20170307追記  ここまで*/