@charset "utf-8";
/*
Theme Name: jobpi
Author: ZEL
*/

/* Reset
-------------------------------------------*/

* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-style:normal;
}
body,div,pre,p,blockquote,form,fieldset,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,button{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	font-weight: normal;
}
body {
    background: none repeat scroll 0 0 #444f53;
    color: #444444;
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 15px;
    overflow-y: scroll;
}
select,input,textarea,option {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img{
	border: 0;
	margin: 0px;
	padding: 0px;
}
a img{
	border-style: none;
	border:0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	font-style: normal;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
	clear: both;
}
section , article , aside {
    background: none repeat scroll 0 0 #FFFFFF;
}
a {
    color: #20B2AA;
    outline: medium none;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
*:after { clear:both; }

/* Common
-------------------------------------------*/
.red, .wpcf7-not-valid-tip { color: #dc143c; }
.screen-reader-response { display: none; }
.wpcf7-response-output {
    display: block;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.wpcf7-mail-sent-ok { background: none repeat scroll 0 0 #f7808e; }
.wpcf7-validation-errors { background: none repeat scroll 0 0 #dc143c; }

/* Layout
-------------------------------------------*/

#wrapper {
    background: none repeat scroll 0 0 #fffbf0;
}
#headerWrap {
    background: none repeat scroll 0 0 #fff;
}
#container {
    margin: 30px auto 90px;
    overflow: hidden;
    width: 960px;
}
#mainContents {
    overflow: hidden;
}
#primary {
    float: left;
    width: 630px;
}
#secondary {
    float: right;
    width: 300px;
}
#footerWrap {
    background: none repeat scroll 0 0 #444f53;
}
.inner {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}

/* Style
-------------------------------------------*/

/* header */
#headerWrap .sitename {
    background: none repeat scroll 0 0 #444f53;
}
#headerWrap .sitename h1 {
    color: #fff;
    font-size: 80%;
    height: 25px;
    line-height: 25px;
    margin: auto;
    width: 960px;
}
#headerWrap .inner .logo {
    float: left;
}
#headerWrap .inner .logo img {
    display: block;
    margin: 10px 0;
}
#headerWrap .inner .sns-link {
    position: absolute;
    top: 12px;
    right: 0;
    overflow: hidden;
    height: 35px;
    margin-right: 310px;
}
#headerWrap .inner .sns-link ul li {
    display: block;
    float: left;
    padding-right: 8px;
}
#headerWrap .inner .search {
    position: absolute;
    right: 0;
    top: 10px;
    width: 300px;
}
input.gsc-input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    font-size: 110% !important;
    height: 20px !important;
}
.gsib_a { padding-top: 4px; }
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 { margin-top: 7px !important; }
#headerWrap .pick_up_post , #headerWrap .breadcrumb {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 2px solid #d6cfcf;
    overflow: hidden;
}
#headerWrap .pick_up_post dl {
    height: 40px;
    line-height: 40px;
    margin: auto;
    width: 960px;
}
#headerWrap .pick_up_post dl dt {
    display: inline-block;
    font-weight: bold;
}
#headerWrap .pick_up_post dl dd {
    background: url("./img/arrow_3_pink.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: inline-block;
    margin-left: 15px;
    padding-left: 30px;
}
#headerWrap .breadcrumb div {
    margin: auto;
    width: 960px;
}
#headerWrap .breadcrumb div ul {
    display: table;
    font-size: 80%;
    height: 40px;
}
#headerWrap .breadcrumb div ul li {
    background: url("./img/arrow_b_brown.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: table-cell;
	padding: 0 10px 0 15px;
    vertical-align: middle;
}
#headerWrap .breadcrumb div ul li:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
}

/* index */
#pickUp {
    box-shadow: 0 5px 5px -5px #ccc;
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px;
}
#pickUp h2 {
    font-size: 120%;
    margin: 0 0 10px;
}
#pickUp .left {
    float: left;
    width: 300px;
}
#pickUp .left a {
    display: block;
    overflow: hidden;
    position: relative;
}
#pickUp .left a img {
    display: block;
    height: 230px;
    width: 300px;
}
#pickUp .left a .title {
    background: none repeat scroll 0 0 rgba(255, 105, 130, 0.5);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    padding: 10px;
    position: absolute;
    width: 300px;
    transition: all 0.3s ease-in-out 0s;
}
#pickUp .left a:hover .title {
    background: none repeat scroll 0 0 rgba(255, 105, 130, 1);
}
#pickUp .right {
    float: right;
    width: 290px;
}
#pickUp .right ul {}
#pickUp .right ul li {
    border-top: 1px solid #eaeaea;
    padding: 10px;
}
#pickUp .right ul li:first-child {
    border: none;
	padding-top: 0;
}
#pickUp .right ul li a {}
#pickUp .right ul li .status {
    margin-top: 0 !important;
}
#newEntry {
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #ccc;
}
#newEntry h2 {
    background: url("./img/ico_entry.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    padding: 0 0 0 40px;
}
#newEntry h2 span {
    margin-right: 20px;
}
#newEntry .list {
    border-top: 1px solid #eaeaea;
    padding: 0 10px;
}
#newEntry .list .article {
    border-top: 1px solid #eaeaea;
    overflow: hidden;
    padding: 10px;
}
#newEntry .list .article:first-child { border-top: none; }
#newEntry .list .article a {
}
#newEntry .list .article a:hover {}
#newEntry .list .article a:hover img { opacity: 0.5; }
#newEntry .list .article a img {
    border-radius: 35px;
    float: left;
    height: 70px;
    width: 70px;
    transition: all 0.3s ease-in-out 0s;
}
#newEntry .list .article a .title {
    font-weight: bold;
    margin-left: 90px;
    padding: 5px 0;
}
#newEntry .list .article .right {
    float: right;
    width: 500px;
}
#newEntry .list .article .right .content {}
#newEntry .list .article .right .content p , #catArticles .list .article .content {
    color: #444444;
    font-size: 90%;
}
#newEntry .list .article .right .status , #catArticles .list .article .status , #relatedPost ul li .status , #authorPosts .list .article .status , #pickUp .right ul li .status {
    color: #999;
    font-size: 80%;
    margin-top: 5px;
    overflow: hidden;
}
#newEntry .list .article .right .status * , #catArticles .list .article .status * , #relatedPost ul li .status * , #authorPosts .list .article .status * , #pickUp .right ul li .status * {
    float: left;
}
#newEntry .list .article .right .status span , #catArticles .list .article .status span , #relatedPost ul li .status span , #authorPosts .list .article .status span , #pickUp .right ul li .status span {
    margin: 0 5px;
}
/* category */
#containerHead {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 2px solid #ccc;
}
#containerHead .inner {
    overflow: hidden;
    padding: 20px 0;
}
#containerHead .inner .left {
    float: left;
}
#containerHead .inner .left img {
    border-radius: 75px;
    display: block;
}
#containerHead .right {
    float: right;
    width: 780px;
}
#containerHead .right h2 {
    font-size: 150%;
    margin-bottom: 10px;
}
#containerHead .right ul {
    font-size: 85%;
    margin-bottom: 10px;
    overflow: hidden;
}
#containerHead .right ul li {
    float: left;
}
#containerHead .right ul li a {
    background: none repeat scroll 0 0 #eaeaea;
    border-radius: 3px;
    display: block;
    font-size: 85%;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px 10px;
}
#containerHead .right ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#containerHead .right ul li a span {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 3px;
    color: #fff;
    margin-left: 10px;
    padding: 0 5px;
}
#containerHead .right .description p {}
#catText {
    box-shadow: 0 5px 5px -5px #ccc;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 10px;
}
#catText h3 {
    border-bottom: 1px solid #ccc;
    font-size: 120%;
    margin-bottom: 10px;
    padding: 0 0 5px 10px;
}
#catText p {
    padding: 0 10px;
}
#catArticles {}
#catArticles ul {
    overflow: hidden;
}
#catArticles ul li {
    float: left;
    margin-left: 10px;
}
#catArticles ul li:first-child {
    margin: 0;
}
#catArticles ul li span {
    background: url("./img/tab_all.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: #444;
    display: block;
    font-size: 85%;
    height: 54px;
    padding-top: 11px;
    text-align: center;
    width: 118px;
    transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
}
#catArticles ul li span:hover , #catArticles ul li.select span {
    background: url("./img/tab_all_active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-decoration: none;
	color: #fff;
}
#catArticles ul li span.how_to { background: url("./img/tab_how_to.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
#catArticles ul li span.qanda { background: url("./img/tab_qanda.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
#catArticles ul li span.professional { background: url("./img/tab_professional.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
#catArticles ul li span.experiences { background: url("./img/tab_experiences.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
#catArticles ul li span.how_to:hover , #catArticles ul li.select span.how_to { background: url("./img/tab_how_to_active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
#catArticles ul li span.qanda:hover , #catArticles ul li.select span.qanda { background: url("./img/tab_qanda_active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
#catArticles ul li span.professional:hover , #catArticles ul li.select span.professional { background: url("./img/tab_professional_active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
#catArticles ul li span.experiences:hover , #catArticles ul li.select span.experiences { background: url("./img/tab_experiences_active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
#catArticles .list {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ccc;
}
#catArticles .disnon { display: none; }
#catArticles .list .article {
    border-top: 1px solid #ccc;
    padding: 10px;
}
#catArticles .list .article:first-child {
    border: medium none;
}
#catArticles .list .article a {
	display: block;
    transition: all 0.3s ease-in-out 0s;
}
#catArticles .list .article a h4 {
    display: table-cell;
    height: 44px;
    padding-left: 50px;
    vertical-align: middle;
}
#catArticles .list .article .content {
    margin-top: 0;
    padding: 10px 5px;
}
#catArticles .list .article .status {
    margin: 0;
    padding-left: 5px;
}
#catArticles .list .none {
    background: url("./img/img_article_none.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    box-sizing: border-box;
    height: 420px;
    position: relative;
    width: 630px;
}
#catArticles .list .none p {
    bottom: 340px;
    color: #fff;
    left: 30px;
    position: absolute;
}
.how_to { background: url("./img/ico_how_to.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
.qanda { background: url("./img/ico_qanda.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
.professional { background: url("./img/ico_professional.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
.experiences { background: url("./img/ico_experiences.png") no-repeat scroll left center rgba(0, 0, 0, 0); }

/* single */
#containerHead .inner h2 {
    font-size: 150%;
    margin: 10px 0;
}
#containerHead .inner .description {
    margin-bottom: 10px;
}
#containerHead .inner .status {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
#containerHead .inner .status .author {
    float: left;
}
#containerHead .inner .status .author img {
    border-radius: 20px;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
#containerHead .inner .status .author p {
    float: left;
}
#containerHead .inner .status .date {
    float: left;
}
#containerHead .inner .status .views {
    background: url("./img/ico_view.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    padding-left: 30px;
}
#containerHead .inner .status > span {
    color: #ccc;
    float: left;
    font-size: 165%;
}
.wp_social_bookmarking_light {
    float: right;
    overflow: hidden;
}
#postText , #pageContent {
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}
#postText h3 , #pageContent h3 , #authorContents h3 , #authorPosts h3 , #qandaText h3 {
    border-bottom: 2px solid #f7808e;
    font-size: 120%;
    margin-bottom: 10px;
    padding: 0 0 5px 10px;
}
#postText h4 , #pageContent h4 , #authorContents h4 , #qandaText h4 {
    background: url("./img/line_h4.gif") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    color: #666;
    font-size: 110%;
    margin-bottom: 10px;
    padding: 0 0 5px 10px;
}
.post_main_img {
    margin-bottom: 10px;
    text-align: center;
}
#postText p , #pageContent p , #authorContents p , #qandaText p {
    line-height: 28px;
    margin-bottom: 30px;
    padding: 0 10px;
}
#postText ul , #qandaText ul {
    margin-bottom: 30px;
    padding: 0 30px;
}
#postText ul li , #qandaText ul li {
    list-style: disc outside none;
    margin-bottom: 10px;
}
#postText ol , #pageContent ol , #qandaText ol {
    margin-bottom: 30px;
    padding: 0 37px;
}
#postText ol li, #pageContent ol li , #qandaText ol li {
    list-style: decimal outside none;
    margin-bottom: 10px;
}
#postText dl , #qandaText dl {
    margin-bottom: 30px;
    padding: 0 10px;
}
#postText dl dt , #qandaText dl dt {
    font-weight: bold;
    margin-bottom: 10px;
}
#postText dl dd , #qandaText dl dd {
    line-height: 28px;
    margin-bottom: 20px;
    padding: 0 20px;
}
#postText blockquote {
	background: url(img/img_quote.png) no-repeat 10px 15px;
	background-color: #ECECEC;
	border-left: 2px solid #D6CFCF;
	margin: 0 20px;
	padding: 50px 10px 2px;
}
#postText cite{
	padding-left: 10px;
}
#postText cite,#postText cite a {
	color: #999;
}
#postText br + cite {
	position: relative;
	bottom: 10px;
	padding-left: 0;
}
#qandaText .content {
    margin-bottom: 30px;
    padding: 10px;
}
#qandaText cite{
	padding-left: 10px;
}
#qandaText cite,#qandaText cite a {
	color: #999;
}
#qandaText br + cite {
	position: relative;
	bottom: 10px;
	padding-left: 0;
}
#qandaText .submit {
    margin-bottom: 30px;
    text-align: center;
}
#qandaText .submit a {
    background: none repeat scroll 0 0 #4fc6a8;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #30947b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 120px;
}
#qandaText .submit a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#pageNav {
    margin: 0 10px;
    overflow: hidden;
}
#pageNav a.prev {
    background: url("./img/arrow_pre.gif") no-repeat scroll left 10px center #eaeaea;
    float: left;
    padding: 3px 15px 3px 25px;
}
#pageNav a.next {
    background: url("./img/arrow_next.gif") no-repeat scroll right 10px center #eaeaea;
    float: right;
    padding: 3px 25px 3px 15px;
}
#comments {
    background: none repeat scroll 0 0 #f5f5f5;
    padding: 20px 10px;
    position: relative;
}
#comments:before {
    border-color: transparent transparent #f5f5f5;
    border-style: solid;
    border-width: 0 15px 23px;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    top: -23px;
    width: 0;
}
#comments h3 {
    background: url("./img/ico_circle.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    border-bottom: 2px solid #f7808e;
    font-size: 110%;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 30px;
}
#answerList {
    padding: 0 10px;
}
#answerList .answer {
    border-top: 2px solid #fff;
    padding: 20px 10px;
}
#answerList .answer:first-child {
	border-top: none;
}
#answerList .answer .title {
    background: url("./img/line_h4.gif") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    padding: 0 0 5px 10px;
}
#answerList .answer .author {
    margin-bottom: 20px;
    padding-right: 10px;
    text-align: right;
}
#answerList .answer .text {
    padding: 0 10px;
}
#submission {
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 20px;
}
#submission h4 {
    background: url("./img/ico_comment.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 110%;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
}
#submission table {}
#submission table th {
    padding: 10px;
    text-align: right;
    vertical-align: top;
}
#submission table td {
    padding: 10px;
}
#submission table td input {
    height: 25px;
    padding: 0 5px;
    width: 270px;
}
#submission table td textarea {
    box-sizing: border-box;
    height: 180px;
    padding: 5px;
    resize: none;
    width: 350px;
}
#submission .submit {
    margin: 0;
}
#submission .submit input {
    background: none repeat scroll 0 0 #4fc6a8;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #30947b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 120px;
}
#submission .submit input:hover {
	opacity: 0.7;
}
#bnrArea {
	text-align: center;
}
#contactForm {
    background: none repeat scroll 0 0 #fef5f7;
    border: 20px solid #fff;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}
#contactForm h2 {
    border-bottom: 3px solid #fff;
    font-size: 120%;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#contactForm .attention {
    left: 150px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
}
#contactTable {
    width: 100%;
}
#cat-menu { display: none; }
#contactTable th {
    padding: 10px;
    text-align: right;
    vertical-align: top;
    width: 30%;
}
#contactTable td {
    padding: 10px;
    vertical-align: top;
}
#contactTable td.content .wpcf7-list-item {
    display: block;
}
#contactTable td .wpcf7-text {
    height: 25px;
    padding: 0 5px;
    width: 270px;
}
#contactTable td .wpcf7-select {
    box-sizing: border-box;
    height: 25px;
    padding-top: 2px;
    width: 100px;
}
#contactTable td .wpcf7-textarea {
    box-sizing: border-box;
    height: 180px;
    padding: 5px;
    resize: none;
    width: 350px;
}
#contactTable td .wpcf7-not-valid-tip {
    display: block;
    font-size: 85%;
    padding: 5px 0;
}
#contactTable td .sex span {
    margin-right: 20px;
}
#contactSubmit {
    text-align: center;
}
#contactSubmit input {
    background: none repeat scroll 0 0 #ff8392;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #ff445b;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 40px;
    width: 120px;
}
#contactSubmit input:hover {
    opacity: 0.7;
}
#relatedPost:before {
    background: url("./img/article_bottom.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 10px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 630px;
}
#relatedPost {
    background: none repeat scroll 0 0 #f5f5f5;
    box-sizing: border-box;
    margin: 10px 10px 0;
    padding: 10px 30px 20px;
    position: relative;
}
#relatedPost h3 {
    position: relative;
    text-align: center;
}
#relatedPost h3:before {
    background: url("./img/line_related-article.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 210px;
}
#relatedPost h3:after {
    background: url("./img/line_related-article.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 210px;
}
#relatedPost ul {}
#relatedPost ul li {
    font-size: 90%;
    min-height: 50px;
    padding: 7px 0 0 50px;
}
#relatedPost ul li a {}
#relatedPost ul li .status {}


/* page */
#pageContent {
    border-bottom: 1px solid #ccc;
}
#pageContent section section {
    margin: 0 10px;
}
#pageContent .wpcf7 {
    border-top: 2px solid #ccc;
    padding: 20px 0;
}
.privacy_policy { font-size: 80%; }
.privacy_policy p {
    line-height: 20px !important;
}
.contact p {
    margin-bottom: 10px !important;
}

/* author */
#authorGrid {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 2px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 10px;
}
#authorGrid li {
    background: none repeat scroll 0 0 #f8f8f8;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    margin: 20px 10px 30px;
    min-height: 180px;
    padding-top: 35px;
    position: relative;
    width: 450px;
    text-align: center;
}
#authorGrid li a {}
#authorGrid li a img {
    border: 3px solid #fccbd1;
    border-radius: 28px;
    height: 50px;
    left: 50%;
    margin-left: -28px;
    position: absolute;
    top: -28px;
    width: 50px;
}
#authorGrid li a .author {}
#authorGrid li .text {
    box-sizing: border-box;
    font-size: 80%;
    line-height: 23px;
    padding: 10px 30px;
    text-align: left;
}


/* author */
#authorContents {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 20px 10px;
}
#authorContents h3 {
    background: url("./img/ico_profile.gif") no-repeat scroll left 10px top -2px rgba(0, 0, 0, 0);
    padding-left: 50px;
}
#authorContents h4 {
    background-repeat: repeat-x;
}
#authorContents p {}
#authorPosts {
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
}
#authorPosts h3 {
    background: url("./img/ico_article-list.gif") no-repeat scroll left 10px top 2px rgba(0, 0, 0, 0);
    padding-left: 50px;
    padding-top: 5px;
}
#authorPosts .list {
    padding: 0 10px;
}
#authorPosts .list .article {
    border-top: 1px solid #eaeaea;
    padding: 10px;
}
#authorPosts .list .article:first-child {
    border: medium none;
}
#authorPosts .list .article a {
	display: block;
    transition: all 0.3s ease-in-out 0s;
}
#authorPosts .list .article a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#authorPosts .list .article .content {
    color: #444444;
}
#authorPosts .list .article .status {}

/* thanks */
#thanks {
	background: url("./img/img_thanks.jpg") no-repeat scroll center 150px #fff;
	height: 600px;
	position: relative;
}
#thanks .box {
	line-height: 25px;
	position: absolute;
	padding: 20px 30px;
}
#thanks .box h3 {
	color: #f7808e;
	font-size: 120%;
}
#thanks .box p {
	padding: 10px 20px;
}
#thanks .box a {
	background: none repeat scroll 0 0 #ff8392;
	border-radius: 5px;
	bottom: -50px;
	box-shadow: 0 2px 0 0 #ff445b;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 220px;
	top: 260px;
	text-align: center;
	width: 120px;
}
#thanks .box a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#thanks .search {
	bottom: 80px;
	position: absolute;
	right: 80px;
	width: 400px;
}

/* 404 */
#notFound {
    background: url("./img/img_404.jpg") no-repeat scroll center center #fff;
    height: 640px;
    position: relative;
}
#notFound .box {
    position: absolute;
    right: 70px;
    top: 80px;
    width: 470px;
}
#notFound .box p {}
#notFound .box a {
    background: none repeat scroll 0 0 #ff8392;
    border-radius: 5px;
    bottom: -50px;
    box-shadow: 0 2px 0 0 #ff445b;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 120px;
}
#notFound .box a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#notFound .search {
    bottom: 80px;
    position: absolute;
    right: 80px;
    width: 400px;
}
#searchCat {
    background: none repeat scroll 0 0 #f5f5f5;
    margin: 0 10px;
    padding: 20px;
    position: relative;
    text-align: center;
}
#searchCat:before {
    background: url("./img/404_bottom.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 8px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 960px;
}
#searchCat h3 {
    background: url("./img/ico_category.gif") no-repeat scroll left 350px center rgba(0, 0, 0, 0);
    font-size: 110%;
    height: 33px;
    line-height: 33px;
    padding-left: 40px;
    position: relative;
}
#searchCat h3:before {
    background: url("./img/line_category-list.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 320px;
}
#searchCat h3:after {
    background: url("./img/line_category-list.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 320px;
}
#searchCat ul {
    margin-top: 20px;
}
#searchCat ul li {
    display: inline-block;
    width: 250px;
}
#searchCat ul li a {
    background: url("./img/arrow_b_brown.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 15px;
}

/* sidebar */
#secondary aside {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
}
#secondary aside h2 {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 40px;
}
#professionalBox {
    margin-top: 28px;
    padding: 35px 0 0 !important;
    position: relative;
}
#professionalBox img {
    border: 3px solid #fccbd1;
    border-radius: 28px;
    left: 120px;
    position: absolute;
    top: -28px;
}
#professionalBox .author {
    font-weight: bold;
    text-align: center;
}
#professionalBox .text {
    font-size: 85%;
    padding: 10px;
}
#professionalBox .archive {
    border-top: 2px solid #eaeaea;
    padding: 10px;
}
#professionalBox ul , #experiencesBox ul {}
#professionalBox ul li , #experiencesBox ul li {
    margin-top: 20px;
}
#professionalBox ul li:first-child {
    margin-top: 10px;
}
#professionalBox ul li span , #experiencesBox ul li span {
    background: none repeat scroll 0 0 #fccbd1;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 22px;
}
#professionalBox ul li a , #professionalBox ul li p , #experiencesBox ul li a {
    display: block;
    margin-left: 30px;
}
#experiencesBox h2 { background: url("./img/ico_backnumber.gif") no-repeat scroll left center rgba(0, 0, 0, 0); }
#categoryList {
    overflow: hidden;
    padding: 0 !important;
}
#categoryList h2 {
    background: url("./img/ico_category.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin: 10px;
}
#categoryList > ul {
    font-size: 85%;
}
#categoryList > ul > li {
    border-top: 1px solid #eaeaea;
    line-height: 50px;
}
#categoryList > ul > li > a {
	background-image: url("./img/ico_folder-close.gif") , url("./img/arrow_l_right.gif");
	background-repeat: no-repeat , no-repeat;
	background-position: left 10px center , right 10px center;
    display: block;
    padding-left: 40px;
}
#categoryList > ul > li > a:hover {
	background-image: url("./img/ico_folder-open.gif") , url("./img/arrow_l_right.gif");
	background-color: #f5f5f5;
}
#categoryList > ul > li > p {
	background-image: url("./img/ico_folder-open.gif") , url("./img/arrow_l_down.gif");
	background-repeat: no-repeat , no-repeat;
	background-position: left 10px center , right 10px center;
	background-color: #f5f5f5;
    padding-left: 40px;
	color: #ff8392
}
#categoryList ul li p a {
    color: #ff8392;
}
#categoryList > ul > li > ul > li {
    line-height: 35px;
}
#categoryList > ul > li > ul > li > a {
    background: url("./img/arrow_s_gray.png") no-repeat scroll left 22px center rgba(0, 0, 0, 0);
    display: block;
    padding-left: 40px;
}
#categoryList > ul > li > ul > li > a:hover {
	background-color: #f5f5f5;
}
#categoryList > ul > li > ul > li > p {
    background: url("./img/arrow_s_down.gif") no-repeat scroll left 20px center #f5f5f5;
    padding-left: 40px;
	color: #ff8392
}
#categoryList > ul > li > ul > li > ul {
	background: #f5f5f5;
}
#categoryList > ul > li > ul > li > ul > li {}
#categoryList > ul > li > ul > li > ul > li > a {
    background: url("./img/list_circle.gif") no-repeat scroll left 40px center rgba(0, 0, 0, 0);
    display: block;
    padding-left: 60px;
}
#categoryList > ul > li > ul > li > ul > li > a:hover {}
#categoryList > ul > li > ul > li > ul > li > p {
    background: url("./img/list_checked.gif") no-repeat scroll left 36px center rgba(0, 0, 0, 0);
    color: #ff8392;
    padding-left: 60px;
}

#ranking {}
#ranking h2 { background: url("./img/ico_ranking.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
#ranking ol {}
#ranking ol li {
    font-size: 90%;
    padding: 10px 0 10px 55px;
}
#ranking ol li.rank1 { background: url("./img/rank/ico_rank1.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
#ranking ol li.rank2 { background: url("./img/rank/ico_rank2.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
#ranking ol li.rank3 { background: url("./img/rank/ico_rank3.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
#ranking ol li.rank4 { background: url("./img/rank/ico_rank4.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
#ranking ol li.rank5 { background: url("./img/rank/ico_rank5.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
#ranking ol li.rank6 { background: url("./img/rank/ico_rank6.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
#ranking ol li.rank7 { background: url("./img/rank/ico_rank7.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
#ranking ol li.rank8 { background: url("./img/rank/ico_rank8.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
#ranking ol li.rank9 { background: url("./img/rank/ico_rank9.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
#ranking ol li.rank10 { background: url("./img/rank/ico_rank10.png") no-repeat scroll left center rgba(0, 0, 0, 0); }
#ranking ol li p {
    color: #999;
    font-size: 80%;
}
#authorList {}
#authorList h2 { background: url("./img/ico_profile.gif") no-repeat scroll left center rgba(0, 0, 0, 0); }
#authorList ul {}
#authorList ul li {
    border-top: 1px solid #eaeaea;
    overflow: hidden;
    padding: 10px 0;
}
#authorList ul li:first-child { border: none; }
#authorList ul li .left {
    float: left;
}
#authorList ul li .left img {
    border: 3px solid #fccbd1;
    border-radius: 28px;
}
#authorList ul li .right {
    margin-left: 66px;
}
#authorList ul li .right .author {
    font-weight: bold;
}
#authorList ul li .right .text {
    font-size: 80%;
}
#authorList > p {
    font-size: 85%;
    margin-top: 10px;
    text-align: right;
}
#pageList h2 { background: url("./img/ico_contents.gif") no-repeat scroll left center rgba(0, 0, 0, 0); }
#pageList ul {
    padding: 0 5px;
}
#pageList ul li {
    background: url("./img/arrow_s_gray.png") no-repeat scroll left top 9px rgba(0, 0, 0, 0);
    padding: 3px 0 3px 15px;
    position: relative;
}

/* footer */
#toTop {
    margin: auto;
    position: relative;
    width: 960px;
}
#toTop a {
    display: block;
    position: absolute;
    right: 0;
    top: -60px;
}
#toTop a:hover { opacity: 0.7; }
#footerWrap .inner {
    font-size: 85%;
    padding: 30px 0;
}
#footerWrap .inner .left, #footerWrap .inner .center {
    color: #fff;
    float: left;
    margin-right: 30px;
    width: 300px;
}
#footerWrap .inner .left h3, #footerWrap .inner .center h3 {
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
}
#footerWrap .inner .left ul , #footerWrap .inner .center ul {
    margin-top: 10px;
}
#footerWrap .inner .left ul li , #footerWrap .inner .center ul li {
    background: url("./img/arrow_s_white.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 15px;
}
#footerWrap .inner .right {
    background: none repeat scroll 0 0 #fff;
    border-top: 3px solid #ff8392;
    box-sizing: border-box;
    float: right;
    margin-top: 50px;
    padding: 30px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 300px;
}