@charset "utf-8";
/* CSS Document */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-position: center center;
	background-repeat: repeat;
}
ul{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
p{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------
TOP
-------------------------------------------------------*/

/*--------------header--------------*/

header{
	width: auto;
	height: auto;
	margin: 5px 0 0;
	padding: 0px;
	position: relative;
}
h1{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 12% 3% 0;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
}
h1 a {
    text-decoration: none;
    color: #ffffff;
    margin-left: 10px;
}
h1 a:hover{
	color: #999;
}
header img{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*--------------main--------------*/

.mainContent{
	width: 94%;
	height: auto;
	margin: 0px;
	padding: 15px 3% 150px;
	background-image: url(../images/main.png);
	background-position: center center;
	background-repeat: repeat-y;
	background-size: 100%;
}

/*--------------left--------------*/

.leftcol{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	padding-left: 15px;
	
}
.content-center{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 15px 3%;
	background-color: #fff;
}
.dates{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #999;
}
h2{
	width: auto;
	height: auto;
	margin: 0 0 15px;
	padding: 5px 1%;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #444;
	border-top: 2px solid #e1d5c5;
	border-bottom: 2px solid #e1d5c5;
}
h2 a{
	text-decoration: none;
	color: #444;
}
h2 a:hover{
	color: #999;
}
.content-center .pic{
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0px;
}
.sns{
	width: auto;
	height: auto;
	margin: 0 auto 10px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}
.sns li{
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
}
.intro{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #999;
}
.CSS_BUTTON{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.CSS_BUTTON img{
	width: 20%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*--------------right--------------*/

.right-body{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.right_bx{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 10px 2%;
	background-color: #fff;
	margin-left:17px;
}
h4{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #444;
	border-bottom: 3px dotted #e1d5c5;
}
.right_bx li{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #444;
	border-bottom: 1px dotted #e1d5c5;
	position: relative;
}
.right_bx li a{
	padding: 15px 5px 15px 20px;
	text-decoration: none;
	color: #444;
	display: block;
}
.right_bx li a:hover{
	color: #999;
}
.right_bx li::after{
	display: block;
	content: '';
	position: absolute;
}
.right_bx li::after {
	top: 19px;
	left: 1px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.linkp li{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #444;
	border-bottom: 1px dotted #e1d5c5;
	position: relative;
}
.linkp li a{
	padding: 15px 5px 15px 20px;
	text-decoration: none;
	color: #444;
	display: block;
}
.linkp li a:hover{
	color: #999;
}
.linkp li::after{
	display: block;
	content: '';
	position: absolute;
}
.linkp li::after {
	top: 19px;
	left: 1px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.right_bx dl{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 15px 0;
	overflow: hidden;
	display: table;
	border-bottom: 1px dotted #e1d5c5;
}
.right_bx a{
	text-decoration: none;
	color: #fff;
	display: block;
}
.right_bx a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.right_bx dt{
	width: 90%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;border: 1px solid #fff;
}
.right_bx dt img{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.right_bx dd{
	width: 75%;
	height: auto;
	margin: 0 0 0 2%;
	padding: 0px;
	line-height: 1.3em;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #444;
	vertical-align: middle;
	display: table-cell;
}
.right_bx p{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0 0;
	line-height: 1.3em;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #444;
}
.right_bx p img{
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	padding: 0px;
	float: left;
}

/*--------------footer--------------*/

footer{
	width: 94%;
	height: auto;
	margin: 0px;
	padding: 30px 3%;
	background-image: url(../images/main.png);
	background-position: center center;
	background-repeat: repeat-y;
	background-size: 100%;
}
footer p{
	line-height: 1.5em;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
footer p a{
	color: #fff;
}
footer p a:hover{
	color: #ccc;
}

/*-------------------------------------------------------
tail
-------------------------------------------------------*/

.field-text{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #444;
}
h3{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 5px 0;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #444;
	position: relative;
	border-bottom: 1px dotted #ccc;
}

/*-------------------------------------------------------
form
-------------------------------------------------------*/

form dl{
	width: 96%;
	height: auto;
	margin: 0 auto 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #CCC;
}
form dt{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #444;
	display: inline-block;
	position: relative;
}
form dt::after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 0px;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border: 1px solid #444;
	border-radius: 100%;
}
form dd{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
form dd input{
	width: 93%;
	height: 20px;
	margin: 0px;
	padding: 5px 3%;
}
form dd textarea{
	width: 93%;
	height: 150px;
	margin: 0px;
	padding: 5px 3%;
}
.form_button{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px;
	text-align: center;
}
.form_button input{
	width: 70%;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
}

/*---------------------------------------------
					profile
-----------------------------------------------*/

.profile {
	width: auto;
	height: auto;
	margin: 0 auto 20px;
	padding: 0px;
	display: block;
}

/*-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
PC向けおよび大型タブレット向け
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

@media only screen and (min-width: 768px) {

/*-------------------------------------------------------
TOP
-------------------------------------------------------*/

/*--------------header--------------*/

header{
	width: 1060px;
	margin: 15px auto 0;
}
h1{
	padding: 0px;
	font-size: 20px;
	top: 130px;
	left: 30px;
}
header img{
	width: 100%;
}

/*--------------main--------------*/

.mainContent{
	width: 1000px;
	margin: 0 auto;
	padding: 25px 30px 150px;
	overflow: hidden;
}

/*--------------left--------------*/

.leftcol{
	width: 670px;
	float: left;
}
.content-center{
	padding: 15px;
}
.dates{
	font-size: 11px;
}
h2{
	padding: 10px 5px;
	font-size: 18px;
}
.content-center .pic{
	width: 100%;
}
.intro{
	font-size: 15px;
}
.CSS_BUTTON img{
	width: auto;
}
h1 a{
	text-decoration: none;
	color: #fff;
    margin-left: 60px;
}
/*--------------right--------------*/

.right-body{
	width: 300px;
	float: right;
}
.right_bx{
	padding: 10px;
}
h4{
	font-size: 17px;
}
.right_bx li a{
	padding: 10px 5px 10px 20px;
}
.right_bx li::after {
	top: 13px;
	left: 1px;
}
.right_bx dl{
	padding: 10px 0;
}

/*--------------footer--------------*/

footer{
	width: 1000px;
	margin: 0 auto;
	padding: 30px;
}

/*-------------------------------------------------------
tail
-------------------------------------------------------*/

.field-text{
	font-size: 15px;
}
h3{
	padding: 5px 0;
	font-size: 17px;
}

/*-------------------------------------------------------
form
-------------------------------------------------------*/

form dl{
	width: auto;
}
form dd input{
	width: 450px;
	height: 20px;
	padding: 5px 10px;
}
form dd textarea{
	width: 600px;
	height: 200px;
	margin: 0px;
	padding: 5px 3%;
}
.form_button{
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

/*---------------------------------------------
					profile
-----------------------------------------------*/

.profile {
	float: right;
}

}
