@charset "utf-8";

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
	background-color: #FFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 18px;
	color: #222;
}

img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img,
form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

u {
	font-weight: bold;
}

/*
ヘッダー
-------------------------------------------*/
#header {
	height: 180px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header h1 {
	font-size: 24px;
	position: absolute;
	left: 0px;
	bottom: 12px;
}
#header #h_logo {
	position: absolute;
	left: 0px;
	top: 15px;
}
#header #h_info {
	position: absolute;
	left: 490px;
	top: 15px;
}
#header #h_btn {
	position: absolute;
	right: 10px;
	top: 15px;
}

/*
メイン
-------------------------------------------*/

#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#content .cont_box {
	padding-bottom: 50px;
	font-size: 16px;
	margin-bottom: 30px;
	background-color: #F3F3F3;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D7D7D7;
	padding-top: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#content .cont_box:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
#content .cont_box p {
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 60px;
}
#content .img_left,
#content .img_right {
	padding: 10px;
	font-size: 16px;
	color: #111;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 32px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 40px;
	border: 1px solid #CCC;
}
#content .img_left {
	float: left;
	margin-right: 10px;
	margin-left: 30px;
}
#content .img_left_pr {
	float: left;
	margin-left: 25px;
	margin-bottom: 30px;
}
#content .img_right {
	float: right;
	margin-right: 30px;
	margin-left: 0px;
}
#content .cont_box .cont_box_in {
	background-color: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 50px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
}

#content .cont_box .cont_box_in p {
	font-size: 18px;
}

#content .cont_box .cont_box_in p strong {
	font-weight: bold;
	color: #EB292F;
	font-size: 20px;
}

.ul_right {
	background-color: #FFF;
	float: right;
	width: 680px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-right: 25px;
	padding: 10px;
	margin-bottom: 30px;
}
.ul_check li {
	font-size: 16px;
	color: #111;
	list-style-type: none;
	font-weight: bold;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	background-image: url(img/li_check.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ul_check2 {
	width: 400px;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
.ul_check2 li {
	font-size: 16px;
	color: #111;
	list-style-type: none;
	font-weight: bold;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	background-image: url(img/li_check2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content div.title_chui {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-right: 50px;
	margin-left: 50px;
	color: #FFF;
	background-color: #CC0000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 48px;
	border: 5px solid #FFEAA8;
}
#content ol {
	padding: 10px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#content ol li {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D39867;
	color: #FF6000;
}

#content .cont_box .box_in_left {
	background-color: #FFF;
	float: left;
	width: 540px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#content .cont_box .box_in_left p {
	margin-right: 20px;
	margin-left: 20px;
}

#content .cont_box .subtitle {
	font-size: 30px;
	font-weight: bold;
	color: #FF6000;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 0px 2px 1px #FFF,0px 1px 1px #FFF,1px 1px 1px #FFF,1px 0px 1px #FFF,2px 0px 1px #FFF,1px -1px 1px #FFF,1px -2px 1px #FFF,0px -2px 1px #FFF,-1px -2px 1px #FFF,-2px -2px 1px #FFF,-2px -1px 1px #FFF,-2px 0px 1px #FFF,-2px 1px 1px #FFF,-1px 1px 1px #FFF;
}
#content .cont_box .cont_box_in .img_right {
	margin: 0px;
	padding: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content img.title_over {
	margin-top: -50px;
	margin-bottom: -50px;
	z-index: 1000;
}

table.table_02 {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

table.table_02 th {
	border: 2px solid #FFF;
	letter-spacing: 1px;
	font-weight: normal;
	color: #111;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

table.table_02 td {
	border: 2px solid #E8E8E8;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content .cont_box .cont_box_in p.p_title {
	font-size: 22px;
	color: #FF6000;
	margin: 40px;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFA975;
	padding-left: 10px;
}

/*----お問い合わせ枠----*/


#content .box_info {
	height: 700px;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 50px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px dotted #CCC;
	background-color: #EEE;
}

#content .box_info .box_info_txt {
	position: absolute;
	left: -20px;
	top: 10px;
}

#content .box_info .box_info_sample {
	position: absolute;
	left: 10px;
	top: 160px;
}

#content .box_info .box_info_tel {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 100;
}

/*----大手メーカー枠----*/


.box_oote {
	float: left;
	height: 290px;
	width: 260px;
	border: 1px solid #F5D09E;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-left: 9px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin-bottom: 20px;
	background-color: #FFF8EE;
}
#content .cont_box .cont_box_in .box_oote p {
	font-size: 16px;
	color: #28622E;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}
#content .cont_box .cont_box_in .box_oote p.p_name {
	font-size: 14px;
	text-align: right;
}


/*----お客様の声----*/

#content .cont_box .box_voice {
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #F5D09E;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#content .box_voice .voice_title {
	background-image: url(img/voice_title.gif);
	font-size: 22px;
	font-weight: bold;
	color: #111;
	background-color: #FFCB15;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #FFB900;
}

#content .box_voice td {
	vertical-align: top;
	padding: 10px;
}

#content .cont_box .box_voice td p {
	margin: 10px;
}

#content .box_voice td.voice_left {
	font-size: 22px;
	color: #333;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
}


/*
フォーム
-------------------------------------------*/
#content .box_info form.contact_form {
	background-image: url(img/form.png);
	background-repeat: no-repeat;
	height: 320px;
	width: 400px;
	padding-top: 65px;
	position: absolute;
	right: 15px;
	display: block;
	top: 17px;
	z-index: 100;
}

form.contact_form input {
	width: 200px;
	font-size: 18px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 28px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

form.contact_form table.form_table {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
}
table.form_table th {
	white-space: nowrap;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
table.form_table td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
}
table.form_table th.hissu {
	color: #C00;
}

table.form_table th.hissu span {
	font-size: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	background-color: #C00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 10px;
}

form.contact_form input.form_btn {
	width: 370px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form.contact_form input:focus {
	border-color: #F90;
	background-color: #FFFCEE;
}

/*
フッター
-------------------------------------------*/


#footer {
	background-color: #EEE;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	font-size: 12px;
	margin-top: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #073083;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
#footer ul li {
	display: inline;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
}

#footer address {
	font-style: normal;
	color: #666666;
	margin-top: 20px;
}

#hp_base {
	min-width: 1120px;
}

/*フローティングバナー*/
#footer{
	padding-bottom: 120px;
}
.footer_bnr{
	width: 100%;
	background: #0074bf;
	position: fixed;
	z-index: 9999;
	left: 0;
	bottom: -100px;
	box-shadow: 2px 0 4px #333333;
	transition: all 0.4s;
}
.footer_bnr a{
	display: block;
	max-width: 1000px;
	margin: auto;
}
.footer_bnr a img{
	width: 100%;
	transition: all 0.4s;
}
.footer_bnr a img:hover{
	opacity: 0.6;
}

.grecaptcha-badge{
   bottom: 120px !important;
}


