@charset "UTF-8";
/**
 *  - コンテクストページ
 * 
 * update：  2017/11/24
 * version： 00001
 * 
 * 共通コンテクストページに係るスタイル群
 * 
 *  - 履歴
 *  00001 2017/11/24 初版
 */

* {
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    margin:0;
    padding:0;
    /*color:#696969;*/
    /*line-height:1.5;*/
}


html{
	color: #696969;
	background: #FFF;
	height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
address {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	font: 16px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;/* フォントをMSPゴシックベースに変更 */
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
ul {
	list-style: none outside;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
caption,
th {
	text-align: left;
}
fieldset,
img {
	border: 0;
}
img {
	vertical-align: bottom;
}
em  { font-style:normal; }
sub { vertical-align: text-bottom; }
sup { vertical-align: text-top; }
address,
caption,
cite,
code,
dfn,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
input,
textarea {
	font-family: inherit;
	font-size: 13px;
	font-weight: inherit;
    color:#696969;
}
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font: 16px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;/* フォントをMSPゴシックベースに変更 */
}
button {
	font: 16px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;/* フォントをMSゴシックベースに変更 */
}
input,
textarea,
select {
	*font-size: 100%;
}
legend {
	color: #000;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* 以下がコンテクスト専用レイアウトstyle :: 徐々にアンケート画面と統合させていく予定                                                    */
/* ------------------------------------------------------------------------------------------------------------------------------------ */



div#whole.tsr_enquete_container {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: white none;
}
* html div#whole.tsr_enquete_container {
	display: table;
	height: 100%;
}
div#tsr_context_container {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: white none;
	font: initial;
}
@media all and (-ms-high-contrast:none) {
	div#tsr_context_container { /* IE10～ Fonts settings. */
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
		/*font-size: 126%;*/
	}
}
* html div#tsr_context_container {
	display: table;
	height: 100%;
}
div#tsr_context_container select {
	font: 16px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;/* フォントをMSPゴシックベースに変更 */
}
div#content,
div#mainArticle.tsr_enquete_contents {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
* html div#content {
	position: relative;
	z-index: 3000;
}
div.common_style div#content {
	max-width: 920px;
	padding-bottom: 36px;
}
div.job_style div#content {
	padding-bottom: 100px;
}
div#mainArticle.tsr_enquete_contents {
	padding-bottom: 64px;
}
div.common_style div#header {
	height: 30px;
	background-color: #007daa;
	text-align: center;
}
div.job_style div#header {
	background-color: #333399;
	color: #ffffff;
	font: 16px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;/* フォントをMSPゴシックベースに変更 */
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
}
div.job_style div#header div.previewCaution_header {
	padding: 5px 10px;
	text-align: right;
	font-family: Verdana;
	font-size: 138.5%;
	font-weight: bold;
	color: #e0e0ef;
}
div#header div.header_child {
	margin: 0 auto;
}
div.common_style div#header div.header_child {
	max-width: 920px;
	height: 30px;
	background: transparent url(https://wm.tsrn.co.jp/image/context_header.png) no-repeat scroll left center;
}
div.job_style div#header div.header_child {
	padding: 3px 10px 4px;
	text-align: left;
	font-size: 146.5%;
	font-weight: bold;
}
/*div#main {
	position: relative;
	width: 40%;
	float: right;
	background: white none;
	text-align: left;
}
div#side {
	width: 60%;
	float: left;
	text-align: right;
}*/

/* --------------------------------------- 
 * コンテンツ
 * --------------------------------------- */
div#content div.context_wrap {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0 20px;
}
/*ヘッダ*/
div#content div.context_wrap p.context_header {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 8px;
	background: #f2f2f2 none;
	text-align: center;
	font-size: 113%;
	font-weight: bold;
}
div#content div.context_wrap.common_style p.context_header {
	color: #007daa;
}
div#content div.context_wrap.job_style p.context_header {
	color: #333399;
}
/*テキスト*/
div#content div.context_wrap div.context_message {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 8px;
	text-align: left;
}
div#content div.context_wrap div.context_message.withoutHeader {
	border: 2px solid #f2f2f2;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 16px;
}
/*ジャンプURL*/
div#content div.context_jumpto {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 8px;
	text-align: center;
	color: #999999;
}
div.common_style div#content div.context_jumpto {
	background-color: #e6f8ff;
}
div.job_style div#content div.context_jumpto {
	background-color: #eff7fe;
}
div#content div.context_jumpto p {
	text-align: center;
}
div#content div.context_jumpto textarea {
	width: 780px;
	height: 1em;
	margin: 4px auto 8px;
	border: 1px solid #c9e2fe;
	padding: 2px 4px;
	text-align: left;
	font-size: 108%;
	color: #555555;
}
div#content div.context_jumpto input,
div#content div.context_jumpto textarea {
	font-size: 87%;
}
div#content div.wrapper-MiniDebug {
	text-align: left;
	font: 16px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;/* フォントをMSPゴシックベースに変更 */
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
}



/* --------------------------------------- 
 * フッタ
 * --------------------------------------- */

div#footer {
	position: relative;
	width: 100%;
	text-align: center;
}
div#footer.common_style {
	height: 36px;
	margin: -36px auto 0;
	background: #f2f2f2 none;
	clear: both;
}
div#footer.job_style {
	height: 100px;
	margin: -100px auto 0;
}
div#footer.tsr_enquete_footer {
	margin: -64px auto 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
div#footer.tsr_enquete_footer div.fullAddress {
	margin-top: 24px;
}
div#footer.tsr_enquete_footer div#contactus {
	margin-top: 16px;
}
div#footerAssist {
	margin: 0 auto;
}
div.common_style div#footerAssist {
	max-width: 920px;
	height: 12px;
	border-top: 1px solid #f2f2f2;
	padding: 10px 0 13px;
	clear: both;
}
div.job_style div#footerAssist {
	height: 76px;
	padding: 24px 0 0;
	font: 16px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;/* フォントをMSPゴシックベースに変更 */
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
}
div.common_style #footerAssist .assistdata {
    float: left;
    width: 88px;
}
div.common_style #footerAssist .copyright {
	float: right;
	width: 225px;
}
div.common_style #footerAssist .copyright address {
	font-size: 63%;
	line-height:12px;
}
div.common_style #footerAssist .copyright address img {
	vertical-align: top;
	line-height: 0;
	font-size: 0;
}
vml\:* {
	behavior: url(#default#VML);
	display: inline-block;
	z-index: -999;
}

/* --------------------------------------- */

/*clearfix hacs*/
.absclear:after {
	content:url(https://wm.tsrn.co.jp/image/clearfix.gif);
	display:block;
	clear:both;
	height:0; 
}
* html .absclear {
	overflow:hidden;
	/*height:1%;*/
}
*:first-child+html .absclear {
	display:inline-block;
	overflow:auto;
}
.absclear { display:block; }


