@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;
	text-align: center;
	color: #323232;
	background-color: #f6f5f0;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

/* ========================================================================== */
/* header                                                                     */
/* ========================================================================== */

.headerWrap {
	background-color: #FFF;
	height: 190px;
}

.topHeader {
	width: 1000px;
	margin: 0 auto ;
	padding: 30px 0;
}

.topHeader h1 {
	font-size: 0;
	line-height: 0;
	float: left;
}

.phoneNumberArea {
	float: right;
}

.phoneNavi {
	color: #000;
	text-align: left;
	font-size: 12px;
}

.phoneNumbers {
	margin: 7px 0 0 0;
}

.phoneNumbers dt {
	float: left;
	background-color: #323232;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 12px 7px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.phoneNumbers dt.fax {
	margin: 0 0 0 30px;
}

.phoneNumbers dd {
	float: left;
	font-size: 12px;
	text-align: left;
	color: #000;
	margin: 12px 0 0 5px;
}

.phoneNumbers dd.number {
	font-size: 24px;
	color: #323232;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 7px 0 0 7px;
}

.phoneNumbers dd.number a {
	color: #000;
	text-decoration: none;
}

.gnaviWrap {
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 3px solid #000;
}

.globalNavi {
	width: 1006px;
	margin: 10px auto;
}

.globalNavi li {
	float: left;
	font-size: 16px;
	line-height: 18px;
	border-left: 1px dotted #000;
	padding: 0px;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.globalNavi li:last-child {
	border-right: 1px dotted #000;
}

.globalNavi li span {
	display: block;
	margin: 2px 0 0 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #969696;
	text-transform: uppercase;
}

.globalNavi li a {
	
	width: 159px;     /*when #columns = 6 */
	/*width: 190px;    when #columns = 5 */
	/* width: 250px;    when #columns = 4 */
	height: 36px;
	padding: 10px 0 5px 0;
	color: #000;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.globalNavi li:first-child a{
	width: 148px;     /*when #columns = 6 */
	/*width: 185px;   /*when #columns = 5 */
	/* width: 225px;    when #columns = 4 */
}
.globalNavi li:last-child a{
	width: 147px;    /* when #columns = 6 */
	/*width: 185px;    /*when #columns = 5 */
	/* width: 225px;    when #columns = 4 */
}

.globalNavi li a.current,
.globalNavi li a:hover {
	background-color: #ebebeb;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

/* ========================================================================== */
/* contents                                                                   */
/* ========================================================================== */

.contentsWrap {
	background-color: #f6f5f0;
}

.contents {
	width: 1000px;
	margin: 0 auto;
}

.contents h2 {
	font-size: 25px;
	color: #323232;
	padding-top: 30px;
}

/* ========================================================================== */
/* footer                                                                     */
/* ========================================================================== */

.backToTopWrap {
	width: 100%;
	background-color: #FFF;
	margin: 50px 0 0 0;
}

.backToTopWrap p {
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 35px 0 10px 0;
	background-image: url(../../img/common/pagetop_arrow.png);
	background-position: center 10px;
	background-repeat: no-repeat;
	
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.53s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.backToTopWrap p:hover {
	background-color: #ebebeb;
	background-position: center 5px;
}

.footerMenu {
	width: 100%;
}

.footerMenuContents {
	width: 1000px;
	margin: 30px auto;
}

.footerLogo {
	float: left;
	font-size: 0;
	line-height: 0;
}

.addressBox {
	float: left;
	margin: 0 0 0 20px;
	text-align: left;
}

.companyName {
	font-size: 0;
	line-height: 0;
}

.address {
	font-size: 14px;
	margin: 15px 0 0 0;
	color: #000;
}

.phoneBox {
	float: left;
	margin: 0 0 0 30px;
}

.footerPhone {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.footerPhone dt {
	border-left: 3px solid #000;
	padding: 2px 0 2px 5px;
	font-size: 14px;
}

.footerPhone dd {
	font-size: 16px;
	margin: 10px 0 0 0;
}

.footerPhone dd a {
	color: #000;
	text-decoration: none;
}
.footerPhone dd a.with-ul {
	text-decoration: underline;
}

.fnaviWrap {
	width: 100%;
	border-top: 1px solid #c8c8c8;
	margin: 30px 0 0 0;
	background-color: #ebebeb;
}

.footerNavi {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0;
}

.footerNavi li {
	float: left;
	font-size: 14px;
	line-height: 16px;
	border-left: 1px dotted #a4a4a4;
	padding: 0 5px;
}

.footerNavi li:last-child {
	border-right: 1px dotted #a4a4a4;
}

.footerNavi li span {
	display: block;
	margin: 2px 0 0 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #969696;
	text-transform: uppercase;
}

.footerNavi li a {
	width: 159px;     /*when #columns = 6 */
	/*width: 190px;    /*when #columns = 5 */
	/* width: 250px;    when #columns = 4 */
	height: 36px;
	padding: 0;
	color: #000;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.footerNavi li a:hover {
	text-decoration: underline;
}

.footerNavi li:first-of-type a{
	width: 148px;     /*when #columns = 6 */
	/*width: 185px;    /*when #columns = 5 */
	/* width: 225px;    when #columns = 4 */
}
.footerNavi li:last-of-type a {
	width: 147px;     /*when #columns = 6 */
	/*width: 185px;    when #columns = 5 */
	/* width: 225px;    when #columns = 4 */
}

.copyWrap {
	background-color: #000;
}

.copyContents {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

.copyRights {
	float: left;
	text-align: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copyMenus {
	float: right;
}

.copyMenus li {
	float: left;
	text-align: left;
	font-size: 12px;
	border-right: 1px dotted #FFF;
	padding: 0 20px;
}

.copyMenus li:last-child {
	border: none;
	padding: 0 0 0 20px;
}

.copyMenus li a {
	color: #FFF;
	text-decoration: none;
}

.copyMenus li a:hover {
	text-decoration: underline;
}

/* ========================================================================== */
/* phonecontrol                                                               */
/* ========================================================================== */

a[href^="tel:"] { cursor: default; }

/* ========================================================================== */
/* btneffct                                                                   */
/* ========================================================================== */

a.btnOnmouse {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

a.btnOnmouse:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* ========================================================================== */
/* clearfix                                                                   */
/* ========================================================================== */
/*
 A new micro clearfix hack
 http://nicolasgallagher.com
*/
.clearfix:before,.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}/* For IE 6/7 (trigger hasLayout) */

/* ========================================================================== */
/* Global-Nav                                                                 */
/* ========================================================================== */
.headerWrap .gnaviWrap.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #fff;
}

/* ================ */
div.btn-browserback a{
	display: inline-block;
	position: relative;
	font-size: 18px;
	padding: 20px 20px 20px 40px;
	color: #fff;
	background: #000;
	text-decoration: none;
	border-radius: 5px;
	opacity: 1.0;
	-webkit-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}
div.btn-browserback a:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
	z-index: 999;
	top: 14px;
	left: -3px;
}
div.btn-browserback a:hover{
	opacity: 0.8;
}

