/*
Theme Name:     twentythirteen_child
Template:       twentythirteen
*/

@import url("../twentythirteen/style.css");

/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */

html,
button,
input,
select,
textarea {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
    vertical-align: bottom;
}

body {
	color: #141412;
	line-height: 1.7;
	font-size: 14px;
    letter-spacing:0.01em;
}

a {
	color: #0055a6;
}

a:visited {
	color: #0055a6;
}

a:active,
a:hover {
	color: #0099ca;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	margin: 0;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	margin: 10px 0;
}

h3 {
	font-size: 16px;
	margin: 0;
}

h4 {
	font-size: 16px;
	margin: 0;
}

h5 {
	font-size: 14px;
	margin: 0;
}

h6 {
	font-size: 12px;
	margin: 0;
}

table {
	border-bottom: 1px solid #bad5dd;
	margin-bottom: 30px;
}

table .odd {
	background: #f3f8f9;
}
table .center {
	text-align: center;
}

th {
	background: #005ca7;
	padding: 10px;
	border: 1px solid #bad5dd;
	color: #fff;
}

td {
	border: 1px solid #bad5dd;
	padding: 10px;
	/*background: #f3f8fa;*/
}
td a {
	font-weight: bold;
	/*display:block;*/
}
td .center {
	text-align: center;
}

#content {
	min-height:1700px;
	height:1700px;
	/*\*/height:auto;/**/
	_height:1600px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-radius: 5px;
    box-shadow: 0 3px 0 0 #b93207;
	color: #fff;
	display: inline-block;
    margin: 8px 0 1px;
	padding: 11px 24px 10px;
	text-decoration: none;
    transition: background 0.3s ease 0s;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
    /*border-top: 3px solid #b93207;*/
    margin: 10px 0 0;
    box-shadow: 0 2px 0 0 #b93207;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
}

.btn-login-w {
	background-color: #005ca7;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #204873;
    color: #fff;
    display: block;
    /*font-weight: bold;*/
    margin: -5px 0 1px;
    padding: 5px 0 3px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    width: 80px;
    float: right;
}
.btn-login-w:hover {
    background-color: #1890e4;
    box-shadow: 0 2px 0 0 #204873;
    color: #fff;
    margin: -4px 0 0;
    text-decoration: none;
}

.btn-login {
    background-color: #005ca7;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #204873;
    color: #fff;
    display: block;
    /*font-weight: bold;*/
    margin: 5px 0 1px;
    padding: 10px 0 7px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    width: 100%;
}
.btn-login:hover {
    background-color: #1890e4;
    box-shadow: 0 2px 0 0 #204873;
    color: #fff;
    margin: 6px 0 0;
    text-decoration: none;
}

#services .btn-blue {
	background-color: #007fc2;
    border-radius: 3px;
    box-shadow: 0 3px 0 0 #204873;
    display: block;
    font-size: 82%;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 5px 0 3px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    width: 120px;
    color: #fff;
}
#services .btn-blue:hover {
    background-color: #1890e4;
    box-shadow: 0 3px 0 0 #204873;
    color: #fff;
    margin: 5px 0 0;
    text-decoration: none;
}

.box_blue {
    background: none repeat scroll 0 0 #e8f1f4;
    box-shadow: 0 3px 0 0 #d2e5f3;
    color: #22435c;
    margin-bottom: 20px;
    padding: 40px 40px 85px;
    text-align: left;
    width: 100%;
}
.box_blue h1 {
    font-size: 129%;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1c7dc1;
}
.box_blue p {
	margin-bottom: 15px;
}

.box_btn1 {
    float: left;
    width: 250px;
    margin-right: 50px !important;
}
.box_btn2 {
    float: left;
    width: 250px;
}

.box_blue .btn-blue2 {
	background-color: #007fc2;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #204873;
    color: #fff;
    display: block;
    /*font-weight: bold;*/
    letter-spacing: 0.07em;
    margin: 5px 0 1px;
    padding: 10px 0 7px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    width: 100%;
}
.box_blue .btn-blue2:hover {
    background-color: #1890e4;
    box-shadow: 0 2px 0 0 #204873;
    color: #fff;
    margin: 6px 0 0;
    text-decoration: none;
}

.box_blue .btn-login2 {
	background-color: #005ca7;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #204873;
    color: #fff;
    display: block;
    /*font-weight: bold;*/
    letter-spacing: 0.07em;
    margin: 5px 0 1px;
    padding: 10px 0 7px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    width: 100%;
}
.box_blue .btn-login2:hover {
    background-color: #1890e4;
    box-shadow: 0 2px 0 0 #204873;
    color: #fff;
    margin: 6px 0 0;
    text-decoration: none;
}

.service_nl .btn-blue3 {
	background-color: #007fc2;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #204873;
    color: #fff;
    display: inline-block;
    /*font-weight: bold;*/
    letter-spacing: 0.07em;
    margin: 5px 0 1px;
    padding: 10px 0 7px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    width: 250px;
}
.service_nl .btn-blue3:hover {
    background-color: #1890e4;
    box-shadow: 0 2px 0 0 #204873;
    color: #fff;
    margin: 6px 0 0;
    text-decoration: none;
}

.service_nl .nl_title .btn-trial {
	background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #a4bdc9;
    color: #007fc2;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #007fc2;
    letter-spacing: 0.07em;
    margin: -5px 0 1px;
    padding: 5px 0 3px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    width: 120px;
    float: right;
}
.service_nl .nl_title .btn-trial:hover {
    background-color: #fff;
    box-shadow: 0 2px 0 0 #a4bdc9;
    color: #007fc2;
    margin: -4px 0 0;
    text-decoration: none;
}

.service_nl .btn-purchase {
	background-color: #e05d22;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #b93207;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.07em;
    margin: 5px 10px 7px 10px;
    padding: 5px 25px 2px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    /*width: 40%;*/
    font-size: 13px;
}
.service_nl .btn-purchase:hover {
    background-color: #ed6a31;
    box-shadow: 0 2px 0 0 #b93207;
    color: #fff;
    margin: 5px 10px 7px 10px;
    padding: 5px 25px 2px;
    text-decoration: none;
}

.price-table a {
    text-decoration: underline;
}
.price-table .btn-purchase {
    background-color: #e05d22;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #b93207;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.07em;
    margin: 5px 0 7px 5px;
    padding: 5px 15px 2px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    font-size: 13px;
}
.price-table .btn-purchase:hover {
    background-color: #ed6a31;
    /*box-shadow: 0 2px 0 0 #b93207;*/
    box-shadow: 0 3px 0 0 #b93207;
    color: #fff;
    /*margin: 6px 0 6px 5px;
    padding: 5px 15px 2px;*/
    margin: 5px 0 7px 5px;
    padding: 5px 15px 2px;
    text-decoration: none;
}
.price-table .nw {
    white-space: nowrap;
}
.service_nl form {
    margin-top: -20px;
    margin-bottom: 5px;
}

.yokonarabi {
    display: inline;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
    min-width: 980px;
}

.site-main .sidebar-container {
    /*height: 0;*/
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40px;
    /*width: 100%;*/
    z-index: 1;
    width: 980px;
}

 .site-main .sidebar-inner {
	max-width: 980px;
}

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	background-color: #005ca7;
}

.site-header .home-link {
	max-width: 980px;
    /*width: 980px;*/
	min-height: 120px;
	padding: 0;
}

.site-title {
	padding: 30px 0 10px;
	display:inline-block;
}

.site-description {
	display:inline-block;
	max-width: 440px;
	margin: 0 0 0 100px;
	font: normal 12px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height: 20px;
	letter-spacing: 0.07em;
	color: #fff;
}

#header-top {
    background-color: #333c41;
    border-bottom: 1px solid #4f585c;
    height: 35px;
    position: relative;
    z-index: 75;
}
#header-top .header-inner {
	max-width: 980px;
    /*width: 980px;*/
	padding: 0;
	margin: 0 auto;
}
#header-top .block-account {
    float: right;
    height: 35px;
    margin-right: 20px;
    overflow: visible;
}
#header-top .header-button {
    border-right: 1px solid #414a4f;
    float: left;
    height: 35px;
    padding: 0 15px;
}
#header-top .block-world {
    float: right;
    height: 35px;
    overflow: visible;
}
#header-top .block-account {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 35px;
}
#header-top .block-account a {
    color: #67a2b7;
}
#header-top .block-account a:hover {
    color: #fff;
    text-decoration: none;
}
#header-top .block-world {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 35px;
}
#header-top .block-world a {
    color: #67a2b7;
}
#header-top .block-world a:hover {
    color: #fff;
    text-decoration: none;
}
#header-top .block-sns {
    float: right;
    height: 35px;
    margin-left: 22px;
    overflow: visible;
    margin-top: 4px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

 .main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 980px;
    /*width: 980px;*/
	min-height: 45px;
	position: relative;
}

.nav-menu li a {
	padding: 16px 12px 14px 12px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #0099ca;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #0099ca;
}

 /* Navbar */
.navbar {
	background-color: #e7f1f4;
}
 /* Search form Login */
.cf-cearch {
    width: 100%;
    padding: 8px;
    border-top: solid 1px #fff;
    background-color: #dee8eb;
}
.cf-cearch #search-cf {
    max-width: 980px;
    margin: 0 auto;
    text-align: right;
}
.cf-cearch #search-cf button[type=button] {
    box-shadow: 0 2px 0 0 #D4D0BA;
    margin: -5px 0 1;
    padding: 6px 0 5px 4px;
}
.cf-cearch #search-cf button[type=button]:hover {
    box-shadow: 0 2px 0 0 #D4D0BA;
    background: #dfdfdf;
    margin: -5px 0 1;
    padding: 6px -1 5px 4px;
}
.cf-cearch #search-cf .ui-state-active {
    border: 1px solid #D4D0BA;
    background: #c5c5c5;
    font-weight: normal;
    color: #fff;
}
.cf-cearch #search-cf .ui-state-hover {
    margin: 9px 0 0;
}
.cf-cearch #search-cf input[type=text] {
    width:120px;
}
.cf-cearch #search-cf input[type=search] {
    width:220px;
}
.cf-cearch #search-cf .btn-submit {
    background: #4e585c;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #d5cfb9;
    margin: -5px 0 1px;
    padding: 6px 0 5px;
    width: 130px;
    transition: background 0.3s ease 0s;
}
.cf-cearch #search-cf .btn-submit:hover{
    background: #556e78;
    box-shadow: 0 3px 0 0 #d5cfb9;
    color: #fff;
    margin: -4px 0 0;
    padding: 6px 0 5px;
    text-decoration: none;
}

.ui-multiselect-checkboxes .child{
    text-indent: 1em;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	max-width: 650px;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 980px;
	padding: 0 350px 0 0px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.page .entry-header {
    margin-bottom: 20px;
}

.page .entry-thumbnail img {
	float: left;
	margin: 0 15px 30px 0;
	display: inline;
	vertical-align:middle;
	width: 60px;
	height: 60px;
}

.page .entry-title {
	display: inline-block;
	margin: 15px 0;
}
.single .entry-title, .search .entry-title {
	margin: 10px 0;
}

.entry-title a:hover {
	color: #0099ca;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 11px;
}

.entry-meta a {
	background: #005ca7;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
    margin-bottom: 1px;
	text-decoration: none;
	/*color: #bc360a;*/
}

.entry-meta a:hover {
	background: #0099ca;
	color: #fff;
}

.entry-meta .date a {
	background: #e8f1f4;
	color: #005ca7;
	display: inline-block;
}
.entry-meta .date a:hover {
	background: #e8f1f4;
	color: #0099ca;
	display: inline-block;
}

.entry-meta > span {
	margin-right: 5px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	/*content: "\f308";*/
	margin-right: 2px;
	display: none;
}

.entry-meta .date a:before {
	/*content: "\f303";*/
	display: none;
}

.comments-link a:before {
	/*content: "\f300";*/
	margin-right: 2px;
	position: relative;
	top: -1px;
	display: none;
}

/*.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
	display: none;
}*/

.entry-meta .author {
    display: none;
}

.categories-links a:first-child:before {
	/*content: "\f301";*/
	display: none;
}

.tags-links a:first-child:before {
	/*content: "\f302";*/
	position: relative;
	top: -1px;
	display: none;
}

.edit-link a:before {
	/*content: "\f411";*/
	position: relative;
	top: -1px;
	display: none;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

.home .categories-links {
    display: none;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	clear: both;
}

.entry-content a,
.comment-content a {
	color: #0055a6;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #0099ca;
}

.service_nl {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bcd5dc;
    box-shadow: 0 5px 0 0 #e5eff6;
    margin: 20px 0;
    position: relative;
}
.service_nl .nl_title {
    background: none repeat scroll 0 0 #e8f1f4;
    padding: 25px 20px 20px 28px;
}
.service_nl .nl_title:after   {
        content: ".";
        display: block;
        visibility: hidden;
        height: 0.1px;
        font-size: 0.1em;
        line-height: 0;
        clear: both;
    }
.service_nl .nl_title h1 {
    color: #22435c;
    font-size: 18px;
    font-weight: bold;
    float: left;
}
.service_nl .nl_inner {
    font-size: 14px;
    padding: 17px 30px;
}
.service_nl .nl_inner:before {
    content: "";
    display: block;
}
.service_nl .nl_inner:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;
}
.service_nl .nl_p1 {
    float: left;
    margin-right: 10px;
	min-width: 134px;
}
.service_nl .nl_p2 {
    float: left;
    min-width: 134px;
}

.service_nl .nl_p1 th,
.service_nl .nl_p2 th {
	background: #005ca7;
	font-weight: bold;
	padding: 5px;
	letter-spacing: 0.07em;
    font-size: 90%;
}

.service_nl td {
	border: 1px solid #ddd;
	padding: 5px;
	background: #f3f8fa;
	text-align: center;
    font-weight: bold;
}
.service_nl td a {
	font-weight: normal;
}

.service_nl {
	font-weight: normal;
}


.title_style {
    /*background: none repeat scroll 0 0 #e8f1f4;
    border-radius: 5px;*/
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 10px 0;
    padding: 6px 0 10px 24px;
    position: relative;
}
.title_style:before {
	content:'';
	height:25px;
	width:3px;
	display:block;
	position:absolute;
	top:5px;
	left:4px;
	background-color:#0099ca;
	border-left: 4px solid #0099ca;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.title_style_o {
    /*background: none repeat scroll 0 0 #e8f1f4;
    border-radius: 5px;*/
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 10px 0;
    padding: 6px 0 10px 24px;
    position: relative;
}
.title_style_o:before {
    content:'';
    height:25px;
    width:3px;
    display:block;
    position:absolute;
    top:5px;
    left:4px;
    background-color:#ffa600;
    border-left: 4px solid #ffa600;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.title_style_ol {
    /*background: none repeat scroll 0 0 #e8f1f4;
    border-radius: 5px;*/
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px 0;
    padding: 6px 0 10px 24px;
    position: relative;
}
.title_style_ol:before {
    content:'';
    height:50px;
    width:3px;
    display:block;
    position:absolute;
    top:5px;
    left:4px;
    background-color:#ffa600;
    border-left: 4px solid #ffa600;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.title_style_g {
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 10px 0;
    padding: 6px 0 10px 24px;
    position: relative;
}
.title_style_g:before {
    content:'';
    height:25px;
    width:3px;
    display:block;
    position:absolute;
    top:5px;
    left:4px;
    background-color:#8EAE3C;
    border-left: 4px solid #8EAE3C;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.title_style_gl {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px 0;
    padding: 6px 0 10px 24px;
    position: relative;
}
.title_style_gl:before {
    content:'';
    height:50px;
    width:3px;
    display:block;
    position:absolute;
    top:5px;
    left:4px;
    background-color:#8EAE3C;
    border-left: 4px solid #8EAE3C;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.title_style2:before {
	content: '\f101';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 'Genericons';
    vertical-align: middle;
    padding: 5px;
    color: #aeaeae;
}

.table-caption {
	margin: 0;
	padding: 0 0 6px 10px;
}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

 .attachment .entry-header {
	max-width: 980px;
}

.image-navigation {
	max-width: 980px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

 .sidebar .paging-navigation .nav-links {
	max-width: 980px;
}

.post-navigation .nav-links {
	max-width: 980px;
}

/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

 .author.sidebar .author-info {
	max-width: 980px;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #f5f5f5;
	border-top : 1px solid #f9f9f9;
	border-bottom : 1px solid #e9e9e9;
}

.archive-title,
.archive-meta {
	font: normal 24px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	margin: 0 auto;
	max-width: 980px;
	padding: 30px 0;
	width: 100%;
}

.archive .entry-header {
	margin-bottom: 20px;
}
.archive .entry-title {
	/*font-size: 18px;
	font-weight: bold;*/
	margin: 10px 0 0 0;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

 .page-header {
	background-color: #f5f5f5;
	border-top : 1px solid #f9f9f9;
	border-bottom : 1px solid #e9e9e9;
}

.page-title {
	font: normal 24px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	margin: 0 auto;
	max-width: 980px;
	padding: 30px 0 15px 0;
	width: 100%;
}

.page-title-inner {
	width: 640px;
	display: inline-block;
	padding: 0;
}

.sidebar .page-content {
	max-width: 980px;
}

.search .entry-header {
	margin-bottom: 20px;
}
.search .entry-title {
	margin: 10px 0 0 0;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

 .error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	max-width: 980px;
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 980px;
}

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

.top-main-container {
	/*top: 40px;*/
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.top-main-body {
	float: left;
	max-width: 650px;
	padding-bottom: 60px;
    width: 650px;
}
.top-main-title {
	border-bottom: solid 2px #222;
	width: 100%;
	margin: 40px 0 0;
	padding-bottom: 0;
}
.top-main-title h1 {
	/*font-size: 24px;*/
	padding-bottom: 10px;
	margin-bottm: 0;
}
.top-main-title2 {
	font-size: 11px;
}
.top-main-title2 h2 {
	font-size: 18px;
	margin: 0;
}

#balloon-bottom {
	position: relative;
	display: inline-block;
	padding: 10px;
	width: auto;
	min-width: 210px;
	height: 65px;
	line-height: 24px;
	color: #19283C;
	text-align: left;
	background: #FAFAFA;
	border: 1px solid #19283C;
	z-index: 0;
	margin-top: 25px;
}
#balloon-bottom:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 20%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
#balloon-bottom:after {
	content: "";
	position: absolute;
	bottom: -9px; left: 20%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #19283C transparent transparent transparent;
	z-index: -1;
}

#news-selection {
	clear: both;
	float: left;
	margin-left: 0;
    padding-right: 20px;
	width: 63%;
    border-right: solid 1px #ededed;
}

#headline {
	clear: none;
	margin-left: 4%;
	width: 33%;
	float: right;
}

#news-selection .hentry {
	padding: 25px 0 0;
	border-bottom: 1px solid #ededed;
}
#headline .hentry {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #ededed;
	/*background: #f3f3f3;*/
}

#news-selection .entry-header,
#news-selection .entry-content,
#news-selection .entry-summary,
#news-selection .entry-meta,
#headline .entry-header,
#headline .entry-content,
#headline .entry-summary,
#headline .entry-meta,
#services .entry-header,
#services .entry-content,
#services .entry-summary,
#services .entry-meta {
	margin: 0;
	padding: 0;
	clear: both;
}

#news-selection .entry-title {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
#headline .entry-title {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
#services .entry-title {
	float: left;
	margin:12px;
}
#services h1 {
	/*display: inline;*/
	font-size: 18px;
	font-weight: bold;
}

#news-selection .entry-title a,
#headline .entry-title a,
#services .entry-title a {
	color: #005ca7;
}
#news-selection .entry-title a:hover,
#headline .entry-title a:hover,
#services .entry-title a:hover {
	color: #0099ca;
}

#news-selection .entry-meta,
#headline .entry-meta {
	font-size: 11px;
}
/*#news-selection .entry-meta a,
#headline .entry-meta a {
	background: #005ca7;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	text-decoration: none;
}
#news-selection .entry-meta a:hover,
#headline .entry-meta a:hover {
		background: #0099ca;
}*/

#news-selection .entry-summary {
	font-size: 14px;
	margin-top: 20px;
	padding-bottom: 25px;
}
#headline .entry-summary {
	font-size: 12px;
	margin-top: 15px;
	padding-bottom: 15px;
}
#services .entry-summary {
	font-size: 14px;
	padding-bottom: 5px;
}

#services .entry-summary .entry-heading {
	font-weight: bold;
	color: #1c7dc1;
    /*border-bottom: 3px solid #bad8ec;
    border-top: 3px solid #bad8ec;*/
    font-size: 100%;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 10px 0 6px;
    padding: 0;
}

.top-main-container .btn_more {
	background-color: #fff;
	border: #0080c3 1px solid;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #d3d3d3;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 30px 0 1px;
    padding: 6px 0 3px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    width: 70%;
}
#news-selection.btn_more:hover,
#headline.btn_more:hover {
    background-color: #1890e4;
    box-shadow: 0 2px 0 0 #d3d3d3;
    color: #fff;
    margin: 31px 0 0;
    text-decoration: none;
}

#services .entry-thumbnail-top img {
	float: left;
	margin: 0 0 12px 0;
	width: 45px;
	height: 45px;
}


#services {
	max-width: 650px;
}
#services .hentry {
	width: 46%;
	margin: 0 10px;
	padding: 20px 0 30px;
	display: inline-block;
	border-bottom: 1px solid #ededed;
}



#sokuhou {
    margin: 40px 0 0 0;
    padding: 15px;
    clear: both;
    border : 1px solid #a81c05;
    width : 100%;
}
#sokuhou .sokuhou_title {
  color : #ffffff;
  background-color : #a81c05;
  text-align : center;
  padding : 18px 12px 15px 15px;
  font-size: 16px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  letter-spacing: 0.1em;
}
#sokuhou .sokuhou_heading {
  color: #a81c05;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
#sokuhou .sokuhou_heading a{
  color: #a81c05;
  font-weight: bold;
}
/*#sokuhou .sokuhou_heading:before {
    content: '\f501';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 6px/1 'Genericons';
    vertical-align: middle;
    margin-right: 10px;
    color: #888;
}*/

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(0, 0, 0, 0);
	font-size: 14px;
	padding: 0px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: bold 14px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	margin: 0 0 5px;
	padding: 0 0 10px;
	border-bottom: solid 2px #222;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 15px 0;
	border-bottom: solid 1px #dadada;
}

.widget li a {
	display: block;
	font-weight: bold;
}
.widget li:last-child {
	border-bottom: none;
	padding-bottom: 5px;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #0055a6;
}

.widget a:hover {
	color: #0099ca;
}

.widget_simpleimage .simple-image {
	margin-bottom: -15px;
}

#execphp-2 {
	background-color: #0080c3;
	padding: 15px;
    color: #fff;
}
#execphp-2 a {
	color: #fff;
}
#execphp-2 a:hover {
	color: #fff;
}
#execphp-2 .widget-title {
    border-bottom: solid 2px #fff;
    margin: 0 5px;
}
#execphp-2 .text-top {
    font-size: 12px;
    margin: 10px 5px;
    background-image: url(images/bg_guide.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#execphp-2 .text-bottom {
    font-size: 12px;
    color: #222;
    background: #e3ecee;
    padding: 15px 10px;
}

.popular-posts {
	background-color: rgba(0, 0, 0, 0);
	padding: 15px;
	border: solid 5px #e9e9e9;
	line-height: 1.2;
}
.popular-posts .wpp-post-title {
	line-height: 1.4;
	padding-bottom: 5px;
}
.popular-posts .wpp-date {
	font-size: 12px;
	color: #888;
}
.popular-posts .wpp-excerpt {
	font-size: 12px;
}

.widget_dpe_fp_widget {
	background-color: #fff;
	padding: 15px;
	margin-top: 40px;
	border: solid 5px #bad5dd;
	line-height: 1.2;
}

.widget .wp_social_bookmarking_light,
.widget .wp_social_bookmarking_light_clear {
    display: none;
}

#text-5 {
    background: #fff;
    padding: 14px;
    border: solid 4px #e9e9e9;
    margin-bottom: -15px;
}
#text-5 .widget-title {
    font: bold 14px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
    color: #000;
    margin: 0 0 5px;
    padding: 0 0 10px;
    border-bottom: solid 2px #222;
}
#text-5 .svw {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: table;
    width: 100%;
}
#text-5 .svw-last {
    padding: 15px 0;
    border-bottom: none;
    display: table;
    width: 100%;
}
#text-5 .svw-thumb {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 0;
    margin: 0;
}
#text-5 .svw-thumb img {
    width: 35px;
    height: 35px;
}
#text-5 .svw-texts {
    display: table-cell;
    vertical-align: middle;
    font: 12px normal;
    color: #222;
    margin: 0;
    padding: 0;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
#text-5 .svw-texts a {
    color: #222;
}
#text-5 .svw-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}
#text-5 .svw-title a {
    color: #005ca7;
}
#text-5 .svw-texts a:hover,
#text-5 .svw-title a:hover {
    color: #0099ca;
}

#simpleimage-6 {
    margin-bottom: 35px;
}


.widget_execphp ul li {
    font-size: 11px;
    font-weight: normal;
    padding: 8px 10px;
}
.widget_execphp ul li a {
    color: #222;
}
.widget_execphp ul li a:hover {
    color: #0099ca;
}

.w_recommend {
    background: #fff;
    //padding: 15px;
    border: solid 1px #e9e9e9;
    margin-bottom: 15px;
}
.w_recommend a:hover {
    text-decoration: underline;
    color: #fff;
}
.r_title {
    background-color: #b28cb3;
    display: block;
    height: 36px;
}
.r_title_africa {
    background: #B35431 url("http://ksm.fr/wp-content/uploads/w_africa.gif")  no-repeat left top;
    display: block;
    height: 36px;
}
.r_title_energy {
    background: #007535 url("http://ksm.fr/wp-content/uploads/w_energy.gif")  no-repeat left top;
    display: block;
    height: 36px;
}
h4.r_title_africa, h4.r_title_energy {
    color: #fff;
    font: bold 14px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
    padding-left: 44px;
    line-height: 39px;
}
h4.r_title {
    color: #fff;
    font: bold 14px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
    padding-left: 10px;
    line-height: 39px;
}
.widget-title-r {
    font: bold 15px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
    margin: 0;
    padding: 10px 5px 5px;
    border-top: solid 3px #e9e9e9;
}
.r_sub {
    font-size: 11px;
    font-weight: normal;
    background-color: #ededed;
    padding: 6px 10px;
    text-align: right;
}
.r_sub a:hover {
    text-decoration: underline;
    color: #0099ca;
}

.w_twitter {
    font-size: 11px;
    font-weight: normal;
    background-color: #d9edf2;
    padding:10px;
}
.w_twitter img {
    float:left;
    margin-right: 10px;
}






/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #222;
	color: #e7f1f4;
	clear: both;
}

.site-footer .sidebar-container {
	background-color: #f3f3f3;
	padding: 0;
}

.site-footer .widget-area {
	max-width: 980px;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	left: -128px;
}

.site-footer .widget {
	color: #222;
	/*margin-top: 10px;*/
	margin-right: 20px;
	width: 215px;
}

.sidebar .site-footer .widget {
	width: 195px;
}

.site-footer .widget a {
	color: #141412;
}
.site-footer .widget a:hover {
	color: #0099ca;
	text-decoration: none;
}

.site-footer .widget li {
	border-bottom: none;
}

.site-footer .sub-menu {
	padding: 5px 0;
}
.site-footer .sub-menu .menu-item {
	padding: 5px 0;
	font-size: 13px;
}

.site-footer .menu-item a {
	display: inline-block;
	font-weight: normal;
}
.site-footer .menu-item:before {
	content: '\f501';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 6px/1 'Genericons';
    vertical-align: middle;
    margin-right: 10px;
    color: #888;
}

.site-footer .menu-item-473901 a, .site-footer .menu-item-473436 a, .site-footer .menu-item-473444 a, .site-footer .menu-item-473445 a, .site-footer .menu-item-473446 a {
    font-weight: bold;
    color: #444;
}
.site-footer .menu-item-473901 a:hover, .site-footer .menu-item-473436 a:hover, .site-footer .menu-item-473446 a:hover {
    color: #444;
}
.site-footer .menu-item-473901 li a, .site-footer .menu-item-473436 li a, .site-footer .menu-item-473446 li a {
    font-weight: normal;
    color: #111;
}
.site-footer .menu-item-473901 li a:hover, .site-footer .menu-item-473436 li a:hover, .site-footer .menu-item-473446 li a:hover {
    color: #0099ca;
    font-weight: normal;
}


.site-info {
	max-width: 980px;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

/* お問い合せバー */
#contact-f-wrap {
    height: 70px;
	background: #005ca7;
    clear: both;
    margin-top: 25px;
    margin-bottom: 30px;
    min-width: 1024px;
    width: 100%;
}
#contact-f-wrap .contact-f-wrap-inner {
    height: 74px;
    margin: 0 auto;
    width: 840px;
}
#contact-f-wrap span {
    color: #fff;
    font-size: 120%;
    letter-spacing: 0.07em;
    line-height: 74px;
}
#contact-f-wrap .btn-contact-f {
    float: right;
    padding-top: 5px;
}
#contact-f-wrap .btn-contact-f a {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	font-size: 120%;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #b93207;
    color: #fff;
    display: block;
    /*font-weight: bold;*/
    margin: 8px 0 1px;
    padding: 10px 90px 7px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    /*width: 100%;*/
}
#contact-f-wrap .btn-contact-f a:hover {
    background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
    box-shadow: 0 2px 0 0 #b93207;
    color: #fff;
    margin: 9px 0 0;
    text-decoration: none;
}









/*Pagenation*/
.pagenation {
    margin: 2em auto;
    max-width: 980px
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
    padding: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 8px 16px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/*popular Posts*/
.top-popular-posts h2 {
  margin: 0px;
  padding: 80px 0 8px 0;
  border-bottom: solid 2px #222222;
}
.top-popular-posts ul.wpp-list {
  margin: 0;
  padding: 0 0 30px 0;
}
.top-popular-posts ul.wpp-list li {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  border-bottom: solid 1px #dadada;
}
.top-popular-posts ul.wpp-list li a {
  display:block;
}


/*Related Posts -> YARPP*/
.wp_rp_footer {
    display: none;
}

.related_post_title {
  margin: 0;
  padding: 50px 0 8px 0;
  border-bottom: solid 2px #222222;
}
ul.related_post {
  margin: 0;
  padding: 0 0 30px 0;
}
ul.related_post li {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  border-bottom: solid 1px #dadada;
}
ul.related_post li a {
  display:block;
}
ul.related_post li img {
}


/*Memberpress*/
.mepr-login-link {
    display: none;
}

.error {
    padding-bottom: 5px;
}


#simpleimage-4 {
    margin-bottom: 35px;
}

.memberpressproduct .wp_social_bookmarking_light {
    display: none;
}

.ui-multiselect{
	height:35px;
	width:280px!important;
}


/* search mepr */
.mepr-category {
	position: relative;
	max-width: 980px;
    margin: 0 auto;
    text-align: right;
    height: 0;
}

.mepr-user-products{
	position: absolute;
    top: -30px;
    right: 0px;
	font-size: 116%;

}

/*Simple Share Buttons Adder*/
.memberpressproduct .ssba{
    display: none;
}

/*Contact form 7*/
.vertical-align input{
    vertical-align:0.1em;
}
