/* html */
html{
	background-color:#FFFFFF;
}

/* body */
body{
	font-size:14px;
	line-height:20px;
	font-family:Meiryo, メイリオ, sans-serif;
	background-color:#FFFFFF;
	color:#444444;
}

h1{
	margin: 0 0 10px;
	overflow:hidden;
}

h2{
    margin: 0 0 10px 0;
    border-bottom:solid 3px #BBB;
	width:510px;
	overflow:hidden;
}

h3{
	background-image:url(../image/common/h3_back.png );
	font-size:120%;
	margin: 0 0 10px 0px;
	padding: 0 0 2px 16px;
	border-bottom:solid 3px #BBB;
	overflow:hidden;
}
h4{
	font-size:120%;
	margin: 0 0 10px 0px;
	overflow:hidden;
	border-bottom:solid 3px #BBB;
}
/* 最低下層 */
.page_content{
	width:960px;
	text-align:left;
	margin:0 auto 0 auto;
	overflow:hidden;
	clear:both;
}
.page_content_tite{
	width:960px;
	text-align:left;
	margin:0 auto 0 auto;
	overflow:hidden;
	clear:both;
}

.page_content img{
	max-width:100%;
}

/* ヘッダ */
#header_box{
	background-image:url(../image/common/header_back.png);

}
#header{
	width:100%;
	padding:0 0 1px 0;
	text-align:center;
}
#header img{
	max-height:120px;
	max-width:100%;
}
#header .on_margin{
	margin-top:10px;
}
#header .non_margin{
	margin-top:5px;
}
#logo{
	text-align:left;
}
#logo img{
	padding-bottom:5px;
	max-height:120px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#logo img:HOVER{
	opacity:0.7;
}
#logo img:ACTIVE{
	opacity:0.5;
}

.sub_logo{
	text-align:right;
}

/* グローバルナビ */
#gnavi_box{
	color:#FFFFFF;
	text-align:center;
	padding:14px 0 6px 0;
}
#gnavi{
	list-style: none outside none;
	clear:both;
	text-align:center;
}
#gnavi li{
	width:188px;
	float:left;
	border-bottom:solid 4px #E0E0E0;
	margin-right:4px;
	padding-bottom:6px;
}
#gnavi .last{
	width:192px;
	margin-right:0;
}
#gnavi li img{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
#gnavi li img:HOVER{
	opacity:0.5;
}
#gnavi li img:ACTIVE{
	opacity:0.3;
}


/* グローバルナビ トグルボタン */
#toggle_menu{
	padding:0 10px 0 0;
	text-align:right;
}
#toggle_menu img{
	cursor:pointer;
}


/* スライダーボックス */
#slider_box{
	background-color:#00983e;
	text-align:center;
}

/* コンテンツタイトル */
.contents_title{
	background-color:#00983E;
	padding:0;
}
.contents_title img{
	width:100%;
}


/* パンくず */
.foot_step{
	width:"960";
	margin:16px 0 10px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	content:"...";
}
.foot_step a, .foot_step a:HOVER{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.foot_step a:HOVER{
	color:#888888;
}

/* SNS */
.sns{
	margin:25px 0 15px 0;
}

/* 横幅無制限 */
.no_limit_content{
	width:100%;
}
.no_limit_content .page_content{
	padding:10px;
}
/* 横幅制限あり */
.limit_content{
	width:100%;
	background-color:#FFFFFF;
	padding:10px;
}
/* メイン・サイド分割 */
.side_content{
	padding:10px 0;
}
.side_menu{
	padding:10px 0;
	text-align:center;
}
.side_menu ul{
	list-style: none outside none;
	clear:both;
	text-align:center;
}

/* サイドバナー */
.side_menu .banner img{
	margin-bottom:14px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	max-width:100%;
}
.side_menu .banner img:HOVER{
	opacity:0.7;
}
.side_menu .banner img:ACTIVE{
	opacity:0.5;
}
/* サイド メニュー一覧 */
.side_menu .list{
	margin-bottom:20px;
}
.side_menu .list .title{
	padding:14px 5px 10px 5px;
	background-color:#c4d9cf;
	color:#444444;
	font-size:16px;
	line-height:16px;
}
.side_menu .list ul{
	background-color:#f2f6f4;
	font-size:12px;
}
.side_menu .list ul li{
	text-align:left;
	padding:10px;
	border-bottom:dotted 1px #CCCCCC;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.side_menu .list ul li:HOVER,
.side_menu .list ul .on{
	color:#666666;
	background-color:#d8f1e5;
}
.side_menu .list ul li:ACTIVE{
	color:#333333;
	background-color:#eeeeee;
}
.side_menu .list ul li a{
	display:block;
	color:inherit;
	text-decoration:none;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	content:"...";
}

/* ページトップボタン */
.pagetop{
	clear:both;
	overflow:hidden;
	text-align:right;
	padding:10px 0 0 0;
}
.pagetop *{
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.pagetop *:HOVER{
	opacity:0.8;
}

/* フッタ */
#footer{
	padding:10px;
	background-image:url(../image/common/footer_back.png);
	color:#FFFFFF;
	font-size:14px;
}
#footer li{
	text-align:left;
	margin-bottom:5px;
}
#footer a{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#footer a:HOVER{
	color:#444444;
}
#footer ul{
	list-style: none outside none;
	margin-bottom:10px;
	text-align:center;
	clear:both;
	overflow:hidden;
}
#footer #address{
	margin-bottom:10px;
}
#footer #navi{
	text-align:right;
	margin-bottom:10px;
}
#footer #copyright{
	margin:16px 0 10px 0;
	text-align:right;
}

/* Action */
.acttext {
	font-size:120%;
	color:#4444AA;
	font-weight:500;
	line-height:160%;
	margin:20px 0 20px 0;
}


/* 新着情報 */
.information{
	background-color:#FFFFFF;
	margin:0 0 20px 0;
	padding:0;
}
.information dt{
	padding:4px 0 0 8px;
	color:#008822;
	font-size:12px;
	margin-top:0px;
}
.information dd{
	padding:5px 5px 0 8px;
	color:#008822;
	border-bottom:dotted 1px #AAAAAA;
	padding-bottom:4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.information dd:HOVER{
	color:#333333;

}
.information dd:ACTIVE{
	color:#222222;

}
.information a{
	display:block;
	height:100%;
	width:100%;
	color:inherit;
	text-decoration:none;
}

/* 表紙商品表示 */
.top_goos_title{
	margin:10px 10px 10px 10px;
	font-size:16px;
	font-weight: 600;
}

.top_goods_text{
	margin:10px 10px 18px 10px;
	font-size:14px;
}

/* コンテンツ内容 日付 */
.date_content{
	text-align:right;
	margin:10px 0 10px 0;
}
.date_content a{
	text-decoration:none;
}

/* コンテンツ内容 文章 */
.text_content{
	margin:0 0 10px 0;
	line-height:24px;
	color:#555555;
}
.text_content img{
	margin-top:10px;
	margin-bottom:10px;
	max-width:100%;
}

.image_content{
	margin:10px 0 20px 0;
}


/* モバイル可変 表 */
.responsive_scale{
	overflow:hidden;
	clear:both;
	padding:10px 0 0 0;
	border-bottom:solid 1px #555555;
}
.responsive_scale .title{
	overflow:hidden;
	clear:both;
	width:140px;
	float:left;
	margin-bottom:10px;

}
.responsive_scale .value{
	float:left;
	width:480px;
	margin-bottom:10px;

}
.responsive_scale .title1{
	overflow:hidden;
	clear:both;
	width:600px;
	float:left;
	line-height:160%;
	margin:15px 0 15px 0;
}
/* サムネイル一覧 */
.thumb_list{
	clear:both;
	overflow:hidden;
	margin-bottom:24px;
}
.thumb_list h2{
	font-size:14px;
	line-height:20px;
	padding:0 0 10px 0;
}
.thumb_list .thubm_col_left,
.thumb_list .thubm_col_right,
.thumb_list .thubm_col_center{
	margin-bottom:28px;
	padding-right:10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.thumb_list .thubm_col_left:HOVER,
.thumb_list .thubm_col_right:HOVER,
.thumb_list .thubm_col_center:HOVER{
	opacity:0.7;
}
.thumb_list .thubm_col_left:ACTIVE,
.thumb_list .thubm_col_right:ACTIVE,
.thumb_list .thubm_col_center:ACTIVE{
	opacity:0.5;
}
.thumb_list .thubm_col_left a,
.thumb_list .thubm_col_right a,
.thumb_list .thubm_col_center a{
	color:inherit;
	text-decoration:none;
}

/* Facebook */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}

/* taniguchi Text */
.work_day {
	margin:2px 0 2px 0;
	line-height:150%;
	color:#008822;
}

.work_ttl {
	margin:2px 0 8px 0;
	line-height:150%;
	color:#777777;
}

.work_time {
	margin-top:6px;
	line-height:150%;
	color:#006600;
}

.service_copy {
	margin:0 0 20px 0;
	line-height:150%;
	font-size:120%;
	font-weight:500;
	color:#888888;
}

.service_text {
	margin:10px 0 20px 0;
	line-height:150%;
	color:#888888;
}

.grey1 {
	line-height:150%;
	color:#555555;
}

.grey2 {
	line-height:150%;
	font-size:120%;
	color:#555555;
	font-weight:500;
}

.red1 {
	margin:10px 0 0 0;
	line-height:150%;
	font-size:120%;
	font-weight:600;
	color:#E00000;
}

.red2 {
	margin:10px 0 20px 5px;
	line-height:150%;
	font-weight:500;
	color:#F00000;
}

.blue1 {
	margin:16px 0 10px 0;
	line-height:150%;
	font-size:120%;
	font-weight:500;
	color:#2888D2;
}
.cyan1 {
	margin:16px 0 10px 0;
	line-height:150%;
	font-size:120%;
	font-weight:500;
	color:#67BCE7;
}

.kon1 {
	margin:16px 0 10px 0;
	line-height:150%;
	font-weight:500;
	color:#223385;
}

.purple1 {
	margin:10px 0 10px 0;
	line-height:150%;
	font-weight:500;
	color:#7D4E82;
}

.purple2 {
	margin:16px 0 10px 0;
	line-height:150%;
	font-size:120%;
	font-weight:500;
	color:#7D4E82;
}
.green1 {
	margin:10px 0 10px 0;
	line-height:150%;
	font-size:120%;
	font-weight:500;
	color:#73A100;
}
.orange1 {
	margin:10px 0 10px 0;
	line-height:150%;
	font-weight:500;
	color:#DF8600
}
.orange2 {
	margin:10px 0 10px 0;
	line-height:150%;
	font-size:120%;
	font-weight:500;
	color:#DF8600;
}
.line {
	border-bottom: 1px solid #999;
	margin:4px 0 12px 0;
}

.waku1 {
	border-style: solid ; border-width: 4px; border-color:#E2DFC5 ;
	background-color:#F3F3EE;
	padding: 20px 10px 20px 15px;
	margin:15px 0 15px 0;
}
.waku2 {
	border-style: solid ; border-width: 4px; border-color:#E2DFC5 ;
	background-color:#F3F3EE;
	padding: 10px 10px 10px 15px;
	margin:15px 0 15px 0;
}
.wakugreen {
	background-color:#E9ECCE;

}

/* よくある質問 */
.faq_box{

	margin-top:20px;
	margin-bottom:20px;
	line-height:28px;
}
.faq_box .question{
	font-size:115%;
	color:#333333;
	font-weight:500;
	margin-bottom:16px;
	min-height:30px;
	padding-left:45px;
	background:url('../image/faq/question.png') no-repeat;
}
.faq_box .answer{
	font-size:100%;
	color:#555555;
	margin-bottom:16px;
	min-height:30px;
	padding-left:45px;
	background:url('../image/faq/answer.png') no-repeat;
}
.faq_box .line{
	width:100%;
	margin:30px auto 30px auto;
	border-bottom:solid 3px #666666;
}

/* 積み上げ式のリスト */
.stack_list{
	clear:both;
	overflow:hidden;
	width:100%;
	margin-bottom:22px;
	border-top:solid 1px #e4003b;
}
.stack_list .title{
	font-size:16px;
	line-height:16px;
	padding:10px 10px 5px 5px;
	color:#e4003b;
	font-weight:bold;
}
.stack_list p{
	margin:6px 0 0 0;
}