@charset "UTF-8";

html {
	height:100%;
}
body {
	color: #333333;
	background-color: #f9f9f9;/* #fafafa より変更 0726 */
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", メイリオ, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}

input textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", メイリオ, Meiryo, sans-serif;
}

a, a:hover, a:active {
	text-decoration:none;
}

ul, menu, dir {
	list-style-type: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
/* エラーメッセージ */
p.error{
	padding: 5px;
	font-size: 11px;
	color: #cc0000;
}



/*===========================================
	質問
===========================================*/

.questionTitle {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight:normal;
}
.questionTitle.disabled {
	filter: alpha(opacity=50);
	opacity:0.5;

}
.questionTitle span.headNumber {
	margin-right: 10px;
	font-size: 24px;
	font-weight: bold;
}


.save-error {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 80px;
	margin-left: -100px;
	margin-top: -40px;
	padding: 3px 10px 3px 10px;
	background-color: #FFDDDD;
	display: none;
	z-index: 10000;
	text-align: center;
	padding: 20px;
}

/*===========================================
	エラーモーダルウィンドウ用
===========================================*/
.template_overlay .errorDialog {
	background-color: #F5F5F5;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
	font-size: 13px;
	left: 50%;
	margin-left: -320px;
	margin-top: -180px;
	position: fixed;
	top: 50%;
	width: 540px;
	z-index: 400;
}
.template_overlay .background {
	background: none repeat scroll 0 0 #000000;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
	-ms-filter: "alpha(opacity=50)";
}
.template_overlay .errorDialog .message {
	text-align: center;
	margin: 80px 14px 0;
}
.template_overlay .errorDialog img {
	float: left;
	margin: 0px 14px 0;
}
.template_overlay .errorDialog p {
	float: left;
	margin: 0px 14px 0;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	line-height: 200%;
}
.template_overlay .errorDialog .clear {
	clear: both;
}
.template_overlay .errorDialog .overlayBtn {
	margin: 40px 0 50px;
	text-align: center;
}
.template_overlay .errorDialog .overlayBtn .uiButton {
	margin-right: 2px;
	margin-left: 2px;
}

.uiButton.modalCancel {
	color: #444444!important;
	background: #bdbdbd !important;
	background-image: -webkit-linear-gradient(top, #ebebeb, #bdbdbd)!important;
	background-image: linear-gradient(to bottom, #ebebeb, #bdbdbd)!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#ebebeb', GradientType=0)"!important;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
	box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
	text-shadow: 0px 0px 0px rgba(000,000,000,0), 1px 1px 0px rgba(240,240,240,1)!important;
}
/* グローバルで使える */
.textLeftAlign {
	text-align: left
}
.mMargin {
	margin: 30px 0 40px;
}

.lineHeight15 {
	line-height: 1.5em
}

.marginW80auto {
	width:80%;
	margin: 0 auto;
}

.marginW40auto {
	width:40%;
	margin: 0 auto;
}
