@charset "UTF-8";

body, textarea { font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }


body{
	width: 100%;
	height: 100%;
	color: #666;
}

#wrapper {
	width: 1100px;
	min-height: 100%;
	position: relative;
	margin: 0 auto 0 auto;
}

#mainContents {
	width: 100%;
	min-height: 100%;
	position: relative;
/*	background-color: #fc0;*/
}

#bg {
	z-index: -1;
	position:fixed;
}

#logo {
	width: 255px;
	height: 115px;
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -130px;
}
#copyright {
	width: 300px;
	height: 1em;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	color: #f79f56;
}


#topMain {
	width: 1100px;
	height: 220px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 500;
}
/*Sliding Text and Icon Menu Style*/
#sti-menu {
	margin-bottom: 30px;
}
.sti-menu {
	position:relative;
	margin:0 auto 0 auto;
}
.sti-menu li {
	float:left;
	width:218px;
	height:218px;
}
.sti-menu li a {
	display:block;
	overflow:hidden;
	background:#fff;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 2px #ddd;
	box-shadow:1px 1px 2px #ddd;
	border: 1px solid #f6f6f6;
}



#sti-menu span.sti-icon {
	width:100px;
	height:100px;
	position:absolute;
	left:50%;
	top:10px;
	margin-left: -50px;
}
#sti-menu h2.sti-item {
	width: 220px;
	height: 50px;
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left: -110px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#sti-menu h3.sti-item {
	width: 220px;
	height: 15px;
	position:absolute;
	bottom: 15px;
	left:50%;
	margin-left: -110px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

/* nav01 */
.sti-icon-3a { background:url(../images/nav_3a_icon.png) no-repeat;}
.sti-mText-3a { background: url(../images/nav_3a_mtext.png) no-repeat;}
.sti-sText-3a { background: url(../images/nav_3a_stext.png) no-repeat;}

/* nav02 */
.sti-icon-sa { background:url(../images/nav_sa_icon.png) no-repeat;}
.sti-mText-sa { background: url(../images/nav_sa_mtext.png) no-repeat;}
.sti-sText-sa { background: url(../images/nav_sa_stext.png) no-repeat;}

/* nav03 */
.sti-icon-on { background:url(../images/nav_on_icon.png) no-repeat;}
.sti-mText-on { background: url(../images/nav_on_mtext.png) no-repeat;}
.sti-sText-on { background: url(../images/nav_on_stext.png) no-repeat;}

/* nav04 */
.sti-icon-to { background:url(../images/nav_to_icon.png) no-repeat;}
.sti-mText-to { background: url(../images/nav_to_mtext.png) no-repeat;}
.sti-sText-to { background: url(../images/nav_to_stext.png) no-repeat;}

/* nav05 */
.sti-icon-co { background:url(../images/nav_co_icon2.png) no-repeat;}
.sti-mText-co { background: url(../images/nav_co_mtext2.png) no-repeat;}
.sti-sText-co { background: url(../images/nav_co_stext2.png) no-repeat;}

/* nav06 */
.sti-icon-cop { background:url(../images/nav_cop_icon.png) no-repeat;}
.sti-mText-cop { background: url(../images/nav_cop_mtext.png) no-repeat;}
.sti-sText-cop { background: url(../images/nav_cop_stext.png) no-repeat;}

/* ニュースティッカー */
#newsArea {
	width: 950px;
	/*position: absolute;
	top: 500px;
	left: 0;*/
	border: 1px solid #f79f56;
	background: url(../images/top_news_title.png) no-repeat left center;
	margin-bottom: 50px;
	padding-left: 140px;
	position: relative;
}
#newsListBtn {
	width: 150px;
	height: 34px;
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 200;
}
#newsListBtn a {
	display: block;
	width: 150px;
	height: 34px;
	background: url(../images/btn_newslist.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#newsListBtn a:hover {
	background-position: 0 -34px;
}

#newsArea .ticker {
/*	width: 100%;*/
	text-align: left;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
/*	background-color: #fff;*/
	/*line-height: 1;*/
	padding: 1em 5px 1em 0;
}

#newsArea .ticker ul {
	width: 100%;
	height: 13px;
	position: relative;
}

#newsArea .ticker ul li {
	width: 100%;
	display: none;
	padding-left: 20px;
}

#newsArea .ticker ul li a:link {
	color: #f79f56;
	text-decoration: underline;
}
#newsArea .ticker ul li a:visited {
	color: #f79f56;
	text-decoration: underline;
}
#newsArea .ticker ul li a:hover {
	color: #f79f56;
	text-decoration: none;
}
#newsArea .ticker ul li a:active {
	color: #f79f56;
	text-decoration: none;
}


/* リンクエリア */
#snsArea {
	width: 140px;
	margin: 0 auto 0 auto;
}
#snsArea li {
	width: 40px;
	height: 40px;
	
	/*display: inline;*/
	
	float:left;
}
#snsArea li+li {
	margin-left: 8px;
}

#snsArea li:last-child img {
/*
	vertical-align:middle;
	padding-top:5px;
*/
}









/* common */
#common #wrapper {
	width: 1080px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding: 0 10px;
	position: relative;
	background: url(../images/common_bg.png) repeat-y top center;
}

#common #headerArea {
	width: 1080px;
	height: 190px;
	position: relative;
}
#common #header {
	width: 1080px;
	height: 119px;
	background: url(../images/header_bg.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#common #commonlogo {
	width: 197px;
	height: 89px;
	position: absolute;
	top: 10px;
	left: 45px;
}

#common_nav {
	width: 1080px;
	height: 170px;
	position: absolute;
	top: -19px;
	left: 0px;
	z-index: 50;
}
#common_nav li {
	width: 180px;
	height: 174px;
	float: left;
}
#common_nav li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fc0;
	background: url(../images/common_nav2.png) no-repeat;
}
#common_nav li#home a { background-position: 0 -170px;}
#common_nav li#about a { background-position: -180px -170px;}
#common_nav li#service a { background-position: -360px -170px;}
#common_nav li#contact a { background-position: -540px -170px;}
#common_nav li#store a { background-position: -720px -170px;}
#common_nav li#corporate a { background-position: -900px -170px;}


#common_nav li#home a:hover { background-position: 0 0px;}
#common_nav li#about a:hover { background-position: -180px 0px;}
#common_nav li#service a:hover { background-position: -360px 0px;}
#common_nav li#contact a:hover { background-position: -540px 0px;}
#common_nav li#store a:hover { background-position: -720px 0px;}
#common_nav li#corporate a:hover { background-position: -900px 0px;}


#common #locator {
	width: 1040px;
	height: 20px;
	margin: 0 auto 20px auto;
	background: url(../images/locator_bg.gif) no-repeat top left;
	font-size: 1.2em;
}
#common #locator li {
	width: 180px;
	height: 18px;
	float: left;
	color: #fff;
}
#common #locator li#locatorUnder {
	width: 300px;
	padding: 2px 0 0 20px;
}
/*#common #locator #locatorHome {
	width: 115px;
	height: 16px;
}*/
#common #locator #locatorHome a {
	display: block;
	width: 115px;
	height: 18px;
	padding: 2px 0 0 65px;
}
#common #locator #locatorHome a:link {
	color: #f08200;
	text-decoration: none;
}
#common #locator #locatorHome a:visited {
	color: #f08200;
	text-decoration: none;
}
#common #locator #locatorHome a:hover {
	color: #f08200;
	text-decoration: underline;
}
#common #locator #locatorHome a:active {
	color: #f08200;
	text-decoration: underline;
}


#common #mainContents {
	width: 1040px;
	height: 100%;
	position: relative;
	margin: 0 auto 0 auto;
}

#common #contentsArea {
	width: 1000px;
	margin: 0 auto 0 auto;
}
#common #aboutBox01 {
	height: 678px;
	margin-bottom: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/about_img01.png) no-repeat top center;
}
#common .aboutBox02 h2 {
	margin-bottom: 15px;
}
#common .aboutBox02 {
	text-align: center;
	margin-bottom: 70px;
}

#common .halfArea_left {
	width: 490px;
	float: left;
}
#common .halfArea_right {
	width: 490px;
	float: right;
}

#common .commonTable {
	border-collapse: collapse;
	font-size: 1.2em;
}
#common .commonTable th {
	width: 80px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffe0bb;
	border: 1px solid #f79f56;
	padding: 10px;
	font-weight: bold;
}
#common .commonTable td {
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #f79f56;
	padding: 10px;
}
#common .commonTable02 {
	border-collapse: collapse;
}
#common .commonTable02 td {
	/*width: 50%;*/
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
	border: none;
	padding: 0!important;
}


#common #map_canvas {
	width: 490px;
/*	border: 1px solid #f79f56;*/
}

#common .link01 a:link {
	color: #f79f56;
	text-decoration: underline;
}
#common .link01 a:visited {
	color: #f79f56;
	text-decoration: underline;
}
#common .link01 a:hover {
	color: #f79f56;
	text-decoration: underline;
	font-weight: bold;
}
#common .link01 a:active {
	color: #f79f56;
	text-decoration: underline;
	font-weight: bold;
}

/*#common #commonFooter {
	background-color: #ccc;
}*/
#common #jCarouselLite {
	margin-bottom: 80px;
}
#common #commonFooter #subNav {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid #f79f56;
}
#common #commonFooter #subNav li {
	display: inline;
}
#common #commonFooter #subNav li+li {
	margin-left: 20px;
}
#common #commonFooter #subNav a {
	font-size: 12px;
	background: url(../images/arr01.png) no-repeat left center;
	padding-left: 10px;
}
#common #commonFooter #subNav a:link {
	color: #f79f56;
	text-decoration: none;
}
#common #commonFooter #subNav a:visited {
	color: #f79f56;
	text-decoration: none;
}
#common #commonFooter #subNav a:hover {
	color: #f79f56;
	text-decoration: underline;
}
#common #commonFooter #subNav a:active {
	color: #f79f56;
	text-decoration: underline;
}

#common #footerMain {
	position: relative;
	margin-bottom: 50px;
	color: #f79f56;
/*	background-color: #ccc;*/
}
#common #commonCopyright {
	position: absolute;
	bottom: 0px;
	right: 5px;
	color: #f79f56;
}


#common #snsArea {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 20px;
}
#common #snsArea li {
	width: 40px;
	height: 40px;
	display: inline;
}
#common #snsArea li+li {
	margin-left: 5px;
}



#corporateBox01 {
	position: relative;
	height: 553px;
	padding: 50px 0 0px 0;
	background: url(../images/corporate_bg01.jpg) no-repeat 0 50px;
}
#co_contactBox {
	position: absolute;
	width: 200px;
	height: 68px;
	background: url(../images/btn_co_contact_on.png) no-repeat;
	bottom: 95px;
	right: 91px;
}
#co_contactBox a {
	display: block;
	width: 200px;
	height: 68px;
	background: url(../images/btn_co_contact.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#co_contactBox a:hover {
	background: none;
}
#corporateAdd {
	color: #014381;
	position: absolute;
	bottom: 20px;
	right: 180px;
}

#corporateBox02 {
	margin-bottom: 100px;
	padding: 50px 0 0 0;
}
#corporateBox02 h2 {
	margin-bottom: 50px;
}
#corporateBox02 table {
	margin-bottom: 100px;
}
#corporateBox02 td {
	vertical-align: bottom;
	color: #626262;
	font-size: 1.6em;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
}
#corporateBox02 td span {
	color: #ea8181;
	font-size: 12px;
}
.co_td_space {
	height: 50px;
	border: none!important;
}

#co_sitelinkBox {
	width: 739px;
	height: 110px;
	background: url(../images/btn_co_sitelink_on.png) no-repeat;
	margin: 0 auto 0 auto;
}
#co_sitelinkBox a {
	display: block;
	width: 739px;
	height: 110px;
	background: url(../images/btn_co_sitelink.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#co_sitelinkBox a:hover {
	background: none;
}



#contentsBox {
	padding: 30px 0 30px 0;
	font-size: 1.2em;
	text-align: center;
}
#contentsBox .serviceCatch {
	font-size: 1.3em;
	font-weight: bold;
	/*border-top: 1px solid #f79f56;*/
	border-bottom: 1px dotted #f79f56;
	padding: 20px 0 20px 0;
	color: #f79f56;
	background-color: #fff;
}

.serviceBox {
	margin-bottom: 70px;
	padding-bottom: 70px;
	border-bottom: 1px dotted #f79f56;
}
.serviceBoxLeft {
	width: 250px;
	float: left;
}
.serviceBoxRight {
	width: 700px;
	float: right;
	padding-top: 60px;
}
.serviceBoxRight h2 {
	height: 41px;
	font-size: 2.4em;
	color: #f08200;
	margin: 0 0 25px 0;
	padding: 9px 0 0 70px;
	background: url(../images/service_ttl_icon.jpg) no-repeat left center;
}
.serviceBoxRight p {
	font-size: 1.6em;
}




/* pagetop */
.pagetop {
	display: none;
	width: 52px;
	height: 53px;
	overflow: hidden;
	position: fixed;
	bottom: 28px;
	right: 40px;
	z-index: 500;
}








/* Contact 2014-03-25 Add */

#contactMain {
	width:1000px;
	margin:10px auto;
	font-size:16px;
	text-align: center;
}
#form {
	width:800px;
	margin:0 auto 50px auto;
	font-size:13px;
}

#form table {
	border-collapse: collapse;
	border-spacing: 0;
	width:800px;
}
#form table th,
#form table td {
	font-weight:normal;
	padding:10px;
	border:solid 1px #dadada;
	background:#FFF;
}


#form table th {
	text-align:center;
	width:200px;
	background:#fff4eb;
	font-weight: bold;
}

#form table th span.red{
	color:#f00;
}

#form div.btn ul {
	width:270px;
	margin:10px auto;
}
#form div.btn ul li {
	float: right;
	padding:1px;
}
#form div.btn ul li.mr40 {
	margin-right: 70px;
}

#form .fld {
	background-color:#fff;
}

#form .err-fld {
	background-color:#f99;
}


#form #err {
	background: #EF8200;
	padding: 5px;
	margin: 0 0 10px 0;
	line-height:120%;
}

#form #err div.e-inner {
	padding: 10px 20px 10px 70px;
	font-size: 12px;
	text-align: left;
	min-height: 30px;
}

#form #err div.e-inner h5 {
	text-align:left;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0;
	display: block;
	padding: 0;
	border: none;
	color:#f00;
}

#form #err div.e-inner {
	background: #FFFFFF url("../images/icon_yeild.gif") no-repeat 15px 15px;
}

#form #err div.e-inner {
	line-height:120%;
	font-weight: bold;
	min-height: 35px;
	font-size: 14px;
}

.fs120b {
	font-size: 1.2em;
	font-weight: bold;
}
.fs140b {
	font-size: 1.4em;
	font-weight: bold;
}
.fs160b {
	font-size: 1.6em;
	font-weight: bold;
}

.m20 {
	margin-bottom: 20px;
}
.m30 {
	margin-bottom: 30px;
}






/* privacy */
#privacyArea {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0px 50px 50px;
}
#privacyArea h2 {
	font-size: 1.4em;
	font-weight: bold;
	border-left: 5px solid #f79f56;
	margin-bottom: 10px;
	padding-left: 10px;
}
#privacyArea p,#privacyArea dl,#privacyArea ol {
	padding-left: 1em;
	font-size: 1.2em;
	line-height: 1.8;
}
#contentsBox .privacyCatch {
	font-size: 1.2em;
	font-weight: bold;
	/*border-top: 1px solid #f79f56;*/
	border-bottom: 1px dotted #f79f56;
	padding: 20px 0 20px 0;
	color: #f79f56;
	background-color: #fff;
}
.privacyBox {
	margin-bottom: 30px;
}
.addressArea {
	padding-left: 2em!important;
}
.addressArea dd {
	padding-left: 1em;
}

.addressArea a:link {
	color: #f79f56;
	text-decoration: underline;
}
.addressArea a:visited {
	color: #f79f56;
	text-decoration: underline;
}
.addressArea a:hover {
	color: #f79f56;
	text-decoration: none;
}
.addressArea a:active {
	color: #f79f56;
	text-decoration: none;
}


/* 特定商法取引に基づく表記 */
#noteArea {
	padding: 50px 0;
}
#common .commonTable03 {
	border-collapse: collapse;
	font-size: 1.2em;
}
#common .commonTable03 th {
	width: 25%;
	text-align: center;
	vertical-align: middle;
	background-color: #ffe0bb;
	border: 1px solid #f79f56;
	padding: 15px;
	font-weight: bold;
}
#common .commonTable03 td {
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #f79f56;
	padding: 15px;
}




/* ニュース一覧 */
#newslistArea {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 50px;
}
#newslistArea h2 {
	font-size: 1.6em;
	font-weight: bold;
	border-left: 5px solid #f79f56;
	margin-bottom: 10px;
	padding-left: 10px;
}
#newslistArea p {
	padding-left: 1em;
	font-size: 1.2em;
	line-height: 1.8;
}

.newslistBox ul {
	padding-left: 3em;
}
.newslistBox li {
	font-size: 1.4em;
	list-style-type: disc;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.newslistBox a:link {
	color: #f79f56;
	text-decoration: underline;
}
.newslistBox a:visited {
	color: #f79f56;
	text-decoration: underline;
}
.newslistBox a:hover {
	color: #f79f56;
	text-decoration: none;
}
.newslistBox a:active {
	color: #f79f56;
	text-decoration: none;
}



.iconPhone {
	line-height: 1;
	background: url(../images/icon_phone.gif) no-repeat left center;
	padding-left: 25px;
}


#successArea {
	padding: 100px 0 100px 0;
}









