@charset "utf-8";


/****************************************************************************
お問い合わせフォーム　#contact
****************************************************************************/

@charset "utf-8";
/* CSS Document */



html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li,dt,dd, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary,dt,dd {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article,aside,canvas,details,figcaption,figure,header,footer,hgroup,menu,nav,section,summary {
	display: block;
}
ol, ul {
	list-style: none;
}
img {margin:0;padding:0;border:none;line-height:1;vertical-align:bottom ;
}
/*
html {
	width:100%;
	height:100%;
}
*/


.clearfix:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
.clearfix {
  zoom:1;
}
/* Mac IE mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* END IE mac */


body{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color:#333;
	background-color:#DDE9EE;
}

a:link, a:visited {
	color:#316B9B;
	text-decoration:none;
}

a:hover, a:active {
	color:#F67D1A;

}

body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:none;
}
ul,ol,li {
	list-style-type:none;	
}
body,h1,h2,p,ul,li.ol,pre,dl,dt,dd {
	margin:0px;
	padding:0;

} 
#mailform {
	margin:20px 0 0;
}
#main {
	width:100%;
	margin:0 auto;	
	text-align:left;
	margin-bottom:80px;
	padding:20px;
	background-color:#FFFFFF;
	border:1px solid #FFF;
	box-shadow: 2px 2px 5px #CCC; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #CCC; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #CCC; /* Google Chrome, Safari用*/
}

#mailform h1 {
	margin:10px 0 20px 0;
	font-size:20px;
	font-weight:normal;
	color:#014DA1;
	font-size:1.6em;
}
#mailform h2 {
	padding:12px;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:20px;
	font-size:18px;
	background-color:#014DA1;
	border:1px solid #FFF;
	box-shadow: 2px 2px 5px #CCC; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #CCC; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #CCC; /* Google Chrome, Safari用*/
}



.caution {
	line-height:2;

}
.caution dt{ font-weight:bold; }

.komelist{
	margin:20px 0;
	color:#BE2C0D;
}


#cntform input:hover,
#cntform textarea:hover,
#cntform input:focus,
#cntform textarea:focus{
  border: 1px solid #999999;
  background-color:#FCFCFC;
}

#name{ width:80%; } 
#other,
#tel,
#email,
#address{ width:95%; } 

#btnbox{
  width:100%;
  text-align:center;
	
}

button.roundbox {
  cursor:pointer;
  width:12em;
	background-color:#2C529D;
	background-image:url(../../mail/img/bg_submitbtn.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	border:1px solid #CCC;
  color:#FFF;
  margin:0 10px;
  padding:0.8em 0;
  line-height:1;
}

.err{ color:#BE2C0D; }


.pplist{
  padding:20px 0;
}



dl#form {
	margin:20px 0;
	
}

dl#form dd input {
	padding:0.5em;
}
.hissu {
	color:#BE2C0D;
	font-size:12px;
	padding-left:5px;
	
}
#othersubject {
	margin-left:1.3em;	
}
div#btnbox {
	margin-top:20px;
	margin-bottom:40px;
}
div#btnbox input {
	padding:20px;
}
.roundbox {
	padding:20px;	
	font-weight:bold;
	font-size:1.25em;	
}
.err {
	color:#BE2C0D;
	
}
/* 入力エラー　*/
.ui-state-error {
	background-color:#BE2C0D;
	color:white;
}
.announce {
	border-top: 1px solid #afafaf;
	border-left: 1px solid #afafaf;
	background-color: #ffefff;
	color: black;
	margin: 0 10px;
		/* Mozilla/Gecko (Firefox etc) */
	-moz-box-shadow: 2px 2px 3px #999999;
	/* WebKit (Safari, Google Chrome etc) */
	-webkit-box-shadow: 2px 2px 3px #999999;
	/* Opera 10.5, but will become the default standard in future versions of all browsers */
	box-shadow: 2px 2px 3px #999999;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
	/* IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	padding: 1em;
}

@media screen and (min-width:320px){
	
#mailform {
	width:90%;	
}
dl#form dt {
	width:100%;
	font-weight:bold;
	background-color:#EFEFEF;
	padding:0.5em 0;
}
dl#form dd {
	padding:0.5em 0;
	width:100%;
	margin-bottom:20px;
	line-height:1.5;
	border-bottom:1px dotted #CCC;

}
@media screen and (min-width:768px){
dl#form dt {
	width:100%;
	padding:0.5em 0;
	background-color:#FFFFFF;
}
dl#form dd {
	padding:0.5em 0;
	width:100%;
	margin-bottom:10px;
	line-height:1.5;
	border-bottom:1px dotted #CCC;
}
@media screen and (min-width:1024px){
#main {
	width:850px;
}
dl#form dt {
	width:180px;
	padding:1em;
	float:left;
	clear:left;	
	margin-bottom:10px;
	margin-right:20px;
	line-height:1.5;
	background-color:#FFFFFF;
}
dl#form dd ul {
}
dl#form dd ul li {
	display:inline-block;
}

dl#form dd {
	padding:1em 0;
	width:600px;
	float:left;
	line-height:1.5;
	border-bottom:1px dotted #CCC;
}

