@charset "UTF-8";

/*************************************************************
パーパスジャパン
[css/other.css]
16.07.19
**************************************************************/

/* 目次
-------------------------------------------------------------
1) 共通
2) 代表メッセージ　[/about_ppj.html]
3) 会社概要　[/company.html]
4) 沿革　[/history.html]
5) メディア掲載情報　[/media.html]
6) 採用情報　[/recruit.html]
7) ご利用上の注意　[/guide.html]
8) 旅行業約款／旅行条件書／旅行業務取扱料金表　[/operate.html]
9) 個人情報保護方針　[/privacy.html]
10) リンクについて　[/link.html]
11) 旅行相談　[/consult/]
12) お客様相談窓口　[/consult/form/]
13) 個人旅行Q&A　[/qanda.html]
14) NOT FOUND　[/notfound.html]
15) 事前受付フォーム（フィギュアスケート）　[/consult/form/figureskate.html]
-------------------------------------------------------------*/


/* 1) 共通
-------------------------------------------------------------*/
/* ページタイトル */
#contents h3.ttl {
	font-size: 24px;
	line-height: 1.25;
	font-weight: bold;
	letter-spacing: 2px;
	border-left: #3a65ae solid 6px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* テーブル */
#contents table {
	border: #e6e6e6 solid 1px;
	border-bottom: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

/* 旅行相談、代表メッセージ、会社概要、沿革、メディア、採用情報 */
#contents p.kv {
	margin-top: 20px;
}

/* 代表メッセージ、会社概要、沿革、メディア、採用情報 */
#contents article.fleft {
	width: 740px;
}

#contents aside.fright {
	width: 200px;
	margin-top: 30px;
}

#contents aside.fright li {
	margin-bottom: 5px;
}

#contents aside.fright li a {
	display: block;
	height: 60px;
	background-color: #f2f2f2;
}

#contents #about aside.fright li#nvAbout a,
#contents #company aside.fright li#nvCompany a,
#contents #history aside.fright li#nvHistory a,
#contents #media aside.fright li#nvMedia a,
#contents #recruit aside.fright li#nvRecruit a {
	background-color: #ced8eb;
}

#contents aside.fright li a span {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}

#contents aside.fright li a span.icon {
	width: 42px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: #b3b3b3;
}

#contents #about aside.fright li#nvAbout a span.icon,
#contents #company aside.fright li#nvCompany a span.icon,
#contents #history aside.fright li#nvHistory a span.icon,
#contents #media aside.fright li#nvMedia a span.icon,
#contents #recruit aside.fright li#nvRecruit a span.icon {
	background-color: #6184be;
}

#contents aside.fright li a span.icon img {
	margin-top: 7px;
}

#contents aside.fright li a span.txt {
	font-size: 16px;
	color: #000;
	padding-left: 14px;
}

/* 会社概要、沿革、メディア、採用情報 */
#contents article.fleft > table {
	width: 740px;
	line-height: 1.5;
}

#contents article.fleft > table th {
	text-align: left;
	background-color: #f0f0f0;
	border-bottom: #e6e6e6 solid 1px;
	padding: 10px 0 10px 24px;
}

#contents article.fleft > table td {
	border-left: #e6e6e6 solid 1px;
	border-bottom: #e6e6e6 solid 1px;
	padding: 10px 20px 10px 24px;
}

/* ご利用上の注意、約款、個人情報保護方針、リンク */
#contents .container.w830 {
	width: 830px;
}

#contents .container.w830 table {
	width: 830px;
	margin-top: 30px;
}

/* 写真コンテスト */
#contents .container.w980 {
	width: 980px;
}

#contents .container.w980 table {
	width: 980px;
	margin-top: 30px;
}

/* 2) 代表メッセージ　[/about_ppj.html]
-------------------------------------------------------------*/
#about .fleft h4 {
	margin-bottom: 30px;
}

#about .fleft p {
	font-size: 15px;
	line-height: 1.8;
	font-family: '游明朝体','游明朝','Yu mincho',YuMincho,'ヒラギノ明朝 Pro','Hiragino Mincho Pro';
	margin-bottom: 1em;
}

/* 3) 会社概要　[/company.html]
-------------------------------------------------------------*/
#company .fleft th {
	width: 12em;
}

#company .fleft td ul.kanrisha li {
	display: inline-block;
	width: 8em;
}

#company .fleft td small {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

/* 4) 沿革　[/history.html]
-------------------------------------------------------------*/
#history .fleft th {
	width: 6.6em;
}

#history .fleft td li {
	line-height: 1.5;
	margin-top: 8px;
	padding-left: 12px;
	background: url(../images/other/listMark.png) no-repeat left 6px;
}

#history .fleft td li:first-child {
	margin-top: 0;
}

/* 5) メディア掲載情報　[/media.html]
-------------------------------------------------------------*/
#media .fleft ul.age li {
	float: left;
	width: 136px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #6184be;
	border-radius: 4px;
	margin-right: 10px;
}

#media .fleft ul.age li a {
	display: block;
	color: #fff;
	background-color: #b3b3b3;
	border-radius: 4px;
}

#media .fleft ul.age li a:hover {
	background-color: #d2d2d2;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

#contents #media .fleft table {
	margin: 20px 0;
}

#contents #media .fleft table th {
	width: 6.2em;
	text-align: right;
	padding-left: 0;
	padding-right: 18px;
}

#contents #media .fleft table td {
	min-width: 10.4em;
	padding-left: 18px;
	padding-right: 10px;
}

#contents #media .fleft table td strong {
	font-size: 15px;
	font-weight: bold;
}

/* 6) 採用情報　[/recruit.html]
-------------------------------------------------------------*/
#recruit .fleft th {
	width: 10em;
}

#recruit .fleft td p {
	margin-top: 1em;
}

#recruit .fleft td .lft5em {
	margin-left: 5em;
}

#recruit .fleft td > table {
	border: none;
	margin-bottom: 1em;
}

#recruit .fleft td > table th {
	width: auto;
	background-color: transparent;
	border-bottom: none;
	padding: 0 16px 0 0;
}

#recruit .fleft td > table td {
	border-bottom: none;
	padding: 0 16px;
}

#recruit .fleft td dt {
	font-weight: bold;
}

#recruit .fleft td dd {
	padding-left: 1em;
}

#recruit .fleft td dd.btm1em {
	margin-bottom: 1em;
}

/* 応募書類　送付先 */
#recruit .fleft .obo {
	border: #e6e6e6 solid 1px;
	margin-top: 20px; 
}

#recruit .fleft .obo h4 {
	border-bottom: #ccc dotted 1px;
}

#recruit .fleft .obo p {
	padding-top: 10px;
	padding-bottom: 15px;
}

/* 7) ご利用上の注意　[/guide.html]
-------------------------------------------------------------*/
#guide ol li {
	margin-top: 1em;
	list-style-position: inside;
	text-indent: -1.1em;
	padding-left: 1.1em;
}

/* 8) 旅行業約款／旅行条件書／旅行業務取扱料金表　[/operate.html]
-------------------------------------------------------------*/
#operate h3 + ul {
	margin-bottom: 5px
}

#operate th {
	width: 12.4em;
	text-align: left;
	background-color: #f0f0f0;
	border-bottom: #e6e6e6 solid 1px;
	padding: 12px 0 12px 24px;
}

#operate td {
	border-left: #e6e6e6 solid 1px;
	border-bottom: #e6e6e6 solid 1px;
	padding: 12px 20px 12px 24px;
}

#operate td li a {
	display: inline-block;
	padding: 4px 24px 4px 0;
	background: url(../images/other/pdficon_small.png) no-repeat right center;
}

/* 9) 個人情報保護方針　[/privacy.html]
-------------------------------------------------------------*/
#privacy h4 {
	font-size: 15px;
	padding: 2px 24px;
	margin: 30px 0 10px;
	background-color: #d8e0ef;
}

#privacy p {
	margin-bottom: 1em;
}

/* 10) リンクについて　[/link.html]
-------------------------------------------------------------*/
#link p strong {
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0.8em;
}

#link li {
	margin-bottom: 1em;
}
	
#link ol li {
	list-style-position: inside;
	text-indent: -1.1em;
	padding-left: 1.1em;
}

#link ul li {
	padding-left: 1.1em;
	background: url(../images/other/listMark.png) no-repeat left center;
}

#link table {
	margin-bottom: 10px;
}

#link th {
	font-weight: bold;
	background-color: #f0f0f0;
	padding: 4px 0;
}

#link .size {
	white-space: nowrap;
	text-align: center;
}

#link td {
	font-size: 13px;
	line-height: 1.2;
	vertical-align: middle;
	padding: 14px 20px;
	border-bottom: #e6e6e6 solid 1px;
	border-left: #e6e6e6 dashed 1px;
}

/* 11) 旅行相談　[/consult/]
-------------------------------------------------------------*/
#consult #contents section {
	margin-top: 50px;
}

#consult #contents h3 {
	font-size: 22px;
	line-height: 1;
	padding-left: 26px;
	padding-bottom: 8px;
	border-left: #3a65ae solid 5px;
	border-bottom: #c4d0e7 solid 2px;
	margin-bottom: 12px;
}

/* メールでお問い合わせ */
#consult #contents ul.formBtn {
	margin-top: 12px;
	margin-bottom: 13px;
}

#consult #contents .bg_bk06 {
	line-height: 20px;
	margin-top: 13px;
	padding: 10px 30px;
}

#consult #contents .bg_bk06 a {
	padding-left: 13px;
	background: url(../images/common/arrow03.png) no-repeat left center;
}

/* 電話・カウンターでお問い合わせ */
#consult #contents p.f12.lh20 + .office {
	margin-top: 20px;
	margin-bottom: 30px;
}

#consult #contents .office {
	border: #ccc solid 1px;
}

#consult #contents .office .fleft {
	width: 628px;
}

#consult #contents .office .fleft h4 {
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	padding-left: 30px;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(left, #ededed 0%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ededed 0%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ededed 0%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

#consult #contents .office .fleft dl {
	margin-top: 10px;
	margin-left: 30px;
	line-height: 1.8;
}

#consult #contents .office .fleft dt {
	float: left;
	clear: left;
	min-width: 56px;
	font-weight: bold;
	color: #808080;
}

#consult #contents .office .fleft dt:first-child {
	color: #000;
}

#consult #contents .office .fleft dd {
	float: left;
}

#consult #contents .office .fright {
	width: 350px;
}

#consult #contents .office .fright a {
	display: block;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	text-shadow: 1px 1px 0 #fff;
	background: #d9d9d9; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #d9d9d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff 0%, #d9d9d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff 0%, #d9d9d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
}

/* 12) お客様相談窓口　[/consult/form/]
-------------------------------------------------------------*/
#customer #contents {
	min-height: 360px;
}

#customer #contents .red {
	color: #c03;
}

#customer #contents p {
	margin-bottom: 1em;
}

#customer #contents p strong {
	font-weight: bold;
}

#customer #contents .bg_bk06 {
	padding: 30px 30px 0;
	border-radius: 8px;
	margin-top: 30px;
}

#customer #contents table {
	font-size: 16px;
	border: none;
}

#customer #contents th {
	width: 175px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom: 30px;
}

#customer #contents th small,
#customer #contents th span.red {
	font-size: 13px;
	font-weight: normal;
}

#customer #contents th span.red {
	display: block;
	line-height: 1;
}

#customer #contents td {
	padding-bottom: 30px;
}

#customer #contents .bg_bk06 textarea {
	width: 745px;
	height: 160px;
	font-size: 16px;
	border: #ccc solid 1px;
}

#customer #contents .bg_bk06 input {
	font-size: 16px;
	background-color: #fff;
	padding: 10px;
	border: #ccc solid 1px;
}

#customer #contents .bg_bk06 input.w180 {
	width: 180px;
}

#customer #contents .bg_bk06 input.mtop15 {
	margin-top: 15px;
}

#customer #contents .bg_bk06 input.w400 {
	width: 400px;
}

/* 個人情報 */
#customer #contents dl {
	display: table;
	border: #ccc solid 1px;
	margin-top: 30px;
}

#customer #contents dt {
	display: table-cell;
	width: 182px;
	background-color: #f0f0f0;
	padding-left: 15px;
	vertical-align: middle;
}

#customer #contents dd {
	padding: 7px 15px;
}

/* 確認・送信・戻るボタン */
#customer #contents input[type="image"] {
	background-color: transparent;
	margin-top: 40px;
}

/* サンクスページ */
#customer #contents p.f30 {
	margin-top: 60px;
}

/* 13) 個人旅行Q&A　[/qanda.html]
-------------------------------------------------------------*/
#qanda #contents h3 {
	font-size: 19px;
	line-height: 42px;
	background-color: #e7ecf5;
	border-left: #3a65ae solid 4px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-left: 24px;
}

#qanda #contents dl {
	border: #d9d9d9 solid 1px;
	border-radius: 8px;
}

#qanda #contents dt {
	display: block;
	font-size: 16px;
	border-top: #d9d9d9 solid 1px;
	padding: 16px 16px 16px 76px;
	background: url(../images/qanda/mk_plus.png) no-repeat 28px center;
	cursor:pointer;
}

#qanda #contents dt:first-child {
	border-top: none;
}

#qanda article dt.active {
	background: url(../images/qanda/mk_minus.png) no-repeat 28px center;
}

#qanda #contents dd {
	font-size: 16px;
	background-color: #f0f0f0;
	border-top: #d9d9d9 solid 1px;
	padding: 16px 16px 16px 76px;
	display:none;
}

#qanda #contents dd:last-child {
	border-radius: 0 0 8px 8px;
}

/* 14) NOT FOUND　[/notfound.html]
-------------------------------------------------------------*/
#notfound  #contents {
	min-height: 360px;
}

#notfound  #contents p.f18 {
	margin-top: 110px;
}

#notfound  #contents p.btn {
	margin-top: 30px;
}

/* 15) 事前受付フォーム（フィギュアスケート）　[/consult/form/figureskate.html]
-------------------------------------------------------------*/
#customer #contents table.jizen th {
	width: 205px;
}

#customer #contents .bg_bk06 table.jizen textarea {
	width: 715px;
}

#customer #contents .bg_bk06 input.mbtm15 {
	margin-bottom: 15px;
}

#customer #contents .bg_bk06 input.w504 {
	width: 504px;
}

#customer #contents th small.note {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 6px;
}

#customer #contents th small.bold {
	font-size: 14px;
	font-weight: bold;
}

#customer #contents .bg_bk06 select {
	width: 202px;
	font-size: 16px;
	padding-left: 10px;
	margin-bottom: 14px;
}

#customer #contents td .bg_bk15 {
	width: 100%;
	padding: 8px 0;
}

#customer #contents .bg_bk06 input[type="checkbox"],
#customer #contents .bg_bk06 input[type="radio"] {
	padding: 0;
	border: 0;
	margin-right: 4px;
}

#customer #contents td .bg_bk15 input[type="checkbox"] {
	margin-left: 18px;
}

#customer #contents td input[type="radio"] {
	margin-left: 18px;
}
