@charset "UTF-8";
html {
	overflow-y: scroll;
}

.pc {
	display: block !important;
}

.tb {
	display: none !important;
}

.sp {
	display: none !important;
}

body {
	margin: 0;
	padding: 0;
	color:#333;
	font-family:Arial, sans-serif;
	font-size:0.9em;
	line-height: 1.4;
}

nav {
	width:100%;
}

.container{
	width:1000px;
	margin: 0 auto;
	height:100%;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

section{
	overflow:hidden;
}

#whatsnew {
	width: 500px;
	float:left;
}

#indexcontents {
	width: 500px;
	float:right;
}

#profile01 {
	float:left;
}

#profile02 {
	float:right;
}

#indexcontents table.bannar {
	width: 495px;
}

#menu {
	width: 1000px;
	height: 50px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #FF7070;
}

#menu li {
	width: 16.666%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

#menu li a {
	width: auto;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 18px 0 13px;
	text-decoration: none;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.7);
	display: block;
}

#menu li a:hover {
	background: #FFC0C0;
}

#calmleft{
	width:200px;
	float:left;
	height:100%;
	/*padding-bottom:32768px;
	margin-bottom:-32768px;*/
}

#calmright{
	width:800px;
	float:right;
	background-color: #FFF;
	padding-bottom:10px;
	/*padding-bottom:32768px;
	margin-bottom:-32768px;*/
}

#contentstop {
	text-align:center;
}

#contentsimg {
	text-align:center;
}

#contentsbtmlist ul {
	font-size:0;
	padding-left:0;
}

#contentsbtmlist li {
	background-color:#CCC;
	display:inline-block;
	font-size:9px;
	width:16.6%;
}

#copyright {
	clear:both;
	width:100%;
	height:30px;
	color:#FFFFFF;
	background-color:#FFA093;
	text-align:center;
}

#copyright p {
	margin:0;
	padding:8px 0;
}


#footer {
	clear:both;
}

.main_contents {
	width:100%;
	height:100%;
	display: block;
	background-color:#E7E7E7;
}

div.update {
	width: 480px; /* 新着情報エリアの幅 */
	font-size: 80%;
}

div.update dl {
	width: 100%; /* 新着リストの幅 */
	margin: 0;
	/* border-top: 1px #c0c0c0 dotted; 新着リストの上境界線 */
}

div.update dt {
	width: 6.7em; /* 日付エリアの幅 */
	float: left;
	padding: 15px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}

div.update dd {
	margin: 0;
	padding: 15px 3px 15px 6.6em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
}

div.update01 {
	width: 480px; /* 会社概要エリアの幅 */
	font-size: 80%;
}

div.update01 dl {
	width: 100%; /* 項目内容の幅 */
	margin: 0;
	/* border-top: 1px #c0c0c0 dotted; 新着リストの上境界線 */
}

div.update01 dt {
	width: 75px; /* 項目見出しの幅 */
	float: left;
	padding: 10px 0 6px 3px; /* 項目見出しのパディング（上右下左） */
	line-height: 120%;
}

div.update01 dd {
	margin: 0;
	padding: 10px 3px 10px 6.6em; /* 項目内容のパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 項目内容下境界線 */
	line-height: 120%;
}

div.pp01 {
	width: 98%; /* 会社概要エリアの幅 */
	font-size: 90%;
}

div.pp01 h1 {
	font-size: 150%;
	margin: 10px 10px;
	padding: 5px 10px 5px 10px; /* 項目内容のパディング（上右下左） */
}

div.pp01 h2 {
	font-size: 100%;
    margin: 10px 10px 0px 10px;
	padding: 5px 10px 0px 10px; /* 項目内容のパディング（上右下左） */
}

div.pp01 p {
	width:98%;
	margin: 1% 1%;
	padding: 1%; /* 項目内容のパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 項目内容下境界線 */
	line-height:150%;
}

div.loghis {
	width: 98%; /* 新着情報エリアの幅 */
	font-size: 80%;
}

div.loghis dl {
	width: 100%; /* 新着リストの幅 */
	margin: 0;
	/* border-top: 1px #c0c0c0 dotted; 新着リストの上境界線 */
}

div.loghis dt {
	width: 15%; /* 日付エリアの幅 */
	float: left;
	padding: 15px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}

div.loghis dd {
	margin: 0;
	padding: 15px 3px 15px 6.6em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
}

div.list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

div.list li{
	display: inline;
	padding: 0;
	margin: 0;
}

div.list li a{
	display: block;
	border-left: 8px solid #3CF;
	background-color: #006;
	padding: 10px 10px;
	text-decoration: none;
	color: #E1E2CF;
	width: 172px;
	margin: 1px 0px;
	text-align: left;
	font-size: 14px;
}

div.list li a:hover{
	border-left: 8px solid #F00;
	background-color: #006;
}

div.consec{
	width:78%;
	float:right;
	text-align:left;
	clear: right;
}

div.consecImg {
	float:left;
	margin-left:20px;
}

dl.dl_content {
	font-size:0.9em;
	margin-left: 20px;
}

dl.dl_content dt {
	float:left;
	display: list-item;
	list-style: disc outside;
	width:20%;
}

.table2 table {
	border-collapse:separate;
	border-spacing:0;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	line-height:1.5;
}

.table2 th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #eee;
}

.table2 td {
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table td {
	font-size:smaller;
	vertical-align:text-top;
}

/*float解除用クラス
これをfloatを行ったブロックの最後に追加することでそのブロックの高さを取り戻す*/
.clearfix {
	clear: both;
	height:0;
	width:0;
}

@media (max-width: 812px) {
	.pc {
		display: none !important;
	}

	.tb {
		display: block !important;
	}

	.sp {
		display: none !important;
	}

	.container{
		width:600px;
		margin: 0 auto;
		height:100%;
	}

	#menu {
		width: 600px;
		height:80px;
	}
	
	#menu li {
		width: 33.33%;
		height:50%;
	}
	
	#menu li a {
		padding: 11px 0 10px;
	}
	
	#whatsnew {
		width: 600px;
		float:none;
	}

	#whatsnew img {
		width: 600px;
	}

	#whatsnew div.update {
		width: 600px;
	}

	#indexcontents {
		width: 600px;
		float:none;
	}
	
	#indexcontents table.bannar {
		width: 100%;
	}
	
	div.consec{
		width:100%;
		float:none;
		text-align:left;
		clear: right;
	}

	div.consecImg {
		float:none;
		margin:0 37%;
	}

	#consec p img {
		width:100%;
	}

	#profile01 {
		float:none;
	}

	#profile01 div.update01 {
		width:90%;
		padding:0 5%;
	}

	#profile02 {
		float:none;
	}

	#profile02 div.update01 {
		width:90%;
		padding:0 5%;
	}
	
	#calmright {
		width:600px;
	}
	
	h1 img {
		width:100%;
	}

}

@media (max-width: 512px) {
	.pc {
		display: none !important;
	}
	
	.tb {
		display: none !important;
	}
	
	.sp {
		display: block !important;
	}

	.container{
		width:350px;
		margin: 0 auto;
		height:100%;
		font-size:small;
	}

	#menu {
		width: 350px;
	}

	#menu li a {
		font-size:smaller;
		padding: 13px 0 12px 0;
	}

	
	#whatsnew {
		width: 350px;
		float:none;
	}
	
	#whatsnew img {
		width: 350px;
	}

	#whatsnew div.update {
		width: 350px;
	}

	#indexcontents {
		width: 350px;
		float:none;
	}
	
	#indexcontents img{
		width: 350px;
	}
	
	#indexcontents table.bannar {
		width: 100%;
	}
	
	#profile01 {
		float:none;
	}

	#profile02 {
		float:none;
	}
	
	#consec p img {
		width:100%;
	}

	#calmright {
		width:350px;
	}
	
	h1 img {
		width:100%;
	}
	
	div.consec{
		width:100%;
		float:none;
		text-align:left;
		clear: right;
	}

	div.consecImg {
		float:none;
		margin:0 30%;
	}

}