﻿@charset "UTF-8";

/*----------------------------------------------------
   basic


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

body{
	background-color: #FFFFFF;
}

#container {
	width: auto;
	background-color: #FFFFFF;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

#container img.screenP {
	display: none;
	margin-right: auto;
	margin-left: auto;
}

#container img.printP {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}

/*----------------------------------------------------
   Header


----------------------------------------------------*/
#header {
	width:80%;
}

#header #headerNavi {
	display: none;
}

/*----------------------------------------------------
   gnavi
----------------------------------------------------*/

#gnavi {
	display: none;
}
#titImage {
	margin-right: auto;
	margin-left: auto;
}

/*----------------------------------------------------
   menu
----------------------------------------------------*/

#sideMenu {
	display: none;
}

/*----------------------------------------------------
   main
----------------------------------------------------*/

#contents {
	float: none;
	width: 80%;
	clear: none;
	position: relative;
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 10%;
}

#contents p {
	line-height: 1.7em;
	font-size: 1.2em;
	clear: both;
	text-align: justify;
}

#contents dl {
	display: block;
	width: auto;
	text-align: left;
}

.topicPath {
	font-size: 0.9em;
	margin-bottom: 8px;
	display: block;
  	text-align: left;
}

#media #leftBox {
	float: right;
	text-align: right;
	line-height: 1.5em;
	font-size: 1.1em;
	position: absolute;
	bottom: 0px;
	left: 70px;
}

/*----------------------------------------------------
   footer
----------------------------------------------------*/

#footer {
	clear: both;
	width: 80%;
	border-top: 1px solid #444;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}

#footer p {
	display: none;
}

#footer p span.copyright {
	display: none;
}

#footer span.copyrightP {
	font-size: 0.9em;
	text-align: right;
	display: block;
}


a.toTop {
	background: url(../../lt/annex/img/gotop.gif) no-repeat;
  	float: right;
  	width: 10px;
  	height: 10px;
	padding-top: 5px;
  	clear: both;
}




#printBlank {
	clear: both;
	height: 50px;
	display: block;
}

#printBlank20 {
	clear: both;
	height: 20px;
	display: block;
}

#txtProfile {
	float: left;
	width: auto;
}

#printPoint {
	page-break-before: always;
	display: block;
}

#contents .printProfile img {
	display: none;
}

#contents .printProfile {
	display: none;
}

#leagalTxtBox {
	float: left;
	width: auto;
}

/*----------------------------------------------------
   clearfix
----------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/*Hides from IE-mac ¥*/
* html .clearfix {height: 1px;}
.clearfix{display: block;}
/* End hide from IE-mac */
