@charset "UTF-8";

/* base */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ul {
    list-style:none;
}
img {
	width:100%;
	border: none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

/*  common  */
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}

.center{
	text-align:center;
}


.fo10 { font-size:10px; }
.fo13 { font-size:13px; }
.fo14 { font-size:14px; }
.fo15 { font-size:15px; }
.fo16 { font-size:16px; }
.fo18 { font-size:18px; }
.fo24 { font-size:24px; }

.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }

.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }

.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }

.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }

.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }

.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }

.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }


/* html
-------------------------------------------------*/
html {
	overflow-y:scroll;
}

/*  body  */
body {
/*  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "??S?V?b?N" , "Yu Gothic" , "??S?V?b?N??" , "YuGothic" , "?q???M?m?p?S Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "???C???I" , Meiryo , "?l?r ?o?S?V?b?N" , "MS PGothic" , sans-serif;*/
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
  background:#efefef;
}

/* #wrapper */
#wrapper {
	width:100%;
	min-width:1000px;
	clear:both;
	position: relative;
}


/*----------  #header  ----------*/

#header {
	width:100%;
}

#header .hinner {
	max-width:1000px;
	margin:0 auto;
	background:#fff;
	box-shadow:1px 1px 4px #c9c8c8;
	padding:1.5% 0 1.5%;
}
#logo {
	width:21.5%;
	float:left;
	padding:0.3% 4% 0 3%;
}

#header .hbtn {
	width:14%;
	float:right;
	padding-right:4%;
}

/* #navi */
#navi {
	float:left;
	padding:0.7% 0 0 0%;
	width:53%;
}
#navi ul {
	width:100%;
}
#navi ul li {
	width:12%;
	float:left;
	padding:0 3.5%;
}

/* .linupArea */
.linupArea{
}


/* .listArea */
.listArea {
	max-width:1000px;
	margin:40px auto 0;
	padding:1.5% 0 1.5%;
	clear:both;
	overflow:hidden;
}
.listArea li {
	width:33.3%;
	float:left;
	padding:0 1% 1.8%;
	box-sizing:border-box;
}
.listArea li a {
	width:95.6%;
	padding:2.2%;
	display:block;
	clear:both;
	background:url(../images/index.png) no-repeat right bottom #fff;
	color:#2c2d2d;
	text-decoration:none;
}
.listArea li a span {
	display:block;
	font-size:12px;
	padding:4.5% 1.5% 0.9%;
	min-height:5.5em;
}


/* .headTitle */
.headTitle {
	text-align:center;
	color:#c9c8c8;
	line-height:1.4;
	padding-bottom:28px;
	text-shadow:1px 1px 1px #fff;
}
.headTitle.tL {
	text-align:left;
}
.headTitle span {
	display:block;
	color:#406fae;
}

/* .infoArea */
.infoArea {
	max-width:1000px;
	margin:0 auto;
	padding:0 0 1.5%;
}

/* .newsArea */
.newsArea {
	width:100%;
	float:left;
	padding:0 1% 1.8% 0;
	box-sizing:border-box;
}
.newsArea ul {
	width:100%;
	padding:0.8% 0;
}
.newsArea ul li {
	padding:1.8% 0;
	border-bottom:1px solid #CCCCCC;
}
.newsArea ul li a {
	color:#282828;
}
.newsArea ul li .dates {
	padding-bottom:2.8%;
}
.newsArea ul li .ico {
	width:14%;
	text-align:center;
	font-size:12px;
	display:inline-block;
	color:#fff;
	padding:4px 0 2px;
	line-height:1.2;
	margin-left:1.5%;
}
.newsArea ul li .ico.bgPr {
	background:#a6c482;
}
.newsArea ul li .ico.bgIn {
	background:#e1a5a9;
}
.newsArea ul li .ico.bgRu {
	background:#8dcbd8;
}

/* .commentArea */
.commentArea{
	width:40%;
	float:right;
	line-height:1.8;
	padding:0 1% 1.8%;
	box-sizing:border-box;
}

.commentArea img{
	width:45%;
	margin:0 0 5px 5px;
	float:right;
}

/*  #footer  */
#footer {
	width:100%;
	clear:both;
	background:#fff;
	color:#2d2d2d;
	padding:2% 0;
	margin:2% 0 0 0;
}
#footer .copyright {
	text-align:center;
	padding:12px 0;
}

/* .mailArea */
.mailArea {
	width:87.5%;
	margin:0 auto;
}


/* #finner */
#finner {
	max-width:1000px;
	margin:0 auto;
	clear:both;
	padding-bottom:10px;
}
#finner .flogo {
	width:100%;
	clear:both;
	padding:37px 0 0px 20%;
}
#finner .flogo p {
	width:20%;
	float:left;
	padding:6px 0 0 0;
	margin-right:60px;
}
#finner address {
	width:64.5%;
	color:#313131;
	line-height:1.4;
	font-style:normal;
}


/* #mainArea */
#mainArea {
	width:90%;
	margin:20px auto;
}

/* #sidemenu */
#sidemenu {
	float:left;
	width:23%;
    border-top: #e2e2e2 1px solid;
    border-right: #e2e2e2 1px solid;
    border-left: #e2e2e2 1px solid;
    clear: both;
    box-sizing: border-box;
    margin-bottom: 19px;
}
#sidemenu .slinks a {
    display: block;
    background: #4275bb url(../images/ico03.gif) no-repeat 10px center;
    color: #fff;
    padding: 15px 10px 15px 25px;
    font-weight: bold;
}
#sidemenu .slinks a:hover {
	text-decoration:none;
}
#sidemenu ul li a{
	display:block;
	line-height:25px;
	color:#4a4a4a;
	text-decoration:none;
    padding: 15px 10px 15px;
    border-bottom: #e2e2e2 1px solid;
}
#sidemenu ul li a:hover {
	background:#e2e2e2;
	display:block;
}


/* #maincont */
#maincont {
	float:right;
	width:75%;
}
#maincont p.aisatsu{
	text-align:center;
}
#maincont p.aisatsu img{
	width:446px;
	margin:20px auto 30px;
}
#maincont table{
	width:100%;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin:40px auto;
	text-align:left;
}
#maincont table th{
	width:20%;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:8px;
	vertical-align:middle;
}
#maincont table td{
	width:80%;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:15px;
}
#maincont p.qaq{
	display: block;
    background:url(../images/qaq.gif) no-repeat 10px center;
    padding: 25px 10px 15px 40px;
	border-top:1px solid #CCCCCC;
	margin:10px 0 0px 0px;
}
#maincont p.qaa{
	display: block;
    background:url(../images/qaa.gif) no-repeat 10px center;
    padding: 15px 10px 15px 40px;
	margin-left:10px;
}
#maincont ul.pcase{
	text-align:center;
	clear:both;
}
#maincont ul.pcase li{
	width:23%;
	float:left;
	padding:1%;
}

#maincont table.contactArea th{
	width:23%;
	padding:20px 0;
}
#maincont table.contactArea td{
	padding:20px 0;
}
#maincont .btn {
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color:#111;
	padding: 12px;
}
#maincont .btn:hover {
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color:#FFF;
	padding: 12px;
}


#maincont .enviro dt{
	/*font-size:115%;*/
	font-weight:bold;
	color:#008000;
}

#maincont .enviro dd{
	padding-left:1.4em;
	padding-bottom:15px;
}

#maincont .enviro dd span{
	color:red;
	font-weight:bold;
	display:inline-block;
	margin-top:8px;
}




.printtecbg{
	background-color:#FFFFFF;
	padding:10px;
	overflow:hidden;
}


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


