@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_header_img
 */
#page #page_header_img {
	background: #f4f4f4 url(../images/page/page_header_image.png) no-repeat center center;
	background-size: cover;
	height: 220px;
	margin-top: 10px;
}

#page #page_header_img p {
	text-align: center;
	color: #fff;
	font-size: 2em;
	line-height: 220px;
}

#page .detail_text{

	margin-left:20px;
	margin-right:20px;

}

#page #internal_link{
	margin-top: 1.4em;
	margin-bottom: 2em;
	padding:10px 1.5em 10px 2em;

	background-color: #f4f6f8;
}

#page #internal_link li{
	list-style-type: disc;
	line-height: 2em;
}

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


#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 .panel_map_tag {
	margin: 0 auto 35px;
	padding:0;
	text-align: center;
	position: relative;

}

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

#page .panel_map_tag .gmap_tag{
	width: 100%;
	height: 450px;
}

#page .panel_map_tag .gmap_tag iframe{
	width: 100%;
	height: 100%;
}



#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: #fefff0;
}

#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;
	background:url(../common/arrow.png) no-repeat left center;
	background-size:7px;
}

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


#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;

}

/* --- news_index --- */
#page #topicsTray{
	margin: 0 16px;
}

#page dl.topics {
	width:100%;
	color:#666464;
}

#page dl.topics dt {
	line-height:1;
	margin: 0 0 0;
	padding: 20px 0;
	width:11em;
	text-indent: 0.5em;
}

#page dl.topics dd {
	padding: 20px 5px 10px 11em;
	margin-left: 0;
	margin-top: -55px;
	/*margin-top: -3.70em;*/
	margin-bottom: -1px;
	line-height: 1;
	border-bottom: 1px dotted #999999;

}

#page dl.topics dd img {
	margin-left:10px;
	line-height: 1;
	width:17px;
}

#page p.news_date {
	margin-top:-21px;
	margin-bottom: 25px;
	line-height: 2em;
	text-align:right;
	border-bottom:1px dotted #999999;
}

#topicses dd span,
.topics dd span,
#page p.news_date span {
	display: inline-block;
	margin:0 1em;
	width: 4.5em;
	font-size: 0.75em;
	line-height: 1.5em;
	background-color: #ff3333;
	color: #fff;
	text-align: center;
}


/* --- sitemap --- */
#page #sitemap {

}
#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 0 20px;
	border-bottom: 1px solid #75A94B;
	position: relative;
}

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

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

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

/*
 * page navi
 */

#page #page_nav{
	margin: 2em auto;
	text-align: center;
}

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

