@charset "UTF-8";
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
/* ========TEMPLATE LAYOUT======== */
#wrapper{
    width:100%;
	overflow:hidden;
	background:#FFF;
	box-shadow: none;
}
#menu {
   width:100%;
   margin-bottom:20px;
}
#main{
    width:95%!important;
	margin:0 auto;
}
#pageTop {
   clear:both;
}

#footer {
   clear:both;
   width:80%;
   margin:0 auto;
}


/* ========NAVI======== */
#navi{
	width:100%;
}
#navi #menubox{
	width:90%;
	float:none;
	position:fixed;
	top:35px;
	right:0;
	z-index:9999;
    border-radius: 10px;	/* CSS3草案 */
    -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;	/* Firefox用 */
}
#navi #menu li{
	float: none;
	margin: 0;
	padding:10px 10px 5px;
}


/*メニューのデザイン*/
#navi #menubox #menu li{
	display: block;
	background:#003856;
    padding:0;
    margin:0;
}
#navi #menubox #menu li a{
	width: auto;
	text-align:left;
    display:block;
    padding:15px 10px;
    margin:0;
    color:#fff;
    border-bottom:1px solid #ccc;
	}
#navi #menubox #menu li a.last{
    border-bottom:none;
	}

.tog{
	display:block;
	position:fixed;
	top:0;
	right:0;
	width:50px;
	text-align:center;
	font-size:0.5em;
	font-weight:bold;
    color:#fff;
	background:#003856;
	padding:15px 1px;
	border-radius: 1px;		/* CSS3草案 */
	-webkit-border-radius: 1px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 1px;	/* Firefox用 */
}
.tog p:hover {
  cursor: pointer;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
.contents{
	margin:0 auto 20px;
	padding:20px 0;
}
#main h2 {
	font-size:1.6em;
	line-height:1.6em;
}
#main h3 {
	font-size:1.2em;
	line-height:1.2em;
}

#main p {
   line-height:1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.index-box{
	position:static;
	padding:0 !important;
}

.index-box-img{
	position:static;
	padding:5px;
}

/* ========INDEX CUSTOMIZE======== */
.pcsize{
		display:none;
}
.smhsize{
}
/* INFORMATION CUSTOMIZE */

#main table {
   width:100%;
   border-collapse: collapse;
}

#main table th {
   padding:5px;
   text-align:left;
   border:1px solid #ddd;
   background:#dcd9b4;
}

#main table td {
   padding:5px;
   text-align:left;
   border:1px solid #ddd;
}
#main ul {
   margin:0 ;
   padding:0;
}

#main li {
   padding:0 0 0 20px;
   line-height:2em;
   list-style-type:none;
   background:url("../images/icon/li.png") no-repeat 0 8px;
}
#main dl{
	margin:0 auto;
}
#main dt {
   margin:0;
   padding:5px 0 0;
   line-height:1.5em;
   float:none;
   width:100%;
   color:#aaa;
   font-weight:bold;
}

#main dd {
   margin:0;
   padding:5px 10px 15px;
   line-height:1.5em;
}

/* ========Tableをブロック======== */
#main .table-style01,
#main .table-style01 thead,
#main .table-style01 tbody,
#main .table-style01 tfoot,
#main .table-style01 tr,
#main .table-style01 th,
#main .table-style01 td{ display: block; }

#main .table-style01 th,
#main .table-style01 td{
	float: left;
	width: 100%!important;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
}

#main-contents .table-style01{ /zoom : 1; }
#main-contents .table-style01:after{ content : ''; display : block; clear : both; height:0; }

/* ========Breadcrumb CUSTOMIZE======== */
.Breadcrumb{
display:inline-block;
float:left;
font-size:0.8em;
}


/* ========FORM CUSTOMIZE======== */

form#mailformpro dl dt {
	float:none !important;
	width: 100% !important;
	text-align: left !important;
}
form#mailformpro dl dd {
	padding: 10px 5px 10px 10px !important;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	position: fixed;
	right: 1%;
	bottom: 5px;
	z-index: 99;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
}

#pageTop img a:hover{
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;

}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
	clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}
}
