/* ==========================================================================
   main styles
   ========================================================================== */

/*
 * top
 */

.top-head-area{
margin: -5px 0 25px 0;
}

.top-head-area:before,
.top-head-area:after{
content:" ";
display:table;
}
.top-head-area:after{
clear:both;
}
.top-head-area{
	*zoom:1;
}

.top-head-area .cap-top{
float: left;
font-size: 14px;
line-height: 1.8;
margin: 0 15px 0 0;
}

.top-head-area .txt-num{
float: left;
margin: 0 15px 0 0;
}

.top-head-area .txt-num span{
color: #0099cc;
font-size: 18px;
font-weight: bold;
margin-right: 5px;
}

.top-head-area .share{
float: right;
margin-top: 5px;
}

.top-head-area .share li{
float: right;
display: inline;
margin: 0 0 0 10px;
}

.top-head-area .share li.facebook .fb_iframe_widget iframe{
z-index:100;
}

.top-head-area .share .twitter{
width: 102px;
overflow: hidden;
}

@media screen and (max-width: 767px) {

.top-head-area .cap-top{
line-height: 1.5;
}

.top-head-area .txt-num{
display: none;
}

.top-head-area .share{
float: left;
margin: 10px -10px -10px 0;
}

.top-head-area .share .hatena{
display: none;
}

}

/* slider */

.topslider{
background: #fff;
margin: 0 auto;
overflow: hidden;
position: relative;
}

.topslider ul{
display: table;
}

.topslider ul li{
display: table-cell;
position: relative;
filter: alpha(opacity=50);
-moz-opacity:0.50;
opacity:0.50;
}

.topslider ul li a{
color: #fff;
display: inline-block;
position: relative;
}

.topslider ul li a:hover{
color: #45bde5;
}

.topslider ul li img{
height: 420px;
}

.topslider ul li .slide-cap{
font-size: 24px;
font-weight: bold;
display: inline;
position: absolute;
left: 0px;
bottom: 10px;
margin: 0 12px;
}

.topslider ul li .slide-cap em{
background: #11191c;
font-style: normal;
line-height: 1.6;
letter-spacing: 0.1em;
padding: 0 5px;
}

.topslider ul li.current{
filter: alpha(opacity=100);
-moz-opacity:1.00;
opacity:1.00;
}

.topslider .btn-prev{
position: absolute;
top: 50%;
left: 30px;
margin-top: -24px;
}

.topslider .btn-next{
position: absolute;
top: 50%;
right: 30px;
margin-top: -24px;
}

@media screen and (max-width:480px){

.topslider ul li img{
height: 210px;
}

.topslider ul li .slide-cap{
color: #fff;
font-size: 14px;
bottom: 5px;
margin: 0 6px;
}

.topslider .btn-prev{
left: 15px;
margin-top: -12px;
}

.topslider .btn-next{
right: 15px;
margin-top: -12px;
}

.topslider .btn-prev img,
.topslider .btn-next img{
height: 24px;
}

}

/*
 * post-list
 */

.box-list{
margin-bottom: 30px;
position: relative;
}

.box-list img{
background: #fff;
display: block;
width: 100%;
height: auto;
}

.box-list img:hover{
filter: alpha(opacity=90);
-moz-opacity:0.90;
opacity:0.90;
}

.box-list .box-img .image-container{
position: absolute;
left: 0px;
top:0px;
width: 100%;
height: 100%;
}

.box-list a .box-img .image-container img{
background: #fff;
}

.box-list .box-cap{
background: rgba(17,25,28,0.7);
background: #384347 \9;
width: 100%;
padding: 7px 15px;
position: absolute;
left: 0px;
bottom: 0px;
}

.box-list .box-cap h2{
height: 56px;
overflow: hidden;
font-size: 18px;
font-weight: bold;
line-height: 1.5;
margin: 0;
}

.box-list a{
color: #fff;
text-decoration: none;
display: block;
}

.box-list a:hover{
color: #45bde5;
}

/* icon */

.box-list .icon-view{
background: #fff;
color: #666;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
padding: 0 10px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
}

.box-list .icon-view:before{
background: url(../img/img_common.png) no-repeat -200px 3px;
width: 20px;
height: 16px;
display: inline-block;
content: "";
overflow: hidden;
padding-left: 18px;
}

.icon-pickup, .icon-news{
color: #fff;
font-size: 14px;
padding: 3px 15px;
}

.icon-pickup{
background: #0099cc;
}

.icon-news{
background: #f93c00;
}

.box-list .icon-pickup, .box-list .icon-news{
position: absolute;
top: 10px;
left: 0px;
z-index: 1;
}

/* box-info */

.box-info{
background: #212b2e;
height: 60px;
overflow: hidden;
color: #ccc;
font-size: 12px;
position: relative;
padding: 10px 50px 10px 10px;
}

.box-info:before,
.box-info:after{
content:" ";
display:table;
}
.box-info:after{
clear:both;
}
.box-info{
	*zoom:1;
}

.box-info .icon-makers{
float: left;
width: 40px;
height: 40px;
overflow: hidden;
margin-right: 10px;
}

.box-info .icon-makers img{
background: #212b2e;
width: 40px;
height: auto;
}

.box-info .txt-area{
margin-left: 50px;
}

.box-info .name a{
color: #ccc;
}

.box-info .name a:hover{
color: #45bde5;
}

.icon-role{
background: #206780;
color: #fff;
font-size: 10px;
padding: 1px 5px;
white-space: nowrap;
margin-right: 5px;
}

.box-info .time{
font-size: 11px;
display: inline-block;
margin-top: 5px;
}

.box-info .view,
.box-info .favo{
width: 45px;
height: 100px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
font-weight: bold;
text-align: center;
display: block;
position: absolute;
}

.box-info .view{
top:0px;
right: 60px;
}

.box-info .view:before{
background: url(../img/img_common.png) no-repeat -20px 0px;
width: 23px;
height: 16px;
display: block;
content:" ";
overflow: hidden;
margin: 10px auto 4px auto;
}

.box-info .favo{
background: #11191c;
color: #ccc;
top:0px;
right: 0px;
}

.box-info .favo:before{
background: url(../img/img_common.png) no-repeat -55px 0px;
width: 17px;
height: 16px;
display: block;
content:" ";
overflow: hidden;
margin: 10px auto 4px auto;
}

.box-info .favo:hover{
background: #000;
color: #ccc;
text-decoration: none;
}

.box-info .favo-add{
background: #ffe119;
color: #ff9000;
}

.box-info .favo-add:before{
background: url(../img/img_common.png) no-repeat -85px 0px;
}

.box-info .favo-add:hover{
background: #ffea5d;
color: #ff9000;
}

.box-list .box-banner{
width: 100%;
overflow: hidden;
}

.box-list .box-banner img{
width: 100%;
height: auto;
}

/* for IE8 start */

.box-list .box-img{
min-height: 268px\9;
position: relative;
display: block;
}

.first .box-list .box-img{
height: 626px\9;
}

.first .box-list .box-img .image-container{
height: 546px\9;
}

.first .box-list .box-cap h2{
height: 93px\9;
font-size: 30px\9;
}

/* for IE8 end */


@media screen and (max-width: 480px){

.box-list{
min-width: 290px;
margin-bottom: 15px;
}

.box-list .box-img{
height: 217px;
}

.box-list .box-cap{
padding: 6px 12px;
}

.box-list .box-cap h2{
height: 48px;
font-size: 16px;
}

.box-list .box-info{
padding: 10px 50px 10px 8px;
}

}

@media screen and (min-width: 481px){

.box-list{
min-width: 450px;
}

.box-list .box-img{
height: 358px;
}

}


@media screen and (min-width: 768px){

.box-list{
min-width: 345px;
}

.box-list .box-img{
height: 258px;
}

}

@media screen and (min-width: 992px){

.box-list{
min-width: 445px;
}

.box-list .box-img{
height: 334px;
}

.box-list .box-banner{
max-height: 394px;
}

}

@media screen and (min-width: 1200px){

.box-list{
min-width: 360px;
}

.box-list .box-img{
height: 270px;
}

.first .box-list .box-img{
height: 630px;
}

.first .box-list .box-img .image-container{
height: 550px;
}

.first .box-list .box-cap{
background: #384347;
padding: 10px 20px;
}

.first .box-list .box-cap h2{
height: 93px;
font-size: 30px;
}

}


/*
 * post-detail
 */

.dtl-main-img{
position: relative;
margin: -30px -30px 0 -30px;
}

.dtl-main-img img{
width: 100%;
}

.dtl-main-img .icon-view{
background: #fff;
color: #666;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
padding: 0 10px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
}

.dtl-main-img .icon-view:before{
background: url(../img/img_common.png) no-repeat -200px 3px;
width: 20px;
height: 16px;
display: inline-block;
content: "";
overflow: hidden;
padding-left: 18px;
}

.dtl-main-img .btn-edit-right{
position: absolute;
right: 30px;
bottom: 20px;
}

.dtl-title-area{
background: #384347;
color: #fff;
padding: 15px 20px;
margin: 0 -30px 0 -30px;
position: relative;
}

.dtl-title-area .dtl-title{
font-size: 32px;
font-weight: bold;
line-height: 1.5;
margin: 0;
}

.dtl-caption-area{
background: #212b2e;
color: #fff;
padding: 6px 15px;
}

.dtl-caption{
font-size: 20px;
font-weight: bold;
line-height: 1.5;
margin: 0;
}

.dtl-txt-area{
font-size: 18px;
line-height: 1.8;
}

.dtl-txt-area a{
color: #0099cc;
}

.dtl-img-area img{
width: 100%;
}

.dtl-movie-area{
position: relative;
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
}

.dtl-movie-area iframe,
.dtl-movie-area object,
.dtl-movie-area embed{
position: absolute;
left: 0;
top:0;
width: 100%;
height: 100%;
}

.dtl-file-area{
border: 1px solid #ddd;
padding: 20px;
}

.dtl-file-area .cap-file{
font-size: 14px;
font-weight: bold;
margin: 0;
}

.dtl-file-area .link-dl{
margin: 0;
}

.dtl-file-area .link-dl a:before{
background: url(../img/img_common.png) no-repeat -120px 0;
width: 18px;
height: 18px;
display: inline-block;
content: "";
overflow: hidden;
padding-left: 28px;
}

.dtl-file-area ul li{
border-top: 1px solid #ddd;
padding-top: 20px;
margin-top: 20px;
}

.dtl-file-area ul li a:before{
background: url(../img/img_common.png) no-repeat -120px 0;
width: 18px;
height: 18px;
display: inline-block;
content: "";
overflow: hidden;
padding-left: 28px;
}

.dtl-file-preview{
width: 100%;
border-top: 1px solid #ddd;
padding-top: 20px;
margin-top: 20px;
}

.dtl-file-preview iframe,
.dtl-file-preview object,
.dtl-file-preview embed,
.dtl-file-preview img{
width: 100%;
}

.dtl-authority-area{
color: #666;
font-size: 18px;
font-style: italic;
line-height: 1.8;
border-left: 5px solid #e5e5e5;
padding: 5px 0 5px 25px;
}

.dtl-authority-area a{
color: #0099cc;
}

.dtl-authority-area .url{
color: #999;
font-size: 14px;
word-break: break-all;
word-wrap: break-word;
}

.dtl-code-area pre{
font-size: 14px;
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
word-break: break-all;
word-wrap: break-word;
padding: 20px;
}

.box-detail .dtl-caption-area,
.box-detail .dtl-txt-area,
.box-detail .dtl-img-area,
.box-detail .dtl-movie-area,
.box-detail .dtl-file-area,
.box-detail .dtl-authority-area,
.box-detail .dtl-code-area{
margin-top: 30px;
}

.box-detail .box-info{
margin: 0 -30px;
}

.box-detail .box-info .name{
display: block;
}

.box-detail .share{
margin-top: 20px;
margin-bottom: -5px;
}

.box-detail .share li{
float: left;
display: inline;
margin: 0 10px 0 0;
}

.box-detail .share li.facebook{
min-width: 70px;
min-height: 1px;
}

.btn-callin .btn,
.btn-callin p{
float: left;
}

.btn-callin p{
white-space: nowrap;
margin: 10px 15px;
}

.fb-comments{
width: 100%;
margin-top: 20px;
}


@media screen and (max-width: 767px) {

.dtl-main-img{
margin: -20px -15px 10px -15px;
}

.dtl-title-area{
padding: 10px 15px;
margin: -20px -15px 0 -15px;
}

.dtl-title-area .dtl-title{
font-size: 16px;
}

.box-detail .box-info{
margin: 0 -15px;
}

.dtl-caption-area{
padding: 4px 10px;
}

.dtl-caption{
font-size: 14px;
}

.dtl-txt-area{
font-size: 14px;
}

.dtl-authority-area{
font-size: 14px;
line-height: 1.8;
padding: 0 0 0 12px;
}

.dtl-authority-area .url,
.dtl-authority-area .url a{
font-size: 12px;
}

.dtl-file-area{
font-size: 12px;
padding: 15px;
}

.dtl-file-preview{
padding-top: 15px;
margin-top: 15px;
}

.dtl-code-area pre{
font-size: 12px;
padding: 10px;
}

.box-detail .dtl-caption-area,
.box-detail .dtl-txt-area,
.box-detail .dtl-img-area,
.box-detail .dtl-movie-area,
.box-detail .dtl-file-area,
.box-detail .dtl-authority-area,
.box-detail .dtl-code-area{
margin-top: 15px;
}

.btn-callin{
text-align: center;
}

.btn-callin .btn,
.btn-callin p{
float: none;
}

}


/* aside */

.cap-sub{
font-size: 18px;
font-weight: bold;
position: relative;
margin: 0;
overflow: hidden;
}

.cap-sub:after{
background: #333;
width: 100%;
height: 1px;
content: "";
display: inline-block;
position: absolute;
top: 50%;
margin-left: 10px;
}

.box-list-sub{
background: #fff;
border: 1px solid #fff;
margin: 20px 0 30px 0;
}

.box-list-sub .list-header{
background: #e5e5e5;
font-size: 16px;
font-weight: bold;
}

.box-list-sub .list-header a{
display: block;
padding: 15px;
}

.box-list-sub .list-header img{
float: left;
width: 100px;
border-radius: 8px;
margin-right: 15px;
}

.box-list-sub .list-set-sub{
padding: 0 15px;
margin: 0;
}

.box-list-sub .list-set-sub li:last-child{
border-bottom: none;
}

.list-set-sub{
margin: 5px 0 30px 0;
}

.list-set-sub li{
border-bottom: 1px solid #ddd;
}

.list-set-sub li a{
display: block;
padding: 15px 0;
}

.list-set-sub li a:before,
.list-set-sub li a:after{
content:" ";
display:table;
}
.list-set-sub li a:after{
clear:both;
}
.list-set-sub li a{
	*zoom:1;
}

.list-set-sub li img{
width: 100px;
height: auto;
float: left;
margin-right: 15px;
}

.list-set-sub li span{
display: block;
}

.list-set-sub li a em{
font-size: 12px;
font-style: normal;
display: inline-block;
margin-bottom: 5px;
}


#aside .list-tag{
margin: 10px 0 20px 0;
}

/* tag */

#aside .edit-list-tag{
background: none;
padding: 0;
}

#aside .edit-list-tag li{
float: left;
background: #fff;
line-height: 1.2;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
display: inline-block;
position: relative;
padding: 7px 35px 7px 15px !important;
margin: 10px 10px 0 0;
}

#aside .edit-list-tag li a.del{
background: url(../img/img_common.png) no-repeat -90px -30px;
width: 20px;
height: 20px;
display: inline-block;
text-indent:-9999px;
border: none;
overflow: hidden;
padding: 0;
position: absolute;
top: 4px;
right: 5px;
}

#aside .edit-list-tag li .lock{
background: url(../img/img_common.png) no-repeat -120px -30px;
width: 20px;
height: 20px;
display: inline-block;
text-indent:-9999px;
overflow: hidden;
position: absolute;
top: 4px;
right: 5px;
}

/* banner */

.btn-edit-tag{
margin: 0 0 30px 0;
}

.banner-sub{
margin-bottom: 30px;
}

.banner-sub p{
margin: 0;
}

.banner-sub img{
width: 100%;
margin-top: 20px;
}


/*
 * edit-post
 */

/* button */

.btn-edit-left .btn{
float: left;
margin-right: 10px;
}

.btn-edit-left:before,
.btn-edit-left:after{
content:" ";
display:table;
}
.btn-edit-left:after{
clear:both;
}
.btn-edit-left{
	*zoom:1;
}

.btn-edit-right{
margin-top: 20px;
}

.btn-edit-right .btn{
float: right;
margin-left: 20px;
}

.btn-edit-right:before,
.btn-edit-right:after{
content:" ";
display:table;
}
.btn-edit-right:after{
clear:both;
}
.btn-edit-right{
	*zoom:1;
}

.btn-edit-center{
text-align: center;
}

.btn-edit-center .btn{
margin: 5px;
}

.btn-edit-up{
padding-left: 12px;
padding-right: 12px;
}

.btn-edit-up span{
background: url(../img/img_edit_post.png) no-repeat -720px -35px;
width: 14px;
height: 20px;
display: block;
text-indent:-9999px;
overflow: hidden;
}

.btn-edit-down{
padding-left: 12px;
padding-right: 12px;
margin-left: 10px !important;
}

.btn-edit-down span{
background: url(../img/img_edit_post.png) no-repeat -720px -65px;
width: 14px;
height: 20px;
display: block;
text-indent:-9999px;
overflow: hidden;
}

.box-edit-title{
border-top: 1px solid #ddd;
padding-top: 20px;
margin-top: 30px;
}

/* tag */

.box-edit-tag{
border-top: 1px solid #ddd;
padding-top: 20px;
margin-top: 30px;
}

.suggest-list{
position: relative;
}

.suggest-list ul{
background: #fff;
border: 1px solid #ccc;
position: absolute;
top: -20px;
left: 0px;
-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.175);
box-shadow: 0 2px 8px rgba(0,0,0,.175);
z-index: 10;
}

.suggest-list ul li a{
display: block;
color: #666;
border-bottom: 1px solid #e5e5e5;
padding: 10px 15px;
}

.suggest-list ul li a:hover,
.suggest-list ul li a.on{
background: #f6f6f6;
color: #333;
text-decoration: none;
}

.suggest-list ul.suggest-list-maker li a{
padding: 5px 15px 5px 5px;
line-height: 40px;
}

.suggest-list ul.suggest-list-maker li img{
width: 40px;
height: auto;
margin-right: 10px;
}

.edit-list-tag{
background: #e8e8e8;
padding: 5px 0 15px 15px;
margin-bottom: 15px;
}

.edit-list-tag li{
float: left;
background: #fff;
line-height: 1.2;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
display: inline-block;
position: relative;
padding: 6px 35px 6px 15px;
margin: 10px 10px 0 0;
}

.edit-list-tag li a{
background: url(../img/img_common.png) no-repeat -90px -30px;
width: 20px;
height: 20px;
display: inline-block;
text-indent:-9999px;
overflow: hidden;
position: absolute;
top: 4px;
right: 5px;
}

.edit-list-tag li a:hover{
filter: alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;
}

/* maker */

.box-edit-maker{
border-top: 1px solid #ddd;
padding-top: 20px;
margin-top: 30px;
}

.edit-list-maker{
background: #e8e8e8;
margin-bottom: 15px;
}

.edit-list-maker li{
border-top: 2px solid #fff;
line-height: 40px;
position: relative;
padding: 5px;
}

.edit-list-maker li img{
width: 40px;
height: auto;
margin-right: 10px;
}

.edit-list-maker li a{
background: url(../img/img_common.png) no-repeat -90px -30px;
width: 20px;
height: 20px;
display: inline-block;
text-indent:-9999px;
overflow: hidden;
position: absolute;
top: 50%;
right: 15px;
margin-top: -10px;
}

.edit-list-maker li a:hover{
filter: alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;
}

/* additem */

.box-additem-caption{
background: #e8e8e8;
color: #666;
font-size: 18px;
font-weight: bold;
text-align: center;
border: 1px solid #ccc;
padding: 30px;
margin-bottom: 20px;
}

.box-additem{
position: relative;
padding: 38px 0 20px 0;
}

.box-additem .arrow-edit{
background: url(../img/img_edit_post.png) no-repeat -710px 0px;
width: 30px;
height: 18px;
position: absolute;
top: 0px;
left: 50%;
margin-left: -15px;
}

.box-additem ul{
padding: 0 0 0 10px;
}

.box-additem ul li{
float: left;
display: inline;
margin-right: 17px;
}

.box-additem ul li a{
width: 80px;
color: #333;
line-height: 1.3;
text-align: center;
display: block;
padding-top: 90px;
}

.box-additem ul li a:hover{
filter: alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;
margin-top: -2px;
}

.box-additem ul li a.btn-caption{
background: url(../img/img_edit_post.png) no-repeat 0px 0px;
}

.box-additem ul li a.btn-txt{
background: url(../img/img_edit_post.png) no-repeat -100px 0px;
}

.box-additem ul li a.btn-image{
background: url(../img/img_edit_post.png) no-repeat -200px 0px;
}

.box-additem ul li a.btn-movie{
background: url(../img/img_edit_post.png) no-repeat -300px 0px;
}

.box-additem ul li a.btn-file{
background: url(../img/img_edit_post.png) no-repeat -400px 0px;
}

.box-additem ul li a.btn-authority{
background: url(../img/img_edit_post.png) no-repeat -500px 0px;
}

.box-additem ul li a.btn-code{
background: url(../img/img_edit_post.png) no-repeat -600px 0px;
}


/*
 * maker
 */

.box-maker-header p{
margin: 0;
}

.box-maker-header p a{
color: #0099cc;
}

.box-maker-header p.text-right a{
color: #333;
}

.box-maker-header .img{
float: left;
margin: 0 15px 8px 0;
}

.box-maker-header .img img{
width: 80px;
height: 80px;
}

.box-maker-header .name{
font-size: 18px;
font-weight: bold;
margin: 0 0 6px 95px;
}

.box-maker-header .icon-role{
margin: -10px 0 8px 0;
display: inline-block;
}

.box-maker-header .favo, .box-maker-header .view{
color: #999;
margin: 0 0 2px 95px;
}

.box-maker-header .favo span, .box-maker-header .view span{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-weight: bold;
}

.box-maker-header .favo:before{
background: url(../img/img_common.png) no-repeat -85px 1px;
width: 17px;
height: 16px;
display: inline-block;
content: "";
overflow: hidden;
padding-left: 26px;
}

.box-maker-header .view:before{
background: url(../img/img_common.png) no-repeat -200px 3px;
width: 20px;
height: 16px;
display: inline-block;
content: "";
overflow: hidden;
padding-left: 26px;
}

.box-maker-header .btn{
margin-top: 10px;
}

.nav-maker{
margin-bottom: 20px;
}

.nav-maker ul{
background: #fff;
width: 100%;
border: 1px solid #ddd;
display: table;
}

.nav-maker ul li{
width: 34%;
text-align: center;
display: table-cell;
border-left: 1px solid #ddd;
margin: 0;
}

.nav-maker ul li:first-child{
border: none;
}

.nav-maker ul li a{
border-radius: 0px;
padding: 13px 0;
}

.nav-maker ul li a:hover{
background: #f8f8f8;
color: #333;
}

.nav-maker ul li.active a{
background: #333;
color: #fff;
}

.box-list .btn-edit-center{
background: #e5e5e5;
padding: 8px;
margin: 0;
}

.box-list .alert-danger{
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
font-size: 11px;
padding: 10px;
margin: 10px;
}

.box-list .alert-danger a{
color: #333;
text-decoration: underline;
display: inline;
}

.box-list .alert-danger a:hover{
text-decoration: none;
}

.btn-maker-post{
text-align: center;
margin-bottom: 20px;
}

.btn-maker-post .btn{
width: 100%;
padding: 13px 0 !important;
}

.btn-maker-post .btn:before{
background: url(../img/img_common.png) no-repeat -180px -30px;
width: 15px;
height: 18px;
display: inline-block;
content: "";
overflow: hidden;
padding-left: 24px;
vertical-align: middle;
}

/* ph.1 */

.nav-maker ul.ph1 li{
width: 50%;
}

@media screen and (max-width: 767px) {

.box-maker-header .outline{
margin-bottom: 5px;
}

.box-maker-header .img img{
width: 60px;
height: 60px;
}

.box-maker-header .name{
font-size: 18px;
font-weight: bold;
margin: 5px 0 8px 75px;
}

.box-maker-header .favo, .box-maker-header .view{
clear: both;
margin: 0 0 2px 0;
}

}

.box-list-maker{
background: #fff;
margin-bottom: 20px;
}

.box-list-maker a{
display: block;
border: 1px solid #fff;
padding: 15px 20px;
}

.box-list-maker a:before,
.box-list-maker a:after{
content:" ";
display:table;
}
.box-list-maker a:after{
clear:both;
}
.box-list-maker a{
	*zoom:1;
}

.box-list-maker a:hover{
text-decoration: none;
border: 1px solid #ddd;
}

.box-list-maker img{
float: left;
width: 110px;
height: 110px;
margin-right: 15px;
}

.box-list-maker .name{
font-size: 18px;
font-weight: bold;
margin: 8px 0 10px 125px;
}

.box-list-maker span{
line-height: 1.5;
display: block;
margin-left: 125px;
}

@media screen and (max-width: 767px) {

.box-list-maker{
margin-bottom: 15px;
}

.box-list-maker a{
padding: 10px 15px;
}

.box-list-maker img{
float: left;
width: 80px;
height: 80px;
margin-right: 15px;
margin-bottom: 8px;
}

.box-list-maker .name{
font-size: 16px;
margin: 20px 0 0 95px;
}

.box-list-maker span{
clear: both;
margin: 10px 0 0 0;
}

}


/*
 * account
 */

.input-group-lg .input-icon .txt-notice{
margin: 0 0 10px 95px;
}

.input-group-lg .icon-makers{
float: left;
margin-right: 15px;
}

.input-group-lg .icon-makers img{
width: 100px;
height: auto;
}

.input-group-lg .btn-icon-makers .btn{
padding-left: 15px;
padding-right: 15px;
margin-top: 5px;
}

.input-group-lg .txt-check{
margin: 10px 0 0 0;
}

.input-group-lg .txt-check span{
vertical-align: middle;
}

.input-group-lg .txt-check:before{
width: 20px;
height: 20px;
display: inline-block;
content: "";
overflow: hidden;
vertical-align: middle;
padding-left: 28px;
}

.input-group-lg .txt-check-info:before{
background: url(../img/img_common.png) no-repeat 0px -30px;
}

.input-group-lg .txt-check-success:before{
background: url(../img/img_common.png) no-repeat -30px -30px;
}

.input-group-lg .txt-check-danger:before{
background: url(../img/img_common.png) no-repeat -60px -30px;
}

.input-group-lg .input-txt-cnf{
background: #f3f3f3;
line-height: 1.8;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 10px 16px;
margin: 0;
}

.box-login{
text-align: center;
border-top: 1px solid #ddd;
padding-top: 20px;
margin-top: 20px;
}


/*
 * error
 */

.img-error img{
width: 100%;
}


/*
 * faq
 */

.box-faq .link-list-common{
margin-bottom: 20px;
}

.box-faq .text-right{
font-size: 12px;
}

.txt-faq a{
text-decoration: underline;
}

.txt-faq a:hover{
text-decoration: none;
}

.txt-faq dt{
line-height: 1.6;
padding-left: 38px;
position: relative;
}

.txt-faq dd{
line-height: 1.6;
padding-left: 38px;
margin: 10px 0 25px 0;
position: relative;
}

.txt-faq .icon-q,
.txt-faq .icon-a{
color: #fff;
font-weight: normal;
padding: 2px 8px;
margin-right: 5px;
position: absolute;
left: 0px;
top: 0px;
}

.txt-faq .icon-q{
background: #212b2e;
}

.txt-faq .icon-a{
background: #0099cc;
}


/*
 * list-all
 */

.list-all .box-list{
border-right: 1px solid #f3f3f3;
border-bottom: 1px solid #f3f3f3;
box-shadow: 5px 5px 0 rgba(200,200,200,1.0);
}

.list-all .box-list .box-cap{
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
width: 100%;
padding: 7px 15px;
position: absolute;
left: 0px;
bottom: 0px;
}

.list-all .box-list .box-cap h2{
height: auto;
text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}


/*
 * list-detail
 */

.list-header{
margin-bottom: 30px;
}

.list-header .cover{
background: #fff;
height: 320px;
position: relative;
overflow: hidden;
}

.list-header .cap-list{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
/*
background: rgba(17,25,28,0.4);
background: #384347 \9;
*/
color: #fff;
line-height: 1.2;
text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
position: relative;
padding: 20px;
margin: 0;
}

.list-header .box-info .name{
display: block;
}

@media screen and (max-width: 767px) {

.list-header{
margin-bottom: 20px;
}

.list-header .cover{
height: 180px;
}

.list-header .cap-list{
font-size: 20px;
padding: 10px;
}

}

/*popup*/
.modal-content {
        position:fixed;
        display:none;
        z-index:1102;
        margin:0;
        background:#fff;
        width: 90%;
        max-width: 700px;
        padding: 10px 30px;
        border-radius: 0;
}

.modal-overlay {
        z-index:1101;
        display:none;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:120%;
        background-color:rgba(0,0,0,0.75);
}

.modal-open {
        color:#00f;
        text-decoration:underline;
}

.modal-open:hover {
        cursor:pointer;
        color:#f00;
}

.modal-close {
        color:#00f;
        text-decoration:underline;
}

.modal-close:hover {
        cursor:pointer;
        color:#f00;
}

.modal-content.mypage-index label {
	font-size: 2rem;
	margin-top: 10px;
}
.modal-content.mypage-index .btn.entrance-btn {
	margin-top: 15px;
}

