@charset "UTF-8";

/*
 * Site Name: connetta WEB Smart5
 * File Name page.css
 * Description: Common Page Style
 * Version: 1.0
 * Author: DIS_ART_WORKS
 */

/*===== page ==================================*/
#page .detail_text{
}

#page #internal_link{
	margin-top: 1.4em;
	margin-bottom: 2em;
	padding:16px;
	background-color: #f4f6f8;
}

#page #internal_link li{
    margin-top: 8px;
    position: relative;
    padding-left: 12px;
    line-height: 1.6em;
}

#page #internal_link li:first-child{
	margin-top: 0;
}

#page #internal_link li a{
	color: #333;
}

#page #internal_link li a:before {
    content: url(../images/page/internal_link.png);
	position: relative;
    top: -4px;
	left: -4px;
}

#page .sub_contents{
	padding: 0 0 0;
	line-height:1.75;
}

#page .layout_center,
#page .layout_left,
#page .layout_right,
#page .layout_line{
	margin-bottom: 1.4em;
	width: 100%;
}
#page .layout_line{
}

#page .layout_left p.imagination,
#page .layout_right p.imagination{
	max-width: 40%;
	text-align: center;
	padding: 0 0 1em;
}

#page .layout_left p.wizpain,
#page .layout_right p.wizpain
{
	width: 40%;
}

#page .layout_center p.imagination{
	width: 100%;
	padding: 0 0 1em;
}

#page .layout_line p.imagination{
	float: left;
	padding: 0 0 1em 1.5%;
	width: 32.33%;
}

#page .layout_line p.imagination a,
#page .layout_center p.imagination a,
#page .layout_left p.imagination a,
#page .layout_right p.imagination a
{
	color: #333;
}

#page .layout_line p.imagination a:hover *,
#page .layout_center p.imagination a:hover *,
#page .layout_left p.imagination a:hover *,
#page .layout_right p.imagination a:hover *{
	opacity:0.7;
}


#page .layout_line p.imagination span,
#page .layout_center p.imagination span,
#page .layout_left p.imagination span,
#page .layout_right p.imagination span,
#page .layout_line p.imagination img,
#page .layout_center p.imagination img,
#page .layout_left p.imagination img,
#page .layout_right p.imagination img
{
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

#page .layout_line p.imagination span,
#page .layout_center p.imagination span,
#page .layout_left p.imagination span,
#page .layout_right p.imagination span{
	margin: 0.5em auto 0;
}

#page .layout_left p.imagination{
	float: left;
	padding-right: 2%;
}

#page .layout_left div.free{
	float: right;
	width: 58%;
}

#page .layout_left div.free table,
#page .layout_right div.free table{
	width: 100% !important;
	min-width: 150px;
}

#page .layout_right p.imagination{
	float: right;
	padding-left: 2%;
}

#page .layout_right div.free{
	float: left;
	width: 58%;
}


#page .layout_center p.imagination {
	text-align:center;
}
#page .layout_left p.imagination img ,
#page .layout_right p.imagination img ,
#page .layout_center p.imagination img {
	margin: 0 auto;
}

#page .layout_line p.imagination{
	float: left;
}

#page .layout_line p.edge
{
	padding-left: 0;
	clear: both;
}

#page .scaleup_images{
	transition: opacity 300ms;
	display: none;
	-moz-opacity: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 200;
	background-color: rgba(0,0,0,0.8);
}

#page .scaleup_images_a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 201;
}

#page .scaleup_images_a span{
	display:block;
	position:absolute;
	top:10%;
	right:10%;
	color:#fff;
	margin-top:-1.4em;
	font-size:200%;
}


#page .scaleup_images p{
	width: 80%;
	height: 100%;
	text-align: center;
	margin: auto;
	position: relative;
}


#page .scaleup_images p img{
	max-height:80%;
	max-width:100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 202;
}

#page .layout_thumb {
	margin-bottom:3em;
}

#page .layout_thumb .big_images{
	width: 100%;
	height: 0;
	margin-bottom: 1em;
	text-align: center;
	z-index: 1;
	transition: all 500ms;
	overflow: hidden;
	position: relative;
}

#page .layout_thumb .big_images li
{

	transition: all 1s;
	margin: 0 auto;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	display: block;
	opacity: 0;
	position: absolute;
	z-index: 1;
	height: auto;
	width: auto;
}

#page .layout_thumb .big_images li img{
	width: 100%;
	z-index: 1;
	position: relative;
}


#page .layout_thumb .thumbs{
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	z-index: 3;
}

#page .layout_thumb .thumbs li{
	float: left;
	width: 19.2%;
	margin: 0;
	padding:0 0 1% 1%;
	position: relative;
	text-align:center;
	z-index: 3;
}

#page .layout_thumb .thumbs li.edge{
	clear:left;
	float:left;
	padding:0 0 1%;
	z-index: 3;
}

#page .layout_thumb .thumbs li a{
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 3;
}

#page .layout_thumb .thumbs li a:hover{
	opacity:0.9;
	filter: alpha(opacity=90);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)";  /* ie 8 */
}



#page .panel_map {
	margin: 0 auto 35px;
	padding:0;
	text-align: center;
	position: relative;

}

#page .panel_map p{
	margin: 0 0 2em;
	text-align:left;
	color:#000000;
}

#page .panel_map .gmap{
	width: 100%;
	height: 350px;
}

#page p.map_title{
	margin-bottom: 15px;
	padding: 4px 0;
	color:#555555;
	font-weight:bold;
	border-bottom:1px dotted #999999;
}

p.entry {
	display: none;
}



#page .panel_map .marker_pop{

	width:330px;
	padding-bottom:44px;

}

#page .panel_map .marker_pop p.marker_title{

	padding:0 0 3px;
	margin:0 0 10px;
	border-bottom:1px dotted #666666;
	color:#666666;
	font-weight: bold;
}
#page .panel_map .marker_pop p.marker_summary{
	margin:0;
	padding:0 0 10px;
	font-weight: normal;
}

#page .movie_part {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 2em;
}

#page .movie_part iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#page p.mov_title{
	margin-bottom: 30px;
	padding: 4px 0;
	color:#555555;
	font-weight:bold;
	border-bottom:1px dotted #999999;
}


#page .flashcontent {
	margin: 0 0 0;
	text-align: center;
}

#page div.etc_box{
	margin:0 0 2em;
	padding:20px 20px 1px;
	background-color: #f4f6f8;
}

#page div.etc_box p.etc_title{
	padding: 0 0.5em 0.5em 0;
}

#page div.etc_box p.etc_title a{
	text-decoration: underline;
	padding-left: 15px;
    position: relative;
	color: #488e00;
}

#page div.etc_box p.etc_title a:hover{
	text-decoration: none;
}

#page div.etc_box p.etc_title a:before,
#page div.etc_box p.etc_title a:before{
	position: absolute;
    border-top: 1px solid #325a12;
    border-right: 1px solid #325a12;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 0.5em;
	margin-top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#page div.etc_box p.etc_title img{
	width: 17px;
	vertical-align:middle;
}

#page div.etc_box .free{
	margin: 0 0.5em 1em;
}

#page div.etc_box dl dt:last-child,
#page div.etcBox dl dd:last-child{

	margin-bottom: 0;

}

/* --- topics_index --- */
#page #topicsTray{
	margin: 24px 0 0;
}

#page ul.topics {
	width: 100%;
	font-size: 100%;
    padding: 0px;
	overflow: hidden;
    box-sizing: border-box;
}

#page ul.topics li{
	display: inline;
}

#page ul.topics li a{
    display: block;
    background: #fff;
    width: 100%;
    padding: 12px 0px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    box-sizing: border-box;
}

#page ul.topics li a:hover{
	opacity: 0.8;
	text-decoration: none;
}

#page ul.topics li:last-child{
	border-bottom: none;
}

#page ul.topics li .date{
	float: none;
	vertical-align: middle;
    width: 21%;
	color: #333;
}

#page ul.topics li .wrap{
    text-align: left;
    color: #333;
    padding: 0;
    float: right;
    width: 78%;
}
#page ul.topics li img{
	height: 1em;
    position: relative;
    top: -6px;
	margin-left: 8px;

}

#page ul.topics li .cat{
	margin-right: 8px;
}

#page ul.topics li .status .cat{
    position: relative;
    top: -3px;
}



#page ul.topics li a .title .pdf{
    font-weight: normal;
}

#page ul.topics li a .title .pdf img{
	margin-left: 0;
    height: 1em;
    vertical-align: -2px;
}





#page ul.topics dd img {
	margin-left: 0;
    height: 1em;
    vertical-align: -2px;
}

#page p.topics_date{
	margin-bottom: 24px;
	text-align:right;
	font-size: 92%;
}

#topics dd span{
    display: inline-block;
    margin: 0 0.8em;
    min-width: 0;
    padding: 0;
    font-size: 76%;
    line-height: 1;
    font-weight: bold;
    color: #D82D2D;
    text-align: center;
    background: none;
}

#topics dd span.cat{
    display: inline-block;
    margin: 0 1em;
    min-width: 6.5em;
    padding: 4px;
    font-size: 76%;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: 2px;
    background: #D82D2D;
	position: absolute;
	top: 0.8em;
	left: 10.5em;
}

#page p.news_date span{
    display: inline-block;
    margin: 0 0.8em 0 0;
    font-size: 80%;
	padding: 5px;
    min-width: 3em;
    line-height: 1;
    font-weight: bold;
    color: #D82D2D;
    text-align: center;
    background: none;
}

#page h1 + .cat{
    float: left;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

#page p.news_date span.new{
    padding: 2px;
    min-width: 3em;
	margin-right: 8px;
}





/* --- sitemap --- */

#page #sitemap {
	margin-top: 24px;
}

#page #sitemap h2{
	background: none !important;
}


#page #sitemap ul {
	background: none;
	padding: 0 ;
	margin: 20px 10px 40px 10px;
	list-style-position: outside;
	text-indent: 0;
	list-style: none;
}

#page #sitemap ul li {
	background: none;
	padding: 5px 0 5px 1.5em;
	margin: 0;
	position: relative;
}

#page #sitemap ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	font-weight: bold;
}

#page #sitemap ul li.child {
	padding: 5px 0 5px 3em;
}

#page #sitemap ul li.child:before {
	content: "・";
	position: absolute;
	left: 1.5em;
	font-weight: bold;
}

#page #sitemap ul li a {
	background:none;
	padding: 0;
	margin: 0;
}

#page #sitemap ul li a:hover {
	text-decoration: underline;
}



/*
 * page navi
 */

#page #page_nav{
	margin: 2em auto;
	text-align: center;
	font-size: 80%;
}

#page #page_nav span,
#page #page_nav a
{
	padding: 0 0.5em;
}

#page .pager{
	margin: 2em auto;
	text-align: center;
	font-size: 80%;
}

#page .pager span,
#page .pager a{
	display: inline-block;
	cursor: pointer;
	color: #333;
    padding: 8px;
    border: 1px solid #cecece;
    border-left: none;
    min-width: 16px;
}

#page .pager span:first-child,
#page .pager a:first-child{
    border-left: 1px solid #cecece;
}

#page .pager span:hover,
#page .pager a:hover{
	background: #f4f4f4;
	opacity: 0.8;
}

#page .pager span.current,
#page .pager a.current{
	color: #fff;
    background: #488e00;
}



#page .eyecatch{
	float: right;
	width:32%;
	margin-bottom: 24px;
}



/* サイドナビ
------------------------------------------------------*/
body .menu{
	display: none;
}

/* 会員企業紹介 */
body.m-company .menu.m-company{
	display: block;
}

/* 不織布について */
body.about-cloth .menu.about-cloth{
	display: block;
}

/* 環境対応 */
body.environment .menu.environment{
	display: block;
}

/* 協会概要 */
body.about-society .menu.about-society{
	display: block;
}

/* 活動スケジュール */
body.activity .menu.activity{
	display: block;
}

/* 製造工程の種類 */
body.manufacturing .menu.manufacturing{
	display: block;
}

/* 統計データ */
body.data .menu.data{
	display: block;
}

/* 会員企業様専用 */
body.m-company .menu.member,
.menu.member{
	display: block;
}

.menu.member a:after{
	content: "※";
	margin-left: 8px;
	text-decoration: none !important;
}

.menu.member p.note{
    background: #f4f2f3;
    text-align: center;
    font-size: 84%;
    padding-top: 8px;
}

/* 会員企業紹介　検索
------------------------------------------------------*/
#m-company_search p{
	text-align: center;
    margin-bottom: 24px;
	font-size: 120%;
	font-weight: bold;
}

#m-company_search h2{
	clear: both;
	text-align: center;
    margin-top: 16px;
    background: #f3faec;
    border-left: none;
    border-top: 1px solid #488e00;
    color: #488e00;
    letter-spacing: 4px;
}

#m-company_search ul{
	clear: both;
    margin-bottom: 40px;
	overflow: hidden;
}

#m-company_search ul li a:hover{
	opacity: 0.8;
}

#m-company_search ul li a.on{
    background: #333333 !important;
}

#m-company_search ul#m_category01 li a{
    display: block;
    float: left;
    padding: 8px 0;
    width: 24%;
    margin-left: 1.25%;
    margin-bottom: 8px;
    background: #6ec317;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
}

#m-company_search ul#m_category01 li:nth-child(4n+1) a{
    margin-left: 0;
}

#m-company_search ul#m_category01 li#m_cat_01 a{
    background: #488e00;
}

#m-company_search ul#m_category02 li a{
    display: block;
    float: left;
    padding: 8px 0;
    width: 19%;
	margin-left: 1.25%;
    margin-bottom: 8px;
    background: #6e6e6e;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
}

#m-company_search ul#m_category02 li:nth-child(5n+1) a{
    margin-left: 0;
}

#m-company_search ul#m_category03 {
    margin-bottom: 4px;
}

#m-company_search ul#m_category03 li a{
    display: block;
    float: left;
    padding: 8px 0;
    width: 8.5%;
	margin-left: 1.5%;
    margin-bottom: 8px;
    background: #6ec317;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
}

#m-company_search ul#m_category03 li:nth-child(1) a{
    width: 20%;
    background: #488e00;
    margin-left: 0;
}

#m-company_search ul#m_category04 li a{
    display: block;
    float: left;
    padding: 8px 0;
    width: 8.5%;
	margin-left: 1.5%;
    margin-bottom: 8px;
    background: #6ec317;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
}

#m-company_search ul#m_category04 li:nth-child(1) a{
    width: 20%;
    background: #488e00;
    margin-left: 0;
}

#m-company_search #m-category_select{
    text-align: center;
    margin: 0 auto 40px;
}

#m-company_search_result{
    margin-bottom: 40px;
}

#m-company_search_result h2{
	clear: both;
	text-align: left;
    margin-top: 16px;
    background: #f3f3f3;
    border-left: none;
    border-top: 1px solid #488e00;
    color: #333;
    letter-spacing: 4px;
}

#m-company_search_result h2 span{
    display: inline;
    margin-left: 40%;
}

#m-company_search_result #search_list li{
    clear: both;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    padding: 8px 0;
}

#m-company_search_result #search_list li a{
    display: block;
    float: left;
    width: 50%;
    font-size: 108%;
    text-decoration: underline;
}

#m-company_search_result #search_list li span.m_category{
    float: right;
    width: 50%;
	display: block;
    overflow: hidden;
}

#m-company_search_result #search_list li span.m_category span{
	margin-left: 1em;
}

#m-company_search_result #search_list li span.m_category span:first-of-type{
	margin-left: 0;
}

#m-company_search_result #search_list li#no_result{
    font-size: 108%;
}

#m-company_search_result #back_to_search{
	clear: both;
    margin: 40px 0;
}

#m-company_search_result #back_to_search a{
	font-size: 108%;
    text-decoration: underline;
}
