@charset "utf-8";
@font-face {font-family: "Bodoni";
    src: url("../font/Bodoni-SvtyTwo-ITC-TT-Book.eot"); /* IE9*/
    src: url("../font/Bodoni-SvtyTwo-ITC-TT-Book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Bodoni-SvtyTwo-ITC-TT-Book.woff2") format("woff2"), /* chrome firefox */
    url("../font/Bodoni-SvtyTwo-ITC-TT-Book.woff") format("woff"), /* chrome firefox */
    url("../font/Bodoni-SvtyTwo-ITC-TT-Book.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("../font/Bodoni-SvtyTwo-ITC-TT-Book.svg#Bodoni SvtyTwo ITC TT") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Bodoni"; font-weight:bold;
    src: url("../font/Bodoni-SvtyTwo-ITC-TT-Bold.eot"); /* IE9*/
    src: url("../font/Bodoni-SvtyTwo-ITC-TT-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Bodoni-SvtyTwo-ITC-TT-Bold.woff2") format("woff2"), /* chrome firefox */
    url("../font/Bodoni-SvtyTwo-ITC-TT-Bold.woff") format("woff"), /* chrome firefox */
    url("../font/Bodoni-SvtyTwo-ITC-TT-Bold.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("../font/Bodoni-SvtyTwo-ITC-TT-Bold.svg#Bodoni SvtyTwo ITC TT") format("svg"); /* iOS 4.1- */
}
.bodoni{	font-family:"Bodoni";}

body{
	color:#282118;
    font-size: 62.5% ;   /* 1.0em = 10px  */
	font-family: Century, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	overflow-x:hidden;
}
a{
	color:#212121;
	text-decoration:none;
}
a:hover{
	color:#01b9e9;
	text-decoration:underline;
}
a.overwhite{
    display:block;
}

strong,.bold{
	font-weight:bold;
}
body a[href$=".pdf"]{
	padding-left:20px;
	background-image:url(../img/icoPDF16x16.png);
	background-position:0 0;
	background-repeat:no-repeat;
	
}

a.overwhite:hover,
a.overwhite:hover img,
a.overwhite:hover li{
    cursor:pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	zoom:1;
}

.aligncenter{	text-align:center;}
.alignleft{		text-align:left;}
.alignright{	text-align:right;}


.float_left{	float:left;}
.float_right{	float:right;}

.clearfloat{	clear:both;}

.xxlarge{	font-size:1.8rem;}
.xlarge{	font-size:1.5rem;}
.large{		font-size:1.3rem;}
.small{		font-size:0.75rem;}
.xsmall{	font-size:0.6rem;}
.xxsmall{	font-size:0.5rem;}

.bold{	font-weight:bold;}
.radius5{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	behavior: url(./js/PIE.htc);
}

.shadow{
	-webkit-box-shadow: #ccc 0px 0px 3px;
	-moz-box-shadow: #ccc 0px 0px 3px;
	box-shadow: #ccc 0px 0px 3px;
	behavior: url(./js/PIE.htc);
}
.noshadow{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}

/********************************************************/

body{
	/*padding-top:176px;*/
}
.contentsbox{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
}

.btnLink{
	display:inline-block;
	padding:0.75em 1em;
	background-color:#fff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
body a[href$=".pdf"].btnLink{
	background-position: 5px 3px;
	padding-left:25px;
}


#header{
	width:100%;
/*	position:fixed;
	top:0;
	left:0;
	z-index:50;*/
	background:#fff;

	-webkit-box-shadow: #c4d5e3 0px 0px 5px;
	-moz-box-shadow: #c4d5e3 0px 0px 5px;
	box-shadow: #c4d5e3 0px 0px 5px;
}


#header h1{
	color:#444;
	font-size:1em;
	min-height:10px;
	text-align:center;
	max-width:400px;
	overflow: hidden;
    float: left;
}


#header .float_right ul{
	text-align:right;
}
#header .float_right ul li{
	display:inline;
	padding:2px 1.5em;
	border-right:1px solid #aaa;
}
#header .float_right ul li:last-child{
	padding-right:0;
	border-right:none;
}
#header .contentsbox{
	margin-bottom:30px;
}
#header #navigation .contentsbox{
	margin:0 auto;
}
#headcontact{
	float:right;
	margin-left:15px;
}
#header .float_right a{	display:inline;}
/*
#imgShopname{
	margin-top:20px;
}
*/
#telnumber{
	margin-top:10px;
}
#navigation{
	text-align:center;
}
#header #navigation .contentsbox{
	padding-bottom:15px;
}

#navigation ul{
	overflow:hidden;
	letter-spacing: -0.4em;
}
#navigation li{
	display:inline-block;
	width:25%;
	margin-bottom:2px;
	text-align:center;
	letter-spacing: normal;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#navigation li:last-child{
	margin-right:0;
}
#navigation li a{
	display:block;
	text-align:center;
	font-size:1.2em;
	width:100%;
	height:48px;
	border-left:1px solid #888;

	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: no-repeat 50% 50%;
}
#navigation li#nav4{	width:24.5%;}
#navigation li#nav4 a{
	border-right:1px solid #888;
}

#navigation li#nav1 a{	background-image: url(../img/mnu01.png);}
#navigation li#nav2 a{	background-image: url(../img/mnu02.png);}
#navigation li#nav3 a{	background-image: url(../img/mnu03.png);}
#navigation li#nav4 a{	background-image: url(../img/mnu04.png);}

#navigation li#nav1 a:hover{	background-image: url(../img/mnu01on.png);}
#navigation li#nav2 a:hover{	background-image: url(../img/mnu02on.png);}
#navigation li#nav3 a:hover{	background-image: url(../img/mnu03on.png);}
#navigation li#nav4 a:hover{	background-image: url(../img/mnu04on.png);}

.home #navigation li#nav1 a{	background-image: url(../img/mnu01on.png);}
.value #navigation li#nav2 a{	background-image: url(../img/mnu02on.png);}
.work #navigation li#nav3 a{	background-image: url(../img/mnu03on.png);}
.company #navigation li#nav4 a{	background-image: url(../img/mnu04on.png);}


#sidenavi{
	position:fixed;
	right:0;
	top:50%;
	z-index:80;
	margin-top:-255px;

	filter: alpha(opacity=15);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=15)";  /* ie 8 */
	-moz-opacity:0.15;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.15;              /* Safari 1.x */

	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidenavi:hover,
.home #sidenavi{
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	opacity:1;

}
#sidenavi{
	width:235px;
}
#sidenavi ul{
	width:100%;
	float:right
}
#sidenavi li{
	position:relative;
	margin-bottom:10px;
}
#sidenavi li a{
	display:block;
	opacity:.8;
	position:relative;
	padding:2px 0 3px 10px;
	color:#ff508a;
	font-family: "Bodoni";
	font-size:26px;
	text-decoration:none;
	line-height: 1.3;
    letter-spacing: 1px;
	background:#fff;
	border:2px solid #ff508a;
	border-right:none;
}
#sidenavi li a span{
	display:block;
	font-size:16px;
}
#sidenavi a.overwhite{
	display:inline-block;
}
/*
#sidenavi li#sidenav0 a{ background-color:#423729;}
#sidenavi li#sidenav1 a{ background-color:#512916;}
#sidenavi li#sidenav2 a{ background-color:#573a10;}
#sidenavi li#sidenav3 a{ background-color:#363306;}
#sidenavi li#sidenav4 a{ background-color:#172027;}
*/
#sidenavi li a:hover,
#sidenavi li.active a{background-color:#ff508a; color:#fff; opacity:1;}
/*
#sidenavi li#sidenav0.active a,
#sidenavi li#sidenav1.active a,
#sidenavi li#sidenav2.active a,
#sidenavi li#sidenav3.active a,
#sidenavi li#sidenav4.active a,
#sidenavi li#sidenav0 a:hover,
#sidenavi li#sidenav1 a:hover,
#sidenavi li#sidenav2 a:hover,
#sidenavi li#sidenav3 a:hover,
#sidenavi li#sidenav4 a:hover{ background-color:#fff; color:#282118; opacity:1;}*/


#contents{
	margin-top:30px;
	color:#333;
	font-size:1.4em;
	line-height:1.5em;
}
#contents p{
	margin-bottom:20px;
}

#contents h3{
	font-size:1.2em;
	margin-bottom:0.5em;
	font-weight:bold;
	color:#2C6E94;
}
#privacy #contents ul{
	margin-bottom:2em;
	padding-left:2em;
	list-style:disc;
}


ol{
	list-style-type:decimal;
	list-style-position:inside;
}
ol li{
	margin-bottom:1em;
	padding-left:1em;
	background: url(../img/arrow.png) no-repeat 0 6px;
	border-bottom:1px solid #ccc;
}
ol li h3{
	font-weight:bold;
	margin-bottom:0.5em;
	font-size:1.1em;
}
ol li ol{
	padding-left:2em;
	list-style-position:outside;
}
ol li ol li{
	background:none;
	padding-left:0;
	border-bottom:none;
}
p{
	margin-bottom:1em;
	font-size:1.2em;
}


#footer{
	width:100%;
	padding:5px 0;
	background:#1e4478;
	color:#fff;
	padding-top:40px;
	padding-bottom:80px;
}
#footer a{
	color:#fff;
	display:block;
}

#footer .float_right{
	width:32%;
	text-align:left;
}
#footer p.large{
	line-height:1.3;
}
#footer .float_left{
	width:66%;
}
#footer .float_left > ul{
	width:100%;
	overflow:hidden;
	border-left:1px solid #4b6993;
	border-right:2px solid #fff;
}
#footer .float_left > ul > li{
	float:left;
	width:29%;
	padding:0 2%;
}
#footer .float_left > ul > li.withborder{
	border-left:1px solid #4b6993;
	border-right:1px solid #4b6993;
}
#footer .float_left > ul > li.last{
	margin-right:0;
}
#footer .float_left > ul > li li{
	padding:0.3em 0;
}
#footer li.linktext{
	border:none;
	text-align:right;
	padding:0;
}
#footer li:hover{
	border-color:#BAE7B8;
}

#footer li.linktext a{
	display:block;
	margin-top:0.75em;
	font-size:1em;
}
#footer li.linktext a.small{
}

#footer a img{
	vertical-align:top;
}

#copyright{
	color:#bfbfbf;
}
@media screen and (max-height: 700px) {
body{
	/*padding-top:116px;*/
}
#header .contentsbox {
    margin-top: 5px;
    margin-bottom: 5px;
}
#header #navigation .contentsbox {
    padding-bottom: 5px;
}

}
@media screen and (max-height: 600px) {
#sidenavi{	top:auto; bottom:15px;}
/*
#sidenavi li a {    height: 60px;}
#sidenavi li#sidenav0 a {    	height: 70px;}
#sidenavi li#sidenav5 a:after { height: 80px;}

#sidenavi li#sidenav5 a,
#sidenavi li#sidenav5 a:hover:after,
#sidenavi li#sidenav5 a:hover,
#sidenavi li#sidenav5.active a{    background-position:50% 20%;}*/
#sidenavi li a span {    font-size: 9px;}

#linktoinfo a{
	height:90px;
}
#linktoinfo a:after{
    height: 90px;
}


}

@media screen and (max-width: 1200px) {
	#sidenavi li a{font-size:12px;}
}