/*
Tutorial Name: Modernize Your Site: Building a YouTube Video Background 
Author: Samuel Dalusung
*/


/* GENERAL STYLES
================================================== */
html {
    height:100%
}

body {
    font: 13px/23px 'Raleway',sans-serif;
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
	background-color:#000;
	background-attachment: fixed;
	background: url("../images/back.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body:before{
    background: #000000;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}


p {
	font-size: 13px;
	line-height:140%;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
    display:inline-block;
    list-style:none;
    padding-right: 10px;
}

.wrapper {
	z-index: 600;
	position:relative;
	background: #f2f2f2;
	width: 97%;
    padding: 0px 0px 0px;
	margin: 0 auto;
	position: relative;
}

.pattern {
    background-image:url(../images/sp/pattern.png);
    background-repeat: repeat;
    background-attachment:scroll;
    width:100%;
    /* height:100%; */
    position:absolute;
    top:0;
    left:0
}

.divider {
    background-image:url(images/divider.png);
    display:block;
    width:300px;
    height:35px;
    margin:10px auto
}


#colorize {
    color:#f1c40f;
    font-family:'Lato',sans-serif;
    font-size:40px
}

a{
	text-decoration:none;
}

.sp-none{
	display:none;
}


.pd0{
	padding:0!important;
}

.center{
	text-align:center;
}

.caution{
	color:#ffebc3;
	font-size:80%;
}

#google_translate_element {
	position: absolute;
	right: 20px;
/*	top: 10px; */
	top: -50px;
	z-index: 999;
}


.google_translate_element_single {
	top: -120px !important;
}


/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    text-align:center;
    height:65%;
    min-height:100%;
    position:relative;
    overflow:hidden;
}

.big-background .big-background-container {
    width:100%;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:52%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}

.big-background-title {
    font-family:'Raleway',sans-serif;
    font-size:78px;
    color:#fff;
    font-weight:300;
    text-transform:uppercase;
    text-align:center;
    display:inline-block;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}

a.big-background-btn {
    font-family:'Lato',sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    background:transparent;
    border:2px solid #fff;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.big-background-btn:hover {
    color:#fff;
    background:rgba(255,255,255,0.20)
}

.big-background-default-image {
    background:url(../images/sunset.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    /* height:100%; */
    z-index:0;
    backface-visibility:hidden
}

/*HEADER MAIN-NAV
================================================== */


h1.top_logo {
    padding: 50px 0px 13px 0px;
    width: 100%;
	display:block;
    margin: 0 auto;
    background: #f2f2f2;
}

.single_logo{
    text-align: center;
    padding: 0px 0px;
    width: 13%;
    margin: auto;
    margin: 0% 0% 0px 43%;
	float:left;
}

.single_logo img {
	width: auto;
	max-height: 56px;
}

#header h1 img{
	width:5%;
	
}

#member-login{
	width: 75px;
    float: right;
    display: inline;
    text-align: right;
	margin: 15px 10px 0px 0%;
}

/* 
#member-login img{
	width: auto;
	max-height: 50px;
}
 */

#member-entry{
	width:10%;
    float: left;
    display: inline;
    text-align: left;
	margin: 0% 0% 0px 2%;
}


#member-entry img{
	width:100%;
}

.sp_header{
	width:100%;
}



.nav{
	font-family: 'Lato',sans-serif;
	color:#FFF;
	font-size: 110%;
	font-weight: 600;
}

.nav a:link{
	color:#FFF;
}

.nav a:visited{
	color:#FFF;
}

.nav ul li{
    display: inline-block;
    padding: 0px 15px;
}

.inner {
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
/*    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0px 0 0;
    line-height: 1; */
/*    z-index: 999; */
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
	font-family: 'Lato',sans-serif;
}
#top-head .logo {
	text-align:center;
}


#global-nav ul {
    list-style: none;
    right: 0;
    bottom: 0;
    font-size: 14px;
	padding:0px;
	margin:0px;

}
#global-nav ul li {
	color:#000;
}
#global-nav ul li a {
	font-size: 110%;
	font-weight: 600;
    padding: 0 15px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
/*     position: fixed; */
    padding-top: 0px;
    height: 40px;
    background: #FFFF00;
    background: rgba(0,0,0,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	z-index:999;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #FFF;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
	left:10px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


@media screen and (max-width: 1024px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
	display: inline-block;
    background: rgba(255,255,255,0.95);
/*         top: 0;
        margin-top: 0; */
/*         position: fixed; */
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        position: relative;
        text-align: center;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
		display:block;
		border-bottom:1px solid #AAA;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }



	h1.top_logo img{
		width: auto;
		max-height: 60px;
		margin-top: 10px;
		z-index: 601;
		position: relative;
	}

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}


@media screen and (orientation: landscape) {

	.big-background-title {
	    font-family: 'Raleway',sans-serif;
	    font-size: 78px;
	    color: #fff;
	    font-weight: 300;
	    text-transform: uppercase;
	    text-align: center;
	    display: inline-block;
	    background-attachment: scroll;
	    background-repeat: repeat-x;
	    background-position: top center;
	    padding-top: 280px;
	}
   
}

/* 追加 */

.tab_box {
	background: #191919;
	padding: 5px 15px 20px 15px;
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	border-radius: 6px;
	font-size: 12px;
}

.tab_box p {
	font-size: 12px;
}

.tab_box a:link,.tab_box a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.tab_box ul {
	padding-top: 3px;
}

.tab_box li {
	padding: 0 11px 0 8px;
	background: url("../images/arrow.png") no-repeat 0px 0.7em;
	vertical-align: middle;
}

.tab_box li.icon_bt {
	background: none;
	padding: 0px 5px 0px 0;
}


.tab_box li.icon_bt img {
	vertical-align: bottom;
}

.main_box {
/* 	padding-top: 25px; */
}

.border_title {
	display: flex;
	justify-content: space-between;
}

.post_area img {
	width: 100%;
	height: auto;
}

.post_area {
	width: 100%;

}

.post_area_single{
	width:100%;
	padding-top: 0px;
}

.post_area_single .wp-post-image{
	width:100%;
	height:auto;
}

.title1,.title2 {
	position: relative;
	background: #f7d844;
	border: 4px solid #none;
	padding: 5px 10px;
	width: 100%;
	font-size: 13px;
	box-sizing: border-box;
	font-weight: normal;
	margin-bottom: 25px;
	text-align: center;
	border-radius: 6px;
	font-size:120%;
	font-weight:bold;
}

.title1:after, .title1:before,.title2:after, .title2:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.title1:after,.title2:after {
	border-color: rgba(247, 216, 68, 0);
	border-top-color: #f7d844;
	border-width: 15px;
	margin-left: -15px;
}

.title1:before,.title2:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #none;
	border-width: 21px;
	margin-left: -21px;
}

.title3 {
	color: #f7d844;
	text-decoration: underline;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 0;
}

.tagmark li {
	padding: 0 5px 0 17px;
	background: url("../images/tagmark.png") no-repeat 0px 0.5em;
	vertical-align: middle;
	font-size: 12px;
}

.tagmark li img {
	margin-bottom: 10px;
}

.tagmark a:link,.tagmark a:visited {
	color: #005ced;
	text-decoration: underline;
}
/* 
.post_list {
	width: 630px;
	display: flex;
	justify-content: space-between;
}
 */
.post_box {
	margin-bottom: 25px;
	border-bottom: 1px solid #5d5d5d;
	padding-bottom: 25px;
}

.post_box li:nth-child(2n) {
	margin-right: 0px;
}

.post_box img {
	border: 1px solid #5d5d5d;
	width: 100%;
	height: auto;
}

.post_box h4 {
	color: #ff4280;
	font-size: 13px;
	line-height: 18px;
	height: 35px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.post_box p {
	height: 53px;
	overflow: hidden;
}

aside h5 {
	border-left: 10px solid #f7d844;
	padding: 10px 0 10px 20px;
	font-size: 14px;
}

.liststyle1 li {
	padding: 0 5px 0 18px;
	background: url("../images/arrow2.png") no-repeat 0px 0.5em;
	vertical-align: middle;
	font-size: 12px;
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	box-sizing: border-box;
}

.liststyle1 li a:link,.liststyle1 li a:visited {
	color: #666666;
}

.pb20 {
	padding-bottom: 20px;
}

.minipost {
	margin: 25px;
}

.t_center {
	text-align: center;
}

.liststyle2 li {
    border-bottom: 1px dotted #cccccc;
    padding: 20px 0;
}

.liststyle2 li .tagmark li {
    border-bottom: none;
    padding: 0 20px 0 15px;
}

.goog-te-gadget {
	z-index: 1000;
	position: relative;
}

.pickup {
	background: #333;
	color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	margin:10px;
}

.pickup .title1 {
	color: #000000;
}

.pickup .tagmark a:link,.pickup .tagmark a:visited {
	color: #1fe7ff;
}

.banner_box {
	line-height: 110%;
}

.banner_text {
	margin: 0px auto 10px;
}


.liststyle3_title {
	background: url("../images/rss.png") no-repeat 8px center #ffd941;
	margin-bottom: 0;
	color: #000000;
	padding: 10px 10px 7px 30px;
}

.liststyle3 {
	background: #333333;
	padding: 10px;
}

.liststyle3 li {
	border-bottom: 1px solid #8e8e8e;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}

.liststyle3 a:link,.liststyle3 a:visited {
	color: #ffffff;
}

.more {
	display: block;
	text-align: right;
	background: #000000;
	padding: 3px 5px;
	margin-bottom: 10px;
}

a.more:link,a.more:visited {
	color: #ffd941;
}


/*FOTTER-MENU
================================================== */


.fotter-menu-title{
    background-color: #000;
    text-align: center;
    color: #FFF;
    padding: 12px;
    margin: 0;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

.topCommonUl{
	margin:0px!important;
	padding:0px!important;
}

.topCommonUl li {
	width:100%;
	padding: 0px 10px;
	position: relative;
	border-bottom: 1px solid #383c45;
}
	.topCommonUl li:nth-child(odd) {
		background: #000000;
	}
	.topCommonUl li:nth-child(even) {
		background: #000000
	}
	.memberMenu li:last-child {
		border-bottom: none;
	}
	.topCommonUl li:after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -5px;
	}
		.topCommonUl li:after {
			border-top: 3px solid #7f899d;
			border-right: 3px solid #7f899d;
		}

.topCommonUl li:last-child {
	border-bottom: none;
}

.topCommonUl li a:link,.topCommonUl li a:visited {
	color: #FFF;
}

.topCommonUl li .textBlock {
	float: left;
	width: 100%;
	text-align:left;
}

.topCommonUl li .textBlock span {
	margin: 0 0;
	font-weight: normal;
	color: #7f899d;
	font-size: 12px;
}

.topCommonUl2{
	margin:0px!important;
	padding:0px!important;
}

.topCommonUl2 li {
	width:100%;
	padding: 0px 10px;
	position: relative;
	border-bottom: 1px solid #383c45;
	color: #FFF;
}

.topCommonUl2 li:last-child {
	border-bottom: none;
}

.topCommonUl2 li a:link,.topCommonUl li a:visited {
	color: #FFF;
}


.contentsCommonUl4 li:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    border-top: 3px solid #7f899d;
    border-right: 3px solid #7f899d;
}

.contentsCommonUl4 li:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    border-top: 3px solid #7f899d;
    border-right: 3px solid #7f899d;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.title04 {
	padding-bottom: 0px;
	margin-bottom: 0;
	font-size: 125%;
}

.ssba {
	padding-top: 15px;
}

.news-list-detail .ssba img,.ssba img {
	width: 40px;
	margin-right: 5px;
}

.wp-pagenavi {
	padding-top:16px;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 6px 8px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.title09 {
	font-size: 120%;
	text-align: center;
}

.cate_list {
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}

.cate_list li {
	width: 50%;
	float: left;
	padding: 10px 10px 10px 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #383838;
	border-right: 1px solid #383838;
}

.cate_list li a {
	display: block;
}

.cate_list li:nth-child(odd) {
	 border-left: 1px solid #383838;
}

.cate_list li:nth-child(1) {
	border-top: 1px solid #383838;
	background: #000000 url("../images/news/event_live.png") no-repeat 10px center;
	background-size: 28px 17px;
}

.cate_list li:nth-child(2) {
	border-top: 1px solid #383838;
	background: #000000 url("../images/news/release.png") no-repeat 10px center;
	background-size: 28px 17px;
}

.cate_list li:nth-child(3) {
	background: #000000 url("../images/news/media.png") no-repeat 10px center;
	background-size: 28px 17px;
}

.cate_list li:nth-child(4) {
	background: #000000 url("../images/news/monbebe.png") no-repeat 10px center;
	background-size: 28px 17px;
}

.news-list2 {
	padding: 0;
}

.news-list2 li {
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #5f5f5f;
	margin: 0 0 20px 0;
	width: 100%;
}

.cate_icon {
	padding: 0px 4px;
	background: #f1c40f;
	color: #000000;
	display: inline-block;
	border-radius: 5px;
	font-size: 60%;
	margin-left: 10px;
}

/* 特定商取引法について
================================================== */
.laws_table {
	width: 100%;
	border: 1px solid #777;
	margin-top: 20px;
	color: #ffffff;
}

#td135 { width: 35%; }
#td402 { width: 65%; }

.laws_table td {
	color: #000000;
	border: 1px solid #777;
	padding: 0.5em;
	display: block;
}

.laws_table td#no-border,.laws_table td.no-border {
	border: 0;
	padding: 0.1em;
}

div#to-memberconf {
	margin-top: 20px;
	text-align: center;
 }

.laws_table th {
	background-color: #585858;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	padding: 10px 12px;
	vertical-align: top;
	display: block;
	text-align: left;
}

.red,.s-red {
	color: #ff0000;
}

.laws_table input,.laws_table select {
	color: #000000;
}

.laws_table .box6 {
	width: 20%;
}

.laws_table .box15 {
	width: 30%;
}

.laws_table .box40,.laws_table .box33 {
	width: 80%;
}

.tel {
	width: 25%;
}

.ques {
	width: 13%;
}

.laws_table .small {
	font-size: 90%;
}

.laws_table ul {
	padding: 0;
}

.laws_table li {
	width: 100%;
}

.agreemen h4 {
	font-size: 13px;
	color: #07bee4;
	margin-bottom: 0px;
}

.agreemen ol {
	font-size: 13px;
}

.bt2,.bt3 input {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 1.5em 1em;
	text-decoration: none;
	color: #FFF;
	background: #17af15;
	transition: .4s;
	font-size: 15px;
	width: 90%;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	border: none;
    display: block;
	margin: 20px auto;
}

.bt2:hover,.bt3 input:hover {
	background: #1ec7bb;
}

.fa-chevron-right::before {
	content: " ";
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	margin-right: 7px;
}

.pb10 {
	padding-bottom: 10px;
}

.archive_side img {
/* 	object-fit: cover; */
	width: 85%;
	height: 85%;
}

/* contact
================================================== */
.list2 address{
	font-style: normal;
}

.contact_form {
	border-bottom: 2px dotted #ffffff;
	border-top: 2px dotted #ffffff;
	display: inline-block;
	margin: 30px 0;
	padding: 30px 0;
	width: 100%;
}

.contact img {
	width: auto;
	height: auto;
}

.contact_form_box p {
	margin-bottom: 5px;
}

.contact_form_box .contact_a {
	color: #000000!important;
}


.contact_form select,.contact_form input,.contact_form textarea {
	width: 100%;
	margin-bottom: 15px;
}

.wpcf7-not-valid-tip {
	color: #ffffff;
}

.wpcf7-submit {
	padding: 15px 70px;
	color: #000000;
	background: #cccccc;
	border: none;
}

.wpcf7-not-valid-tip {
	display: block;
	color: #ff0534;
}

.screen-reader-response,.wpcf7-mail-sent-ok {
	color: #ff0534;
	font-weight: bold;
	font-size: 115%;
	padding: 10px 0;
}

.wpcf7-mail-sent-ok {
	padding: 10px 0 30px 0 !important;
}

span.wpcf7-form-control-wrap,.contact input[type=text],.contact input[type=email],.contact textarea {
	width: 100%;
}

.textarea-399 textarea {
	height: 50px;
}

.wpcf7-response-output {
	text-align: center;
}

.screen-reader-response, .wpcf7-mail-sent-ok {
	padding: 20px !important;
	font-size: 13px !important;
}

/*footer
================================================== */

#footer{
	background-color:#000;
	color:#FFF;
	text-align:center;
	font-size:80%;
	padding: 0px 0 30px 0;
}

#footer a:link{
	color:#FFF!important;
}

#footer a:visited{
	color:#FFF!important;
}

.footer-menu { color:#ffffff; }

.footer-menu li { margin-bottom: 10px; }

.footer-menu a:link{
	color:#FFF;
}

.list-inline{
	padding:0px!important; 
}

.footer_ac { padding: 0; }

.footer_ac h3 { color: #ffffff;text-align: left;}

.footer_ac li {
	font-size: 12px;
	padding: 10px;
	margin: 0;
	text-align: left;
}


.footer_menu .topCommonUl li:first-child {
	border-right: none !important;
	border-top: none !important;
}

ul.accordion { background: rgba(0,0,0,0.9);}
ul.accordion ul { display:none;}
ul.accordion p { border-bottom: 1px solid #383c45;border-top: 1px solid #383c45; padding: 15px 0;margin: 0;}
ul.accordion span { display: block; color: #ffffff;}

ul.accordion > li > p span {
	background: url("../images/plus.png") center right / 25px 25px no-repeat;
}

ul.accordion > li > p span.open {
	background: url("../images/plus.png") center right / 25px 25px no-repeat;
}


.post_area_single img{
	max-width: 100%;
	height: auto;
}