
body {
	max-width: 480px;
	min-width: 380px;
	-webkit-text-size-adjust: 90%;
	width: 100%;
}

.df {
	display: none;
}

.sp {
	display: inline;
}

div.sp {
	display: block;
}

h2.img {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2em;
	padding: 15px 10px 30px 10px;
}

h3.img {
	margin: 0 -10px;
}

h3.img em {
	background-position: center left 10px;
	padding: 12px 10px 12px 30px;
}

p {
	line-height: 1.8em;
}

p.spjustify {
	text-align: justify;
}

span.img-right {
	display: block;
	float: none;
	margin: 0;
}

span.img-right img {
	height: auto;
	width: 100%;
}

span.link-btn a,
span.link-btn-prev a,
span.link-btn-next a,
div.page a.next,
div.page a.prev,
div.body a.link-btn,
a.link-btn,
a.link-btn-prev {
	background-size: 6px;
	display: block;
	line-height: 1.5em;
	margin: 5px 0;
	padding: 10px 20px;
	width: auto;
}

span.link-btn a:hover,
a.link-btn:hover {
	background-size: 9px;
}

a.link-btn {
	font-size: 100%;
}

ul.list li {
	background-position: 5px 5px;
	background-size: 6px;
	line-height: 1.6em;
	text-align: left;
}

.spwideimg {
	height: auto;
	width: 100%;
}

div.photos {
	display: inline-block;
}

div.photos a {
	display: inline-block;
	width: 32%;
}

/***********************************************************************/

table.list-table {
	width: 100%;
}

table.list-table th {
	display: block;
	font-size: 100%;
	padding: 10px 0;
	text-align: center;
	width: auto;
}

table.list-table td {
	display: block;
	padding: 10px 15px 20px 15px;
	text-align: justify;
	width: auto;
}

table.list-table td table th {
	border-bottom: none;
}

table.list-table td table td {
	border-bottom: none;
}

div.calendar div.table-left {
	display: block;
	padding-bottom: 10px;
	padding-right: 0;
}

div.calendar div.table-right {
	display: block;
}

/***********************************************************************/

table.form-table tr {
	display: block;
	position: relative;
}

table.form-table th {
	background: none;
	display: block;
	padding: 12px 0 0 0;
	text-align: left;
	width: 100%;
}

table.form-table td {
	display: block;
	padding: 10px 0 20px 0;
	width: auto;
}

table.form-table td.m {
	background: none;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

table.form-table td input,
table.form-table td textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
}

table.form-table td input.radio,
table.form-table td input.checkbox {
	width: auto;
}

table.form-table td span.shortform input {
	width: auto;
}

table.form-table td span.comment {
	display: block;
}

form input.submit {
	margin: 0;
	width: 100%;
}

body#form table.form-table th {
	padding-bottom: 0;
	padding-top: 10px;
}

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

/***********************************************************************/

div.blogindex ul li {
	float: none;
	width: auto;
}

div.main div.blogindex ul li {
	width: 100%;
}

div.blogindex ul li a {
	background: none;
	background-color: white;
	padding: 25px;
}

div.blogindex ul li a span.img {
	display: block;
	margin: auto;
	padding-bottom: 20px;
	width: 100%;
}

div.blogindex ul li a span.img img {
	height: auto;
	max-width: 180px;
	width: 100%;
}

div.blogindex ul li a span.text {
	display: block;
	padding-left: 0;
}

div.blogindex ul li a span.category {
	text-align: center;
}

div.blogindex ul li a strong {
	text-align: center;
}

div.blogindex ul li a span.date {
	padding-top: 10px;
	text-align: center;
}

p.blognav span.prev a {
	display: block;
	margin-bottom: 5px;
}

p.blognav span.next a {
	display: block;
	margin-top: 5px;
}

/***********************************************************************/

header {
	position: relative;
}

#header-bg {
	height: 100px;
	padding-right: 55px;
}

#header-bg-img {
	background-position: right -250px center;
	background-size: cover;
	height: 100px;
}

#hamburger {
	background-color: #14247b;
	display: inline;
	height: 40px;
	position: absolute;
	right: 12px;
	top: 17px;
	width: 40px;
	z-index: 999;
}

#hamburger:hover {
	cursor: pointer;
	opacity: .7;
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
	background-color: white;
	display: block;
	height: 2px;
	position: absolute;
	transition-duration: .3s;
	transition-property: transform;
	width: 30px;
}

#hamburger span {
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
}

#hamburger span:before {
	content: "";
	transform: translateY( -10px ) rotate( 0deg );
}

#hamburger span:after {
	content: "";
	transform: translateY( 10px ) rotate( 0deg );
}

#hamburger.open span {
	background: transparent !important;
}

#hamburger.open span:before {
	transform: rotate( 45deg ) !important;
}

#hamburger.open span:after {
	transform: rotate( -45deg ) !important;
}

nav#globalnav {
	background-color: white;
	border-top: 3px solid #14247b;
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

nav#globalnav ul {
	display: block;
}

nav#globalnav ul li {
	display: block;
}

nav#globalnav ul li a {
	background: white url(images/footernav_lili.gif) no-repeat left 55px center;
	border-bottom: 1px dotted #14247b;
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 3px 30px 3px 70px;
	text-decoration: none;
}

nav#globalnav ul li.b a {
	background: none;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 30px;
}

nav#globalnav ul li a:hover {
	background-color: #14247b;
	color: white;
}

#header {
	width: 100%;
}

a#header-logo {
	left: 10px;
	top: 13px;
	width: 60px;
	z-index: 2;
}

a#header-logo img {
	height: auto;
	width: 100%;
}

#title,
body#pro #title {
	background: none;
	display: table-cell;
	height: 70px;
	padding: 10px 0 0 80px;
	position: static;
	vertical-align: middle;
	width: auto;
}

#title a {
	display: block;
	padding: 0;
	text-decoration: none;
}

#title h1 {
	text-align: left;
}

#title img {
	height: auto;
	width: 100%;
}

main {
	padding: 10px 15px 30px 15px;
	width: auto;
}

div.main,
div.main-s {
	padding: 25px;
	width: auto;
}

#contents {
	float: none;
	width: auto;
}

#side {
	float: none;
	margin: 30px 0;
	width: auto;
}

#side h3 {
	font-size: 105%;
}

#side ul {
	padding: 0 20px;
	width: auto;
}

#side ul li {
	width: auto;
}

#side ul li a {
	width: auto;
}

#footernav {
	padding: 0 20px;
	width: auto;
}

#footernav h4 {
	background-color: white;
	padding-bottom: 0;
}

#footernav h4 a {
	background: #13247a url(images/footernav_li.png) no-repeat 14px center;
	border-top: 1px dotted #90a0e0;
	display: block;
	font-size: 100%;
	padding: 15px 30px 15px 40px;
}

#footernav h4 a:hover {
	text-decoration: none;
}

#footernav table td {
	display: block;
	line-height: 1em;
	padding: 0;
}

#footernav table td.n ul li {
	font-size: 100%;
	padding: 0;
}

#footernav table td.n:first-child {
	padding-right: 0;
	padding-top: 10px;
}

#footernav table td.n ul li a {
	background: white url(images/footernav_lili.gif) no-repeat 20px center;
	border-bottom: 1px solid #4452a4;
	color: #13247a;
	padding: 10px 30px 10px 40px;
}

#footer-address {
	background-position: center top 20px;
	padding-top: 70px;
}

