/* CSS Document */

@media screen and (max-width:640px){
.hidden_sp{
		display: none;
	}
img {
		width:100%;
		height:auto;
	}

body {
	text-align:center;
	background:#DEF4FC;
	font-size:14px;
	color:#333;
}

#outline {
	width:96%;
	margin:0 auto;
	text-align:left;
}
.header {
	overflow: hidden;
	border-left:3px solid #39C;
	border-right:3px solid #39C;
	border-bottom:3px solid #39C;
	border-radius:0px 0px 5px 5px;	/* CSS3草案 */
    -webkit-border-radius:0px 0px 5px 5px;	/* Safari,Google Chrome用 */
    -moz-border-radius:0px 0px 5px 5px;	/* Firefox用 */
	background:#fff;
	margin-bottom:10px;
}
h1 {
	font-size:12px;
	padding:5px 10px;
	color:#333;
}
#nav-drawer {
	overflow: hidden;
	height:auto;
  }
  #nav-drawer #Logo {
	float: left;
	max-width:40%;
	margin: 0 10px 0 10px;
  }

  #nav-drawer #contact_btn {
	  float:right;
	  width:40px;
	  margin: 0 10px 0 0;
  }
  #menu_sp {
	  position: relative;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
	display:none;
  }
  
  /*アイコンのスペース*/
  #nav-open {
	float:right;
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	padding:9px 9px 4px;
	border: 1px solid #555;
  }
  
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
  }
  #nav-open span:before {
	bottom: -8px;
  }
  #nav-open span:after {
	bottom: -16px;
  }
  
  /*閉じる用の薄黒カバー*/
  #nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
  }
  
  /*中身*/
  #nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff ;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
  }
  #nav-content li {
	  padding:20px;
	  border: 1px solid #eee;
	  text-align: center;
  }
  
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
  }
  
  #nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }

  /* main_image */
.main_image {
	border:8px solid #39C;
	border-radius:10px;	/* CSS3草案 */
    -webkit-border-radius:10px;	/* Safari,Google Chrome用 */
    -moz-border-radius:10px;	/* Firefox用 */
	padding:10px;
	background:#fff;
}
.contents {
	width: 98%;
	margin: 0 auto;
	border:3px solid #39C;
	border-radius:5px;	/* CSS3草案 */
    -webkit-border-radius:5px;	/* Safari,Google Chrome用 */
	-moz-border-radius:5px;	/* Firefox用 */
	margin-bottom: 10px;
	background: #fff;;

}
.left_contents {
	width:100%;
	margin-bottom:10px;
}
.right_contents {
	width:100%;
	margin-bottom:10px;
}
.right_contents ul {
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.right_contents ul li {
	width: 49%;
}

.right_contents p a{
	display:block;
	height:84px;
	text-decoration:none;
	color:#666;
	font-weight:bold;
	line-height:140%;
}

.right_contents p a img{
	border:2px solid #39c;
	width:80px;
	display:block;
	margin:2px 10px 0px 0;
}

.right_contents p a:hover{
	color:#39c;
}

.right_contents p a:hover img{
	border:2px solid #F30;
}

.tel_banner {
	border-radius:5px;	/* CSS3草案 */
    -webkit-border-radius:5px;	/* Safari,Google Chrome用 */
    -moz-border-radius:5px;	/* Firefox用 */
	border:3px solid #39c;
	margin:10px 0;
}

.tel_banner img{
	width:100%;
}

h2 {
	border:1px solid #39C;
	border-radius:5px;	/* CSS3草案 */
    -webkit-border-radius:5px;	/* Safari,Google Chrome用 */
    -moz-border-radius:5px;	/* Firefox用 */
	background:#39C;
	color:#FFF;
	font-size:118%;
	margin:10px;
	padding:3px 10px;
	font-weight:bold;
}

h3 {
	border-bottom:2px solid#39c;
	background:url(img/title.gif) no-repeat left;
	margin:10px;
	padding:3px 0 5px 20px;
	font-size:138%;
	font-weight:bold;
	line-height:110%;
}

.contents p{
	margin: 10px;
}


.contents p img{
	max-width:100%;
}

.l_box {
	float:left;
	width:26%;
	font-weight:bold;
	margin-left:15px;
	margin-bottom:15px;
}

.l_box2 {
	float:left;
	width:32%;
	font-weight:bold;
	margin-left:15px;
	margin-bottom:15px;
}


.contents table{
	width: 100%;
	margin:0 auto 10px;
	font-size:13px;
}
.contents table th{
	text-align:center;
	background:#efefef;
}

.contents table th,.contents table td{
	padding:3px;
	vertical-align:middle;
}


.contents table span{
	color:#F00;
	font-weight:bold;
	display:block;
	font-size:118%;
}
	
.contents table b{
	font-size:12px;
	font-weight:bold;
}
	
.contents form {
		width: 96%;
		margin: 0 auto 10px;
	}
	.contents form h3 {
		margin: 0;
	}
	.contents form #errorMsg p {
		padding: 20px 0 0;
	}
	.contents form table {
		width:100%;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
		margin:10px 0;
		background:#fff;
		border-top:1px solid #ddd;
		border-right:1px solid #ddd;
		text-align: center;
	}
	.contents form tr,th,td {
		height:20px;
		line-height:20px;
		border:1px solid #ddd;
		
	}
	.contents form th {
		height:20px;
		padding:10px;
		text-align: center;
		background:#efefef;
	}
	.contents form th span {
		color: #e30027;
	}
	.contents form td {
		width:70%;
		padding:10px;
	}
	.contents form td input {
		width:100%;
	}
	.contents form td textarea {
		width:100%;
		box-sizing:border-box;
		border:none;
		background:#f5f0f0;
		padding: 1em;
		margin:0;
	}
	.contents form #submitArea {
		padding: 10px 0 0;
		text-align: center;
	}


.footer {
	border-left:3px solid #39C;
	border-right:3px solid #39C;
	border-top:3px solid #39C;
	border-radius:5px 5px 0px 0px;	/* CSS3草案 */
    -webkit-border-radius:5px 5px 0px 0px;	/* Safari,Google Chrome用 */
    -moz-border-radius:5px 5px 0px 0px;	/* Firefox用 */
	background:#fff;
	padding:10px 20px;
	clear:both;
	text-align:center;
}

.footer_menu ul {
	margin-top:5px;
	margin-bottom:5px;
	border-left:1px solid #999;
	display:inline-block;
	font-size:13px;
}

.footer_menu ul li {
	display:inline-block;
	border-right:1px solid #999;
}

.footer_menu ul li a{
	display:block;
	text-align:center;
	margin:0px 10px;
	padding:0 3px;
	background:#fff;
}

.footer_menu ul li a:hover{
	background:#09C;
	color:#FFF;
}

center {
	font-size:18px;
	font-weight:bold;
	color:#F00;
}


.rank_title {
	margin:15px;
	font-size:138%;
	font-weight:bold;
	border-bottom:3px solid #39C;
}

.rank_title span{
	font-size:118%;
}

.red {
	color:#f00;
	font-weight:bold;
}

.blue {
	color:#39C;
}

.violet {
	color:#90F;
}

.kakunin {
	border:3px solid #39c;
	width: 94%;
	margin:15px auto;
	padding: 2% 2% 0;
	display:block;
}

.kaisya {
	width: 96%;
	margin: 0 2% 2%;
}

.naiyou {
	background:#efefef;
	font-size:100%;
	font-weight:bold;
}

.navi01 a,
.navi02 a,
.navi03 a,
.navi04 a{
	background:url(img/navi01.jpg) no-repeat;
	border:3px solid #39C;
	border-radius:5px;	/* CSS3草案 */
    -webkit-border-radius:5px;	/* Safari,Google Chrome用 */
    -moz-border-radius:5px;	/* Firefox用 */
	display:block;
	margin-bottom:10px;
}

.navi01 a img,
.navi02 a img,
.navi03 a img,
.navi04 a img{
	width:100%;
}
	
.img_right {
	float:right;
	width:30%;
	margin:0 15px 15px;
}
#panlist {
	padding-bottom: 5px;
	padding-left: 10px;
}
#panlist span {
	margin-right: 5px;
}
#panlist span a {
	text-decoration: none;
	font-weight: bold;
}


/*-----tokusho-----*/
.table01{
width :96%; 
margin: 0 auto;
}


.table01 tr{
width:96%; 
height:35px;
margin: 0 2%;
border: solid 1px;
border-color: #cdcab9;
}

.table01 th{
width:30%; height:35px;
background-color: #FEE9D6 ;
margin-left: 10px;
border: solid 1px;
border-color: #cdcab9;
text-align: center;
vertical-align: middle;
}

.trouble_list {
	width: 100%;
}
.trouble_list .arrow {
	width: 80px;
	background:url(img/arrow.jpg) no-repeat center center;
}
    /*transaction*/
#transaction_table {
    width: 95.5%;
    font-size: inherit;
    font: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.transactionbg {
    background-color: #CCC;
	min-width: 50px;
}
#transaction_table tr td {
   padding: 15px 0 15px 10px;
    font-size: 80%;
    border: solid 1px #eee;
    width:auto;
    text-align: left;
    color:black;
    font-weight: normal;
    display: revert;
    float:none;
}
.contenttable{
     background-color: white;
}
.responsive{
	width: 100%;
		
}

}
