@charset "UTF-8";

/*
	Theme Name: BaseDesign
	Description: ベースデザイン
	Author: Mochida Tomokazu
	Author URI: http://www.west-design.com/
	Version: 2016.1

*/

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	}
* html .clearfix { 
	height: 1%;
	}
.clearfix {
	display: block;
	}
header   {	
background: url(images/header_bg.jpg) repeat-x top left;
}	
@media (min-width:481px){	
	
body{
	line-height: 20px;
	color: #666;
	font-size: 12px;
}
header   {
	width: 100%;
	text-align: center;

}
header h1  {
	font-weight: normal;
	/*background-color: #000;*/
}
header h1 a {
	text-decoration: none;
	color: #333;
	display: block;
	text-align: center;
	font-size: 10px;
}
header h1  img{
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: none;
}
header nav {
	background-color: #E3E3E3;
	width: 100%;
	padding:5px 0;
}
header nav ul{
	width: 1000px;
	margin:0 auto;
}
header nav ul li{
	width: 240px;
	margin:5px;
	float: left;
	text-align: center;
	border-radius:5px;
	background-color:#CCC;
}

header nav ul li:nth-child(n+5){
	width: 323.333333333px;
}
header nav ul li a{
	display: block;
	height:30px;
	line-height:25px;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	letter-spacing:-0.05em;
	color: #666;
	padding-top: 5px;
}

header nav ul li a:hover{
	color: #FFF;
	border-radius:5px;
	background-color: #666;
}
article div.contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

article div.contents_main {
	float: left;
	width: 700px;
}


article div.contents_nav {
	float: right;
	width: 250px;
}
article div.contents_nav h2{
	font-size: 14px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-weight: bold;
}

article div.contents_nav ul  {
	margin-bottom: 30px;


}
article div.contents_nav ul li {
	display: block;
	padding: 5px;
}

article div.contents_nav ul li span {
	margin-right:5px;
}
article div.contents_nav ul li:hover {
	background-color: #E3E3E3;
}


article div.contents_nav ul li a{
	text-decoration: none;
	color: #666;
}
article div.contents_nav address{
	font-size: 12px;
	font-style: normal;
	display: block;
	border: 3px solid #CCC;
	padding: 10px;
	text-align: center;
	margin-bottom:20px;
}
article div.contents_nav address a{
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 18px;
	margin-top: 10px;
}
section div.post {
	margin-bottom: 100px;
}
section div.post h1{
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
            line-height: 140%;
}
section div.post h1 span{
	font-size: 13px;
	background-color: #666;
	/*margin-left: 10px;*/
	color: #FFF;
	padding:8px;
        display:block;
        margin: 8px 0;
        line-height: 130%;
}
section div.post div.img {
	width: 760px;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 30px;

}





section div.post div.img img{
	margin: 10px;
	width: 160px;
	display: block;
	float: left;
	height: 160px;

}
section div.post dl {
	width:100%;
	overflow:hidden;
	border:1px solid #ccc;
	border-top:none;
	background:#ddd;
}
section div.post dl dt{
	width: 120px;
	float: left;
	padding: 10px;
	border-top: 1px solid #ccc;
	text-align: center;
}
section div.post dl dd{
	margin-left:140px;
	padding:10px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	background:#fff;
}
section div.post dl dd a{
	color:#F60;
        text-decoration:none;
        font-weight:bold;
}


section div.post div.contact {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	background-color: #EAEAEA;
}
section div.post div.contact em{
	font-size: 12px;
	color: #333;
	display: block;
	font-style: normal;
	font-weight: bold;

}
section div.post div.contact strong{
	font-size: 12px;
	color: #333;

}
section div.post div.contact a{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
div.pagination {
	text-align: center;
	font-size: 14px;
}
div.pagination span{
	font-weight: bold;
}
div.pagination a{
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #CCC;
	text-decoration: none;
	color: #666;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
div.pagination a:hover{
	background-color: #CCC;
}
footer {
	background-color: #E7E7E7;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 10px;
	position: relative;
	overflow: hidden;
}
footer h2{
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}
footer h2 img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
footer address{
	font-size: 12px;
	font-style: normal;
	display: block;
	margin-bottom: 20px;
	clear: both;
	padding-top: 20px;
}
footer address a{
	font-size: 20px;
	font-style: normal;
	display: block;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	text-decoration: none;
}
footer ul{
	position: relative;
	left: 50%;
	float: left;

}
footer ul li{
	float: left;
	left: -50%;
	position: relative;
}
footer ul li a{
	color: #666;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
footer ul li a:hover{
	color: #333;
}

div.pagination a.next,div.pagination a.prev{
	border:none;
}

}
































@media (max-width:480px){
body{
	line-height: 20px;
	color: #666;
	font-size: 12px;
}
header   {
	width: 100%;
	text-align: center;

}
header h1  {
	font-weight: normal;
	/*background-color: #000;*/
}
header h1 a {
	text-decoration: none;
	color: #333;
	display: block;
	text-align: center;
	font-size: 10px;
}
header h1  img{
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: none;
}
header nav {
	background-color: #E3E3E3;
	width: 100%;
}
header nav ul{
	width: 100%;;
}
header nav ul li{
	width: 50%;
	float: left;
	text-align: center;
}
header nav ul li a{
	display: block;
	height: 25px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
}
header nav ul li a:hover{
	color: #FFF;
	background-color: #666;
}
article div.contents {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

article div.contents_main {
	width: 100%;
}


article div.contents_nav {
	width: 100%;

}
article div.contents_nav h2{
	font-size: 14px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-weight: bold;
}

article div.contents_nav ul  {
	margin-bottom: 30px;


}
article div.contents_nav ul li {
	display: block;
	padding: 5px;
}

article div.contents_nav ul li span {
	margin-right:5px;
}
article div.contents_nav ul li:hover {
	background-color: #E3E3E3;
}


article div.contents_nav ul li a{
	text-decoration: none;
	color: #666;
}
article div.contents_nav address{
	font-size: 12px;
	font-style: normal;
	display: block;
	border: 3px solid #CCC;
	padding: 10px;
	text-align: center;
	margin-bottom:20px;
}
article div.contents_nav address a{
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 18px;
	margin-top: 10px;
}
section div.post {
	margin-bottom: 100px;
}
section div.post h1{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}
section div.post h1 span{
	font-size: 11px;
	background-color: #666;
	margin:10px 0;
	color: #FFF;
	padding:2px 0;
       display: block; 
    text-align: center;
}
section div.post div.img {
	width:100%;
	margin-bottom: 30px;

}





section div.post div.img img{
margin:1%;
	width: 48%;
	display: block;
	float: left;
	height: auto;


}
section div.post dl {
	width:100%;
	overflow:hidden;
	border:1px solid #ccc;
	border-top:none;
	background:#ddd;
}
section div.post dl dt{
	width: 130px;
	float: left;
	padding: 10px;
	border-top: 1px solid #ccc;
	text-align: center;
}
section div.post dl dd{
	margin-left:140px;
	padding:10px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	background:#fff;
}
section div.post dl dd a{
	color:#F60;
        text-decoration:none;
        font-weight:bold;
}

section div.post div.contact {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	background-color: #EAEAEA;
}
section div.post div.contact em{
	font-size: 12px;
	color: #333;
	display: block;

}
section div.post div.contact strong{
	font-size: 12px;
	color: #333;
	display: block;
	margin-top: 10px;

}
section div.post div.contact a{
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
}

div.pagination {
	text-align: center;
	font-size: 14px;
	margin-bottom:30px;
}
div.pagination span{
	font-weight: bold;
}
div.pagination a{
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #CCC;
	text-decoration: none;
	color: #666;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
div.pagination a:hover{
	background-color: #CCC;
}
footer {
	background-color: #E7E7E7;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 10px;
	position: relative;
	overflow: hidden;
}
footer h2{
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}
footer h2 img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
footer address{
	font-size: 12px;
	font-style: normal;
	display: block;
	margin-bottom: 20px;
	clear: both;
	padding-top: 20px;
}
footer address a{
	font-size: 20px;
	font-style: normal;
	display: block;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	text-decoration: none;
}
footer ul{
	position: relative;
	left: 50%;
	float: left;

}
footer ul li{
	float: left;
	left: -50%;
	position: relative;
}
footer ul li a{
	color: #666;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
footer ul li a:hover{
	color: #333;
}

div.pagination a.next,div.pagination a.prev{
	border:none;
}
}


/***********ナビゲーション************/
#menu {
  display: none;
}
@media screen and (min-width : 681px) {
  #menu {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }


  .slicknav_menu {
    display: none;
  }
  i.fa.fa-caret-right {
    font-size: 14px;
    display: inline-block;
  }
}

@media (max-width:480px){
.slicknav_btn{
	text-decoration:none;
	background-color:#FFF;

}
.slicknav_menutxt{
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:40px;
	width:42px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.09em;
	border-radius:5px;
	border:#CCC solid 1px;

box-shadow:2px 3px 6px -2px #000000;
-moz-box-shadow:2px 3px 6px -2px #000000;
-webkit-box-shadow:2px 3px 6px -2px #000000;
background-image:url(images/menu_bg.jpg);
background-repeat:no-repeat;
background-size:auto 40px;
}
.slicknav_collapsed  .slicknav_menutxt{
	background-position:top right;
}
.slicknav_open .slicknav_menutxt{
	background-position:top left;
}

	#mnavi{
	display:none;

}
.slicknav_menu{
	position:fixed;
	top:4%;
	right:3%;
	text-align:right;
	width:94%;
}
.slicknav_nav{
	background-color:#EEE;
box-shadow:2px 3px 6px -2px #000000;
-moz-box-shadow:2px 3px 6px -2px #000000;
-webkit-box-shadow:2px 3px 6px -2px #000000;
	
	border-radius:5px;
	width:94%;
	padding:3%;

}
.slicknav_nav li{
	text-align:left;
	border-bottom:#CCC dotted 1px;
}
.slicknav_nav li a{
	text-decoration:none;
	line-height:280%;
	color:#333;
	font-size:13px;
	padding:0 3% ;
}
.slicknav_nav li a:hover{
	color:#BBB;
}
}
