@charset "utf-8";
/************************************************

	Navigation

************************************************/

/*--------------------
	Icon
--------------------*/
.ico_search01 {
	background: url(../images/ico/ico_search01.png) no-repeat left center;
	padding-left: 22px;
}

.ico_mail01 {
	background: url(../images/ico/ico_mail01.png) no-repeat left center;
	padding-left: 21px;
}

.ico_write01 {
	background: url(../images/ico/ico_write01.png) no-repeat left center;
	padding-left: 21px;
}

.ico_cross01 {
	background: url(../images/ico/ico_cross01.png) no-repeat left center;
	padding-left: 16px;
}

.ico_download01 {
	background: url(../images/ico/ico_download01.png) no-repeat left center;
	padding-left: 21px;
}

.ico_upload01 {
	background: url(../images/ico/ico_upload01.png) no-repeat left center;
	padding-left: 21px;
}

/*--------------------
	pager
--------------------*/
.pager li {
	display: inline;
	margin: 0 1px;
}
	.pager li a,
	.pager li span {
		background: #FFF;
		border: 1px solid #CCC;
		border-radius : 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 4px 7px;
		text-decoration: none;
	}
	.pager li.preview a {
		border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		-webkit-border-radius: 3px 0 0 3px;
	}
	.pager li.next a {
		border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		-webkit-border-radius: 0 3px 3px 0;
	}
	.pager li a:link,
	.pager li  a:visited {
		background: #FFF;
		color: #111;
	}
	.pager li a:hover,
	.pager li span.current {
		background: #303030;
		color:#FFF;
	}

/*--------------------
	Tab
--------------------*/
.tab .none {
	display: none;
}
.tab_menu {
	background: url(../images/bg/bg_tab01.gif) repeat-x left bottom;
}
.tab_menu li {
	float: left;
	background: #EDEDED;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	margin-right: 5px;
	padding: 8px 15px;
	color: #777;
	text-align: center;
	cursor: pointer;
}
	.tab_menu li.select {
		background: #FFF;
		border-top: 1px solid #CCC;
		border-right: 1px solid #CCC;
		border-left: 1px solid #CCC;
		color: #111;
	}




/************************************************

	Layout Block

************************************************/

/*--------------------
	Section
--------------------*/

.section {
	padding: 10px 10px 0;
	margin-bottom: 20px;
}

.inner{
	padding:0 10px;
}

/*--------------------
	Unit
--------------------*/
.unit {
	margin-bottom: 20px;
}

.unit02 {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 12px;
}

.unit,
.unit_2col,
.unit_3col,
.unit_4col{
	clear:both;
}

/*--------------------
	Box
--------------------*/
.unit_2col .box_a,
.unit_3col .box_a,
.unit_3col .box_b,
.unit_4col .box_a,
.unit_4col .box_b,
.unit_4col .box_c,
.unit_4col .box_d{
	float:left;
}
.unit_2col .box_b,
.unit_3col .box_c{
	float:right;
}
/*Two colum*/
.unit_2col .box_a,
.unit_2col .box_b{
	width:49%;
}
/*Three colum*/
.unit_3col .box_a,
.unit_3col .box_b,
.unit_3col .box_c {
	width:30%;
}
.unit_3col .box_a,
.unit_3col .box_b {
	margin-right:2%;
}
/*Four colum*/
.unit_4col .box_a,
.unit_4col .box_b,
.unit_4col .box_c,
.unit_4col .box_d {
	width:24.2%;
}
.unit_4col .box_a,
.unit_4col .box_b,
.unit_4col .box_c {
	margin-right:1%;
}

/*--------------------
	column
--------------------*/
.column01 {
	background: #F2F2F2;
	padding: 8px;
}

/*--------------------
	table
--------------------*/
/*tables*/
.table_a {
	width: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
	.table_a th,
	.table_a td {
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 8px;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
	}
	.table_a th {
		background: #6C6C6C;
		color: #FFF;
	}
	
.table_b {
	width: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
	.table_b th,
	.table_b td {
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 8px;
		font-weight: normal;
		text-align: left;
	}
	.table_b th {
        width:30%;
		background: #6C6C6C;
		color: #FFF;
        vertical-align: middle;
	}
    
.table_c {
	width: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
	.table_c thead th,
	.table_c tbody td {
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 8px;
		font-weight: normal;
        vertical-align: middle;
        text-align:center;
	}
	.table_c thead th {
		background: #6C6C6C;
		color: #FFF;
	}

.zebra tr td {
	background: #F6F6F6;
}
.zebra tr.odd td {
	background: #FFF;
}

/*--------------------
	btn
--------------------*/
.btn01 a {
	display: block;
}
.btn01 a,
input.btn01 {
	background: #e3e3e3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 15%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(15%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 15%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 15%,#e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 15%,#e3e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 15%,#e3e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-8 */
	border: 1px solid #ADADAD;
	border-radius : 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 12px;
	text-shadow: 1px 1px 0 #FFF;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.btn01 a:not(:target),
input.btn01:not(:target){
	filter: none;
	-ms-filter: none;
}
	.btn01 a:link,
	.btn01 a:visited,
	input.btn01 {
		color: #111;
	}
	.btn01 a:hover,
	input.btn01:hover {
		color: #999;
	}

.btn02 a {
	display: block;
}
.btn02 a,
input.btn02 {
	background: #9e9e9e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllOWU5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YjhiOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url(../images/bg/bg_btn02.gif) repeat-x left top, -moz-linear-gradient(top,  #9e9e9e 0%, #8b8b8b 100%); /* FF3.6+ */
	background: url(../images/bg/bg_btn02.gif) repeat-x left top, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#8b8b8b)); /* Chrome,Safari4+ */
	background: url(../images/bg/bg_btn02.gif) repeat-x left top, -webkit-linear-gradient(top,  #9e9e9e 0%,#8b8b8b 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/bg/bg_btn02.gif) repeat-x left top, -o-linear-gradient(top,  #9e9e9e 0%,#8b8b8b 100%); /* Opera 11.10+ */
	background: url(../images/bg/bg_btn02.gif) repeat-x left top, -ms-linear-gradient(top,  #9e9e9e 0%,#8b8b8b 100%); /* IE10+ */
	background: url(../images/bg/bg_btn02.gif) repeat-x left top, linear-gradient(to bottom,  #9e9e9e 0%,#8b8b8b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#8b8b8b',GradientType=0 ); /* IE6-8 */
	border: 1px solid #808080;
	border-radius : 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	padding: 5px 12px;
	text-shadow: 1px 1px 0 #737373;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.btn02 a:not(:target),
input.btn02:not(:target){
	filter: none;
	-ms-filter: none;
}
	.btn02 a:link,
	.btn02 a:visited,
	input.btn02 {
		color: #FFF;
	}
	.btn02 a:hover,
	input.btn02:hover {
		color: #CCC;
	}

.btn03 a {
	display: block;
}
.btn03 a,
input.btn03 {
	background: #2ba3c6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiYTNjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTg0YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url(../images/bg/bg_btn03.gif) repeat-x left top, -moz-linear-gradient(top,  #2ba3c6 0%, #2184a5 100%); /* FF3.6+ */
	background: url(../images/bg/bg_btn03.gif) repeat-x left top, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ba3c6), color-stop(100%,#2184a5)); /* Chrome,Safari4+ */
	background: url(../images/bg/bg_btn03.gif) repeat-x left top, -webkit-linear-gradient(top,  #2ba3c6 0%,#2184a5 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/bg/bg_btn03.gif) repeat-x left top, -o-linear-gradient(top,  #2ba3c6 0%,#2184a5 100%); /* Opera 11.10+ */
	background: url(../images/bg/bg_btn03.gif) repeat-x left top, -ms-linear-gradient(top,  #2ba3c6 0%,#2184a5 100%); /* IE10+ */
	background: url(../images/bg/bg_btn03.gif) repeat-x left top, linear-gradient(to bottom,  #2ba3c6 0%,#2184a5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba3c6', endColorstr='#2184a5',GradientType=0 ); /* IE6-8 */
	border: 1px solid #21809E;
	border-radius : 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	padding: 5px 12px;
	text-shadow: 1px 1px 0 #2287A8;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.btn03 a:not(:target),
input.btn03:not(:target){
	filter: none;
	-ms-filter: none;
}
	.btn03 a:link,
	.btn03 a:visited,
	input.btn03 {
		color: #FFF;
	}
	.btn03 a:hover,
	input.btn03:hover {
		color: #63C1E0;
	}

.btn04 a {
	display: block;
}
.btn04 a,
input.btn04 {
	background: #e96a1f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5NmExZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOTRmMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url(../images/bg/bg_btn04.gif) repeat-x left top, -moz-linear-gradient(top,  #e96a1f 0%, #d94f13 100%); /* FF3.6+ */
	background: url(../images/bg/bg_btn04.gif) repeat-x left top, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e96a1f), color-stop(100%,#d94f13)); /* Chrome,Safari4+ */
	background: url(../images/bg/bg_btn04.gif) repeat-x left top, -webkit-linear-gradient(top,  #e96a1f 0%,#d94f13 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/bg/bg_btn04.gif) repeat-x left top, -o-linear-gradient(top,  #e96a1f 0%,#d94f13 100%); /* Opera 11.10+ */
	background: url(../images/bg/bg_btn04.gif) repeat-x left top, -ms-linear-gradient(top,  #e96a1f 0%,#d94f13 100%); /* IE10+ */
	background: url(../images/bg/bg_btn04.gif) repeat-x left top, linear-gradient(to bottom,  #e96a1f 0%,#d94f13 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96a1f', endColorstr='#d94f13',GradientType=0 ); /* IE6-8 */
	border: 1px solid #D24B11;
	border-radius : 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	padding: 5px 12px;
	text-shadow: 1px 1px 0 #C2551B;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.btn04 a:not(:target),
input.btn04:not(:target){
	filter: none;
	-ms-filter: none;
}
	.btn04 a:link,
	.btn04 a:visited,
	input.btn04 {
		color: #FFF;
	}
	.btn04 a:hover,
	input.btn04:hover {
		color: #F59338;
	}

/************************************************

	title

************************************************/
.h1_ttl01 {
	border-bottom: 2px solid #2BA6CB;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 180%;
	font-weight: normal;
}

.h2_ttl01,
.h2_ttl01_ac {
	background: #F2F2F2 url(../images/bg/bg_h2_ttl01.gif) repeat-x left bottom;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 140%;
	font-weight: normal;
}

.h2_ttl02 {
	background: #F2F2F2 url(../images/bg/bg_h2_ttl01.gif) repeat-x left bottom;
	border: 1px solid #CCC;
	margin-bottom: 0px;
	padding: 10px;
	font-size: 140%;
	font-weight: normal;
    border-bottom:none;
}

.h2_ttl01_ac {
	margin-bottom: 0;
	cursor: pointer;
}
	.h2_ttl01_ac span {
		display: block;
		background: url(../images/ico/ico_plus01.png) no-repeat right center;
		padding-right: 18px;
	}
		.selected span {
			display: block;
			background: url(../images/ico/ico_minus01.png) no-repeat right center;
			padding-right: 18px;
		}

#home .h2_ttl01 {
	margin-bottom: 0;
}

.h3_ttl01 {
	font-size: 110%;
	margin-bottom: 10px;
}

/************************************************

	List Element

************************************************/
.normal_list li {
	list-style: disc;
	margin-left: 15px;
}

.number_list li {
	list-style: decimal;
	margin-left: 20px;
}

.list_inline li {
	display:inline;
}
.list_horizon li {
	float:left;
	margin-left:10px;
}

.news_list li {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
	.news_list li:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.news_list li span {
		margin-right: 10px;
	}

.list_float li {
	float: left;
	margin: 0 20px 10px 0;
}
.list_arrow li {
	background:url(../images/ico/ico_arrow.png) 0 8px no-repeat;
	padding-left:12px;
}
.list_arrow li a {
	display:block;
	margin-bottom:0.5em;
}
.list_arrow li span {
	display:block;
	margin-bottom:0.5em;
	color: #B9B9B9;
}
/************************************************

	LaText Decoration

************************************************/

.sentence p,
.sentence ul,
.sentence ol,
.sentence dl {
	margin-bottom:1em;
}
.sentence p:last-child,
.sentence ul:last-child,
.sentence ol:last-child,
.sentence dl:last-child {
	margin-bottom: 0;
}

.miss01 {
	background: #FAEDEB url(../images/ico/ico_miss01.png) no-repeat 10px center;
	border: 1px solid #EED2D2;
	border-radius : 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 10px 40px;
	color: #B14240;
	font-weight: bold;
}

.done01 {
	background: #F0F7E6 url(../images/ico/ico_done01.png) no-repeat 10px center;
	border: 1px solid #D3E7BA;
	border-radius : 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 10px 40px;
	color: #468847;
	font-weight: bold;
}

.info01 {
	background: #E6F4FB url(../images/ico/ico_info01.png) no-repeat 10px center;
	border: 1px solid #C8E0F2;
	border-radius : 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 10px 40px;
	color: #387AAF;
	font-weight: bold;
}

.attention01 {
	background: #FDFBE8 url(../images/ico/ico_attention01.png) no-repeat 10px center;
	border: 1px solid #F4E7B7;
	border-radius : 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 10px 40px;
	color: #BB783C;
	font-weight: bold;
}

.lead {
	margin-bottom:20px;
}
p.lead {
	margin-bottom:8px;
}
.related {
	text-align:right;
}
.alert {
	color:#CC0000;
}
.att {
	color:#AB0A15;
}
.ex {
	color: #999;
	font-size: 90%;
	margin-top: 3px;
}
.mark {
	background-color:#FFFF99;
}
.highlight {
	background:#EFEFEF;
}
.caption {
	margin-top:3px;
	text-align:center;
}
.note {
	margin-top:8px;
}
p.note {
	text-align:right;
}
.txtbld {
	font-weight:bold;
}
/************************************************

	Form Elenments

************************************************/
input {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
select {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 4px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 4px -6px rgba(0, 0, 0, 0.5);
	-o-box-shadow: inset 1px 4px 4px -6px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: inset 1px 4px 4px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 4px -6px rgba(0,0,0,0.5);
	font-size: 100%;
	padding: 7px;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	background: #F0FFFF;
    border: solid 1px #666;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0 3px 3px 0;
}

.button {
	text-align:center;
}
.button li {
	display:inline;
	padding:0 10px;
}


/************************************************

	Img

************************************************/
img.img01 {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 1px;
}

/************************************************

	ETC

************************************************/

/*plugin*/
.plugin {
	margin:20px 0;
}
.plugin dt {
	float:left;
	width:158px;
}
.plugin dd {
	float:right;
	width:580px;
}
/*floating image*/
.fl_img {
	float:left;
	margin:0 10px 10px 0;
}
.fr_img {
	float:right;
	margin:0 0 10px 10px;
}

/************************************************

	Margin Padding

*************************************************/
.m10 {margin: 10px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.p10 {padding: 10px;}
.pt10 {padding-top: 10px;}
.pb10 {padding-bottom: 10px;}

/************************************************

	Float Align

*************************************************/
.f_left {float: left;}
.f_right {float: right;}

.center {text-align: center;}
.left {text-align: left;}
.left_i {text-align: left !important;}
.right {text-align: right;}

/************************************************

	Width

************************************************/
.w100 {width: 100%;}
.w70 {width: 70%;}
.w50 {width: 50%;}
.w30 {width: 30%;}
.w15 {width: 15%;}
.w10 {width: 10%;}
.w7 {width: 7%;}
.w5 {width: 5%;}
	
/************************************************

	Page unique

************************************************/
/*--------------------
	Login
--------------------*/
#login #header {
	border-top: 3px solid #303030;
	border-bottom: 1px solid #CCC;
}

#login .site_id{
	padding: 20px 13px;
	float: none;
}

#login_box {
	width: 220px;
	margin: 70px auto;
	padding: 40px;
	border: 1px solid #DBDBDB;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	box-shadow: 0px 0px 6px 3px rgba(14, 14, 15, 0.09);
	-webkit-box-shadow: 0px 0px 6px 3px rgba(14, 14, 15, 0.09);
	-moz-box-shadow: 0px 0px 6px 3px rgba(14, 14, 15, 0.09);
	-o-box-shadow: 0px 0px 6px 3px rgba(14, 14, 15, 0.09);
	-ms-box-shadow: 0px 0px 6px 3px rgba(14, 14, 15, 0.09);
}

#login_box h1 {
	font-size: 180%;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}

/************************************************

	Clear

************************************************/

.list_horizon,
.list_float,
.section,
.inner,
.unit,
.unit_2col,
.unit_3col,
.unit_4col,
.box,
.h_unit,
.plugin,
#topic-path{
	zoom:1;
}
.list_horizon:after,
.list_float:after,
.section:after, 
.inner:after, 
.unit:after, 
.unit_2col:after, 
.unit_3col:after, 
.unit_4col:after, 
.box:after,
.h_unit:after, 
.plugin:after, 
#topic-path:after{
	content:'';
	display:block;
	clear:both;
	overflow:hidden;
}
/* or */
.clear {
	clear:both;
}
/************************************************

	Link Color

************************************************/

a:link, a:visited, #topic-path li a:visited, .current a:visited {
	color:#2BA6CB;
}
a:hover {
	color:#2BA6CB;
	text-decoration:none;
}

/*****************************************

            Label

*****************************************/
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
/* 「必須」　*/
.label-required {
	background-color: #d9534f;
    font-weight: normal;
}

/*****************************************

            Calendar

*****************************************/
#calendar {
    
}
    #calendar td {
        text-align : center;
        border : 1px solid #ccc;
    }
    #calendar tr.head td {
        border : none;
        height : 2em;
    }
    #calendar tr.week td {
        background : #F0F0F0;
        height : 1em;
    }
    #calendar tr td.day {
        width : 60px;
        height : 60px;
        cursor: pointer;
    }
    #calendar tr td.today {
        font-weight : bold;
    }
    #calendar tr td.blank, #calendar tr td.past {
        background : #F6F6F6;
        cursor: default;
    }
    
/*****************************************

            Table 非公開行

*****************************************/  
tr.unpublish {
    background-color:#eee;
}


/*****************************************

           新着情報カテゴリ

*****************************************/  
td span.cate {
	display:inline-block;
	width: 100px;//120px;
	//margin-left: 30px;
	padding: 3px 8px;
	color: #fff;
	font-size: 0.85em;//1.1rem;
	text-align: center;
	vertical-align: middle;
	background: #80d37c;
}

td span.cate_company {
	background: #74caf1;
}

td span.cate_product {
	background: #ee778b;
}

td span.cate_event{
	/*background: #f59847;*/
	background: #42A681;
}

td span.cate_kouhou {
	background: #F19416;
}

td span.cate_recruit {
	/*background: #999;*/
	background: #5384D5;
}

td span.cate_etc {
	background: #f36464;
}

/*
td span.cate_emergency {
	background: #f36464;
}

td span.cate_restaurant {
	background: #f8c250;
}

td span.cate_recipe {
	background: #f1a6da;
}

td span.cate_online {
	background: #80d37c;
}
*/


/*****************************************

           製品情報カテゴリ

*****************************************/  

td span.shirei {
	background: #74caf1;
}

td span.ekisya {
	background: #ee778b;
}

td span.mujin{
	background: #42A681;
}

td span.ensen {
	background: #F19416;
}

td span.kiki {
	background: #5384D5;
}

td span.koujyo {
	background: #3271a0;
}

td span.kakugenba {
	background: #f36464;
}

td span.ipan {
	background: #80d37c;
}

/*****************************************

           導入事例カテゴリ

*****************************************/
td span.cate_denwa {
	background: #74caf1;
}

td span.cate_housou {
	background: #ee778b;
}

td span.cate_kanshi{
	/*background: #f59847;*/
	background: #42A681;
}

td span.cate_etc {
	background: #F19416;
}

td span.cate_pad1 {
	background: #5384D5;
}

td span.cate_pad2 {
	background: #f36464;
}

/*****************************************

          レシピ管理　レシピ検索

*****************************************/
tr.unpublish span.txt_name::after {
//    background: url(../images/ico/ico_attention01.png) no-repeat;
//   padding-left : 25px;
    content : '公開期限を過ぎています。';
    color:#FF0000;
    margin-left : 30px;
}

.recipe_keyword_list li{
    float:left;
    margin: 0 20px 5px 0;
}