@charset "utf-8";
/* CSS Document */

/*------------------all-----------------------*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    margin: 0px;
    word-break: break-all;
    word-wrap: break-word;
    background-image:url(../images/bg.png);
    background-repeat: repeat;
    background-position: top center;
   
}

img {
    max-width: 100%;
    border: none;
	vertical-align: bottom;
}

ul{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#layout-all{
    width: 100%;
    height: auto;
}

#all_layouts{
    width: 100%;
    height: auto;
    background-color: #FFF !important;
}


/*------------------header-----------------------*/

#page_body{
    width: 100%;
    height: auto;
    position: relative;
}

#mainimg{
    width: 100%;
    height: auto;
    margin: 0;
    box-shadow:0px 5px 5px 0px #000;
    -moz-box-shadow:0px 5px 5px 0px #CCC;
    -webkit-box-shadow:0px 5px 5px 0px #CCC;
}

#mainimg img{
    width: 100%;
    height: auto;
}

h1{
    font-size: 2.5vw;
    padding: 0 0 0 15px;
    position:  absolute;
    top: 85%;
    line-height: 1.1em;
    color: #FFF;

}

h1 a{
    color: #FFF;

margin-top:-5px;
    text-decoration: none;
    transition: color .3s;
}

h1 a:hover{
    color: #FFF;
    text-decoration:underline;
    transition: color .3s;
    margin-top:-5px;
}


/*------------------main-----------------------*/


#mainContent{
    width: 96%;
    height: auto;
    padding: 0 2% 40px 2%;
}

#mainContent::after{
    content: '';
    display: table;
    clear: both;
}

.content-frames{
    width: 100%;
    height: auto;
}

h2{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4em;
    color: #FFF;
	position: relative;
    background-color: #5b1755;
    padding: 15px 50px 15px 40px;
    margin: 30px 0 30px 0;
    box-shadow:0px 5px 5px -5px #000;
    -moz-box-shadow:0px 5px -5px -5px #CCC;
    -webkit-box-shadow:0px 5px -5px -5px #CCC;
    background-image:url(../images/h2.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size:15px;
}

h2::before,
h2::after {
	content: '';
	position: absolute;
}

h2::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #555;
}


/*------------------content-----------------------*/

.box_center{
    width: 96%;
    height: auto;
    padding: 15px 2% 15px 2%;
    box-shadow:0px 5px 5px 2px #000;
    -moz-box-shadow:0px 5px 5px 2px #CCC;
    -webkit-box-shadow:0px 5px 5px 2px #CCC;
}

.pic{
    width: 100%;
    height: auto;
}

.introduction{
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
}

.introduction::after{
    content: '';
    display: table;
    clear: both;
}

/*------------------SNS-----------------------*/

.snbtn{
    width: auto;
    height: auto;
}

.snbtn li{
    float: left;
    padding: 0 5px 0 0;
}

.twitter {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.hatebu {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.fb-like{
    width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.date{
    width: auto;
    height: auto;
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    padding: 5px 0 0 0;
}

.section-center{
    width: auto;
    height: auto;
    color: #FFF;
    font-size: 14px;
    line-height: 1.6em;
    padding: 15px 0 15px 0;
    margin: 0 15px 0 15px;
    border-bottom: 1px solid #CCC;
}

.frame_content{
    width: auto;
    height: auto;
    background-color:#666; 
}

.frame_content::after{
    content: '';
    display: table;
    clear: both;
}


.pager{
    width: auto;
    font-size: 12px;
    font-weight: bold;
    color:#FFF;
    text-align: right;
    padding: 10px 15px 10px 0;
    text-decoration: none;
    display: block;
    transition: color .3s;
}

.pager:hover{
    color:#CCC;
    text-decoration: none;
}
.fb_iframe_widget > span {
 vertical-align: baseline !important;
}

/*----------  snsbtn  ----------*/
#snsbtn{
    width: auto;
    height: auto;
    margin:0 0 5px;
}

#snsbtn li{
    float: left;
    padding: 0 5px 0 0;
}

#twitter {
 width: auto;
 height: auto;
 margin: 0px;
 padding: 0px;
}
#hatebu {
 width: auto;
 height: auto;
 margin: 0px;
 padding: 0px;
}

【PC部分】
/*----------  snsbtn  ----------*/
.snsbtn {
 padding: 0px;
 height: auto;
 width: auto;
 margin: 0px 0px 0px;
 float:right;
}
.snsbtn li {
 float: right;
 padding: 0px;
 height: auto;
 width: auto;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 5px;
}
#hatebu {
 padding: 0px;
 height: auto;
 width: auto;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}
#twitter {
 height: auto;
 width: auto;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}

/*------------------side-----------------------*/

.rightside {
    width: 96%;
    height: auto;
    padding: 0 2% 150px 2%;
}

.profilearea{
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
}

.title-area {
    width: 100%;
    height: auto;
    margin: 30px 0 30px 0;
	position: relative;
	text-align: center;
}
.title-area span {
    font-size: 20px;
    color: #555;
    font-weight: bold;
    font-style: italic;
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.title-area::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.profileareaBOX{
    width: 100%;
    height: auto;
    padding: 2% 2% 2% 2%;
    border: 2px solid #5b1755;
    box-sizing: border-box;
    text-align: center;
}

.profileareaBOX p{
    font-size: 14px;
    color: #555;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    text-align: left;
}

.profileareaBOX a{
    font-size: 14px;
    font-weight: bold;
    color: #555;
    text-decoration: none;
    padding: 10px 10px;
    margin: 0 20px 10px 20px;
    border: 1px solid #eeeeee;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ababab), color-stop(1.00, #fff));
    background: -webkit-linear-gradient(#eeeeee, #fff);
    background: -moz-linear-gradient(#eeeeee, #fff);
    background: -o-linear-gradient(#eeeeee, #fff);
    background: -ms-linear-gradient(#eeeeee, #fff);
    background: linear-gradient(#eeeeee, #fff);
}

.profileareaBOX a:hover{
    color: #CCC;
    text-decoration: none;
    transition: color .3s;
}

.profileareaBOX img{
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    max-width: 250px;
}

h4{
    color: #555;
    font-size: 17px;
    line-height: 1.5em;
    margin: 15px 0 15px 0;
    border-top: 2px solid #5b1755;
    border-bottom: 2px solid #5b1755;
    font-weight: bold;
    padding: 15px 0 15px 0;
    text-align: center;   
}


/*------------------submenu-----------------------*/


.site-menu{
    width: auto;
    height: auto;
    font-size:15px;
    border-bottom: 1px dotted #CCC;
    background-size: 10px;
}

.site-menu a{
    color: #555;
    padding: 15px 0 15px 0;
    text-decoration: none;
    display: block;
    transition: color .3s;

}

.site-menu a:hover{
    color: #CCC;
    text-decoration: none;
    background-size: 10px;
}

/*------------------menu2-----------------------*/

.rightside dl{
	width: 100%;
	height: auto;
	display:table;
    border-bottom: 1px dotted #CCC;
    padding: 10px 0 10px 0;

}

.rightside dt{
    width: auto;
    height: auto;
    margin: 0;
	padding: 0 10px 0 0;
}


.rightside dt img{
	width: 100%;
	max-width: 70px;
	height: auto;
	vertical-align: middle;
	padding:0;
    margin: 0;
	}


.rightside dd{
    font-size:15px;
    color: #555;
    width: 70%;
	height: auto;
	line-height: 1.5em;
	padding: 5px 0 5px 0;
	vertical-align: middle;
	display:table-cell;
	}

.container{
    color: #555;
    text-decoration: none;
    transition: color .3s;
}

.container:hover{
    color: #CCC;
    text-decoration: none;
    opacity: 0.7;
    display: block;
}

/*------------------関連情報---------------------*/

.link-text{
    color: #555;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden;
}

.link-text a{
    color:#555;
    text-decoration: underline;
    transition: color .3s;
}

.link-text a:hover{
    color:#CCC;
    text-decoration: none;
}

.link-text img{
    width: 100%;
    height: auto;
    max-width: 100px;
    margin: 0 10px 10px 0;
    float: left;
}


/*------------------pagetop---------------------*/

#pagetopbox{
	width: 100%;
	height: auto;
    background-color: #FFF;
}

#pagetopbox::after{
    content: '';
    display: table;
    clear: both;
}

.pagetop {
	cursor: pointer;
	height: 20px;
	width: auto;
	margin: 0 15px 0 0;
	padding: 5px 20px;
	float: right;
	background-color: #5b1755;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
} 

/*------------------footer---------------------*/

#content-ft{
    width: 100%;
    height: auto;
    background-color: #5b1755;
}


#content-ft ul{
    text-align: center;
    background-image:url(../images/footer_bg.png);
    background-repeat: repeat;
    background-position: top center;
}

.nav-ft{
    font-size: 13px;
    display: inline-block;
    padding: 10px 15px 10px 0;
}

.nav-ft a{
    color: #FFF;
    text-decoration: none;
}

#content-ft p{
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 5px 10px 5px;
}

#content-ft p a{
    color:#FFF;
    text-decoration: none;
}

/*------------------下層---------------------*/

.box_center h3{
    font-size: 17px;
    font-weight: bold;
    color:#555;
    border-left: 5px solid #5b1755;
    padding: 10px 0 10px 15px;
    margin: 15px 0 25px 0;
    line-height: 1.5em;
}

.link-textAREA{
    font-size:14px;
    line-height: 1.8em;
    padding: 0 0 30px 0;
}

/*------------------プロフィール---------------------*/

.box_center .profilearea{
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
}

.box_center .profileareaBOX{
    width: 100%;
    height: auto;
    padding: 2% 0 2% 0;
    border:none;
    box-sizing: border-box;
}

.box_center .profileareaBOX p{
    font-size: 15px;
    color: #555;
    line-height: 1.8em;
    margin: 30px 0 30px 0;
    padding: 0;
    text-align: left;
}

.box_center .profileareaBOX img{
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    max-width: 670px;
}

.box_center .profileareaBOX dl{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.box_center .profileareaBOX dt{
	width: 98%;
	height: auto;
	margin: 0 auto 10px;
	padding: 5px 0 5px 2%;
	line-height: 1.8em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #555;
	background-color: #EEE;
}
.box_center .profileareaBOX dd{
	width: 98%;
	height: auto;
	margin: 0 auto 10px;
	padding: 5px 0 5px 2%;
	line-height: 1.8em;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #555;
}

/*-------------------form----------------------*/	


.formbox {
    margin: 0 0 18px;
    padding: 0;
    display: block;
}

.formbox p {
    font-size: 16px;
    color: #444;
    margin-bottom:10px;
}

.formbox input {
    width: 100%;
    padding: 12px;
    background-color: #EEE;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.formbox textarea {
    width: 100%;
    height: 80px;
    padding: 12px;
    background-color: #F7F7F7;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.form_button{
    width: 100%;
    text-align: center;
}

.form_button input{
    padding:15px 15px;
}


/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */
@media only screen and (min-width: 768px) {

  
#layout-all{
    width: auto;
    height: auto; 
    border-top: #5b1755 solid 5px;
    min-width: 1150px;
}

#all_layouts{
    width: 1070px;
    margin: 0 auto;
    height: auto;
    padding: 30px 40px 200px 40px;
    box-shadow:0px 5px 5px 0px #000;
    -moz-box-shadow:0px 5px 5px 0px #CCC;
    -webkit-box-shadow:0px 5px 5px 0px #CCC;
    overflow: hidden;
}
/*------------------main-----------------------*/


#mainContent{
    width: 700px;
    height: auto;
    padding: 0 0 40px 0;
    float: left;
}
/*------------------header-----------------------*/

#page_body{
    width: 700px;
    height: auto;
    position: relative;
}

#mainimg{
    width: auto;
    height: auto;
    margin: 0;
    }

#mainimg img{
    width: auto;
    height: auto;
}

h1{
    font-size: 19px;
    line-height: 1.0em;
    padding: 0 0 0 15px;
    margin-top:-5px;
}

.content-frames{
    width: 700px;
    height: auto;
}

h2{
    font-size: 17px;
}
   
h2::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}


/*------------------content-----------------------*/

.pic{
    width: auto;
    height: auto;
}

.introduction{
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
}


.date{
    font-size: 12px;
}

.section-center{
    font-size: 14px;
}

.page{
    font-size: 12px;
}


.rightside {
    width: 300px;
    height: auto;
    padding: 0 0 150px 0;
    float: right;
}
    

.profilearea{
    width: 300px;
    height: auto;
    margin: 0 0 40px 0;
}

.title-area {
    width: auto;
    height: auto;
    margin: 0px 0 30px 0;
	position: relative;
	text-align: center;
}
.title-area span {
    font-size: 20px;
    font-style: italic;
}

.profileareaBOX{
    text-align: center;
}

.profileareaBOX p{
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0 10px 0 10px;
    text-align: left;
}

h4{
    color: #555;
    font-size: 17px; 
}

.site-menu{
    width: auto;
    height: auto;
    font-size:15px;
    border-bottom: 1px dotted #CCC;
}

.site-menu a{
    color: #555;
    padding: 15px 0 15px 0;
    text-decoration: none;
    display: block;
}

.link-text{
    color: #555;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden;
}

.link-text img{
    width: auto;
    height: auto;
    max-width: 100px;
    margin: 0 10px 10px 0;
    float: left;
}

/*------------------pagetop---------------------*/    
    
#pagetopbox{
	width: 1150px;
	height: auto;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow:0px 5px 5px 0px #000;
    -moz-box-shadow:0px 5px 5px 0px #CCC;
    -webkit-box-shadow:0px 5px 5px 0px #CCC;
}

#pagetopbox::after{
    content: '';
    display: table;
    clear: both;
}

    
/*------------------footer---------------------*/

#content-ft{
    width: 100%;
    height: auto;
    background-color: #5b1755;
    min-width: 1150px;
}

.nav-ft{
    font-size: 13px;
    display: inline-block;
    padding: 10px 15px 10px 0;
}

.nav-ft a{
    color: #FFF;
    text-decoration: none;
    transition: color .3s;
}
    
.nav-ft a:hover{
    color: #CCC;
    text-decoration: none;
    transition: color .3s;
}

#content-ft p{
    color: #FFF;
    font-size: 13px;
    text-align: center;
    padding: 10px 5px 10px 5px;
}

#content-ft p a{
    color:#FFF;
    text-decoration: none;
    transition: color .3s;
}
    
#content-ft p a:hover{
    color:#CCC;
    text-decoration: none;
    transition: color .3s;
}


}
