@charset "utf-8";

/* CSS Document */

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    margin: 0px;
    background-color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    background-image: url(../images/bg.png);
}

.cf:after {
    content: '';
    display: table;
    clear: both;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: bottom;
}

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*-----------------------------------------------------
     wraper
-----------------------------------------------------*/
#contents-layout{
	width: 95%;
	height: auto;
	margin: 0 auto 150px;
	padding: 10px 0;
}

/*-----------------------------------------------------
     header
-----------------------------------------------------*/
header{
	width: auto;
	height: auto;
	margin: 0 auto 30px;
}
.page_main{
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 32%;
	background-image: url(../images/mainimg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-background-size: contain;
	position: relative;
}
h1{
	width: auto;
	height: auto;
	color: #000;
	font-size: 15px;
	position: absolute;
	top: 10px;
	left: 5%;
	right: 5%;
}
h1 a{
	color: #000;
	text-decoration: none;
}
h1 a:hover{
	color: #000;
	text-decoration: underline;
}
/*-----------------------------------------------------
     main
-----------------------------------------------------*/
#frame-margin{
	width: 100%;
	height: auto;
}
/*-----------------------------------------------------
     left
-----------------------------------------------------*/
.left-body{
	width: 90%;
	height: auto;
	padding: 5%;
	margin: 0 0 40px;
	background-color: #FFF;
}
h2{
	width: 100%;
	height: auto;
	line-height: 25px;
	font-size: 16px;
	color: #121212;
	background-color: #f4f4f4;
	padding: 5px 2%;
	margin: 5px 0 5px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1) inset;
}
.date{
	width: auto;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	line-height: 25px;
	font-size: 12px;
	text-align: right;
}
.contents_area{
	width: auto;
	height: auto;
	margin: 0 auto 40px;
	padding: 0;
}
.content-frame{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.content-frame p{
	width: auto;
	height: auto;
	margin: 0 auto 10px;
	font-size: 14px;
	line-height: 25px;
}
.content-frame p a{
	color: #000;
	text-decoration: none;

}
.content-frame p a:hover{
	color: #000;
	text-decoration: underline;

}
.content-frame .pager{
	width: 110px;
	height: 25px;
	margin: 0;
	line-height: 25px;
	text-align: right;
	background-color: #8e478f;
	float: right;
}
.subimg{
	margin-bottom: 5px;
}
.snbtn{
	overflow: hidden;
	margin-bottom: 5px;
}
.snbtn li{
	float: right;
	margin-left: 5px;
}
/*-----------------------------------------------------
     right
-----------------------------------------------------*/
.right-contents{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	float: none;

}
.right-fields{
	width: 90%;
	height: auto;
	padding: 5%;
	margin: 0 auto 40px;
	background-color: #FFF;
}
.right-fields p{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
	overflow: hidden;
	line-height: 1.5em;
}
.right-fields p img{
	width: 100%;
	max-width: 80px;
	height: auto;
	padding: 0;
	margin: 0 5px 5px 0;
	float: left;
}
h4{
	width: 100%;
	height: 40px;
	margin: 0 auto 5px;
	padding: 0;
	line-height: 40px;
	border-bottom: 3px solid #8e478f;
	box-sizing: border-box;
}
.side-container{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 20px;
	font-size: 14px;
	border-bottom: 1px dotted #9e9e9e;
}
.side-container a{
	color: #000;
	text-decoration: none;
}
.side-container a:hover{
	color: #000;
	text-decoration: underline;
}
.right-fields dl {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	display: block;
	border-bottom: 1px dotted #9e9e9e;
}
.right-fields dt {
	width: auto;
	height: auto;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.right-fields dd {
	width: auto;
	height: auto;
	margin: 0px;
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	display: block;
	display: table-cell;
	vertical-align: middle;
}
.right-fields dl .side-container{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 20px;
	font-size: 14px;
	border: none;
}
.right-fields dd a {
	text-decoration:none;
	color: #000;
}
.right-fields dd a:hover {
	text-decoration: underline;
	color: #000;
}

/*-----------------------------------------------------
     pagetop
-----------------------------------------------------*/
.pagetop{
	width: 95%;
	height: auto;
	padding: 0px;
	margin:0 auto;
	text-align: right;
}
.pagetop a{
	width: auto;
	height: auto;
	padding: 5px 10px;
	margin: 0;
	color: #FFF;
	font-size: 13px;
	line-height: 30px;
	background-color: #8e478f;
	text-decoration: none;
}
.pagetop a:hover{
	color: #FFF;
	text-decoration: underline;
}








/*-----------------------------------------------------
     footer
-----------------------------------------------------*/

#footer-content{
    width: 100%;
    height: auto;
    background-color: #8e478f;
}


#footer-content ul{
    text-align: center;
    background-image:url(../images/footer_bg.png);
    background-repeat: repeat;
    background-position: top center;
    margin:-5px 0;
}

.nav_footer{
    font-size: 13px;
    display: inline-block;
    padding: 15px 15px 10px 0;
}

.nav_footer a{
    color: #FFF;
    text-decoration: none;
}

#footer-content p{
    color: #FFF;
    font-size: 13px;
    text-align: center;
    padding: 10px 5px 10px 5px;
	line-height: 1.5;
}

#footer-content p a{
    color:#FFF;
    text-decoration: none;
}
/*-----------------------------------------------------
     tail
-----------------------------------------------------*/

h3{
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	line-height: 25px;
	font-size: 15px;
	border-bottom: 2px solid #8e478f;
}

/*-----------------------------------------------------
     form
-----------------------------------------------------*/


.form-area {
    margin: 0 0 18px;
    padding: 0;
    display: block;
}

.content-frame .form-area p {
    font-size: 14px;
    color: #000;
    margin-bottom:5px;
}

.form-area input {
    width: 100%;
    padding: 12px;
    background-color: #EEE;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.form-area textarea {
    width: 100%;
    height: 180px;
    padding: 12px;
    background-color: #F7F7F7;
    border: 1px #ccc solid;
    box-sizing: border-box;
	resize:none;
}

.form_btn{
    width: 100%;
    text-align: center;
}

.form_btn input{
    padding:15px 15px;
}
/*-----------------------------------------------------
    profile
-----------------------------------------------------*/

.left-body dl{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.left-body dt{
	width: 100%;
	height: auto;
	margin: 0 auto 5px;
	padding: 5px 10px;
	line-height: 1.8em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #000;
	background-color: #EEE;
}
.left-body dd{
	width: 100%;
	height: auto;
	margin: 0 auto 5px;
	padding: 5px 10px;
	line-height: 1.8em;
	font-size: 15px;
	font-weight: normal;
	text-align:left;
	color: #000;
}
/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けおよび大型タブレット向けのレイアウトの指定:768~960px */

@media only screen and (min-width: 768px) {
/*-----------------------------------------------------
     wraper
-----------------------------------------------------*/
#contents-layout{
	width: 1000px;
	height: auto;
	margin: 0 auto 150px;
	padding: 10px 0;
}

/*-----------------------------------------------------
     header
-----------------------------------------------------*/
header{
	width: auto;
	height: auto;
	margin: 0 auto 30px;
}
.page_main{
	width: 1000px;
	height: 310px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background-image: url(../images/mainimg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
h1 {
    width: auto;
    height: auto;
    color: #000;
    font-size: 22px;
    top: 15px;
}
/*-----------------------------------------------------
     main
-----------------------------------------------------*/
#frame-margin{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden
}
/*-----------------------------------------------------
     left
-----------------------------------------------------*/
.left-body{
	width: 625px;
	height: auto;
	padding: 15px;
	margin: 0;
	float: left;
	background-color: #FFF;
}
h2{
	width: 625px;
	height: 40px;
	margin: 0 auto 10px;
	padding: 0;
	line-height: 40px;
	text-align: left;
	text-indent: 10px;
	font-size: 16px;
	color: #121212;

	background-image: url(../images/h2.png);
	background-position: center left;
	background-repeat: repeat-x;
}
.date{
	width: auto;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	line-height: 25px;
	font-size: 12px;
	text-align: right;
}
.content-frame p{
	width: auto;
	height: auto;
	margin: 0 auto 20px;
	font-size: 14px;
	line-height: 25px;
}

/*-----------------------------------------------------
     right
-----------------------------------------------------*/
.right-contents{
	width: 325px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}
.right-fields{
	width: 305px;
	height: auto;
	margin: 0 auto 20px;
	padding: 10px;
}
h4{
	width: 305px;
	height: 40px;
	margin: 0 auto 5px;
	padding: 0;
	line-height: 40px;
	border-bottom: 3px solid #8e478f;
	box-sizing: border-box;
}
.side-container{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 20px;
	font-size: 14px;
	border-bottom: 1px dotted #8e478f;
}
/*-----------------------------------------------------
     pagetop
-----------------------------------------------------*/
.fb_iframe_widget > span {
 vertical-align: baseline !important;
}

.pagetop{
	width: 1000px;
	height: auto;
	padding: 0px;
	margin:0 auto;
	text-align: right;
}
.pagetop a{
	width: auto;
	height: auto;
	padding: 5px 10px;
	margin: 0;
	color: #FFF;
	font-size: 13px;
	line-height: 30px;
	background-color: #8e478f;
	text-decoration: none;
}
.pagetop a:hover{
	color: #FFF;
	text-decoration: underline;
}
}
