@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;
	font-size: 18px;
	color: #222;
	word-wrap: break-word;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

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

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

/*
ヘッダー
-------------------------------------------*/

#header {
	height: 66px;
	position: fixed;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	background-color: #FFF;
	z-index: 1000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CB5B62;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B0001B;
}

#header #h_logo {
	float: left;
	margin-left: 2px;
	margin-top: 5px;
}

#header img.h_info {
	float: right;
}

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

#content {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 74px;
}

#content .cont_box {
	padding-bottom: 30px;
	font-size: 16px;
	margin-bottom: 30px;
	background-color: #FAF6ED;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E4DDCD;
	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: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#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-bottom: 20px;
	border: 1px solid #CCC;
}
#content .img_left {
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
}
#content .img_left_pr {
	margin-bottom: 20px;
	text-align: center;
}
#content .img_right {
	margin-right: 1%;
	margin-left: 1%;
}
#content .cont_box .cont_box_in {
	background-color: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	clear: both;
	margin-right: 1%;
	margin-left: 1%;
	padding-bottom: 40px;
	padding-top: 40px;
	padding-right: 1%;
	padding-left: 1%;
}

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

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

.ul_right {
	background-color: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-right: 1%;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 1%;
}
.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 {
	margin-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
}
.ul_check2 li {
	font-size: 18px;
	color: #111;
	list-style-type: none;
	font-weight: bold;
	line-height: 24px;
	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: 10px;
	padding-bottom: 10px;
}

#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;
	margin-bottom: 20px;
	margin-left: 1%;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 1%;
	padding-bottom: 15px;
}
#content .cont_box .box_in_left p {
	margin-right: 20px;
	margin-left: 20px;
}

#content .cont_box .subtitle {
	font-size: 22px;
	font-weight: bold;
	color: #DE344E;
	text-align: center;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content img.title_over {
	margin-top: -50px;
	margin-bottom: -50px;
	z-index: 1000;
}

u {
	font-weight: bold;
}

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 .box_info {
	width: 98%;
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px dotted #ED9EB0;
	background-color: #FAF6ED;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

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


.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: 10px;
	border: 1px solid #F5D09E;
	margin-bottom: 15px;
	margin-left: 1%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 1%;
}

#content .box_voice .voice_title {
	font-size: 20px;
	font-weight: bold;
	color: #111;
	background-color: #FFD350;
	line-height: 26px;
	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;
	margin-bottom: 10px;
}

#content .cont_box .cont_box_in .box_voice p {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#content .box_voice .img_left {
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #EEE;
}

/*
フォーム
-------------------------------------------*/
#content .box_info form.contact_form {
	background-image: url(img/form.png);
	background-repeat: no-repeat;
	width: 320px;
	padding-top: 65px;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-position: center top;
	border: 1px solid #C00;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #EFEEEA;
}

#content .box_info .contact_form p {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

form.contact_form input {
	width: 180px;
	font-size: 18px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 28px;
}

form.contact_form table.form_table {
	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;
	vertical-align: middle;
}
table.form_table td {
	padding-top: 5px;
	padding-bottom: 5px;
	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: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-left: 2px;
}

form.contact_form input.form_btn {
	width: 300px;
	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: #FAF6ED;
	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: #6E1E26;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E4DDCD;
}
#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;
}

h1 {
	font-size: 12px;
}


/*----会社概要テーブル----*/

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

table.table_02 th {
	text-align: center;
	white-space: nowrap;
	background-color: #F8D2A9;
}

table.table_02 td,
table.table_02 th {
	border: 1px solid #CCC;
	display: block;
	padding: 5px;
	width: auto;
	font-size: 14px;
}

#content .cont_box .cont_box_in .table_02 tr td img {
	max-width: 280px;
}
