@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: 0px;
}
#header #h_info {
	position: absolute;
	left: 500px;
	top: 15px;
}
#header #h_btn {
	position: absolute;
	right: 0px;
	top: 15px;
}

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

.content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.title_obi {
	text-align: center;
	background-image: url(img/title_obi.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: -150px;
	margin-bottom: -100px;
	z-index: 10000;
	position: relative;
}
.title_obi2 {
	text-align: center;
	background-image: url(img/title_obi2.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: -130px;
	margin-bottom: -100px;
}

.content .cont_box {
	padding-bottom: 10px;
	font-size: 16px;
	margin-bottom: 30px;
	background-color: #F3F3F3;
	width: 998px;
	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;
	margin-top: 100px;
}
.content .img_right {
	float: right;
	margin-right: 30px;
	margin-left: 30px;
}
.content .cont_box .cont_box_in {
	background-color: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
}

.content .cont_box .cont_box_in p {
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 90px;
	margin-bottom: 30px;
	margin-left: 90px;
}

.content .cont_box .cont_box_voice p {
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 40px;
}

.content .cont_box .cont_box_in p strong {
	font-weight: bold;
	color: #EB292F;
	font-size: 18px;
	text-decoration: underline;
}

.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;
	margin-top: 100px;
}
.ul_check li {
	font-size: 18px;
	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 {
	margin-top: 20px;
	margin-right: 70px;
	margin-bottom: 30px;
	margin-left: 70px;
}
.ul_check2 li {
	font-size: 20px;
	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-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.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: 440px;
	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 .subtitle strong {
	font-size: 48px;
}

.content .cont_box .cont_box_in .img_right {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

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: 660px;
	width: 1000px;
	margin-top: 20px;
	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_yajirushi {
	position: absolute;
	left: -120px;
	top: -80px;
	z-index: 300;
}

.content .box_info .box_info_txt {
	position: absolute;
	left: -10px;
	top: 0px;
	z-index: 250;
}

.content .box_info .box_info_sample {
	position: absolute;
	left: 10px;
	top: 210px;
	z-index: 150;
}

.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 .box_info form.contact_form {
	background-image: url(img/form.png);
	background-repeat: no-repeat;
	height: 290px;
	width: 400px;
	padding-top: 65px;
	position: absolute;
	right: 15px;
	display: block;
	top: 17px;
	z-index: 200;
}

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: 10px;
	padding-bottom: 10px;
	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;
}

.content .box_info.sub {
	margin-bottom: 140px;
}

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

.content .cont_box .cont_box_voice {
	background-color: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 20px;
}

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

.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 .cont_box .box_voice table tr td .voice_title span {
	font-size: 20px;
}

.content .box_voice table {
	width: 100%;
}

.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;
	width: 28%;
}

/*
Ｑ＆Ａ
-------------------------------------------*/
.content dl.dl_qa {
	margin: 20px;
}
.content dl.dl_qa dt {
	font-size: 22px;
	color: #069;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 70px;
	font-weight: bold;
	background-image: url(img/qa_q.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}
.content dl.dl_qa dd {
	font-size: 18px;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 70px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(img/qa_a.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}

/*----スタッフ紹介----*/

.box_staff {
	float: left;
	height: 380px;
	width: 210px;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
}
.box_staff img {
	display: block;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.content .cont_box .cont_box_in .box_staff p {
	font-size: 14px;
	margin: 0px !important;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
}
.content .cont_box .cont_box_in .box_staff p.s_name {
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
	background-color: #1A5D8F;
}
.content .cont_box .cont_box_in .box_staff p strong {
	font-size: 18px;
	color: #FFFFFF;
}
.content .cont_box .cont_box_in .box_staff p.syumi {
	color: #1A5D8F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5496C7;
	padding-bottom: 5px;
}

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


#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: #0C679C;
	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;
}

#hp_base {
	min-width: 1120px;
}