@charset "utf-8";

* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

body {
	font-size: 1.4em;
	font-family: "Century Gothic", Futura, "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.5 !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f2cf+50,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #f6f2cf 25%, #f6f2cf 75%, #ffffff 100%); /* FF3.6+ *
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(25%,#f6f2cf), color-stop(75%,#f6f2cf), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f6f2cf 25%,#f6f2cf 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#f6f2cf 25%,#f6f2cf 75%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#f6f2cf 25%,#f6f2cf 75%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#f6f2cf 25%,#f6f2cf 75%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	} 

td, p, ul, ol { line-height: 1.5 !important; } 

img { border: 0; vertical-align: top; }

ul, ol { list-style: none; }

a {
	color: #f29749;
	text-decoration: underline;
	}

a:hover { text-decoration: none; }

@media only screen and (min-width : 768px) {
	a:hover img {
		filter: alpha(opacity=25);
		-moz-opacity: 0.25;
		opacity: 0.25;
		}
	}
	
/*  Header
----------------------------------------------- */
#header {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efedd9+85,ebd2ca+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #efedd9 85%, #ebd2ca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(85%,#efedd9), color-stop(100%,#ebd2ca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#efedd9 85%,#ebd2ca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#efedd9 85%,#ebd2ca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#efedd9 85%,#ebd2ca 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#efedd9 85%,#ebd2ca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebd2ca',GradientType=0 ); /* IE6-9 */
	}
	
#header .lead,
#header .navi {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 10px;
	}

@media only screen and (max-width : 980px) {
	#header .lead,
	#header .navi {
		width: 98%;
		max-width: 960px;
		}
	}
	
#header .lead p {
	float: left;
	width: 47%;
	margin: 5px 0 0;
	padding: 10px 5px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	box-sizing: content-box;
	background: #154494;
	}
	
#header .lead ul {
	overflow: hidden;
	float: right;
	width: 340px;
	margin: 5px 0 0;
	}
	
#header .lead ul li {
	float: left;
	width: 100px;
	height: 40px;
	margin: 0 0 0 20px;
	line-height: 40px;
	box-sizing: border-box;
	}
	
#header .lead ul li:first-child {
	margin: 0;
	}

#header .lead ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	}
	
#header .lead ul .data a {
	padding: 0 0 0 40px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-btbook.png?t=1445400678) #f29749 no-repeat left center;
	}

#header .lead ul .data a:hover { background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-btbook.png?t=1445400678) #f9c78d no-repeat left center; }
	
#header .lead ul .mail a {
	padding: 0 0 0 40px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-btmail.png?t=1445400693) #f29749 no-repeat left center;
	}

#header .lead ul .mail a:hover { background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-btmail.png?t=1445400693) #f9c78d no-repeat left center; }
	
#header .lead ul .fb a {
	padding: 0 0 0 25px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-btfb.png?t=1445400685) #f29749 no-repeat left center;
	}

#header .lead ul .fb a:hover { background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-btfb.png?t=1445400685) #f9c78d no-repeat left center; }
	
#header .navi div {
	float: left;
	width: 59%;
	}
	
#header .navi .menu {
	overflow: hidden;
	float: right;
	width: 287px;
	}
	
#header .navi div h1 { margin: 0 0 10px; }

#header .navi div ul {
	overflow: hidden;
	margin: 5px 0;
	}
	
#header .navi div ul .free {
	float: left;
	width: 53%;
	height: 30px;
	padding: 0 0 0 50px;
	color: #ea635f;
	font: bold 24px/30px "Century Gothic", Futura, "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	box-sizing: border-box;
	background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-free.png?t=1445400718) no-repeat 0 0;
	}
	
#header .navi div ul .tel {
	float: right;
	width: 43%;
	height: 30px;
	padding: 0 0 0 25px;
	font: normal 21px/30px "Century Gothic", Futura, "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	box-sizing: border-box;
	background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-telbk.png?t=1445400734) no-repeat left center;
	}
	
#header .navi div p { clear: both; }

#header .navi .menu li {
	float: left;
	border-right: 1px dotted #717071;
	}
	
#header .navi .menu li:first-child {
	border-left: 1px dotted #717071;
	}
	
#header .slideshow {
	width: 1580px;
	margin: 0 auto;
	background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-slideshow.png?t=1447112652) no-repeat center bottom;
	}

#header .cycle-slideshow {
	width: 960px;
	margin: 0 auto;
	}

@media only screen and (max-width : 1600px) {
	#header .slideshow {
		width: 100%;
		max-width: 960px;
		background: none;
		}

	#header .cycle-slideshow {
		width: 100%;
		max-width: 960px;
		}

	.cycle-slideshow img { width: 100%; height: auto }
	}
	
/*  Maincontents
----------------------------------------------- */
#container {
	width: 98%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 30px;
	background: #fff;
	}

#navigation {
	float: left;
	width: 180px;
	padding: 10px 10px 0 30px;
	box-sizing: border-box;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9e5f2 0%, #e9e5f2 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e5f2), color-stop(50%,#e9e5f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e5f2 0%, #e9e5f2 50%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e5f2 0%, #e9e5f2 50%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e5f2 0%, #e9e5f2 50%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9e5f2 0%, #e9e5f2 50%, #ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e5f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}

#content {
	float: right;
	width: 740px;
	padding: 10px 30px 0 10px;
	box-sizing: content-box;
	}

@media only screen and (max-width : 980px) {
	#page { background: #fff; }
	
	#navigation {
		width: 18%;
		padding: 0 10px 0 30px;
		box-sizing: border-box;
		}

	#content {
		width: 80%;
		padding: 0 30px 0 10px;
		box-sizing: border-box;
		}
	}

/*  Navigation
----------------------------------------------- */
ul.mainNav1 li,
ul.mainNav2 li {
	margin: 0 0 10px;
	font: normal 12px/1.3 "Century Gothic", Futura, "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	}

ul.mainNav1 li a,
ul.mainNav2 li a,
ul.mainNav3 li a {
	padding: 0 0 0 8px;
	color: #605f5e;
	text-decoration: none;
	}

ul.mainNav2 li a { padding: 0 0 0 14px; }

ul.mainNav3 li a { padding: 0 0 0 24px; }

ul.mainNav1 li a:hover,
ul.mainNav2 li a:hover,
ul.mainNav3 li a:hover {
	color: #f29749;
	background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-sidelist.png?t=1445493802) no-repeat left center;
	}

ul.mainNav1 a.current { font-weight:bold; }

#sidebar { padding: 20px 0 0; }

#sidebar .n { padding: 20px 0 0; !important; }

#sidebar .free {
	padding: 35px 0 0px;
	color: #ea635f;
	font: bold 18px/1.5 "Century Gothic", Futura, "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: center;
	background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-free.png?t=1445400718) no-repeat center top;
	}

/*  Footer
----------------------------------------------- */
#footer {
	clear: both;
	width: 98%;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px
	box-sizing: border-box;
	background: #fff;
	}

#footer .image,	
#footer .navi {
	overflow: hidden;
	width: 98%;
	margin: 0 auto 10px;
	}

#footer .image img {
	width: 100%;
	height: auto;
	}

#footer .navi { text-align: center; }

#footer .navi ul { display: inline-block; }

#footer .navi ul li {
	float: left;
	width: 16%;
	max-width: 147px;
	box-sizing: border-box;
	border-right: 1px dotted #7b7b7b;
	}

#footer .navi ul li:first-child {
	border-left: 1px dotted #7b7b7b;
	}
	
#footer .navi ul li img {
	width: 100%;
	height: auto;
	}

#footer .purpose {
	overflow: hidden;
	width: 92%;
	margin: 0 auto 10px;
	}

#footer .purpose li {
	float: left;
	width: 32%;
	margin: 0 0 10px 2%;
	padding: 0 0 0 20px;
	line-height: 15px;
	box-sizing: border-box;
	background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-btpt.png?t=1445400699) no-repeat 0 0;
	}
	
#footer .purpose li:first-child,
#footer .purpose .build {
	clear: both;
	margin: 0 0 10px;
	}

#footer .purpose li a {
	color: #000;
	text-decoration: none;
	}

#footer .purpose li a:hover { color: #f29749; }
	
#footer .item {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px dotted #000;
	}
	
#footer .item h2 {
	margin: 0 0 10px;
	color: #000;
	font: normal 18px/1.5 "Century Gothic", Futura, "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: center;
	}
	
#footer .item .logo {
	display: block;
	margin: 0 0 10px;
	}
	
#footer .item ul {
	float: left;
	width: 300px;
	}
	
#footer .item .address {
	float: right;
	width: 51%;
	}
	
#footer .item .address p { margin: 10px 0 0; }

#footer .item ul li { margin: 10px 0 0; }

#footer .item ul li:first-child {
	margin: 0;
	}
	
#footer .item ul .free {
	height: 30px;
	padding: 0 0 0 50px;
	color: #ea635f;
	font: bold 24px/30px "Century Gothic", Futura, "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-free.png?t=1445400718) no-repeat 0 0;
	}
	
#footer .item .address .tel {
	height: 25px;
	padding: 0 0 0 40px;
	color: #ea635f;
	font: bold 24px/25px "Century Gothic", Futura, "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/bg-telor.png?t=1445400743) no-repeat 0 0;
	}
	
#footer .item .wood {
	color: #00913a;
	text-align: right;
	}
	
#footer .item .wood li { margin: 0 0 5px; }

#footer .item .wood li img { display: inline; }

#footer .item .wood li strong {
	font-size: 20px;
	font-size: 2rem;
	}

#footer .other {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 10px;
	text-align: center;
	background: url(https://u.jimdo.com/www400/o/s870af603c0c2bb75/userlayout/img/img-other.png?t=1445493410) no-repeat center top;
	}
	
#footer .other a {
	color: #000;
	text-decoration: none;
	}
	
#footer .other a:hover { color: #f29749; }

#footer .gutter {
	height: 30px;
	width: 98%;
	margin: 0 auto;
	padding: 35px 0 0;
	}

/*  Page
----------------------------------------------- */
.cc-page-index h2 {
	margin: 0 0 5px;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	}

.cc-page-index .tech strong { color: #036eb7; }