@charset "utf-8";

/*
 * Site Name: connetta WEB Smart5
 * File Name base.css
 * Description: Basic Style
 * Version: 1.0
 * Author: DIS_ART_WORKS
 */


/*
 base tag
 ------------------------------------------------- */
h1{
	padding: 0;
	color: #75A94B;
	line-height: 2.2em;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 0.75em;
	font-size: 2.4em;
}

#header h1,
#header p#title{
	position: inherit;
	height: auto;
	padding: 0;
	line-height: 1;
	background: none;
	margin: 0;
	border: none;
}

h2 {
	position:relative;
	height: 2em;
	line-height: 2em;
	padding: 0.25em 1em;
	color: #FFFFFF;
	background-color: #75A94B;
	margin: 0 0 1em;
	font-size: 1.25em;
}


#side_column h2 {
	padding: 0.5em;
	color: #FFFFFF;
	line-height: 1.8em;
	font-weight: normal;
	background-color: #75A94B;
	margin: 0 0 2em;
	border: none;
}



#page h3{
	position:relative;
	font-size: 1.25em;
	padding: 0.25em 0;
	margin-bottom: 1em;
	color:#75A94B;
	border-bottom:1px solid #75A94B;
}

#home h2{
	margin-left: 0;
	margin-right: 0;
}

/* base class
----------------------------------------------------------- */

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}

.disp_none{
	display: none;
}



/* Base Contents, Layout
----------------------------------------------------------- */

/* --- head --- */
#header_wrapper{
	border-top: 3px solid #67A139;
	padding: 0; /*for main navi*/
}

#header {
	position: relative;
}

#header #site_lead {
	line-height: 1.8;
	font-size: 0.8em;
	padding-bottom: 0.6em;
}

/* --- main --- */
#content_wrapper {
	position: relative;
	padding:0 0 30px;

}

#main_column {
	float: right;
	margin: 0.75em 0 0;

	border-top: 4px solid #67A139;
	border-radius: 2px 2px 0 0;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;

}

#home #main_column {
	float: right;
	padding: 0 0 0;
	border: none;
}

h1,
.news_date,
h2,
#page_lead,
.paragraph_lead
{
	margin-left: 16px;
	margin-right: 16px;
}

#internal_link,
.paragraph
{
	margin-left: 32px;
	margin-right: 32px;
}


/* --- side --- */
#side_column {
	float: left;
	padding: 0.75em 0 0;
}

#side_column .menu {
	margin-bottom: 1em;
}

#side_column .menu h2
 {
	padding: 0;
	display: block;
	margin-bottom: 0;
	height: auto;
}

#side_column .menu h2 a,
#side_column .menu h2 span
{
	display: block;
	text-align: center;
	padding: 1em;
	line-height: 1.3em;
	color: #fff;
	font-weight: bold;
}

#side_column .menu h2 a
{
	overflow: visible;
	display: none;
}

#side_column .menu h2 a:hover{
	text-decoration: none;
}

#side_column .menu ul{
	list-style: none;
}


#side_column .menu li
{
	padding: 0;
	border-bottom: 1px solid #e6e6e6;

}


#side_column .menu dd a,
#side_column .menu li a
{
	display: block;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 2em;
	color: #325a12;
	position: relative;
	background: url(../common/arrow.png) 0.6em 0.7em no-repeat;
}

#side_column .menu dd a:hover,
#side_column .menu li a:hover
 {
	transition: all 300ms;
	background-color: #cedcc2;
	color: #fff;
	text-decoration: none;
}

/*
#side_column .menu dd a:after,
#side_column .menu li a:after
{
	position: absolute;
	border-right: 3px solid #325a12;
	border-top: 3px solid #325a12;
	content: "";
	width: 6px;
	height: 6px;
	left: 0.5em;
	top: 1.1em;
	margin-top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: none\9;
	background-color: #325a12\9;
}

#side_column .menu dd a:hover:after,
#side_column .menu li a:hover:after
{
	transition: border-color 300ms;
	border-color: #fff;
}
*/



#side_column .menu li.current a,
#side_column .menu dd.current a
{
	color: #fff;
	background-color: #cedcc2;
}

#side_column .menu dd.current a:after,
#side_column .menu li.current a:after
{
	border-color: #fff;
}

#side_column .menu dd.current a:hover:after,
#side_column .menu li.current a:hover:after
{
	border-color: #325a12;
}

/* --- footer --- */
#footer_wrapper {
	border-top: 5px solid #67A139;
	background-color: #eef6e8;
}

#footer {
	margin: 0 auto;
	padding: 0.5em 0 3em;
}

#footer ul#footer_nav {
	list-style: none;
	margin: 0.5em auto 0;
}

#footer ul#footer_nav li {
	float: left;
	padding-right: 2em;
}

#footer ul#footer_nav li a
{
	display: block;
	line-height: 1.8em;
	padding:  0 0 0 18px;
	color: #000;
	position: relative;
	background: url(../common/arrow.png) left 50% no-repeat;
}
/*
#footer ul#footer_nav li a:after
{
	position: absolute;
	border-right: 3px solid #67A139;
	border-top: 3px solid #67A139;
	content: "";
	width: 4px;
	height: 4px;
	left: 0px;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: none\9;
	background-color: #67A139\9;
}
*/
#footer #footer_copyright {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 0.5em 0 1.5em;
}

#footer #footer_lead {
	clear: both;
	margin: 0 auto;
	text-align: left;
	padding: 1em 0 0;
}

/* head nav
------------------------------------------------------------ */

/* --- trigger of slide nav --- */
#header #open_navs{
	display: none;
}

/* --- base of slide nav --- */
#navs_wrapper_a span{
	display: none;
}

#fcontents_nav{
	display: none;
}

#navs_wrapper{
	z-index: 0;
}

#header #navs_wrapper_p a{
	display: none;
	position: fixed;
	width: 0%;
	height: 0%;
	z-index: 0;
}

#header #navs_wrapper_p a.navs_wrapper_a{
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 30;
	cursor: pointer;
}

#navs h2#navs_head {


		display: none;

	}

/* --- header sub nav --- */
ul#sub_nav {
	position: absolute;
	display: table;
	width: 33%;
	text-align: center;
	table-layout: fixed;
	right: 0;
}

ul.nopain {
	bottom: 0;
}


ul.wizpain {
	bottom: 5.0em;
}

ul#sub_nav li {
	display: table-cell;
	padding: 1px;
}

ul#sub_nav li a {
	display: block;
	line-height: 1.8em;
	padding: 0.5em 0 0.5em 1.5em;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	background: url(../common/arrow_w.png) 1em 50% no-repeat #172A88;
}

/*
ul#sub_nav li a:after
{
	position: absolute;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	content: "";
	width: 8px;
	height: 8px;
	left: 15px;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: none\9;
	background-color: #fff\9;
}
*/

ul#sub_nav li.current a
{
	background-color: #0A143C;
}

ul#sub_nav li.current a:hover,
ul#sub_nav li a:hover {
	transition: all 500ms;
	color: #eee;
	background-color: #9EA0BF;
	text-decoration: none;
}


/* --- header main nav --- */
ul#main_nav {
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
	table-layout: fixed;
	margin: 1em 0 0;
}

ul#main_nav li {
	display: table-cell;
	padding: 1px;
}

ul#main_nav li a {
	display: block;
	line-height: 1.8em;
	padding: 1em 0;
	background-color: #67A139;
	color: #fff;
}

ul#main_nav li.current a {
	background-color: #678152;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

ul#main_nav li a:hover{
	transition: background-color 500ms;
	color: #eee;
	text-decoration: none;
	background-color: #678152;
}

/* --- side nav in header --- */
.header_side_menu{
	display: none;
	padding-top: 1em;
}




/* head nav
------------------------------------------------------------ */

/* --- trigger of slide nav --- */

/* -- メニューボタン -- */
.open_navs{
	position: fixed;
	background-color: #67A139;
	width: 34px;
	height: 34px;
	display: none;
	padding: 10px;
	z-index: 1500;
	overflow: hidden;
}


#nav_btn {
	display: block;
	width: 38px;
	height: 38px;
	/* position: fixed; */
	position: absolute;
	top: 11px;
	right: 13%;
	z-index: 100000;
	margin: 0;
	padding: 0;
	transform: translate3d(0,0,0);
	transition: all 1.0s;
	overflow: hidden;
}

#nav_btn span
{
	transform: translate3d(0,0,0);
	transition: all 1.0s;
	display: block;
	background: #fff;
	width: 36px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border-radius: 2px;
	text-indent: -99999px;
}

#nav_btn span#mtob1 {
	top: 0;
		z-index: 1000001;
}
#nav_btn span#mtob2 {
	top: 14px;
		z-index: 1000002;
}
#nav_btn span#mtob3 {
	top: 28px;
	z-index: 1000003;
}

#nav_btn.batsu span
{

	background: #fff;
}


#nav_btn.batsu{
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}


#nav_btn.batsu span#mtob1 {
	transform: translate(-2px , 16px) rotate(45deg);
}
#nav_btn.batsu span#mtob2 {
	opacity: 0;
}
#nav_btn.batsu span#mtob3 {
	transform: translate(-2px , -12px) rotate(-45deg);
}


/* Banner
----------------------------------------------------------- */
ul#side_banner,
ul#bottom_banner {
	clear: both;
	padding: 2em 0 0;
	margin: 0;
	width: 100%;
	line-height: 1;
	list-style-type:none;
}

ul#side_banner{
	padding: 0 0 0;
}


ul#side_banner li{
	display: block;
	margin:0 0 1em;
	padding:0;
}

ul#bottom_banner li{
	display:inline-block;
	margin:0 0.5% 3px 0;
	padding:0;
	width: 19.5%;
}

ul#side_banner li img,
ul#bottom_banner li img{
	width: 100%;
}

ul#side_banner li a,
ul#bottom_banner li a{
	text-decoration: none;
}

ul#side_banner li a:hover,
ul#bottom_banner li a:hover{
	text-decoration: none;
	transition: all 300ms;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

ul#side_banner li:nth-child(5n),
ul#bottom_banner li:nth-child(5n){
	margin-right:0;
}

/* Page Component
----------------------------------------------------------- */

/* --- to top --- */
.go_to_top{
	position:fixed;
	right:5%;
	bottom:150px;
	clear: both;
	text-align: left;
	padding: 1.5em;
	z-index:999999;
}

.go_to_top a{
	display: block;
	position: relative;
	color: #67A139;
	background-color: #67A139;
	width: 34px;
	height: 34px;
	padding: 10px;
	margin: 0 1px 0 auto;

	overflow: hidden;
	font-size: 3em;
	z-index: 999;
}

.go_to_top a:hover{
	transition: all 300ms;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.go_to_top a:before ,
.go_to_top a:after{
	position: absolute;
	display: block;
	content:"";
	color: #fff;
	background: #fff;
	width: 50%;
	height: 8px;
	line-height: 8px;
	bottom: 12px;

}

.go_to_top a:before{
	transform: translate(-7px , 22px) rotate(45deg);
	right: 0;
	top: 0;
}

.go_to_top a:after {
	transform: translate(7px , 22px) rotate(-45deg);
	left: 0;
	top: 0;

}

/* --- topic path(pankuzu) --- */
ul#topicpath {
	margin: 1em 0 0;
}

ul#topicpath li {
	float: left;
	line-height: 1em;
	padding: 0 1em 0 1.5em;
	list-style-type: none;
	font-size:81.25%;
	position: relative;
}

ul#topicpath li:before {
	content: ">";
	position: absolute;
	left: 0;
}

ul#topicpath li.home {
	padding-left: 0;
}

ul#topicpath li.home:before {
	display: none;
}

ul#topicpath li.home a {
	display:block;
}

ul#topicpath li.home a:hover {

}

ul#topicpath li.this {

}

/* Others
----------------------------------------------------------- */

/* --- modify strigns contents --- */

.free {
	margin-bottom: 2em;
	text-align:left;
}
.free a {
	text-decoration: underline;
}


.free table{
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	margin:10px auto 15px;
}

.free table td,
.free table th{
	border:1px solid #CCCCCC;
	padding: 0.5em;
}

.free table td#jidori{
 padding:0;
 -moz-text-align-last: justify;
 text-align-last: justify;
 text-justify:inter-ideograph;
 padding: 1% 5%;
}

.free li{
	padding:0 0 0 0.5em;
}
.free ul,
.free ol{
	list-style-position: outside ;
	margin: 0 0 0 1.5em;
	display: block;
}

.free ul li{
	list-style: inside inherit inherit;
	list-style-type: disc;
}

.free ol li{
	list-style: inside inherit inherit;
	list-style-type: decimal;
}


.free strong{
	font-weight: bold;
}
