@charset "utf-8";
/* CSS Document */

/* ------------------Font---------------------- */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,300,600,700);

/* -------------------------------------------- */

/* -------------------------------------------- */
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	padding:0;
	outline:0;
	vertical-align:top;}
	
ol, ul {
	list-style:none;}
	
blockquote, q {
	quotes:none;}
	
table, table td {
	padding:0;
	border:none;
	border-collapse:collapse;}
	
img {
	vertical-align:top;}
	
embed {
	vertical-align:top;}
	
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;}
	
mark, rp, rt, ruby, summary, time {
	display:inline;}
	
input, textarea, select {
	padding:0; 
	margin:0; 
	outline: 0;}
	
iframe {
	border:0; 
	margin:0; 
	padding:0;}
	

/* -------------------------------------------- */
/* ------------------Clear--------------------- */
.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.box:after, .box:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

/* -------------------------------------------- */
/* ------------------Style--------------------- */
html, body {
	width:100%; 
	padding:0; 
	margin:0;}
	
body {
	background: #FFF;
	color: #333;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  'Montserrat',sans-serif;
	font-size: 13px; 
	line-height: 1.6em;}
	
body .wrap-body{}


a, img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;　/* リンクがスムーズに変わる */
    color: #3344aa; 
	text-decoration: none;
	}
/*a {color: #34a;			
	text-decoration: none;
	}*/

a.link {
	text-decoration: underline;
	}

	
/*a:visited {
	color: #54a;			
	text-decoration: none;	
	}*/
a:hover, a:active {
	color: #B50000;			
	text-decoration: none;	
	}

/* マウスオーバーで画像が消える
（背景画像が現れる） */
a:hover img {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
}

/* マウスオーバーで画像が80％濃度 */
a:hover img.nofade {
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=0.8);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=0.8)"; /* IE 8 */
}

h1{
	 height:35px;
	 height:52px;
	 width: 220px;
}
	 
h2,h3,h4,h5,h6{
	 line-height:1.6em; 
	 color: #474747;
	 padding:0 5px;
	  }
	 
h1{ font-size:10px; }
h2{ font-size:20px; }
h3{ font-size:15px; }
h4{ font-size:14px; }
h5{ font-size:14px; }
h6{ font-size:14px; }

#policy h3, #policy h4 {
	margin: 0.5em 0;}

h2 a, h3 a, h4 a{
	color: #34a; 
	text-decoration: none;
	}
	
h2 a:hover, h3 a:hover, h4 a:hover{
	color: #B50000;			
	text-decoration: none;	
	}
span.sm {
	font-size: 93%;
	font-weight: normal;
}
p {
	padding:0 5px;
}
p.p0 {}


hr.shin {
	height: 1px;
	margin: 10px 10px;
}

sup {
vertical-align:text-top;
font-size:10px;
}

.super {
vertical-align:text-top;
font-size:10px;
}

.font_small {
	font-size: 10px;
}

.align_center {
	text-align:center;
}
.align_r {
	text-align:right;
}



/* -------------------------------------------- */
/* ------------------Header-------------------- */
header {
	background:#111;
	padding:20px 10px; 
	margin-bottom:15px;}
	
header .wrap-header{
	min-height: 40px;}

header #logo {
	float: left; 
	margin: 0px 10px 15px 10px;
	width:220px;
	height:52px;}

header #logo a {
	display:block;
	vertical-align: top;
	background:url(../images/logo2-on.gif) no-repeat top left;}



/* -------------------------------------------- */
/* ------------------Navigation---------------- */
nav {}
nav .wrap-nav{
		float: right; 
		background: #111; 
		}

.menu ul {
	height: 18px;
	list-style: none;
	margin:0;
	padding:10px;
	display:block;}

.menu  ul li {
	position: relative;
	float: left;
	line-height: 13px;
	padding: 10px 0;
	background:#111;
	}
.menu  ul li a {
	position: relative;
	font-weight:bold;	
	height: 18px;
	line-height:18px;
	color: #FFF;
	padding: 0 10px;
	border-left: #AAA 1px solid;
	display: block;
	z-index: 6;
	}

.menu  ul li.end a {
	padding-right: 10px;
	border-right: #AAA 1px solid;
	}
.menu  ul li a:hover {
	color: #BB0000;
	text-decoration: none;
	}
	
.menu  ul li#curent a {
	color: #BB0000;}
	
	


/* -------------------------------------------- */
/***** slider *****/
/* -------------------------------------------- */
.slider-wrapper {
	width:100%;
	position:relative;
	overflow:hidden;
	padding-top:0px;
	background:url(../images/slider-bg-tail2.gif) center top repeat-x #efefef;
}
.slider-wrapper {
	background:url(../images/slider-bg-tail.gif) center top repeat-x #efefef; padding:0;}
.slider {
	width:640px;
	height:330px;
	/*margin-left:-320px;
	left:50%;*/
	position:relative;
}

.items {
	display:none;
}
.pagination {
	position:absolute;
	top:340px;
	right:157px;
	z-index:9999;
}
.pagination li {
	float:left;
	padding-right:5px;
}
.pagination li a {
	display:block;
	width:20px;
	height:20px;
	background:url(../images/slider-pagination.png) right top no-repeat;
	cursor:pointer;
}
.pagination li.current a,
.pagination li a:hover {background-position:left top;}
.pagination li.current a {cursor:default;}

.banner {
	width:500px;
	height:300px;
	overflow:hidden;
	position:absolute;
	left:300px;
	top:40px;
	z-index:999;
}
.banner {top:137px; background:url(../images/banner-tail.gif) 0 0 repeat-x;}
	.banner > strong {
		display:block;
		font-size:50px;
		line-height:1.2em;
		color:#4d4d4d;
		text-transform:uppercase;
		letter-spacing:-1px;
		margin-bottom:25px;
	}
		.banner > strong > strong {
			display:block;
			margin-top:-10px;
		}
	.banner em {
		display:block;
		font-size:29px;
		line-height:1.2em;
		color:#808080;
		margin-bottom:35px;
	}


	
/* -------------------------------------------- */
/*****  pankuzu **********/
#pan {
	margin: 0;
	background-color: #fff;
	font-size: 11px;
	color: #999999;
	line-height: 16px;
	padding: 5px 10px;
}
#pan a {
	color: #369;
	}
#pan span {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 12px;
}




/* -------------------------------------------- */
/* ------------------Content------------------- */
#content {}

#content .wrap-content{}

.block{}

#main-content{}
	
#main-content .wrap-box{
	padding:10px;}

#main-content article {
	background:#ffffff;}
	
#main-content article p {
	margin-bottom: 1em;}
	
#main-content .profile article p {
	margin-bottom: 1em;
    padding-left:1em;
}
	
#main-content article p.mb02 {
	margin-bottom: 2px;}

#main-content article p.mb0,
#main-content article p.end{
	margin-bottom: 0;}
	
/******  #main-content title-area   *************/
#main-content .row article #subttl-1{
	background:url(../images/ttl-h2-bg01.png) no-repeat top left;
	height: 80px;
	}

#main-content .row article #subttl-2{
	background:url(../images/ttl-h2-bg02.png) no-repeat top left;
	height: 80px;
	}

#main-content .row article #subttl-3{
	background:url(../images/ttl-h2-bg03.png) no-repeat top left;
	height: 80px;
	}

/********  main h3, h4, h5 title  ********/	
#main-content article .heading{
	padding: 5px;}
	
#main-content article #jobnote{
	font-size: 15px;
	color: #990000;
	border-bottom: #DDD 1px solid;
	padding-bottom: 5px;
	}
	 
#main-content article .title,
#main-content article .titleBig {
	font-size: 15px; 
	line-height: 1.6em;
	border-left: #990000 solid 3px;
	padding: 3px 6px;
	margin: 4px 0 10px 4px;
	}
	
#main-content article .m-ttl {
	font-size: 14px; 
	line-height: 1.6em;
	padding: 0px 5px;
	margin: 3px 0;
	}
#main-content article .subtitle {
	font-size: 13px; 
	line-height: 1.6em;
	padding: 0px 5px;
    margin: 3px 0;
	}
	 
#main-content article .title span {
	color: #EE8888;
	font-size: 12px; 
	font-style:italic;
	padding-left: 6px;
	}
	 
#main-content article .titleBig{
	font-size: 20px; 
	}
	 
#main-content article .member{
	line-height: 1.6em;
	border-left: #990000 solid 3px;
	padding: 3px 1em;
	margin: 4px 0 10px 4px;
	font-size: 15px; 
	}
	 
#main-content article .member span{
	font-size: 18px;
	padding-left: 0.5em;
	}
	 
#main-content article .member span span{
	color: #EE8888;
	font-size: 12px; 
	font-style:italic;
	padding-left: 1em;
	}
	 
#main-content article .title2{
	font-size: 14px;
	line-height: 1.4em;
	padding:4px;
	border-bottom: #999 solid 1px;
	margin: 4px 4px 10px 4px;
}
	 
#team #main-content article .title2{
	font-size: 14px;
	line-height: 1.4em;
	padding:4px;
	border-bottom: #BBB dotted 1px;
	margin: 4px 4px 10px 4px;
}
	
#main-content article .title3{
	font-size: 14px;
	padding:4px 8px;
	border-bottom: #d35959 solid 2px;
	border-left: none;
	}
	
#main-content article .title4{
	font-size: 14px;
	padding: 8px;
	border-left: none;
	}
	
#voice #main-content article .title4{
	padding: 0 6px;
	}
	
#main-content article .title5{
	font-size: 14px;
	padding: 0px  8px;
	margin-left:2px;
	border-left:  #900 solid 2px;
	}
	
	
#main-content article .title4 span{
	font-size: 11px;
	font-weight:normal;
	}
	
#column #main-content h3 {
	display:block;
	font-size: 15px;
	background:url(../images/redpink.png) left 0.2em no-repeat;
	border:none;
	padding-left: 18px;
	margin: 0px;
}

#column #main-content h4 {
	font-size:13px;
	background:url(../images/pearlpink.png) left 0.3em no-repeat;
	min-height: 3.2em;
	padding:0 0 0 15px;
}


#column #main-content h5.large {
	font-size:14px;
	padding: 10px 0px;
}


/*****  voice, column title catch  *************/	
#main-content article .title span.catch{
	color: #CD5456;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	font-style:normal;
	line-height: 1.4em;
	padding-left: 10px;
	}
	 
	
		
	
#main-content .item article a {
	display:block;
	vertical-align: top;
	background-repeat:no-repeat;
	background-position: left top;
	background-size:contain;
	}
	
	
/* main-contents mouseover */
/*#main-content article #profile a {
	background-image:url(../images/profile_on.png);}*/
#main-content article #profile a {
	background-image:url(../images/profile2_on.png);}
#main-content article #practice a {
	background-image:url(../images/practice_on.png);}
#main-content article #expense a {
	background-image:url(../images/expense_on.png);}
#main-content article #contract a {
	background-image:url(../images/contract_on.png);}
#main-content article #gene_meeting a {
	background-image:url(../images/gene_meeting_on.png);}
#main-content article #com_suit a {
	background-image:url(../images/com_suit_on.png);}
#main-content article #stockInherit a {
	background-image:url(../images/stockInherit_on.png);}
#main-content article #convocation a {
	background-image:url(../images/convocation_on.png);}
#main-content article #laborTribunal a {
	background-image:url(../images/laborTribunal_on.png);}
#main-content article #voice a {
	background-image:url(../images/voice_on.png);}
#main-content article #team a {
	background-image:url(../images/team_on.png);}
#main-content article #adviser a {
	background-image:url(../images/adviser_on.png);}
#main-content article #column a {
	background-image:url(../images/column_on.png);}
#main-content article #medical a {
	background-image:url(../images/medical_on.png);}
#main-content article #finance a {
	background-image:url(../images/finance_on.png);}
#main-content article #ma a {
	background-image:url(../images/ma_on.png);}
#main-content article #stockOption a {
	background-image:url(../images/stock-option_on.png);}
#main-content article #meetingDefect a {
	background-image:url(../images/meeting-defect_on.png);}


	
#main-content article .content{
	padding: 10px;}
	
#main-content p.date {
	display:block;
	text-align:right;
	margin: 0;
	padding: 0px;
}

#main-content p.q {
	font-weight:bold;
	margin-bottom: 0.3em;
	padding: 5px;}
		
	
#main-content article.extra {
	background: #EDEDED;
	background:url(../images/bg-dot.gif) repeat;
	min-height: 14.5em; 
	padding:7px;
	border: #DDD solid 1px;
	}
	
#main-content article.extra img {
	border: #DDD solid 1px;
	}
	
#main-content article.extra p {
	line-height:1.6em;
	margin-bottom:0.5em;}
	
#main-content article.extra .title2{
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom:4px;
	border: none;
}
	
	
#main-content article .more {
	float: right;}
	
#main-content article .info
{float: left; 
color: #ffffff;}

#main-content article .info a{
	text-decoration: underline; 
	color:#ffffff;}
	
	
/********************/	
/******  dl dt dd   *****/	
#main-content article dl{
	display:block;
}
#main-content article dt{
	display:block;
	padding: 5px 0px;
	margin:0px 5px;
}
#main-content article dd{
	display:block;
	margin:5px 5px 1em 5px;
}


#main-content article dd.end{
	display:block;
	margin:5px;
}

/****** nomal dl dt dd   *****/	
#main-content article dl.nomalDD{
	display:block;
}
#main-content article dl.nomalDD dt{
	display:block;
	margin: 0px;
    padding:2px 0;
}
#main-content article dl.nomalDD dd{
	display:block;
	margin:0px 0px 0.5em 1em;
}
#main-content article dl.nomalDD dd.end{
	margin:0px 0px 0px 1em;
}



/******** column dl dt dd  ***********/

#column #main-content dt.yakumono {
	text-indent:-0.5em;
}
#column #main-content p {
	text-indent: 1em;
}
#column #main-content p.noind {
	text-indent: 0em;
}
#column #main-content dd p {
	padding: 0px;
	margin-bottom: 0px;
	text-indent: 1em;
}
#column #main-content dd p.mb1 {
	margin-bottom: 1em;
}
#column #main-content p.jisage {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0px;
}
#column #main-content p.jisage_add {
	padding-left: 1em;
	margin-bottom: 0px;
}

#column #main-content ul.normal li {
	padding:  1px 5px 1px 1em;
}
#column #main-content ul.ind li {
	padding:  1px 5px 1px 2em;
}
#column #main-content ul.ind li li{
	padding:  1px 5px 1px 1em;
}

#column dl dd dl{
	display:block;
	padding-left: 1em;
}
#column dl dd dt{
	margin: 0px;
}

#column dl dd dd{
	margin:0px 0px 1em 0px;
	display:block;
	padding-left:1em;
}

#column #main-content p.atamade2 {
	padding-left: 28px;
	text-indent: -20px;
}

#column #main-content p.atamade2_soroe {
	padding-left: 28px;
}

#column #main-content p.atamade1 {
	padding-left: 18px;
	text-indent: -13px;
}





           /*******  mission  *********/
#main-content article div#mission dl{
	overflow:hidden;
	border-bottom:#DCDCDC dotted 1px;
	padding: 5px 0 0 0;
	margin: 0px;
}
#main-content article div#mission dt{
	display:block;
	width: 37%;
	font-size: 108%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	font-style:italic;
	color: #990000;
	margin-left: 3%;
	padding: 6px 0px;
	float:left;
}
#main-content article div#mission dd{
	display:block;
	width: 56%;
	margin-left: 44%;
	padding: 2px 0px;
}

           /********  form   ********/
#main-content article dl#fm {
	padding:10px; 
}
#main-content article dl#fm dt {
	display: block;
	padding:12px 0 0 10px;
	margin:0;
	border-top: #dcdcdc 1px solid;
}
#main-content article dl#fm dd {
	padding:0 25px 0 10px; 
	margin:0;
}



/******** ul li  ***********/
#main-content article ul{
	margin-bottom:10px;
	padding:0 5px;
}

#main-content article li{
	padding:5px;
	padding-left: 1em;
	text-indent:-1em;
}
#ma #main-content article li{
	padding:3px 5px;
	padding-left: 1em;
	text-indent:-1em;
}

#main-content article ul.profile li{
	padding: 0 5px;
	padding-left: 1em;
	text-indent:-1em;
}

#main-content .profile article ul li{
	padding: 2px 5px;
	padding-left: 1.5em;
	text-indent:-1em;
}

#main-content article li li{
	padding: 0 5px;
	padding-left: 1em;
	text-indent:-1em;
}

#main-content article ul#career {
	margin-bottom:10px;
	margin-left: 3em;
}

#main-content article ul#belong {
	margin-bottom:10px;
	margin-left: 1.5em;
}
#main-content article ul#performance,
#main-content article ul.recruit-menu {
	margin-bottom:10px;
	margin-left: 1em;
}
#main-content article ul#career li{
	padding-left: 3.5em;
	text-indent: -5.5em;
}

#main-content article ul#belong li{
	padding: 1px 5px 1px 1em;
}

#main-content article ul#performance li{
	padding: 1px 5px 1px 1em;
	text-indent: -1em;
}

#main-content article ul.recruit-menu li{
	padding: 1px 5px 1px 0em;
	text-indent: -1em;
}
#main-content article ul#performance li.cate{
	font-weight: bold;
}

#main-content article ul.exp li{
	padding: 1px 5px 1px 0em;
	text-indent: 1em;
}

#main-content article.practice ul{
	margin-bottom:15px;
	padding:0 5px;
}

#main-content article.practice ul li{
	padding: 3px 5px;
	padding-left: 1em;
	text-indent:-1em;
}

#main-content article ul.defect{
	padding-left: 2em;
}
#main-content article ul.defect li{
	padding: 2px 5px;
}

article.practice span.aki{
	padding-right: 0.4em;
}
	
	
	
/*******  contact  ******/

#contact #main-content img.ph {
	width: 95%;
	padding:4px;
	border: #ccc solid 1px;
}





/***** image rollover *************/
          /** charge **/
#main-content article #charges {
	padding: 8px;
}
#main-content article #charges a {
	display:block;
	background-image:url(../images/charges_on.gif);
	vertical-align: top;
	background-repeat:no-repeat;
	background-position: left top;
	background-size:contain;}






/* -------------------------------------------- */
/******** side ********/
#sidebar{}

#sidebar .box {
	padding :0 15px;
	margin-bottom:10px; 
	background:#ffffff;}
	
#sidebar .box .heading {
	padding:10px; 
	border-top:1px solid #666;}
	
#sidebar .box .heading .title{
	text-transform: uppercase; 
	font-size: 15px; 
	font-weight: bold;
	padding-top:10px;
	}
	
#sidebar .box .content {
	padding:5px;
	margin-bottom: 10px;
}
	
#sidebar .box .content .connect{}

#sidebar .box .content .last{
	border-bottom: 0px !important;}
	
#sidebar .box .content ul{
	list-style-type:none;}
	
#sidebar .box .content ul li{
	border-bottom: 1px solid #EEEEEE; 
	padding: 5px 0;}
	
#sidebar .box .content .post {
	display:block;
	padding-bottom: 10px; 
	margin-bottom:10px; 
	}

#sidebar .box .content .post a {
	display:block;
	vertical-align: top;
	background-repeat:no-repeat;
	background-position: left top;
	background-size:contain;
	}
	
/***** sidebar.box mouseover *****/
#sidebar .box .content .post #flow a {
	background-image:url(../images/flow-btn_on.png);}
#sidebar .box .content .post #contact a {
	background-image:url(../images/contact-btn_on.png);}
#sidebar .box .content .post #access a {
	background-image:url(../images/access-btn_on.png);}

#sidebar .box .content .post #coverall a {
	background-image:url(../images/coverall-bn_on.png)!important;}
#sidebar .box .content .post #secondOP a {
	background-image:url(../images/secondOP_1_on.png)!important;}
#sidebar .box .content .post #recruit-bn a {
	background-image:url(../images/recruit2-bn_on.png)!important;}
	
	
	
#sidebar .box .content .news {
	height: 300px;
	overflow:scroll;
	padding-bottom: 10px; 
	margin-bottom:10px; 
	}
	
#sidebar .box .content .news dl {
	width: 90%;}

#sidebar .box .content .news dt{
	font-weight:bold; 
	font-size: 13px;
	color:#990000;
	margin-top: 5px;
	text-transform: none;}
	
#sidebar .box .content .news dd{
	padding-bottom:10px;
	border-bottom: 1px solid #EEEEEE; }

	
/*-----  voice photo hover  -----------*/
img.nofade {
}


/*-------     totop     ---------------------*/
#pagetop {
	clear: both;
	/*width: 100%;*/
	text-align: right;
	margin-top: 20px;
	margin-right:10px;
}

#pagetop a {
	display:block;
	height: 23px;
	background:url(../images/btn_pagetop_on.gif) no-repeat right top;
}





/* -------------------------------------------- */
/* ------------------Footer-------------------- */
footer {
	background-color:#666; 
	}
	
footer .wrap-footer{
	padding:10px 0px; 
	color:#ffffff;}
	
footer .box .heading{
	padding:5px;
	border-bottom:1px dotted #CDCDCD;}

footer .box .heading .title{
	font-size: 15px;
	padding:0 10px;
	color:#EFEFEF;}
	
footer .box .content{
	padding:10px 20px}
	
footer .box .content li{
	line-height: 2;
}

footer .box .content a{
	color: #bbd4ff;
	/*text-decoration: underline;*/}

footer .box .content a:hover {
	color: #EE0000;
	text-decoration: none;}
	
footer .box .content p{
	margin-bottom: 10px;}
	

.copyright{
	text-align:center; 
	margin-top:0px; 
	background:#111; 
	padding:20px 10px;
	color:#EDEDED; }
	
.copyright a{
	color:#bbd4ff; }
	
.copyright a:hover {
	color: #cc5050;
	text-decoration: none;}

.copyrightyear{}

	
	
/* table
 (contact profile)---------------------------------------------------------------*/
.ta1 {
	width: 100%;
	border: 1px solid #aaa;	/* table-border outside*/
}
.ta1 td, .ta1 th{
	border: 1px solid #aaa;	/* table-border inner */
	line-height: 2;
}
/* table right-part */
.ta1 td{
	width: 74%;
	padding: 10px;
	vertical-align: top;
}
/* table left-part th */
.ta1 th{
	width: 25%;
	padding: 10px;
	background-color: #FBFBFB;
}

 /*(finance menu)-------------------------*/
.ta2 {
	width: 100%;
	border: 1px solid #aaa;	/* table-border outside*/
}
.ta2.exp {/*(expencive menu)---------*/
    margin: 0 5px;
}
.ta2 td, .ta2 th{
	border: 1px solid #aaa;	/* table-border inner */
	line-height: 1.3;
}
/* table td-part */
.ta2 td{
	padding: 7px 10px;
	vertical-align: top;
	text-align: justify; 
	text-align-last:left;
}
.ta2 td span.block {
	display:block;
	padding: 0px;
}
.ta2 td span.hantsume {
	margin-left: -0.5em;
}

.ta2 th.vcal-mid,
.ta2 td.vcal-mid {
	vertical-align:middle;
}
.ta2 td.bg {
	background-color: #FBFBFB;
}

/* table th-part  */
.ta2 th {
	padding: 5px 10px;
	background-color: #FBFBFB;
}

 /*(profile 実績)-------------------------*/
.ta3 {
	width: 98%;
	border: 1px solid #aaa;	/* table-border outside*/
    margin: 0 auto;
}
.ta3 td, .ta3 th{
	border: 1px solid #aaa;	/* table-border inner */
	line-height: 1.5;
}
/* table td-part */
.ta3 td{
	padding: 7px 7px 4px 7px;
	vertical-align: top;
	text-align: justify; 
	text-align-last:left;
}
.ta3 td span.block {
	display:block;
	padding: 0px;
}
.ta3 th.vcal-mid,
.ta3 td.vcal-mid {
	vertical-align:middle;
}
.ta3 th.bg, .ta3 td.bg {
	background-color: #FBFBFB;
}
.ta3 td ul {
    margin: 0 0;
}
.ta3 td ul li {
    padding: 0px 0px 0px 1em;
    text-indent: -1em;
    margin: 0 0;
	line-height: 1.3;
}



table#memo {
	width: 100%;
	border: 1px solid #aaa;	/* table-border outside*/
}

table#memo td {
	border-bottom: 1px dotted #aaa;
	padding: 10px 10px;
}
table#memo td.end {
	border-bottom: none;
}
.w30 { width: 30%; }
.w70 { width: 70%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w40 { width: 40%; }

.radio {
	width: 2em;
	border:none; 
	margin: 10px 4px;
	vertical-align:middle;
}

.w3e { width: 3em; }
.w4e { width: 4em; }
.w5e { width: 5em; }
.w6e { width: 6em; }



/******  other  *****/
.color1 {
	color: #FF0000;
}

.b {
	font-weight:bold;}

.c {
	text-align:center;}

	
.fl-L {
	float:left;
}
.fl-R {
	float:right;
}
.fl-C {
	float:clear;
}
.ov-hid {
	overflow: hidden;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 1em;
}
.ind05 {　/***（）から始まる場合***/
	padding: 0 0 0 1.5em;
	text-indent: -0.5em;
}
.u_line {
	text-decoration:underline;
}

p.ind1 {
	padding-left: 18px;
	text-indent: -13px;
	margin-bottom: 0.5em;
}

/******  border  *****/
.bd1 {
	border: #dcdcdc 1px solid;}
	
.bd2 {
	border: #dcdcdc 2px solid;}
	
.bd-b1 {
	border-bottom: #dcdcdc 1px solid;}
	
.bd-b2 {
	border-bottom: #dcdcdc 2px solid;}
	
	
.bd-t1 {
	border-top: #dcdcdc 1px solid;}
	
.bd-t2 {
	border-top: #dcdcdc 2px solid;}


/****** Dividing line  *****/
.divline-t1 {
	margin-top: 15px;
	border-top: #dcdcdc 1px solid;
	padding-top: 15px;
	}



/******  btn *****/
.btn1 a {
	background: #EEE;
	border: 3px solid #DDD;
}
.btn1 a:hover {
	background: #eeff11;
	border: 3px solid #DDD;
}

a .btn2  {
background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
border: 2px solid #DDD;
color: #339;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
padding: 10px;}

a .btn2:hover, a .btn2:active {
background: -moz-linear-gradient(top,#FFF 0%,#bbd4ef);
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#bbd4ef));
color: #333;			
}



.uline {
	text-decoration:underline;}

.borderAll {
    border: 1px solid #DDD;
}
.borderbot {
    border-bottom: 1px solid #DDD;
}

/*****  padding margin  ****/
.pb05 {
	padding-bottom:5px;}
.pb10 {
	padding-bottom:10px;}
.pb15 {
	padding-bottom:15px;}
.pt10 {
	padding-top:10px;}
.pl1em {
	padding-left: 1em;}
	
.mb02{
	margin-bottom:2px;}
.mb03{
	margin-bottom:3px;}
.mb05{
	margin-bottom:5px;}
.mb10{
	margin-bottom:10px;}
.mb15{
	margin-bottom:15px;}
.mb20{
	margin-bottom:20px;}
.mb30{
	margin-bottom:30px;}
.mR16{
	margin-right:16px;}
.mL16{
	margin-left:16px;}
.mt05{
	margin-top:5px;}
.mt10{
	margin-top:10px;}
.mt20{
	margin-top:20px;}
.mt30{
	margin-top:30px;}
.mtb10{
	margin-top:10px;
	margin-bottom:10px}
	
	


/******  padding all ***/
.pd10 {
	padding:10px; 
}
.pd05 {
	padding:5px; 
}

/******  margin all ***/
.mg10 {
	margin:10px; 
}

.mg05 {
	margin:5px; 
}

/*****  padding margin clear  ****/
.mg0 {
	margin: 0;
}
.pd0 {
	padding: 0;
}

/*****  約物の頭ぞろえ  *****/
.left-pull05 {
	text-indent:-0.5em;
}
