﻿BODY {
	-webkit-text-size-adjust: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/*
    background-image: url("/img/background/leaf.jpg"); 
    background-repeat: no-repeat;
    background-size: 100%;
    */
}

A:LINK {
	color: #003399;
	text-decoration: none;
}

A:VISITED {
	color: #003399;
	text-decoration: none;
}

A:HOVER {
	color: #FF6B09;
	text-decoration: none;
}

input, textarea, select {
	font-size: 15px;
}

input[type=search] {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	border-color: #bfbfbf;
	font-size: 15px;
}

.img_width_control img {
	width: 100%;
}

.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
}

.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
