/* カスタム CSS をここに入力してください */
/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/

/* =入力フォーム
-------------------------------------------------------------- */
.mw_wp_form textarea {
width: 90%;
}
input[type="text"] {
	height: 35px !important;
}
input[name="mailadd"] {
	width: 70%;
}
input[name="kessantsuki"] {
	height: 35px !important;
}
input[name="todoufuken"] {
	height: 35px !important;
}
input[name="url"] {
	width: 80%;
	height: 35px !important;
}
input[name="tel"] {
	width: 75%;
	height: 35px !important;
}
input[name="fax"] {
	width: 75%;
	height: 35px !important;
}
input[name="post_num"] {
	width: 75%;
	height: 35px !important;
}
input[name="address"] {
	width: 90%;
}
input[name="chk_mail"] {
	width: 70%;
}
input[name="name"] {
	width: 50%;
}
input[name="tatemonomei"] {
	width: 50%;
}
input[name="jyugyouinsu"] {
	width: 25%;
}
input[name="gyousyu"] {
	width: 40%;
}
input[name="company"] {
	width: 80%;
}

/*戻る・確認 / 送信ボタン*/
/**********MW WP Formボタン*********/
/*確認・送信ボタン*/
.confbtn {
	font-size: 100%;
	font-weight: bold;
	font-size: 15px;
	padding-right: 100px;
	padding: .2em .4em;
	background: #144524;
	color: #ffffff;
	border-radius: 4px;
	width: 50%;
	height: 50px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(181,235,178,1);
	border: 1px solid #ccc;
}
/*戻るボタン*/
.backbtn {
	font-size: 100%;
	font-weight: bold;
	font-size: 15px;
	padding-right: 100px;
	padding: .2em .4em;
	background: #696969;
	color: #ffffff;
	border-radius: 4px;
	width: 50%;
	height: 50px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(181,235,178,1);
	border: 1px solid #ccc;
}

/* =中央揃え
-------------------------------------------------------------- */
.center01 {
	text-align:center;
}

/* =ボックス風リスト　8つの約束など
-------------------------------------------------------------- */
.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.list9{
	counter-reset:li;   
}
.list9 li{
	position:relative;
	display: block;
	padding:5px 0px 5px 50px; 
	background: #f9f3cf;
	border: 2px solid #aaa;
	border-radius: 2px;
	margin-left:-15px !important;
}
li.list9-count:after{
	counter-increment: li;
	content: counter(li);
	position: absolute;	
	left: 0px;
	top: 0px;
	background: #aaa;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: 2px solid #aaa;
	text-align: center;
	font-weight: bold;
	border-radius: 2px;
}
 
li.list9-count:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:8px; 
	left:33px; 
	height:0; 
	width:0; 
	border-top: 8px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #aaa;
}

/* =カスタムメニュー Side00アレンジ
-------------------------------------------------------------- */
.side00 {
  padding: 0;
  position: relative;
}

.side00 {
  color: #2d8fdd;
  border-left: solid 6px #696969;/*左側の線・濃いグレー*/
  background: #d3d3d3;/*背景色*/
  margin-bottom: 8px;/*下のバーとの余白*/
 	line-height: 2.5;
  	padding: 0.5em;
	font-size: large;
  list-style-type: none!important;/*ポチ消す*/
}
/* =カスタムメニュー Side01アレンジ
-------------------------------------------------------------- */
.side01 {
  padding: 0;
  position: relative;
}

.side01 {
  color: #2d8fdd;
  border-left: solid 6px #191970;/*左側の線・濃いブルー*/
  background: #d3d3d3;/*背景色*/
  margin-bottom: 8px;/*下のバーとの余白*/
 	line-height: 2.5;
  	padding: 0.5em;
	font-size: large;
  list-style-type: none!important;/*ポチ消す*/
}
/* =カスタムメニュー Side02アレンジ
-------------------------------------------------------------- */
.side02 {
  padding: 0;
  position: relative;
}

.side02 {
  color: #2d8fdd;
  border-left: solid 6px #d2691e;/*左側の線・濃いオレンジ*/
  background: #d3d3d3;/*背景色*/
  margin-bottom: 8px;/*下のバーとの余白*/
 	line-height: 2.5;
  	padding: 0.5em;
	font-size: large;
  list-style-type: none!important;/*ポチ消す*/
}
/* =カスタムメニュー Side03アレンジ
-------------------------------------------------------------- */
.side03 {
  padding: 0;
  position: relative;
}

.side03 {
  color: #2d8fdd;
  border-left: solid 6px #006400;/*左側の線・濃いグリーン*/
  background: #d3d3d3;/*背景色*/
  margin-bottom: 8px;/*下のバーとの余白*/
 	line-height: 2.5;
  	padding: 0.5em;
	font-size: large;
  list-style-type: none!important;/*ポチ消す*/
}
/* =テーブルデザイン-01　会社概要ページ
-------------------------------------------------------------- */
table.company {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0 15px;
	font-size: 12px;
}

table.company th,
table.company td {
	padding: 10px;
}

table.company th {
	background: #551E06;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}

table.company th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136,183,213,0);
	border-left-color: #551E06;
	border-width: 10px;
	margin-top: -10px;
}

/* firefox */
@-moz-document url-prefix() {
	float: right;
	padding: 0;
	left: 30px;
	top: 10px;
	content: " ";
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
	border: 10px solid transparent;
	border-left: #551E06 10px solid;
	margin-top: -10px;
}	
}

table.company td {
	background: #f8f8f8;
	width: 360px;
	padding-left: 20px;
}

.printfriendly {
	width: 350px;
	background-color: #F7D998;
	border: 2px solid #34131C;
	padding: 12px;
	margin: 20px 0 20px 40px;
	border-radius: 5px;
	box-shadow: 0 0 10px #c3e1ff;
	cursor: pointer;
	font-weight: bold;
}

/***** 入力フォーム *****/
.required-contactform7 {
	padding: 5px;
	background: #800000;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
}

.required-contactform8 {
	padding: 5px;
	background: #0000cd;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
}

.table-contactform7 th {
	font-weight: bold;
}

.table-contactform7 input,
.table-contactform7 textarea {
	max-width: 100%;
}

.width50 input {
	width: 50%;
}

.width70 input {
	width: 50%;
}

@media screen and (max-width: 900px) {
	.table-contactform7 th {
		width: 100%;
		display: block;
		margin: 0 auto;
		border: none;
	}
	
	.table-contactform7 td {
		display: list-item;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
		border-top: none !important;
	}
	
	.form-width {
		max-width: 100%;
		padding: 5px 30px;
		background-color: #248;
		color: #fff;
		border-style: none;
	}
	
	.form-width2 {
		max-width: 50%;
		padding: 5px 30px;
		background-color: #248;
		color: #fff;
		border-style: none;
	}
	
	.wpcf7-submit:hover:enabled {
		background-color: #456C0B;
		color: #fff;
	}
}

/* =見出しアレンジ
-------------------------------------------------------------- */

h2 {
	border-bottom: 1px dotted #DBA901;
	padding: 4px 6px;
}

h3 {
	border-bottom: 3px dotted #cc6600;
	padding: 4px 6px;
	font-weight: bold;
}
h4 {
	border-bottom: 1px dotted #DBA901;
	padding: 4px 6px;
}
h4 {
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ccc;
}

/***** コンタクトフォーム *****/
.required-contactform7 {
	padding: 5px;
	background: #800000;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
}

.required-contactform8 {
	padding: 5px;
	background: #0000cd;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
}

.table-contactform7 th {
	font-weight: bold;
}

.table-contactform7 input,
.table-contactform7 textarea {
	max-width: 100%;
}

.address-100 input {
	width: 100%;
}

.message-100 textarea {
	width: 100%;
}

.busyo-50 input {
	width: 50%;
}

.width-70 input {
	width: 50%;
}

@media screen and (max-width: 900px) {
	.table-contactform7 th {
		width: 100%;
		display: block;
		margin: 0 auto;
		border: none;
	}
	
	.table-contactform7 td {
		display: list-item;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
		border-top: none !important;
	}
	
	.form-width {
		max-width: 100%;
		padding: 5px 30px;
		background-color: #248;
		color: #fff;
		border-style: none;
	}
	
	.form-width2 {
		max-width: 50%;
		padding: 5px 30px;
		background-color: #248;
		color: #fff;
		border-style: none;
	}
	
	.wpcf7-submit:hover:enabled {
		background-color: #456C0B;
		color: #fff;
	}
}