@charset "utf-8";

/* 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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
    /*background: none repeat scroll 0 0 #eaeaea;*/
    color: #333333;
    font-size: 14px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 auto 0;
    padding: 0;
    line-height: 20px;
    /*-webkit-text-size-adjust: 100%;*/
    }
    
/***** Hyperlinks ********************/

a, a:visited,
#sidebar a, #sidebar a:visited {
    color: #B2265D;
    text-decoration: none;
    }
    
a:hover,
#sidebar a:hover {
    color: #B2265D;
    text-decoration: underline;
    opacity:0.8;
    }
    
a img {
    border: none;
    }
    
a:focus, a:hover, a:active {
    outline: none;
    }

/***** Wrap ********************/

#wrap {
    background: url(../images/contentsbg.png) repeat-x scroll 0 0 #FBFBFB;
    width: 960px;
    margin: 10px auto 10px;
    position: relative;
    box-shadow: 0 1px 3px #333333;
    -moz-box-shadow: 0 1px 3px #333333;
    -webkit-box-shadow: 0 1px 3px #333333;
    border: 1px solid #C0C0C0; /* IE7 */
    }

/***** Header  ********************/

#header {
    background: #111111;
    width: 960px; 
    height: 90px;
    color : #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    }

#title-area {
    width: 460px;
    float: left;
    margin: 0; 
    padding: 15px 0 0 0;
    overflow: hidden;
    }
    
#title-area #title {
    color: #fff;
    font-size: 30px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 20px;
    text-decoration: none;
    line-height: 36px;
    }
    
#title-area #title a {
    color: #fff;
    margin: 0; 
    padding: 0;
    text-decoration: none;
    }
    
#title-area #title a:hover {
    color: #fff;
    text-decoration: none;
    }
    
#title-area #description {
    color: #fff;
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
    margin: 0; 
    padding: 0 0 0 20px;
    }

#header .widget-area {
    width: 488px;
    float: right;
    margin: 0; 
    padding: 0;
    }
    
#header .widget-area p {
    margin: 0;
    padding: 0 0 5px 0;
    }
    
#header .widget-area .ul {
    margin: 0;
    padding: 0 0 15px 0;
    }
    
#header .widget-area ul li {
    list-style-type: square;
    margin: 0;
    padding: 0;
    }

/***** Image Header - Partial Width ********************/

#header #title-area {
    background: url(../images/logo.png) left top no-repeat;
    }

#title-area, #title-area #title, #title-area #title a {
    display: block; 
    float: left;
    width: 420px;
    height: 90px;
    margin: 0; 
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    }
    
#title-area #description {
    display: block;
    width: 0; 
    height: 0;
    overflow: hidden;
    }

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
    width: 960px;
    }
    
/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
    width: auto;
    float: right;
    list-style: none;
    color: #fff;
    font-weight: bold;
    margin: 55px 0 0 0;
    padding: 0;
    }
    
#header ul.nav li, #header ul.menu li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    }
    
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
    background: #444444;
    color: #fff;
    display: block;
    font-size: 86%;
    margin: 0 5px 0 0;
    padding: 8px 10px 7px 10px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    }

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
    background: #666666;
    color: #fff;
    }

#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 11px;
    right: 5px;
    }
    
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
    background: #666666;
    color: #fff;
    width: 148px; 
    font-size: 86%;
    margin: 0;
    padding: 6px 10px 6px 10px;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    text-transform: none;
    position: relative;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -khtml-border-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    }
    
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
    background: #888888;
    }

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
    top: 10px;
    }

#header ul.nav li ul, #header ul.menu li ul {
    z-index: 9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 170px;
    margin: 0;
    padding: 0;
    }

#header ul.nav li ul a, #header ul.menu li ul a { 
    width: 150px;
    }

#header ul.nav li ul ul, #header ul.menu li ul ul {
    margin: -33px 0 0 169px;
    }

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
    left: -999em;
    }

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
    left: auto;
    }

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
    position: static;
    }

/***** Primary Navigation ********************/

#nav {
    background: url(../images/nav-red.png);
    color: #fff;
    font-weight: bold;
    margin: 0 auto 0;
    padding: 0;
    text-transform: uppercase;
    }
    
#nav .wrap {
    width: 960px;
    margin: 0 auto 0;
    padding: 0;
    overflow: hidden;
    }

#nav ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    }
    
#nav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    }
    
#nav li a {
    background: url(../images/navline-red.png) right no-repeat;
    color: #fff;
    display: block;
    margin: 0;
    padding: 7px 22px 8px 20px;
    text-decoration: none;
    position: relative;
    }

#nav li a:hover {
    background: url(../images/navhov.png) top right;
    color: #fff;
    }
    
#nav li a .sf-sub-indicator {
    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    }
    
#nav li li a, #nav li li a:link, #nav li li a:visited {
    background: #777777;
    color: #fff;
    width: 148px; 
    font-size: 11px;
    margin: 0;
    padding: 5px 10px 5px 10px;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    position: relative;
    }
    
#nav li li a:hover, #nav li li a:active {
    background: #222222;
    }

#nav li ul {
    z-index: 9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 170px;
    margin: 0 0 0 -1px;
    padding: 0;
    }

#nav li ul a { 
    width: 150px;
    }

#nav li ul ul {
    margin: -31px 0 0 169px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
    left: -999em;
    }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
    left: auto;
    }

#nav li:hover, #nav li.sfHover { 
    position: static;
    }
    
/***** Primary Navigation Extras ********************/
    
#nav li.right {
    float: right;
    margin: 0;
    padding: 4px 10px 0 0;
    }

#nav li.right a {
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    }
    
#nav li.right a:hover {
    color: #fff;
    text-decoration: underline;
    }

#nav li.rss a {
    background: url(../images/rss.png) no-repeat left center;
    margin: 0 0 0 10px;
    padding: 3px 0 3px 16px;
    }
    
#nav li.search {
    padding: 0 5px 0 0;
    }
    
#nav li.twitter a {
    background: url(../images/twitter-nav.png) no-repeat left center;
    padding: 3px 0 1px 20px;
    }
    
/***** Secondary Navigation ********************/

#subnav {
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 0;
    padding: 0;
    }
    
#subnav .wrap {
    width: 960px;
    margin: 0 auto 0;
    padding: 0;
    overflow: hidden;
    }

#subnav ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    }
    
#subnav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    }
    
#subnav li a {
    color: #fff;
    display: block;
    font-size: 86%;
    margin: 0;
    padding: 6px 10px 5px 10px;
    text-decoration: none;
    position: relative;
    }

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
    background: #777777;
    color: #fff;
    }
    
#subnav li a .sf-sub-indicator {
    background: none;
    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    }
    
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
    background: #333333;
    color: #fff;
    width: 158px; 
    font-size: 11px;
    margin: 0;
    padding: 4px 10px 4px 10px;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
    border-bottom: 1px solid #777777;
    position: relative;
    }
    
#subnav li li a:hover, #subnav li li a:active {
    background: #777777;
    }

#subnav li ul {
    z-index: 9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 180px;
    margin: 0;
    padding: 0;
    }

#subnav li ul a { 
    width: 160px;
    }

#subnav li ul ul {
    margin: -29px 0 0 179px;
    }

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
    left: -999em;
    }

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
    left: auto;
    }

#subnav li:hover, #subnav li.sfHover { 
    position: static;
    }

/***** Inner ********************/

#inner {
    width: 940px;
    margin: 10px auto 10px;
    padding: 0;
    }

/***** Tabs ********************/

.ui-tabs {
    clear: both;
    width: 590px;
    margin: 0 0 10px 0;
    padding: 10px;
    overflow: hidden;
    }
    
#content .ui-tabs .post {
    background: #F7F7F7;
    margin: 0 0 5px 0;
    padding: 15px;
    overflow: hidden;
    }

.ui-tabs .ui-tabs-hide { /* hide tabs */
     display: none;
    }

.ui-tabs .ui-tabs-panel {
    width: 560px;
    margin: 0; 
    padding: 0;
    }

.ui-tabs ul.ui-tabs-nav {
    list-style-type: none;
    margin: 5px 0 0 0; 
    padding: 0;
    font-size: 86%;
    clear: both;
    }
    
.ui-tabs ul.ui-tabs-nav li {
    display: inline;
    text-align: center;
    margin: 0 5px 0 0; 
    padding: 0;
    }
    
.ui-tabs ul.ui-tabs-nav li a {
    background: #DDDDDD;
    color: #111111;
    margin: 0; 
    padding: 7px 10px 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    }
    
.ui-tabs ul.ui-tabs-nav li a:hover {
    background: #F7F7F7;
    color: #111111;
    }
    
.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
    background: #F7F7F7;
    color: #111111;
    }
    
.ui-tabs .image {
    margin: 0 10px 0 0;
    padding: 0;
    }
    
.ui-tabs .more-link {
    background: #444444;
    color: #fff;
    float: right;
    margin: 15px 0 0 0; 
    padding: 2px 7px 2px 7px;
    text-decoration: none;
    text-transform: uppercase;
    }
    
.ui-tabs .more-link:hover {
    background: #B2265D;
    }

/***** Homepage ********************/
    
#featured-top {
    width: 590px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    }

#featured-bottom,
#featured-bottom02,
#featured-bottom03 {
    width: 590px;
    float: left;
    margin: 0;
    padding: 0;
    }
    
.featured-middle-left,
.featured-middle2-left,
.featured-bottom-left {
    width: 290px;
    float: left;
    margin: 0;
    padding: 0;
    }

.featured-middle-right,
.featured-middle2-right,
.featured-bottom-right {
    width: 290px;
    float: right;
    margin: 0;
    padding: 0;
    }
    
#content #featured-top h2,
#content #featured-top h2 a,
#content #featured-bottom h2,
#content #featured-bottom h2 a,
#content #featured-bottom02 h2,
#content #featured-bottom02 h2 a,
#content #featured-bottom03 h2,
#content #featured-bottom03 h2 a {
    color: #111111;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
    }
    
#content #featured-top h2 a:hover,
#content #featured-bottom h2 a:hover {
    color: #B2265D;
    text-decoration: none;
    }
    
#content #featured-top .ui-tabs h2,
#content #featured-top .ui-tabs h2 a {
    /*font-size: 20px;*/
    margin: 0 0 5px 0;
    }
    
#content #featured-bottom h2,
#content #featured-bottom h2 a,
#content #featured-bottom02 h2,
#content #featured-bottom02 h2 a,
#content #featured-bottom03 h2,
#content #featured-bottom03 h2 a {
    font-size: 100%;
    margin: 0 !important;
    }
    
#content #featured-top h4,
#content #featured-bottom h4,
#content #featured-bottom02 h4,
#content #featured-bottom03 h4 {
    color: #111111;
    font-size: 114%;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
    }

#featured-top .wrap,
#featured-bottom .wrap,
#featured-bottom02 .wrap,
#featured-bottom03 .wrap {
    margin: 0;
    padding: 0;
    }
    
#featured-top p,
#featured-bottom p,
#featured-bottom02 p,
#featured-bottom03 p {
    margin: 0;
    padding: 0 0 5px 0;
    }

#featured-top .widget,
#featured-bottom .widget,
#featured-bottom02 .widget,
#featured-bottom03 .widget {
    margin: 0 0 10px 0;
    padding: 0;
    }
    
#featured-top .widget-wrap,
#featured-bottom .widget-wrap,
#featured-bottom02 .widget-wrap,
#featured-bottom03 .widget-wrap {
    margin: 0;
    padding: 0;
    }

#content #featured-top img,
#content #featured-top p img,
#content #featured-bottom img,
#content #featured-bottom p img,
#content #featured-bottom02 img,
#content #featured-bottom02 p img,
#content #featured-bottom03 img,
#content #featured-bottom03 p img {
    background: none !important;
    max-width: none;
    }
    
#featured-bottom .user-profile,
#featured-bottom02 .user-profile,
#featured-bottom03 .user-profile {
    overflow: hidden;
    }
    
#featured-bottom .user-profile p,
#featured-bottom02 .user-profile p,
#featured-bottom03 .user-profile p {
    padding: 10px;
    }

#featured-bottom .widget_tag_cloud div,
#featured-bottom02 .widget_tag_cloud div,
#featured-bottom03 .widget_tag_cloud div {
    padding: 10px 10px 14px 10px;
    }
    
#featured-bottom .user-profile .avatar,
#featured-bottom02 .user-profile .avatar,
#featured-bottom03 .user-profile .avatar {
    background: #F7F7F7;
    float: left;
    margin: 0;
    padding: 4px;
    border: 1px solid #DDDDDD;
    }
    
.more-from-category a {
    font-weight: bold;
    }
    
.more-from-category a:hover {
    text-decoration: underline;
    }
    
/***** Homepage Featured Post/Page ********************/

#featured-top .featuredpost,
#featured-top .featuredpage,
#featured-bottom .featuredpost,
#featured-bottom .featuredpage,
#featured-bottom02 .featuredpost,
#featured-bottom02 .featuredpage,
#featured-bottom03 .featuredpost,
#featured-bottom03 .featuredpage {
    margin: 0 0 10px 0;
    padding: 0;
    }
    
#featured-top .featuredpost .post,
#featured-top .featuredpage .page,
#featured-bottom .featuredpost .post,
#featured-bottom .featuredpage .page,
#featured-bottom02 .featuredpost .post,
#featured-bottom02 .featuredpage .page,
#featured-bottom03 .featuredpost .post,
#featured-bottom03 .featuredpage .page {
    margin: 0;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    clear: both;
    }
    
#featured-top .featuredpost .avatar,
#featured-top .featuredpage .avatar,
#featured-bottom .featuredpost .avatar,
#featured-bottom .featuredpage .avatar,
#featured-bottom02 .featuredpost .avatar,
#featured-bottom02 .featuredpage .avatar,
#featured-bottom03 .featuredpost .avatar,
#featured-bottom03 .featuredpage .avatar {
    margin: 0;
    padding: 4px;
    border: 1px solid #DDDDDD;
    }
    
#featured-top .featuredpost img,
#featured-top .featuredpage img,
#featured-bottom .featuredpost img,
#featured-bottom .featuredpage img,
#featured-bottom02 .featuredpost img,
#featured-bottom02 .featuredpage img,
#featured-bottom03 .featuredpost img,
#featured-bottom03 .featuredpage img {
    background: #fff;
    margin: 0 0 5px 0;
    padding: 4px;
    border: 1px solid #DDDDDD;
    }
    
#featured-top .more-from-category,
#featured-bottom .more-from-category,
#featured-bottom02 .more-from-category,
#featured-bottom03 .more-from-category {
    margin: 0;
    padding: 5px 0 0 0;
    }

/***** Breadcrumb ********************/

.breadcrumb {
    background: #F7F7F7;
    font-size: 11px;
    margin: 0 0 20px 0;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    border: 1px solid #DDDDDD;
    }
    
/***** Taxonomy Description ********************/

.taxonomy-description {
    background: #F7F7F7;
    margin: 0 0 30px 0;
    padding: 10px;
    border: 1px solid #DDDDDD;
    }
    
#content .taxonomy-description p {
    margin: 0;
    padding: 0;
    }

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
    width: 790px;
    margin: 0;
    padding: 0;
    float: left;
    }

.sidebar-content #content-sidebar-wrap, #content-sidebar-wrap {
    width: 940px;
    margin: 0 0 10px 0;
    }

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
    float: right;
    }

/***** Content ********************/

#content {
    background: #fff;
    width: 440px;
    margin: 0 0 10px 0;
    padding: 9px !important;
    border: 1px solid #C0C0C0;
    float: left;
    }

.sidebar-content #content, .sidebar-sidebar-content #content {
    float: right;
    }
    
.sidebar-content #content, #content {
    width: 590px;
    margin: 0;
    padding: 0;
    }
    
.full-width-content #content {
    width: 920px;
    margin: 0 0 10px 0;
    padding: 0;
    }

#content blockquote {
    background: #F7F7F7;
    margin: 0 15px 15px 15px;
    padding: 10px 20px 0 15px;
    border: 1px solid #DDDDDD;
    }

#content .post {
    margin: 0 0 40px 0;
    padding: 10px;
    }
    
#content .page {
    margin: 0;
    padding: 10px;
    }

#content .post p {
    margin: 0;
    padding: 0 0 10px 0;
    }
    
#content .archive-page {
    float: left;
    width: 50%;
    margin: 0;
    padding: 20px 0 20px 0;
    }

.clear {
    clear: both;
    }
    
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
    color: #111111;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 5px 0;
    padding: 0;
    }

#content h1 {
    font-size: 22px;
    margin: 0 0 10px 0;
    }
    
#content h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    }
    
#content h2 a, #content h2 a:visited {
    text-decoration: none;
    }
    
#content h2 a:hover {
    color: #B2265D;
    text-decoration: none;
    }
    
#content h3 {
    font-size: 128%;
    }
    
#content h4, #header .widget-area h4 {
    font-size: 114%;
    }
    
#header .widget-area h4 {
    color: #fff;
    }
    
#content h5 {
    font-size: 100%;
    }
    
#content h6 {
    font-size: 86%;
    }
    
/***** Unordered/Ordered Lists ********************/

#content .post ul, #content .page ul, #content .post ol, #content .page ol {
    margin: 0;
    padding: 0 0 15px 0;
    }
    
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li {
    margin: 0 0 0 20px;
    padding: 0;
    }
    
#content .post ul li, #content .page ul li {
    list-style-type: square;
    }

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
    padding: 0;
    }
    
/***** Post Info ********************/
    
.post-info {
    margin: 0 0 15px 0;
    padding: 0;
    }
    
.post-info p {
    margin: 0;
    padding: 0;
    }
    
/***** AdSense ********************/
    
.adsense {
    padding: 10px 0 10px 0;
    border-top: 1px solid #DDDDDD;
    }
    
/***** Post Meta ********************/
    
.post-meta {
    margin: 0;
    padding: 5px 0 0 0;
    border-top: 1px solid #DDDDDD;
    clear: both;
    }
    
/***** Author Box ********************/
    
.author-box {
    background: #F7F7F7;
    margin: 0 0 40px 0;
    padding: 10px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    }
    
.author-box p {
    margin: 0;
    padding: 0;
    }
    
.author-box img {
    background: #fff !important;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px;
    border: 1px solid #DDDDDD;
    }
    
/***** Post Icons ********************/
    
.time {
    background: url(../images/icon-time.png) no-repeat top left;
    margin: 0 0 0 3px;
    padding: 0 0 2px 18px;
    }
    
.post-comments {
    background: url(../images/icon-comments.png) no-repeat top left;
    margin: 0 0 0 3px;
    padding: 0 0 2px 18px;
    }
    
.categories {
    background: url(../images/icon-categories.png) no-repeat top left;
    margin: 0 0 0 3px;
    padding: 0 0 2px 20px;
    }
    
.tags {
    background: url(../images/icon-tags.png) no-repeat top left;
    margin: 0 0 0 3px;
    padding: 0 0 2px 18px;
    }

/***** Images ********************/

#content .entry-content .post-image {
    padding: 4px;
    border: 1px solid #DDDDDD;
    }

#content .post-image {
    margin: 0 10px 10px 0;
    padding: 4px;
    border: 1px solid #DDDDDD;
    }

img.centered  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0;
    }
    
img.alignnone {
    padding: 0;
    margin: 0 0 10px 0;
    display: inline;
    }
    
img.alignleft {
    padding: 0;
    margin: 0 10px 10px 0;
    display: inline;
    }

img.alignright {
    padding: 0;
    margin: 0 0 10px 10px;
    display: inline;
    }
    
.aligncenter {
    display: block;
    margin: 0 auto 10px;
    }
    
.alignleft {
    float: left;
    margin: 0 10px 0 0;
    }

.alignright {
    float: right;
    margin: 0 0 0 10px;
    }

.wp-caption {
    background: #F7F7F7;
    text-align: center;
    padding: 5px 0 0 1px;
    border: 1px solid #DDDDDD;
    }

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0;
    }

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 86%;
    }
    
img.wp-smiley, img.wp-wink {
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    }

/***** Post Navigation ********************/

.navigation {
    width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
    overflow: hidden;
    }
    
.navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

.navigation li {
    display: inline;
    }

.navigation li a {
    background: #111111;
    color: #fff;
    padding: 5px 8px 5px 8px;
    border: 1px solid #111111;
    }

.navigation li a:hover, .navigation li.active a {
    background: #B2265D;
    color: #fff;
    border: 1px solid #B2265D;
    text-decoration: none;
    }

.navigation li.disabled {
    margin: 0;
    padding: 5px 8px 5px 8px;
    border: 1px solid #B2265D;
    }

/***** Primary & Secondary Sidebars ********************/

#sidebar {
    width: 320px;
    float: right;
    margin: 0;
    padding: 0;
    display: inline;
    }
    
#sidebar-alt {
    width: 140px;
    float: left;
    margin: 0;
    padding: 0;
    display: inline;
    }
    
#sidebar-bottom-left {
    width: 145px;
    float: left;
    margin: 0;
    padding: 0;
    display: inline;
    }
    
#sidebar-bottom-right {
    width: 145px;
    float: right;
    margin: 0;
    padding: 0;
    display: inline;
    }

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
    float: left;
    }
    
.content-sidebar-sidebar #sidebar-alt {
    float: right;
    }

#sidebar .widget, #sidebar-alt .widget {
    background: #fff;
    margin: 0 0 10px 0;
    padding: 9px;
    border: 1px solid #C0C0C0;
    }
    
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
    color: #333;
    font-size: 132%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    }
    
#sidebar div.block {
    margin-top: 7px;
    width: 300px;
}

#sidebar div.inner {
    background-color: #fff
}

#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
    color: #B2265D;
    text-decoration: underline;
    }

#sidebar h4, #sidebar-alt h4 {
    color: #111111;
    font-size: 100%;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
    }
    
#sidebar .widget p, #sidebar-alt .widget p, #sidebar .textwidget p, #sidebar-alt .textwidget p {
    margin: 0;
    padding: 0;
    }

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
    border: none;
    margin: 0;
    padding: 0;
    }

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
    list-style-type: none;
    margin: 5px 0 5px 0;
    padding: 0;
    }

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
    margin: 0;
    padding: 0 0 0 15px;
    }

#sidebar li, #sidebar-alt li {
    background: url(../images/sidebar-list.png) no-repeat top left;
    margin: 0;
    padding: 0 0 0 18px;
    word-wrap: break-word;
    }
    
#sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object {
    width: 300px; 
    height: 225px;
    margin: 0; 
    padding: 0;
    }
    
/***** Sidebar(s) Category Dropdown ********************/
    
#cat {
    background: #F7F7F7;
    color: #B2265D;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 11px;
    margin: 10px 0 5px 0;
    padding: 3px;
    display: inline;
    border: 1px solid #DDDDDD;
    }
    
#sidebar #cat {
    width: 298px;
    }
    
#sidebar-alt #cat {
    width: 128px;
    }

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
    margin: 0 0 15px 0;
    padding: 9px;
    }
    
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    }
    
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
    margin: 0;
    padding: 4px;
    border: 1px solid #DDDDDD;
    }
    
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
    margin: 0;
    padding: 4px;
    border: 1px solid #DDDDDD;
    }

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
    overflow: hidden;
    }

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
    background: #F7F7F7;
    float: left;
    margin: 0;
    padding: 4px;
    border: 1px solid #DDDDDD;
    }
    
#sidebar .user-profile p, #sidebar-alt .user-profile p {
    margin: 0;
    padding: 10px 10px 0 10px;
    }

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
    margin: 0;
    padding: 0 0 10px 10px;
    }
    
/***** Search Form(s) ********************/

.searchform {
    margin: 0;
    }

#header .searchform {
    float: right;
    padding: 40px 0 0 0;
    }
    
#sidebar .searchform {
    padding: 0;
    }
    
#nav .searchform {
    float: right;
    padding: 0;
    }
    
.s {
    background: #F7F7F7 !important;
    color: #222222;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 86%;
    margin: 0 5px 0 0;
    padding: 4px 0 4px 5px;
    border: 1px solid #DDDDDD;
    }
    
#header .s, #nav .s, #sidebar .s {
    width: 230px;
    }
    
#sidebar-alt .s {
    width: 80px;
    }

/***** eNews & Updates Widget ********************/

.enews {
    background: url(../images/enews.png) no-repeat top right;
    margin: 0;
    padding: 0 0 5px 0;
    }
    
#sidebar .enews p {
    margin: 0;
    padding: 0;
    }

.enews #subscribe {
    margin: 0;
    padding: 0;
    overflow: hidden;
    }
    
#sidebar .enews #subscribe {
    padding: 0;
    }
    
.enews #subbox {
    background: #F7F7F7 !important;
    width: 240px;
    color: #222222;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 86%;
    padding: 4px 0 4px 5px;
    margin: 5px 8px 0 0;
    border: 1px solid #DDDDDD;
    }

/***** Latest Tweets Widget ********************/

.latest-tweets {
    background: url(../images/twitter.png) top right no-repeat;
    margin: 10px 0 0 0;
    padding: 0;
    }

/***** Calendar ********************/

#wp-calendar {
    margin: 0;
    padding: 0;
    width: 100%;
    }

#wp-calendar caption {
    color: #333333;
    font-size: 86%;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    padding: 2px 5px 0 0;
    text-align: right;
    }

#wp-calendar th {
    color: #333333;
    }

#wp-calendar thead {
    margin: 10px 0 0 0;
    font-weight: bold;
    background: #F7F7F7 !important;
    color: #F7F7F7 !important;
    }

#wp-calendar td {
    background: #F7F7F7;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 2px;
    }

#wp-calendar tfoot td {
    background: none;
    margin: 0;
    padding: 0;
    }
    
/***** Buttons ********************/

#submit, .searchsubmit, .enews #subbutton, .gform_footer .button {
    background: #111111 !important;
    color: #fff;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 86%;
    font-weight: normal !important;
    text-decoration: none;
    margin: 0;
    padding: 2px 5px 2px 5px !important;
    border: 1px solid #111111;
    }

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover {
    background: #B2265D !important;
    border: 1px solid #B2265D;
    }
    
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
    background: #F7F7F7 !important;
    color: #333333 !important;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 86% !important;
    padding: 4px 0 4px 5px !important;
    border: 1px solid #DDDDDD;
    }

.gform_footer input.button {
    color: #fff !important;
    }
    
.gform_wrapper .ginput_complex label {
    font-size: 86% !important;
    }
    
.gform_wrapper li, .gform_wrapper form li {
    margin: 0 0 10px 0 !important;
    }
    
.gform_wrapper .gform_footer {
    border: none !important;
    }

/***** Footer ********************/

#footer {
    background: #111111;
    width: 960px;
    /*height: 20px;*/
    margin: 0 auto 0;
    padding: 10px 0 10px 0;
    clear: both; 
    }

#footer a, #footer a:visited {
    color: #fff;
    text-decoration: none;
    }
    
#footer a:hover {
    color: #fff;
    text-decoration: underline;
    }
    
#footer p {
    margin: 0;
    padding: 0;
    }

#footer .gototop {
    width: 200px;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    }
    
#footer .gototop a {
    margin: 0;
    padding: 2px 0 2px 18px;
    background: url(../images/footer-top.png) no-repeat left center;
    }
    
#footer .creds {
    width: 730px;
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    }

/***** Comments ********************/
    
#respond {
    margin: 0 0 15px 0;
    padding: 0;
    }

#author, #email, #url {
    background: #F7F7F7 !important;
    width: 250px;
    color: #333333;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 86%;
    padding: 3px 0 3px 3px;
    margin: 5px 5px 0 0;
    border: 1px solid #DDDDDD;
    }
    
#comment {
    background: #F7F7F7 !important;
    width: 98%;
    height: 150px;
    color: #333333;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 86%;
    padding: 3px 0 3px 3px;
    margin: 5px 0 5px 0;
    border: 1px solid #DDDDDD;
    }
    
.comment-list, .children {
    margin: 0;
    padding: 0;
    }
    
.ping-list {
    margin: 0 0 40px 0;
    padding: 0;
    }
    
.comment-list ol, .ping-list ol {
    margin: 0;
    padding: 10px;
    }

.comment-list li, .ping-list li {
    font-weight: bold;
    margin: 15px 0 5px 0;
    padding: 10px 5px 10px 10px;
    list-style: none;
    }
    
.comment-list li ul li { 
    margin-right: -6px;
    margin-left: 10px;
    }

.comment-list p, .ping-list p {
    font-weight: normal;
    text-transform: none;
    margin: 10px 5px 10px 0;
    padding: 0;
    }

.comment-list li .avatar { 
    background: #fff;
    float: right;
    border: 1px solid #DDDDDD;
    margin: 0 5px 0 10px;
    padding: 4px;
    }

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
    font-weight: bold;
    font-style: normal;
    }

.commentmetadata {
    font-size: 11px;
    font-weight: normal;
    }

#respond:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

.nocomments {
    text-align: center;
    }

#comments .navigation {
    display: block;
    margin: 10px 0 0 0;
    }

.thread-alt, .thread-even {
    background: #F7F7F7;
    }

.even, .alt, .depth-1 {
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 0;
    }

#article #maincontent #ask_your_comment p.K12 {
    font-size: 100%;
}
    
/* Patched */

.time { background-position: left 0.2em; font-size: 86%; }
.red  { color: crimson; }
.blue { color: #008ad6 !important; }
.gray { color: #747474;}
.bold { font-weight: bold; }
ul.disc li { list-style-position: inside; list-style-type: disc; padding-left: 1.5em; text-indent: -1em; }
#content h2 { font-size: 132%; }

/* --------------------------------------------------------------------------------
  Clearfix
-------------------------------------------------------------------------------- */
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px; /*¥*//*/ height: auto; overflow: hidden; /**/ }

/* --------------------------------------------------------------------------------
  Outline
-------------------------------------------------------------------------------- */

#wrap { background: none repeat scroll 0 0 #EAEAEA; }

#wrap,
#header,
#nav .wrap,
#footer { width: 1000px; }

#content { padding: 7px !important; border: 0 none; border-right: 1px solid #C0C0C0; }

#inner,
.sidebar-content #content-sidebar-wrap,
#content-sidebar-wrap { width: 1000px; }

.sidebar-content #content,
#content { width: 670px; min-height: 1900px; }

#featured-top,
#featured-bottom,
#featured-bottom02,
#featured-bottom03 { width: 648px; }

/*Add 20150807*/
div.block { border-bottom: 1px solid #ddd; border-top: 3px solid #b2265d; clear: both; margin-bottom: 6px; background: url(../images/contentsbg-small.png) repeat-x; }
div.inner {padding: 10px; border: 1px solid #c0c0c0; border-top: 0 none; }
div.nr-block { background-image: none;}
div.nr-block div.nr-block-header { background: rgba(0, 0, 0, 0) url("../images/contentsbg-small.png") repeat-x scroll 0 0 / 100% auto; }
div.nr-block-header div.inner { padding: 10px 10px 0; border-bottom: 0 none; }
#content div.nr-block-header h2.headding { margin-bottom: 0; }
div.nr-block .image { float: right; margin: 0 0 0 12px; padding: 3px; border: 1px solid #ccc; }

/* --------------------------------------------------------------------------------
  Link
-------------------------------------------------------------------------------- */
#content a,
#content a:visited,
#content #featured-top h2 a,
#content #featured-top h2 a:visited,
#content #featured-bottom h2 a,
#content #featured-bottom h2 a:visited,
#content #featured-bottom02 h2 a,
#content #featured-bottom02 h2 a:visited,
#content #featured-bottom03 h2 a,
#content #featured-bottom03 h2 a:visited { color: #B2265D; }

/* --------------------------------------------------------------------------------
  Header
-------------------------------------------------------------------------------- */
/*#header { height: 107px; background: url("../images/logobg.png") repeat-x; }*/
#header { height: 107px; background-color: #fff; }
#header #title-area { background: url(../images/logo-white.png) left top no-repeat; }
#title-area,
#title-area #title,
#title-area #title a { width: 220px; }
#super-banner { float: left; padding: 8px 0 0 30px; }
span.update { position: absolute; top: 87px; left: 15px; padding: 0pt; float: left; font-size: 86%; color: #333; }

/* --------------------------------------------------------------------------------
  Nav
-------------------------------------------------------------------------------- */

#menu-primary-nav { font-size: 93%; }
#nav { background: url(../images/nav-red.png); }
#nav li.arrow-down { background: url(../images/nav-arrow-down.png) no-repeat 140px 11px; }
#nav li.arrow-down a:hover { background: url(../images/navhov-arrow-red.png) no-repeat; }
#nav ul.sub-menu li.menu-item,
#nav ul.sub-menu li.menu-item a { background: url(../images/nav-red.png); font-size:100%; }
#nav li.menu-item { text-align: center; width:166.6px; }
#nav li a:hover,
#nav ul.sub-menu li.menu-item a:hover,
#nav li.last a:hover { background: url(../images/navhov-red.png) top right; opacity:1; }
#nav li.last a { background-image:none; }

/* for IE7 */
*:first-child+html #nav ul.sub-menu li.menu-item,
*:first-child+html #nav ul.sub-menu li.menu-item a { left: -82px; width: 144px; background-image: none } 
*:first-child+html #nav ul.sub-menu li.menu-item a { background: url(../images/nav-red.png); font-size:100%; }
*:first-child+html #nav ul.sub-menu li.arrow-down a:hover { background: url(../images/navhov-arrow-red.png) no-repeat; }

/* --------------------------------------------------------------------------------
  Footer
-------------------------------------------------------------------------------- */
#footer { /*height: 340px;*/ background: #b2265d; }
#footer ul { float: left; padding: 10px 0 0 30px; list-style-type: none; width: 165px; }
#footer ul li.nolink { color:#fff; font-weight: bold; font-size: 116.6%; }
#footer ul li a { color: #fff; }
#footer ul.child { padding: 0 0 0 1em; }
#footer_bar { background: url("../images/footer_bg.gif") repeat-x scroll center top #fff; clear: left; height: 35px; text-align: center; }
#footer_store { background: url("../images/footer_store.gif") repeat scroll 0 0 transparent; height: 35px; margin: 0 auto; width: 647px; }
#footer_store span { display: none; }

/* --------------------------------------------------------------------------------
  Home
-------------------------------------------------------------------------------- */

/* Infomation */
.top-info { margin-bottom: 7px; padding: 7px 0px 0px; height: 25px; }
.top-info p { padding: 0.2em; font-weight: bold; text-indent: 70px; background: url(../images/feature_rounded_info.png) no-repeat 0 0; }

.featured-middle-left,
.featured-middle2-left,
.featured-bottom-left,
.featured-middle-right,
.featured-middle2-right,
.featured-bottom-right { width: 320px; }

/* Featured-top */
.featured-top p.category { font-size: 93%; font-weight: bold; }
#content .featured-top h2,
#content .featured-top h2 a { font-weight: bold; color: #B2265D; margin: 0.1em 0 0; }
.recent-articles { font-size: 93%; line-height:1.4em; }
.recent-articles span { font-weight: bold; padding-right: 0.5em; }
.featured-top img { border: 1px solid #ddd; margin: 0 0 10px; padding: 4px; }
.featured-top .summary { font-size: 93%; margin-top: 0.2em; margin-bottom: 0.4em; line-height: 1.3em; }
.featured-top-notes {
    margin: 1em 0.5em 0;
    padding:0.8em 0 0;
    border-top: 1px dotted #c0c0c0;
    line-height: 1.4;
    font-size: 93%;
}

#content #featured-top,
#content #featured-bottom,
#content #featured-bottom02,
#content #featured-bottom03 { line-height: 1.4em; }

#content #featured-bottom h2,
#content #featured-bottom h2 a,
#content #featured-bottom02 h2,
#content #featured-bottom02 h2 a,
#content #featured-bottom03 h2,
#content #featured-bottom03 h2 a { font-size: 100%; }

#content #featured-top h4,
#content #featured-bottom h4,
#content #featured-bottom02 h4,
#content #featured-bottom03 h4 { margin: 0; }

#content #featured-bottom p,
#content #featured-bottom02 p,
#content #featured-bottom03 p { font-size: 86%; text-align: left; line-height: 1.3em; }

#featured-top .featuredpost .post,
#featured-top .featuredpage .page,
#featured-bottom .featuredpost .post,
#featured-bottom .featuredpage .page,
#featured-bottom02 .featuredpost .post,
#featured-bottom02 .featuredpage .page,
#featured-bottom03 .featuredpost .post,
#featured-bottom03 .featuredpage .page { padding: 5px 0; }

/* headding */
#content h2.headding,
#sidebar h2.headding { font-size: 132%; border-left: 0 none; border-bottom: 1px dotted #c0c0c0; font-weight: bold; line-height: 1.6em; margin: 0 0 12px 0; padding-bottom: 4px; color: #333; }
#sidebar h2.headding { margin-bottom: 7px; }

/* --------------------------------------------------------------------------------
  General Classes
-------------------------------------------------------------------------------- */
.left   { float: left; margin-right: 20px; margin-bottom: 20px; }
.right  { float: right; margin-left: 20px; margin-bottom: 20px; }
.center { margin: 0 auto 20px auto !important; }
.textalignleft { text-align: left; }
.textaligncenter { text-align: center; }
.textalignright { text-align: right; }
.fullwidth { width: 100% !important; }
.morelink { margin: 0; text-align: right; font-size:86%; }
p.gototop { text-align:right; font-size:86%; }
.gototop a { background: url(/elements/201107/images/footer-top.png) no-repeat scroll left center transparent; padding: 1px 1px 1px 16px; }

/* --------------------------------------------------------------------------------
  Article
-------------------------------------------------------------------------------- */
#content p.post-info { padding: 0.2em; }
#content .post p { font-size: 100%; line-height: 1.6em; text-align: justify; }
#article .block { margin-top: 15px; }


/* --------------------------------------------------------------------------------
  Magazeine (Sales)
-------------------------------------------------------------------------------- */
.magazine { line-height: 1.2em; }
.magazine .image { float: right; width: 161px; padding: 15px 10px 0 5px; }
.magazine .image { _padding: 0 2px; } /* IE6 */
.magazine .image a img { padding: 4px; border: 1px solid #ddd; }
.magazine h2 { width: 468px; }
#article .magazine h2 { line-height: 1.2; width: 438px; }
#article .block h2 { padding-top:0; }
#content .block h3 { margin: 0; padding: 5px 0 5px 0; font-weight: bold !important; font-size: 128%; border-top: 0 none; }
.magazine h3 { _margin-top: 0.2em; } /* IE6 */
#content .magazine h3 { margin-left: 10px; }
#article .block h3 { width: 100%; }
#content .magazine h4 { font-weight: bold; margin:0.5em 0 0 0.6em; padding: 0; }
.magazine ul { margin:0 0 5px 0; padding:0; line-height:1em; list-style-type:none; font-size: 100%; }
#article .block .detail,
.magazine .detail { margin:0; padding: 0.5em 0 0 10px; line-height: 1.3em; list-style-type:none; font-size: 100%; text-indent: 0; }
.magazine .detail { _padding-top:0.3em; }/* IE6 */
/* 「特集」などの囲み */
.magazine .featured { font-size: 110%; height: 22px; padding: 3px 0 0 58px; background: url("../images/feature_rounded_00.png") no-repeat 0 0; }
.magazine .featured01 { font-size: 110%; height: 22px; padding: 3px 0 0 58px; background: url("../images/feature_rounded_06.png") no-repeat 0 0; }
.magazine .featured02 { font-size: 110%; height: 22px; padding: 3px 0 0 58px; background: url("../images/feature_rounded_07.png") no-repeat 0 0; }
.magazine .special { font-size: 110%; height: 22px; padding: 3px 0 0 125px; background: url("../images/feature_rounded_03.png") no-repeat 0 0; }
.magazine .souryoku { font-size: 110%; height: 22px; padding: 3px 0 0 75px; background: url("../images/feature_rounded_04.png") no-repeat 0 0; }
.magazine .info { font-size: 110%; height: 22px; padding: 3px 0 0 75px; background: url("../images/feature_rounded_05.png") no-repeat 0 0; }
.magazine .report { font-size: 110%; height: 22px; padding: 3px 0 0 75px; background: url("../images/feature_rounded_08.png") no-repeat 0 0; }
.magazine .button { margin: 5px 0 0 0.5em; }
.magazine .button li { /*float: left; */line-height: 1.2em; padding-right: 1em; }

#inner { margin: 0; }
.sidebar-content #content-sidebar-wrap, #content-sidebar-wrap { margin: 0; }
div.magazine h3 span.label {
    padding:2px 6px 2px;
    background-color:#b94a48;
    border-radius:3px;
    color:#fff;
    font-size:14px;
    font-weight:normal;
}

/* --------------------------------------------------------------------------------
  Sidebar
-------------------------------------------------------------------------------- */
#sidebar { width: 308px; padding-top:7px; }
#sidebar .banner { margin: 0 0 7px 0; }
/*bnsearchbox*/
.bnsearchbox h3 { font-weight: bold; font-size: 100%; }
.bnsearchbox { margin-bottom: 7px; padding:7px 10px 10px; background: url(/elements/201107/images/searchbg.png) no-repeat; height: 43px; }
.bnsearchbox input#search { width: 215px; height:16px; }
.bnsearchbox input#searchsubmit { margin-left: 5px; }
/* book */
#sidebar div.sidebar-books div.book {
    float: left;
    margin: 0 15px 10px 0;
    width: 140px;
}
#sidebar div.sidebar-books div.book img {
    border: 1px solid #ddd;
    padding: 2px;
    background: #fff;
}
#sidebar div.sidebar-books h3 {
    padding: 0.5em 0;
    font-weight: bold;
    line-height: 1.2em;
}
#sidebar div.sidebar-books p.caption {
    font-size: 93%;
    line-height: 1.2em;
}
#sidebar div.sidebar-books div.wrap {
    clear: both;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding-top:7px;
}
/* seminar */
#sidebar div.sidebar-seminar div.icon {
    float: left;
    margin: 0 15px 10px 0;
    width: 72px;
}
#sidebar div.sidebar-seminar div.icon img {
    border: 1px solid #ddd;
    padding: 2px;
    background: #fff;
}
#sidebar div.sidebar-seminar h3 {
    font-size: 114.28%;
    padding: 0.5em 0 0;
    font-weight: bold;
    line-height: 1.1em;
}
#sidebar div.sidebar-seminar p.caption {
    font-size: 93%;
    line-height: 1.2em;
}
#sidebar div.sidebar-seminar div.wrap {
    clear: both;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    margin-top:7px;
    padding: 7px 0;
}

/* --------------------------------------------------------------------------------
  Article Magazine (Slider)
-------------------------------------------------------------------------------- */
#jsMagazineContents { min-height: 333px; }
#jsMagazineContents div.inner { padding: 0; }
div.article-magazine div.columns { width: 580px; font-size:86%; float: left; padding: 10px 0px 10px 70px; }
div.article-magazine div.columns p { width: 190px; float: left; }
div.article-magazine div.columns p a img { padding: 2px; display: block; width: 140px; background: #fff; border: 1px solid #ddd; }
div.article-magazine div.columns p a span { display: block; width: 150px; font-size: 100%; line-height: 1.25; padding-top: 0.5em; }
div.easySlider, div.easySlider ul li { display: block; overflow: hidden; }
#article-slider { display: block; height: 251px; overflow: hidden; width: 650px; }
#jsMagazineContents h2.headding { margin: 0 10px 0 10px; padding-top: 10px; }
#jsMagazineContents div.easySlider ol { background: url("../images/slider.png") repeat-x scroll 0 0 #D6D6D6; border-top: 1px solid #BBBBBB; clear: both; height: 11px; overflow: hidden; padding: 3px; text-align: center; }
#jsMagazineContents div.easySlider ol li.current, div.easySlider ol li.current:hover { background-image: url("../images/bullet_9a.gif"); }
#jsMagazineContents div.easySlider ol li { background: url("../images/bullet_9b.gif") no-repeat scroll center center transparent; cursor: pointer; display: inline; font: 10px/1 Arial,sans-serif; list-style: none outside none; vertical-align: bottom; }
#jsMagazineContents div.easySlider ol li:hover { background-image: url("../images/bullet_9c.gif"); }
#jsMagazineContents div.easySlider ol li a { display: inline-block; vertical-align: baseline; visibility: hidden; width: 15px; }

/* --------------------------------------------------------------------------------
  Series
-------------------------------------------------------------------------------- */
#content .series_wrap { width: 648px; float: left; margin: 0 0 10px 0; padding: 0; }
#content .series h3 {
    font-size: 114%;
    padding-left: 0;
    line-height: 1;
}
#content .series h3 a { color: #333; }
#content .series h4 { font-size: 100%; line-height: 1.2em;}
.series .leftbox { float: left; }
.series .rightbox { float: right; }
.series .leftbox,
.series .rightbox { width: 320px; min-height: 220px; margin: 0; padding: 0; border-bottom: 1px dotted #c0c0c0; }
.series .icon { border: 1px solid #ddd; margin: 0 0 5px; padding: 4px; }
.series p.time { margin: 0 0 0 90px; }
.series p.summary { line-height: 1.3em; padding-bottom: 10px; font-size: 93%; }

#sidebar ul li,
ul.series-ranking li {
  line-height: 1.2;
  padding-bottom: 0.5em;
}

#sidebar ul li.rank1,
#sidebar ul li.rank2,
#sidebar ul li.rank3,
#sidebar ul li.rank4,
#sidebar ul li.rank5,
.rank1,
.rank2,
.rank3,
.rank4,
.rank5 {
  padding-left: 24px;
}

#sidebar ul li.rank1,
.rank1 {
  background: url(/elements/201107/images/icon-rank1.png) no-repeat;
}
#sidebar ul li.rank2,
.rank2 {
  background: url(/elements/201107/images/icon-rank2.png) no-repeat;
}
#sidebar ul li.rank3,
.rank3 {
  background: url(/elements/201107/images/icon-rank3.png) no-repeat;
}
#sidebar ul li.rank4,
.rank4 {
  background: url(/elements/201107/images/icon-rank4.png) no-repeat;
}
#sidebar ul li.rank5,
.rank5 {
  background: url(/elements/201107/images/icon-rank5.png) no-repeat;
}

/* --------------------------------------------------------------------------------
  AD
-------------------------------------------------------------------------------- */
#content #cb_nrotext {
    font-size: 86%;
    color: #333;
}
#content #cb_nrotext ul {
    padding: 0;
}
#content #cb_nrotext ul li {
    list-style-type: none;
    margin: 0;
}
#content .cb_nrotext {
    color: #333;
    font-size: 86%;
}
/* Shortbanner */
.ad_short_banner { margin: 0 0 7px; background-image: none; }
.ad { background-image: none !important; }

/* --------------------------------------------------------------------------------
  Footer
-------------------------------------------------------------------------------- */
#footer { clear: both; }
#footer ul li { line-height: 1.2; padding-bottom: 0.5em; }
#footer,
#nr_footer { font-size:86%; }
#nr_footer { width:830px; margin: auto; padding: 0 85px; background-color:#fff; }
#nr_footer .info { float: left; width:700px; padding:10px }
#nr_footer .info p { margin: 0; }
#footer_store img { border: medium none; height: 35px; width: 647px; }
#footer_logo { float: right; margin-top:20px; }

/* --------------------------------------------------------------------------------
  Page Article
-------------------------------------------------------------------------------- */
#article {
    padding: 0 10px; display: inline-block;
}
#article,
#article p {
    margin: 0.5em 0 1em;
}
/* Add 20140225 */
#article #maincontent h2 {
    font-size: 128.57%;
}
#article #maincontent h3 {
    font-size: 114.28%; /* 16px */
}
#article #maincontent p,
#article div.date,
#article #maincontent ol li,
#article #maincontent ul li {
  font-size: 114.28%; /* 16px */
  line-height: 180%;
}
#article #maincontent .caption {
  font-size: 100%; /* 14px */
  line-height: 1.4;
}

/* --------------------------------------------------------------------------------
  Cover
-------------------------------------------------------------------------------- */
#cover { padding: 0 10px; }
#cover div.head { height: 50px; margin: 20px auto 0; padding-bottom: 0; vertical-align: top; width: 650px; }
#cover h1 { line-height: 1.3em; }
#cover div.box { margin-top: 15px; }
#cover div.box h1 { margin-top: 0; padding-left: 0; border: 0 none; }
#cover div.box img.frame { border: 1px solid #ddd; padding: 2px; }
#cover div.box p.summary { font-size: 93%; }
#cover #head_mini { height: 50px; margin-bottom: 0; margin-top: 20px; padding-bottom: 0; vertical-align: top; width: 650px; }
/*#cover div.block h3 { margin-top: 1em; padding-top:1em; border-top: 1px dotted #ddd; }
#cover div.block h3.first { margin-top: 0; padding-top: 0; border-top: 0 none; }*/
#cover ol.circlebluew { padding-left: 1em; list-style-position: inside; list-style-type: decimal; line-height: 1.4; }
#cover ol.circlebluew li { padding-bottom: 0.5em; }


/* --------------------------------------------------------------------------------
  Blog
-------------------------------------------------------------------------------- */
body.blog #contentarea { width: 670px; }
body.blog #article { width: 410px; float: left; }
body.blog #article h1#maintitle,
body.blog #article h1#subtitle { padding-left: 0; }
body.blog #article div.twitter { margin: 16px 0 0 0; }
.btn_area { padding: 1em 0; }

/* --------------------------------------------------------------------------------
  Backnumber list
-------------------------------------------------------------------------------- */
ul.article_list { padding-left: 0 !important; }
ul.article_list li { list-style-position: inside; list-style-type: disc; text-indent: 0.5em; font-size: 100%; }
/* Add 20140226 */
#content div.pickup-list,
#content div.backnumber-list {
    margin-top: 2em;
}
#content div.pickup-list div.list-header,
#content div.backnumber-list div.list-header{
    margin: 10px 0;
    padding: 10px 10px 1px;
    color: #fff;
    border-top: 5px solid rgb(63,63,63);
    background-color: rgb(93,93,93);
    text-shadow: 0 1px 1px #333;
}
#content #article div.pickup-list h3,
#content #article div.backnumber-list h3 {
    float: left;
    margin: 0 0 5px;
    width: auto;
    padding: 0;
    border: 0 none;
    color: #fff;
    font-size: 114.28%;
}
#content div.list-header span a,
#content div.list-header div a {
    display: block;
    float: right;
    color: #fff;
}
#content div.list-header a,
#content div.list-header a:visited {
    color: #fff;
}
#content div.pickup-list ul li,
#content div.backnumber-list ul li {
    padding-left: 0.7em;
    font-size: 100%;
    line-height: 1.6;
    list-style-position: inside;
    list-style-type: disc;
}

/* --------------------------------------------------------------------------------
  Article Tab
-------------------------------------------------------------------------------- */
div.article-tab { clear: both; }
div.tab-content { padding-top: 10px; }
div.article-tab ul { border-bottom: 1px solid #BBBBBB; line-height: 1; position: relative; text-align: left; width: 630px; z-index: 1; }
div.article-tab ul li { display: inline; position: relative; top: 1px; z-index: 2; }
div.article-tab ul li span { /*background: url("/images/hco/201004/bg/tab.png") repeat-x scroll 0 0 #DFDFDF;*/ border: 1px solid #BBBBBB; display: inline-block; min-height: 1.15em; padding: 0.6em 1.3em 0.3em; vertical-align: bottom; }
div.article-tab ul li.active span { background: none repeat scroll 0 0 #fff; border-bottom: medium none; border-top: 2px solid #B2265D; }
div.article-tab ul li.active span a { cursor: default; text-decoration: none; }
div.article-tab ul li span a { font-size: 93%; line-height: 1.1; vertical-align: baseline; }

/* --------------------------------------------------------------------------------
  Section
-------------------------------------------------------------------------------- */
.section { clear: both; margin: 15px 0 7px; }

/* --------------------------------------------------------------------------------
  Columns
-------------------------------------------------------------------------------- */
/* Two Columns */
.two-columns-left     { float: left; width: 315px; margin-right: 20px; }
.two-columns-left     { _margin-right: 10px; } /* IE6 */
.two-columns-right    { float: right; width: 315px; }
/* Three Columns */
.three-columns-left,
.three-columns-center { float: left; width: 176px; margin-right: 15px; }
.three-columns-left,
.three-columns-center { _margin-right: 7px; } /* IE6 */
.three-columns-right  { float: right; width: 176px; }

/* --------------------------------------------------------------------------------
  Ruby
-------------------------------------------------------------------------------- */
ruby > rt {
    position: relative;
    top: 5px;
    font-size: 50%;
    text-align: start;
}
