@charset "utf-8";
 @import url("styleForm-min.css");
/*
Theme Name:AMORE
Theme URI:
Description:WordPressテーマ「AMORE」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Version:2.1
*/

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}
.single-page p.to_top {
	margin: 20px 0;
	font-size: 13px;
	text-align: right;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
body sub, body sup {
	font-size: 100%;
}
/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}
/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	/*margin: 0 0 1.5em;*/
	margin: 0 0 40px;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}
/* Clearing */
.clear {
	clear: both;
}
/* Navigation */

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:active>a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
	margin-bottom: 2em;
}
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
	padding-left: 15px;
}
/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
	display: none;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
/* .comment .children { margin-left: 1.5em; }*/

/**
* Some WP Theme Repository requirements
*/

.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.entry-meta {
	clear: both;
}
body .button-orange a {
    background-color: #FF6600;
}
@media (min-width: 992px) {
.text-center.amore-welcome-top {
	width: 76%;
	margin: auto;
}
#second .text-center.amore-welcome-top .text-justify {
	text-align: justify;
}
}
/***** SOLUTION *****/

/*body.page-id-11 .amore-divider {
	overflow: hidden;
	padding-top: 142px;
	padding-bottom: 142px;
	color: rgb(250,250,250);
	background: url(img/solution/solution_head.png), url(img/solution/solution_head02.png), -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #03a2b0), color-stop(1.00, #0d46a5));
	background: url(img/solution/solution_head.png), url(img/solution/solution_head02.png), -webkit-linear-gradient(#03a2b0, #0d46a5);
	background: url(img/solution/solution_head.png), url(img/solution/solution_head02.png), -moz-linear-gradient(#03a2b0, #0d46a5);
	background: url(img/solution/solution_head.png), url(img/solution/solution_head02.png), -o-linear-gradient(#03a2b0, #0d46a5);
	background: url(img/solution/solution_head.png), url(img/solution/solution_head02.png), -ms-linear-gradient(#03a2b0, #0d46a5);
	background: url(img/solution/solution_head.png), url(img/solution/solution_head02.png), linear-gradient(#03a2b0, #0d46a5);
	background-repeat: no-repeat;
	background-position: 80% center;
}*/

.single-page.pageIndex h3 {
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.single-page.pageIndex h3 {
	padding-bottom: 14px;
	}
}
.single-page.pageIndex h3 a {
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
	color: #444;
	font-size: 18px;
	padding: 4% 1% 4% 4%;
	border-left: 4px solid #F60;
}
.single-page.pageIndex a:hover {
	opacity: 0.8;
}

.single-page.pageIndex h3 a span.txt_1line {
    font-size: 17px;
    letter-spacing: -1.5px;
}

#cont ul.anLink li {
	display: inline;
}
#cont ul.anLink li {
	display: inline-block;
	padding-right: 20px;
	padding-left: 0;
}
#cont ul.anLink li > a {
	color: #444;
}
#cont ul.anLink li > a > i {
	color: #ff6600;
	margin-right: 5px;
	font-weight: bold;
}
/***** licence *****/

.page-id-88 #cont table thead th:first-child {
	width: 15%;
}
.page-id-88 #cont table thead th:nth-child(2) {
	width: 9%;
}
.page-id-88 #cont table thead th:first-child + * {
	width: 9%;
}
.page-id-88 #cont table thead th:nth-child(3) {
	width: 12%;
}
.page-id-88 #cont table thead th:first-child + * + * {
	width: 12%;
}
.page-id-88 #cont table thead th:nth-child(4) {
	width: 10%;
}
.page-id-88 #cont table thead th:first-child + * + * + * {
	width: 10%;
}

@media only screen and (max-width: 767px) {
.page-id-88 #cont table thead th:first-child {
	width: auto;
}
.page-id-88 #cont table thead th:nth-child(2) {
	width: auto;
}
.page-id-88 #cont table thead th:first-child + * {
	width: auto;
}
.page-id-88 #cont table thead th:nth-child(3) {
	width: auto;
}
.page-id-88 #cont table thead th:first-child + * + * {
	width: auto;
}
.page-id-88 #cont table thead th:nth-child(4) {
	width: auto;
}
.page-id-88 #cont table thead th:first-child + * + * + * {
	width: auto;
}
}
/***** price page *****/

.page-id-127 #cont table thead th:first-child {
	width: 20%;
}
.page-id-127 #cont table thead th:nth-child(2) {
	width: 54%;
}
.page-id-127 #cont table thead th:first-child + * {
	width: 54%;
}
.page-id-127 #cont table thead th:nth-child(3) {
	width: 16%;
}
.page-id-127 #cont table thead th:first-child + * + * {
	width: 16%;
}
.page-id-127 #cont table thead th:nth-child(4) {
	width: 10%;
}
.page-id-127 #cont table thead th:first-child + * + * + * {
	width: 10%;
}

/***** tabel Style irregular *****/
#cont table.threeColumns thead th:first-child {
	width:60%;	
}
#cont table.threeColumns thead th:nth-child(2) {
	width:30%;
}
#cont table.threeColumns thead th:first-child + *  {
	width:30%;
}
#cont table.threeColumns thead th:nth-child(3) {
	width:10%;
}
#cont table.threeColumns thead th:first-child + * + * {
	width:10%;
}

@media only screen and (max-width: 767px) {
.page-id-127 #cont table thead th:first-child {
	width: auto;
}
.page-id-127 #cont table thead th:nth-child(2) {
	width: auto;
}
.page-id-127 #cont table thead th:first-child + * {
	width: auto;
}
.page-id-127 #cont table thead th:nth-child(3) {
	width: auto;
}
.page-id-127 #cont table thead th:first-child + * + * {
	width: auto;
}
.page-id-127 #cont table thead th:nth-child(4) {
	width: auto;
}
.page-id-127 #cont table thead th:first-child + * + * + * {
	width: auto;
}
}

@media (min-width: 480px) {
.pcNone {
	display: none !important;
}
}
@media (max-width: 479px) {
.spNone {
	display: none !important;
}
}
/***** SIDE BAR *****/

.sidebar-padder .widget.widget_text .textwidget ul {
	padding:0;
	margin-left:0;
}

.widget.widget_text .textwidget li.page_item {
	list-style: none;
}
.widget.widget_text .textwidget li.page_item a {
	padding: 20px 1%;
	padding-left: 3%;
	background: #6B6B6B;
	color: rgb(255,255,255);
	display: block;
	border-bottom: 1px solid #fff;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
}
.widget.widget_text .textwidget li.page_item:first-child a:hover, .widget.widget_text .textwidget li.page_item a:hover {
	text-decoration: none;
	background: #337ab7;
}
.widget.widget_text .textwidget li.page_item:first-child a, .widget.widget_text .textwidget li.current_page_item a {
	background: #FF6600;
}
.page-id-599 .widget.widget_text .textwidget li.page-item-323 a, .page-id-599 .widget.widget_text .textwidget li.page-item-323 .children a,
.page-id-594 .widget.widget_text .textwidget li.page-item-323 a, .page-id-594 .widget.widget_text .textwidget li.page-item-323 .children a {
		background: #FF6600;
}
.widget.widget_text .textwidget li.page_item:first-child a:before {
    font-family: FontAwesome;
	content: "\f101";
}
.widget.widget_text .textwidget li a:before {
    font-family: FontAwesome;
	content: "\f105";
    padding: 0 5px;
}
.widget.widget_text .textwidget li > ul.children li.page_item:first-child a:before {
	font-family: FontAwesome;
	content: "\f105";
    padding: 0 5px;
}
.widget.widget_text .textwidget li.page_item:first-child a {
	font-weight: bold;
	font-size: 18px;
}
.widget.widget_text .textwidget li > ul.children li.page_item:first-child a {
	font-weight:normal;
	font-size:14px;
}
.widget.widget_text .textwidget li.current_page_item > ul.children li.page_item a, .widget.widget_text .textwidget li > ul.children li.page_item a{
	background: #6B6B6B;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget.widget_text .textwidget li.current_page_item > ul.children li.page_item a:hover{
text-decoration: none;
	background: #337ab7;
}
.widget.widget_text .textwidget li > ul.children li.page_item.current_page_item a {
	background: #ff6600;
    font-weight: bold;
}




@media only screen and (max-width: 767px) {
.widget.widget_text {
	margin-top: 30px;
}
.widget.widget_text .textwidget ul {
	padding: 0;
}
}
/***** REPORTS *****/


body.page-id-17 h2.top-headline:before {
	content: "SAP ";
}
body .title h1.maincopy {
	position: absolute;
	top: -290px;
	left: 0px;
	z-index: 500;
	display: inline-block;
	width: 80%;
}
#cont #application table th {
	width: 30%;
}
#cont #application table td {
	width: 70%;
}
#cont #application table.tableStyle02 th {
	padding: 6px 5px 5px;
	width: auto;
}
#cont #application table.tableStyle02 td {
	width: auto;
	padding: 6px 5px 5px;
}


#cont table.tableStyle04 td{
	line-height:1.6;
}

#cont table.tableStyle04 td.txtC{
	text-align: center;
}
 

#cont table.tableStyle04 th{
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
body.page-id-17 .amore-divider, body.page-id-171 .amore-divider, body.page-id-173 .amore-divider, body.page-id-182 .amore-divider, body.page-id-186 .amore-divider, body.page-id-197 .amore-divider {
	background-position: 62% center;
}
#cont table.tableStyle01, #cont table.tableStyle02 {
	display: table;
	position: static;
	width: 100%;
}
#cont table.tbaleStyle01 thead, #cont table.tbaleStyle01 thead {
	display: table;
	float: none;
}
#cont table.tableStyle01 tbody, #cont table.tableStyle02 tbody {
	display: table-row-group;
	width: auto;
	position: static;
	overflow-x: auto;
	white-space: initial;
	overflow-y: hidden;
}
#cont table.tableStyle01 th, #cont table.tableStyle02 th {
	display: table-cell;
}
#cont table.tableStyle02 thead {
	display: table-header-group;
	float: none;
}
#cont table.tableStyle01 tr {
	display: table-row-group;
	vertical-align: top;
	margin-bottom: 0;
}
#cont .scroll {
	overflow: auto;
	margin-bottom: 10px;
}
 #cont .scroll::-webkit-scrollbar {
 height: 10px;
}
 #cont .scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}
 #cont .scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
#cont table.tableStyle02 tr {
	display: table-row;
}
#cont table.tableStyle02 tr th {
	border-bottom: solid 1px #fff;
	white-space: nowrap;
}
#cont table.tableStyle02 tr td {
	border-right: 1px solid #e2e2e2;
}
#cont table.tableStyle01 td, #cont table.tableStyle02 td {
	display: table-cell;
}
/* borderの調整 */
#cont th {
	border-bottom: solid 1px #ffffff;
}
#cont th:last-child {
	border-bottom: 0;
}
#cont td {
	border-left: 0;
	border-right: 0;
	border-bottom: dotted 1px #e0dccc;
}
#cont td:last-child {
	border-bottom: 0;
}
#cont tbody tr {
/*border-right: 1px solid #babcbf; */
}
#cont th:last-child, #cont td:last-child {
/*border-bottom: 1px solid #babcbf; */
}
#cont #tecnical table tr td {
	border-bottom: dotted 1px #e0dccc;
}
}
#cont ul.w20-fl {
	margin-left: -5%;
}
#cont ul.w20-fl li {
	float: left;
	width: 28%;
	padding-left: 0;
	margin-left: 5%;
	position: relative;
}
ul.w20-fl li span {
	text-align: left;
}
#cont ul.w20-fl li img {
	width: 20%;
	position: absolute;
	top: 6px;
	right: 0;
}
#cont #about-sap-crystal-reports .no-padding {
	padding: 0 !important;
}

@media only screen and (max-width: 620px) {
#cont ul.w20-fl {
	margin-left: 0;
}
#cont ul.w20-fl li {
	width: 47%;
	margin-left: 6%;
}
#cont ul.w20-fl li:nth-child(odd) {
	width: 47%;
	margin-left: 0;
}
#cont ul.w20-fl li img {
	width: 14%;
	position: absolute;
	top: 3px;
	right: 0;
}
}

@media only screen and (max-width: 980px) {
body .title h1.maincopy {
	left: 17px;
}
}
#cont .h_title01 {
	background: rgba(45,130,196,0.80);
	border: 0;
	padding-left: 5px;
	color: #FFFFFF;
	padding: 10px;
	border-top: 2px solid #2D82C4;
	font-weight: normal;
	font-size: 17px;
}
#cont .h_title01::after {
	border: none;
	background-color: transparent;
}
/***** SERVER *****/


/* SERVER-tecnical 技術仕様 */
.page-id-333 #cont ul.note li {
	padding-left: 1em;
	text-indent: -1em;
}
.page-id-333 #cont table.windows th {
	width: 33.33%;
}
.page-id-333 #cont table td {
	height: 42px;
}

@media only screen and (max-width: 767px) {
.page-id-333 #cont table.windows th {
	width: auto;
}
#cont .tableStyle03 {
	overflow: auto;
　　　　/*tableをスクロールさせる*/
white-space: nowrap;
　　/*tableのセル内にある文字の折り返しを禁止*/
}
#cont .tableStyle03 table::-webkit-scrollbar{ 
			height: 12px;
    background: #eee;
    display: block;
			}
			#cont .tableStyle03 table::-webkit-scrollbar:horizontal{ 
			height: 12px;
    display: block;
			background: #eee;
			}
			#cont .tableStyle03 table::-webkit-scrollbar-thumb{ 
			background: #ddd;
			border-radius: 5px;
			}
			#cont .tableStyle03 table::-webkit-scrollbar-thumb:horizontal{ 
			background: #ddd;
			border-radius: 5px;
			}
#cont .tableStyle03 table {
	width: 100%;
	display: table;
	margin-bottom: 0;
}
#cont .tableStyle03 table tbody:first-child {
				overflow-x:scroll; 
	}

#cont .tableStyle03 table tbody tr {
	display: table-row;
	vertical-align: middle;
	margin-bottom: 0;
}
#cont .tableStyle03 table th {
	display: table-cell;
}
#cont .tableStyle03 table td {
	display: table-cell;
	border-left: 1px solid #e2e2e2;
	border-bottom: 0;
}
}
/* SERVER-licence ライセンスタイプ */
.page-id-335 #cont table thead th:first-child {
	width: 24%;
	text-indent: -9999px;
}
.page-id-335 #cont table tr td:first-child {
	font-weight: bold;
    background: #67C1CC;
    color: #fff;
	white-space:nowrap;
}

@media only screen and (max-width: 767px) {
.page-id-335 #cont table thead th:first-child {
	width: auto;
}
.page-id-335 #cont table tr td{height:72px;}
.page-id-335 #cont table tr td:first-child {
	    height: 42px;
}

}
/***** PRODUCT *****/


@media only screen and (max-width: 767px) {
.page-id-349 .col-sm-25 img{
	width: 50%;
	margin:0 auto 20px auto;
	display:block;
}

}

/***** SUPPORT *****/

@media only screen and (max-width: 767px) {
body.page-id-321 .amore-divider {
    background-position: 80% top;
}
.amore-divider, body.page-id-327 .amore-divider {
	background-position: right bottom;
}
.amore-divider, body.page-id-329 .amore-divider {
   background-position: 56% center;
}
 
}




@media only screen and (max-width: 767px) {
.page-id-323 table.tableStyle03 td ol{
    padding-left: 20px;}
.page-id-561 .tableStyle03 input, .page-id-561 .tableStyle03 button, .page-id-561 .tableStyle03 select, .page-id-561 .tableStyle03 textarea{
	width:100%;
}
}

/***** CONTACT お問い合わせ *****/
.g-recaptcha > div {
    margin: auto;
}

/***** SITEMAP サイトマップ *****/
/*body.page-id-310 .amore-divider, body.page-id-286 .amore-divider, body.page-id-271 .amore-divider, body.page-id-260 .amore-divider {
	overflow: hidden;
	padding-top: 142px;
	padding-bottom: 142px;
	color: rgb(250,250,250);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #03a2b0), color-stop(1.00, #0d46a5));
	background:-webkit-linear-gradient(#03a2b0, #0d46a5);
	background:-moz-linear-gradient(#03a2b0, #0d46a5);
	background:-o-linear-gradient(#03a2b0, #0d46a5);
	background:-ms-linear-gradient(#03a2b0, #0d46a5);
	background:linear-gradient(#03a2b0, #0d46a5);
	background-repeat: no-repeat;
	background-position: 80% center;
}*/

div#sitemap {
    padding: 0 15px;
}
/***** MANAGE 運営会社 *****/
#manage section {
	margin-bottom: 60px;
}
#manage section p img {
	width: 240px;
	margin: 20px 0 10px 0;
}
#manage h4 {
	margin-top: 0;
}
#manage h5 {
	margin-top: 0;
}
#manage .bnr_area {
	float: left;
	margin: 5px 20px 0 0;
	width: 330px;
}
#manage .bnr_area img {
	width: 100%;
}
#manage .txt_area {
	width: 650px;
	float: left;
}
#manage .txt_area h4 {
	margin: 0 auto;
}
#manage .txt_area p {
	margin: 0 auto;
}
#manage .col-sm-20 {
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
#manage section p img {
	width: 240px;
}
#manage .bnr_area {
	float: none;
	margin: 0 auto 8px auto;
	width: 100%;
}
#manage .txt_area {
	width: 100%;
	float: none;
}
#manage .txt_area h4{
	    margin: 0 auto 8px auto;

}
}
/***** privacy-policy *****/

.page-id-243 .row.article {
	margin:0 auto;
}
/*body.page-id-243 .amore-divider {
	overflow: hidden;
	padding-top: 142px;
	padding-bottom: 142px;
	color: rgb(250,250,250);
	background: url(img/privacy/privacy_head01.png);
	background-repeat: no-repeat;
	background-position: left center;
}*/

#cont #privacy-policy table.tableStyle01 th {
	white-space: nowrap;
}
body #cont ul.number li {
	position: static;
	padding-left: 5px;
	margin-left: 35px;
}
body #cont ul.number li:first-child {
	list-style-image: url(img/privacy/number_01.gif) !important;
}
body #cont ul.number li:nth-child(2) {
	list-style-image: url(img/privacy/number_02.gif) !important;
}
body #cont ul.number li:nth-child(3) {
	list-style-image: url(img/privacy/number_03.gif) !important;
}
body #cont ul.number li:nth-child(4) {
	list-style-image: url(img/privacy/number_04.gif) !important;
}
body #cont ul.number li:nth-child(5) {
	list-style-image: url(img/privacy/number_05.gif) !important;
}
body #cont ul.number li:nth-child(6) {
	list-style-image: url(img/privacy/number_06.gif) !important;
}
body #cont ul.number li:nth-child(7) {
	list-style-image: url(img/privacy/number_07.gif) !important;
}
/** IE8 **/
body #cont ul.number li:first-child + * {
	list-style-image: url(img/privacy/number_02.gif) !important;
}
body #cont ul.number li:first-child + * + * {
	list-style-image: url(img/privacy/number_03.gif) !important;
}
body #cont ul.number li:first-child + * + * + * {
	list-style-image: url(img/privacy/number_04.gif) !important;
}
body #cont ul.number li:first-child + * + * + * + * {
	list-style-image: url(img/privacy/number_05.gif) !important;
}
body #cont ul.number li:first-child + * + * + * + * + * {
	list-style-image: url(img/privacy/number_06.gif) !important;
}
body #cont ul.number li:first-child + * + * + * + * + * + * {
	list-style-image: url(img/privacy/number_07.gif) !important;
}
#privacy-policy p {
	margin-bottom: 0;
}
.boxStyle01 {
	padding: 20px;
	background: #eee;
}

/****   Footer SP  *****/
@media (max-width: 767px) {
.spMenuFooter ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 10px 0;
}
.spMenuFooter ul li {
	display: inline;
}
.spMenuFooter ul li:after {
	content: "｜";
}
.spMenuFooter ul li:last-child:after {
	content: "";
}
}

.textRight{
	text-align:right !important;
}
.textCenter {
	text-align:center !important;
}
.fs14 {
	font-size:14px !important;
}
.fs15, .fs15 a {
	font-size:15px !important;
}
body .btnLink a {
	padding:1% 5%;
	display:inline-block;
	background:#2D82C4;
	color:#fff;
}
body .btnLink a:hover {
	text-decoration:none;
	background:#FF6600;
}

/****   seminar  *****/
#seminar table ul li {
    margin-top: 0;
    list-style-type: disc !important;
    padding-left: 0px;
    margin-left: 25px;
}
#seminar table ul {
	margin-bottom:10px;
}

@media (max-width: 767px) {
	#cont table.tableStyle03 tr {
		display:block;
		margin-left:0;
	}
#cont table.tableStyle03 tr th {
	display:flex;
	white-space:normal;
}
#incident-support-form table.tableStyle03 tr:last-child th {
    display: block;
	text-align:center;
}
#cont table.tableStyle03 tr td {
	display:block;
	white-space:normal;
	padding-bottom:10px;
}


/****   contact  *****/
body .mwform-tel-field input[type="text"], body .mwform-zip-field input[type="text"] {
	width:29%;
}

#last_name {
	margin-bottom:10px;
	width:45%;
}
#first_name {
	width:45%;
}
}
/****   contact  *****/
@media only screen and (min-width: 768px) {
#last_name {
	margin-bottom:10px;
	width:41%;
}
#first_name {
	width:42%;
}
}
@media only screen and (max-width: 480px) {
.mobile .spDis {
	display:block;
}
.mobile .spDisNo {
	display:none;
}

#last_name {
	width:41%;
}
#first_name {
	width:42%;
}
}

@media only screen and (max-width: 767px) {
	.taDisNo {
	display:none !important;
}
}

.mw_wp_form table {
	table-layout:fixed;
	display:table;
	width:100%;

}
.mw_wp_form table tbody {
	width:100%;
}

.mw_wp_form table th, .mw_wp_form table td {
	display:table-cell;
	table-layout: fixed;
}
.mw_wp_form table td .l {
    float: left;
    width: 260px;
}
.mw_wp_form table td .r {
    float: left;
    width: 260px;
    margin-left: 20px;
}
.mw_wp_form input[type="email"], .mw_wp_form input[type="text"], .mw_wp_form input[type="mail"], .mw_wp_form input[type="tel"], .mw_wp_form textarea {
	width:100%;
	border: 1px solid #ccc;
}
select {
	border: 1px solid #ccc;
}
.mw_wp_form input[type="text"]#zip1 {
	width:20%;
}
.mw_wp_form input[type="text"]#zip2 {
	width:20%;
}
input[type="radio"], input[type="checkbox"] {
    width: auto !important;
}
input#zipcode {
	width: 200px;
	margin-left: 5px;
	display: inline-block;
}
.seminarForm table.tableStyle03 {
	table-layout:fixed;
	width:100%;
}
.seminarForm table.tableStyle03 select {
	width:100%;
}
.seminarForm table.tableStyle03 input[type="text"] {
	width:100%;
}
#cont.seminarForm table.tableStyle03 th {
	width:30%;
	font-size:1.4rem;
}
.alert-danger {
	margin-bottom: 0;
	margin-top: 10px;
    background-color: rgba(255, 0, 0, 0.12);
    border-color: #fcdac8;
    color: #ff0000;
    border-radius: 0;
    padding: 10px;
}
#cont.seminarForm table.tableStyle03 th span.req {
    padding: 0;
    margin: 0;
    color: #FF0000;
    font-size: 90%;
}

#incident-support-form table.tableStyle03 th{
	width:30%;
	font-size:1.4rem;
}
#incident-support-form table.tableStyle03 td {
	width:70%;
}
#incident-support-form table.tableStyle03 tr:last-child th {
    background-color: #f7f7f7;
    color: #333;
}

#incident-support-form table.tableStyle03 {
	table-layout:auto;
	width:100%;
}
#incident-support-form table.tableStyle03 select {
	width:50%;
}
#incident-support-form table.tableStyle03 input[type="text"] {
	width:100%;
}
#incident-support-form .mw_wp_form table td .r {
	width:48%;
    margin-left: 3%;
}
#incident-support-form .mw_wp_form table td .l {
	width:47%;
}
#incident-support-form .mw_wp_form table th .req {
	margin-left:0;
}
.mw_wp_form_entry .button input,
.mw_wp_form_confirm .button input {
    margin: 0 15px;
    border-radius: 0;
}
.mw_wp_form_confirm input[name="submitConfirm"] {
    border-radius: 0;
    border: 1px solid #2e6da4;
}

@media only screen and (max-width: 768px) {

#cont.seminarForm table.tableStyle03 th{
	width:100%;
}
#cont.seminarForm table.tableStyle03 select {
	width:100%;
}
#incident-support-form table.tableStyle03 th{
	width:100%;
	font-size:1.4rem;
}
#incident-support-form table.tableStyle03 td {
	width:100%;
}
#incident-support-form .mw_wp_form table td .r {
    width: 48%;
    margin-left: 3%;
}
#incident-support-form table.tableStyle03 select {
    width: 100%;
}


}


/****   404  *****/
body .btn {
	margin-bottom:30px;
}
body .btn a{
	padding:10px 20px;
	background:#535353;
	color:#fff;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
}
body .btn a:hover{
	background:#808080;
	color:#fff;
	text-decoration:none;
}
body .btn a:before{
	font-family: FontAwesome;
	content: "\f101";
	padding-right:5px;
}

/****   side category blog page  ****/
.sidebar-padder h3.sideH3 {
	padding:10px;
	background:#ddd;
}
.sidebar-padder ul.categories {
	margin-bottom:50px;
}
.sidebar-padder ul.categories li {
	line-height: 40px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}
.sidebar-padder ul.categories li a:hover {
	color:#FF6600;
}

/****  trial  ****/
#trial img.imgright {
	width: 90%;
    margin-left: 23px;
}


/****  trial book-info  ****/



a.downloadBtn01 {
	padding:5px 10px;
	display:inline-block;
	color:#fff;
	background:#1B998B;
	font-size: 0.9em;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.6;
    border: 1px solid #198e81;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
}
a.downloadBtn01 span {
	font-size:0.8em;
	display:block;
	margin-top:5px;
}
a.downloadBtn01:hover {
	text-decoration:none;
	color:#fff;
	background:#FFA630;
    border: 1px solid #e49730;
}


/*#book-info a.downloadBtn01 {
	display:block;
}*/
.pc table td.nwPc {
	white-space:nowrap;
}

/****  e-learning  ****/
#e-learning .movie{
position:relative;
width:100%;
padding-top:56.25%;
}
#e-learning  .movie iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

/* ローディングアイコン */
#site_wrap { display:block; }
#site_wrap.hide { display:block; opacity:0; height:0; overflow:hidden; }
#site_loader_overlay {
	position:fixed; background:#fff;
	top:0px; left:0px; bottom:0px; right:0px;
	z-index:99999; opacity:1;
}
#site_loader_spinner {
	font-size:10px; position:fixed;
	top:50%; top:-webkit-calc(50% - 33px); top:calc(50% - 33px); top:calc(50% - 33px);
	left:50%; left:-webkit-calc(50% - 33px); left:calc(50% - 33px); left:calc(50% - 33px);
	-webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);
	-webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%);
	text-indent:-9999em;
	border-top:3px solid rgba(90,90,90,0.2); border-right:3px solid rgba(90,90,90,0.2); border-bottom:3px solid rgba(90,90,90,0.2); border-left:3px solid rgb(90,90,90);
	-webkit-transform:translateZ(0); -ms-transform:translateZ(0); transform:translateZ(0); -webkit-animation:loading-anime 1.1s infinite linear; animation:loading-anime 1.1s infinite linear;
}
#site_loader_spinner, #site_loader_spinner:after { border-radius:50%; width:60px; height:60px; }
@-webkit-keyframes loading-anime {
	0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); transform:rotate(360deg); }
}
@keyframes loading-anime {
	0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); transform:rotate(360deg); }
}

/***160929***/

.mw_wp_form table td.zipCodeTd span:nth-of-type(2) {
    position: absolute;
    bottom: 15px;
    background: #fff;
}
.mw_wp_form table td.zipCodeTd {
    position: relative;
}
.zipCodeTd input {
	max-width: 160px;
}

/***--------------------------
         text style
--------------------------***/
.bold {
	font-weight: bold;
}
.note {
	font-size: 13px;
}

/***--------------------------
     footer index area
--------------------------***/
.positionR {
	position: relative;
}
.bnr-area {
    position: relative;
    top: 150px;
}
@media (max-width: 767px) {
.bnr-area {
    position: relative;
    top: 15px;
}
}

/***--------------------------
     20170718 
--------------------------***/
#cont #incident-service{
    margin-top: -100px;
    padding-top: 130px;
}


/***--------------------------
     FAQ
--------------------------***/
#cont .faq-system-box ul {
	width: 100%;
	margin-bottom: 15px;
	display: table;
}
#cont .faq-system-box li {
	width: 50%;
	display: table-cell;
	margin: 0;
	padding: 0;
}
#cont .faq-system-box li {
	padding-right: 10px;
}
#cont .faq-system-box li + li {
	padding-right: 0;
	padding-left: 10px;
}
.faq-system-box a {
	display: block;
	padding: 5px;
	background: #888;
	color: #fff;
	text-align: center;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
}
.faq-system-box a:hover {
	background: #777;
	color: #fff;
	text-decoration: none;
}
.faq-system-box a span {
	display: block;
	border: 1px solid #fff;
	padding: 20px;
}
.faq-system-box .blue-btn a {
	background: #367eb3;
}
.faq-system-box .blue-btn a:hover {
    background: #205c89;
    border: none;
}
#cont.faq + .faq {
	margin-top: 50px;
}
#cont.faq .text-memo {
	font-size: 14px;
    line-height: 1.5;
}

/* ----------------------------------------------------
    			footer
-----------------------------------------------------*/
.footer-top {
    background: #444;
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer-top .container {
	padding-bottom: 0;
}
.footer-middle {
	background: #222;
}
#footer-copr .container {
	padding-top: 20px;
	color: #fff;
}

.sidebar-padder .page_item.page-item-1047 {
	display: none;
} 

/* ----------------------------------------------------
    			top(Welcome Screen)
-----------------------------------------------------*/
img.img_logo {
    max-width: 70%
}