/* CSS Document */

@charset "UTF-8";

/* 全体構造
------------------------------------------------ */

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}

input,select
{
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}

textarea
{
	font-size: 13px;
	font-family: "ＭＳ ゴシック", Osaka-等幅, Arial, Helvetica, sans-serif;
}

/* 体裁
------------------------------------------------ */
#container {
	margin: 0 auto;
	padding: 0 20px 5px;
	width: 660px;
	background-color: #ffffff;
}

.blockAdjust1 {
	margin: 0 0 10px 0;
}

/* PC/スマートフォン表示切り替えボタン
------------------------------------------------ */
.viewSwitch {
	margin:7px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size:16px;
	font-weight: bold;
	background: #304567;
	border: 2px solid #436596;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.viewSwitch a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
.viewSwitch:hover {
	background: #41638F;
}

/* ヘッダ 全ページ統一
------------------------------------------------ */
.headerimg, .headertext {
	margin: 0;
	padding: 5px 0 0 0;
}

.headerimg h1 {
	margin: 0;
	padding: 5px;
}

.headertext h1 {
	margin: 0;
	padding: 5px;
	font-weight: normal;
	font-size: 200%;
	color: #555555;
	background: #AACCFF;
}

p {
	margin: 2px 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* セミナー */
.seminar table {
	margin: 10px 0 0 0;
	padding: 0;
	width: 660px;
	text-align: left;
	border-collapse: collapse;
}

/* セミナー(ヘッダ) */
.seminar th {
	margin: 0;
	padding: 5px;
	border: solid 1px #9999CC;
	background: #EEEEEE;
}

/* セミナー(カラム) */
.seminar td {
	margin: 0;
	padding: 5px;
	border: solid 1px #9999CC;
	background: #ffffff;
}

.seminar td.checkbox {
	text-align: center;
	width: 60px;
}

.seminar td.col1 {
	width: 170px;
}

.seminar td.same {
	border-top-style: hidden;
	border-top-width: 0px;
}

/* ラジオチェック複合型 */
#complex table {
	margin: 10px 0 0 0;
	padding: 0;
	width: 660px;
	text-align: left;
	border-collapse: collapse;
}

/* ラジオチェック複合型(ヘッダ) */
#complex th {
	margin: 0;
	padding: 5px;
	border: solid 1px #9999CC;
	background: #EEEEEE;
	text-align: center;
}

/* ラジオチェック複合型(ヘッダータイトル部) */
#complex th#complexTitle {
	text-align: left;
}

/* ラジオチェック複合型(カラム) */
#complex td {
	margin: 0;
	padding: 5px;
	border: solid 1px #9999CC;
	background: #ffffff;
}

#complex td.checkbox {
	text-align: center;
	width: 80px;
}

#complex td.col1 {
	width: 170px;
}

#complex p {
	text-align: left;
}


/* マトリックス型 */
#matrix table {
	margin: 10px 0 0 0;
	padding: 0;
	width: 660px;
	text-align: left;
	border-collapse: collapse;
}

#matrix th {
	margin: 0;
	padding: 5px;
	border: solid 1px #9999CC;
	background: #EEEEEE;
	text-align: center;
}

#matrix td {
	margin: 0;
	padding: 5px;
	border: solid 1px #9999CC;
	background: #ffffff;
}

#matrix td.checkbox {
	text-align: center;
}

#matrix td.col1 {
	width: 170px;
}

#matrix p {
	text-align: left;
}

#matrix .header {
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 5px;
	background: #EEEEEE;
	border: solid 1px #9999CC;
}

/* ボックス（横タイプ） */

.boxClosswise {
	border: solid 1px #9999CC;
	width: 658px;
	margin: 0;
	padding: 0;
	border-top: none;
	/* 背景画像 */
	background: url("../img/BoxBackImg.aspx?bw=660&hw=170&hc=EEEEEE&cc=ffffff&lc=9999CC&bbw=1");
	clear: both;
}

.ClossboxTop {
	margin: 10px 0 0 0;
	border: solid 1px #9999CC;
}

.boxClosswise .header {
	margin: auto;
	padding:10px;
	width: 150px;
	float: left;
/*	background: #EEEEEE;*/
}

.boxClosswise .content {
	margin: 0;
	padding: 5px 5px 10px 5px;
	width: 477px;
	text-align: left;
	font-weight: normal;
	float: right;
	background: #ffffff;
}

.boxClosswise .confcontent {
	margin: 0;
	padding: 10px 5px 5px 5px;
	width: 477px;
	text-align: left;
	font-weight: normal;
	float: right;
	background: #ffffff;
}

/* ボックス（縦タイプ） */

.boxLengthwise {
	border: solid 1px #9999CC;
	width: 658px;
	margin: 0;
	padding: 0;
	border-top: none;
}

.LengthboxTop {
	margin: 10px 0 0 0;
	border: solid 1px #9999CC;
}

.boxLengthwise .header {
	margin: 0;
	padding: 5px 5px 5px 5px;
	border-bottom: solid 1px #9999CC;
	background: #EEEEEE;
}

.boxLengthwise .content {
	margin: 0;
	padding: 5px 5px 10px 10px;
	text-align: left;
	font-weight: normal;
	background: #ffffff;
}

.boxLengthwise .confcontent {
	margin: 0;
	padding: 10px 5px 5px 5px;
	text-align: left;
	font-weight: normal;
	background: #ffffff;
}

.noborder {
	border-bottom: none;
}

.content .center {
	text-align: center;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* 複数列（２列用）*/
.line2 {
	width: 40%;
	float: left;
}

/* 複数列（３列用）*/
.line3 {
	width: 33%;
	float: left;
}

/* 複数列（４列用）*/
.line4 {
	width: 25%;
	float: left;
}
.line {
	height: 99%;
}


/* 文字 - 見出し */
.midashi {
	margin: 10px 0 0 0;
	padding: 5px;
	font-size: 130%;
	color: #333333;
	background: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
}

/* 文字 - 小見出し */
.komidashi {
	margin: 10px 0 5px 0;
	padding: 5px;
	font-size: 90%;
	color: #333333;
	background: #AACCFF;
	text-align: center;
	font-weight: normal;
	line-height: 1.3em;
}

/* 文字 - 項目名・設問 */
.itemname {
	text-align: left;
	font-size: 80%;
	color: #334433;
	font-weight: normal;
	line-height: 1.3em;
}

/* 文字 - リスト */
.itemlist {
	text-align: left;
	text-valign: middle;
	font-size: 80%;
	color: #334433;
	font-weight: normal;
	line-height: 1.3em;
}

/* 文字 - 項目ラベル */
.itemlabel {
	text-align: left;
	font-size: 80%;
	color: #334433;
	font-weight: normal;
	line-height: 1.3em;
}

/* 文字 - 項目補足説明 */
.assist {
	text-align: left;
	font-size: 80%;
	color: #1B1111;
	font-weight: normal;
	line-height: 1.3em;
}

/* 文字 - 項目入力例・注記 */
.example {
	text-align: left;
	font-size: 80%;
	color: #F01D3A;
	font-weight: normal;
	line-height: 1.3em;
}

/* 文字 - 説明文 */
.writing {
	text-align: left;
	font-size: 75%;
	color: #333333;
	font-weight: normal;
	margin: 20px 0;
	line-height: 1.3em;
}

/* 文字 - 必須 */
.necessary {
	font-weight: normal;
	font-size: 100%;
	color: #0900FF;
}

/* 文字 - 確認画面（先頭末尾） */
.confirm {
	font-weight: normal;
	font-size: 100%;
	color: #334433;
	margin: 10px 0 0 0;
}

/* 文字 - 確認画面（入力内容） */
.confcontent p {
	font-weight: normal;
	font-size: 80%;
	color: #334433;
	/* ↓2010.2.4 電子新聞対応 by morishita */
	width: 100%;
	word-wrap:break-word;
	overflow:auto;
	/* ↑2010.2.4 電子新聞対応 by morishita */
}

/* 文字 - 完了画面 */
.complete {
	text-align: left;
	font-weight: normal;
	font-size: 110%;
	color: #334433;
}

/* 文字 - 期間外画面 */
.overtime {
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	color: #334433;
}

/* 文字 - カスタム１ */
.custom1 {
	text-align: left;
	font-weight: normal;
	font-size: 85%;
	color: #333333;
/*	background: #ffffff;*/
	line-height: 1.3em;
}

/* 文字 - カスタム２ */
.custom2 {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
/*	background: #ffffff;*/
	line-height: 1.3em;
}

/* 文字 - カスタム３ */
.custom3 {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	color: #333333;
/*	background: #ffffff;*/
	line-height: 1.3em;
}

/* 文字 - カスタム４ */
.custom4 {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
/*	background: #ffffff;*/
	line-height: 1.3em;
}

/* 文字 - カスタム５ */
.custom5 {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
/*	background: #ffffff;*/
	line-height: 1.3em;
}

/* 確認画面
------------------------------------------------ */

#confirmtext{
	margin: 10px 0 0 0;
}

/* 受付完了
------------------------------------------------ */
#completeBox {
	margin: 20px 0;
	padding: 10px;
}

/* 画面メッセージ
------------------------------------------------ */
#messageBox {
	margin: 50px 0;
	padding: 10px;
}

/* 完了画面リンクボタン
------------------------------------------------ */
p.link-btn {
	text-align: center;
}

p.link-btn input {
	font-size: 80%;
	height: 70px;
	width: 300px;
}

/* スマートフォン表示切り替え
------------------------------------------------ */
p.switch {
	font-size: 95%;
	padding: 5px;
}

/* 登録
------------------------------------------------ */
#submitBox {
	margin: 10px 0;
	padding: 0 0 10px 0;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	background: #ffffff;
}

.submit-btn {
	font-size: 90%;
	width: 100px;
}

.back-btn {
	font-size: 90%;
	width: 100px;
}

.close-btn {
	font-size: 90%;
	width: 100px;
}

/* ご利用規約
------------------------------------------------ */
#agreement {
/* 幅、高さ */
	width: 500px;
	height: 150px;
	overflow: auto;
	margin: 15px auto 5px auto;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	background: #FFF;
	border: solid 1px #CCC;
}

#agreementBox .header {
	margin: 15px 0 5px 0;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	background: #cccFFF;
}

#agreementBox .boxLengthwise {
	border: none;
}

#agreementBox textarea {
	font-weight: normal;
	font-size: 100%;
}

#agreementBox .center {
	text-align: center;
}

#agreementBox p {
	color: #000;
}

#agreement {
	font-weight: normal;
	font-size: 80%;
}

/* フッタ
------------------------------------------------ */
#footer {
	margin: 0;
	padding: 0;
	background: #AACCFF;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-weight: normal;
	color: #222222;
	text-align: center;
}

/* 画面上部エラーメッセージ */
.headererror {
	font-weight: bolder;
	font-style: normal;
	color: #f00;
	margin: 5px 0;
}

/* 項目表示用エラーメッセージ */
.error {
	font-weight: normal;
	font-style: normal;
	font-size: 70%;
	color: #f00;
	display: block;
	margin: 2px 0 0 0;
}

/* メッセージ画面用文言 */
.message {
	font-weight: normal;
	font-style: normal;
	color: #000;
}

/* 拡張定義 */
 

/* CSS clearfix Hack
------------------------------------------------ */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
