@charset "UTF-8";
/* CSS Document */

body, input, textarea, button, legend {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}



#inquiry-inner {
	font-size:1.2em;
	line-height:1.5;
	text-align:left;
	letter-spacing:0;
	color:#222;
	width:716px;
	margin:4px auto;
}

h3 {
	font-size:1.5em;
	color:#fff;
	text-align:center;
	padding:5px 0;
	background:#1084e9;
	border-top:1px solid #034f9e;
	border-right:1px solid #034f9e;
	border-left:1px solid #034f9e;
	border-top-right-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
}

#inquiry-contents {
	padding:15px 20px;
	background:#fff;
	border-bottom:1px solid #034f9e;
	border-right:1px solid #034f9e;
	border-left:1px solid #034f9e;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
}

.inquiry-list label {
	color:#000;
}

table.inquiry-list {
	/*background:#f8f8f8;*/
	width:100%;
	min-height:100px;
	height:auto !important;
	/*padding-bottom:10px;*/
	margin-bottom:10px;
	border-bottom:1px solid #bbb;
}

table.inquiry-list th {
	width:160px;
	border-top:1px solid #bbb;
	padding:5px 5px 5px 10px;
	color:#000;
	text-align: left;
	display:list-item;
	list-style:inside url(../images/list-head.gif);
}

table.inquiry-list td {
	background:#f5f5f5;
	width:484px;
	border-top:1px solid #bbb;
	padding:5px 10px 5px 5px;
}

table.inquiry-list td.required-area {
	background:#ffe5e5;
}

table.inquiry-list td.anser-area {
	background:#e5ffe5;
}
.anserbox {
	margin-left: 14px;
	padding: 2px 4px 2px 8px;
	background:#ddffdd;
	border:1px solid #88aa88;
	border-radius:4px;


}
.questbox {
	margin-left: 4px;
	padding: 2px 4px 2px 8px;
	background:#ffffff;
	border:1px solid #aaaaaa;
	border-radius:4px;
}

.required {
	color:#FF3366;
	font-size:0.8em;
}

.fielderror {
	color:#FF3366;
/*	font-size:0.8em;*/
	font-weight: bold;
}

.ansbox {
	margin: 2px;
	padding: 5px;
	font-size:1.1em;
	background:#ffffff;
}
.anscomm {
	font-size:0.9em;
}

#privacy {
	width:450px;
	height:100px;
	padding:10px;
	background:#fff;
	overflow-y:scroll;
	border:1px solid #ccc;
}
#privacy .p1{
margin: 2px 0px 2px 0px;
font-weight: bold;
font-size: 1.2em;
}
#privacy .p2{
margin: 2px 0px 2px 4px;
font-weight: bokd;
font-size: 1.1em;
}
#privacy  p{
margin: 2px 0px 2px 4px;
font-weight: bokd;
font-size: 1.1em;
}

#privacy ol{
margin: 2px 0px 2px 4px;
font-weight: bokd;
}
#privacy li{
	margin-left: 8px;
}


#privacyok {
	padding: 4px;
	color:#FF3366;
	text-align: center;
	font-size: 14px;
}
#inq-button {
	padding: 4px 4px 12px 4px;;
	text-align: center;
}
#gotyuui {
	border-top:1px solid #ccc;
	padding: 4px 8px 4px 8px;
	font-size:12px;
}

/*============== フォーム ============*/

textarea {
	width:420px;
}

/*input[type=text].required-input, textarea.required-input {
	background:#ffe5e5;
}*/

input[type=text] {
	font-size:1.0em;
	height:1.2em;
}
textarea {
	font-size:1.2em;
}

input[type=file] {
	width:245px;  /* webkit系ブラウザでファイルが選択されていませんの表示をさせるため */
	padding-left:1px; /* webkit系ブラウザでボタンの左側がかけるのを修正 */
}

#file-list {
	margin-top:5px;
	background:#fff;
}

#file-list td {
	border:1px solid #ccc;
	padding:1px 8px;
}

td.file-name {
	width:350px;
}


.ntecbarea {
width: 100%;
margin: 16px 0px 0px 0px;
	text-align: center;
}

/*============== n-tec footerの補足 =============*/
#footer a {
	font-size:12px;
	line-height:18px;
}

address {
	font-style:italic;
	line-height:18px;
}