@charset "Shift_JIS";

.contact_md {
	border: 0px solid #ff0000;
	margin-left: 15px;
	margin-right: 15px;
}
div#contact_a a {
	color: #333333;
	text-decoration: underline;
}
.info_link {
	text-decoration: none;
	color: #333333;
}
info_link a {
	color: inherit;
}
.info_link:hover {
	color: #333333;
	text-decoration: underline;
}
.contact_h1 {
	font-size: 20px;
	color: #333333;
	padding: 10px 0px 5px 5px;
	border-bottom: solid 2px #333333;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.cf:before,
.cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after {
	clear:both;
}
input.ct_dummy_text {
	display: none;
}
/* 説明文 */
.contact {
	line-height: 120%;
	font-size: 16px;
	color: #333333;
}
.explanation li {
	position: relative;
	padding-left: 15px;
}
.explanation li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #333333;
	border-radius: 50%;
}
/* タイトル */
.title_link {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
	background-color: #666666;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
div.mbottom{
	margin-bottom: 0.5em;
}
em {
	font-size: 14px;
	color: #ff40b5;
	font-style: normal;
	padding-left: 3px;
}
/* テーブル用 */
table.main_t {
    width: 100%;
	padding: 10px 10px;
	border: 1px solid #d3d3d3;
	border-collapse: collapse;
	font-size: 16px;
	font-weight: normal;
}
th.main_t {
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	vertical-align: top;
	text-align: left;
}
td.main_t {
	padding: 10px 10px;
	vertical-align: top;
	border-bottom: 1px dashed #d3d3d3;
}
.main_t input[type="text"] {
    width: 100%;
	border: 1px solid #333333;
    padding: 8px 5px;
	display: inline;
	vertical-align: middle;
	background-color: #ffffff;
}
.main_t select {
	padding: 5px 0 5px 5px;
	display: inline;
	vertical-align: middle;
}
textarea {
	padding: 5px 5px;
	border: 1px solid #333333;
	width: 100%;
	height: 100px;
    display: inline;
    vertical-align: middle;
	box-sizing: border-box;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
/* 確認ボタン */
.buttonApply {
	text-align: center;
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 10px 40px;
    text-decoration: none;
    color: #ffffff;
    background-color: #ff6600;
	border-radius: 5px;
}
.buttonApply:hover {
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
}
a:link.buttonApply {
	color: #ffffff;
}
/* 送信ボタン */
.buttonSend {
	text-align:center;
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 10px 40px;
    text-decoration: none;
    color: #ffffff;
    background: #ff4ba4;
	border-radius: 5px;
}
.buttonSend:hover {
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
}
a:link.buttonSend {
	color: #ffffff;
}
/* 修正ボタン */
.buttonModify {
	text-align:center;
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 10px 40px;
    text-decoration: none;
    color: #ffffff;
    background: #666666;
	border-radius: 5px;
}
.buttonModify:hover {
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
}
a:link.buttonModify {
	color: #ffffff;
}

.disp_t {
	border-top: solid 1px #b3b3b3;
	border-left: solid 1px #b3b3b3;
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	font-weight: normal;
}
th.disp_t {
	border-right: solid 1px #b3b3b3;
	border-bottom: solid 1px #b3b3b3;;
	font-weight: normal;
	background-color: #f2f2f2;
	text-align: left;
	padding: 10px 5px;
}
td.disp_t {
	border-right: solid 1px #b3b3b3;
	border-bottom: solid 1px #b3b3b3;;
	text-align: left;
	padding: 10px 10px;
}
