/*
Theme Name: Simple Catch
Theme URI: http://catchthemes.com/themes/simple-catch
Author: Catch Themes Team
Author URI: http://catchthemes.com
Description: Simple Catch is a Simple and Clean WordPress Theme by Catch Themes. Easy Customize through Theme Options and Custom Widgets. Features: Custom Menu, Custom Widgets, Three Custom Layouts, Featured Slider, Theme Options (Header Logo, Footer Logo, Fav Icon, Social Icons, Custom CSS Styles, Webmaster Tools)  and Support for popular plugins (Breadcrumb NavXT, Contact Form 7, WP-PageNavi, WP Page Numbers). It is based on popular 978 Grid System CSS Framework. Multilingual Ready (WPML) and also currently translated in Polish, Russian, Finnish, French, Dutch, Greek, Croatian, Chinese, German, Italian and Danish. Free Support Forum at http://catchthemes.com/support-forum/forum/simple-catch-public/
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, gray, silver, white, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
*/

/* =Import css
----------------------------------------------- */
	@import url(css/978.css);
	
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* =HTML5 display-role reset for older browsers
----------------------------------------------- */
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =Global
----------------------------------------------- */
body {    font: 14px Arial, sans-serif;
    line-height: 24px;
    color: #555;
    min-width: 1040px;
    background: #f2f2f2 url(/wp-content/uploads/2019/02/bg_body.gif) top fixed;
    background-color: #f2f2f2!important;
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "小塚ゴシック Pro R", "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "KozGoPro-Regular", "Meiryo", "MS PGothic", "MS UI Gothic", Osaka, sans-serif;
}
a {
	text-decoration:none;
	color: #000;
	outline:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom:15px;
	color: #444444;
/*	font-weight: bold;*/
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #444444;
}
h1 {
	font-size: 34px;
}
h2 {
margin: 0em 0 1em 0;
    padding: 12px 15px;
    color: #fff;
    font-size: 16px;
    background: #115793;
    letter-spacing: 3px;
    border-radius: 5px;
}
@media all and (-ms-high-contrast: none){
  h2 {
	  font-weight: bold;
  }
}
h4, h5, h6 {
	font-size: 16px;
	text-transform:uppercase;
	color:#666;
}
h3 {
    font-size: 17px;
    text-transform: none;
    color: #0b3960;
    font-weight: bold;
    border-bottom: solid 3px #0b3960;
    margin-bottom: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
p {
/*	padding-bottom:15px;
	line-height:24px;*/
	
}
strong, b {
	font-weight: bold;
	color: #666;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color:#eee;
	overflow: auto;
	padding:20px;
	color:#555;
	margin-bottom: 30px;
}
pre, code {
	font-family: Courier New, monospace;
}
ins {
	text-decoration: none;
}
sup, sub {
	font-size:10px;
	height:0;
	line-height:1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom:6px;
}
sub {
	top:4px;
}
/* Blockquote */
blockquote {
	border-left:4px solid #ccc;
	border-right:4px solid #ccc;
	background:url(images/blockquote-bg.jpg) 10px 10px no-repeat #eee;
	width:85%;
	margin:0 auto;
	padding:20px 20px 20px 48px;
	margin-bottom:30px;
}
blockquote p {
	color:#555;
	padding-bottom:0px;
}
/* Breadcrumb */
.breadcrumb {
	padding:25px 0 0;
	overflow:hidden;
}
.breadcrumb ul {
	list-style:none none;
	margin:0;
	height:24px;
	border-right:1px solid #dadada;
	float:left;
}
.breadcrumb ul li {
	float:left;
	padding:0 0px 0 0;
	font-size:12px;
	font-style:italic;
}
.breadcrumb ul li a {
	float:left;
	line-height:23px;
	height:22px;
	padding:0 22px 0 12px;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	border-left:1px solid #dadada;
	display:block;
	background:url(images/breadcrumb-bg.png) right 8px no-repeat #fff;
	color:#888;
}
.breadcrumb ul li a:hover {
	color:#fff;
	background-color:#888888;
	background-position: right 0px;
}
.breadcrumb ul li.current_item a, .breadcrumb ul li.current_item {
	background-color: #888888;
	background-image: none;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	border-top: 1px solid #DADADA;
	color: #FFFFFF;
	height: 22px;
	line-height: 23px;
	padding: 0 15px;
}

/* Form */
input[type=text], input.text, input.title, textarea, select {
	background-color:#fff;
	border: 1px solid #ccc;
	color:#000;
	padding:9px 10px;
/*	font-style:italic;*/
	width: 368px;
	box-shadow: 0 2px 2px #e5e5e5 inset;
	margin: 0 0 0;
	margin-top: 5px;
}
select {height: 35px;}
#sidebar .input[type=text] {
	width: 282px;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	background-color:#f3f3f3;
	border:1px solid #bbb;
}
textarea {
	padding:10px;
}
/* Contact Form 7 Support */
.wpcf7-form span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FF0000;
    font-size: 14px;
    left: 10px;
    line-height: 16px;
    top: 0;
}
img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}
hr {
	border-bottom-color:#ddd;
	border-bottom-style:solid;
	border-width:0 0 1px;
	height:0px;
	margin:0 0 30px;
	overflow:hidden;
}
ul {
	list-style:outside url(images/ul-bg.png);
	margin: 0 0 20px 20px;
}
ol {
	list-style:outside decimal;
	margin: 0 0 20px 25px;
}
ul li a, ol li a {
	color:#555;
}
ol ol {
	list-style: outside upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
	margin-bottom : 1em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
a.readmore {
	display: block;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding-top:8px;
}
a.readmore:hover {
	text-decoration:underline;
}
.widget {
	margin-bottom: 10px;
    margin-top: 10px;
}
.margin-auto {
	margin:0 auto;
}
/* no-margin, no-padding */
.no-margin-top {
	margin-top:0px !important;
}
.no-margin-bottom {
	margin-bottom:0px !important;
}
.no-margin-left {
	margin-left:0px !important;
}
.no-margin-right {
	margin-right:0px !important;
}
.no-padding-top {
	padding-top:0px !important;
}
.no-padding-bottom {
	padding-bottom:0px !important;
}
.no-padding-left {
	padding-left:0px !important;
}
.no-padding-right {
	padding-right:0px !important;
}
.no-border-top {
	border-top:0 none !important;
}
.no-border-bottom {
	border-bottom:0 none !important;
}
.no-border-left {
	border-left:0 none !important;
}
.no-border-right {
	border-right:0 none !important;
}
/* Clearfix */
.CL {
	clear:left;
	height:0px;
	overflow:hidden;
}
.CR {
	clear:right;
	height:0px;
	overflow:hidden;
}
.clear {
	clear: both;
}
/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
.displayblock {
	display: block;
}
.displaynone {
	display: none;
}
#wrapper {
	width:980px;
	margin:0 auto;
}
/* =Header
----------------------------------------------- */
#header {
/*	background-image: url(images/header-bg.jpg);*/
/*	border-bottom: 2px solid #115793;*/
}
#header .top-bg, #footer {
/*	background:url(images/header-top-footer-bg.jpg) repeat-x;*/
background-color:#999;
/*background-color:#b0c4de;*/
	clear: both;
}
#header .top-bg {
/*	background-position:center bottom;
	height:35px;*/
	border-bottom:6px solid #115793;
}
#header .bottom-bg {
	border-bottom: 1px solid #fefefe;
	padding-top: 0px;
}
/* Logo Tile */
#header .logo-wrap {
	padding-left:5px;
	float:left;
    margin-top: 30px;
    margin-bottom: 20px;
}
#site-logo {
    display: inline-block;
    float: left;
    padding-bottom: 0;
}
#site-logo a img {
    float: left;
    height: auto;
    max-width: 958px;
    padding-right: 20px;
}
#site-details {
    display: inline-block;
    float: left;
	max-width: 958px;
    padding-right: 20px;
}
h1#site-title {
	font-size: 45px;
	font-family: 'Lobster';
	font-weight:normal;
	padding-bottom:0px;
}
h1#site-title a {
	line-height:54px;
}
h1#site-title a:hover {
	color: #444444;
}
h2#site-description {
	font:14px Arial, Helvetica, sans-serif;
	color:#666;
	padding:8px 0 0 0;
}

/* Social-Search */
#header .social-search {
float: left;
    width: 230px;
    /* width: 200px; */
    padding-right: 3px;
    margin-top: 20px;
    margin-left: 40%;
}
@media all and (-ms-high-contrast: none){
  #header .social-search {
    margin-top: -60px;
	  margin-left:700px;
  }
	#english_bt{
		margin-top: -60px!important;
	  margin-left:860px!important;
	}
}
ul.social-profile {
	list-style: none;
	margin: -10px 0 0;
}
#header ul.social-profile {
	float: right;
}
ul.social-profile li {
	float: left;
	margin: 10px 10px 0 0;
}
	
#header ul.social-profile li {
	margin: 10px 0 0 10px;
}
ul.social-profile li a {
	text-indent: -99999px;
}
ul.social-profile li a {
	background: url(images/social-profile.png) right bottom no-repeat;
    display: block;
	height: 33px;
    width: 33px;
	text-indent: -99999px;

}
ul.social-profile li.facebook a {
	background-position: 0 0;
}
ul.social-profile li.facebook a:hover {
	background-position: 0 -43px;
}
ul.social-profile li.twitter a {
	background-position: -44px 0;
}
ul.social-profile li.twitter a:hover {
	background-position: -44px -43px;
}
ul.social-profile li.you-tube a {
	background-position: -87px 0;
}
ul.social-profile li.you-tube a:hover {
	background-position: -87px -43px;
}
ul.social-profile li.rss a {
	background-position: -130px 0;
}
ul.social-profile li.rss a:hover {
	background-position: -130px -43px;
}
ul.social-profile li.google-plus a {
	background-position: -173px 0;
}
ul.social-profile li.google-plus a:hover {
	background-position: -173px -43px;
}
ul.social-profile li.pinterest a {
	background-position: -216px 0;
}
ul.social-profile li.pinterest a:hover {
	background-position: -216px -43px;
}
ul.social-profile li.slideshare a {
	background-position: -259px 0;
}
ul.social-profile li.slideshare a:hover {
	background-position: -259px -43px;
}
ul.social-profile li.foursquare a {
	background-position: -302px 0;
}
ul.social-profile li.foursquare a:hover {
	background-position: -302px -43px;
}
ul.social-profile li.viemo a {
	background-position: -345px 0;
}
ul.social-profile li.viemo a:hover {
	background-position: -345px -43px;
}
ul.social-profile li.myspace a {
	background-position: -388px 0;
}
ul.social-profile li.myspace a:hover {
	background-position: -388px -43px;
}
ul.social-profile li.flickr a {
	background-position: -431px 0;
}
ul.social-profile li.flickr a:hover {
	background-position: -431px -43px;
}
ul.social-profile li.dribbble a {
	background-position: -474px 0;
}
ul.social-profile li.dribbble a:hover {
	background-position: -474px -43px;
}
ul.social-profile li.wordpress a {
	 background-position: -517px 0;
}
ul.social-profile li.wordpress a:hover {
	background-position: -517px -43px;
}
ul.social-profile li.deviantart a {
	background-position: -560px 0;
}
ul.social-profile li.deviantart a:hover {
	background-position: -560px -43px;
}
ul.social-profile li.linkedin a {
	background-position: -603px 0;
}
ul.social-profile li.linkedin a:hover {
	background-position: -603px -43px;
}
ul.social-profile li.tumblr a {
   	background-position: -646px 0;

}
ul.social-profile li.tumblr a:hover {
	background-position: -646px -43px;
}
ul.social-profile li.delicious a {
	background-position: -689px 0;
}
ul.social-profile li.delicious a:hover {
	background-position: -689px -43px;
}
ul.social-profile li.lastfm a {
   	background-position: -732px 0;

}
ul.social-profile li.lastfm a:hover {
	background-position: -732px -43px;
}
ul.social-profile li.instagram a {
   	background-position: -776px 0;

}
ul.social-profile li.instagram a:hover {
	background-position: -776px -43px;
}
ul.social-profile li.github a {
	background-position: -818px 0;
}
ul.social-profile li.github a:hover {
	background-position: -818px -43px;
}
ul.social-profile li.odnoklassniki a {
	background-position: -860px 0;
}
ul.social-profile li.odnoklassniki a:hover {
	background-position: -860px -43px;
}
ul.social-profile li.vkontakte a {
	background-position: -903px 0;
}
ul.social-profile li.vkontakte a:hover {
	background-position: -903px -43px;
}
ul.social-profile li.myworld a {
	background-position: -946px 0;
}
ul.social-profile li.myworld a:hover {
	background-position: -946px -43px;
}
ul.social-profile li.goodreads a {
	background-position: -989px 0;
}
ul.social-profile li.goodreads a:hover {
	background-position: -989px -43px;
}


/* Search Form */
#header .social-search form.searchform {
	padding-top:25px;
	padding-right:0px;
}
#header .social-search form.searchform input.search {
	background:none #fff;
	border:0 none !important;
	box-shadow:none;
	width:150px;
	/*height:35px;*/
	height:30px;
	margin:0px;
	float:left;
	padding:0px 10px;
	color:#888;
	font-size:12px;
/*	font-style:italic;*/
/*	line-height:35px;*/
}
#header .social-search form.searchform input.searchbutton {

	background:none #4578a5;
	width:60px;
	height:30px;
	display:block;
	float:left;
	color:#fff;
	font-size:12px;
	padding:0px;
	border-style: none;
}
/* =Menu
----------------------------------------------- */
#header #mainmenu { 
min-width: 100%!important;
	float: left;
    position: relative;
    z-index: 10000;
    margin: 0 -100%;
    padding: 0 100%;
    background-color: #115793;
    padding-bottom: 1px;
    margin-top: 10px;
}
.home #header #mainmenu {
	box-shadow: none;
}
#header #mainmenu ul {
	margin: 0px;
	list-style: none;
}
#header #mainmenu ul li {
width: 161px;
    float: left;
    margin-bottom: -1px;
    position: relative;
    color: #FFF;
    background-color: #115793;
}
#header #mainmenu ul li a {
	width: 161px;
/*	padding: 0 15px;*/
	text-align:center;
	display: block;
	color: #fff;
	font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
	line-height: 35px;
	color: #FFF;
	float: left;
}
@media all and (-ms-high-contrast: none){
  #header #mainmenu ul li a {
	  font-weight: bold;
  }
}
#header #mainmenu ul li.current-menu-item a,
#header #mainmenu ul li.current_page_item a,
#header #mainmenu ul li.current_page_ancestor a{
/*	background:url(/wp-content/uploads/2013/09/button2_.png) no-repeat;*/
}

#header #mainmenu ul li.current-menu-parent a{
	/*background-color: #444;*/
	/*color: #FFF;
	font-weight: bold;
	background:none;*/
/*	background:url(/wp-content/uploads/2013/09/button2_.png) no-repeat;*/
}

#header #mainmenu ul li a:hover, 
#header #mainmenu ul li:hover > a {
	color: #FFF;
	font-weight: bold;
}

/* Dropdown menu */
#header #mainmenu ul li ul, #header #mainmenu ul li:hover ul li ul {
	background-image:none;
	display:none;
	list-style:none none;
	z-index: 9999;
	position:absolute;
	background-color:#5da3df;
	top:45px;
	color:white;
	left:0px;
	padding:0px;
	width:161px;
	margin:0px;
}
#header #mainmenu ul li:hover ul, #header #mainmenu ul li ul li:hover ul {
	background-image:none;
	display:block;
	position:absolute;
	color:white;
	top:45px;
	left:0px;
	padding:0px;
	width:161px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
}
#header #mainmenu ul li ul {
	background-image:none;
	position:absolute;
	background-color:#4578a5;
	top:45px;
	left:0px;
	padding:0px;
	width:161px;
	margin:0px;
}
#header #mainmenu ul li ul li ul {
	left:185px;
	top:-1px;
		z-index: 9999;
}
#header #mainmenu ul li ul li {
	float:none;
	background:none;
	}
#header #mainmenu ul li ul li a {
	/*padding: 7px 10px;*/
	color: #FFF;
	float:none;
/*	line-height: 18px;
	font-size: 10px;*/
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	}
#header #mainmenu ul li ul li a:hover, #header #mainmenu ul li ul li:hover > a {
	background-color:#5da3df;
	text-decoration:none;
	color:#fff;
	background-image:none;
	margin-left:-10px;
	padding-left:10px;
	margin-right:-10px;
	padding-right:10px;
}

/* Page Title */
#header #page-title {
	padding:34px 20px 0px;
}
#header #page-title p {
	padding-bottom:0;
}

/* =Featured Slider
----------------------------------------------- */
.featured {
/*	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	height:313px;*/
	width:976px;
	position:relative;
	overflow:hidden;
	pointer-events: none;
	cursor: default;
background-color:transparent;
border:none;
}
.featured img {
	max-width:100%;
	height:auto;
	margin: 0 auto;
	display: block;
background-color:transparent;
border:none;
}
.featured .img-effect {
	display: block;
/*	height:313px;*/
	width:976px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url(images/featured-img-effect.png);
	z-index:10;
background-color:transparent;
border:none;
}
.featured-text {
	padding:0px 0px 0px 0px;
}
.featured-text span {
	font-size:15px;
	font-weight:bold;
}
.featured-text a.readmore {
    display: inline;
    padding: 0;
}

/* Controllers */
#controllers {
	margin-top:0px;
	padding-top: 0px;
	text-align:center;
}
#controllers a {
	background-color: #B7B7B7;
	display: inline-block;
	/*height: 12px;*/
	height: 8px;
	margin: 0 3px;
	overflow: hidden;
	text-indent: 999999px;
	/*width: 12px;*/
	width: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#controllers a:hover, #controllers a.active {
	background-color:#000;
}

/* =Content
----------------------------------------------- */
#main {
/*	padding-top:30px;*/
/*padding-top:-50px;*/
padding-top:0px
}
#main #content .post {
	padding-bottom:30px;
}
#main #content .post h1,
#main #content .post h2.entry-title
{
	font-size: 34px;
	line-height:45px;
	padding-bottom:6px;
}
#main #content .post-img a {
	width:210px;
	height:210px;
	overflow:hidden;
	display:block;
	padding:5px;
	background-color:#fff;
	border:1px solid #bbb;
}
#main #content .post-img img {
	max-width:100%;
	height:auto;
	border:0 none;
	margin:0;
	padding:0;
}
#main #content ul.post-by {
	height: 20px;
	list-style: none outside none;
	margin: 0;
	padding-bottom: 12px;
}
#main #content ul.post-by li {
	float:left;
	color:#999;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	background:url(images/post-by-seperator.jpg) right center no-repeat;
}
#main #content ul.post-by li.last {
	background: none;
}
#main #content ul.post-by li a {
	color:#999;
}
#main #content ul.post-by li a:hover {
	color:#444;
}
#main #content img {
/*	max-width:630px;*/
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: 5px;
}
.home .post p,
.archive .post p {
	clear: both;
	padding-bottom: 0;
}
/* Tags */
#main #content .tags {
	padding-bottom: 15px;
}
#main #content .tags a {
	color:#999;
	font-size: 12px;
	font-weight: bold;
}
#main #content .tags a:hover {
	color:#444;
}
/* Table */
#content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
#content th {
	font-size: 12px;
	text-align:left;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
#content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.no-sidebar div.col8,
.error404 div.col8 {
	margin: 0 auto;
	float: none;
}
/* Comments form */
#respond, #comments {
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
h2#comments-title, h3#reply-title {
	color: #444;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-top: 30px;
	text-transform:capitalize;
}
.commentlist {
	list-style: none;
	margin: 0;
	word-wrap: break-word;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a.current_page_item, .comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
input[type=submit] {
	color: #333;
}
#comments .navigation {
	padding-bottom: 15px;
}
#respond p {
	margin: 0;
}
#respond p.form-submit {
	padding-bottom: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 14px;
}
#respond input {
	margin: 0 0 20px;
	padding: 9px 10px;
	width: 368px;
}
#respond input.submit {
	background: url("images/submit.jpg") no-repeat scroll center top transparent;
	border: medium none;
	color: #666666;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 36px;
	margin-left: 84px;
	text-align: center;
	width: 138px;
}
#respond input.submit:hover {
	background-position:center bottom;
}
#respond textarea {
	width: 620px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#respond #commentform {
	margin-bottom:30px;
	margin-top:10px;
}
#respond #commentform p {
	clear: both;
	margin:0px;
}
#respond #commentform label {
	float: left;
	line-height: 33px;
	margin: 0 30px 0 0;
	text-align: left;
	clear:left;
	width: 75px;
}
#respond #commentform .comment-subscription-form {
	margin: 20px 0 0 84px;
	padding-bottom:0;
	}
#respond #commentform .comment-subscription-form label {
	float: none;
	line-height: 33px;
	margin: 0;
	text-align: left;
	clear:left;
	width: auto;
}
#respond #commentform .comment-subscription-form input {
	margin:0 10px 0 0;
	padding-bottom:0;
}
#respond #commentform .text {
	background-color:#fff;
	border: 1px solid #ccc;
	float: left;
	margin: 0 0 20px;
	color:#aaa !important;
	padding:9px 10px;
	font-style:italic;
	width: 368px;
	box-shadow: 0 2px 2px #e5e5e5 inset;
}
#respond #commentform textarea {
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	color:#aaa;
	height:205px;
	width:510px;
	margin:0px 0 20px;
	font:14px Arial, Helvetica, sans-serif;
	line-height:22px;
	box-shadow: 0 2px 2px #e0e0e0 inset;
}
#commentform #submit, 
.wpcf7-form .wpcf7-submit {
		background-color: #115793;
    border: 0 none;
    color: #FFF !important;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    height: 35px;
    text-align: center;
    width: 200px;
    display: block;
    margin-bottom: 0px;
    /* text-shadow: 0 1px 0px #fff; */
    -webkit-appearance: none;
    box-shadow: 2px 2px 2px #e0e0e0;
}
.wpcf7-form .wpcf7-submit {
    margin: 0;
}
#respond #commentform #submit:hover, 
.wpcf7-form .wpcf7-submit:hover {
	background-position:center bottom;
	border:none;
}
#respond #commentform .text:focus, #respond #commentform .text:hover, #respond #commentform textarea:hover, #respond #commentform textarea:focus {
 background-color:#f3f3f3;
 border: 1px solid #bbb;
}
/* Support for Captcha Plugin */
#respond #commentform .cptch_block label {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
/* =Caption, Images and Alignments
-------------------------------------------------------------- */
.alignright {
	display: inline;
	float: right;
}
.alignleft {
	display: inline;
	float: left;
}
.aligncenter,
div.post .new-post .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 15px;
	max-width: 630px;
}
.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}
#main #content .wp-caption img {
	margin: 0;
	border: none;
}
.wp-caption p.wp-caption-text {
	color: #666;
	font-style: italic;
	padding: 10px 10px 5px;
}
img.alignleft {
	margin-right: 20px;
	margin-bottom: 20px;
}
img.alignright {
	margin-left: 20px;
	margin-bottom: 20px;
}
img.size-auto, 
img.size-full, 
img.size-large, 
img.size-medium, 
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.wp-smiley {
	margin: 0;
}
/* Gallery */
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
	margin-bottom:10px;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
#main #content .gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
#main #content .gallery-columns-4 .attachment-thumbnail {
	max-width: 80%;
	height: auto;
}
#main #content .gallery-columns-5 .attachment-thumbnail {
	max-width: 72%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
.entry-attachment .attachment {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 20px;
}
.attachment h1 span.img-title {
	font-size: 30px;
	color: #bbb;
}
#main #content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
	background: none;
	border: 0 none;
	padding: 0;
}
.entry-caption p {
	color: #666666;
	font-style: italic;
	padding: 10px 10px 5px;
}
/* Single page */
.single a.readmore {
	padding-top:0px;
}
.single #main #content .post {
	padding-bottom:0px;
	
}
.single #main #content blockquote {
	margin-bottom:15px;
}
/* =Sidebar
-------------------------------------------------------------- */
#sidebar ul {
	margin-bottom:0px;
}
#sidebar ul li a, #sidebar ol li a {
	color:#666;
}
#sidebar ul li a:hover, #sidebar ol li a:hover {
	color:#000;
}
#sidebar, #sidebar p {
	font-size:13px;
	line-height:22px;
	color:#666;
}
#sidebar hr {
	border-bottom-color:#ddd;
	border-bottom-style:solid;
	border-width:0 0 1px;
	height:0px;
	margin:0 0 10px;
	overflow:hidden;
}
#sidebar h3, #sidebar h4, #sidebar h5 {
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
/*	font-size:15px;*/
	background-color:#0cb0e0;
}
#simple-paragraph p {
	padding-bottom:0px;
}
#sidebar .tagcloud a {
	margin-right:5px;
	font-size:12px;
	color:#666;
}
#sidebar .tagcloud a:hover {
	color:#000;
}
#sidebar .custom-tagcloud a {
	padding:1px 7px;
	color:#666;
	background-color:#DDD;
	display:inline-block;
	margin-bottom:4px;
	font-size:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#sidebar .custom-tagcloud a:hover {
	color:#fff;
	background-color:#888;
}
#sidebar #email-subscription input {
	background-color: #ddd;
	border: 0 none !important;
	color: #888;
	float: left;
	font-size: 14px;
	font-style: italic;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 10px;
	width: 246px;
}
#sidebar #email-subscription button {
	background:url(images/subscription-button.jpg) #666 no-repeat;
	border: 0 none !important;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	height: 35px;
	padding: 0;
	width:40px;
}

/* Search Widget */
#sidebar form.searchform input {
	background:none #f5f5f5;
	border:0 none !important;
	box-shadow:none;
	width:202px;
	height:35px;
	margin:0px;
	float:left;
	padding:0px 10px;
	color:#888;
	font-size:14px;
	font-style:italic;
	line-height:35px;
}
#sidebar form.searchform button {
	background:none #333;
	border:0 none !important;
	width:84px;
	height:35px;
	display:block;
	float:left;
	color:#fff;
	font-size:15px;
	cursor:pointer;
	padding:0px;
}

/* =Calender
-------------------------------------------------------------- */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 306px;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar a:hover {
	text-decoration: underline;
}
#wp-calendar caption {
	text-decoration: none;
	font: bold 13px Arial, Sans-Serif;
	padding-bottom:20px;
}
#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
	text-align:center;
}
#wp-calendar td#today {
	color: #ffffff;
	background-color:#444;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
	text-align:center;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
/* =Pagination
-------------------------------------------------------------- */
#content #wp_page_numbers, 
#content .wp-pagenavi {
	float: right;
	margin: 0;
	padding-bottom: 30px;
	width: auto;
}
#content #wp_page_numbers ul {
	border: none;
	list-style: none;
}
#content #wp_page_numbers ul li.page_info,
#content .wp-pagenavi .pages {
	background: none;
	border: none;
	color: #aaa;
	font-size: 14px;
	float:left;
	line-height: 30px;
    padding: 2px;
}
#content #wp_page_numbers ul li {
	margin-left: 10px;	
}
#content #wp_page_numbers ul li a,
#content .wp-pagenavi a, 
#content .wp-pagenavi span {
	border: none;
	float:left;
	height:32px;
	background:#ddd;
	color:#555;
	text-align:center;
	font-size:14px;
	line-height:30px;
	display:block;
	padding:0 12px;
	text-decoration:none;
}
#content .wp-pagenavi a, 
#content .wp-pagenavi span {
	margin: 0 0 0 10px;
}
#content #wp_page_numbers ul li a:hover,
#content .wp-pagenavi a:hover {
	background:#444;
	color:#fff;
}
#content #wp_page_numbers ul li.active_page a, 
#content .wp-pagenavi span.current {
	background:#444;
	color:#fff;
	font-weight: normal;
}
/* Single pagination */ 
.pagination {
	clear: both;
	text-align: right;
	padding:15px 0 30px;
}
.pagination a {
	display:inline-block;
	text-decoration:none;
	margin-left: 10px;
}
.pagination span {
	background: none repeat #444444;
	color: #FFFFFF;
	width:32px;
	height:32px;
	margin-left: 10px;
	text-align:center;
	font-size:14px;
	line-height:30px;
	display:inline-block;
}
.pagination a span {
	background:inherit;
	color:#555;
	margin-left:0;
}
.pagination a:hover span {
	background: none repeat #ddd;
}
/* Default wp-page */ 
ul.default-wp-page  {
	margin:0;
	list-style: none outside;
	list-style-image: none;
}
ul.default-wp-page li.previous {
	float:left;
}
ul.default-wp-page li.next {
	float:right;
}
ul.default-wp-page li.previous a {
	background: url(images/ul-bg-prev.png) no-repeat left 9px;
	padding:0 0 30px 15px;
	float:left;
	display:block;
}
ul.default-wp-page li.next a {
	background: url(images/ul-bg.png) no-repeat right 9px;
	padding:0 15px 30px 0;
	float:right;
	display:block;
}

/* =Jetpack Infinite Scroll
-------------------------------------------------------------- */
#content #infinite-handle {
	clear: both;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
#content #infinite-handle span {
    background-coor:  #333333;
    display: block;
    padding: 10px 0;
    width: 100%;
}
#content #infinite-handle span:hover {
	background-color: #000;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
/*	border-top:6px solid #ccc;*/
/*	border-top: 4px solid #dfdfdf;
	border-top: 1px solid #778899;*/
/*	height:100%;*/
	color:#778899;
	font-size:12px;
	padding-top:0px;
}
#footer span {
	color:#778899;
/*	font-style:italic;*/
}
#footer a {
/*	font-style:italic;*/
	color:#000;
	line-height:24px;
}
#footer a:hover {
/*	font-style:italic;*/
	color:#777;
}
#footer .copyright img {
	max-width:190px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0 0px 0 0;
}
#footer .powered-by {
	text-align:right;
}
#footer div#ft-messe {
    padding-right: 10%;
    padding-left: 10%;
    text-align: center;
    padding-bottom: 20px;
    color: black;
    line-height: 1.7;
}
/* =Print styling
-------------------------------------------------------------- */
@media print {
body {
	background: none !important;
}
#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}
#header {
	border-bottom: 2pt solid #000;
/*	padding-bottom: 18pt;*/
	padding-bottom: 0pt;
}
#colophon {
	border-top: 2pt solid #000;
}
#site-title, #site-description {
	float: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
#site-title {
	font-size: 13pt;
}
.entry-content {
	font-size: 14pt;
	line-height: 1.6em;
}
.entry-title {
	font-size: 21pt;
}
#access, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area {
	display: none !important;
}
#container, #header, #footer {
	margin: 0;
	width: 100%;
}
#content, .one-column #content {
	margin: 24pt 0 0;
	width: 100%;
}
.wp-caption p {
	font-size: 11pt;
}
#site-info, #site-generator {
	float: none;
	width: auto;
}
#colophon {
	width: auto;
}
img#wpstats {
	display: none;
}
#site-generator a {
	margin: 0;
	padding: 0;
}
#entry-author-info {
	border: 1px solid #e7e7e7;
	
}
#main {
	display: inline;
}
.home .sticky {
	border: none;
}
}


/*--追加--------------TOPページレイアウト--*/

#TileTitle1{
	background:url(/wp-content/uploads/2013/09/solution.png) no-repeat;
/*	background-size:678px 289px;*/
	background-size:678px 375px;
	width:678px;
/*	height:289px;*/
	height:375px;
	border:none;
}

#TileTitle1 p{
	position: absolute;
	padding-top:54px;
	padding-left:40px;
}

#TileTitle1_{
	margin-top:-10px;
	background:url(/wp-content/uploads/2013/09/solution_under.png) no-repeat;
	background-size:678px 85px;
	width:678px;
	height:85px;
	border:none;
}


#TileTitle1_ p{
	position: absolute;
	margin-top:45px;
	margin-left:33px;
/*	padding-top::415px;
	padding-left:142px;*/
}


#TileTitle2{
	width:678px;
	margin-bottom: 30px;
}
html*#TileTitle2 {
	background:url(/wp-content/uploads/2013/09/oshirase.png) no-repeat;
	background-size:678px 250px;
	width:678px;
	height:250px;
	margin-top:0px;
}

#TileTitle2 p2{
/*	margin-top:-50px;*/
/*	margin-left:580px;*/
}
#TileTitle2 p{
	text-align:right;
	font-size:10px;
	margin-top:-13px;
	margin-right:20px;
}
.showcatposts-list{
/*	margin-top:40px;
	margin-left:50px;
	padding-top:65px;
	padding-left:50px;*/
}
ul.showcatposts-list {
    width: 620px;
}
#TileTitle2 .ichiran{
margin-left: 600px;
}

#TileTitle3{
//	background:url(/wp-content/uploads/2013/09/recrute.png) no-repeat;
//	background-size:678px 163px;
	width:680px;
	height:163px;
    margin-top: -20px;
    margin-left: -9px;
}
/*
#TileTitle3 a {
	display: block;
	width: 678px; 
	height: 163px;*/
/*	margin-top:-10px;
}*/


#oshirase{
/*	top:430px;*/
	/*position: absolute;
	bottom: 0;
	left: 0;*/
/*	background:url(/wp-content/uploads/2013/09/goods_solution.png) no-repeat;
	background-size:303px 60px;
	width:303px;
	height:60px;*/
}

#sidebar_{
/*	padding-top:0px;
	padding-left:0px;*/
	padding-top: 0px;
    padding: 5px;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #FFF;
}
#sidebar p{
	background-color:#FFF;
}
#conp{
/*	width: 500px;
    height: 150px;*/
	width: 430px;
    height: 160px;
    background-color: #f2f2f2;
    border: 1px solid #A2A1A1;
    /* margin-top: 128px; */
    /* margin-top: 53px; */
    /* margin-top: 265px; */
    /* margin-bottom: 20px; */
    margin-left: 30px; 
    float: left;
    padding: 10px;
}
#service_category{
/*	margin-left:700px;
	padding-top:13px;
	padding-left:20px;*/
	/*	bottom: 0;
	left: 0;*/
	background:url(/wp-content/uploads/2013/09/service_category_.png) no-repeat;
	background-size:305px 51px;
	width:305px;
	height:51px;
}
#employ_privacy{
	margin-left:696px;
	background-color:#FFF;
	margin-top:8px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	width:230px;
	border:solid 1px #999;
}
#service_category2{ 
    /* background:url(/wp-content/uploads/2013/09/service_category_.png) no-repeat; */
    background-size: 267px 31px;
    margin-left: 696px;
    background-color: #FFF;
    margin-top: -14px;
	padding-top: 11px;
    padding-left: 20px;
    padding-right: 5px;
    width: 245px;
    /* border: solid 1px #999; */
}
#service_category2 p {
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
#service_category2 li {
	padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
#service_category2 h2{
	margin-left: -20px;
    padding-right: 0px;
    margin-right: -5px;
    margin-top: -11px;
    border-radius: 0px;
    padding: 20px;
}
#service_category2 h3{
	margin-top:5px;
	color:#FFF;
}
#service_category2 p{
/*	line-height: 0.5;*/
}
#service_category3{
margin-left:679px;
}
#service_title{
	background:url(/wp-content/uploads/2013/09/service_title.png) no-repeat;
	background-size:680px 72px;
	width:680px;
	height:72px;
	padding-left:120px;
	padding-top:25px;
	font-size:18px;
	color:#FFF;
}
#service_title2{
	background:url(/wp-content/uploads/2013/09/service_title.png) no-repeat;
/*	background-size:630px 67px;
	width:630px;
	height:67px;
	margin-left:0px;
	padding-left:120px;
	padding-top:20px;
	font-size:18px;
	color:#FFF;*/
	background-size:680px 72px;
	width:680px;
	height:72px;
	margin-top:9px;
	padding-left:120px;
	padding-top:25px;
	font-size:18px;
	color:#FFF;
}

#result_title{
	background:url(/wp-content/uploads/2013/09/result_title.png) no-repeat;
	background-size:680px 72px;
	width:680px;
	height:72px;

/*	padding-left:120px;
	padding-top:25px;
	font-size:18px;
	color:#FFF;*/
}
#result_table{
	margin-left:0px;
}
#original_table2 td{
	vertical-align:top;
	
}
#result_table {
padding-left:20px;
}

#result_table h2{
	background:url(/wp-content/uploads/2013/09/result_table.png) no-repeat;
	background-size:309px 50px;
	width:309px;
	height:50px;
/*	padding-left:80px;*/
	padding-top:14px;
	font-size:15px;
	color:#FFF;
}
#original_table td{
	vertical-align:top;
}
#original_page{
	margin-left:20px;
}
#original_page2{
	margin-left:0px;
}
#original_archive{
/*	width:350px;*/
	margin-left:100px;
}
#original_archive_title{
/*	width:350px;*/
	margin-left:100px;
}
#original_archive_img{
	float:left;
	margin-left:10px;
	width:210px;
}
#custum a {
	text-decoration:underline;
	color: #000;
	outline:none;
/*	line-height:5px;*/
}

#pic_tb{
	float:left;
/*	width:450px;*/
	padding-right:50px;
}
#pic_tb_{
	float:left;
	width:150px;
}
#pic_tb2{
	margin-top:200px;
}

/*字幕制作ページ用*/

#jimaku1{
	margin-left:-10px;
	background:url(/wp-content/uploads/2013/10/jimaku.png) no-repeat;
/*	background-size:678px 289px;*/
	background-size:678px 630px;
	width:678px;
/*	height:289px;*/
	height:630px;
	border:none;
}
#jimaku-1{
	margin-top:35px;
	margin-left:25px;
	font-size:17px;
	font:bold;
}
#jimaku-text{
	margin-top:0px;
	margin-left:27px;
	margin-right:20px;
	font-size:15px;
	font:bold;
}
#bt_jimaku1{
	margin-top:20px;
	margin-left:80px;
	background:url(/wp-content/uploads/2013/11/bt_jimaku1.png) no-repeat;
	background-size:500px 55px;
	width:500px;
	height:55px;
	border:none;
	-moz-background-size:contain;
	background-size:contain;
}

#bt_jimaku2{
	margin-top:20px;
	margin-left:80px;
	background:url(/wp-content/uploads/2013/11/bt_jimaku2.png) no-repeat;
	border:none;
	background-size:500px 55px;
	width:500px;
/*	height:289px;*/
	height:55px;
	border:none;
}

#bt_jimaku3{
	margin-top:20px;
	margin-left:80px;
	background:url(/wp-content/uploads/2013/11/bt_jimaku3.png) no-repeat;
	border:none;
	background-size:500px 55px;
	width:500px;
/*	height:289px;*/
	height:55px;
	border:none;
}

#bt_jimaku4{
	margin-top:20px;
	margin-left:80px;
	background:url(/wp-content/uploads/2013/11/bt_jimaku4.png) no-repeat;
	border:none;
	background-size:500px 55px;
	width:500px;
/*	height:289px;*/
	height:55px;
	border:none;
}
#jimaku2{
	margin-left:-10px;
	background:url(/wp-content/uploads/2013/10/jimaku2.png) no-repeat;
/*	background-size:678px 289px;*/
	background-size:678px 230px;
	width:678px;
/*	height:289px;*/
	height:230px;
	border:none;
}
#jimaku4{
	margin-left:7px;
	background:url(/wp-content/uploads/2013/10/jimaku4.png) no-repeat;
/*	background-size:678px 289px;*/
	background-size:648px 188px;
	width:648px;
/*	height:289px;*/
	height:188px;
	border:none;
}

#jimaku5{
	margin-left:7px;
	background:url(/wp-content/uploads/2013/10/jimaku5.png) no-repeat;
/*	background-size:678px 289px;*/
	background-size:648px 167px;
	width:648px;
/*	height:289px;*/
	height:167px;
	border:none;
}
#jimaku_dekiru1{
	margin-left:-10px;
	background:url(/wp-content/uploads/2013/11/jimaku_dekiru1.png) no-repeat;
/*	background-size:678px 289px;*/
	background-size:678px 223px;
	width:678px;
/*	height:289px;*/
	height:223px;
	border:none;
}
#jimaku_dekiru2{
	margin-left:12px;
	background:url(/wp-content/uploads/2013/11/jimaku_dekiru2.png) no-repeat;
/*	background-size:678px 289px;*/
	background-size:678px 272px;
	width:678px;
/*	height:289px;*/
	height:272px;
	border:none;
}
#jimaku_dekiru3{
	margin-left:12px;
	background:url(/wp-content/uploads/2013/11/jimaku_dekiru3.png) no-repeat;
/*	background-size:678px 289px;*/
	background-size:678px 272px;
	width:678px;
/*	height:289px;*/
	height:272px;
	border:none;
}
#jimaku_dekiru4{
	margin-left:12px;
	background:url(/wp-content/uploads/2013/11/jimaku_dekiru4.png) no-repeat;
/*	background-size:678px 289px;*/
	background-size:678px 158px;
	width:678px;
/*	height:289px;*/
	height:158px;
	border:none;
}
#jimaku_dekiru5{
	margin-left:12px;
	background:url(/wp-content/uploads/2013/11/jimaku_dekiru5.png) no-repeat;
/*	background-size:678px 289px;*/
	background-size:678px 385px;
	width:678px;
/*	height:289px;*/
	height:385px;
	border:none;
}
#jimaku_dekiru6{
	margin-left:12px;
	background:url(/wp-content/uploads/2013/11/jimaku_dekiru6.png) no-repeat;
/*	background-size:678px 289px;*/
	background-size:678px 295px;
	width:678px;
/*	height:289px;*/
	height:295px;
	border:none;
}
/*英語ページ*/
#english_bt{
	float: left;
    margin-top: 20px;
    margin-left: -73px;
}
/*リンクウィキページ*/
#t-wiki td{
	border:1px solid #003300;
}

/*フォーム１*/
#form1{
	margin-left:20px;
}
#form1 #your-name{
	width:220px;
}
#form1 #your-furigana{
	width:220px;
}
#form1 #your-nenrei{
	width:16px;
}
#form1 #your-yuubin{
	width:52px;
height:10px;
}
#form1 #your-gakubu{
	width:220px;
}
#form1 #your-gakka{
	width:220px;
}
#form1 #your-ko-su{
	width:220px;
}
#form1 #your-engine{
	width:150px;
}
#form1 #your-zassi{
	width:150px;
}
#form1 #your-known-other{
	width:220px;
}
#form1 #your-setumei-tuki{
	width:25px;
}
#form1 #your-setumei-niti{
	width:25px;
	height:8px;
}
#form1 .sample_03{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
#form1 .sample_03 th{
width:25%;
padding:4px;
text-align: left;
vertical-align: top;
color: #444;
/*background-color: #feedf3;*/
background-color: #fff;
border-left: 3px double #999;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
#form1 .sample_03 td{
width:75%;
padding:4px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.ft_box{
    float: left;
    margin-left: 245px;
    margin-top: 30px;
	 margin-bottom: 30px;
}
@media all and (-ms-high-contrast: none){
	.ft_box{
	    float: left;
	    margin-left: 100px;
	    margin-top: 50px;
		margin-bottom:58px;
	}
}
/***** コンタクトフォーム *****/
.required-contactform7{
 padding: 5px;
 background: #DE8686;
 color: #fff;
 border-radius: 3px;
 margin-right: 3px;
 font-size: xx-small;
}
 
.table-contactform7 th{
font-weight:bold;
width:26%;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
 max-width: 100%;
}
 
.address-100 input{
 width: 100%;
}
 
.message-100 textarea{
  width: 74%;
  margin-left: 26%;
 margin-top:-20px;
}
 
@media screen and (max-width: 900px){
 .table-contactform7 th{
 width:100%;
 display:block;
 margin: 0 auto;
 border:none;
 margin-top: 15px;
 }
 .table-contactform7 td{
 display: list-item;
 list-style-type:none;
 margin:0;
 padding:0;
 width: 100%;
 border-top: none !important;
 }
}
#form_massage{
padding-left: 160px;
}

.wpcf7 input[type="tel"]{
  /* height: 25px; */
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 9px 10px;
  /* font-style: italic; */
  /* width: 368px; */
  box-shadow: 0 2px 2px #e5e5e5 inset;
}
.wpcf7 input[type="email"]{
  /* height: 25px; */
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 9px 10px;
  /* font-style: italic; */
  /* width: 368px; */
  box-shadow: 0 2px 2px #e5e5e5 inset;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    height: 30px;
    display:inline;
	vertical-align:middle;
}
#sp_com h2 { 
    line-height: 31px;
    font-size: 20px;
    margin-top: 20px;
}
/**ADD for responsive**/

#header .nav{
	visibility:hidden;
}
#footer .sp-subnavi{
	display: none;
}
#footer .copy {
/*    display:none;*/
        margin-top: 77px;
}
#footer .subnavi {
    margin-top: 77px;
}
#footer .ex_link img{
    margin-top: 5px;
}
/**TOPへ戻るボタン**/
#page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
   
}
#page_top a {
    background: #0cb0e0;
    filter: alpha(opacity=60);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 45px;
    /* padding: 7px; */
    padding-top: 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 24px;
    line-height: 1.5;
}
#page_top a:hover {
	border-style: none;
	background: #0cb0e0;
}
#fb-tb {
    display: none;
}
/**ADD*******/
div#bs1 {
    padding-left: 10px;
}
@media screen and (max-width: 479px){
	body { 
	min-width: 100%!important;
    background: none!important;
    background-color: #f2f2f2!important;
}

	#service_title {
		background:url(/wp-content/uploads/2013/09/service_title.png) no-repeat;
    	background-size: 100% 60%!important;
    	width: 75%;
    	/* height: 72px; */
    	margin-top: 0px;
    	padding-left: 80px!important;
    	padding-top: 0px!important;
    	font-size: 18px;
    	color: #FFF;
    	line-height: 45px;
	}
	#service_title2 {
	    background:url(/wp-content/uploads/2013/09/service_title.png) no-repeat;
	    background-size: 100% 54%!important;
	    width: 75%;
	    /* height: 72px; */
	    margin-top: 0px;
	    padding-left: 80px!important;
	    padding-top: 0px!important;
	    font-size: 18px;
	    color: #FFF;
		line-height: 40px!important;
	}
	#result_table {
	    padding-left: 0px!important;
	    padding-right: 5px;
	}
	div.col5 {
	    margin-left: 5px;
	    margin-right: 5px;
	    width: 95%;
	    margin-bottom: 50px;
	}
	#content .col5 img {
	    width: 75%!important;
	}
	#original_page2 hr{
		display:none;
	}
	#original_table2 td{
	width:50%;
	}
	#original_table2 td h3{
	font-size:100%;
	}
	.post h2.entry-title {
	    font-size: 20px!important;
	    line-height: 22px!important;
	    margin-top: 25px;
	    margin-bottom: 10px;
	}
	#original_page2 div.col8 {
	    width: 97%!important;
	    margin-left: 5px!important;
	    margin-right: 5px!important;
	}

/*2.22*/	
	#original_page #bt_img {
	    margin-left: 0px;
	    width: 100%;
	    height: 100%;
	}
	#original_page #title_img {
		width: 285px!important;
    	height: 48px!important;
	    background-size: contain;
	}
	#original_page #category {
	    width: 100%;
	}
	#original_page #top {
	    left: 85%;
	}
	#original_page 	#shousai_box {
	    width: 100%;
	}
	#original_page 	#squere_head {
		width: 280px!important;
    	height: 63px!important;
	    background-size: contain;
	}
	#original_page #squere #ap_left {
		float: none!important;
    }
	#original_page 	#jimaku1 {
	    margin-left: 0px;
	    width: 300px!important;
	    height: 279px!important;
	    background-size: contain;
	    margin-top: -50px;
	}
	#original_page 	#jimaku-1 {
       margin-top: 0px;
	    margin-left: 0;
	    font-size: 11px;
	}
	#original_page 	#bt_jimaku1 {
	    margin-top: 0px;
	    margin-left: 0px;
	    width: 300px!important;
	    height: 33px!important;
	    border: none;
	    -moz-background-size: contain;
	    background-size: contain;
	}
	#original_page 	#jimaku2 {
	    margin-left: 0px;
	    width: 300px!important;
	    height: 120px!important;
	    background-size: contain;
	}
	#original_page 	#bt_jimaku4 {
		margin-top: 0px; 
		margin-left: 0px;
	    width: 300px!important;
	    height: 33px!important;
	    background-size: contain;
	}
	#original_page 	#jimaku5{
		margin-top: 0px; 
		margin-left: 0px;
	    width: 300px!important;
	    height: 120px!important;
	    background-size: contain;
	}
	#original_page 	#jimaku_dekiru1 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 300px!important;
	    height: 120px!important;

	}
	#original_page #jimaku_dekiru2 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 300px!important;
	    height: 145px!important;
	}
	#original_page #jimaku_dekiru3 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 300px!important;
	    height: 145px!important;	
	}
	#original_page #jimaku_dekiru4 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 300px!important;
	    height: 84px!important;
	}
	#original_page #jimaku_dekiru5 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 300px!important;
	    height: 205px!important;
	}
	#original_page #jimaku_dekiru6 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 300px!important;
	    height: 157px!important;
	}
	#original_page #bt_jimaku2 {
	    margin-top: 0px;
	    margin-left: 0px;
	    background-size: contain;
	    width: 300px!important;
	    height: 33px!important;
	}
	#original_page #jimaku4 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 300px!important;
	    height: 105px!important;
	}
	#original_page #bt_jimaku3 {
	    margin-top: 0px;
	    margin-left: 0px;
	    background-size: contain;
	    width: 300px!important;
	    height: 33px!important;
	}
	#original_page h2 {
	    line-height: 32px;
	}
	.youtube iframe {
	    width: 100%!important;
	}
	.pribacy img {
	    width: 85px!important;
	}
	#original_page table#original_table td {
	    display: block;
	    width: 100%;
	}
	#original_page table#english_access td{
	    display: block;
	    width: 100%;
	}
	#wiki_seigo hr {
	    border-width: 1px 0 0 0;
	    border-style: solid;
	    border-color: black;
	}
	/*0228*/
	.metaslider {
    	display: none;
	}
	#TileTitle4 {
	    width: 96%!important;
	    height: 100%!important;
	    margin-left: 2%!important;
	    margin-top: 15px!important;
    }
	#TileTitle3 {
		width: 100%!important;
    	height: 100%!important;
    	margin-top: 0px;
    	margin-left: 0px;	
	}
	#TileTitle2 {
   	/*	background: url(/wp-content/themes/simple-catch/images/oshirase_sp.png) no-repeat!important;*/
	    background-size: contain!important;
	    width: 100%;
	    height: 100%;
	    margin-top: 0px!important;
	}
	#TileTitle2 .ichiran {
	    margin-left: 0px;
	    text-align:right;
	}
	#TileTitle1_new {
/*	    background: url(/wp-content/themes/simple-catch/images/solution_sp.png) no-repeat!important;
	    background-size: contain!important;
	    width: 100%!important;
	    height: 370px!important;
	    margin-top: 28%!important;*/
	}
	#TileTitle1_new .container {
		width: 96%!important;
    	margin-left: 2%!important;
    	margin-right: 2%!important;
    }
    #TileTitle1_new .box1 {
 	   width: 150px!important;
 	   height: 108px!important;
 	   background-size: contain!important;
	}
	#TileTitle1_new .box1 .link {
	    padding-top: 63px!important;
	    padding-left: 2%!important;
	    width: 32%;
	}
	#TileTitle1_new .box1 .link2 {
	    margin-top: 50%!important;
	    margin-left: 0px!important;
	}
    #TileTitle1_new .box2 {
 	   width: 150px!important;
 	   height: 108px!important;
 	   background-size: contain!important;
	}
	#TileTitle1_new .box2 .link {
	    padding-top: 63px!important;
	    padding-left: 2%!important;
	    width: 32%;
	}
	#TileTitle1_new .box2 .link2 {
	    margin-top: 50%!important;
	    margin-left: 0px!important;
	}
    #TileTitle1_new .box3 {
 	   width: 150px!important;
 	   height: 108px!important;
 	   background-size: contain!important;
	}
	#TileTitle1_new .box3 .link {
	    padding-top: 63px!important;
	    padding-left: 2%!important;
	    width: 32%;
	}
	#TileTitle1_new .box3 .link2 {
	    margin-top: 50%!important;
	    margin-left: 0px!important;
	}
    #TileTitle1_new .box4 {
 	   width: 150px!important;
 	   height: 108px!important;
 	   background-size: contain!important;
	}
	#TileTitle1_new .box4 .link {
	    padding-top: 63px!important;
	    padding-left: 2%!important;
	    width: 32%;
	}
	#TileTitle1_new .box4 .link2 {
	    margin-top: 50%!important;
	    margin-left: 0px!important;
	}
    #TileTitle1_new .box5 {
 	   width: 150px!important;
 	   height: 108px!important;
 	   background-size: contain!important;
	}
	#TileTitle1_new .box5 .link {
	    padding-top: 63px!important;
	    padding-left: 2%!important;
	    width: 32%;
	}
	#TileTitle1_new .box5 .link2 {
	    margin-top: 50%!important;
	    margin-left: 0px!important;
	}
    #TileTitle1_new .box6 {
 	   width: 150px!important;
 	   height: 108px!important;
 	   background-size: contain!important;
	}
	#TileTitle1_new .box6 .link {
	    padding-top: 63px!important;
	    padding-left: 2%!important;
	    width: 32%;
	}
	#TileTitle1_new .box6 .link2 {
	    margin-top: 50%!important;
	    margin-left: 0px!important;
	}
	#TileTitle1_new .container {
/*	    padding-top: 27px!important;*/
	    padding-left: 0%!important;
	    padding-right: 0%!important;
	}
	.showcatposts-list {
    	padding-top: 50px;
	    padding-left: 2%;
    	padding-right: 2%;
	}
	.swiper-container, .swiper-slide {
	  margin-top:20px!important;
	}

}
@media screen and (max-width: 768px){
	#service_title {
 	   background:url(/wp-content/uploads/2013/09/service_title.png) no-repeat;
 	   background-size: 100% 80%;
 	   width: 75%;
	    /* height: 72px; */
	    margin-top: 0px;
	    padding-left: 140px;
	    padding-top: 13px;
	    font-size: 18px;
	    color: #FFF;
	    line-height: 45px;
	}
	#service_title2 {
/*	    background:url(/wp-content/uploads/2013/09/service_title.png) no-repeat;*/
	    background-size: 100% 75%;
	    width: 75%;
	    /* height: 72px; */
	    margin-top: 0px;
	    padding-left: 120px;
	    padding-top: 10px;
	    font-size: 18px;
	    color: #FFF;
        line-height: 45px;	    
	}
	#original_page2 hr{
		display:none;
	}

	#result_table {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	div.col5 {
	    margin-left: 10px;
	    margin-right: 5px;
	    width: 95%;
	    margin-bottom: 50px;
	}
	#content .col5 img {
 	   width: 60%!important;
	}
	.post h2.entry-title {
	    font-size: 20px;
	    line-height: 22px;
	    margin-top: 25px;
	    margin-bottom: 10px;
	}
	#original_page2 div.col8 {
	    width: 97%!important;
	    margin-left: 5px!important;
	    margin-right: 5px!important;
	}

/*2.22*/	
	#original_page #bt_img {
	    margin-left: 0px;
	    width: 100%;
	    height: 100%;
	}
	#original_page #title_img {
	    width: 550px;
	    height: 92px;
	    background-size: contain;
	}
	#original_page #category {
	    width: 100%;
	}
	#original_page #top {
	    left: 85%;
	}
	#original_page 	#shousai_box {
	    width: 100%;
	}
	#original_page 	#squere_head {
		width: 640px;
	    height: 144px;
	    background-size: contain;
	}
	#original_page #squere #ap_left {
		float: left;
    }
	#original_page 	#jimaku1 {
	    margin-left: 0px;
	    width: 640px;
    	height: 596px;
	    background-size: contain;
    	margin-top: -50px;
	}
	#original_page 	#jimaku-1 {
       margin-top: 0px;
	    margin-left: 0;
	    font-size: 11px;
	}
	#original_page 	#bt_jimaku1 {
	    margin-top: 0px;
	    margin-left: 0px;
	    width: 640px;
	    height: 71px;
	    border: none;
	    -moz-background-size: contain;
	    background-size: contain;
	}
	#original_page 	#jimaku2 {
    	margin-left: 0px;
    	width: 640px;
    	height: 219px;
        background-size: contain;
	}
	#original_page 	#bt_jimaku4 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 640px;
	    height: 71px;
	}
	#original_page 	#jimaku5{
	    margin-top: 0px;
	    margin-left: 0px;
	    width: 640px;
	    height: 166px;
	    background-size: contain;
	}
	#original_page 	#jimaku_dekiru1 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 640px;
	    height: 211px;
	}
	#original_page #jimaku_dekiru2 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 640px;
    	height: 257px;
	}
	#original_page #jimaku_dekiru3 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 640px;
	    height: 257px;
	}
	#original_page #jimaku_dekiru4 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 350px;
	    height: 84px;
	}
	#original_page #jimaku_dekiru5 {
    	margin-left: 0px;
    	background-size: contain;
	    width: 640px;
	    height: 364px;
	}
	#original_page #jimaku_dekiru6 {
	    margin-left: 0px;
	    background-size: contain;
	    width: 640px;
	    height: 279px;
	}
	#original_page #bt_jimaku2 {
    	margin-top: 0px;
	    margin-left: 0px;
	    background-size: contain;
	    width: 640px;
	    height: 71px;
	}
	#original_page #jimaku4 {
        margin-left: 0px;
	    background-size: contain;
	    width: 640px;
	    height: 186px;
	}
	#original_page #bt_jimaku3 {
		margin-top: 0px;
	    margin-left: 0px;
	    background-size: contain;
	    width: 640px;
	    height: 71px;
	}
	#original_page h2 {
	    line-height: 32px;
	}
	.youtube iframe {
	    width: 100%!important;
	}
	.pribacy img {
	    width: 85px!important;
	}
	#original_page table#original_table td {
	    display: block;
	    width: 100%;
	}
	#original_page table#english_access td{
	    display: block;
	    width: 100%;
	}
	#wiki_seigo hr {
	    border-width: 1px 0 0 0;
	    border-style: solid;
	    border-color: black;
	}
	table#original_table td img {
	    max-width: 200px;
	}
	.english_contact-us .contact img {
    	width: 70%!important;
	}
	img.wp-image-2572.alignnone.linkwiki {
	    width: 70%!important;
	}
	.swiper-container, .swiper-slide {
	  width: 100%;
	  margin-top:20px!important;
	}
	#TileTitle1_new {
/*		margin:auto;
    	margin-top: 205px;
    	width: 100%!important;
    	height:100%!important;*/
/*    	background: url(/wp-content/themes/simple-catch/images/solution_sp.png) no-repeat!important;
    	background-size: contain!important;*/
	}
	#TileTitle1_new .container {
		width: 96%!important;
    	margin-left: 2%!important;
    	margin-right: 2%!important;
    }
	#TileTitle2 {
		margin:auto;
	    margin-top: 150px;
	    width:100%;
/*       background: url(/wp-content/themes/simple-catch/images/oshirase_sp.png) no-repeat;*/
	    background-size: contain;
	}
	#TileTitle2 .ichiran {
	    margin-left: 0px;
	    text-align:right;
	}
	#TileTitle3 {
	    margin: auto;
	    width:100%;
	}
	@media screen and (min-width:480px) {
	#TileTitle4 {
	    margin: auto!important;
	    width:100%!important;
	    background-color: #f7f7f7!important;
	    box-shadow: none!important;
	}
	#TileTitle1_new .box1 .link {
    	padding-top: 89px!important;
    	padding-left: 6px!important;
	}
	#TileTitle1_new .box2 .link {
    	padding-top: 89px!important;
    	padding-left: 6px!important;
	}
	#TileTitle1_new .box3 .link {
    	padding-top: 89px!important;
    	padding-left: 6px!important;
	}
	#TileTitle1_new .box4 .link {
    	padding-top: 89px!important;
    	padding-left: 6px!important;
	}
	#TileTitle1_new .box5 .link {
    	padding-top: 89px!important;
    	padding-left: 6px!important;
	}
	#TileTitle1_new .box6 .link {
    	padding-top: 89px!important;
    	padding-left: 6px!important;
	}
	#TileTitle1_new .box1 .link2 {
    	margin-top: 110px!important;
    	margin-left: 0px!important;
	}
	#TileTitle1_new .box2 .link2 {
    	margin-top: 110px!important;
    	margin-left: 0px!important;
	}
	#TileTitle1_new .box3 .link2 {
    	margin-top: 110px!important;
    	margin-left: 0px!important;
	}
	#TileTitle1_new .box4 .link2 {
    	margin-top: 110px!important;
    	margin-left: 0px!important;
	}
	#TileTitle1_new .box5 .link2 {
    	margin-top: 110px!important;
    	margin-left: 0px!important;
	}
	#TileTitle1_new .box6 .link2 {
    	margin-top: 110px!important;
    	margin-left: 0px!important;
	}
	}
	@media screen and (min-width: 687px){
		#TileTitle2 {
	    	margin-top: 0px!important;
	    }
	}

}
#wiki_seigo hr {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: black;
}
/* Specify Swiper's Size: */
.swiper-container, .swiper-slide {
  width: 100%;
  margin-top:0px;
}
li.swiper-slide a {
    display: block;
    padding: 1em;
    border: 1px solid #dcdcdc;
}

.swiper-slide img {
    display: block;
    margin: 0 0 .2em;
    width: 100%;
    height: auto;
}
/*ADD フォーム改修*/
input.wpcf7-form-control.wpcf7-text.p-postal-code {
    width: 10%;
}
#commentform #submit, .wpcf7-form .wpcf7c-btn-confirm {
	background-color: #115793;
    border: 0 none;
    color: #FFF !important;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    height: 35px;
    text-align: center;
    width: 200px;
    display: block;
    margin-bottom: 0px;
    /* text-shadow: 0 1px 0px #fff; */
    box-shadow: 2px 2px 2px #e0e0e0;
}
#commentform #submit, .wpcf7-form .wpcf7c-btn-back{
	background-color: #115793;
    border: 0 none;
    color: #FFF !important;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    height: 35px;
    text-align: center;
    width: 200px;
    display: block;
    margin-bottom: 0px;
    /* text-shadow: 0 1px 0px #fff; */
    box-shadow: 2px 2px 2px #e0e0e0;
}
span.title-contactform7.tatemono {
    margin-left: 49px;
}
input:-webkit-autofill, input[type="tel"]:-webkit-autofill, .wpcf7 input[type="email"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
th.th-message {
    vertical-align: top;
    padding-top: 10px;
}
.wpcf7c-conf {
    background-color: #FFF!important;
    color: black!important;
    border: 1px solid #ccc!important;
}
div.wpcf7-validation-errors {
    border: 2px solid red!important;
}
#confirm {
	display: none;
	border: 2px solid red;
	margin: 8em 0.5em 0em;
	padding: 0.5em 1em;
    width: 100%;
}
#name{	
	ime-mode: active;
}
#furigana{	
	ime-mode: active;
}
#email{	
	ime-mode: disabled;
}
.p-region{
	ime-mode: active;
}
#colimn_tl{
	padding:10px;

}
#colimn_tl a{
	text-decoration: underline;
	display : block;
	width : 100%;
	text-align : right;
}
#colimn_ft{
	padding: .5em .5em;
	    margin-left: 15px;
}
#colimn_ft .colimn_ft_r a{
	text-decoration: underline;
	display : block;
	width : 100%;
	text-align : right;
}
#colimn_ft .colimn_ft_l{
	float:left;
	width: 85%;
}
@media screen and (max-width: 768px){
	#colimn_ft .colimn_ft_l{
		float:none!important;
	}
}
#colimn_ft ul {
	zoom: 1;
	list-style: none;
	display : block;
	width : 100%;
	text-align : right;
	margin: 10px 0 0px 0px!important;
}
#colimn_ft ul:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#colimn_ft li {
		list-style: none;
	float: left;
	margin: 0 3px 0 0;
}
#colimn{
	padding:10px;
	color:#364248;
	background-color:white;
}
#colimn .date{
	display : block;
	width : 100%;
	text-align : right;
}

#colimn h1{
	padding-bottom: .4em;
 	border-bottom: 5px solid #00a6cd;
	margin-bottom: 10px;
	font-size: xx-large;
    font-weight: 900;
	border-radius: 2px;
    line-height: 35px;
}
#colimn h2{
	padding: .5em .5em;
	background-color: #364248;
	border-radius: 8px;
	color:white;
	margin-bottom: 10px;
	font-size: medium;
   font-weight: 500;
}
#colimn h3 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
	margin-bottom: 10px;
	font-size: medium;
   font-weight: 700;
	color: #364248;
	border-bottom: none;
}
#colimn h3::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 7px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #364248;
  border-radius: 4px;
}
#colimn h4 {
	position: relative;
	padding: 0 .4em .1em;
	padding-left:.5em;
	padding-right:.5em;
	margin-bottom: 10px;
	color: #364248;
   margin-left: 8px;
    margin-right: 8px;
}
#colimn h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #b6f0fc;
}
#colimn p{
	padding-left:.5em;
	padding-right:.5em;
	margin-bottom: 10px;
}
#colimn img{
	width:50%;
}
@media screen and (max-width: 768px){
	#colimn img{
		width:90%!important;
	}
}
#colimn .index_tl{
	font-size: x-large;
	margin-bottom: 10px;
}
#colimn .index_a{
	text-decoration: underline;
}
#colimn .index_dt{
	text-align:right;
}

.swiper-container {
    margin-left: auto!important;
    margin-right: auto!important;
    position: relative!important;
    overflow: hidden!important;
    z-index: 1!important;
    width: 100vw!important;
    position: relative!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
/*    background-color: #ddd!important;
    padding-top: 40px!important;
	padding-bottom: 40px!important;*/
}
@media all and (-ms-high-contrast: none){
 .swiper-container {
    left: 49%!important;
  }
}
@media (min-width: 769px){
.footer {
    width: 100%;
}
.footer_nav_inquiry {
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin-left: 0px;
    white-space: nowrap;
     font-size: 20px;
    z-index: 100;
}
.footer_nav_inquiry {
    display: none;
}
.footer_nav_inquiry a {
    position: relative;
    display: block;
    color: #FFF;
    text-shadow: 0 0 5px rgba(255,255,255,0);
    background: #1A237E;
    border-radius: 4px;
    padding: 0.5em 1em;
    font-weight: bold;
}
.footer a {
	display: inline-block;
    color: #fff;
    text-decoration: none;
    color: #000!important;
    line-height: 13px!important;
    font-size: 12px!important;
}

footer .footermenu .box {
    /* margin: 50px auto 20px; */
    padding: 0px 50px 0;
    margin: auto;
}
footer .footermenu .box {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
	padding-top: 5px;
}
	footer .footermenu .box>ul {
    position: relative;
    float: left;
    width: 18%;
    margin-right: 2.5%;
    box-sizing: border-box;
}
	footer .footermenu .box>ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px!important;
    width: 100%;
    height: 1px;
    border-top: #333 1px solid;
}
footer .footermenu .box>ul>li {
    padding: 0;
    font-size: 1.4rem;
    border: none;
}
footer .footermenu .box>ul>li a {
    margin-bottom: 5px;
}
footer .copylogo {
    padding: 25px 0 50px;
/*    border-top: 2px solid #333;*/
}
footer .copylogo {
    padding: 20px 0 30px;
    clear: both;
    overflow: hidden;
    text-align: center;
    background-color: #4A4949;
}
footer .copylogo .footer-subNav {
    float: left;
    padding: 0;
    text-align: left;
}
footer .copylogo .footer-subNav li {
    margin-right: 20px;
    font-size: 1.2rem;
	    float: left;
}
.footer-subNav li a {
    padding: 0;
    text-decoration: none;
}
footer .copylogo .footer-subNav li a {
    display: block;
    color: #fff!important;
    padding: 0 10px 10px;
}
footer .copy {
	    color: white;
    font-size: 10px;
}
footer	#ft-messe {
    text-align: center;
    background-color: #f2f2f2;
    color: black;
    font-size: 10px;
    line-height: 20px;
    padding: 15px;
	    margin-bottom: 30px;
}
}
@media screen and (max-width: 768px){
	
	#conp{
		display:none;
	}
	.swiper-container {
   margin-left: auto!important;
    margin-right: auto!important;
    position: relative!important;
    overflow: hidden!important;
    z-index: 1!important;
    width: 100%!important;
    position: relative!important;
    left: 0!important;
    transform: translateX(0)!important;
    background: none;
  	  float: left;
	}
	#english_bt {
		display:none;
	}
	ul.showcatposts-list {
width: 90%!important;
	}
	.showcatposts-list {
   		 padding-top: 0px;
	}
	.swiper-slide img {
		margin: 0 0 0 0;
	}
}

/* ここから下がボタンのCSS　*/
.btn-animation {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #4578a5;
  border: 2px solid #4578a5;
  font-size: 16px;
  color: #4578a5!important;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 0px;
  position: relative;
	margin-top: 15px;
}

.btn-animation span {
  position: relative;
  z-index: 1;
}

.btn-animation::before,
.btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation::before {
  left: 0;
}
.btn-animation::after {
  right: 0;
}

.btn-animation:hover:before,
.btn-animation:hover:after {
  width: 0;
  background-color: #FFF!important;
}

.btn-animation:hover {
  color: #FFF!important;
}

