@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下 */

/*-- main layout --*/

.aligncenter1 {
	display: block;
}
#byForm00 h2 {
	width: 80%;
	display: block;
	line-height: 2.5em;
	font-weight: bold;
	border-top: 2px solid #F60;
	border-bottom: 1px dotted #666;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1em;
	margin-top: 20px;
	background-image: url(../images/toiawase/mail_15.gif);
	padding-left: 3em;
}
#Form a {
	display: block;
	margin-left: 1em;
	font-size: 0.8em;
	color: #009900
}
.byForm {
	line-height: 2.5em;
	font-weight: bold;
	border-top: 2px solid #F60;
	border-bottom: 1px dotted #666;
	background-repeat: no-repeat;
	background-position: left center;
	width: 80%;
	font-size: 1em;
	margin-top: 1px;
	background-image: url(../images/toiawase/mail6.gif);
	padding-left: 4em;
}
.byTel {
	line-height: 2.5em;
	font-weight: bold;
	border-top: 2px solid #F60;
	border-bottom: 1px dotted #666;
	background-repeat: no-repeat;
	background-position: left center;
	width: 80%;
	font-size: 1em;
	margin-top: 20px;
	padding-left: 4em;
	background-image: url(../images/toiawase/tel.gif);
}
.byFax {
	line-height: 2.5em;
	font-weight: bold;
	border-top: 2px solid #F60;
	border-bottom: 1px dotted #666;
	background-repeat: no-repeat;
	background-position: left center;
	width: 80%;
	font-size: 1em;
	margin-top: 20px;
	padding-left: 4em;
	background-image: url(../images/toiawase/fax.gif);
	display: none;
}
#formWrap form p {
	text-align: center;
}
#mailcom {
	color: #030;
	font-size: 1em;
	margin-bottom: 10px;
	margin-left: 5%;
	font-weight: normal;
}
#mailcom a {
	color: #009900;
}
#mailcom a:hover {
	color: #F60;
}
#mailcom a em {
	font-size: 1em
}
#telcom {
	font-size: 1em;
	margin-left: 5%;
	font-weight: normal;
}
#faxcom {
	font-size: 1em;
	margin-left: 5%;
	display: none;
}
#faxcom a {
	text-decoration: none;
	color: #030;
	cursor: pointer;
}
#faxcom a:active {
	position: relative;
	left: +1px;
	top: +1px;
}
#fax {
	margin-bottom: 5px;
	font-weight: normal;
}
#fax p {
	font: 1em;
	font-weight: normal;
}
	

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
/*-- main layout --*/

.aligncenter1 {
	display: block;
}
#byForm00 h2 {
	display: block;
	line-height: 2.5em;
	font-weight: bold;
	border-top: 2px solid #F60;
	border-bottom: 1px dotted #666;
	background-repeat: no-repeat;
	background-position: left center;
	width: 80%;
	font-size: 1.3em;
	margin-top: 20px;
	background-image: url(../images/toiawase/mail_15.gif);
	padding-left: 3em;
}
#Form a {
	display: block;
	margin-left: 3em;
	font-size: 0.8em;
	color: #009900;
}
#Form a:hover {
	color: #F60;
}
.byForm {
	line-height: 2.5em;
	font-weight: bold;
	border-top: 2px solid #F60;
	border-bottom: 1px dotted #666;
	background-repeat: no-repeat;
	background-position: left center;
	width: 80%;
	font-size: 1.3em;
	margin-top: 20px;
	background-image: url(../images/toiawase/mail6.gif);
	padding-left: 3em;
}
.byTel {
	line-height: 2.5em;
	font-weight: bold;
	border-top: 2px solid #F60;
	border-bottom: 1px dotted #666;
	background-repeat: no-repeat;
	background-position: left center;
	width: 80%;
	font-size: 1.3em;
	margin-top: 20px;
	padding-left: 3em;
	background-image: url(../images/toiawase/tel.gif);
}
.byFax {
	line-height: 2.5em;
	font-weight: bold;
	border-top: 2px solid #F60;
	border-bottom: 1px dotted #666;
	background-repeat: no-repeat;
	background-position: left center;
	width: 80%;
	font-size: 1.3em;
	margin-top: 20px;
	padding-left: 3em;
	background-image: url(../images/toiawase/fax.gif);
	display: block;
}
#mailcom {
	color: #030;
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-left: 5%;
	font-weight: normal;
}
#mailcom a {
	color: #009900;
}
#mailcom a:hover {
	color: #F60;
}
#mailcom a em {
	font-size: 1.2em
}
#telcom {
	font-size: 1.3em;
	margin-left: 5%;
	font-weight: normal;
}
#faxcom {
	font-size: 1.3em;
	margin-left: 5%;
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
}
#fax {
	margin-bottom: 10px
}
#fax p {
	display: none;
}
#faxcom a {
	text-decoration: none;
	color: #030;
	cursor: pointer;
}
#faxcom a:active {
	position: relative;
	left: +1px;
	top: +1px;
}
}


/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
/*-- main layout --*/

.aligncenter1 {
	display: block;
}
#byForm00 h2 {
	display: block;
	width: 80%;
	line-height: 2.5em;
	font-weight: bold;
	border-top: 2px solid #F60;
	border-bottom: 1px dotted #666;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.3em;
	margin-top: 30px;
	background-image: url(../images/toiawase/mail_15.gif);
	padding-left: 3em;
	color: #030;
	margin-bottom: 10px;
	margin-left: 50px;
}
#Form a {
	display: block;
	width: 80%;
	margin-left: 3em;
	font-size: 0.8em;
	color: #009900;
}
#Form a:hover {
	color: #F60;
}
.byForm {
	line-height: 2.5em;
	font-weight: bold;
	border-top: 2px solid #F60;
	border-bottom: 1px dotted #666;
	background-repeat: no-repeat;
	background-position: left center;
	width: 80%;
	font-size: 1.3em;
	margin-top: 30px;
	background-image: url(../images/toiawase/mail6.gif);
	padding-left: 3em;
	margin-bottom: 10px;
	margin-left: 50px;
}
.byTel {
	line-height: 2.5em;
	font-weight: bold;
	border-top: 2px solid #F60;
	border-bottom: 1px dotted #666;
	background-repeat: no-repeat;
	background-position: left center;
	width: 80%;
	font-size: 1.3em;
	margin-top: 30px;
	padding-left: 3em;
	background-image: url(../images/toiawase/tel.gif);
	margin-bottom: 10px;
	margin-left: 50px;
}
.byFax {
	line-height: 2.5em;
	font-weight: bold;
	border-top: 2px solid #F60;
	border-bottom: 1px dotted #666;
	background-repeat: no-repeat;
	background-position: left center;
	width: 80%;
	font-size: 1.3em;
	margin-top: 30px;
	padding-left: 3em;
	background-image: url(../images/toiawase/fax.gif);
	display: block;
	margin-bottom: 10px;
	margin-left: 50px;
}
#mailcom {
	color: #030;
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-left: 5%;
	font-weight: bold;
}
#mailcom a {
	color: #009900;
}
#mailcom a:hover {
	color: #F60;
}
#mailcom a em {
	font-size: 1.2em
}
#telcom {
	font-size: 1.3em;
	margin-left: 5%;
	font-weight: bold;
}
#faxcom {
	font-size: 1.3em;
	margin-left: 6%;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
#fax p {
	display: none;
}
#faxcom a {
	text-decoration: none;
	color: #030;
	cursor: pointer;
}
#faxcom a:active {
	position: relative;
	left: +1px;
	top: +1px;
}
}
