@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {


/*=============================================================
　base
=============================================================*/

h1 {
	font-size: 11px;
	line-height: 1.5em;
	color: #666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-weight: bold;
	font-size: 140%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.none {
	margin: 0px !important;
	padding: 0px !important;
}
.area {
	padding: 0px;
	height: auto;
	width: 1110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main {
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
}
.contents {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 800px;
}


/*=============================================================
　header
=============================================================*/

header {
	height: auto;
	width: 1110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
}
.logo {
	margin: 0px;
	float: left;
	height: auto;
	width: 38%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.logo img {
	margin: 0px;
	padding: 0px;
	max-width: 250px;
}
.spform{
	display:none;
}
.nav {
	float: right;
	height: auto;
	width: 50%;
	margin: 0px;
	padding: 0px;
}
.nav form {
	text-align: right;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.nav dt {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #ccb7a0;
	height: auto;
	width: 33%;
}
.nav dd {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #ccb7a0;
	height: auto;
	width: 34%;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #ccb7a0;
}
.nav a {
	display: block;
	margin: 0px;
	text-decoration: none;
	font-size: 90%;
	line-height: 1.3em;
	color: #333;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.nav a span {
	text-decoration: none;
	color: #999;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.3em;
}
.nav a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #dce9f6;
}
.nav .nav_position {

}


/*=============================================================
　main
=============================================================*/

.back_white {
	background-color: #FFF;
	padding: 30px;
}
.line {
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 100%;
}
.line_bottom {
	background-image: url(../images/line_bottom.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 100%;
}
.kiji {
	background-color: #FFF;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.kiji .pic {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
    height: 200px;/* トリミングしたい枠の高さ */
    position: relative;
}
.kiji dl {
	margin: 0px;
	padding: 0px;
}
.kiji dl dt {
	font-size: 80%;
	color: #999;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.kiji dl dd {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 95%;
	color: #666;
}
.link {
	padding: 0px;
	width: 60%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.link a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	font-weight: bold;
	background-color: #333;
	border-radius:5px;
}
.link a:hover  {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/*=============================================================
　side
=============================================================*/

.side {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 240px;
}
.profile {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.profile dt {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	text-align: center;
	font-size: 90%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.profile dd {
	margin: 0px;
	padding: 0px;
}
.profile p {
	font-size: 85%;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blog_side{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.blog_side ul li{
	font-size: 90%;
	padding-left: 5px;
	line-height: 1.5em;
	padding-bottom: 7px;
}
.blog_side ul li a{
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/yajirushi_ex.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.blog_side .post-date{
	font-size: 65%;
	line-height: 1.5em;
	display: block;
	color: #666;
}
.blog_title{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	text-align: center;
	font-size: 90%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/*=============================================================
　footer
=============================================================*/

footer {
	padding: 0px;
	height: auto;
	width: 1110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.nav_bottom {
	height: auto;
	width: 60%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav_bottom dt {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
.nav_bottom dd {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 33%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.nav_bottom a {
	font-size: 90%;
	display: block;
	margin: 0px;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	background-image: url(../images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 18px center;
	color: #333;
}
.nav_bottom a:hover  {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #dce9f6;
}
.logo_bottom {
	padding: 0px;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.logo_bottom img {
	margin: 0px;
	padding: 0px;
	max-width: 250px;
}
.copy {
	font-size: 11px;
	color: #999;
	text-align: center;
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

}



/* 横幅1100px以下のスタイル： ～1099px */
@media only screen and (min-width: 481px) and (max-width: 1099px) {





/*=============================================================
　base
=============================================================*/
body {
	color: #333333;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1200px;
}

}





/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

/*=============================================================
　base
=============================================================*/

h1 {
	display:none;
}
h2 {
	font-weight: bold;
	font-size: 130%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.5em;
}
.none {
	margin: 0px !important;
	padding: 0px !important;
}
.area {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main {
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
}
.contents {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}



/*=============================================================
　header
=============================================================*/

header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
.logo {
	height: auto;
	width: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo img {
	margin: 0px;
	padding: 0px;
}

.nav {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.nav form {
	display:none;
}
.nav dt {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: auto;
	width: 33%;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #ccb7a0;
}
.nav dd {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: auto;
	width: 33%;
}
.nav a {
	display: block;
	margin: 0px;
	text-decoration: none;
	font-size: 80%;
	line-height: 1.3em;
	color: #333;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.nav a span {
	text-decoration: none;
	color: #999;
	font-size: 65%;
	font-weight: normal;
	line-height: 1.3em;
}

/*=============================================================
　main
=============================================================*/

.back_white {
	background-color: #FFF;
	padding: 20px;
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.line {
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 100%;
}
.line_bottom {
	background-image: url(../images/line_bottom.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 100%;
}
.kiji {
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 20px;
	height: auto;
	width: 95%;
}
.kiji .pic {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.kiji .pic img {
   width:100%;
   height:200px;
   object-fit: cover;
}

.kiji dl {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.kiji dl dt {
	font-size: 80%;
	color: #999;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.kiji dl dd {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 90%;
	line-height: 1.7em;
}
.link {
	padding: 0px;
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.link a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	font-weight: bold;
	background-color: #333;
	border-radius:5px;
}


/*=============================================================
　side
=============================================================*/

.side {
	padding: 0px;
	height: auto;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.profile {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.profile dt {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	text-align: center;
	font-size: 90%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.profile dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.profile p {
	font-size: 85%;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blog_side{
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.blog_side ul li{
	font-size: 90%;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.blog_side ul li a{
	color: #333;
	background-image: url(../images/yajirushi_ex.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.blog_side .post-date{
	font-size: 65%;
	line-height: 1.5em;
	color: #666;
	display: block;
}
.blog_title{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	text-align: center;
	font-size: 90%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/*=============================================================
　footer
=============================================================*/

footer {
	padding: 0px;
	height: auto;
	width: 100%;
	margin: 0px;
}

.nav_bottom {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.nav_bottom dt {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.nav_bottom dd {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.nav_bottom a {
	font-size: 90%;
	display: block;
	margin: 0px;
	text-decoration: none;
	background-image: url(../images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 18px center;
	color: #333;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 40px;
}
.logo_bottom {
	padding: 0px;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.logo_bottom img {
	margin: 0px;
	padding: 0px;
	max-width: 250px;
	width: 85%;
}
.copy {
	font-size: 11px;
	color: #999;
	text-align: center;
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

}
