@charset "UTF-8";
/* -------------------- reset start -------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/* -------------------- reset end -------------------- */


/* -------------------- common start -------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #333;
	background-color: #fff;
}
 @media only print {
body {
	color: #000;
}
}
a:link {
	text-decoration: none;
	color: #1d6293;
}
a:visited {
	text-decoration: none;
	color: #5a6299;
}
a:hover {
	text-decoration: underline;
	color: #ff9900;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.fa:after {
	content: "\00a0";
}
.inner {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
#header {
	padding-top: 10px;
	margin-bottom: 20px;
}
#header #description {
	margin-bottom: 20px;
	color: #777;
	font-size: 13px;
	font-weight: bold;
    color: #45aece;
    letter-spacing: 1px;
}
#siteTitle {
	vertical-align: bottom;
}
#gnavBtn {
	display: none;
}
#gnav ul li {
	margin-right: 25px;
}
#gnav ul li:last-child {
	margin-right: 0px;
}
#gnav ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
}
#homePage #gnav #gnavHome a, #companyPage #gnav #gnavCompany a, #businessPage #gnav #gnavBusiness a, #aboutPage #gnav #gnavAbout a, #contactPage #gnav #gnavContact a {
	color: #45aece;
	border-bottom-color: #45aece;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#gnav ul li a:hover {
	color: #ff9900;
	border-bottom-color: #ff9900;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#contents {
	margin-bottom: 30px;
}
#main {
	width: 660px;
}
#main section {
	margin-bottom: 50px;
}
#main section h2 {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: normal;
}
#main section h2 i {
	color: #45aece;
}
#main section p {
	line-height: 1.8;
	margin-bottom: 10px;
}
#main section dl {
	line-height: 1.8;
	margin-bottom: 10px;
}
#main section dl dt {
	margin-right: 15px;
}
#main .fa {
	padding-right: 3px;
}
#side {
	width: 300px;
}
#side section {
	margin-bottom: 40px;
}
#side section h3 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #45aece;
	margin-bottom: 10px;
}
#side section p {
	line-height: 1.8;
	margin-bottom: 10px;
}
#side #banner {
	margin-bottom: 30px;
}
#side #banner li {
	margin-top: 30px;
	list-style-type: none;
}
#footer {
	background-color: #666;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #45aece;
	text-align: center;
}
#footerNav {
	margin-bottom: 30px;
}
#footerNav ul li {
	margin-right: 20px;
	display: inline-block;
	line-height: 1.8;
}
#footerNav ul li:last-child {
	margin-right: 0px;
}
#footerNav ul li a {
	color: #fff;
	text-decoration: none;
}
#footerNav ul li a:hover {
	color: #ff9900;
}
#footerInfo {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
    margin-top:10px ;
	margin-bottom: 20px;

}
#footerInfo h4 {
	color: #fff;
	font-size: 20px;
    letter-spacing: 2px;
}
#footerInfo strong {
	font-size: 18px;
	letter-spacing: 2px;
}
#footerInfo a {
	color: #fff;
}
#footer p small {
	color: #fff;
	font-size: 10px;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #333;
	font-size: 20px;
	text-decoration: none;
	padding: 5px 10px;
}
.pagetop a:hover {
	display: block;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	padding: 5px 10px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.pagetop .fa:after {
	content: "";
}
 @media only screen and (max-width : 1019px) {
.inner {
	padding-left: 15px;
	padding-right: 15px;
}
#gnav ul li {
	width: auto;
	margin-right: 10px;
}
#gnav ul li:last-child {
	margin-right: 0px;
}
#description {
	text-align: center;
}
#siteTitle, #gnav {
	float: none;
}
#siteTitle {
	text-align: center;
	margin-bottom: 20px;
}
#gnavBtn {
	display: block;
	height: 30px;
	margin-bottom: 10px;
}
#gnavBtn a {
	display: block;
	line-height: 30px;
	background: #eee;
	color: #45aece;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
	font-weight: bold;
	font-size: 16px;
}
#gnavBtn a:hover {
	background: #f5f5f5;
}
#gnavUl {
	display: none;
}
#gnav {
	text-align: center;
	margin-bottom: 10px;
}
#gnav ul li {
	float: none;
	display: inline-block;
	margin-bottom: 5px;
}
#gnav ul li a {
	border-bottom: none;
}
#main, #side {
	width: auto;
	float: none;
}
#side #banner {
	text-align: center;
}
#footerNav ul li {
	margin-bottom: 5px;
}
#gnav ul li {
	margin-right: 0px;
	display: block;
	border: 1px #ddd solid;
	height: 30px;
	line-height: 30px;
}
}
/* -------------------- common end -------------------- */


/* -------------------- index start -------------------- */
#homeImg {
	max-width: 1900px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	margin-bottom: 10px;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_tabs {
	margin-top: 5px;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.rslides_tabs li {
	display: inline;
	margin-right: 15px;
}
.rslides_tabs li:last-child {
	margin-right: 0px;
}
.rslides_tabs a {
	display: inline-block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ccc;
	text-indent: -9999px;
}
.rslides_tabs a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: all 0.2s linear;
}
.rslides_tabs .rslides_here a {
	background-color: #45aece;
}
#contents #main section #news {
	line-height: 1.8;
}
#contents #main section #news dt {
	color: #f56565;
}
#contents #main section #news dd {
	margin-bottom: 15px;
}
 @media only screen and (max-width : 1019px) {
}
/* -------------------- index end -------------------- */

/* -------------------- underpage common start -------------------- */
#pageTitle {
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #45aece;
}
#pageTitle h1 {
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	margin-left: 20px;
    letter-spacing: 5px;
}
#main section h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #45aece;
	margin-top: 20px;
	margin-bottom: 15px;
}
#contents #side #sideNav {
	margin-bottom: 30px;
}
#contents #side #sideNav li {
	list-style: none;
}
#contents #side #sideNav li a {
	display: block;
	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #45aece;
	background-color: #fff;
	text-decoration: none;
}
#contents #side #sideNav ul {
	border-top: 1px dotted #ccc;
}
#contents #side #sideNav li a:before {
	content: "≫\00a0";
}
#contents #side #sideNav li a:hover {
	color: #fff;
	background-color: #45aece;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
 @media only screen and (max-width : 1019px) {
#contents #main, #contents #side {
	width: auto;
	float: none;
}
#contents #side #sideNav {
}
}
/* -------------------- underpage common end -------------------- */

/*会社情報　ここから*/
#companyPage #contents #main section .companyDatalist dt {
	width: 100%;
	background-color: #f1f1f1;
	line-height: 1.8;
	margin-bottom: 5px;
	padding-left: 2px;
	font-weight: bold;
}
#companyPage #contents #main section .companyDatalist dd {
	line-height: 1.8;
	margin-bottom: 20px;
}
 @media only screen and (max-width : 1019px) {
}
 @media only screen and (max-width : 479px) {
}
/*会社情報　ここまで*/

/*事業内容　ここから*/
#businessPage #contents #main section .imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #ccc;
	font-size: 13px;
	text-align: center;
}
#businessPage #contents #main section .imgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #ccc;
	font-size: 13px;
	text-align: center;
}
 @media only screen and (max-width : 1019px) {
}
/*事業内容　ここまで*/

/*お問い合わせ　ここから*/
#contactForm {
    width: 100%;
 max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#contactForm dt {
	margin-bottom: 5px;
	font-weight:bold;
}
#contactForm dd {
	margin-bottom: 20px;
}
#name,#company,#email,#tel,#address {
	width: 100%;
 max-width: 500px;
}
#txtform {
	width: 100%;
 max-width: 500px;
	height: 250px;
}
#submit {
	width:100px;
	height:30px;
	background-color:#ff6c00;
	color:#fff;
	font-size:16px;
}
#contents #side #privacy p {
    font-size: 12px;
}

/*お問い合わせ　ここまで*/
