@charset "utf-8";

#header{
    top: 0px;
    left: 0px;
    position: fixed;
    background: #FFFFFF;
    overflow: visible;
    z-index: 1;
}
.header-box{
    width: 100%;
    height: 0px;
     background: rgb(228,0,127,0.1);   
    float: left;
}
.header-box p{
    font-size: 120%;
    text-align: center;
    margin-top:10px;
}
.header-box ul{
    padding: 7px 10px;
    width:30%;
    margin-left:30%;
    float: left;
}
.header-box li{
    margin-right: 30px;
    font-size: 100%;
    font-weight: bold;
    display: inline;
}
#logout-box{
    margin-top: 30px;
    margin-left: 20px;
    float: left;
}
#logout{
border: 1px solid #808080;
border-radius: 30px;
color: #808080;
padding: 2px 5px;
}
/*ARTICLE*/
.heading{
    width: 100%;
    font-size: 150%;
    font-weight: bold;
    color: #313131;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    margin-bottom: 10px;
    float: left;
}
#bbs {
    margin-top: 120px;
    font-size: 100%;
    width: 70%;
    padding: 2.5%;
    color: #808080;
    overflow: hidden;
    float: right;
    
}

#bbs h1{
    width: 100%;
    font-size: 150%;
    font-weight: bold;
    color: #313131;
    letter-spacing: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
#bbs h2{
    width: 100%;
    font-size: 120%;
    color: #313131;
    letter-spacing: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}
#bbs h3{
font-size:140%;
font-weight: normal;
color: #313131;
}
#bbs h4{
font-size:120%;
font-weight: bold;
color: #808080;
}

#bbs p{
    color: #808080;
    font-size: 100%;
}
#thank{
    margin-top: 20px;
}

.back{
    border: 1px solid #808080;
    border-radius: 10px;
    padding:2px 10px;
    margin-top: 20px;
    float:left;
}
#info{
height: 500px;
margin:5px;
margin-top: 20px;
float: left;
overflow:scroll;
white-space: nowrap;
}
#info p{
font-size:120%;
color:#2b2b2b;
}

#thread{
float: left;
padding: 10px 0px;
width: 80%;
border-bottom:1px dotted #808080;
}
#thread-box{
width: 100%;
margin-top: 10px;
margin-bottom: 5px;
float: left;
}
#thread-box span{
font-weight: bold;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
float: left;
}
#thread-box img{
width: 300px;
}
#thread p{
white-space: pre-wrap;
color: #808080;
font-size: 100%;
font-weight: normal;
margin-top: 0px;
margin-right: 0px;
}
#comment{
width: 100px;
height: 30px;
margin-top: 5px;
margin-right: 20px;
margin-left: 10px;
text-align: center;
line-height: 28px;
border:1px solid #be3455;
border-radius: 30px;
background:#be3455;
color:#fff;
float: right;
}
#com-top{
width: 160px;
height: 30px;
margin-top: 4px;
margin-left: 30%;
margin-right: 20px;
text-align: center;
line-height: 28px;
border:1px solid #808080;
border-radius: 5px;
background:#fff; 
float: left;
}
#response-space{
width: 100%;
height: 30px;
float: left;
}
/*ASIDE*/
#left-sidebar {
    margin-top: 120px;
    display: block;
    width: 30%;
    height:100%;
    padding: 2.5%;
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
}
#left-sidebar ul{
    width:90%;
    margin-left: 5px;
    margin-bottom: 20px;
    float: left;
}
#left-sidebar li{
   width: 120%;
    font-size: 100%;
    color: #808080;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
}
#left-sidebar li:hover{
    transition: background-color 0.5s ease-out;
}
#left-sidebar h1 {
    width: 80%;
    font-size: 120%;
    font-weight: bold;
    color: #313131;
    letter-spacing: 2px;
    padding-bottom:2px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #808080;
    float: left;
}
#left-sidebar h2 {
    width: 80%;
    font-size: 100%;
    background: #f0f0f0;
    border-radius: 10px;
    color: #313131;
    margin: 5px 0px;
    padding: 0px 5px;
    float:left;
}
#help{
float: left;
}
#help a{
    margin-top: 5px;
}
.footer-fixed{
    width: 100%;
    height: 120px;
    float: left;
}
/*FOOTER*/
#footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.footer-small{
    color: #fff;
    letter-spacing: 5px;
}
#category{
width: 500px;
margin-top:5px;
margin-left:5px;
border:1px solid #808080;
border-radius: 5px;
}

#title{
width: 500px;
height: 30px;
margin-top:5px;
margin-left:5px;
padding: 2px;
border:1px solid #808080;
border-radius: 5px;
}
#name{
width: 500px;
height: 30px;
padding: 2px;
margin-top:5px;
margin-left:5px;
border:1px solid #808080;
border-radius: 5px;
}
#mail{
width: 500px;
padding: 2px;
margin-top:5px;
margin-left:5px;
border:1px solid #808080;
border-radius: 5px;
}
#url{
width: 500px;
padding: 2px;
margin-top:5px;
margin-left:5px;
border:1px solid #808080;
border-radius: 5px;
}
#text{
width: 500px;
height: 250px;
padding: 2px;
margin-top:5px;
margin-left:5px;
border:1px solid #808080;
border-radius: 5px;
}
.alert{
color:red;
}
#file{
margin-top:5px;
margin-left:60px;
}
.edit-img{
width:200px;
margin-left:100px;
}
#password{
width: 500px;
margin-top:5px;
border:1px solid #808080;
border-radius: 5px;
}
#submit{
width: 100px;
margin-top:20px;
/* margin-left: 500px; */
margin-left:90px;
text-align: center;
padding: 5px;
border:1px solid #e4007f;
border-radius: 10px;
color:#fff;
background: #be3455;
}
.must{
color:#be3455;
}
.user{
color:#313131;
}
.hide{
color:#FF0000;
}
.c_menu {
	list-style-type:none;
	margin-top: 5px;
}
.c_menu > li {
	display:inline-block;
	border:1px solid gray;
/* 	border-radius: 30px; */
	position:relative;
	text-align: center;
	margin-top: -5px;
/* 	background: #fff; */
}
.c_menu li {
    position:relative;
    margin-right: 10px;
    font-size: 100%;
    font-weight: normal;
    display: inline-block;
    width: 160px;
    height: 30px;
    padding-top: 5px;
    padding-left: 10px;
    line-height:20px;
    border:1px solid gray;
     background: #fff; 
    border-radius:5px;
    
}
.c_menu > li > ul {
	display:none;
}
.c_menu > li:hover ul {
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	top:2.1em;
	left:0;
	width:160px;
	list-style-type:none;
	background: #fff;

}

cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #be3455;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 1px solid #cccccc;
}
.edit-box{
    float: left;
}
.edit-button{
    width: 50px;
    text-align: center;
    border:1px solid #808080;
    border-radius: 10px;
    padding-left:2px;
    padding-right:2px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
}
#back-button{
    width: 100px;
    text-align: center;
    color:#313131;
    border:1px solid #808080;
    background: #f0f0f0;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: 10px;
}
#rule{
    font-size: 100%;
    color: #be3455;
    margin-top: 10px;
    float: left;
}
#button-box{
    margin-top: 4px;
    width: 100%;
    float: left;
}
.p-button{
    width:30px;
    height:30px;
    margin:0px 5px;
    font-size: 100%;
    text-align: center;
    color:#fff;
    background: #be3455;
    border-radius: 50px;
    padding: 5px;
    float: left;
}
.p-button_{
    width:30px;
    height:30px;
    margin:0px 5px;
    font-size: 100%;
    text-align: center;
    color:#be3455;
    background: #fff;
    border:1px #be3455 solid;
    border-radius: 50px;
    padding: 5px;
    float: left;
}
.magenta{
    color:#be3455;
}
#dialog{
}
#dialog-h2{
    font-weight: bold;
    font-size: 100%;
}
#dialog-h3{
     font-weight: bold;
     font-size: 100%;
}
#dialog-p{
    white-space: pre-wrap;
    font-weight: bold;
    font-size: 100%;
}
#dialog-cate{
     font-weight: bold;
     font-size: 100%;
}

#up-img{
    width:100px;
    margin-top:5px;
    margin-left: 100px;
}
.title{
    font-weight: bold;
}
.category{
    font-weight: bold;
}
.name{
    font-weight: bold;
}
.mail{
    font-weight: bold;
}
.text{
    font-weight: bold;
}
.img{
    font-weight: bold;
}
#coupon p{
margin-top: 10px;
font-weight: bold;
font-size:110%;
}
.code{
font-weight: bold;
font-size:200%;
color:#e4007f;
}

.back-btn{
border:1px solid #be3455;
border-radius: 20px 20px;
background:#fff;
color:#e4007f;
font-size: 100%;
padding: 1px 10px;
width: 200px;
float: right;
}
.good{
border:1px solid #be3455;
border-radius: 20px 20px;
background:#be3455;
color:#fff;
font-size: 100%;
padding: 0px 10px;
margin-right: 5px;
}
#side-ad{
    float: left;
    width: 100%;
}
@media screen and (max-width:768px)
{
    #header{
/*         position: static; */
        z-index: 1;
    }
    .header-box{
        height: 0px;
    }
    .header-box ul{
    padding: 7px 7px;
    margin-left:5px;
    width: 50%
    }
    .header-box li{
    margin-right: 5px;
    font-size: 100%;
    }

    #global-nav{
        
    }
    .global-nav-ul{
        float: none;
    }
    .global-nav-li{
         float: none;
        height: 30px;
        
    }
    
	#left-sidebar{    
	    display: none;
	}
	
    #bbs {
	    width: 100%;
	    float:none;
	    margin-top: 170px;
	    padding: 2px 20px;;
    }
    #bbs h1{
        font-size: 180%;
        margin-bottom:0px;
    }
    #bbs h2{
        font-size: 160%;
        margin-bottom:0px;
    }
    #bbs h3{
        font-size:160%;
    }
    #footer{
        width: 100%;
/*         position: static; */
        
    }
   
    #global-nav{
        display: none;
    }
     .btn{
        display: block;
    }
     #category{
        width: 98%;
        margin-left: 5px;
    }
    #title{
        width: 98%;
    }
     #name{
        width: 98%;
    }
     #text{
        width: 98%;
    }
    #mail{
        width: 98%;
    }
    #file{
        margin-left: 0px;
    }
    .edit-img{
        margin-left:0;
    }
    #password{
        width: 100%;
    }
    #submit{
        margin-left:0px;
    }
    #com-top{
        margin-left: 5px;
    }
    .cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
	#comment{
/* 	    float: left; */
/* 	    font-size: 120%; */
	   }
	.c_menu{
	    height:50px;
/* 	    position: absolute; */
/* 	    top:155px; */
/* 	    left: 148px; */
	   }
	  .c_menu li {
	      height: 30px;
	 }
	.c_menu > li:hover ul {
	position:absolute;
	top:1em;
	left:0px;
	width:160px;
	list-style-type:none;
    /*background: rgb(255,255,255,1); */
    }
    #thread{
        width: 100%;
    }
    #thread p{
        font-size: 120%;
    }
    
    #thread-box {
    }
    #thread-box img{
        margin:0 auto;
        display:block;
    }
    #up-img{
    width:100px;
    margin-top:5px;
    margin-left: 0px;
    }
}