@charset "utf-8";

/* ==========================================================

title : 東通トラベル TOP
scope : 全ページ共通

last modify :　2017/09/12 306_kondo

memo  : 

========================================================== */


/* ----------------------------------------------------------
	reset
---------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	height:100%;
}
body {
	color: #333;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	margin:0;
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
	
body, input, textarea, select, button {
	font-size: 16px;
  /*font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

input, textarea, select, button {
  vertical-align:middle;
}

a {
	text-decoration:none;
}

a:link {
	color:#0000FF;
}
 
a:visited {
	color:#0000FF;
}

a:hover {
	color:#FF0000;
}

/* ------ hover時画像を透過 ------ */
a:hover img.ov {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
a:hover .rollover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
a:hover img.not {
  opacity: 1!important;
}

/* iPad用 */
html.ipad a:hover {
  opacity: 1!important;
}

/* ----------------------------------------------------------
	共通 フレーム擬似デザイン用
---------------------------------------------------------- */
#wrap{
	height:100%;
	min-height:100%;
	margin:0;
}
body > #wrap{
	height:auto;
}
h1{
	width:825px;
}
#container{
	margin:0;
	display: flex;
	background-color:#A01515;
	width:800px;
}
nav{
	background-color:#A01515;
	box-sizing:border-box;
	text-align:center;
	flex-basis:160px;
}
nav + section{
	padding-bottom:40px;
	background-color:#fff;
	box-sizing:border-box;
	flex-basis:665px;
}
footer{
	background-color:#A01515;
	box-sizing:border-box;
	color:#fff;
	font-size:12px;
	margin-bottom:0;
	padding:2px 2px 2px 160px;
	height:16px;
	width:800px;
}
footer a{
	color:#fff !important;
	text-decoration:none;
}
footer a:hover{
	text-decoration:underline;
}
footer span{
	float:right;
}


/* ----------------------------------------------------------
	共通 トラベル.cssから擬似フレーム用に移植
---------------------------------------------------------- */
td {
	font-size: 12px;
	line-break: strict;
	white-space: normal;
	line-height: 125%
}
a:link {
	color : #0000ee;
	text-decoration : none
}
a:visited {
	color : #0000ee;
	text-decoration : none
}
a:active {
	color : #FF0000;
	text-decoration : none
}
a:hover {
	color : #FF0000;
	text-decoration : underline;
}
section {
	font-size: 12px;
	line-break: strict !important;
	white-space:normal !important;
	line-height: 125% !important;
	color: #000;
}
input {
	padding:5px 0 5px;
	margin: 3px 0 3px;
}

/*-- タブレットで非表示にしたい場合使う --*/
.tabdisnon {
	display:none;
}

.tr_top {
	background-color:#A01515;
}
/* サイズ */
.fts-exsmall {
	font-size:9px;
	line-height: 100%;
}
.fts-exsmallwhi {
	font-size:9px;
	color:#ffffff;
}
.fts-xsmall {
	font-size:10px;
}
.fts-xsmallwhi {
	font-size:10px;
	color:#ffffff;
}
.fts-xsmallred {
	font-size:10px;
	color:#FF0000;
}
.fts-xsmallblu {
	font-size:10px;
	color:#3333CC;
}
.fts-xsmallgry {
	font-size:10px;
	color:#666666;
}
.fts-xsmallgry2 {
	font-size:10px;
	color:#999999;
}
.fts-xsmallbro {
	font-size:10px;
	color:#663300;
}
.fts-xsmallbro2 {
	font-size:10px;
	color:#CC0000;
}
.fts-small {
	font-size:11px;
}
.fts-smallwhi {
	font-size:11px;
	color:#ffffff;
}
.fts-normal {
	font-size:12px;
}
.fts-normalwhi {
	font-size:12px;
	color:#ffffff;
}
.fts-large {
	font-size:13px;
}
.fts-xlarge {
	font-size:14px;
}
.fts-xlargewhi {
	font:14px "ＭＳ Ｐゴシック", "Osaka";
	color:#ffffff;
}
.fts-exlarge {
	font-size:15px;
}
/*** 色定義 ***/
.ftc-000000 {
	color:#000000;
}
.ftc-ffffff {
	color:#ffffff;
}
.ftc-ff0000 {
	color:#ff0000;
}
.ftc-cc0000 {
	color:#CC0000;
}
.ftc-006633 {
	color:#006633;
}
.ftc-009900 {
	color:#009900;
}
.ftc-330099 {
	color:#330099;
}
.ftc-333333 {
	color:#333333;
}
.ftc-666666 {
	color:#666666;
}
.ftc-999999 {
	color:#999999;
}
.ftc-0099CC {
	color:#0099CC;
}
.ftc-FF6600 {
	color:#FF6600;
}
.ftc-0066CC {
	color:#0066CC;
}
.ftc-FF9900 {
	color:#FF9900;
}
.ftc-660099 {
	color:#660099;
}
.ftc-CC3300 {
	color:#CC3300;
}
.ftc-990000 {
	color:#990000;
}
.ftc-FF6699 {
	color:#FF6699;
}
.ftc-804040 {
	color:#804040;
}
.ftc-FF3399 {
	color:#FF3399;
}

p.homemate {
	padding:0;
	margin:0;
}
p.homemate a {
	display:block;
	text-indent:-9999px;
	width:232px;
	height:95px;
	background:url(/image/bnr_homemate.jpg) no-repeat 0px 0;
}
p.homemate a:hover {
	background:url(/image/bnr_homemate.jpg) no-repeat 0px -95px;
}

p.cup {
	padding:0;
	margin:0;
}
p.cup a {
	display:block;
	text-indent:-9999px;
	width:232px;
	height:95px;
	background:url(/image/bnr_tokencup.jpg) no-repeat 0px 0;
}
p.cup a:hover {
	background:url(/image/bnr_tokencup.jpg) no-repeat 0px -95px;
}