/*-------------------------------------------------
  General layout
-------------------------------------------------*/
/** html5 reset **/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
	margin: 0;padding: 0;
}

/* ---------- ---------- ---------- ---------- ----------
 site base
 ---------- ---------- ---------- ---------- ---------- */
body, ul, li, ol, dl, dt, dd, p, form, div, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	color: #222;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 10px;
 >font-size: 62.5%;
}
li, dt, dd, p, h1, h2, h3, h4, h5, h6, th, td {
	text-align: left;
	font-size:1em;
	line-height:1.6;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.2;
	font-weight: normal;
}
	h2{
		font-size:14px;
		padding:10px 0 0px 0;
	}
	
	h3{
		font-size:14px;
		font-weight:bold;
		color:#3E292E;
		padding:10px 0 10px 0;
	}
	ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	li{
		background: url(/ori/50005/etc_img/arrow.gif) left 5px no-repeat;
		padding: 0 0 0 10px;
		margin: 0 20px;
	}
	/*
	a{
		text-decoration:none;
	}
	
	form
	{
		margin: 0;
	}
	
	img{
		border: none;
		padding:0;
		margin:0;
		vertical-align: top;
	}
	
	*/

	
i{font-style: normal;}
table {
	border-collapse: collapse;
}
th,td {
	line-height:1.4;
}
img{
	vertical-align:bottom;
}

/*********************************** link ***/
a {
	text-decoration: none;
	color: #006798;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-style: none;
}
a.fade { 
	-webkit-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
a.fade:hover{ 
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}


/*********************************** clearfix ***/
.clearfix:after {
	content:"";
	clear: both;
	display: block;
}
* + html .clearfix {/* for ie7 */
	display: inline-block;
}

/* ========================================
  PRIORITY
======================================== */
.mt00{margin-top: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mt60{margin-top: 60px !important;}
.mt70{margin-top: 70px !important;}
.mt80{margin-top: 80px !important;}
.mt90{margin-top: 90px !important;}
.mt100{margin-top: 100px !important;}
.mt120{margin-top: 120px !important;}

.mb00{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}

.pt10{padding-top: 10px !important;}
.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt50{padding-top: 50px !important;}
.pt60{padding-top: 60px !important;}

.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb50{padding-bottom: 50px !important;}
.pb60{padding-bottom: 60px !important;}
.pb80{padding-bottom: 80px !important;}

.pad10{padding: 10px !important;}
.pad20{padding: 20px !important;}
.pad30{padding: 30px !important;}

.taR{text-align: right !important;}
.taC{text-align: center !important;}
.taL{text-align: left !important;}

.flL{float: left;}
.flR{float: right;}


/*--------------------------------------
 HEADER
---------------------------------------*/
.siteHeader{color: #006393;font-size: 12px;}
.siteHeader .inner{width: 1080px;padding: 0 0;overflow: hidden;margin: auto;}
/* logo */
.siteHeader .logo{float: left;padding: 15px 10px;font-size: 1em;}
.siteHeader .logo img{display: inline-block;margin-right: 20px;margin-bottom: -3px;vertical-align: bottom;}
/* sub */
.siteHeader .sub{float: right;padding-right: 10px;}
.siteHeader .sub ol{overflow: hidden;}
.siteHeader .sub li{float: left;margin-left: 2px;list-style: none;}
.siteHeader .tel{text-align: right;;font-size: 11px;clear: both;padding: 10px 0;}
.siteHeader .tel img{display: block;margin-left: auto;}
/* navigation */
.siteHeader .navigation{background: #006798;clear: both;min-width: 1400px;}
.siteHeader .navigation ul{width: 1100px;margin: auto;overflow: hidden;}
.siteHeader .navigation li{float: left;margin: 0 30px;font-size: 14px;}
.siteHeader .navigation li:first-child{margin-left: 10px;}
.siteHeader .navigation li:last-child{margin-right: 10px;float: right;}
.siteHeader .navigation li a{display: block;padding: 15px 0;color: #fff;}

body.service .nav-service a,
body.voice .nav-voice a,
body.news .nav-news a,
body.corporate .nav-corporate a,
body.contact .nav-contact a{text-decoration: underline;}

/**/
.siteHeader .sub{margin-top: 30px;}
.siteHeader .navigation li{margin: 0 40px;}


/*--------------------------------------
 FOOTER
---------------------------------------*/
.siteFooter {width: 100%;text-align: center;padding: 30px 0;background: #f1f2f3;color: #006798;}
.siteFooter p{font-size: 16px;text-align: center;}
.siteFooter small{display: block;font-size: 12px;margin-top: 20px;}



/*--------------------------------------
 CONTENTS
---------------------------------------*/
.fc01{color: #0a4f8a;}
a.linkText{color: #333;font-weight: bold;text-decoration: underline;}

.fzS{font-size: 80%;}

#main_area #main_cont{font-size: 15px;width: 1000px;margin: 0 auto;color: #333;}




/* */
.hyou td {
	background-color:#FFFFFF;
	padding:5px;
	text-valign:top;
	text-align:left;
}

.hyou th {
	padding:5px;
	background-color:#CCD8E6;
	text-valign:top;
	text-align:left;
}

.hyou table{
	margin: 5px 0px;
	padding: 5px;
}


.head {
	font-size: 10px;
	color: #996633;
	margin:0;
	padding:0;
	font-weight:normal;
}



.navi a{
	color:#CCCCCC;
}	
.navi {
	margin:0 5px 5px 0;
	color:#CCCCCC;
}
.menu{
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 3px 12px;
	font-size:16px;
	color:#CCCCCC;
	width: 780px;
}

.menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}


.menu a:hover{
	text-decoration:none;
}



a:hover{
	text-decoration: underline;
}

.main{
	margin:0 0 0 10px;	
}


.right{
	font-size:14px;
	padding:10px 0 0 0;
	margin:0px;
	color:#FFFFFF;
}

.footer{
	font-size:10px;
	margin:30px 0 10px 0;
}

.gotop {
	text-align:left;
	font-size:10px;
	margin: 5px 0 5px 690px;
}

.gotop a{
	color:#333333;
}



/* Links */


#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 704px;
	height: 0;
	clear: both;
}



/*-------------------------------------------------
  Content wrappers

#wrapper
{
	width: 780px;
	padding-top: 10px

}
-------------------------------------------------*/


/*-------------------------------------------------
  Main content
-------------------------------------------------*/

.content
{}

.content2
{
}

.container_item
{
    width: 580px;
	float: left;
	

}

.container_item2
{
	padding: 10px;

}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	background: url(/ori/50005/etc_img/dot.gif) bottom repeat-x;
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0 ;
}
.contentbody
{
	font-size:13px;
	text-align: justify;
	padding: 0 0 16px 0;
	line-height:140%;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 200px;
	padding: 10px 0;
}


.sidebar{
  padding:0;
  line-height: 0;
  margin: 0;
  font-size:0;
  background-color:#fff;
}

.sidebar2{
   background-color:#FFD18C;

}

.sidebar2 h4{
   text-decoration : none;
   font-weight:normal;
   background-color:#FFD18C;
   margin: 0;
   	line-height: 120%;

}


.sidebar2 h4 a{
    display: block;
	color: #3E292E;
	font-size: 12px;
	text-decoration : none;
	 background-color: #FFD18C;
	padding: 10px 0 10px 15px;




}
.sidebar2 h4 a:hover{
		background-color: #FEB951;

}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}

.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(/ori/50005/etc_img/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(/ori/50005/etc_img/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(/ori/50005/etc_img/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}


/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}

/*--------------------------------------
 * input box / text area / select menu
 *------------------------------------*/
.frm_num {
	ime-mode: disabled;
}
.frm_str {
}
.frm_area {
}

/*--------------------------------------
 * お問い合わせ
 *------------------------------------*/
#main_area.contact{margin: 0;padding-bottom: 100px;}
/**/
.pageTitle{
	min-width: 1000px;
	background: #006798;color: #fff;padding: 28px 0;font-size: 22px;font-weight: normal;line-height: 1;text-align: center;}
.leadText{text-align: center;line-height: 1.8;color: #0a4f8a;margin-top: 60px;margin-bottom: 60px;}
.leadText b{color: #fe6a00;font-weight: normal;}
/**/
.block{padding:0 50px;}
.block.boxBlock{
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* boxBlock */
.boxBlock{border: 1px solid #1d2088;}
.boxBlock h3,
.boxBlock h4{padding: 0;margin: 0;}
.boxBlock h3{color: #0a4f8a;font-weight: bold;line-height: 1;font-size: 18px;}
.boxBlock h4{color: #0a4f8a;font-weight: normal;line-height: 1;font-size: 18px;margin-top: 30px;}
.boxBlock p,
.boxBlock li{margin: 0;padding: 0;}

/*boxBlock02 */
.boxBlock02{
	margin: auto;padding: 20px 22px;
	background: #f4f3f3;border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 50px;
	margin-bottom: 60px;
}
.boxBlock02 p{line-height: 1.8;font-size: 13px;}


/* inputArea */
.inputArea{overflow: hidden;}
.inputArea input[type="text"],
.inputArea textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f4f3f3;padding: 10px;
	
	font-size: 13px;line-height: 1;
	margin-top: 18px;
}
.inputArea input[type="text"]{
	float: left;
	margin-right: 18px;
	width: calc(50% - 18px);
}
.inputArea input[type="text"]:placeholder{color: #999;}
.inputArea textarea{width: calc(100% - 18px);height: 7em;}
/**/

/* input[type="radio"] */
.inputArea input[type="radio"] {
	display: none;
}
.inputArea input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 26px;
	cursor: pointer;
}
.inputArea input[type="radio"] + label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #eee;
	border: 1px solid #777;
	border-radius: 100%;
}
.inputArea input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #006798;
	border-radius: 100%;

	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	border: 1px solid #006798;
}

/* input[type="checkbox"] */
.inputArea input[type="checkbox"] {
	display: none;
}
.inputArea input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 26px;
	cursor: pointer;
}
.inputArea input[type="checkbox"] + label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #eee;
	border: 1px solid #777;
	border-radius: 3px;
}
.inputArea input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #006798;
	border-radius: 3px;

	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	border: 1px solid #006798;
}
/* checkList01 */
.checkList01{overflow: hidden;}
.checkList01 li{padding-right: 20px;margin-top: 1em;float: left;}
.checkList01 li.first {clear: left;}

/* checkList02 */
.checkList02{
	margin-top: 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
	
	align-items:center;
	
	justify-content:space-between; 

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.checkList02 li{
	padding-right: 1em;
	margin-top: 1em;
	line-height: 1.6;
}
.checkList02 li .tab{display: table;}
.checkList02 li .tab div{display: table-cell;vertical-align: middle;}
.checkList02 li .tab div:first-child{padding-right: 10px;}
/**/
.btnArea{margin-top: 40px;text-align: center;}
.btnArea input{display: inline-block;}

.btn01,
.btn02{
	display: inline-block;
	border: 1px solid #1d2088;
	border-radius: 5px;
	background-color: #e16025;
	background: -webkit-gradient(linear, left top, left bottom,  from(#017aad),  to(#1d2088));
	background: linear-gradient(to bottom,  #017aad 0%,  #1d2088 100%);
	color: #fff;
	font-size: 18px;line-height: 1;
	width: 360px;
	padding: 14px 0;
	cursor:pointer;
}
.btn02{
	border: 1px solid #ccc;
	background-color: #777;
	background: -webkit-gradient(linear, left top, left bottom,  from(#ccc),  to(#777));
	background: linear-gradient(to bottom,  #ccc 0%,  #777 100%);
	color: #fff;
}

/* ------- confirm ------- */
.contact .block table{width: 100%;margin-top: 20px;}
.contact .block td{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	padding:14px;font-size: 13px;border-bottom: 1px solid #fff;
}
.contact .block .cell_t{width: 30%;background: #efefef;}
.contact .block .cell_d{width: 70%;}

