@charset "utf-8";
/*
Theme Name: Sea World Travel
Version: 2.0
*/


/* =Reset default browser CSS.
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-size: 62.5%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif!important;}

/*h1,*/ h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
/*
#container {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	display: block;
}


#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
*/

/*---ホームのみメイン---
#main {
	width: 600px;
	padding: 0 20px 0 0;
	margin: 10px 0 0 0;
	float: left;
	display: block;
}

#side {
	width: 280px;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	display: block;
}*/

/*---ホーム以外メイン---
#content {
	width: 600px;
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}*/

/*
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}

#primary {
	width: 270px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#secondary {
	width: 270px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}


#footer {
	clear: both;
	width: 100%;
}*/

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
/*.page-title span,*/
.pingback a.url {
	/*font-family: Georgia, "Bitstream Charter", serif;*/
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
/*.page-title,*/
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
	/*font-family: "Courier 10 Pitch", Courier, monospace;*/
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
/*#main,*/
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#wrapper {
	background: #fff;
	margin-top: 0;
	padding: 0;
}

#wrapper-single {
	margin: 0 0 0 20px;
	width: 620px;
}
#wrapper-single {
	background: #fff;
	margin-top: 0;
	padding: 0;
}


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #333;
	font-size: 12px; /*don't touch*/
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #017edf;
}
a:visited {
	color: #017edf;
	/*color: #606266;*/
}
a:active,
a:hover {
	color: #003f70;
	background: #faf6bb;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

/*headerbg*/
#wrapperh {
	margin: 0 auto;
	background: url(img/bg-hdr.gif) repeat-x;
}

/*headerbg single window*/
#wrapperh-single {
	margin: 0;
	background: url(img/bg-hdr-single.gif) repeat-x;
}

h1 {
	font-size: 1.0em;
	font-weight: normal;
	height: 21px;
	padding: 4px 20px 0 20px;
	color: #333;
}

/*----ie7----*/
*:first-child+html h1 {
	height: 21px;
	padding: 3px 20px 0 20px;
}

#header {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 134px;
}

/*----ie7----*/
*:first-child+html #header {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 134px;
}

#hdr-l {
	float: left;
	margin: 0;
	padding: 0;
}

#hdr-r {
	float: right;
	margin: 0;
	padding: 0;
}

#header-single {
	width: 640px;
	margin: 0;
	padding: 0;
	height: 100px;
}

/*----ie7----*/
*:first-child+html #header-single {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 100px;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}

#blogbar {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

#blogbar {
	width: 900px;
	height: 80px;
	margin: 0;
	padding: 0;
	display: block;
}



/* =Navigation 
-------------------------------------------------------------- */

/*--- page navi ---*/
#menu {
	width: 900px;
	margin: 0;
	padding: 0;
	background-image: url(img/bg-nv.gif);
	background-repeat: repeat-x;
}

#menu ul {
	list-style: none;
	margin: 0;
	width: 900px;
}

#menu ul li#menu1,#menu ul li#menu1_1, #menu ul li#menu2, #menu ul li#menu2_1 {
	float:left;
	position: relative;
	background: url(img/nv.gif) no-repeat;
	width: 180px;
	height: 50px;
}

#menu ul li#menu1 a, #menu ul li#menu1_1 a, #menu ul li#menu2 a, #menu ul li#menu2_1 a {
	display:block;
	text-decoration: none;
	text-indent: -9999px;
  background: url(img/nv.gif) no-repeat;
	width: 180px;
	height: 50px;
}

#menu ul li#menu3, #menu ul li#menu3_1,#menu ul li#menu4, #menu ul li#menu4_1,#menu ul li#menu5, #menu ul li#menu5_1, #menu ul li#menu6, #menu ul li#menu6_1,#menu ul li#menu7, #menu ul li#menu7_1{
	float: left;
	position: relative;
	background: url(img/nv.gif) no-repeat;
	width: 180px;
	height: 50px;
}

#menu ul li#menu3 a, #menu ul li#menu3_1 a, #menu ul li#menu4 a, #menu ul li#menu4_1 a, #menu ul li#menu5 a, #menu ul li#menu5_1 a, #menu ul li#menu6 a, #menu ul li#menu6_1 a, #menuhome ul li#menu6 a ,#menu ul li#menu7 a, #menu ul li#menu7_1 a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
  background: url(img/nv.gif) no-repeat;
	width: 180px;
	height: 50px;
}

#menu ul li#menu1 a { background-position: 0 0; }
#menu ul li#menu2 a { background-position: -180px 0; }
#menu ul li#menu3 a { background-position: -360px 0; }
#menu ul li#menu4 a { background-position: -540px 0; }
#menu ul li#menu5 a { background-position: -720px 0; }
/*#menu ul li#menu6 a { background-position: -735px 0; }*/

#menu ul li a:hover {
	display:block;
	text-decoration:none;
	background: url(img/nv.gif) no-repeat;
}

#menu ul li#menu1 a:hover { background-position: 0 -50px; }
#menu ul li#menu2 a:hover { background-position: -180px -50px; }
#menu ul li#menu3 a:hover { background-position: -360px -50px; }
#menu ul li#menu4 a:hover { background-position: -540px -50px; }
#menu ul li#menu5 a:hover { background-position: -720px -50px; }
/*#menu ul li#menu6 a:hover { background-position: -735px -50px; }*/

/*--- 現在地---*/

#menu ul li#menu1_1 a { background-position: 0 -50px; }
#menu ul li#menu2_1 a { background-position: -180px -50px; }
#menu ul li#menu3_1 a { background-position: -360px -50px; }
#menu ul li#menu4_1 a { background-position: -540px -50px; }
#menu ul li#menu5_1 a { background-position: -720px -50px; }
/*#menu ul li#menu6_1 a { background-position: -735px -50px; }*/



/*

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
*/

/* =Content
-------------------------------------------------------------- */
/*
#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}*/

.here {
	margin: 10px 0 0 0;
	width: 900px;
	display: block;
	font-size: 0.9em;
	padding: 5px 10px;
	background: #f1f1f1;
}

#content {
	margin-bottom: 36px;
}

#content p {
	margin-bottom: 10px;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 1.2em;
	line-height: 24px;
}

/*#content p,*/
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
}

#content h2{
	font-weight: normal;
	font-size: 26px;
	margin: 10px 0 10px 0;
	padding: 0;
	background: none;
}

#content h3{
	font-weight: bold;
	font-size: 1.2em;
	background: url(img/bg-h3.gif) no-repeat;
	border-top: 1px solid #66cdee;
	border-right: 1px solid #66cdee;
	border-bottom: 1px solid #66cdee;
	line-height: 28px;
	padding-left: 12px;
	margin: 10px 0 5px 0;
}

#content h3.ttl2 {
	font-weight: bold;
	font-size: 1.2em;
	background:url(img/bg-tourttl.gif) repeat-x;
	border: none;
	width: 600px;
	line-height: 33px;
	display: block;
	padding-left: 12px;
	margin: 10px 0 5px 0;
}

#content h3.ttl2 a,#content h3.ttl2 a:link {
	background:url(img/bg-tourttl.gif) repeat-x;
	border: none;
	width: 600px;
	line-height: 33px;
	display: block;
	padding-left: 0px;
	margin: 0;
	text-decoration: none;
}


#content h3.ttl22 {
	font-weight: bold;
	font-size: 1.2em;
	background:url(img/bg-tourttl2.gif) repeat-x;
	border: none;
	width: 600px;
	line-height: 33px;
	display: block;
	padding-left: 12px;
	margin: 10px 0 5px 0;
}

#content h3.ttl22 a,#content h3.ttl22 a:link {
	background:url(img/bg-tourttl2.gif) repeat-x;
	border: none;
	width: 600px;
	line-height: 33px;
	display: block;
	padding-left: 0px;
	margin: 0;
	text-decoration: none;
}

#content h3.ttl3{
	font-weight: bold;
	font-size: 1.2em;
	background: none;
	border: none;
	border-left: 6px solid #66cdee;
	border-bottom: 1px solid #66cdee;
	line-height: 28px;
	padding-left: 12px;
	margin: 10px 0 5px 0;
}

#content h4{
	font-weight: bold;
	background: url(img/i-h4.gif) no-repeat;
	padding: 0 0 0 18px;
	margin: 0;
	font-size: 1.0em;
}

/*2ブロック*/

#content div.b2_l {
	margin: 0;
	padding: 0 20px 0 0;
	float:left;
	width: 290px;
	display: block;
}
	
#content div.b2_r {
	margin: 0 0 0 0;
	padding: 0;
	float:right;
	width: 290px;
	display: block;
}

#content h3.ttl5{
	width: 260px;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	background:url(img/bg-ttl-ticket.gif) repeat-x;
	border: none;
	line-height: 33px;
	display: block;
	padding-left: 12px;
	margin: 10px 0 5px 0;

}

#content h3.ttl5 a, #content h3.ttl5 a:link {
	background:url(img/bg-ttl-ticket.gif) repeat-x;
	border: none;
	line-height: 33px;
	display: block;
	padding-left: 0px;
	margin: 0;
	text-decoration: none;
}

#content ul li{
	list-style: square;
	font-size: 0.9em;
	line-height: 140%;
}

/*---注意書き---*/
#content ul.chui {
	background: #fdf7d1;
	margin: 0;
	padding: 0;
	}

#content ul.chui li{
	list-style: none;
	background: url(img/i-chui.gif) no-repeat;
	font-size: 0.9em;
	padding: 0 0 0 20px;
	line-height: 160%;
	}

#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 0;	
	margin-right: 48px;
	text-align: right;
}

/* IE6 */
*html div.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 0;	
	margin-right: 0px;
	margin-left: 806px;
	margin-bottom: 0;
}

#spot {
	margin: 0;
	padding: 0;
	width: 600px;
	height: 400px;
	}
	
#map_canvas{
	margin: 0;
	padding: 0;
	width: 600px;
	height: 400px;
}

/*---フォーム---*/

form.inq{
 	margin: 0;
	padding: 0;
}

form.inq input[type=hidden] {
	margin: 0;
	padding: 0;
}

form.inq input[type=image] {
	margin: 0;
	padding: 0;
}

form.inq{
	height: 23px;
}


/*--- company ---*/
table.company {
	border: none;
	margin: 0;
	text-align: left;
	width: 100%;
}
table.company tr th,
table.company thead th {
	line-height: 160%;
	padding: 0;
	text-align: center;
}

table.company tr td {
	border: none;
	line-height: 160%;
	vertical-align: top;
	padding: 0;
	text-align: center;
}

/*---ツアー一覧---*/
table.data {
	border: 1px solid #c4c7c8;
	margin: 0 0 20px 0;
	text-align: left;
	width: 100%;
}
table.data tr th,
table.data thead th {
	line-height: 160%;
	padding: 3px 5px;
}

table.data tr td {
	border: 1px solid #c4c7c8;
	line-height: 160%;
	vertical-align: top;
	padding: 3px 5px;
}


/*---フライト差額---*/
table.data2 {
	border: 1px solid #c4c7c8;
	margin: 0 0 20px 0;
	text-align: left;
	width: 99%;
	font-size: 0.9em;
}
table.data2 tr th,
table.data2 thead th {
	line-height: 160%;
	padding: 1px 3px;
}

table.data2 tr td {
	border: 1px solid #c4c7c8;
	padding: 1px 3px;
	text-align: center;
}

/*---ツアー一覧中---*/

table.data3 {
	text-align: left;
	width: 100%;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-collapse: collapse;
}

table.data td table.data3 {
	text-align: left;
	width: 99%;
	border: none;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	border-collapse: collapse;
}

table.data3 tr th,
table.data3 thead th {
	line-height: 160%;
	padding: 3px 5px;
}

table.data3 tr {
	line-height: 160%;
	padding: 3px 5px;
	border: 1px solid #fff;
}

table.data3  td {
	line-height: 160%;
	padding: 3px 5px;
	border: 1px solid #E3AE63;/*#D9922F*/
}

td.center-or {
	line-height: 160%;
	padding: 3px 5px;
	background: #ffac37; /*orange*/
	text-align: center;
}

span.txt-or-big{
	color: #e87726;
	font-weight: bold;
	font-size: 1.2em;
}


/*---TDカラー---*/
td.center-pk {
	border: 1px solid #c4c7c8;
	padding: 3px 5px;
	text-align: center;
	background: #f1d4da;
}

td.center-yl {
	border: 1px solid #c4c7c8;
	padding: 3px 5px;
	text-align: center;
	background: #f8e49b;
}

td.center-bl {
	border: 1px solid #c4c7c8;
	padding: 3px 5px;
	text-align: center;
	background: #c5d7ed;
}

td.center-grn {
	border: 1px solid #c4c7c8;
	padding: 3px 5px;
	text-align: center;
	background: #c4e4a5;/*#95d6a0*/
}

td.center-fl-g {
	border: 1px solid #c4c7c8;
	padding: 3px 5px;
	text-align: center;
	background: #BEE5ED;}
	
td.center-fl-l {
	border: 1px solid #c4c7c8;
	padding: 3px 5px;
	text-align: center;
	background: #EAA595;}
	
/*---フライト---*/
td.ttl-bg {
	border: 1px solid #c4c7c8;
	padding: 3px 5px;
	vertical-align: middle;
	text-align: left;
	background: #f2efe4;
}

td.ttl-center-bg {
	border: 1px solid #c4c7c8;
	padding: 3px 5px;
	vertical-align: middle;
	text-align: center;
	background: #f2efe4;
}

td.ttl-center-lg {
	border: 1px solid #c4c7c8;
	padding: 3px 5px;
	vertical-align: middle;
	text-align: center;
	background: #ecebe8;
}

td.ttl-center-lg-bold {
	border: 1px solid #c4c7c8;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	background: #ecebe8;
	font-weight: bold;
}

td.ttl-center-gry {
	border: 1px solid #c4c7c8;
	padding: 3px 5px;
	vertical-align: middle;
	text-align: center;
	background: #cfcecc;
	letter-spacing: 12px;
}


/*---背景色---*/
.bg-lbl { background: #eef6fa;}

.bg-lg { background: #f9f9f9;}

.bg-cn { background: #a0dae8;}

.bg-grn { background: #23e28c;}

.bg-pk { background: #fca2ca;}

.bg-yl { background: #fdf7d1;}

.bg-yl p{ padding: 5px 10px;}

/*--- 角丸 ---*/

.kdm6{
	 -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

/*---料金カレンダー14年10月より---*/


table.data_calendar2 {
	width:29.8%;
	border: 1px solid #c4c7c8;
	margin-top: 0;
	margin-right: 16px!important;
	margin-bottom: 5px;
	margin-left: 0px;
	background: #fff;
	float: left;
}

table.data_calendar2 tr th,
table.data_calendar2 thead th {
	font-size: 0.8em;
	background: #c0ddea;
}

table.data_calendar2 tr td {
	border: 1px solid #c4c7c8;
	text-align: center;
	font-size: 1.0em;
	line-height:100%;
	padding: 2px 0;
	text-align: center;
}
/*祝祭日*/
table.data_calendar2 tr td strong {
	color: #ec2a46;
	font-weight: bold;
}


/*---料金カレンダー---*/

.floatleft {
	width: 180px;
	float: left;
	padding-right: 15px;
}

table.data_calendar {
	border: 1px solid #c4c7c8;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background: #fff;
}

table.data_calendar tr th,
table.data_calendar thead th {
	line-height: 160%;
	font-size: 1.2em;
}

table.data_calendar tr td {
	border: 1px solid #c4c7c8;
	text-align: center;
	font-size: 1.2em;
}

/*祝祭日*/
table.data_calendar tr td strong {
	color: #ec2a46;
	font-weight: bold;
}

span.txt-rd{
	color: #ec2a46;
	font-weight: bold;
}

span.txt-bl{
	color: #00F;
	font-weight: bold;
}

/*---TDカラー---*/
td.bg-a {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #d77eb3;
}

td.bg-b {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #83cae6;
}

td.bg-c {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #ffb779;
}

td.bg-d {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #95d6a0;
}

td.bg-e {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #b099e0;
}

td.bg-f {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #f7b52b;
}

td.bg-g {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #74c9e8;
}

td.bg-h {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #ffbaaf;
}

td.bg-i {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #c9aedf;
}

td.bg-j {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #bfe38a;
}

td.bg-k {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #fafa7d;
}

td.bg-l {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #ff9baf;
}

td.bg-m {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #66dc9a;
}

/*2014.10.30追加*/
td.bg-n {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #d4bf95;
}

td.bg-o {
	border: 1px solid #c4c7c8;
	padding: 0;
	background: #9cb1ce;
}


/*---料金テーブル---*/

table.data_price {
	width: 100%;
	border: 1px solid #c4c7c8;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

table.data_price tr th,
table.data_price thead th {
	line-height: 140%;
}

table.data_price tr td {
	border: 1px solid #c4c7c8;
	text-align: center;
	font-size: 0.9em;
}


/*---料金テーブル---*/

table.data_price2 {
	border: 1px solid #c4c7c8;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

table.data_price2 tr th,
table.data_price2 thead th {
	line-height: 160%;
	padding: 0;
}

table.data_price2 tr td {
	border: 1px solid #c4c7c8;
	padding: 0;
}

/*---便名テーブル---*/

table.data_time {
	border: 1px solid #c4c7c8;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 10px;
	padding-top: 0;
	width: 290px;
	float: left;
}

table.data_time tr th,
table.data_time thead th {
	line-height: 140%;
	padding: 0;
	text-align: center;
}

table.data_time tr td {
	border: 1px solid #c4c7c8;
	padding: 0;
	text-align: center;
}

/*---便名テーブル---*/

table.data_time2 {
	border: 1px solid #c4c7c8;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 10px;
	padding-top: 0;
	width: 590px;
	float: left;
}

table.data_time2 tr th,
table.data_time2 thead th {
	line-height: 140%;
	padding: 0;
	text-align: center;
}

table.data_time2 tr td {
	border: 1px solid #c4c7c8;
	padding: 0;
	text-align: center;
}

/*---ホテル詳細---*/

table.data_hotel {
	width: 600px;
	border: 1px solid #c4c7c8;
	font-size: 0.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

table.data_hotel tr th,
table.data_hotel thead th {
	border: 1px solid #c4c7c8;
	line-height: 160%;
	background: #f2efe4;
	font-weight: normal;
	width: 150px;
}

table.data_hotel tr td {
	border: 1px solid #c4c7c8;
	text-align: left;
	padding: 0px 5px;
}

ol {
	margin: 0 0 0 20px;
	padding: 0 0 0 30px;
}

ol.border2 {
	margin: 0 0 0 20px;
	padding: 10px 15px 10px 40px;
	border: 1px solid #9ea9a8;
	background: #eff7f3;
	width: 350px;
}
		
/*キャンセル料*/

.bg-pk2 {
	background: #f6d4d9;
	marign: 5px 0;
	padding: 5px 8px;
	border: 1px solid #c4c7c8;
	display: block;
	clear: both;
}


/*=font
-------------------------------------------*/

.txtxs{	font-size: 0.8em;}
.txts { font-size: 0.9em;}
.txtm { font-size: 1.0em;}
.txtl { font-size: 1.2em;}
.txtxl{	font-size: 1.8em;}
.txtxxl{	font-size: 2.4em;}

/*---幅指定---*/
.w5 { 	width:5%;}
.w10 { 	width:10%;}
.w15 { 	width:15%;}
.w20 { 	width:20%;}
.w25 { 	width:25%;}
.w30 { 	width:30%;}
.w33 { 	width:33%;}
.w34 { 	width:34%;}
.w40 { 	width:40%;}
.w45 { 	width:45%;}
.w50 { 	width:50%;}
.w55 { 	width:55%;}
.w60 { 	width:60%;}
.w65 { 	width:65%;}
.w70 { 	width:70%;}
.w75 { 	width:75%;}
.w80 { 	width:80%;}
.w85 {	width:85%;}
.w90 { 	width:90%;}
.w95 { 	width:95%;}
.w100 { 	width:100%;}

/*---問合せトップ----*/


/*---フォーム---*/

table.data_f {
	border: 1px solid #c4c7c8;
	margin: 0 0 20px 0;
	text-align: left;
	width: 100%;
}

table.data_f tr th,
table.data_f thead th {
	line-height: 160%;
	padding: 8px 10px;
}

table.data_f tr td {
	border-top: 1px solid #c4c7c8;
	padding: 8px 10px;
	vertical-align: top;
}

/*項目*/
table.data_f tr td.ct {
	border-top: 1px solid #c4c7c8;
	padding: 8px 10px;
	vertical-align: top;
	font-weight: bold;
	width: 120px;
	background: #f5f7f7;
}

#btn_sbmt {
	color: #000;
	background: #73d7e4;
	font-weight: bold;
	width: 300px;
	margin: 10px 150px;
	padding: 5px;
}

.txt-rd{
	color: #ec2a46;
	font-weight: bold;
}

.txt-rd-err{
	color: #ec2a46;
	font-weight: bold;
	background: #faf6bb;
}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

/*-----=h2.page-title-----*/
#content h2.page-title {
	font-size: 12px;!important
	font-weight: normal;
	margin: 0 0 20px 0;
	text-align: right;
	border-bottom: 1px dotted #808080;
}

#content h2.page-title span {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

#content h1.entry-title, #content h2.entry-title {
	font-weight: normal;
	font-size: 1.6em;
	margin: 10px 0 0 0;
	padding-left: 40px;
	background: url(img/i-ttl-blg.gif) no-repeat;
	display: block;
	width: 548px;
}

#content h2.entry-title a, #content h2.entry-title a:link,
#content h2.entry-title a:visited {
	text-decoration: none;
	display: block;
	color: #333;
}

.entry-meta {
	font-size: 0.7em;
	border-top: 1px dotted #808080;
	text-align: right;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #333;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 0.8em;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 0.8em;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #66cdee;
	clear: both;
	font-size: 1.1em;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	font-size: 0.7em;
	line-height: 140%;
	border-top: 1px dotted #808080;
	padding: 5px 0;
}


/*
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
*/
#content .video-player {
	padding: 0;
}

/* =Home
-------------------------------------------------------------- */
/*main*/

/* main image
---------------------------------------------------*/

#mainimg {
	display: block;
	width: 600px;
	height: 250px;
	float: left;
}

ul#slide {
	width: 600px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	list-style: none;
	float: left;
}

ul#slide li {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#mainmap{
	width: 280px;
	height: 250px;
	padding: 0;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background: #a5bfdd;
	}


/*----- 最新情報--------*/

#news ul {	
	margin: 10px 0 30px 0;
	list-style: none;
}

#news ul li {	
	padding: 10px 0;
	border-bottom: 1px dotted #808080;
	font-size: 1.2em;
}

#news ul li span {	
	color: #008ED0;
	padding: 0 15px 0 5px;
	float: left;
	/*clear: left;*/
	font-size: 0.8em;
	font-weight: bold;
	width: 110px;
	display: block;
	/*font-family: Trebuchet MS, Osaka, sans-serif;*/
}


/*----- ホーム h2--------
#main h2 img {
	margin-top: 30px;
}
*/

/*----- ホーム会社情報--------*/

#cmpny ul {	
	margin: 10px 0 30px 0;
	list-style: none;
}

#cmpny ul li{	
	margin-right:8px;
	padding: 10px 0;
	border-bottom: 1px dotted #808080;
	font-size: 1.2em;
	float: left;
	width: 23%;
	display: block;
}

#cmpny ul li a{	
	line-height: 100%;
}


/*---1列写真付---*/

dl.home-list {
	width: 600px;
	float: left;
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #808080;
	line-height: 160%;
}

dl.home-list dt {
	padding: 0 0 10px 0;
	margin: 0 0 10px;
	float: left;
}

dl.home-list dt img{
	margin: 0;
	padding: 0;
	float: left;
}

dl.home-list dd {
	width: 410px;
	float: right;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

dl.home-list dd ul{
	margin: 10px 0 0 0;
	padding: 0;
}

dl.home-list dd ul li{
	margin: 0;
	padding: 0 0 3px 18px;
	list-style: none;
	background: url(img/i-dd.gif) no-repeat;
	font-size: 1.2em;
}

/*---問合せリスト---*/

dl.toi-list {
	width: 600px;
	float: left;
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #808080;
	line-height: 160%;
}

dl.toi-list dt {
	padding: 0 0 10px 0;
	margin: 0 0 10px;
	float: left;
}

dl.toi-list dt img{
	margin: 0;
	padding: 0;
	float: left;
}

dl.toi-list dd {
	width: 360px;
	float: right;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

.border{
	border-top: 1px dotted #BABABA;
	margin: 0;
	padding: 0 0 10px 0;
	height: 20px;
	display: inherit
}

.border{
	border-top: 1px dotted #BABABA;
	margin: 0;
	padding: 0 0 10px 0;
	height: 20px;
	display: inherit
}

/*---- 外部リンクリスト ----*/

.link {
	margin: 30px 0 10px 0;
}

.link img {
	padding: 0;
	border: 0;
}

.link img a, .link img a:hover {
	border: none;
}

.link span {
	width: 120px;
	height: 60px;
	display:block;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-size: 1.0em;
	margin: 0 0 20px 0;
	padding: 0;
}

/* = home side
---------------------------------------------------*/

/*-----運航情報------*/

.opr {
	border:1px solid #2BC8DC;
	margin: 5px 0;
}

table.side-opr{
	width: 270px;
	margin: 5px;
}

table.side-opr th {
	width: 45px;
	background: #f1f1f1;
	text-align: center;
	padding-top: 5px;
	border-bottom: 2px solid #fff;
	vertical-align: top;
	margin: 0;
}

table.side-opr td {
	vertical-align: top;
	padding: 5px 8px 0px 8px;
	margin: 0;
	/*border-bottom: 1px solid #2BC8DC;*/
	border-bottom: 1px dotted #808080;
	line-height: 160%;
}

.txts-right{
	text-align: right;
	font-size: 0.9em;
}



/*-----問合せ ホーム------*/
.toi {
	border:1px solid #BABABA;
	margin: 5px 0;
	line-height: 160%;
}
.toi p {
 	margin: 5px 15px;
}

/*--- 問合せ ページ下共通 ---*/

.toi2{
	margin: 0;
	padding: 0;
	float: left;
	width: 280px;
	display: block;
}

/*-----ボックス------*/
.side-box {
	margin: 5px 0;
	line-height: 160%;
}
.side-box p {
 	padding: 5px 10px;
}

/*-----レンタカー------*/
img.rentacar{ width: 260px; height: auto;}
img.w100{ width: 100%; height: auto;}

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Sides
-------------------------------------------------------------- */

#side h2{
	margin-top: 30px;
	padding: 0;
	background:url(img/bg-st.gif) no-repeat;
	line-height: 35px;
	font-weight:bold;
}

#side h2 a{
	text-decoration: none;
}

#side h2.topm{
	margin-top: 0;
	padding: 0;
}

#side ul.sidemenu  {	
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	width: 250px;
	border-top: 1px solid #a1c4de;
	border-right: 1px solid #a1c4de;
	border-left: 1px solid #a1c4de;
}

#side ul.sidemenu li {	
	background: url(img/i-sdm.gif) no-repeat;
	border-bottom: 1px dotted #808080;
	font-size: 1.2em;
	display: block;
	width: 250px;
	/*height: 33px;*/
	line-height: 33px;
}

#side ul.sidemenu li a{	
	padding:  0 8px 0 14px;
	display: block;
	line-height: 33px;
	text-decoration: none;
}

#side ul.sidemenu li a:hover {	
	background: #fefeeb url(img/i-sdm.gif) no-repeat;
	display: block;
	color: #000;
	line-height: 33px;
	border-bottom: 1px dotted #808080;
}

/*------ ie6 ------*/

*html #side ul.sidemenu li a:hover {	
	padding: 6px 0 0 14px;
	background: #fefeeb url(img/i-sdm.gif) no-repeat;
	display: block;
	color: #000;
}

/*-----２階層目-----*/

#side ul.sidemenu ul.children  {	
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}

#side ul.sidemenu li ul.children li{	
	background: url(img/i-sdm.gif) no-repeat;
	border-bottom: 1px dotted #808080;
	font-size: 1.2em;
	display: block;
	width: 250px;
	height: 33px;
}

#side ul.sidemenu li ul.children li a{	
	padding: 6px 0 0 25px;
	display: block;
	/*width: 244px;*/
	height: 33px;
}

#side ul.sidemenu li ul.children li a:hover {	
	background: #fefeeb url(img/i-sdm.gif) no-repeat;
	display: block;
	color: #000;
	height: 33px;
}

/*------ ie6 ------*/

*html #side ul.sidemenu li ul.children li a:hover {	
	padding: 6px 0 0 25px;
	background: #fefeeb url(img/i-dd.gif) no-repeat;
	display: block;
	color: #000;
}




/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content img.alignleft2 {
	display: inline;
	float: left;
	margin-right: 0px;
	margin-top: 5px;
}


/* 201309company */
#content img.alignleft10 {
	display: inline;
	float: left;
	margin: 0;
	margin-right: 10px;
}

#content img.alignleft0 {
	display: inline;
	float: left;
	margin: 0;
	margin-right: 0;
}

#content .aligncenter-txt {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content .blck290 {
	width: 290px;
	display: block;
	text-align: center;
}

#content img.alignleft-border {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	border: 1px #a5acb0;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .alignright2 {
	display: inline;
	float: right;
	margin-left: 0px;
	margin-top: 0px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

#content img.border {
	margin: 0;
	padding: 0;
	border: 1px #a5acb0!important;
}

#content .ui-tabs {
	width: 590px;
	margin-left: 0px;
	margin-top: 0px;
	list-style: none;
}

#content .ui-tabs li {
	margin: 0 0 0 3px;
	padding: 0;
	list-style: none;
}


#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0!important; /*0 0 18px 0;*/
}
#nav-above {
	display: none!important;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 0 0 0 10px;
	/*padding: 24px 0;*/
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
	display: none;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

/*=========ブログ primary ul 設定 ==========*/

.widget-area ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 0px;
	list-style: none;
	line-height: 180%;
	font-size: 1.0em;
}

.widget-area ul li {
	margin: 0;
	padding: 0 0 0 0px;
	display: block;
	width: 220px;
	line-height: 24px;
}

.widget-area ul li a {
	background: url(img/i-blg-li.gif) no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
	width: 220px;
	line-height: 24px;
}

.widget-area ul li a:hover {	
	background: /*#fefeeb*/ url(img/i-blg-li.gif) no-repeat;
	display: block;
	line-height: 24px;
}


/*---------- カテゴリ 概要説明 -----------*/
.archive-meta p {
	color: #00ad67;
	font-weight:bold;
	padding-bottom: 20px;
}

/*
.widget-area ul ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	line-height: 180%;
}

.widget-area ul ul li a,.widget-area ul ul li a:link {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	line-height: 140%;
	background: url(img/i-blg-li.gif) no-repeat;
}*/

/*
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}*/


.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}

/*-------------blog: h3.widget-title--------------*/
.widget-title {
	padding-left: 40px;
	background: url(img/i-blg.gif) no-repeat;
	font-weight: bold;
	line-height: 250%;
	margin: 20px 0 10px 0;
	font-size: 1.2em;
	border-bottom: 2px dotted #b5b7b4;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	/*font-size: 11px;*/
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody td a, #wp-calendar tbody td a:link {
	background-image: none;
}

#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
/*
#primary {
	width: 280px;
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	display: block;
	background: #ccc;
}
#secondary {
		width: 280px;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	display: block;
}*/

/* Footer widget areas */
#footer-widget-area {
}

/*----- company 3列リスト----- */

ul.box3 {
	width: 600px;
	margin: 0 0 0 0!important;
	padding: 0 0 8px 0!important;
	float: left!important;
	display: block;
	clear: both;
}

ul.box3 li {
	width: 160px!important;
	margin: 0 0 0 20px!important;
	padding: 0 0 0 20px!important;
	float: left!important;
	line-height: 160%!important;
	display: block!important;
	font-size: 1.0em!important;
	list-style: none;
	background: url(img/i-li.gif) no-repeat left;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-top: 15px;
	padding: 8px 0 0 4px;
	border-top: 1px solid #75A8CE;
	background: url(img/ftr-copy.gif) no-repeat bottom left;
	height: 90px;
	line-height: 160%;
	display: block;
}

#footer ul#ftr{
	margin: 0;
	padding: 5px 0 0 0;
	width: 900px;
	list-style: none;
	display: block;
}

#footer ul#ftr li {
	float: left!important;
	display: block!important;
	padding: 0 20px 0 15px!important;
	margin: 0 0 0 0!important;
	background: url(img/i-ftr.gif) no-repeat!important;
	list-style: none!important;
	line-height: 160%!important;
	font-size: 0.9em!important;
}

#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #333;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/*clearfix
---------------------------------------*/

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearfix {
	overflow: hidden;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	line-height: 0;
}

.clear-h20 {
	margin: 0;
	padding: 0;
	height: 20px;
	clear: both;
	line-height: 0;
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		/*font-size: 14pt;*/
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	/*
	#container,
	#footer {
		margin: 0;
		width: 100%;
	}
	
	
	#content,*/
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
