
/* ===== 「フォーム全体」の設定 ===== */

/* フォーム全体の設定 */
.aw_layout_body {
}

/* ヘッダーエリアの設定 */
.aw_layout_header {
	/* 余白の設定 */
	padding: 5px;
	/* テキストフォントの設定 */
	font-size: 14px;
}

/* メインエリアの設定 */
.aw_layout_form form {
	display: inline;
}
.aw_layout_form_data {
	/* マージンの設定 */
	margin-left: auto;
	margin-right: auto;
}

/* フォーム送信エリアの設定 */
.aw_layout_form_submit {
	/* マージンの設定 */
	margin-top: 5px;
	/* 余白の設定 */
	padding: 10px;
	text-align: center;
}
.aw_layout_form_submit_confirm {
	/* マージンの設定 */
	margin-top: 5px;
	/* 余白の設定 */
	padding: 10px;
}

/* フッターエリアの設定 */
.aw_layout_footer {
	/* 余白の設定 */
	padding: 5px;
	/* テキストフォントの設定 */
	font-size: small;
}


/* ===== 「フォーム内部」の設定 ===== */

/* メインエリアの設定 */
table.awform {
	/* 横幅の設定 */
	width: 700px;
	/* マージンの設定 */
	margin: 0px auto 20px;
	/* 余白の設定 */
	padding: 0;
	/* 枠線の設定 */
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #18388e;
}

/* セルの共通設定 */
table.awform td,
table.awform th {
	/* マージンの設定 */
	margin: 0;
	/* 余白の設定 */
	padding:8px 6px;
	/* テキスト表示位置の設定 */
	line-height:140%;
	text-align: left;
	vertical-align: middle;
	/* 枠線の設定 */
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #18388e;
}

table.awform thead th {
	/* 余白の設定 */
	padding:10px 5px;
	/* 背景色の設定 */
	background:url("https://creation-sp.com/mailform/atmailform2_data/user/update/02010000/template/design_form_05/bg_thead5.gif") left bottom repeat-x;
	/* テキストフォントの設定 */
	color:#00358D;
	font-weight:bold;
	font-size:12px;
}


/* 項目名セルの設定 */
table.awform tbody th {
	/* 横幅の設定 */
	width: 200px;
	/* 余白の設定 */
	padding: 10px;
	/* テキストフォントの設定 */
	color: #333;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	/* 背景色の設定 */
	background-color: #FFFFFF;
}

/* フォームセルの設定 */
table.awform td {
	/* 余白の設定 */
	padding: 10px;
	/* テキストフォントの設定 */
	color: #333;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	/* 背景色の設定 */
	background-color: #FFFFFF;
}

/* ラベルの設定 */
table.awform td label {
	margin-right: 1em;
 	white-space: nowrap;
	display: inline;
	float: none;
}

/* 横並びの場合 */
table.awform td label.nowrap {
	display: block;
	float: left;
}

/* エラーメッセージの設定 */
table.awform div.awform_alert1 {
	clear: both; 
	padding: 2px;
	margin-top: 5px;
	background: url("https://creation-sp.com/mailform/atmailform2_data/user/update/02010000/template/design_form_05/icon_alert.gif") no-repeat;
	background-color: #FFF3F3;
}
table.awform div.awform_alert1 span {
	padding-top: 3px;
	margin-left: 26px;
	color: #EE6666;
	display: block;
}

/* 複合フォーム用レイアウト */
table.awform div.nowrap {
	float: left;
}
table.awform div.clearboth {
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

/* 未入力用背景色 */
table.awform .color_nec {
	background-color:#FFEEEE;
}

/* 注釈 - 項目上 */
.awform_notes1 {
}
/* 注釈 - 項目下 */
.awform_notes2 {
}
/* 注釈 - データ上 */
.awform_notes3 {
}
/* 注釈 - データ下 */
.awform_notes4 {
	clear: both;
}
/* 注釈 - データ左 */
.awform_notes5 {
}
/* 注釈 - データ右 */
.awform_notes6 {
}
/* 項目名 */
.awform_name {
}
/* 項目データ */
.awform_data {
}
/* フリー＆複合フォーム用＆価格＆数量 */
table.awform tr.awform_kind-free .awform_data,
table.awform tr.awform_kind-connect .awform_data,
table.awform tr.awform_kind-price .awform_data,
table.awform tr.awform_kind-number .awform_data {
	float: left;
}
table.awform tr.awform_kind-free .awform_notes5,
table.awform tr.awform_kind-connect .awform_notes5,
table.awform tr.awform_kind-price .awform_notes5,
table.awform tr.awform_kind-number .awform_notes5 {
	float: left;
}
table.awform tr.awform_kind-free .awform_notes6,
table.awform tr.awform_kind-connect .awform_notes6,
table.awform tr.awform_kind-price .awform_notes6,
table.awform tr.awform_kind-number .awform_notes6 {
	float: left;
}


/******************************
/* 見出し
******************************/
h2 {
	width: 90%;
	position: relative;
	padding: 3px .5em .1em 1.7em;
	margin: 30px auto 10px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}
h2 span {
	width: auto;
	display: block;
	color: #aaa;
	font-size: 10px;
	margin-bottom: 1px;
	letter-spacing: 0.1em;
}
h2::after {
	position: absolute;
	top: .4em;
	left: .4em;
	margin-bottom: 5px;
	z-index: 2;
	content: '';
	width: 13px;
	height: 13px;
	background-color: #17368b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/******************************
/* 会社概要
******************************/
.table01{
	width: 94%;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	color: #333;
}
.table01 td{
	width:70%;
	padding: 12px;
	letter-spacing: 0.1em;
	line-height: 21px;
	text-align: left;
	border: 1px #ccc dotted;
}
.table01 th{
	width:22%;
	padding: 12px;
	letter-spacing: 0.2em;
	text-align: left;
	border: 1px #ccc dotted;
	text-align: center;
	background-color: #f8f8f8;
}

.box{
	width: 90%;
	height: auto;
	margin: 0px auto 0px;
	letter-spacing: 0.05em;
	line-height: 24px;
}

.company_left{
	width: 48%;
	height: auto;
	margin: 10px 0px 10px 30px;
	float: left;
}
.company_right{
	width: 45%;
	height: auto;
	margin: 10px 30px 10px 0px;
	float: right;
}

.google-maps {
position: relative;
padding-bottom: 78%; /*これが縦横比*/
overflow: hidden;
border: 1px #e8e8e8 solid;
margin-bottom: 5px;
}
.google-maps iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

/******************************
/* 取扱商品
******************************/
.box02{
	width: 88%;
	height: auto;
	margin: 0px auto 30px;
}
.box03{
	width: 94%;
	height: auto;
	margin: 0px auto 0px;
}
.box03 img {
	width: 100%;
	height: auto;
}
.products_img {
	width: 31%;
	height: auto;
	margin: 10px 0px 10px 0px;
	float: left;
	font-weight: bold;
	line-height: 19px;
}
.products_img02 {
	width: 31%;
	height: auto;
	margin: 10px 0px 10px 24px;
	float: left;
	font-weight: bold;
	line-height: 19px;
}

.products_img img {
	width: 100%;
	height: auto;
}
.products_img02 img {
	width: 100%;
	height: auto;
}

.products_img03 {
	width: 31%;
	height: auto;
	margin: 10px 0px 30px 0px;
	float: left;
	line-height: 19px;
	font-weight: bold;
}
.products_img04 {
	width: 31%;
	height: auto;
	margin: 10px 0px 30px 23px;
	float: left;
	line-height: 19px;
	font-weight: bold;
}

.products_img03 img {
	width: 100%;
	height: auto;
}
.products_img04 img {
	width: 100%;
	height: auto;
}

.products_img05 {
	width: 31%;
	height: auto;
	margin: 10px 0px 30px 0px;
	float: left;
	line-height: 19px;
	font-weight: bold;
}
.products_img06 {
	width: 31%;
	height: auto;
	margin: 10px 0px 30px 23px;
	float: left;
	line-height: 19px;
	font-weight: bold;
}

.products_img05 img {
	width: 100%;
	height: auto;
}
.products_img06 img {
	width: 100%;
	height: auto;
}

.products_text {
	width: 100%;
	height: auto;
	margin: 0px 0px 5px 0px;
	text-align: left;
	letter-spacing:  0.07em;
	line-height:  22px;
}
.p_img {
	width: 100%;
	height: auto;
	margin: 40px 0px 10px 0px;
}
.p_img img {
	width: 100%;
	height: auto;
}
.products_side {
	width: 230px;
	height: auto;
	padding-right: 1px;
	margin: 20px 3px 0px 0px;
	text-align: left;
	float: right;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
}
.products_side li {
	list-style:none;
	width: 96%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 12px 10px;
	text-align: left;
	font-size: 12px;
	border-bottom: #dcdcdc 1px solid;
	background-color: #fff;
}
.products_side li a {
	color: #333;
}
.products_side li a:hover {
	color: #1e2bdf;
	text-decoration: underline;
}
.products_left {
	width: 74%;
	height: auto;
	margin: -20px 0px 0px 0px;
	float: left;
}

/* PC用 */
@media print, screen and (min-width:1000px){


.pulldown_menu{
	display: none;
}













}







/* モニター幅1000px以下 */
 @media only screen and (max-width:1000px){

/******************************
/* 会社概要
******************************/
.table01{
	width: 94%;
}
.table01 td{
	width:70%;
	padding: 10px;
}
.table01 th{
	width:22%;
	padding: 10px;
	letter-spacing: 0.05em;
}
.company_left{
	width: 48%;
	height: auto;
	margin: 0px 0px 0px 25px;
}
.company_right{
	width: 45%;
	height: auto;
	margin: 0px 25px 0px 0px;
}
/******************************
/* 取扱商品
******************************/
.products_side {
	display: none;
}
.pulldown_menu{
clear:both;
width: auto;
height: auto;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
float: right;
}
.products_left {
	width: 95%;
	height: auto;
	margin: 0px auto 0px;
	float: none;
}
.box02{
	width: 98%;
	height: auto;
	margin: 0px auto 20px;
	text-align: center;
}
.box02 img {
	width: 100%;
	height: auto;
}
.box03{
	margin: 20px auto 0px;
}
.products_img {
	width: 31.3%;
	height: auto;
	margin: 0px 0px 0px 0px;
}
.products_img02 {
	width: 31.3%;
	height: auto;
	margin: 0px 0px 0px 20px;
}
.products_img03 {
	width: 23.8%;
	height: auto;
	margin: 0px 0px 20px 7px;
}
.products_img04 {
	width: 23.8%;
	height: auto;
	margin: 0px 0px 20px 7px;
}
.products_img05 {
	width: 29.3%;
	height: auto;
	margin: 0px 0px 20px 0px;
}
.products_img06 {
	width: 29.3%;
	height: auto;
	margin: 0px 0px 20px 40px;
}
/* ===== 「フォーム全体」の設定 ===== */

/* フォーム全体の設定 */
.aw_layout_body {
	margin: 0px auto;
	width: 90%;
}
/* ===== 「フォーム内部」の設定 ===== */

/* メインエリアの設定 */
table.awform {
	/* 横幅の設定 */
	width: 100%;
	margin-top: 0px;
}
/* 項目名セルの設定 */
table.awform tbody th {
	/* 横幅の設定 */
	width: 30%;
}



}





/* iPad 縦 */
@media only screen and (max-width:768px){

/******************************
/* 見出し
******************************/
h2 {
	width: 90%;
	position: relative;
	padding: 3px .5em .1em 1.7em;
	margin: 20px auto 10px;
	font-size: 17px;
}

/******************************
/* 会社概要
******************************/
.table01{
	width: 100%;
	border-collapse: collapse;
	margin: 10px auto;
}
.table01 td{
	width:70%;
	padding: 7px;
	letter-spacing: 0.1em;
}
.table01 th{
	width:25%;
	padding: 7px;
	letter-spacing: 0.1em;
}

.box{
	width: 93%;
	height: auto;
	margin: 0px auto 20px;
	letter-spacing: 0.05em;
	line-height: 24px;
}
.company_left{
	width: 90%;
	height: auto;
	margin: 0px auto 20px;
	float: none;
}
.company_right{
	width: 70%;
	height: auto;
	margin: 0px auto;
	float: none;
}

/******************************
/* 取扱商品
******************************/
.box03{
	width: 97%;
	margin: 10px auto 0px;
}
.products_img {
	width: 31.8%;
	height: auto;
	margin: 0px 0px 0px 0px;
}
.products_img02 {
	width: 31.8%;
	height: auto;
	margin: 0px 0px 0px 10px;
}
.products_img03 {
	width: 31.5%;
	height: auto;
	margin: 0px 0px 15px 0px;
}
.products_img04 {
	width: 31.5%;
	height: auto;
	margin: 0px 0px 15px 10px;
}
.products_img05 {
	width: 31.5%;
	height: auto;
	margin: 0px 0px 15px 0px;
}
.products_img06 {
	width: 31.5%;
	height: auto;
	margin: 0px 0px 15px 10px;
}
.products_text {
	line-height: 20px;
}

.p_img {
	margin: 5px 0px 5px 0px;
}






}




/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

/******************************
/* 見出し
******************************/
h2 {
	width: 90%;
	position: relative;
	padding: 3px .5em .1em 1.7em;
	margin: 10px auto 10px;
	font-size: 17px;
}

/******************************
/* 会社概要
******************************/
.table01{
	width: 93%;
	border-collapse: collapse;
	margin: 10px auto;
}
.table01 td{
	width:70%;
	padding: 5px;
	letter-spacing: 0.05em;
}
.table01 th{
	width:22%;
	padding: 5px;
	letter-spacing: 0.05em;
}

.box{
	width: 93%;
	height: auto;
	margin: 0px auto 20px;
	letter-spacing: 0.05em;
	line-height: 24px;
}

.company_left{
	width: 95%;
	height: auto;
	margin: 0px auto 10px;
	float: none;
}
.company_right{
	width: 87%;
	height: auto;
	margin: 0px auto;
	float: none;
}


/******************************
/* 取扱商品
******************************/
.box03{
	width: 100%;
}
.products_img {
	width: 46%;
	height: auto;
	margin: 6px 5px 0px 5px;
}
.products_img02 {
	width: 46%;
	height: auto;
	margin: 6px 5px 0px 5px;
}
.products_img03 {
	width: 47%;
	height: auto;
	margin: 6px 3px 10px 3px;
}
.products_img04 {
	width: 47%;
	height: auto;
	margin: 6px 3px 10px 3px;
	line-height: 20px;
}
.products_img05 {
	width: 95%;
	height: auto;
	margin: 20px auto 10px;
	float: none;
}
.products_img06 {
	width: 95%;
	height: auto;
	margin: 20px auto 10px;
	float: none;
}
.products_img05 img {
	width: 65%;
	height: auto;
	margin: 0px auto 0px;
}
.products_img06 img {
	width: 65%;
	height: auto;
	margin: 0px auto 0px;
}
.products_text {
	line-height: 20px;
	margin-bottom: 0px;
}
.p_img {
	margin: 5px 0px 5px 0px;
}

/* ===== 「フォーム全体」の設定 ===== */
/* フォーム全体の設定 */
.aw_layout_body {
	width: 95%;
}
/* 項目名セルの設定 */
table.awform tbody th {
	/* 横幅の設定 */
	width: 32%;
	font-size:13px;
	padding: 5px;
}
table.awform {
	margin: 0px auto 10px;
}













}



















