@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
 
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}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}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}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;  /* 必要に応じて指定 */ 
	background-color:#f0f0f0;
}

header {
	width:100%;
}

#wrapper{
	width:890px;
	margin:0 auto;
	border-left:solid 1px #9d9d9d;
	border-right:solid 1px #9d9d9d;
	background-color:#ffffff;
}

.languageSelectArea{
	width:100%;
	height:23px;
	background-color:#B8B8B8;
	text-align:right;
}

.languageSelect{
	line-height:23px;
	margin-right:10px;
	color:#ffffff;
	font-size:13px;
}

.languageSelect a{
	text-decoration:none;
	color:#ffffff;
}

#corporateLogo{
	display:table;
	width:340px;
	height:75px;
	text-align:center;
	background-color:#ffffff;
	float:left;
}

#corporateLogo h1{
	display:table-cell;
	vertical-align:middle;
}

.otherLink{
	width:550px;
	height:30px;
	float:left;
	display:block;
	text-align:right;
}

.otherLinkText{
	font-size:13px;
	margin-right:13px;
	line-height:30px;
	display:block;
	float:right;
}

.otherLinkText a{
	color:#7c7c7c;
	text-decoration:none;
}

.googleSearch{
	width:550px;
	height:45px;
	display:block;
	float:right;
}

.googleSearch table{
	float:right;
}

.googleSearch table td{
	line-height:45px;
	vertical-align:middle;
}

.googleSearch img{
	margin-right:5px;
	vertical-align:middle;
}



/*================================================
 *  Navi
 ================================================*/
nav{
	display:block;
	width:100%;
	height:auto;
	border-bottom:solid 1px #9d9d9d;
}
/*----global-----*/
.globalNavi{
	width:100%;
	height:25px;
	display:block;
	clear:both;
}

.globalNavi li{
	float:left;
	color:#9c9c9c;
}

.globalNavi_Text{
	width:100px;
	font-size:13px;
	text-align:center;
	float:left;
	line-height:25px;
}

.globalNavi li a{
	color:#A7A7A7;
	text-decoration:none;
}

.globalNavi_Line{
	width:5px;
	line-height:25px;
}

/*---secondNavi-----*/
.secondNavi{
	width:100%;
	height:40px;
	font-size:13px;
	display:block;
	clear:both;
	background-image:url(../images/nav_back.jpg);
	background-repeat:repeat-x;
	margin-bottom: 3px;
}

.secondNavi li a{
	color:#ffffff;
	text-decoration:none;
}

.secondNavi li:hover{
	text-decoration:none;
	border-bottom:solid 3px #76b8db;
	display:inline-block;
}

.secondNavi_Text{
	line-height:39px;
	font-weight: 600;
	float:left;
	padding:0 10px;
}

.secondNavi_Line{
	float:left;
	width:1px;
	height:32px;
	margin-top:5px;
	background-color:#888888;
}

/*-----breadChrumb-----*/
.breadChrumb{
	width:100%;
	height:23px;
	display:block;
	margin-left:5px;
	clear:both;
}

.breadChrumb li{
	line-height:23px;
	font-size:11px;
	float:left;
}

.previous a{
	color:#b6b6b6;
	text-decoration:none;
}

#contentsWrap{
	width:890px;
	height: auto;
	display: block;
	overflow: hidden;
	background-color: #e8e8e8;
}
/*================================================
 *  leftcontentsArea
 ================================================*/
.leftContents{
	width: 158px;
	display: block;
	height: 100px;
	float: left;
}

.leftContents a{
	text-decoration: none;
}

.leftNavi_about p{
	font-size: 13px;
	font-weight: 600;
	line-height: 27px;
	padding-left: 5px;
	color: #ffffff;
	background-color: #db7777;
}

/*================================================
 *  maincontentsArea
 ================================================*/
.mainContentsArea_topLine_about{
	width:100%;
	height:5px;
	background-color:#f6caca;
	border-bottom:solid 1px #9d9d9d;
}

.mainContentsArea_topLine_product{
	width:100%;
	height:5px;
	background-color:#cdedff;
	border-bottom:solid 1px #9d9d9d;
}

#mainContentsArea{
	width: 60%;
	height: auto;
	padding: 10px 15px;
	margin: 0 auto;
	float: left;
	background-color: #ffffff;
	border-left: solid 1px #b0b0b0;
	padding-bottom: 80px;
}
.hr_dashed{
	border-top: dashed 1px #dddddd;
	margin: 25px 0 0 0; 
}

.pagecategory_about{
	margin-bottom: 40px;
	height: 34px;
	padding-top: 4px;
	padding-left: 18px;
	font-size: 16px;
	font-weight: 600;
	color: #919191;
	background-repeat: no-repeat;
	background-image: url(../images/about_titleBack.png);
}

.h2Title{
	width: 525px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 28px;
	height: 28px;
	padding-left: 10px;
	margin-top: -20px;
	/*gradation*/
	background: #65a7ce; /* Old browsers */
	background: -moz-linear-gradient(top,  #8dc2db 0%,  #65a7ce 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #8dc2db 0%,  #65a7ce 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #8dc2db 0%,#65a7ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc2db', endColorstr='#65a7ce',GradientType=0 ); /* IE6-9 */
}

.mainTitle_underbar{
	display: block;
	width: 535px;
	height: 2px;
	margin-top: 1px;
	background-color: #4594be;
}

.h3Title{
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0;
}

.h4Title{
	font-size: 15px;
	font-weight: 600;
	border-bottom: double 3px #245C98;
	line-height: 23px;
	margin-top: 30px;
	margin-bottom: -5px;
}

.h5Title{
	font-size: 13px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 5px;
}


/*================================================
 *  rightcontentsArea
 ================================================*/

.rightNavi{
	width: 158px;
	float: right;
}

.rightNavi_main{
	height: auto;
	background-color: #ffffff;
}


/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	height:32px;
	font-size:11px;
	text-align:center;
	line-height:32px;
	background-color:#b7b7b7;
	color:#ffffff;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	text-align:center;
	line-height:60px;
}
.totop a {
	display:block;
	text-decoration:none;
}

.toTopBtn {
	width:60px;
	height:60px;
	border-radius:50px;
	background-color:#0056CD;
	position:fixed;
	bottom:20px;
	right:20px;
	font-size:15px;
	font-weight:600;
	color:#FFFFFF;

}

.totop :hover {
   filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
