
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	font-weight: 500;
	min-width: 1100px;
	overflow-y: scroll;
}

body {
	background: #fefefd url(images/bg.jpg) repeat center top;
	color: black;
	font-family: YuGothic, "Yu Gothic", sans-serif;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.img {
	background: url(images/h2_img.png) no-repeat center bottom 10px;
	padding: 60px 0 35px 0;
}

h2.img-s,
h2 {
	color: #515151;
	font-size: 23px;
	padding: 60px 0 25px 0;
}

h2.img-s span.green {
	padding: 0 10px;
}

h2 {
	padding: 60px 0 35px 0;
}

h3 {
	color: #515151;
	font-size: 20px;
	padding: 20px 0 10px 0;
}

p {
	line-height: 1.8em;
	margin: 10px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: #053b5c;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	     opacity: .60;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a.link-btn,
span.link-btn a {
	background: url(images/link_btn.png) no-repeat right 15px center;
	background-color: rgba(65,165,172,.8);
	border-radius: 10px;
	color: white;
	font-weight: bold;
	padding: 11px 60px 11px 50px;
	text-decoration: none;
}

a.link-btn.white {
	background: url(images/link_btn_green.png) no-repeat right 15px center;
	background-color: white;
	color: #54a5ab;
}

a.link-btn-prev,
span.link-btn-prev a {
	background: url(images/link_btn_prev.png) no-repeat left 15px center;
	background-color: rgba(65,165,172,.8);
	border-radius: 10px;
	color: white;
	font-weight: bold;
	padding: 11px 50px 11px 60px;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.green {
	color: #66b5bc;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0;
}

img.img {
	border: 1px solid #cacaca;
}

ul.list {
	border-top: 1px dotted #d4d4d4;
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.gif) no-repeat 5px 11px;
	border-bottom: 1px dotted #d4d4d4;
	display: block;
	padding: 6px 0 6px 24px;
}

ul.list li ul {
	margin-top: 5px;
}

ul.list li ul li {
	background: url(images/ul_list_lili.gif) no-repeat 5px 5px;
	border: none;
	padding: 2px 0 2px 20px;
}

ul.list li ul.notelist li {
	background-image: none;
	border: none;
	padding: 3px 0;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

ul.photos {
	border-collapse: separate;
	display: table;
}

ul.photos li {
	display: table-cell;
}

div.line {
	background: url(images/line.gif) repeat-x 0 10px;
	clear: both;
	display: block;
	font-size: 5px;
	height: 20px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
table.list-table {
	border-top: 1px solid #54a5ab;
}

table.list-table th {
	border-bottom: 1px solid #54a5ab;
	font-weight: 500;
	padding: 15px 30px;
	width: 150px;
}

table.list-table td {
	border-bottom: 1px solid #54a5ab;
	padding: 15px 30px;
}

/***********************************************************************/
table.form-table {
	border-top: 1px solid #54a5ab;
	color: #515151;
	width: 100%;
}

table.form-table th {
	border-bottom: 1px solid #54a5ab;
	padding: 35px 25px;
	text-align: right;
	vertical-align: top;
	width: 23%;
}

table.form-table td {
	border-bottom: 1px solid #54a5ab;
	padding: 25px 20px 25px 25px;
}

table.form-table td.m {
	padding: 32px 0 32px 10px;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

table.form-table td.m span {
	background-color: #54a5ab;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 70%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

table.form-table td table th {
	border: none;
	font-weight: normal;
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	width: 10%;
}

table.form-table td table td {
	border: none;
	padding: 0;
}

table.form-table td span.comment,
table.form-table td ul.notelist {
	color: gray;
	display: block;
	font-size: 85%;
	margin-top: 10px;
}

table.form-table input,
table.form-table select,
table.form-table textarea {
	border: 3px solid #9c9c9c;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: #515151;
	font-size: 100%;
	margin: 1px 0;
	padding: 10px;
}

table.form-table td input {
	margin-right: 10px;
}

table.form-table td label {
	display: block;
}

table.form-table textarea {
	font-family: inherit;
	font-size: 120%;
	width: 95%;
}

input.radio,
input.checkbox {
	background-color: transparent;
	border: none;
	padding: 0;
}

input.submit {
	background: #54a5ab url(images/link_btn.png) no-repeat right 20px center;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	color: white;
	cursor: pointer;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin: 0 auto;
	padding: 20px 100px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

body#form table.form-table th,
body#form table.form-table td {
	padding-bottom: 20px;
	padding-top: 20px;
}

body#form table.form-table td table th,
body#form table.form-table td table td {
	padding-bottom: 0;
	padding-top: 0;
}

/***********************************************************************/
div.blog-list {
	text-align: center;
}

div.blog-list ul {
	margin: 0 auto;
	text-align: center;
	width: 1100px;
}

div.blog-list ul li {
	display: inline-block;
	margin: 0 25px;
	text-align: justify;
	vertical-align: top;
}

div.blog-list ul li a {
	color: black;
	display: block;
	text-decoration: none;
	width: 200px;
}

div.blog-list ul li a span.img img {
	border-radius: 10px;
}

div.blog-list ul li a span.date {
	font-size: 85%;
}

div.blog-list ul li a strong {
	display: block;
	line-height: 1.3em;
	padding: 4px 0 34px 0;
	text-decoration: none;
}

div.blog-list ul li a span.category {
	color: white;
	display: block;
	font-size: 90%;
	padding: 20px 0 15px 0;
	vertical-align: middle;
}

div.blog-list ul li a span.category span {
	border-radius: 10px;
	display: inline-block;
	font-size: 85%;
	padding: 5px 20px;
	margin-bottom: 2px;
	text-align: center;
}

a span.category span.daily,
.category span.daily a {
	background-color: #6a76b7;
}

a span.category span.first,
.category span.first a {
	background-color: #dd7637;
}

a span.category span.case,
.category span.case a {
	background-color: #3ea371;
}

a span.category span.aroma,
.category span.aroma a {
	background-color: #a17fa5;
}

a span.category span.news,
.category span.news a {
	background-color: #ef9800;
}

a span.category span.other,
.category span.other a {
	background-color: #9e713b;
}

div.category span a {
	color: white;
	font-size: 100%;
	padding: 8px 10px;
	text-decoration: none;
	text-decoration: none;
}

div.page {
	padding-top: 50px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.next,
div.page a.prev {
	margin: 0 10px;
}

div.page a.page-numbers {
	background-color: #54a5ab;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: white;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

div.page a.next,
div.page a.prev {
	border: none;
	padding: 13px 80px 13px 70px;
}

div.page a.next {
	background: #54a5ab url(images/link_btn.png) no-repeat right 15px center;
}

div.page a.prev {
	background: #54a5ab url(images/link_btn_prev.png) no-repeat left 15px center;
}

div.page span.page-numbers {
	background-color: white;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: #3f7c80;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

div.notes {
	background-color: #54a5ab;
	border-radius: 20px;
	color: white;
	font-weight: 600;
	margin: 0 auto;
	padding: 40px;
	width: 760px;
}

div.notes h3,
div.notes h4 {
	background: url(images/notes_line.png) no-repeat center bottom;
	color: white;
	padding-bottom: 10px;
}

div.notes h3 {
	font-size: 22px;
}

div.notes h4 {
	font-size: 20px;
}

div.notes h5 {
	font-size: 110%;
	padding-left: 1.4em;
}

div.notes h5 span.mark {
	margin-left: -1.2em;
	padding: 0 5px 0 0;
}

div.notes ul {
	list-style: disc;
	padding-left: 30px;
}

div.notes li {
	color: white;
}

/***********************************************************************/
#header-text {
	background-color: #66b5bc;
	padding: 10px 0;
}

#header-text h1,
#header-text p {
	color: white;
	font-size: 75%;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 1010px;
}

#header #header-logo {
	left: 0;
	position: absolute;
	top: 86px;
}

#title {
	padding: 100px 0;
}

#title a {
	display: block;
	text-align: center;
}

#title a img {
	height: auto;
	width: 350px;
}

div.main {
	margin: 0 auto;
	width: 950px;
}

div.main-c {
	margin: 0 auto;
	width: 850px;
}

div.bg-canvas {
	background: url(images/bg_canvas.jpg) repeat;
}

div.bg-canvas-dark {
	background: url(images/bg_canvas_dark.jpg) repeat;
}

div.bg-canvas-beige {
	background: url(images/bg_canvas_beige.jpg) repeat;
}

#fcontact {
	margin: 0 auto;
	padding: 20px 0 80px 0;
	width: 920px;
}

#fcontact #fcontact-copy {
	padding-bottom: 20px;
}

#fcontact p {
	text-align: center;
}

#fcontact h3 em {
	background: url(images/fcontact_mail.png) no-repeat;
	font-style: normal;
	font-weight: normal;
	padding: 10px 0 10px 40px;
}

#fcontact #fcontact-mail {
	border-right: 1px solid black;
	display: table-cell;
	padding: 0 20px;
	width: 420px;
}

#fcontact #fcontact-mail h3 em {
	background: url(images/fcontact_mail.png) no-repeat left center;
	padding-left: 50px;
	padding-right: 50px;
}

#fcontact #fcontact-mail #fcontact-mailbtn a {
	background: url(images/fcontact_mailbtn.png) no-repeat left 15px center,
	url(images/link_btn.png) no-repeat right 15px center;
	background-color: rgba(65,165,172,.8);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: white;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	margin: 0 auto;
	padding: 13px 55px 13px 75px;
	text-decoration: none;
}

#fcontact #fcontact-tel {
	display: table-cell;
	padding: 0 20px;
	width: 420px;
}

#fcontact #fcontact-tel h3 em {
	background: url(images/fcontact_tel.png) no-repeat left center;
}

#fcontact #fcontact-tel #fcontact-tel-num {
	font-size: 20px;
	font-weight: bold;
}

#fcontact #fcontact-tel #fcontact-tel-num em {
	display: table-cell;
	font-style: normal;
	text-align: right;
	vertical-align: middle;
	width: 120px;
}

#fcontact #fcontact-tel #fcontact-tel-num strong {
	display: table-cell;
	font-size: 30px;
	line-height: 30px;
	padding-left: 10px;
	vertical-align: middle;
}

#footer-bg {
	background: url(images/footer_bg.png) no-repeat center top;
	padding: 50px 0 80px 0;
}

#footer {
	margin: 0 auto;
	width: 1000px;
}

#footer p#footer-copy,
#footer p#footer-info,
#footer address {
	font-size: 85%;
	text-align: center;
}

#footer h3#footer-logo {
	padding-top: 0;
}

#footer address {
	font-style: normal;
	padding-top: 10px;
}

#footer h3 img {
	height: auto;
	width: 120px;
}

#footernav {
	background-color: rgba(65,165,172,.8);
	padding: 10px 0;
}

#footernav ul {
	text-align: center;
}

#footernav ul li {
	border-left: 1px solid white;
	display: inline-block;
	line-height: 1em;
	padding: 0 20px;
}

#footernav ul li:last-child {
	border-right: 1px solid white;
}

#footernav ul li a {
	color: white;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

p#copyright {
	color: white;
	font-size: 70%;
	margin: 0;
	padding-top: 40px;
	text-align: center;
}

#pagetop {
	bottom: 10px;
	display: block;
	height: 116px;
	position: fixed;
	right: 10px;
	width: 116px;
}

