﻿

/* trial系設定
-------------------------------------- */

/* 02.tpl内規約要DIV */
.trial-kiyaku {
	height: 200px;
	border: 1px solid #999999;
	margin-bottom: 20px;
	padding: 5px;
	overflow: auto;
    font-size: 12px;
}
.trial-kiyaku pre{
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

/* 個人情報入力フォームtable指定 */
table.trial-id {
	width: 100%;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}
table.trial-id th {
	width: 200px;
	background-color: #C8E3E3;
	color: #003366;
	font-size: 12px;
	text-align: left;
	line-height: 1.3;
	padding: 5px;
}
table.trial-id td {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	line-height: 1.3;
	padding: 5px;
}


/* 個人情報入力フォームtable指定 */
table.trial-dic {
	width: 100%;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}
table.trial-dic th {
	width: 160px;
	background-color: #FFFFCC;
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 1.3;
	padding: 5px;
}
table.trial-dic td {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	line-height: 1.3;
	padding: 5px;
}


/* 個人情報入力フォーム時の黄色背景コメント設定 */
div.trial-comment {
	background-color: #FFFFCC;
	margin: 5px;
	padding: 3px;
}
div.trial-comment p {
	font-size: 10px!important;
	line-height: 1.3;
	margin: 0px!important;
	padding: 0px!important;
}

/* フォームアイテム */
input[type="text"] {	padding: 3px;}
input[type="password"] {	padding: 3px;}
.input-040px {	width: 40px;}
.input-050px {	width: 50px;}
.input-120px {	width: 120px;}
.input-300px {	width: 300px;}

.cause-comment {
	width: 90%;
	height: 5em;
}


/* フォーム入力エラー */
ul.trial-error {
	font-size: 12px;
	margin-bottom: 15px;
	margin-left: 2em;
}
ul.trial-error li {
	margin-bottom: 5px;
}









/* メインコラムの設定 ※1column.cssから転用
----------------------------------------------------- */
#main-column {
	width:700px !important;
    float:none !important;
	margin:auto !important;
	padding-right:0px !important;
}

/* パンくずリストの設定 */
.pankuzu {
	margin-bottom: 30px;
	font-size: 12px;
}
.pankuzu li {list-style:none;display: inline;}

div.column1-box {
	border: 5px solid #DDDDDD;
	padding: 30px 40px 30px 40px;
	margin: 30px;
}


/* ページタイトルの設定 */
.h2-title-1column  {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #006699;
	background-color: #EEEEEE;
}

#main-column h3 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/common_img/1column_h3.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#main-column h4 {
	font-weight: bold;
	margin-bottom: 15px;
	padding: 5px 2px 5px 10px;
	background-color: #0076AE;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}

#main-column h5 {
	font-weight: bold;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-image: url(../img/common_img/arrow_d.jpg);	
	padding: 0px 0px 0px 17px;
}
/* ｈ5の他の矢印画像付テキストの設定 */
.h5-b {background-image: url(../img/common_img/arrow_b.jpg)!important;}
.h5-c {background-image: url(../img/common_img/arrow_c.jpg)!important;}
.h5-d {background-image: url(../img/common_img/arrow_d.jpg)!important;}
.h5-e {background-image: url(../img/common_img/arrow_e.jpg)!important;}
.h5-f {
	background-image: none!important;
	padding: 0px 0px 5px 0px!important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#main-column p {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 5px;
}

.caption {/* 注意書きテキストの設定 */
	font-size: 10px!important;
	line-height: 120%!important;
}
