/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
    padding: 5px 0;
    padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
    font-size: 16px
    font-size: 1.142857143rem; (16 / $rembase)
    line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
    margin: 24px 0;
    margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'ヒラギノ角ゴ','メイリオ','MSゴシック',sans-serif;
}

body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote{
    padding: 1.5em 1em 0.5em;
    position: relative;
    border-width: 0 0 0 1em;
    border-style: solid;
    border-color: #eeeeee;
    margin: 0 1em 1.5em;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* 20161026 追加-20161031更新 */
pre, pre span {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mr4 {
    margin-right:4px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}
.border-gray {
    border: solid 1px #ccc;
}
.clear {
    clear: both;
}

a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

/* Pマークはホバー効果無効 */
a:hover img.pmark {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.btn {
    background-color: #EEEEEE;
    background-image: linear-gradient(#FFFFFF, #DEDEDE);
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    height: 18px;
    max-width: 98%;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.social-counts span {
    padding-left: 26px;
    font-size: 14px;
    line-height: 17px;
    margin-right: 12px;
}
.social-counts .fb {
    background: url("./images/fb_icon.gif") left center no-repeat;
}
.social-counts .tw {
    background: url("./images/tw_icon.gif") left center no-repeat;
}
.social-counts .gp {
    background: url("./images/gp_icon.gif") left center no-repeat;
}
.social-counts .hb {
    background: url("./images/hb_icon.gif") left center no-repeat;
}
.snsbox03 .sns03 ul { /*20161115改修*/
    height: 25px;
}
.snsbox03 .sns03 ul li {
    float: left;
    display: block;
    margin-right: 10px;
}
.snsbox03 .sns03 ul li:last-of-type {
    margin-left: 8px;
}
/*========================
    define header elements
==========================*/
#header .up-content-wrapper {
    background-color: #000;
    min-width: 980px;
    width: 100%;
}
#header .up-content {
    width: 980px;
    height: 103px;
    margin: auto;
    position: relative;
}
#header .up-content .logo{
    margin-top: 40px;
    float: left;
}

#header .up-content .bps-logo {
    position: absolute;
    right: 0;
    top: 0;
}
#header .up-content .navi {
    float: right;
}

#header .up-content .navi > ul {
    float: right;
    color: #fff;
    margin-top: 60px;
    background: url("./images/li_bg.png") no-repeat right center;
}

#header .up-content .navi > ul li {
    display: inline;
    font-size: 13px;
    background: url("./images/li_bg.png") no-repeat left center;
    line-height: 14px;
}

#header .up-content .navi > ul li a {
    line-height: 14px;
}

#header .up-content .navi > ul li img {
    margin: 0 25px 0 26px;
    vertical-align: bottom;
}

#header .image-wrapper {
    clear: both;
    min-width: 980px;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

#header .image-wrapper .image-content {
    width: 980px;
    margin: 0 auto;
}

#header .image-wrapper .image-content img {
    vertical-align: bottom;
}
/*========================
    end header elements
==========================*/

/*========================
    customize SNS button
=========================*/
iframe.facebook-like-box { /*20161115改修*/
    border: none;
    background-color: transparent;
    overflow:hidden;
    width: 70px;
    height: 20px;
}

iframe.facebook-parts-like-box {
    border: none;
    background-color: transparent;
    overflow:hidden;
    width: 70px;
    height: 35px;
}

iframe.facebook-check-like-box {
    border: none;
    background-color: transparent;
    overflow: hidden;
    width: 750px;
    height: 290px;
}
/*========================
    start main content
==========================*/
#main-wrapper {
    background-color: #fff;
    min-width: 980px;
    width: 100%;
}

#main {
    width: 980px;
    margin: 0 auto;
}

#main > .left-content {
    margin: 40px 0;
    float: left;
    width: 750px;
}

#main > .right-content {
    margin-top: 40px;
}

#main ul.article-list {
}

#main ul.article-list li {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
#main ul.article-list li .thumb {
    border: solid 1px #ccc;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 144px;
    float: left;
}

#main ul.article-list li .thumb img {
    vertical-align: middle;
    max-height: 150px;
    max-width: 150px;
}

#main ul.article-list li .info {
    display: block;
    float: right;
    width: 575px;
    min-height: 160px;
    max-height: 230px;
}

#main ul.article-list li .info .date {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    margin-top: 2px;
}

#main ul.article-list li .info .viewcount {
    display: inline-block;
    float:right;
    font-size: 14px;
    line-height: 22px;
    margin-top: 2px;
    margin-right: 1em;
}

#main ul.article-list li .info .icon {
    display: inline-block;
    line-height: 22px;
    float: right;
}

#main ul.article-list li .info .icon > a {
    display: inline-block;
    width: 95px;
    height: 16px;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    color: #ffffff;
    font-size: 14px;
}

#main .category-wrapper > a {
    display: inline-block;
    width: 95px;
    height: 24px;
    text-decoration: none;
    text-align: center;
    line-height: 24px;
    color: #ffffff
}

#main ul.article-list li .info .icon > a:hover,
#main .category-wrapper > a:hover {
    opacity: 0.8;
}

#main ul.article-list li .info h2.title {
    display: block;
    float: right;
    width: 575px;
    margin-top: 10px;
}

#main ul.article-list li .info h2.title > a {
    min-height: 20px;
    max-height: 120px;
    color: #000;
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
}

#main ul.article-list li .info h2.title > a:hover {
    text-decoration: underline;
}

#main ul.article-list li .info .content-excerption {
    display: block;
    width: 575px;
    max-width: 575px;
    max-height: 6em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 0;
    bottom: 0;
    right: 0px;
    border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
    /*background-color: #608B00;*/
    font-size: 12px;
    line-height: 14px;
}

#main ul.article-list li .footer {
    display: block;
    min-height: 40px;
    max-height: 100px;
    margin-top: 10px;
}

#main ul.article-list li .footer .sns {
    width: 350px;
}

#main ul.article-list li .footer .sns .social-counts {
    margin-bottom: 8px;
}

#main ul.article-list li .footer .tag-list {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 4px;
    max-width: 550px;
    font-size: 12px;
    line-height: 14px;
}

#main ul.article-list li .footer .tag-list a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    background-color: #f6f6f6;
    border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
    padding: 3px 6px;
    line-height: 14px;
    margin-bottom: 5px;
}

#main ul.article-list li .footer .tag-list a:hover {
    background-color: #dddddd;
}

#main ul.article-list li .footer .authors {
    display: inline-block;
    float: right;
    text-align: right;
    height: 30px;
    font-size: 12px;
}

#main ul.article-list li .footer .authors .avatar{
    float: right;
    margin-right: 3px;
}

#main ul.article-list li .footer .authors .avatar img {
    border: solid 1px #ccc;
    vertical-align: middle;
}

#main ul.article-list li .footer .authors .username {
    float: right;
    text-align: right;
    margin-top: 10px;
}

#main ul.article-list li .footer .authors .username p a {
    text-decoration: underline;
    color: #000;
}

#main ul.article-list li .footer .authors .username p a:hover {
    text-decoration: underline;
}

#main ul.article-list li .footer .coauthors-count {
    float: right;
    max-width: 50px;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 2px;
}
#main .right-content {
    float: right;
    width: 230px;
    text-align: right;
}

#main .right-content .navi ul li > .triangle {
    display: inline-block;
    float: left;
    width: 0px;
    height: 0px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 0px solid transparent;
    border-right: 10px solid #FFAC00;
    margin-left: 20px;
}

#main .right-content .navi ul li > a {
    display: inline-block;
    height: 50px;
    text-decoration: none;
    text-align: left;
    line-height: 50px;
    color: #ffffff;
    font-size: 12px;
}

#main .right-content .navi ul li > a:hover {
  opacity: 0.8;
}

#main .right-content .navi ul li.search-form {
    padding: 10px;
    margin-left: 30px;
    width: 180px;
    background-color: #272727;
}

#main .right-content .navi ul li.search-form #searchsubmit {
    margin-left: 10px;
}

#main .right-content .sns-field {
    margin-top: 20px;
    padding-left: 30px;
}
#main .right-content .sns-field ul li {
    display: block;
    height: 40px;
    width: 200px;
    position: relative;
}
#main .right-content .sns-field ul li.facebook {
    background: url("./images/facebook_bg.jpg") no-repeat;
}

#main .right-content .sns-field ul li.twitter {
    background: url("./images/twitter_bg.jpg") no-repeat;
}

#main .right-content .sns-field ul li.rss {
    background: url("./images/rss_bg.jpg") no-repeat;
}

#main .right-content .sns-field ul li.facebook > div {
    position: absolute;
    top: 11px;
    left: 120px;
}

#main .right-content .sns-field ul li.twitter > div {
    position: absolute;
    top: 10px;
    left: 59px;
}


#main .right-content .sns-field ul li.rss .btn-rss {
    position: absolute;
    top: 10px;
    left: 59px;
    font-size: 10px;
    height: 20px;
    width: 130px;
    text-align: center;
}

#main .right-content .adv-field {
    margin-top: 20px;
    margin-left: 30px;
}

#main .right-content .adv-field > img {
    border: solid 1px #ccc;
}

#main .right-content .recruit-info {
    margin-top: 20px;
    margin-left: 30px;
}

#main .right-content .recruit-info .title-field {
    height: 57px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 3px #000;
}

#main .right-content .recruit-info .title-field .left {
    padding-left: 11px;
    padding-top: 21px;
    float: left;
    width: 60px;
}

#main .right-content .recruit-info .title-field .right {
    padding-right: 11px;
    padding-top: 21px;
    float: right;
    width: 40px;
}

#main .right-content .recruit-info .recruit-list {
    padding: 11px 11px 0 11px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

#main .right-content .recruit-info .recruit-list ul li .job {
    background-color: #666;
    padding: 5px;
    text-align: center;
}

#main .right-content .recruit-info .recruit-list ul li .job > p {
    color: white;
    font-size: 12px;
}

#main .right-content .recruit-info .recruit-list ul li .logo {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    text-align: center;
}

#main .right-content .recruit-info .recruit-list ul li .intro {
    margin: 8px 2px;
}

#main .right-content .recruit-info .recruit-list ul li .intro p {
    font-size: 14px;
    text-align: left;
    line-height: 22px;
}

#main .right-content .recruit-info .recruit-list ul li table.provision {
    margin-bottom: 15px;
    font-size: 12px;
    width: 100%;
}

#main .right-content .recruit-info .recruit-list ul li table.provision th {
    text-align: left;
    border-top: solid 1px #ccc;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#main .right-content .recruit-info .recruit-list ul li table.provision td {
    text-align: left;
    border-top: solid 1px #ccc;
    padding-top: 7px;
    padding-bottom: 7px;
}

#main .right-content .popular-article {
    margin-left: 30px;
    margin-top: 20px;
}

#main .right-content .popular-article h3 > img {
    vertical-align: bottom;
}

#main .right-content .popular-article .article-list {
    padding: 11px 11px 0 11px;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    background-color: #f0f0f0;
}

#main .article-list .category-field {
    padding: 5px 7px;
    color: white;
    background-color: #666;
    line-height: 20px;
}

#main .category-field.sysdev {
    background-color: #862651;
}

#main .category-field.infra {
    background-color: #554481;
}

#main .category-field.design {
    background-color: #01b398;
}

#main .category-field.ittips {
    background-color: #126F94;
}

#main .category-field.itlife {
    background-color: #6C9500;
}

#main .category-field.notice {
    background-color: #293C8E;
}

#main .category-field .category {
    font-size: 12px;
    text-align: left;
    float: left;
    width: 78px;
}

#main .right-content .popular-article .article-list .category-field .category {
    font-size: 12px;
    text-align: left;
    float: left;
    width: 78px;
}

#main .right-content .popular-article .article-list .category-field .view-count {
    font-size: 12px;
    text-align: right;
    float: right;
    width: 80px;
}

#main .right-content .popular-article .article-list ul li {
    clear: both;
    word-wrap: break-word;
}
#main .right-content .popular-article .article-list ul li h3 {
    text-align: left;
    margin: 8px 0;
}
#main .right-content .popular-article .article-list ul li h3 a{
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
}

#main .right-content .popular-article .article-list ul li h3 a:hover {
    text-decoration: underline;
}

#main .right-content .popular-article .article-list ul li .author {
    margin-top: 8px;
    margin-bottom: 15px;
}

#main .right-content .popular-article .article-list ul li .author .left {
    width: 33px;
    float: left;
}

#main .right-content .popular-article .article-list ul li .author .left a > img {
    border: solid 1px #ccc;
}

#main .right-content .popular-article .article-list ul li .author .right {
    width: 125px;
    float: left;
    margin-left: 10px;
    text-align: left;
}

#main .right-content .popular-article .article-list ul li .author .right p {
    font-size: 12px;
    line-height: 20px;
}

#main .right-content .popular-article .article-list ul li .author .right p a {
    text-decoration: underline;
    color: #000;
}

#main .right-content .popular-article .article-list ul li .author .right p a:hover {
    text-decoration: underline;
}

/* Pager Override */
#main .left-content .wp-pagenavi {
    text-align: center;
    font-size: 14px;
    margin-top: 53px;
}

#main .left-content .wp-pagenavi span.pages {
    color: white;
    background-color: #666;
    border: none;
    padding: 12px 9px;
    margin: 1px;
}

#main .left-content .wp-pagenavi a,
#main .left-content .wp-pagenavi span {
    background-color: #f0f0f0;
    color: black;
    border: none;
    padding: 12px 9px;
    margin: 1px;
}

#main .left-content .wp-pagenavi a:hover {
    text-decoration: underline;
}

#main .left-content .wp-pagenavi span.current {
    background-color: #ffb416;
    border: none;
    font-weight: normal;
    padding: 12px 13px;
    margin: 1px;
}

#footer {
    margin-top: 100px;
    min-width: 980px;
    width: 100%;
}
#footer .site-info-wrapper {
    background-color: #f0f0f0;
}

#footer .site-info {
    width: 980px;
    margin: auto;
    padding: 36px 0;
    position: relative;
}

#footer .site-info .am-switch-btn {
    position: absolute;
    left: 460px;
    top: -20px;
}

#footer .site-info .pmark {
    position: absolute;
    top: -100px;
    left: 0;
}

#footer .site-info .page-top {
    position: absolute;
    top: -28px;
    right: 0;
}

#footer .left-content,
#footer .center-content {
    float: left;
    width: 290px;
}

#footer .right-content {
    width: 370px;
    float: right;
    padding-top: 36px;
}

#footer .right-content p {
    font-size: 12px;
    line-height: 26px;
}

#footer h4.title {
    font-site: 14px;
    line-height: 26px;
    padding-left: 20px;
    background: url("./images/footer_title_icon.png") left center no-repeat;
}

#footer table.list {
    width: 100%;
    margin-top: 10px;
    margin-left: 3px;
}

#footer table.list th{
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
}

#footer table.list td{
    font-size: 12px;
    line-height: 30px;
}

#footer table.list td a {
    color: black;
    text-decoration: none;
}

#footer table.list td a:hover {
    text-decoration: underline;
}

#footer .copyright-wrapper {
    background-color: #000;
    min-width: 980px;
    width: 100%;
}

#footer .copyright {
    width: 980px;
    margin: auto;
    padding: 17px 0;
    position: relative;
    text-align: left;
}

#footer .copyright .bps-mark {
    position: absolute;
    top: -42px;
    right: 0;
}

#footer .copyright p,
#footer .copyright a {
    color: white;
    line-height: 22px;
    font-size: 12px;
}

#footer .copyright a {
    text-decoration: none;
}
#footer .copyright a:hover {
    text-decoration: underline;
}

#searchform {
    text-align: left;
}

#searchform label.screen-reader-text {
    left: -9000px;
    position: absolute;
}

input#s {
    width: 120px;
    background-color: #989898;
    padding: 0;
    border: none;
    height: 30px;
    float: left;
    text-indent: 4px;
}

#searchform .submit-field {
    height: 30px;
    float: left;
    width: 60px;
    text-align: right;
    background-color: #989898;
}

input#searchsubmit {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    width: 44px;
    height: 22px;
    margin: 4px 4px 4px 0;
    font-size: 11px;
}

/*============================================
    article styles
==============================================*/
#main h1.entry-title {
    font-size: 24px;
    line-height: 40px;
    border-top: solid 3px #000;
    border-bottom: solid 1px #ccc;
    padding: 32px 0;
}
#content {
    line-height: 24px;
    font-size: 14px;
}


/*20161117 再編成&更新*/
/*table styles*/
#content .entry-content table {
    table-layout: auto;
    margin: 1em auto 1em auto;
    text-align: left;
    max-width: 95%;
}
#content .entry-content table tr th,
#content .entry-content table thead th {
    color: #333333;
    background-color: rgba(109, 147, 19, 0.34);
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
    white-space: nowrap;
    border: 1px solid #eeeeee;
}
#content .entry-content table tr td {
    border: 1px solid #eeeeee;
    font-size: 14px;
    padding: 6px;
}
#content .entry-content table td:nth-child(1) {
    background-color: rgba(109, 147, 19, 0.14);
}
#content .entry-content table td:nth-child(2n) {
    background: #fafafa;
}
#content .entry-content table tr:hover td {
  background: rgba(245,240,240,0.8);
}

/* list style */
#content .entry-content li p.first {
  display: inline-block; }
#content .entry-content li,
#content .entry-content ol,
#content .entry-content ul
 {
  margin: 0; }
#content .entry-content ul li {
  list-style-type: disc;}
#content .entry-content ul ul li {
  list-style-type: circle;}
#content .entry-content ul ul ul li {
  list-style-type: square;}
#content .entry-content ol li {
  list-style: decimal;}
/*#content .entry-content ol li ol,
#content .entry-content ol li ul,
#content .entry-content ul li ol,
#content .entry-content ul li ul,
#content .entry-content ol li ol li,
#content .entry-content ol li ul li,
#content .entry-content ul li ol li,
#content .entry-content ul li ul li {
  margin-bottom: 0px}
*/#content .entry-content ol ol li {
  list-style: lower-alpha;}
#content .entry-content ol ol ol li {
  list-style: lower-roman;}
#content .entry-content > ul,
#content .entry-content > ol {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  }
#content .entry-content ul,
#content .entry-content ol {
  padding-left: 20px; }

#content .entry-content ul :first-child,
#content .entry-content ol :first-child {
  margin-top: 0; }

/* definition style*/
#content .entry-content dl,
#content .entry-content dt,
#content .entry-content dd {
  box-sizing: border-box;
}
#content .entry-content dl {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  background-color : rgba(109, 147, 19, 0.34);
}
#content .entry-content dt {
  width: 35%;
  float: left;
  font-weight : bold;
  border-top: 1px solid #ffffff;
}
#content .entry-content dd {
  border-bottom: 1px solid rgba(109, 147, 19, 0.34);
  border-right: 1px solid rgba(109, 147, 19, 0.34);
  background-color: #fafafa;
  margin-left: 35%;
  padding-bottom: 10px;
}
#content .entry-content dt,
#content .entry-content dd {
  padding: 10px 10px 0 10px;
}
#content .entry-content dd:after {
  content: '';
  display: block;
  clear: both;
}
#content .entry-content dd:hover {
  background: rgba(245,240,240,0.8);
}

#content .entry-content > ol,
#content .entry-content > ul,
#content .entry-content dl {
  margin-top: 1em;
  margin-bottom: 1em;
}

#content .entry-content pre {
  border-bottom: 1px solid rgba(109, 147, 19, 0.34);
  border-right: 1px solid rgba(109, 147, 19, 0.34);
}

#content .entry-content pre code,
#content .entry-content pre code span,
#content .entry-content pre code span span {
  line-height: 22px;
}

/*20161117 再編成&更新ここまで*/

#content .article-info-field { /*20161115改修*/
    min-height: 90px;
    max-height: 200px;
    padding-top: 10px;
    clear : both;
    border-bottom: solid 1px #ccc;
}

#content .article-info-field .left {
    float: left;
}

#content .article-info-field .right {
    float: right;
    text-align: right;
}

#content .article-info-field .category-wrapper {
    display: inline-block;
    float: right;
    width: 100px;
    height: 22px;
}

#content .article-info-field .left.published-date p {
    width: 140px;
    font-size: 14px;
}

#content .article-info-field .secondblock {
    display: inline-block;
    float: left;
    max-width: 750px;
}

#content .article-info-field .secondblock .tags .tag-list {
    display: block;
    margin-top: 14px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 14px;
}

#content .article-info-field .secondblock .tags .tag-list a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    background-color: #eeeeee;
    border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
    padding: 6px;
    line-height: 14px;
    margin-bottom: 5px;
}

#content .article-info-field .secondblock .tags .tag-list a:hover {
    background-color: #dddddd;
}

#content .article-info-field .thirdblock {
    display: inline-block;
    float: right;
    margin-top: 10px;
    min-height: 37px;
    max-height: 140px;
}
#content .article-info-field .thirdblock .authors {
    display: inline-block;
    min-width: 34px;
    max-width: 300px;
    margin-bottom: 8px;
}

#content .article-info-field .thirdblock .authors .avater {
    height: 33px;
}

#content .article-info-field .thirdblock .authors .avatar.img {
    border: solid 1px #ccc;
    height: 33px;
}

#content .article-info-field .thirdblock .authors a {
    text-decoration: none;
    height: 33px;
    color: #000;
}

#content .article-info-field .thirdblock .authors a:hover {
    text-decoration: none;
    opacity: 0.8;
}

#content .article-info-field .thirdblock .authors .username {
    font-size: 12px;
    min-width: 30px;
    max-width: 150px;
    vertical-align: 38%;
    text-decoration: underline;
}

#content .article-info-field .thirdblock .authors .ampersand {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: 36%;
}

#content .article-info-field .left .tags .tag-list {
    display: block;
    margin-top: 14px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 14px;
}

#content .article-info-field .left .tags .tag-list a {
    text-decoration: none;
    color: #000;
    background-color: #f6f6f6;
    border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
    padding: 3px 6px;
    line-height: 14px;
}

#content .article-info-field .left .tags .tag-list a:hover {
    background-color: #dddddd;
}

#content .article-info-field .view-count {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 10px;
}

#content .article-info-field p {
    font-size: 12px;
    line-height: 20px;
}

#content .entry-content {
    padding-top: 30px;
    margin-bottom: 65px;
}

#content .entry-content strong,
#content .entry-content p,
#content .entry-content span,
#content .entry-content li,
#content .entry-content a {
    line-height: 28px;
}

#content .entry-content p {
    margin-bottom: 1em;
}

#content .entry-content img,
#content .entry-content pre {
    margin: 20px;
}

#content .entry-content img {
    clear: both;
    display: block;
    max-width: 98%;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}
/*20161101更新ここまで*/

/*20161031更新*/
#content .entry-content h2,
#main h2.article {
    font-size: 18px;
    line-height: 26px;
    background: url("./images/h2_icon.png") 15px center no-repeat;
    padding: 18px 50px;
    background-color: #f0f0f0;
    margin: 30px 0;
    border-bottom: solid 2px #ccc;
    border-radius: 8px;
}

#content .entry-content h3,
#content .entry-content h3.article {
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0;
    padding: 10px 25px;
    background: url("./images/h3_icon.png") left center no-repeat;
    border-bottom: solid 2px #ccc;
}

#content .entry-content h4,
#content .entry-content h4.article {
    font-size: 14px;
    line-height: 26px;
    margin: 30px 0;
    padding: 10px 15px;
    background: url("./images/h4_icon.png") left center no-repeat;
}
#content .entry-content h5,
#content .entry-content h5.article {
    font-size: 14px;
    line-height: 26px;
    margin: 30px 0;
    padding: 10px 15px;
    background: url("./images/h5_icon.png") left center no-repeat;
}
/*20161031更新ここまで*/
#content .aligncenter,
#content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content .content-box h3 {
    padding: 0 15px;
    background-color: #000;
    color: white;
    font-size: 14px;
    line-height: 50px;
}

#content .content-box .box-wrapper {
    padding: 20px;
    background-color: #f0f0f0;
}

#content .content-box .box-wrapper .abstract {
    clear: both;
    padding: 18px 0;
    border-bottom: solid 1px #ccc;
    font-size: 12px;
    line-height: 22px;
}

#content .content-box .box-wrapper .own-article {

}

#content .content-box .box-wrapper .own-article h4 {
    padding: 18px 0;
    font-size: 14px;
    line-height: 22px;
}

#content .content-box .box-wrapper table.list {
    width: 100%;
}
#content .content-box .box-wrapper table.list td {
    vertical-align: top;
}
#content .content-box .box-wrapper table.list td .content {
    width: 150px;
    margin-left: 32px;
    word-wrap: break-word;
}

#content .content-box .box-wrapper table.list td .content.first {
    margin-left: 0;
}

#content .content-box .box-wrapper table.list td .content .image-field {
    width: 148px;
    height: 148px;
    line-height: 145px;
    border: solid 1px #ccc;
    background-color: white;
    text-align: center;
}

#content .content-box .box-wrapper table.list td .content .image-field > img {
    vertical-align: middle;
    max-height: 148px;
    max-width: 148px;
}

#content .content-box .box-wrapper table.list td a.title {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

#content .content-box .box-wrapper table.list td a.title:hover {
    text-decoration: underline;
}

#content .content-box .box-wrapper table.list td .content p{
    font-size: 12px;
    padding: 5px 0;
}

#content .content-box .box-wrapper table.list td .content .category {
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: white;
    margin-bottom: 5px;
    min-height: 20px;
    background-color: #666;
}

#content .content-box .box-wrapper table.list td .content .category.web {
    background-color: #97464E;
}

#content .content-box .box-wrapper table.list td .content .category.ebook {
    background-color: #875610;
}

#content .content-box .box-wrapper table.list td .content .category.network {
    background-color: #604d8b;
}

#content .content-box .box-wrapper table.list td .content .category.mobile {
    background-color: #127a9e;
}

#content code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  background-color: #F7F7F9;
}

#content p code,
#content ul li code,
#content ol li code,
#content dl dt code,
#content dl dd code,
#content table td code,
#content h2 code,
#content h3 code,
#content h4 code,
#content h5 code {
  color: #7C2047;
  height: 16px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
  border: solid 1px #E1E1E8;
  border-radius: 3px;
}

#content div.comment {
background-color: #ffeedd75;
padding: 1em;
margin: 1em;
border-radius: 2px;
}
/*20161007追加ここまで*/

#main .author-title {
    border-top: 3px solid #000000;
    border-bottom: 1px solid #CCCCCC;
    height: 80px;
    padding: 10px 0;
    margin-bottom: 30px;
}

#main .author-title .left {
    float: left;
    width: 570px;
}

#main .author-title .left h1 {
    font-size: 24px;
    line-height: 80px;
}

#main .author-title .right {
    float: right;
    width: 180px;
    text-align: right;
    line-height: 80px;
}

#main .author-title .right > img {
    border: solid 1px #ccc;
    vertical-align: middle;
    margin-left: 10px;
}

#main .author-title .right > span {
    vertical-align: middle;
}

#main .author-abstract p {
    font-size: 14px;
    line-height: 22px;
}

#main .sns-button {
    margin-top: 30px;
    margin-bottom: 45px;
}

#main .sns-button img.twitter {
    margin-right: 22px;
}

#main .sns-button a {
    text-decoration: none;
}

#main .fb-check {
    margin: 30px 0;
}

// カスタムstyle
#results dl.subject {
  height: 30px;
  margin-bottom: 30px;
  float: left;
}

#results dl.subject dt.numbering {
  color: #ffb416;
  height: 25px;
  width: 55px;
  float: left;
  font-size: 40px;
  font-weight: bold;
  padding-top: 12px;
  padding-right: 25px;
  margin-right: 10px;
  border-right: 1px solid #e1e1e1;
}

#results dl.subject dt.summary {
  color: #ffb416;
  font-size: 14px;
  width: 600px;
  float: left;
}

#results dl.subject dd.outline {
  font-size: 16px;
  float: left;
  width: 600px;
  margin-bottom: 0;
}

#results .clear-fix {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* contact-recruit-visit 採用フォーム スタイル*/

.entry-header .entry-title {
  text-align: center;
  font-size: 200%;
  padding: 2em;
}

#content .entry-content #form-wapper {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}

#content .entry-content #form-wapper .form-message {
  background: #f8f8f8;
  padding: 1em;
}

#content .entry-content #form-wapper dl#contact_table,
#content .entry-content #form-wapper dl#form-agreement {
  max-width: 100%;
}

#content .entry-content #form-wapper input.wpcf7-submit {
  width: 10em;
  padding: 10px 40px;
  font-size: 18px;
  background-color: #1a60ad;
  color: #fff;
}

#content .entry-content #form-wapper #submit-button {
  text-align: center;
  margin: 2em auto 2em auto;
}

#content .entry-content #form-wapper .wpcf7-submit {
  border: none;
  border-radius: 5px;
  background-image: url(images/button_icon.png);
  background-position: 30% 50%;
  background-repeat: no-repeat;
}

#content .entry-content #form-wapper img {
  border-radius: 0;
  box-shadow: 0 0 0;
  margin: 0 0 0 1em;
  position: relative;
  top: 5px;
  display: inline-block;
  float: right;
}

#content .entry-content #form-wapper img:after {
  clear: both;
}

#content .entry-content #form-wapper dd:hover {
  background: rgba(240, 240, 240, 1) /*supress hover*/
}

#content .entry-content #form-wapper dl {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(228, 228, 228, 0.8);
}
#content .entry-content #form-wapper dt {
  width: 35%;
  float: left;
  font-weight : bold;
  font-size: 110%;
  border-top: 1px solid #ffffff;
  padding: 1em 2em 1em 2em;
}
#content .entry-content #form-wapper dd {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background-color: rgba(240, 240, 240, 1);
  margin-left: 35%;
  padding-bottom: 10px;
}

#content .entry-content #form-wapper span.wpcf7-list-item {
  display: block;
}

#content .entry-content #form-wapper span.normal-font {
  font-weight: normal;
  font-size: 90%;
}

#content .entry-content #form-wapper textarea {
  width: 610px;
  height: 18em;
  max-width: 610px;
}

#content .entry-content #form-wapper span.attachment input {
  font-size: 105%;
}

#content .entry-content #form-wapper input.wpcf7-submit:hover {
    opacity: 0.7;
}

#content .entry-content #form-wapper .wpcf7-validation-errors {
  border: 2px solid #ff0000;
}

/* Adwordsタグを入れた後のレイアウト崩れの修正 */
iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

/*WP QuickLaTeX向け*/
#content .entry-content img.ql-img-inline-formula {
    display: inline;
    background-color: inherit;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border-radius: 0;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0;
    margin-bottom: 0;
}

#content .entry-content img.ql-img-displayed-equation {
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border-radius: 0;
}

#content iframe {
    display: block;
    margin: auto;
}

#content twitterwidget {
    margin-left: auto;
    margin-right: auto;
}