@charset "utf-8";
/*
Theme Name: All One
Description: All One
Version: 1.2
Author: Success Creation Suite
*/
/*reset
---------------------------------------*/
* {
 margin: 0;
 padding: 0;
}
a:link {
 color: #9C1312;
}
a:visited {
 color: #601500;
}
a:hover {
 color: #007CEC;
}
a:active {
 color: #770000;
}
a img {
 text-decoration: none;
 border: none;
}
li, ul, ol {
 list-style-type: none;
 padding: 0px;
 text-indent: 0;
 margin: 0px;
}
img {
 vertical-align: bottom;
}
a img {
 text-decoration: none;
 border: none;
}
.img_mid {
 vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
 margin: 0;
 padding: 0;
}
table {
 width: 100%;
 font-size: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}
.none {
 display: none;
}
.clear {
 clear: both;
}
.clearfix {
 display: block;
 height: 0;
 font-size: 0;
 clear: both;
 visibility: hidden;
}
caption, th, td {
 font-weight: normal;
 text-align: left;
}
.small {
 font-size: 0.8em;
 line-height: 1.2em;
}
/*basic style
---------------------------------------*/
.flol {
 float: left;
}
.flor {
 float: right;
}
.txr {
 text-align: right;
}
.txl {
 text-align: left;
}
.txc {
 text-align: center;
}
.nomar {
 margin: 0 !important
}
.bold {
 font-weight: bold;
}
underline {
 text-decoration: underline;
}
.hidden {
 overflow: hidden;
}
.m60 {
 padding-bottom: 60px;
}
h1, h2, h3, h4, h5, h6 {
 clear: both;
}
.a_display {
 display: block;
 width: 100%;
 height: 100%;
}
.ssmall {
 margin-top: 10px;
 font-size: 0.5em;
 line-height: 1.1em;
 color: #521212;
}
/*body
---------------------------------------*/
body {
 text-align: center;
 font-size: 18px;
 line-height: 1.6em;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'モリサワ 新ゴ R', "Shin Go Regular", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #1b1b1b;
 background-color: #000;
}
.wrapper {
 width: 1000px;
 background-color: white;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 20px;
 margin-left: auto;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 0;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.wrapper2 {
 width: 1000px;
 margin: 0 auto 20px auto;
 padding: 0;
}
.two_wrapper {
 float: right;
 width: 740px;
 background-color: white;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.two_wrapper .box790, .two_wrapper .box790s {
 width: 95%;
 margin: 0 auto;
}
.left_column {
 text-align: left;
 padding: 10px;
 float: left;
 width: 230px;
 background-color: white;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 margin-bottom: 20px;
}
.cat_boss {
 font-weight: bold;
 cursor: pointer;
 background: rgb(16, 39, 89); /* Old browsers */
 background: -moz-linear-gradient(top, rgba(16, 39, 89, 1) 0%, rgba(16, 39, 89, 1) 52%, rgba(11, 28, 61, 1) 52%, rgba(8, 35, 43, 1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(16, 39, 89, 1)), color-stop(52%, rgba(16, 39, 89, 1)), color-stop(52%, rgba(11, 28, 61, 1)), color-stop(100%, rgba(8, 35, 43, 1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, rgba(16, 39, 89, 1) 0%, rgba(16, 39, 89, 1) 52%, rgba(11, 28, 61, 1) 52%, rgba(8, 35, 43, 1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, rgba(16, 39, 89, 1) 0%, rgba(16, 39, 89, 1) 52%, rgba(11, 28, 61, 1) 52%, rgba(8, 35, 43, 1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, rgba(16, 39, 89, 1) 0%, rgba(16, 39, 89, 1) 52%, rgba(11, 28, 61, 1) 52%, rgba(8, 35, 43, 1) 100%); /* IE10+ */
 background: linear-gradient(to bottom, rgba(16, 39, 89, 1) 0%, rgba(16, 39, 89, 1) 52%, rgba(11, 28, 61, 1) 52%, rgba(8, 35, 43, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#102759', endColorstr='#08232b', GradientType=0); /* IE6-9 */ ;
 display: block;
 padding: 8px 10px;
 color: #fff;
 margin-bottom: 8px;
 line-height: 1.4em;
 position: relative;
}
.cat_boss:after {
 display: inline-block;
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 position: absolute;
 right: 0px;
 top: 15px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 width: 20px;
 font-size: 13px;
 display: inline-block;
 text-align: right;
 margin-right: 10px;
 color: #84A7FF;
 content: "\f0fe";
}
.left_column ul ul li {
 font-size: 0.75em;
 line-height: 1.2em;
 margin-bottom: 8px;
 position: relative;
 margin-left: 20px;
}
.left_column ul ul li:before {
 display: inline-block;
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 position: absolute;
 left: -25px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 width: 20px;
 font-size: 13px;
 display: inline-block;
 text-align: right;
 margin-right: 10px;
 color: #102759;
}
.itliteracy_list li:before {
 content: "\f108";
}
.mindset_list li:before {
 content: "\f0c2";
}
.businessskill_list li:before {
 content: "\f087";
}
.consulting_list li:before {
 content: "\f007";
}
.left_column ul ul {
 margin-bottom: 20px;
}
#header {
 background-color: #FFF;
 width: 1000px;
 margin-right: auto;
 margin-left: auto;
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.header_in {
 width: 960px;
 color: #fff;
 background-color: transparent;
 padding: 0;
 margin: 0 auto;
 box-shadow: none;
}
.header_in h1 {
 font-size: 11px;
 font-weight: normal;
 color: #98C5FF;
}
#header h1 {
 font-size: 11px;
 line-height: 1.4em;
 font-weight: normal;
 text-align: center;
 padding-top: 3px;
 padding-bottom: 3px;
}
#main {
 width: 1000px;
 padding-bottom: 10px;
 text-align: left;
 margin-right: auto;
 margin-left: auto;
 background-color: #FFF;
 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
a.red_btn {
 margin: 1em auto;
 display: block;
 max-width: 300px;
 width: 63%;
 padding: 10px 0;
 border-radius: 5px;
 text-align: center;
 font-weight: 600;
 text-decoration: none;
 color: white !important;
 box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
 background-image: url(img/red_btn.png);
 background-repeat: repeat;
}
a.red_btn:hover {
 position: relative;
 top: 2px;
 box-shadow: none;
 background-color: #1C0001;
 background-image: none;
}
.grade {
 background-image: url(img/grade.png);
 background-repeat: repeat-x;
 padding-top: 30px;
 height: 520px;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/*opt page
---------------------------------------*/
.top_catch01 {
 background-image: url(img/top_catch01.png);
 background-repeat: no-repeat;
 background-position: center top;
 width: 100%;
 height: 374px;
 position: absolute;
 top: 513px;
}
#profile {
 box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
 width: 730px;
 border-radius: 5px;
 background-image: url(img/nakajima.png);
 background-repeat: no-repeat;
 background-position: 600px 50px;
 position: relative;
 margin-top: 20px;
 margin-right: auto;
 margin-bottom: 20px;
 margin-left: auto;
 padding-top: 85px;
 padding-right: 60px;
 padding-bottom: 50px;
 padding-left: 60px;
}
#profile .company_name {
 font-weight: bold;
 margin-bottom: 1.6em;
 font-size: 1.1em;
 line-height: 1.3em;
}
#profile .birth_place {
 margin-bottom: 1em
}
#profile .mb1 {
 margin-bottom: 1em;
}
#profile h4 {
 background-image: url(img/profile.png);
 background-repeat: no-repeat;
 height: 52px;
 width: 190px;
 position: absolute;
 left: -27px;
 top: 24px;
}
.opt_content {
 width: 900px;
 margin: 0 auto;
}
#top_margin {
 height: 115px;
}
.box_69 {
 width: 690px;
 margin: 1em auto;
}
.box_70 {
 width: 700px;
 margin: 1em auto;
}
.box_78 {
 width: 780px;
 margin: 1em auto;
}
.box_10 {
 width: 1000px;
 margin: 1em auto;
}
/*----------------------
　　フォーム装飾
----------------------*/
#top_form {
 clear: both;
 width: 640px;
 margin: 15px auto;
 padding: 30px 15px;
 border: 1px solid ##828282;
 box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8);
 margin-bottom: 60px;
}
#top_form dt {
 margin: 0 0 9px 0;
 padding: 12px 20px 0px 5px;
 width: 180px;
 float: left;
 clear: both;
 text-align: right;
 font-weight: bold;
}
#top_form dd {
 margin: 0 0 9px;
 padding: 11px 5px 0px 5px;
 width: 390px;
 float: left;
 text-align: left;
}
input[type="text"], input[type="password"], input[type="email"] {
 padding: 3px;
 height: 24px;
 border: 1px solid #999;
 font-size: 18px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: inset 0px 0px 5px #666;
 -moz-box-shadow: inset 0px 0px 5px #666;
 box-shadow: inset 1px 1px 2px #CCC;
}
input[type="radio"], [type="checkbox"] {
 margin: 0 5px 0 0;
 width: 17px;
 height: 35px;
 border: 0 none;
 vertical-align: middle;
}
select {
 padding: 5px;
 border: 1px solid #999;
 font-size: 18px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: inset 0px 0px 5px #666;
 -moz-box-shadow: inset 0px 0px 5px #666;
 box-shadow: inset 1px 1px 2px #CCC;
}
input[type="submit"] {
 padding: 10px 50px;
 font-size: 15px;
 font-weight: bold;
 margin: 3px auto;
 min-width: 280px;
 display: block;
}
#top_form input[type="submit"] {
 cursor: pointer;
 border: 0;
 color: #FFF;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 background-image: url(img/btn01.png);
 height: 87px;
 width: 428px;
 margin-right: auto;
 margin-left: auto;
 text-indent: -9999px;
 padding: 0px;
 margin-top: 15px;
 margin-bottom: 0px;
}
#top_form input[type="submit"]:hover {
 opacity: 0.7;
 cursor: pointer;
 position: relative;
 top: 2px;
}
input[type="button"] {
 padding: 10px 50px;
 background: #333;
 border: 0;
 color: #FFF;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
input[type="button"]:hover {
 opacity: 0.7;
 cursor: pointer;
}
/*----------------------
　　テーブル
----------------------*/
dl, dt, dd {
 margin: 0;
 padding: 0;
}
.cont-box dl {
 margin: 0 0 10px 20px;
 zoom: 1;
}
.cont-box dl.pub_form dt {
 margin: 0 0 9px 0;
 padding: 17px 20px 5px 5px;
 width: 200px;
 float: left;
 clear: both;
 text-align: right;
 font-weight: bold;
}
.cont-box dl.pub_form dt.myou {
 padding-right: 40px;
 width: 180px;
}
.cont-box dl.pub_form > dd {
 margin: 0 0 9px;
 padding: 11px 5px 0px;
 width: 390px;
 float: left;
 text-align: left;
}
.cont-box dl.pub_form > dd input {
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'モリサワ 新ゴ R', "Shin Go Regular", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.center {
 clear: both;
 padding-top: 10px;
}
/*blog
---------------------------------------*/
.blog_container {
 overflow: hidden;
 width: 1000px;
 margin: 0 auto;
 padding: 0;
 text-align: left;
 font-size: 0.86em;
}
.blog_content {
 float: left;
 width: 670px;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 margin: 20px 0;
 background-color: white;
 padding: 20px;
 border-radius: 5px;
}
#blog_list {
 padding-bottom: 30px;
 float: left;
 width: 710px;
}
#blog_list .ex {
 font-size: 0.8em;
 line-height: 1.2em;
}
#blog_list.ar {
 padding-top: 15px;
}
#blog_list .blog_title {
 padding: 0px;
 font-size: 1.2em;
 line-height: 1.1em;
}
#blog_list .list li {
 opacity: 0.95;
 float: left;
 width: 27%;
 margin: 1%;
 padding: 2%;
 background-color: white;
 border-radius: 5px;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#blog_list .blog_content {
 float: none;
}
a.blog_archives_link {
 display: block;
 background-color: white;
 text-align: center;
 font-size: 0.95em;
 font-weight: bold;
 text-decoration: none;
 padding: 5px 12px;
 margin: 20px auto;
 color: #1b1b1b;
 width: 250px;
 border-radius: 5px;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
a.blog_archives_link:hover {
 background-color: #1b1b1b;
 color: white;
}
.blog_aside {
 margin: 20px 0;
 padding: 20px;
 float: right;
 width: 220px;
 background-color: white;
 border-radius: 5px;
 font-size: 0.75em;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.blog_aside .fb-like-box.fb_iframe_widget {
 min-height: 110px;
}
.blog_title {
 padding: 5px;
 border-bottom: #000 2px solid;
 margin-bottom: 0;
 font-size: 1.5em;
 line-height: 1.3em;
}
time {
 display: block;
 text-align: right;
 font-weight: bold;
}
.blog_title a {
 text-decoration: none;
 color: black;
}
/*aside
---------------------------------------*/
#aside {}
.widgettitle {
 border-bottom: dotted 1px #000;
 font-size: 1.3em;
}
.blog_aside ul {
 padding-bottom: 30px;
}
#wp_sidebar li li {
 line-height: 1.8em;
 margin-top: 10px;
 padding-left: 15px;
 background-image: url(img/list_mark.png);
 background-repeat: no-repeat;
 background-position: 0px 5px;
}
/*footer
---------------------------------------*/
#footer {
 background-color: #040B16;
 color: #fff;
 min-height: 200px;
 padding-top: 30px;
}
#footer #pagetop {
 right: 10px;
 position: fixed;
 bottom: 60px;
}
#footer #pagetop a {
 background-image: url(img/pagetop.png);
 display: block;
 height: 52px;
 width: 52px;
}
#footer_in {
 text-align: center;
 color: #FFF;
 font-size: 0.6em;
 line-height: 1.4em;
}
#footer_in a {
 color: #fff;
 text-decoration: none;
}
/*contant
---------------------------------------*/
#content {}
/*archive
---------------------------------------*/
/*searchform sou
---------------------------------------*/
#searchform {
 clear: both;
 float: right;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-top: 10px;
}
#searchform input[type="text"], #searchform input[type="email"] {
 padding: 5px;
 border-radius: 4px;
 border: #999 solid 1px;
}
#searchform input[type="submit"] {
 padding: 5px 10px;
 border-radius: 4px;
 border: #999 solid 1px;
}
.blog_aside input#searchsubmit {
 width: auto;
 min-width: 0%;
 font-size: 1em;
 font-weight: normal;
 padding: 7px 10px;
}
/*contact sou
---------------------------------------*/
.wpcf7-form input {
 padding: 4px;
 border-radius: 4px;
 border: #999 solid 1px;
 margin-bottom: 5px;
}
.wpcf7-form input[type="text"], .wpcf7-form textarea {
 font-size: 18px;
}
.wpcf7-form input[type="checkbox"] {
 border-radius: 4px;
 margin-left: 10px;
}
.wpcf7-form input[type="submit"] {
 padding: 8px 25px;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
 -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
 background: -moz-linear-gradient(top, rgba(63, 63, 63, 0) 0%, rgba(160, 160, 160, 0.65) 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(63, 63, 63, 0)), color-stop(100%, rgba(160, 160, 160, 0.65)));
 background: -webkit-linear-gradient(top, rgba(63, 63, 63, 0) 0%, rgba(160, 160, 160, 0.65) 100%);
 background: -o-linear-gradient(top, rgba(63, 63, 63, 0) 0%, rgba(160, 160, 160, 0.65) 100%);
 background: -ms-linear-gradient(top, rgba(63, 63, 63, 0) 0%, rgba(160, 160, 160, 0.65) 100%);
 background: linear-gradient(to bottom, rgba(63, 63, 63, 0) 0%, rgba(160, 160, 160, 0.65) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003f3f3f', endColorstr='#a6a0a0a0', GradientType=0);
}
.wpcf7-form input[type="submit"]:hover {
 box-shadow: none;
 -moz-box-shadow: none;
 -o-box-shadow: none;
 -webkit-box-shadow: none;
 color: white;
 background-color: #aaa;
}
.wpcf7-form textarea {
 border-radius: 4px;
 border: #999 solid 1px;
 width: 70%;
}
.hissu {
 color: #DA4525;
 font-size: 0.8em;
 font-weight: bold;
}
/*---------------------------------------
wp-pagenavi setting
---------------------------------------*/
.pagelink {
 text-align: center;
 margin-bottom: 20px;
 padding-top: 15px;
 clear: both;
 margin-top: 15px;
 padding-left: 10px;
 padding-right: 10px;
}
.wp-pagenavi {
 clear: both;
 padding-top: 10px;
 padding-left: 10px;
 margin-top: 10px;
 font-size: 1.2em;
}
.wp-pagenavi a, .wp-pagenavi span {
 text-decoration: none;
 padding: 3px 10px;
 margin: 2px;
 border: #666 solid 1px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {}
.wp-pagenavi span.current {
 font-weight: bold;
 border: none;
 color: #999;
}
#page_link {
 overflow: hidden;
 margin: 0 auto;
 width: 95%;
}
.previous {
 clear: both;
 float: left;
}
.next {
 background-image: url(img/reading.png);
 height: 272px;
 width: 620px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 70px;
 margin-bottom: 0;
}
.present {
 padding-top: 50px;
 width: 950px;
 margin: 0 auto;
 padding-bottom: 0px;
}
.present .next {
 margin-bottom: 60px;
}
.red {
 color: #cf0000;
 font-size: 1.04em;
 line-height: 1.5em;
}
.small.red {
 font-size: 0.8em;
}
.font_b {
 font-size: 1.3em;
 line-height: 2em;
 width: 790px;
 margin: 0 auto;
}
.font_s {
 font-size: 1.3em;
 line-height: 2em;
 width: 790px;
 margin: 0 auto;
}
.copy {
 clear: both;
 padding-top: 10px;
 font-size: 0.8em;
 text-align: center;
}
/*---------------------------------------
image position
---------------------------------------*/
.aligncenter {
 margin-right: auto;
 margin-left: auto;
 display: block;
}
.alignleft {
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
}
.alignright {
 float: right;
 margin-bottom: 10px;
 margin-left: 10px;
}
/*page link
---------------------------------------*/
.singlepostlink {
 padding-top: 20px;
 font-size: 0.9em;
}
span.oldpage {
 float: right;
}
span.newpage {
 float: left;
}
/*social
---------------------------------------*/
.opt_social {
 width: 790px;
 margin: 0 auto;
}
#footer_soical, #social {
 padding-right: 10px;
 padding-left: 10px;
 display: block;
 padding-right: 3px;
 padding-top: 5px;
}
#footer_soical li, #social li {
 float: left;
 margin-top: 5px;
 margin-left: 5px;
}
/*pankuzu
---------------------------------------*/
#pankuzu {
 float: right;
 padding-right: 10px;
 padding-top: 5px;
 font-size: 0.9em;
}
#pankuzu {
 text-decoration: none;
}
/*blog post
---------------------------------------*/
.content_post {
 height: 100%;
 clear: both;
 padding-bottom: 20px;
 padding-top: 15px;
 text-align: left;
 min-height: 300px;
 word-wrap: break-word;
}
.content_post div, .content_post p {
 margin-bottom: 1em;
 line-height: 1.4em;
}
.content_post a {}
.content_post ul li {
 list-style-type: disc;
 margin-left: 20px;
 margin-bottom: 6px;
}
.content_post ul.check_list li {
 background-image: url(img/check_s.png);
 background-repeat: no-repeat;
 background-position: 20px 3px;
 padding-left: 50px;
 line-height: 1.8em;
 font-weight: 600;
}
.content_post #social ul li {
 background-image: none;
 list-style: none;
 padding: 0;
 margin: 0 5px;
 font-weight: normal;
 line-height: 1.5em;
}
.content_post ol li {
 margin-left: 20px;
 margin-bottom: 6px;
 text-indent: 5px;
 list-style-type: decimal;
}
.content_post ul {
 margin-bottom: 0.8em
}
.left, .content_post .left {
 float: left;
}
.right, .content_post .right {
 float: right;
}
.content_post h1 {
 display: block;
 font-size: 2em;
 font-weight: bold;
 margin-top: 0.67em;
 margin-right: 0;
 margin-bottom: 0.67em;
 margin-left: 0;
 line-height: 1.1em;
 padding-top: 0.5em;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
}
.content_post h2 {
 display: block;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 0.2em;
 margin-left: 0;
 padding-top: 3px;
 padding-right: 0px;
 padding-bottom: 3px;
 padding-left: 10px;
 clear: both;
 border-left-width: 8px;
 border-left-style: solid;
 border-left-color: #000;
 font-size: 2em;
 line-height: 1em;
}
.content_post h3 {
 display: block;
 font-size: 1.3em;
 font-weight: bold;
 margin-top: 1em;
 margin-right: 0px;
 margin-bottom: 0.2em;
 margin-left: 0px;
 padding-top: 3px;
 padding-right: 0px;
 padding-bottom: 3px;
 clear: both;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #000;
}
.content_post h3:first-child {
 margin-top: 0;
 padding-top: 0;
}
.opt_content h3 {
 background-image: url(img/obi_brown.png);
 background-repeat: no-repeat;
 height: 126px;
 width: 976px;
 text-align: center;
 padding-top: 18px;
 padding-right: 40px;
 padding-left: 40px;
 position: relative;
 left: -76px;
 color: #FFF;
 font-size: 1.65em;
 font-weight: normal;
 line-height: 1.1em;
 border: none;
}
.content_post h4 {
 display: block;
 font-size: 1em;
 margin-top: 1.33em;
 margin-right: 0;
 margin-bottom: 0em;
 margin-left: 0;
 clear: both;
 padding-top: 5px;
 padding-right: 0px;
 padding-bottom: 5px;
 padding-left: 5px;
 color: #FFF;
 background-color: #000;
}
.content_post h5 {
 display: block;
 font-size: 1em;
 font-weight: bold;
 border-left-width: 15px;
 border-left-style: solid;
 border-left-color: #000;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 0.2em;
 margin-left: 0;
 padding-left: 5px;
}
.content_post img {
 max-width: 100%;
 height: auto;
}
.content_post h6 {
 display: block;
 font-size: 1em;
 font-weight: bold;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 0.5em;
 margin-left: 0;
 padding-top: 3px;
 padding-bottom: 3px;
 border-bottom-width: 3px;
 border-bottom-style: double;
 border-bottom-color: #000;
}
.content_post h2:first-child, .content_post h1:first-child {
 margin-top: 0em;
 padding-top: 0em;
}
.content_post .nolistmark li {
 list-style-type: none;
}
.content_post blockquote {
 margin: 0.8em;
}
.content_post table {
 margin-bottom: 0;
 margin-top: 10px;
 margin-bottom: 10px;
 width: 100%;
}
.content_post table caption {
 text-align: left;
 font-weight: bold;
}
.content_post table th, .content_post table td {
 padding: 6px;
 border-bottom: 1px solid #aaa;
}
.content_post table th {
 width: 30%;
}
.content_post table th.caption {
 width: 100%;
 text-align: center;
 background-color: #eee;
 border: 1px solid #aaa;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: " ";
}
blockquote, q {
 quotes: """";
 padding-top: 15px;
 padding-right: 5px;
 padding-bottom: 0px;
 padding-left: 5px;
}
/*sitemap
---------------------------------------*/
#sitemap {
 padding: 10px 10px;
}
#sitemap li li {
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #666;
 background-image: url(img/li.gif);
 background-repeat: no-repeat;
 padding-left: 20px;
 background-position: left center;
}
#sitemap li {
 padding-top: 3px;
 padding-bottom: 3px;
}
.mp3_tokuten_in {
 width: 70%;
 font-size: 0.85em;
 text-align: left;
 padding: 1em;
}
/*page
---------------------------------------*/
#head_page {
 width: 1000px;
 text-align: center;
 background-color: #fff;
 margin: 0 auto 33px auto;
 height: 300px;
 overflow: hidden;
}
.box790, .box790s {
 width: 790px;
 margin: 0 auto;
}
/* douga */
.ssmac, .smac {
 clear: both;
 width: 1000px;
 background-image: url(img/imac0.png);
 background-repeat: no-repeat;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
 height: 731px;
 background-position: center top;
}
.smac div {
 width: 640px;
 margin: 0 auto;
 padding-top: 95px;
}
/*.mejs-video,
video {
clear:both;
margin:10px auto;
}*/
/*product
---------------------------------------*/
#sub_comment {
 text-align: left;
 font-size: 0.8em;
 line-height: 1.4em;
 padding: 10px;
 border-radius: 3px;
 border: 1px solid #E9E9E9;
 background-color: #F7F7F7;
 width: 90%;
 margin: 15px auto;
}
.two_wrapper #sub_comment {
 width: 95%;
}
#sub_comment .form-allowed-tags {
 display: none;
}
.comment-reply-title, .reply-title {
 background-color: #093B78;
 color: #fff;
 border-radius: 3px;
 padding: 5px 10px;
 font-size: 1em;
 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
 margin-bottom: 10px;
}
.comment-reply-title a {
 color: #fff;
}
.comment-reply-title {
 margin-top: 30px;
}
#sub_comment ul li {
 background-color: #fff;
 padding: 15px;
 box-shadow: inset 0 0 5px #A29B9B;
 border-radius: 3px;
 margin-bottom: 10px;
}
#sub_comment ul li li {
 margin-top: 10px;
 margin-left: 10px;
}
#sub_comment .cominfo {
 font-size: 0.8em;
 text-align: right;
 border-top: 1px solid #E9E9E9;
 margin-top: 10px;
 padding-top: 5px;
}
.com_author {
 font-weight: bold;
 font-size: 1.1em;
 line-height: 1.4em;
 margin-bottom: 10px;
 border-bottom: 1px solid #E9E9E9;
 padding-bottom: 5px;
}
.compost p {
 margin-bottom: 1.5em;
}
.comment-form-comment {
 padding: 10px 0;
}
.comment-form-comment label {
 vertical-align: top;
 font-weight: bold;
}
.comment-form-comment textarea {
 width: 80%;
}
.content_post .mejs-inner p, .content_post .mejs-inner div {
 margin-bottom: 0;
 line-height: 1em;
}
.content_post .mejs-container .mejs-controls {
 background-color: #000;
}
.content_post .mejs-container {
 width: 100% !important;
}
/*end
---------------------------------------*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
 padding: 0;
 margin: 0;
 border: 0;
 outline: none;
 vertical-align: top;
}
.fancybox-wrap {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 8020;
}
.fancybox-skin {
 position: relative;
 background: #f9f9f9;
 color: #444;
 text-shadow: none;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
.fancybox-opened {
 z-index: 8030;
}
.fancybox-opened .fancybox-skin {
 -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
 position: relative;
}
.fancybox-inner {
 overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
 -webkit-overflow-scrolling: touch;
}
.fancybox-error {
 color: #444;
 margin: 0;
 padding: 15px;
 white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
 display: block;
 width: 100%;
 height: 100%;
}
.fancybox-image {
 max-width: 100%;
 max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
 background-image: url('img/fancybox_sprite.png');
}
#fancybox-loading {
 position: fixed;
 top: 50%;
 left: 50%;
 margin-top: -22px;
 margin-left: -22px;
 background-position: 0 -108px;
 opacity: 0.8;
 cursor: pointer;
 z-index: 8060;
}
#fancybox-loading div {
 width: 44px;
 height: 44px;
 background: url('img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
 position: absolute;
 top: -18px;
 right: -18px;
 width: 36px;
 height: 36px;
 cursor: pointer;
 z-index: 8040;
}
.fancybox-nav {
 position: absolute;
 top: 0;
 width: 40%;
 height: 100%;
 cursor: pointer;
 text-decoration: none;
 background: transparent url('img/blank.gif');
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 z-index: 8040;
}
.fancybox-prev {
 left: 0;
}
.fancybox-next {
 right: 0;
}
.fancybox-nav span {
 position: absolute;
 top: 50%;
 width: 36px;
 height: 34px;
 margin-top: -18px;
 cursor: pointer;
 z-index: 8040;
 visibility: hidden;
}
.fancybox-prev span {
 left: 10px;
 background-position: 0 -36px;
}
.fancybox-next span {
 right: 10px;
 background-position: 0 -72px;
}
.fancybox-nav:hover span {
 visibility: visible;
}
.fancybox-tmp {
 position: absolute;
 top: -99999px;
 left: -99999px;
 visibility: hidden;
 max-width: 99999px;
 max-height: 99999px;
 overflow: visible !important;
}
.fancybox-lock {
 overflow: hidden;
}
.fancybox-overlay {
 position: absolute;
 top: 0;
 left: 0;
 overflow: hidden;
 display: none;
 z-index: 8010;
 background: url('img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
 position: fixed;
 bottom: 0;
 right: 0;
}
.fancybox-lock .fancybox-overlay {
 overflow: auto;
 overflow-y: scroll;
}
.fancybox-title {
 visibility: hidden;
 position: relative;
 text-shadow: none;
 z-index: 8050;
}
.fancybox-opened .fancybox-title {
 visibility: visible;
}
.fancybox-title-float-wrap {
 position: absolute;
 bottom: 0;
 right: 50%;
 margin-bottom: -35px;
 z-index: 8050;
 text-align: center;
}
.fancybox-title-float-wrap .child {
 display: inline-block;
 margin-right: -100%;
 padding: 2px 20px;
 background: transparent;
 background: rgba(0, 0, 0, 0.8);
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 text-shadow: 0 1px 2px #222;
 color: #FFF;
 font-weight: bold;
 line-height: 24px;
 white-space: nowrap;
}
.fancybox-title-outside-wrap {
 position: relative;
 margin-top: 10px;
 color: #fff;
}
.fancybox-title-inside-wrap {
 padding-top: 10px;
}
.fancybox-title-over-wrap {
 position: absolute;
 bottom: 0;
 left: 0;
 color: #fff;
 padding: 10px;
 background: #000;
 background: rgba(0, 0, 0, .8);
}
.mt10 {
 margin-top: 10px !important;
}
.mt20 {
 margin-top: 20px !important;
}
.mt30 {
 margin-top: 30px !important;
}
.mt40 {
 margin-top: 40px !important;
}
.mt50 {
 margin-top: 50px !important;
}
.mt60 {
 margin-top: 60px !important;
}
.mt70 {
 margin-top: 70px !important;
}
.mt80 {
 margin-top: 80px !important;
}
.mt90 {
 margin-top: 90px !important;
}
.mt100 {
 margin-top: 100px !important;
}
.mt110 {
 margin-top: 110px !important;
}
.mt120 {
 margin-top: 120px !important;
}
.mt130 {
 margin-top: 130px !important;
}
.mt140 {
 margin-top: 140px !important;
}
.mt150 {
 margin-top: 150px !important;
}
.mt160 {
 margin-top: 160px !important;
}
.mt170 {
 margin-top: 170px !important;
}
.mt180 {
 margin-top: 180px !important;
}
.mt190 {
 margin-top: 190px !important;
}
.mt200 {
 margin-top: 200px !important;
}
.mb0 {
 margin-bottom: 0 !important;
}
.mb10 {
 margin-bottom: 10px !important;
}
.mb20 {
 margin-bottom: 20px !important;
}
.mb30 {
 margin-bottom: 30px !important;
}
.mb40 {
 margin-bottom: 40px !important;
}
.mb50 {
 margin-bottom: 50px !important;
}
.mb60 {
 margin-bottom: 60px !important;
}
.mb70 {
 margin-bottom: 70px !important;
}
.mb80 {
 margin-bottom: 80px !important;
}
.mb90 {
 margin-bottom: 90px !important;
}
.mb100 {
 margin-bottom: 100px !important;
}
.mb110 {
 margin-bottom: 110px !important;
}
.mb120 {
 margin-bottom: 120px !important;
}
.mb130 {
 margin-bottom: 130px !important;
}
.mb140 {
 margin-bottom: 140px !important;
}
.mb150 {
 margin-bottom: 150px !important;
}
.mb160 {
 margin-bottom: 160px !important;
}
.mb170 {
 margin-bottom: 170px !important;
}
.mb180 {
 margin-bottom: 180px !important;
}
.mb190 {
 margin-bottom: 190px !important;
}
.mb200 {
 margin-bottom: 200px !important;
}
/*p*/
.pt10 {
 padding-top: 10px !important;
}
.pt20 {
 padding-top: 20px !important;
}
.pt30 {
 padding-top: 30px !important;
}
.pt40 {
 padding-top: 40px !important;
}
.pt50 {
 padding-top: 50px !important;
}
.pt60 {
 padding-top: 60px !important;
}
.pt70 {
 padding-top: 70px !important;
}
.pt80 {
 padding-top: 80px !important;
}
.pt90 {
 padding-top: 90px !important;
}
.pt100 {
 padding-top: 100px !important;
}
.pt110 {
 padding-top: 110px !important;
}
.pt120 {
 padding-top: 120px !important;
}
.pt130 {
 padding-top: 130px !important;
}
.pt140 {
 padding-top: 140px !important;
}
.pt150 {
 padding-top: 150px !important;
}
.pt160 {
 padding-top: 160px !important;
}
.pt170 {
 padding-top: 170px !important;
}
.pt180 {
 padding-top: 180px !important;
}
.pt190 {
 padding-top: 190px !important;
}
.pt200 {
 padding-top: 200px !important;
}
.pb0 {
 padding-bottom: 0 !important;
}
.pb10 {
 padding-bottom: 10px !important;
}
.pb20 {
 padding-bottom: 20px !important;
}
.pb30 {
 padding-bottom: 30px !important;
}
.pb40 {
 padding-bottom: 40px !important;
}
.pb50 {
 padding-bottom: 50px !important;
}
.pb60 {
 padding-bottom: 60px !important;
}
.pb70 {
 padding-bottom: 70px !important;
}
.pb80 {
 padding-bottom: 80px !important;
}
.pb90 {
 padding-bottom: 90px !important;
}
.pb100 {
 padding-bottom: 100px !important;
}
.pb110 {
 padding-bottom: 110px !important;
}
.pb120 {
 padding-bottom: 120px !important;
}
.pb130 {
 padding-bottom: 130px !important;
}
.pb140 {
 padding-bottom: 140px !important;
}
.pb150 {
 padding-bottom: 150px !important;
}
.pb160 {
 padding-bottom: 160px !important;
}
.pb170 {
 padding-bottom: 170px !important;
}
.pb180 {
 padding-bottom: 180px !important;
}
.pb190 {
 padding-bottom: 190px !important;
}
.pb200 {
 padding-bottom: 200px !important;
}
/* スマホ対応　*/
#global_menu {
 display: none;
}
@media only screen and (max-width: 1000px) {
 body {
  background-image: none;
 }
 .header_in, .wrapper2, #head_page, .two_wrapper {
  width: 100%;
 }
 #head_page {
  height: auto;
 }
 img {
  max-width: 100%;
  height: auto;
 }
 .left_column {
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
 }
 #global_menu {
  background: rgb(16, 39, 89); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(16, 39, 89, 1) 0%, rgba(16, 39, 89, 1) 52%, rgba(11, 28, 61, 1) 52%, rgba(8, 35, 43, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(16, 39, 89, 1)), color-stop(52%, rgba(16, 39, 89, 1)), color-stop(52%, rgba(11, 28, 61, 1)), color-stop(100%, rgba(8, 35, 43, 1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(16, 39, 89, 1) 0%, rgba(16, 39, 89, 1) 52%, rgba(11, 28, 61, 1) 52%, rgba(8, 35, 43, 1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(16, 39, 89, 1) 0%, rgba(16, 39, 89, 1) 52%, rgba(11, 28, 61, 1) 52%, rgba(8, 35, 43, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(16, 39, 89, 1) 0%, rgba(16, 39, 89, 1) 52%, rgba(11, 28, 61, 1) 52%, rgba(8, 35, 43, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(16, 39, 89, 1) 0%, rgba(16, 39, 89, 1) 52%, rgba(11, 28, 61, 1) 52%, rgba(8, 35, 43, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#102759', endColorstr='#08232b', GradientType=0); /* IE6-9 */ ;
  display: block;
 }
 #global_menu ul li {
  float: left;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 20%;
  text-align: center;
  font-size: 0.8em;
  padding: 10px 0;
 }
 #global_menu .cat_boss {
  background: none !important;
  padding: 0;
  margin: 0;
  line-height: 1.4em;
 }
 #global_menu ul ul {
  background-color: #fff;
  opacity: 0.95;
  z-index: 100;
  /*visibility:hidden;
opacity:0;*/
  display: none;
  /*webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;*/
  position: absolute;
  top: 39px;
  left: 0;
  float: none;
  width: 96%;
  border: 1px solid #091E36;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
 }
 /*#global_menu ul li:hover ul {
opacity:1;
visibility:visible;
}*/
 #global_menu ul li li {
  float: none;
  width: 96%;
  text-align: left;
  line-height: 1.1em;
  padding: 10px 2%;
  border-bottom: 1px dotted #091E36;
 }
 #global_menu ul li li:before {
  display: none;
 }
 #global_menu ul li li a {
  width: 100%;
  text-decoration: none;
  font-size: 1em;
 }
 #global_menu .cat_boss:after {
  display: none;
 }
 /**/
 .content_post .mejs-horizontal-volume-slider {
  float: right;
 }
 .two_wrapper #sub_comment {
  width: 96%;
  padding-left: 1%;
  padding-right: 1%;
 }
 input[type="submit"] {
  max-width: 280px;
  width: 100%;
  min-width: 10px;
 }
 #footer #pagetop {
  right: 5px;
  z-index: 10000;
  bottom: 10px;
 }
}
@media only screen and (max-width: 700px) {
 #global_menu ul li {
  width: 50%;
  border-bottom: 1px solid #8EA6FF;
 }
 #global_menu ul li:nth-child(5) {
  clear: both;
  width: 100%;
 }
}
@media only screen and (max-width: 460px) {
 .flor, .flol {
  float: none;
 }
 .mp3_tokuten_in {
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
 }
 a.red_btn {
  width: 80%;
 }
 .mejs-controls .mejs-time-rail {
  width: 107px !important;
 }
}