@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-color: #eeeeee;
}
#clear {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/* <br id="clear" /> */
ul{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: bottom;
}
a{
	text-decoration: none;
	color: #444;
	display: block;
}
a:hover{
	text-decoration: underline;
	color: #777;
}

/*-------------------------------------------------------
TOP
-------------------------------------------------------*/

/*--------------header--------------*/

header{
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0px;
	position: relative;
}
h1{
	width: 96%;
	height: auto;
	margin: 0px;
	padding: 10px 2%;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #444;
	position: absolute;
	top: 0px;
	background-color: rgba(255,255,255,0.5);
}
.mainimg{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*--------------パンクズ--------------*/

.pankuz-uarea{
	display: none;
}

/*--------------main--------------*/

.mainContent{
	width: 98%;
	height: auto;
	margin: 0px;
	padding: 0 1% 150px;
}

/*--------------maincontent--------------*/

.leftside{
	width: auto;
	height: auto;
	margin: 0 0 100px;
	padding: 0px;
}

/*--------------contentbox--------------*/

.contents{
	width: 98%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0 0 15px;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 3px #CCC;
	-moz-box-shadow: 0px 0px 10px 3px #CCC;
	-webkit-box-shadow: 0px 0px 10px 3px #CCC;
}
.contents .dates{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
	color: #FFF;
	background-color: #313131;
	border-left: 10px solid #292342;
}
.contents h2{
	width: 96%;
	height: auto;
	margin: 0 2% 10px;
	padding: 10px 0;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #444;
	border-bottom: 1px solid #CCC;
}
.contents .left-clms{
	width: 96%;
	height: auto;
	margin: 0 2%;
	padding: 0px;
	overflow: hidden;
}

.contents .left-clms .pic{
	width: 70%;
    height: auto;
    margin: 0 auto 10px;
    padding: 0px;
    border: 1px solid #CCC;
}

.contents .left-clms .pic img{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.contents .left_clm{
	width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.contents .left_clm .sns{
	display: none;
}
.contents .left_clm .introduction{
	width: auto;
    height: auto;
    margin: 0 0 20px;
    padding: 0px;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #444;
}
.contents .left_clm .CSS_BUTTON{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #444;
}
.contents .left_clm .CSS_BUTTON a{
	padding: 15px 0;
	text-decoration: none;
	background-image: url(../images/btn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.contents .left_clm .CSS_BUTTON a:hover{
	background-image: url(../images/btn_hover.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/*--------------side--------------*/

.rightside{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
h4{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 10px 0;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #313131;
	border-top: 5px solid #292342;
}
.rightside .section-right{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 0px;
}
.rightside ul li{
	width: auto;
	height: auto;
	margin: 0 0 5px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	background-image: url(../images/arrow.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.rightside ul li a{
	padding: 15px 10px 15px 35px;
}
.rightside ul li a:hover{
	text-decoration: none;
	background-image: url(../images/arrow2.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
.rightside a:hover{
	text-decoration: none;
}
.rightside dl{
	width: 96%;
	height: auto;
	margin: 0 0 5px;
	padding: 5px 2%;
	background-color: #FFF;
	overflow: hidden;
	display: table;
}
.rightside dt{
	width: 90%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
.rightside dt img{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.rightside dd{
	width: 80%;
	height: auto;
	margin: 0 0 0 2%;
	padding: 0px;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #444;
	vertical-align: middle;
	display: table-cell;
}
.rightside .container{
	width: 100%;
	height: auto;
	margin: 0 0 5px;
	padding: 10px 5px 10px 30px;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #444;
	background-image: url(../images/arrow.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.section-right p{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 15px 3%;
	line-height: 1.3em;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #444;
	background-color: #FFF;
}
.section-right p img{
	width: auto;
	height: auto;
	margin: 0 3% 10px 0;
	padding: 0px;
	float: left;
}

/*--------------pagetop--------------*/

.CSS_PAGETOP{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	padding: 0px;
	text-align: center;
}
.CSS_PAGETOP img{
	box-shadow: 0px 0px 3px 1px #CCC;
	-moz-box-shadow: 0px 0px 3px 1px #CCC;
	-webkit-box-shadow: 0px 0px 3px 1px #CCC;
}
.CSS_PAGETOP a{
	display: inline-block;
}

/*--------------pagetop--------------*/

footer{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #313131;
}
.footerArea{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #292342;
}
.foot_wrapper{
	width: 96%;
	height: auto;
	margin: 0px;
	padding: 15px 2%;
	overflow: hidden;
}
.foot_wrapper li{
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0px;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	float: left;
}
.foot_wrapper li a{
	color: #FFF;
}
.foot_wrapper p{
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0px;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
}
.foot_wrapper p a{
	color: #CCC;
	display: inline-block;
}

/*-------------------------------------------------------
下層共通
-------------------------------------------------------*/

.box_contents{
	width: 92%;
	height: auto;
	margin: 0 auto;
	padding: 15px 3% 30px;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 3px #CCC;
	-moz-box-shadow: 0px 0px 10px 3px #CCC;
	-webkit-box-shadow: 0px 0px 10px 3px #CCC;
}
.center-content{
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 30px;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 3px #CCC;
	-moz-box-shadow: 0px 0px 10px 3px #CCC;
	-webkit-box-shadow: 0px 0px 10px 3px #CCC;
}
.center-content h2{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 10px 0 10px 15px;
	line-height: 1.3em;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	border-left: 10px solid #292342;
	background-color: #313131;
}
.center-content .left-clms{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0 3%;
}
.center-content .left-clms .text-bx{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #444;
}


/*-------------------------------------------------------
tail
-------------------------------------------------------*/

.box_contents h2{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	line-height: 1.3em;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #444;
	border-left: 10px solid #292342;
}
.box_contents .pic{
	width: 70%;
	height: auto;
	margin: 0 auto 30px;
	padding: 0px;
	text-align: center;
}
.box_contents .pic img{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.box_contents .text-bx{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #444;
}
.box_contents h3{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 10px;
	line-height: 1.3em;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #444;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/*-------------------------------------------------------
form
-------------------------------------------------------*/

form dl{
	width: auto;
	height: auto;
	margin: 0 0 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: 6px;
	left: 5px;
	width: 6px;
	height: 6px;
	background-color: #313131;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
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%;
}
.formbt{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px;
	text-align: center;
}
.formbt input{
	width: 70%;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
}

/*-------------------------------------------------------
profile
-------------------------------------------------------*/

.profile-area{
	overflow: hidden;
}
.profile-area img{
	width: 70%;
	height: auto;
	margin: 0 0 20px 15%;
	padding: 0px;
}
.profile-area dl{
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0px;
}
.profile-area dt{
	width: auto;
	height: auto;
	margin: 0 0 5px;
	padding: 0px;
	line-height: 2em;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #444;
	background-color: #e1e1e1;
}
.profile-area dd{
	width: auto;
	height: auto;
	margin: 0 0 5px;
	padding: 0px;
	line-height: 2em;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #444;
}

/*-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
PC向けおよび大型タブレット向け
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

@media only screen and (min-width: 768px) {

body{
	min-width: 1000px;
}

/*-------------------------------------------------------
TOP
-------------------------------------------------------*/

header{
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	padding: 0px;
}
h1{
	width: 970px;
	padding: 10px 15px;
	font-size: 20px;
	background-color: rgba(255,255,255,0.7);
}
.mainimg{
	width: auto;
}

/*--------------パンクズ--------------*/

.pankuz-uarea{
	width: 100%;
	height: 25px;
	margin: 0 0 40px;
	padding: 0px;
	background-color: #313131;
	display: block;
	border-top: 1px solid #eeeeee;
}
.pankuz-uarea ul{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}
.pankuz-uarea ul li{
	color: #FFF;
	float: left;
}
.pankuz-uarea a{
	color: #FFF;
}
.CSS_PAN{
	width: 100px;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-indent: 30px;
	color: #FFF;
	background-image: url(../images/pan_top.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #292342;
}
.pankuzu{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0 25px 0 15px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	background-image: url(../images/pan.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/*--------------main--------------*/

.mainContent{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 150px;
	overflow: hidden;
}

/*--------------maincontent--------------*/

.leftside{
	width: 670px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}

/*--------------contentbox--------------*/

.contents{
	width: 670px;
	height: auto;
	margin: 0 0 30px;
	padding: 0 0 15px;
}
.contents .dates{
	width: 660px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
	color: #FFF;
	background-color: #313131;
}
.contents h2{
	width: auto;
	height: auto;
	margin: 0 15px 20px;
	padding: 10px 0;
	line-height: 1.3em;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #444;
	border-bottom: 1px solid #CCC;
}
.contents .left-clms{
	width: 640px;
	height: auto;
	margin: 0 15px;
	padding: 0px;
}
.contents .left-clms .pic{
	width: 70%;
    height: auto;
    margin: 0 auto 10px;
}
.contents .left_clm{
	width: auto;
}
.contents .left_clm .sns{
	width: 70%;
    height: auto;
    margin: 0 auto 10px;
    padding: 0px;
    display: block;
    overflow: hidden;
}

.contents .left_clm .sns li{
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
	padding: 0px;
	float: left;
}
.contents .left_clm .introduction{
	margin: 0 0 20px;
	line-height: 1.5em;
	font-size: 15px;
}

.contents .left_clm .CSS_BUTTON{
	width: 360px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0 auto;
}

.contents .left_clm .CSS_BUTTON a{
	padding: 0px;
	background-size: auto;
}
.contents .left_clm .CSS_BUTTON a:hover{
	background-size: auto;
}

/*--------------side--------------*/

.rightside{
	width: 300px;
	float: right;
}
h4{
	width: auto;
	height: 40px;
	padding: 0px;
	line-height: 40px;
}
.rightside .section-right{
	margin: 0 0 30px;
}
.section-right p{
	padding: 15px;
}
.section-right p img{
	margin: 0 10px 10px 0;
}

/*--------------pagetop--------------*/

.CSS_PAGETOP{
	width: 1000px;
	margin: 0 auto 30px;
	text-align: right;
}

/*--------------pagetop--------------*/

.foot_wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}

.text-bx a{
	text-decoration: none;
	color: #444;
	display: inline-block;
}

/*-------------------------------------------------------
下層共通
-------------------------------------------------------*/

.box_contents{
	width: 630px;
	padding: 20px 20px 30px;
}
.center-content{
	width: 670px;
	padding: 0 0 30px;
}
.center-content .left-clms{
	padding: 0 20px;
}
.center-content .left-clms .text-bx{
	line-height: 1.6em;
	font-size: 15px;
}

/*-------------------------------------------------------
tail
-------------------------------------------------------*/

.box_contents h2{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	padding: 0 0 0 10px;
	font-size: 25px;
}
.box_contents .pic{
	width: auto;
}
.box_contents .pic img{
	width: auto;
}
.box_contents .text-bx{
	line-height: 1.6em;
	font-size: 15px;
}

.box_contents h3{
	font-size: 21px;
}
.box_contents .sns{
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0px;
	display: block;
	overflow: hidden;
}
.box_contents .sns li{
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
	padding: 0px;
	float: left;
}

/*-------------------------------------------------------
form
-------------------------------------------------------*/

form dl{
	margin: 0 0 25px;
	padding: 0 0 25px;
}
form dt{
	padding: 0 0 0 20px;
	font-size: 16px;
}
form dt::after {
	width: 8px;
	height: 8px;
}
form dd input{
	width: 400px;
}
form dd textarea{
	width: 550px;
	height: 180px;
	padding: 10px;
}
.formbt{
	width: auto;
}
.formbt input{
	width: 250px;
}

/*-------------------------------------------------------
profile
-------------------------------------------------------*/

.profile-area img{
	width: auto;
	height: auto;
	margin: 0 20px 20px 0;
	padding: 0px;
	float: left;
}
.profile-area dl{
	width: 310px;
	height: auto;
	margin: 0 0 20px;
	padding: 0px;
	float: right;
}
.profile-area .text-bx{
	clear: both;
}

}
