@charset "UTF-8";

/* CSS Document */
body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	/* font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}

/* common style */

#header {
	padding: 0 !important;
}

.headBox {
	display: block;
	width: 950px;
	height: 100px !important;
	margin: 0 auto;
}

.headBox h1 {
	margin-top: 0 !important;
	padding: 0 !important;
}

.breadcrumb {
	margin: 0 auto;
	width: 860px;
	text-align: left;
}

#footer .footBox {
	background-color: #929498;
	display: block;
	padding: 20px auto;
	text-align: center;
}

#footer .footBox p {
	margin: 10px auto 0 !important;
}

a {
	color: #87746B !important;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	text-decoration: none !important;
}

a img {
	border: 0 !important;
}

p {
	line-height: 140% !important;
	margin-top: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.clear {
	clear: both !important;
}

.iconLink {
	padding-left: 16px;
	background: url("/common/images/icon_linkarrow.gif") no-repeat 0 0.1em;
}

.owner {
	color: #000000;
	font-weight: bold;
}

.indent {
	text-indent: -1em !important;
	margin-left: 1em;
}

/* home */

.readBox {
	display: block;
	width: 890px;
}

.contBox {}

.contBox .statusBox {
	display: block;
	text-align: right;
}

.boxStep1,
.boxStep2,
.boxStep3 {
	display: block;
	width: 890px;
	border-top: #cccccc 1px dotted;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.textBox {
	display: block;
	width: 440px;
	float: left;
}

.btnBox {
	display: block;
	width: 400px;
	float: right;
	background-color: #eeeeee;
	text-align: center;
}

.lineBox {
	display: block;
	width: 890px;
	padding: 15px 0px;
	border: #cccccc 1px solid;
	background-color: #ffffff;
	margin-top: 20px;
}

.lineBox .dotTtlTxt {
	border-bottom: #cccccc 1px dotted;
	margin-bottom: 10px;
}

.lineBox .dotTtlTxt .headTxt {
	background-color: #888888;
	color: #ffffff;
	padding: 4px 8px;
	font-size: 90%;
}

.lineBox .dotTtlTxt .largeTxt {
	font-size: 120%;
}

.lineBox .addTxtBox {
	display: block;
	width: 360px;
	float: left;
}

.lineBox .numTxtBox {
	display: block;
	width: 370px;
	float: left;
}

.lineBox .btnRightBox {
	display: block;
	width: 115px;
	float: left;
}

.lineBox2 {
	display: block;
	width: 890px;
	padding: 15px 0px;
	border-top: #cccccc 1px solid;
	background-color: #ffffff;
}

/* 2nd style */

.msgBold {
	font-weight: bold;
	font-size: 14px;
}

.required {
	color: #cc0000 !important;
}

.bold {
	font-weight: bold;
}

.btnFootBox {
	text-align: center;
}

table.input tr td {
	border-bottom: #cccccc 1px solid !important;
	padding-bottom: 4px;
}

.headTxt {
	background-color: #888888;
	color: #ffffff;
	padding: 6px 10px;
	font-size: 80%;
	font-weight: normal !important;
}

.mainMsg {
	 !important;
	font-size: 16px;
}

.subMsg {
	 !important;
	font-size: 24px;
}

.btnFootBox img {
	cursor: hand;
	cursor: pointer;
}

.stepBox {
	line-height: 240%;
}

.lh20 {
	line-height: 18px;
}

.btn_login img:hover {
	background-image: url(images/login_o.png);
}

/**
 * 
 */
h3.mainMsg {
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}