/* CSS Document */

/* style.css 

 01.Yahoo UI Library Fonts CSS
 02.base 共通
 03.body ボディ
 04.container 全体包括
 05.header ヘッダー
 06.navi ナビゲーション
 07.content コンテンツ
 08.footer フッター
 09.home ホーム
 10.second 第二階層共通
 
*/

/*
===============================================
 01.Yahoo UI Library Fonts CSS
----------------------------------------------- */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,input,button,textarea,button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * 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%;
}


/*
===============================================
 02.base 共通
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

a img {
	margin: 0;
	padding: 0;
	border: none;
}

a { color: #1695A3; text-decoration: underline;}
a:hover { color: #80CCE1; text-decoration: underline;}

.clearfix:after, .backnumber-inner:after, .download:after, .diary-text:after, .form-frame-inner:after, #renraku dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix, .backnumber-inner, .download, .diary-text, .form-frame-inner, #renraku dl { display: inline-block;}

/* Hides from IE-mac ＼*/
*html .clearfix, .backnumber-inner, .download, .diary-text, .form-frame-inner, #renraku dl { height: 1%;}
.clearfix, .backnumber-inner, .download, .diary-text, .form-frame-inner, #renraku dl { display: block;}
/* End hide from IE-mac */


/*
===============================================
 03.body ボディ
----------------------------------------------- */
body {
	background-color: #ECECE8;
	line-height: 1;
	color: #4C4C4C;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/back_grade.jpg);
	background-repeat: repeat-x;
}


/*
===============================================
 04.container 全体包括
----------------------------------------------- */
#container {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/back_grade.jpg);
	background-repeat: repeat-x;
}

#container-inner {
	width: 950px;
	margin: 0 auto;
	background-image: url(../images/frame.jpg);
	background-repeat: no-repeat;
}


/*
===============================================
 05.header ヘッダー
----------------------------------------------- */
#header {
	width: 928px;
	margin: 0 auto;
}

#header-logo {
	float: left;
	width: 204px;
	_overflow: hidden;
	margin: 13px 0 0 0;
}


/*
===============================================
 06.navi ナビゲーション
----------------------------------------------- */
#navi {
	float: right;
	width: 704px;
	_overflow: hidden;
}

/* メニュー
----------------------------------------------- */
#dd {
	margin: 7px 0 0 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

/* メニュー（普通）
----------------------------------------------- */
#dd li.mainmenu {
	margin: 18px 0 0 0;
}

/* サービス案内
----------------------------------------------- */
#dd .mainmenu a.menu {
  display: block;
  padding: 0;
  margin: 0;
  width: 116px;
  font-size: 93%;
  line-height: 1;
}

/* ドロップダウンメニュー
----------------------------------------------- */
.submenu {
  visibility: hidden;
  position: absolute;
  z-index: 3;
  margin: -5px 0 0 0;

}

.submenu a {
  display: block;
  _overflow: hidden;
  padding: 0;
  margin: 0;
  line-height: 1;
}

#dd .mainmenu a.menu img,
.submenu img {
	vertical-align: top;
}


/* メニュー（とらべる通信情報誌）
----------------------------------------------- */
#dd li.tsushinmenu {
	margin: 0 0 0 10px;
}


/*
===============================================
 07.content コンテンツ
----------------------------------------------- */
#content {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}


/*
===============================================
 08.footer フッター
----------------------------------------------- */
#footer {
	width: 100%;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
	padding: 20px 0 30px 0;
}

/* フッターナビゲーション
----------------------------------------------- */
#footer-navi {
	width: 928px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 20px 0;
}

#footer-navi li {
	display: inline;
	list-style-type: none;
	background-image: url(../images/icon_footer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 10px 0 12px;
	font-size: 85%;
	line-height: 1.1;
}

#footer-navi a {
	color: #333333;
	text-decoration: none;
}

#footer-navi a:hover { 
	color: #0098C2; 
	text-decoration: none;
}

#footer-inner {
	width: 928px;
	margin: 0 auto;
}

#footer-left {
	float: left;
	width: 718px;
	text-align: left;
	_overflow: hidden;
}

#footer-right {
	float: right;
	width: 210px;
	_overflow: hidden;
}

.footer-contact {
	margin: 0 0 10px 0;
}


/*
===============================================
 09.home ホーム
----------------------------------------------- */

/* メイン画像
----------------------------------------------- */
#main-graphic {
	width: 928px;
	margin: 0 auto;
}

/* バナー
----------------------------------------------- */
#banner {
	width: 892px;
	margin: 10px auto 0 auto;
	text-align: left;
}

#banner li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}


/*
===============================================
 10.第二階層共通
----------------------------------------------- */
#pankuzu {
	text-align: left;
	margin: 0 0 10px 0;
}

#pankuzu li {
	display: inline;
	list-style-type: none;
	background-image: url(../images/icon_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 4px 0 16px;
	font-size: 85%;
	line-height: 1.1;
}

#pankuzu li.home {
	background-image: none;
	padding: 0 4px 0 0;
}

#content-inner {
	width: 890px;
	margin: 0 auto;
}

#page-title {
	margin: 0 0 40px 0;
}

#page-title-2 {
	margin: 0 0 20px 0;
}


/*
===============================================
 11.会社案内
----------------------------------------------- */
#profile-box {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

#profile-left {
	float: left;
	width: 400px;
	_overflow: hidden;
}

#profile-right {
	float: right;
	width: 400px;
	_overflow: hidden;
}

.profile-m {
	border-left: 5px solid #336699;
	padding: 4px 10px;
	margin: 0 0 15px 0;
}

.gaiyo,
.dantai {
	width: 400px;
	background-image: url(../images/dotline_gray.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 0 40px 0;
}

.gaiyo th,
.gaiyo td {
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.5;
	padding: 6px 10px;
	background-image: url(../images/dotline_gray.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.gaiyo th {
	background-color: #EBF0F5;
	background-position: top;
}

.dantai th,
.dantai td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	line-height: 1.5;
	padding: 6px 10px;
	background-image: url(../images/dotline_gray.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.map-tool {
	margin: 30px 0 0 0;
}

.map-car {
	line-height: 1.5;
	margin: 0 0 0 50px;
}

.map-train {
	line-height: 1.5;
	margin: 0 0 0 50px;
}

.map-train li {
	line-height: 1.5;
	margin: 0;
	list-style-type: none;
	background-image: url(../images/icon_circle_blue.gif);
	background-repeat: no-repeat;
	background-position: left 0.9em;
	padding: 5px 0 5px 12px;
}


/*
===============================================
 12.リンク
----------------------------------------------- */
#link-box {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

#link-left {
	float: left;
	width: 260px;
	_overflow: hidden;
}

#link-right {
	float: right;
	width: 560px;
	_overflow: hidden;
}

.link-frame {
	width: 260px;
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	background-image: url(../link/images/japan_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.link-list {
	width: 260px;
	background-image: url(../link/images/japan_middle.gif);
	background-repeat: repeat-y;
}

.link-list td {
	background-image: url(../images/dotline_gray_2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.1;
}

.link-list td.non,
.aria-list td.non {
	background-image: none;
}

.link-list td a {
	display: block;
	padding: 8px 10px;
	background-image: url(../link/images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 240px center;
	color: #333333;
	text-decoration: none;
}

.link-list td a:hover {
	display: block;
	padding: 8px 10px;
	background-image: url(../link/images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 240px center;
	color: #1695A3;
	text-decoration: none;
}

.seihu-frame {
	width: 560px;
	padding: 0 0 5px 0;
	background-image: url(../link/images/seihu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 30px 0;
}

.seihu-frame-inner {
	width: 560px;
	background-image: url(../link/images/seihu_middle.gif);
	background-repeat: repeat-y;
	text-align: center;
	padding: 10px 0 0 0;
}

.seihu-box {
	width: 540px;
	margin: 0 auto;
}

.seihu-left,
.seihu-right {
	width: 172px;
	vertical-align: top;
}

.seihu-center {
	width: 196px;
	text-align: center;
	vertical-align: top;
}

.seihu-aria {
	width: 172px;
	height: 26px;
	margin: 0 auto;
	background-image: url(../link/images/seihu_aria.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.seihu-aria span {
	display: block;
	color: #FFFFFF;
	padding: 8px 0 0 10px;
}

.aria-frame {
	width: 172px;
	margin: 0 auto 10px auto;
	padding: 0 0 5px 0;
	background-image: url(../link/images/seihu_frame_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.aria-list {
	width: 172px;
	background-image: url(../link/images/seihu_frame_m.gif);
	background-repeat: repeat-y;
	text-align: left;
}

.aria-list td {
	background-image: url(../images/dotline_gray_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.1;
}

.aria-list td a {
	display: block;
	padding: 8px 10px;
	background-image: url(../link/images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 152px center;
	color: #333333;
	text-decoration: none;
}

.aria-list td a:hover {
	display: block;
	padding: 8px 10px;
	background-image: url(../link/images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 152px center;
	color: #1695A3;
	text-decoration: none;
}



/*
===============================================
 13.とらべる通信情報誌
----------------------------------------------- */
#tsushin-box {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 30px 0;
}

.tsushin-title {
	margin: 0 0 30px 0;
}

.tsushin-intro {
	line-height: 1.6;
	padding: 0 0 5px 0;
}

.tsushin-order {
	padding: 20px 0 0 0;
	text-align: right;
}

.backnumber {
	border: 1px solid #D3D5D7;
	padding: 25px 0;
	margin: 10px 0 0 0;
	text-align: center;
}

.backnumber-inner {
	width: 800px;
	margin: 0 auto;
}

.vol {
	float: left;
	width: 200px;
}

.vol-inner {
	background-color: #ECEDEE;
	border: 1px solid #D3D5D7;
	padding: 4px 0;
}

.vol-title {
	width: 190px;
	height: 34px;
	margin: 0 auto;
	background-image: url(../service/images/tsushin_vol.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
}

.vol-title span {
	color: #FFFFFF;
	font-family: Impact, "Arial Black";
	font-size: 24px;
	display: block;
	padding: 5px 0 0 0;
}

.vol-publish {
	width: 190px;
	margin: 0 auto;
	padding: 5px 0;
	background-image: url(../service/images/tsushin_publish.gif);
	background-repeat: repeat-y;
	font-size: 93%;
}

.vol-info {
	float: right;
	width: 580px;
	text-align: left;
}

.vol-info-text {
	margin: 0 0 0 1em;
}

.vol-info-text strong {
	font-size: 108%;
}

.vol-info-text li {
	padding: 0.3em 0;
	line-height: 1.4;
}

.hotel {
	line-height: 1.5;
	margin: 15px 0 0 0;
}

.hotel strong {
	color: #D94A00;
}

.download {
	width: 580px;
	padding: 20px 0 0 0;
}

.download dt {
	float: left;
	width: 114px;
}

.download dd {
	float: right;
	width: 466px;
	height: 35px;
	background-image: url(../service/images/pdf_download_back.jpg);
	background-repeat: no-repeat;
}

.download dd p { padding: 10px 15px;}
.download dd p a { margin: 0 5px 0 0;}


/*
===============================================
 14.添乗員日記
----------------------------------------------- */
#diary-box {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 0 0;
}

#diary-left {
	float: left;
	width: 640px;
	_overflow: hidden;
}

#diary-right {
	float: right;
	width: 200px;
	_overflow: hidden;
}

.diary-text {
	margin: 25px 0 0 0;
	line-height: 1.6;
}

.diary-text p {
	padding: 0 0 1.5em 0;
}

.diary-right-221 {
	float: right;
	width: 221px;
	margin: 4px 0 0 20px;
}

.diary-left-178 {
	float: left;
	width: 178px;
	margin: 4px 20px 0 0;
}

.diary-right-248 {
	float: right;
	width: 248px;
	margin: 4px 0 0 20px;
}

.diary-left-360 {
	float: left;
	width: 360px;
	margin: 4px 0 0 0;
}

.diary-right-420 {
	float: right;
	width: 420px;
	margin: 4px 0 0 20px;
}

.diary-p {
	background-color: #F6F6F6;
	border: 1px solid #D3D5D7;
	text-align: center;
	padding: 3px 0;
}

.diary-p span {
	display: block;
	margin: 0 3px;
}

.diary-text p.diary-p-cap {
	text-align: left;
	line-height: 1.1;
	font-size: 93%;
	padding: 0;
	margin: 5px 3px 2px 3px;
}

.p-table {
	margin: 0 auto;
}

.p-table td {
	text-align: left;
	vertical-align: top;
}

.diary-text p.p-table-cap {
	font-size: 93%;
	padding: 0;
	line-height: 1.1;
	margin: 5px 0 2px 0;
}

.diary-midashi {
	clear: both;
	padding: 40px 0 0 0;
}

.diary-text p.writer-name {
	text-align: right;
}

.map-campania {
	width: 490px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

.center {
	clear: both;
	text-align: center;
}

#archive-frame {
	width: 200px;
	background-image: url(../service/images/diary_archive_b.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 5px 0;
}

#archive-list {
	width: 200px;
	background-image: url(../service/images/diary_archive_m.jpg);
	background-repeat: repeat-y;
	padding: 4px 0 0 0;
}

#archive-list li {
	list-style-type: none;
	padding: 6px 10px;
	line-height: 1.5;
	border-top: 1px solid #c5baa8;
}

#archive-list li:first-child { border-top: none;}

#archive-list li a {
  display: block;
  text-decoration: none;
  color: #4C4C4C;
}

.vol-number {
	background-image: url(../service/images/diary_archive_vol.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 4px;
}

#archive-list li strong {
	font-weight: bold;
	color: #5A3713;
	font-size: 108%;
}


/*
===============================================
 15.フォーム
----------------------------------------------- */
#form-title {
	width: 860px;
	margin: 0 auto;
}

.form-intro {
	width: 860px;
	margin: 20px auto;
	line-height: 1.6;
	text-align: left;
}

#form-box {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

#form-box-inner {
	background-color: #FDF2DA;
	border-top: 2px solid #D1C6B8;
	border-left: 3px solid #D1C6B8;
	border-right: 3px solid #D1C6B8;
	border-bottom: 3px solid #D1C6B8;
	padding: 0;
}

.form-frame {
	border-top: 1px solid #D1C6B8;
	padding: 20px 0;
}

.form-frame-inner {
	width: 650px;
	margin: 0 auto;
	text-align: left;
}

.form-left {
	float: left;
	width: 180px;
	_overflow: hidden;
}

.form-right {
	float: right;
	width: 450px;
	_overflow: hidden;
}

.form-right-inner {
	border-left: 3px solid #F6C867;
	padding: 0 0 15px 0;
}

.form-left dt {
	color: #644111;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.form-left dd p {
	font-size: 93%;
	line-height: 1.5;
	margin: 0;
}

.want {
	background-color: #FBE5B7;
	padding: 5px 0;
	margin: 0 0 15px 20px;
}

.want li {
	list-style-type: none;	
	display: inline;
	line-height: 1.5;
}

.want input {
	margin: 0 2px 0 10px;
	vertical-align: middle;
}

#mm-form,
#tsushin-form {
	width: 430px;
	margin: 0 0 0 20px;
}

#mm-form th {
	width: 105px;
	color: #644111;
	font-weight: bold;
}

#mm-form td {
	width: 315px;
}

#tsushin-form th {
	width: 70px;
	color: #644111;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 10px 0;
}

#tsushin-form td {
	width: 350px;
	line-height: 1.5;
	padding: 0 0 10px 0;
}

#mm-form td input,
#tsushin-form td input {
	margin: 0;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #F9DB9A;
	font-size: 100%;
	padding: 2px;
}

#btn-submit {
	margin: 30px 0;
}

#btn-submit input {
	display: block;
	width: 120px;
	height: 36px;
	margin: 0 auto;
	background-image: url(../service/images/btn_submit.jpg);
	background-repeat: no-repeat;
	text-indent: -9999em;
	border: none;
	cursor: pointer;
}

/* IE6.0以前とMac版IE5.x用ハック */
*html #btn-submit input {
	text-indent: 0;
}

/* IE7.0用ハック */
*:first-child+html #btn-submit input {
	text-indent: 0;
}

.thanks-title {
	color: #644111;
	font-weight: bold;
	font-size: 18px;
	margin: 30px 0 20px 0;
}

.thanks-text {
	font-size: 100%;
	line-height: 1.6;
	margin: 0 0 30px 0;
}


/*
===============================================
 16.社員旅行・企画旅行
----------------------------------------------- */
#kikaku-title {
	width: 860px;
	margin: 0 auto;
}

#kikaku-box {
	padding: 0 0 30px 0;
}

#kikaku-illust {
	width: 800px;
	margin: 30px auto 30px auto;
}

#toriaezu {
	width: 480px;
	margin: 0 auto 20px auto;
}

#keiken-box {
	width: 860px;
	margin: 0 auto 20px auto;
	background-image: url(../service/images/keiken_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 60px 0;
}

#keiken-box-inner {
	width: 860px;
	background-image: url(../service/images/keiken_top.gif);
	background-repeat: no-repeat;
	padding: 8px 0 0 0;
}

#keiken {
	width: 860px;
	background-image: url(../service/images/keiken_middle.gif);
	background-repeat: repeat-y;
	padding: 0 0 10px 0;
}

#keiken-inner {
	width: 844px;
	margin: 0 auto;
}

#kanji {
	width: 414px;
	float: left;
}

#keiei {
	width: 414px;
	float: right;
}

.keiken-midashi {
	text-align: left;
	margin: 0 18px;
	padding: 15px 0 10px 0;
}

#kanji-list,
#keiei-list {
	margin: 0 18px;
	text-align: left;
}

#kanji-list li {
	margin: 0;
	text-align: left;
	list-style-type: none;
	background-image: url(../service/images/icon_kanji.gif);
	background-repeat: no-repeat;
	background-position: left 0.8em;
	line-height: 1.4;
	padding: 8px 0 8px 20px;
	border-bottom: 1px solid #DAD3C2;
}

#keiei-list li {
	margin: 0;
	text-align: left;
	list-style-type: none;
	background-image: url(../service/images/icon_keiei.gif);
	background-repeat: no-repeat;
	background-position: left 0.8em;
	line-height: 1.4;
	padding: 8px 0 8px 20px;
	border-bottom: 1px solid #DAD3C2;
}

#keiei-list li span {
	display: block;
	text-align: right;
	color: #3195C9;
	font-weight: bold;
}

.kekka {
	margin: 15px 18px 0 18px;
	text-align: left;
}

.kekka-text {
	margin: 0 18px;
	text-align: left;
	line-height: 1.5;
	padding: 10px 0 0 0;
}

.kikaku-illust-2 {
	width: 300px;
	margin: 20px auto 0 auto;
}

#order-box {
	width: 860px;
	margin: 0 auto;
	background-image: url(../service/images/order_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 10px 0;
}

#order-box-inner {
	width: 860px;
	background-image: url(../service/images/order_top.gif);
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

#order {
	width: 860px;
	background-image: url(../service/images/order_middle.gif);
	background-repeat: repeat-y;
	padding: 10px 0;
}

#order-inner {
	width: 820px;
	margin: 0 auto;
}

#order-title {
	width: 430px;
	float: left;
}

#order-title img {
	display: block;
	padding: 15px 0 0 0;
	margin: 0 0 0 12px;
}

#order-right {
	width: 338px;
	float: right;
}

#order-list li {
	list-style-type: none;
	font-size: 1%;
	text-align: left;
	padding: 2px 0;
}

.listen {
	text-align: right;
	padding: 10px 0 0 0;
}

#soudan {
	clear: both;
	padding: 10px 0 0 0;
}

#soudan p {
	padding: 15px 0 0 0;
}


/*
===============================================
 17.見積りフォーム
----------------------------------------------- */
#mitsumori-title {
	width: 860px;
	margin: 0 auto;
}

#mitsumori-box {
	padding: 0 0 30px 0;
}

#mitsumori-text {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5;
	padding: 20px 0 0 0;
}

.q-mitsumori {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

.q-mitsumori label,
.q-mitsumori textarea {
	display: block;
}

.q-mitsumori label {
	background-image: url(../service/images/icon_mitsumori.jpg);
	background-repeat: no-repeat;
	background-position: left 0.1em;
	padding: 0 0 0 30px;
	margin: 30px 0 10px 0;
	line-height: 1.5;
}

.q-mitsumori label strong {
	color: #336699;
	font-weight: bold;
}

.q-mitsumori textarea,
#other {
	width: 91%;
	margin: 0 0 0 30px;
	background-color: #F4F7FA;
	border: 1px solid #D7E1EB;
	font-size: 100%;
	padding: 2px;
}

.other {
	margin: 20px 0 10px 30px;
}

#play-box {
	margin: 0 0 0 15px;
	text-align: left;
	font-size: 100%;
	line-height: 1.8;
}

#play-box input {
	vertical-align: middle;
	margin: 0 6px 0 15px;
	font-size: 100%;
	line-height: 1.8;
}

#renraku-title {
	margin: 40px auto 0 auto;
	width: 700px;
}

#renraku-box {
	width: 700px;
	margin: 0 auto;
}

#renraku-box-inner {
	background-color: #F4F7FA;
	border: 3px solid #336699;
	padding: 15px 0;
}

#renraku {
	width: 640px;
	margin: 0 auto;
	text-align: left;
}

#renraku th {
	width: 140px;
	padding: 3px 0;
	font-size: 100%;
	line-height: 1.5;
}

#renraku th label {
	color: #336699;
	font-weight: bold;
	margin: 0 4px 0 0;
}

#renraku th img {
	vertical-align: middle;
}

#renraku td {
	width: 500px;
	padding: 3px 0;
}

#renraku td input {
	margin: 0 6px 0 0;
	background-color: #FFFFFF;
	border: 1px solid #D7E1EB;
	font-size: 100%;
	padding: 2px;
}

#renraku td span {
	font-size: 85%;
}

#mitsumori-submit {
	margin: 30px 0 0 0;
	clear: both;
}

#mitsumori-submit input {
	display: block;
	width: 120px;
	height: 36px;
	margin: 0 auto;
	background-image: url(../service/images/btn_mitsumori_submit.jpg);
	background-repeat: no-repeat;
	text-indent: -9999em;
	border: none;
	cursor: pointer;
}

/* IE6.0以前とMac版IE5.x用ハック */
*html #mitsumori-submit input {
	text-indent: 0;
}

/* IE7.0用ハック */
*:first-child+html #mitsumori-submit input {
	text-indent: 0;
}

#kakunin-text {
	width: 860px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
	padding: 20px 0 0 0;
}

#kakunin {
	width: 740px;
	margin: 0 auto;
	padding: 30px 0;
}

#kakunin table {
	width: 100%;
	border-left: 1px solid #D7E1EB;
	border-top: 1px solid #D7E1EB;
}

#kakunin th {
	width: 40%;
	font-size: 100%;
	line-height: 1.5;
	color: #336699;
	font-weight: bold;
	border-right: 1px solid #D7E1EB;
	border-bottom: 1px solid #D7E1EB;
	text-align: left;
	padding: 10px 15px;
}

#kakunin td {
	width: 60%;
	font-size: 100%;
	line-height: 1.5;
	border-right: 1px solid #D7E1EB;
	border-bottom: 1px solid #D7E1EB;
	background-color: #F4F7FA;
	text-align: left;
	padding: 10px 15px;
}

#kakunin-submit {
	padding: 0 0 30px 0;
}

#kakunin-submit input {
	font-size: 100%;
}

#kanryo,
#error {
	width: 740px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#kanryo h4 {
	font-size: 138.5%;
	line-height: 1.5;
	color: #336699;
	font-weight: bold;
	padding: 0 0 20px 0;
}

#error h4 {
	font-size: 138.5%;
	line-height: 1.5;
	color: #D94A00;
	font-weight: bold;
	padding: 0 0 20px 0;
}

#kanryo p {
	font-size: 100%;
	line-height: 1.6;
	padding: 0 0 1.5em 0;
}

.error-body {
	background-color: #FEF6E6;
	border: 1px solid #FCEDCD;
	padding: 15px 0;
	margin: 0 0 30px 0;
}

.error-body p {
	font-size: 100%;
	line-height: 1.6;
}

#kanryo p img {
	vertical-align: middle;
	margin: 0 6px 0 0;
}