/* メインコンテンツ */




html{
	width:100%;
	scroll-behavior: smooth;
}

div#main {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
	height:auto!important;
}

html.sp div#main{
	font-size:280%;
}

div#headbg1all {
	clear: both;
	margin:0em;
	padding: 11px 0;
	background: url(../images/c_bg_head3wp.gif) left bottom repeat-x;
}

html.sp #headbg1all{
	clear: both;
	margin:0em;
	padding: 0;
	background: url(../images/tsurugatop.png);
}

div.headleft img{
	max-width:700px;
	height:auto;
}

div.headbg {
	display:flex;
	justify-content: space-between;
	clear: both;
	margin: 0 auto 0 auto;
	width:95%;
	overflow:hidden;
}

div#baseall {
	margin: 0;
	padding: 0;
}

/* ヘッダー左寄せ(ヘッダーのロゴ部分) */
div.headleft {
	float: left;
	margin: 0 0 0 0;
	padding: .5rem 0 .5rem 0;
	//width: 700px;
}


div.headright {
	//float: right;
	margin: 4px 0 4px 0;
	padding: 0;
	width: 505px;
}

div#basewrap {
	margin: 0;
	padding:0;
	text-align: left;	
}

html.sp #basewrap {
	margin: auto 0.1em auto;	
}

ul.headlist {
    //float: right;
    margin: 1rem 0 0 0;
    padding: 0;
    height: 36px;
    background-color: #f0f8ff;
    width:505px;
}

ul.headlist li.headlist2,ul.headlist li.headlist3{
	margin: .5rem 0 0 .5rem;
	padding:0;
}

ul.headlist li.headlist2 a{
	color:black;
	text-decoration:none;
}

ul.headlist li.headlist2 a:hover{
    text-decoration:underline;	
}

ul.headlist li {
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 15px;
	background-image: none;
	list-style-type: none;
	list-style-image: none;
}

li.headlist2 img{
	position:relative;
	top:-3px;
}

ul.headlist li img {
	margin: 0;
	padding: 0;
}
ul.headlist li img.onsei{
	margin-right:5px;
}

.crearfix{
	display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

* {
	float: none;
	position: static;
}

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Arial, sans-serif;
	color: #333333;
}

/*ページトップへ帰るボタン*/
div.blockjump img {
	display: none;
}

#blockskip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-color: #999;
	text-align: center;
	z-index: 1001;
}
#blockskip a {
	color: #000;
	overflow: hidden;
}


div.pagetop{
   width:50px;
   height:50px;
   display:none;
   position:fixed;
   right:16px;
   bottom:16px;
}

html.sp div.pagetop{
	width:110px;
	right:40px;
	bottom:90px;
}

div.pagetop p{
    margin: 0;
    padding: 0;
    text-align: center;
    background: #3b3b3b;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

div.blockjump img {
	display: none;
}

#move-pagetop{
	color: #fff;
    height: 50px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

html.sp #move-pagetop{
    height: 110px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 3;
    -moz-osx-font-smoothing: grayscale;
}

html.sp .glyphicon{
	line-height: 3;
	font-size:38px;
}

.glyphicon:before {
    content: "\f077";
}

/*パンくずリスト*/
div.pankuzu {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	background:#f0f8ff;
}
	
div.pankuzu ul {
	clear: both;
	margin-top:0px;
	margin-bottom: 15px;
	margin-left:30px;
	padding: 0px;
	margin-block-start:0px;
	margin-block-end:0px;
}
div.pankuzu ul li {
	float: left;
	margin: 0;
	padding: 10px 0px 6px 10px;
	font-size: 95%;
	line-height: 110%;
	white-space: nowrap;
	background-color: transparent;
	background-image: url("/images/c_icon_pan02.gif");
	background-repeat: no-repeat;
	background-position: 100% 0.5em;
	min-height: 12px;
	_height: 1%;
	list-style-type: none;
	list-style-image: none;
}

html.sp div.pankuzu ul li{
	font-size:150%;
}

div.pankuzu ul li.pk-img {
	padding: 6px 4px 0 0;
	font-size: 1%;
	line-height: 1%;
	background-image: none !important;
}
div.pankuzu ul li.pk-thispage {
	background-image: none;
}

li {
	margin: 0 0 0.9em 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 111%;
	color: #222222;
	background-color: transparent;
	/*list-style-type: none;*/
	list-style-image: none;
	background-image: none;
}

ul li {
	padding: 0px;
	background-repeat: no-repeat;
	_height: 1%;
}

.t-box2 th p{
	width:100% !important;
}

.t-box2 td p{
	width:100% !important;
}

.t-box2 p{
	width:70%;
	margin: 0px auto;
}

html.sp .t-box2 th p{
	width:100% !important;
}

html.sp .t-box2 td p{
	width:100% !important;
}

html.sp .t-box2 p{
	width:95%;
	margin: 0px auto;
}