@charset "UTF-8";
/* --------------------------------------------------
	ベース
-------------------------------------------------- */
html, body, #wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-family: Myriad, Helvetica, "Meiryo", "メイリオ", sans-serif;
	line-height: 1.8;
    word-break: break-all;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 　
	-webkit-text-size-adjust: 100%;
	background-color: #ddd;
	zoom: 1;
	overflow-y: scroll;
	background-color: #fff;
}

html.osMac body, body.osMac {
    font-family: Myriad, Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	}

* {
	margin: 0;
	padding: 0;
	}

/* --------------------------------------------------
	テキスト
-------------------------------------------------- */
h1 {
	font-size: 100%;
	font-weight: bold;
	font-family: 'Strait', sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.0;
	}

h2 {
	font-size: 300%;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	}
	
h3 {
	font-size: 135%;
	font-weight: bold;
	line-height: 1.0;
	border-left: 5px solid #007b43;
	text-indent: 0;
	margin: 40px 0 25px;
	padding: 2px 0 0 10px;
	text-align: left;
	color: #007b43;
	}

h4, h5, h6 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
	border-left: 1px solid #777;
	text-indent: 0;
	margin: 40px 0 40px;
	padding: 0 0 0 10px;
	}
	
p {
	line-height: 1.8;
	margin: 0 0 15px;
	padding: 0;
	}

a {
	color: #777;
	text-decoration: none;
	}	
a:hover, a:active {
	color: #777;
	text-decoration: none;
	}
span {
	color: #777;
	}

/* --------------------------------------------------
	リスト
-------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
	}

li {
	list-style: none;
	}

/* --------------------------------------------------
	ヘッダー
-------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ccc;
	z-index: 9999;
	background-color: #fff;
}

#logo {
	float: left;
	width: 200px;
	height: 50px;
	background: none;
	text-align: center;
	}
	
#logo h1 img {
	width: 100%;
	height: auto;
	max-width: 200px;
	}

	
#pagetitle {
	float: right;
	width: 120px;
	height: 50px;
	background: none;
	text-align: center;
	}
	
#pagetitle img {
	width: 100%;
	height: auto;
	max-width: 200px;
	}

/* --------------------------------------------------
	container
-------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fefefe;
	}

#contents {
	max-width: 960px;
	width: 100%;
	height: auto;
	margin: 100px auto 0;
	padding: 0;
	}

.top {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: -1px;
	border: 1px solid #aaa;
	}
	
.box-image {
	clear: both;
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.box-image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.text {
	clear: both;
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	}

.box-text {
	clear: both;
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.point {
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	clear: both;
	display:block;
	background-color: #ffffcc;
	}

.point-text {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	height: auto;
	}

.point-image {
	float: right;
	margin: 0;
	padding: 0;
	width: 40%;
	height: auto;
	}
	
.point-image img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	}
	
p.time {
	font-weight: bold;
	font-size: 150%;
}

p.text-left {
	text-align: left;
}

.ouchi-link {
	width: 100%;
	height: 50px;
	clear: both;
	margin: 20px 0 0;
	text-align: center;
}

.ouchi-link a {
	width: 100%;
	height: 50px;
	color: #fff;
	background-color: #EC6F05;
	border-radius: 15px;
	margin: 0;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	display: block;
}

.ouchi-link a:hover {
	opacity: 0.6;
}

#section-foot {
	width: 100%;
	height: 70px;
	background-color: #fefefe;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	}

.box-foot {
	clear: both;
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	text-align: center;
	}
	
.box-foot p {
	font-size: 90%;
	margin: 0;
	}