﻿@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	 box-sizing: border-box;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* common -------------------------*/
/*reset*/
body {
	margin: 0px;
	padding: 0px;
}
p, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;/*font-weight:normal;*/
	/*line-height: 100%;*/
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
blockquote {
	padding: 10px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border:thin dashed #888;
}
blockquote p {
	margin-top:0px;
	padding-top: 0px;
}

/* fb */
div.socialButton .fbcomments,
div.socialButton .fb_iframe_widget,
div.socialButton .fb_iframe_widget[style],
div.socialButton .fb_iframe_widget iframe[style],
div.socialButton .fbcomments iframe[style],
div.socialButton .fb_iframe_widget span{
    width: 100% !important;
}
.textIcon {
	background-color: #D81F86;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	color: #FFFFFF;
	border-radius: 4px;
	margin-right: 10px;
}

/* gmap */
@media (max-width: 767px) {
    iframe {
        width: 100% !important;
    }
}




.dotbox {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border: thin dotted #333333;
	margin-bottom: 20px;
}




/**/

#cpThaiCorp,
select,
input,
textarea {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
}
#header {
	background-color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 18px;
	border-bottom: thin solid #E0E0E0;
	padding-right: 16px;
	padding-left: 16px;
	text-align: center;
}
h2.title {
	font-size: 120%;
	color : #3cb371;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 2px;
}
h2.title span {
	color: #777777;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	margin-left: 5%;
}
/*.menuList li, h2.title {
	margin-bottom: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}*/
.menuList .ico {
	margin-right: 5%;
}
.menuList li{
	margin-right: 0%;
	border-bottom: #FFF thin solid;
}
#navigation .menuList li a,
#navigation .menuList li .nolink{
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #666;
	display: block;
	text-decoration: none;
	background-image: url(../images/alow_wh.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 12px 20px;
}
#navigation li a:hover {
	background-color:#FFFFFF;
}
.menuList li .nolink{
	background-image:none;
	padding-left: 0px;
	color:
}
/*
#navigation .menuList li a{
	background-color:none;
}
*/

#navigation .inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
#sidebar .menuList li a{
	display:inline;
	padding-left: 0px;
}
#sidebar li {
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar .inner {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
#sidebar section {
	border-bottom: thin solid #E0E0E0;
}
.unitStyleA li {
	padding: 0px;
	margin-bottom: 24px;
}
.unitStyleA .title {
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 5px;
}
.unitStyleA .date {
	padding: 0px;
	margin: 0px;
}
#footer {
	clear: both;
	width: 100%;
	background-color: #F2F2F2;
}
#footLink {
	background-color: #FFFFFF;
	border-bottom: thin solid #B6B6B6;
	border-top: thin solid #B6B6B6;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#footPanel {
	max-width: 437px;
 margin-right:auto  margin-left:auto;
}
#footPanel li {
	width: 50%;
	float: left;
}
#footInquiry {
	font-size: 80%;
}
#footInquiry dt {
	font-weight: bold;
	margin-bottom: 2px;
}
#footInquiry dd {
	margin-left: 0px;
	margin-bottom: 10px;
}
#phoneFoot {
	font-size: 160%;
	color: #2e8b57;
	font-family: Verdana, Geneva, sans-serif;
}
#addressFoot {
	color: #2e8b57;
}
#footLogo {
	text-align: center;
	margin-top: 40px;
}
#footCopyright {
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-align:center;
	padding: 5px;
}

/* --------------------------------- */
a.btn-border {
  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 .5rem .5rem;
  background: -webkit-repeating-linear-gradient(left, #000, #000 1px,
    transparent 2px, transparent 6px);
  background: repeating-linear-gradient(to right, #000, #000 1px,
    transparent 2px, transparent 6px);
  background-size: 12px 12px;
}

/* --------------------------------- */
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn-c {
  font-size: 1.4rem;
  position: relative;
  padding: 1.3rem 2rem 1.5rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}



/* --------------------------------- */
#topicBox {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: thin solid #EBEBEB;
	float:right;
	width:100%;
}
#socialButton {
	float: right;
}

#socialTw {
	overflow: hidden;
	
	width:100px;
}
#socialHT {
	overflow: hidden;
	width:120px;
}
#socialFb {
	overflow: hidden;
	width:115px;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: -1px;
	width: 100% !important;
	height: 100% !important;
}
/* -------------- */

/* mainContent2 *********************************************************/

#mainContent2 .contentHead h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 140%;
	font-weight: bold;
}
#mainContent2 .contentHead {
	clear: both;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url();
}
#mainContent2 .contentHead h2 span {
	font-family: Avian;
	color: #bbbbbb;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	margin-left: 0px; 
}
#mainContent2 p {
	line-height: 180%;
}

#mainContent2 {
width: 100%;
clear: none;
margin: ;
	margin-left: 0%;
	padding-right: 0%;
}

/* スマホサイズ *********************************************************/

@media screen and (max-width: 480px)　{ 
width: 100%;
}


/* mark *********************************************************/

.mark{ background: linear-gradient(to top, yellow 50%, transparent 50%);}

/* 価格 *********************************************************/

h5 {
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
  background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
  background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);
}


/* image *********************************************************/

.image{
float:left;
width:20%
}

/* 2nd Parts *********************************************************/

#mainContent .contentHead h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 140%;
	font-weight: bold;
}
#mainContent .contentHead {
	clear: both;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 30px;
	background-image: url(../images/bg_dots02.png);
}
#mainContent .contentHead h2 span {
	font-family: Avian;
	color: #bbbbbb;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	margin-left: 20px;
}
.contentHolder {
	padding-left: 1%;
	padding-right: 1%;
}
#mainContent p {
	line-height: 180%;
}

#contentInquiry {
	width:90%!important;
	margin-left:auto;
	margin-right:auto;
}

#contentInquiry .text {
	color: #775900;
}
#contentInquiry .ico {
	width: 13%;
	float: left;
}
#contentInquiry .doc {
	width: 85%;
	margin-left: 2%;
	float: left;
	padding-bottom: 14px;
}
#ootInquiryBody .unit {
	clear: both;
	float: left;
	width: 100%;
}
#inquiryWeb li {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
}
#inquiryPose {
	text-align: center;
}
.block {
	padding-bottom: 60px;
	border-bottom: thin solid #F4F4F4;
	clear:both;
}
.ban {
	margin-bottom: 10px;
	text-align:center;
}
.noteList{
 padding-top:5px;	
}

.dataTable,
.dataTable2 {
	border-collapse: collapse;
}
.dataTable td, .dataTable th,
.dataTable2 td, .dataTable2 th {
	padding: 10px;
	vertical-align: top;
}
.dataTable th,
.dataTable2 th {
	text-align: left;
	background-color: #EBF8FD;/*#B8C2D4*/
	font-weight: normal;
}
/* table type */
.dataTable td, .dataTable th {
	border-bottom: 1px dotted #999999;
}
.dataTable2 td, .dataTable2 th {
	border: 1px solid #999999;
}
.dataNum td {
	text-align:right;
}

.normalList {
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}
.normalList li{
	list-style-type: disc;
	margin-bottom: 5px;
}
.numberlList {
	list-style-type:decimal;
	margin-left: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}
.numberList li{
	list-style-type:decimal;
	margin-bottom: 5px;
}


.column2li li li,
.column3li li li {
	float:none;
	width:100%;
}
ul.column2li {
	width:100%;
	display:block;
}
.column2li li{
	width:48%;
	margin-left: 1%;
	margin-right: 1%;
	float:left;
}

ul.column3li {
	width:100%;
	display:block;
}
.column3li li{
	width:30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float:left;
}


.posted {
	color:#BBBBBB;
}
.column {
}
.nolink {
	color:#D8D8D8;
}
.catchText {
	font-size: 200%;
	font-weight: bold;
	color: #6E6E6E;/*#410001*/
}

a.btn01 {
	background-color: #E21725;
	color: #FFFFFF;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	display: block;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px #C5C5C5;
	box-shadow: 1px 1px #C5C5C5;
	border-top: thin solid #FFFFFF;
	text-decoration: none;
}

.displayNarrow {
	display:block;
}
.displayWide {
	display:none;
}


/* ★ */
#popularBox img {
	width: 100%;/* サムネイルを一時的に大きく*/
	border-radius: 4px;
}





















/* --------------------------------*/
/* --------------------------------*/
/* --------------------------------*/
#cpThaiCorp {
	font-size: 16px;
}/* スマホだけ文字大きく */
/* Mobile Layout: 480px and below. */

  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/*width: 75.8333%;
	padding-left: 7.5833%;
	padding-right: 7.5833%;*/
	padding-left: 3%;
	padding-right: 3%;
	clear: none;
	float: none;
}
#navigation {
	width: 100%;
	background-color: #fff;
	padding-top: 10px;
}
#mainContent {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #FFF;
	margin-bottom: 60px;
}
#sidebar {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #fff;
}

/* flex */
.gridContainer {
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
}
.gridContainer { display: flex;flex-flow: column }
.gridContainer > #navigation { order: 2; }
.gridContainer > #mainContent     { order: 1; }
.gridContainer > #sidebar   { order: 3; }
.gridContainer > #footer   { order: 4; }
/* flex */




#cpThaiCorp {
	background-color: #fff;
}
#siteID {
	margin-bottom: 20px;
}
#face {
	width: 100%;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
#header h1 {
	font-size: 150%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#phoneTime {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
#phoneBox #phone {
	font-family: "Arial Black", Gadget, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#languageBox ul li {
	display: inline-block;
	margin-right: 2%;
	color: #ACACAC;
	padding-right: 2%;
	width: 100px;
	text-align: right;
}
#phoneBox {
	margin-bottom: 20px;
}
#face {
	margin-bottom: 20px;
}
#membership {
	text-align: center;
}
#popularBox ul li .date {
	font-size: 80%;
	color: #BBBBBB;
}
#footQR {
	text-align: center;
	font-size: 80%;
}
#footInquiry dl {
	padding: 20px;
}
.sectionTitle {
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 124%;
}
.contentHolder h3 {
	margin-top: 28px;
	font-size: 120%;
	color: #111111;
}
.contentHolder h4 {
	margin-top: 28px;
	font-size: 110%;
	color: #111111;
}


main .contentHolder p {

}
#cpThaiCorp .gridContainer.clearfix main .contentHolder p {
	line-height: 2em;
}







/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#navigation {
	width: 100%;
}
#mainContent {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#sidebar {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#header {
	text-align: center;
	margin-left: 0;
}
#face {
	width: 100%;
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
.column .txt p {
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#cpThaiCorp {
	font-size: 84%;
}/* もどす */

/* flex */
.gridContainer {
    display: block
}

/* flex */

.displayNarrow {
	display:none;
}
.displayWide {
	display:block;
}

#navigation .menuList li a,
#navigation .menuList li span.nolink{
	background-image:none;
	padding-left: 0px;
}

.gridContainer {
	width: 87%;
	max-width: 1232px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#navigation .inner {
	width: 75%;

}
h2.title {
	padding-left: 0px;
	margin-left: 0%;
}
.menuList li{
	border-bottom: none;
}


.menuList li a{
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
		color: #666;
	
	
}
#sidebar .menuList li {
	padding-top:14px;
	padding-bottom::14px;
	margin-right: 0px;
	padding-right: 0px;
	display:block;
}
#sidebar .menuList li {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
/*
#navigation {
width: 17.2413%;
}

#mainContent {
width: 58.6206%;
clear: none;
margin-left: 3.4482%;
}
#sidebar {
width: 17.2413%;
clear: none;
margin-left: 3.4482%;
}
*/


#sidebar {
width: 17.2413%;
clear: none;
margin-left: 3.4482%;
}

#navigation {
	width: 20.6895%;
}
#mainContent {
	width: 58.6206%;
	clear: none;
	margin-left: 0;
}
#sidebar {
	width: 20.6895%;
	clear: none;
	margin-left: 0;
}
#header {
	text-align: left;
	position: relative;
}
#siteID {
	margin-bottom: 0px;
}
#face {
	width: 100%;
	margin-bottom: 0px;
}
.contentHolder {
	/*padding-left: 2%;
	padding-right: 2%;*/
	padding-top: 10px;
	padding-left: 6%;
	padding-right: 6%;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
#header #siteID {
	top: 16%;
	left: 2%;
	position: absolute;
	max-width: 14%;
}
#header #firstText .text {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
#firstText {
	margin-left: 20%;
	font-size: 84%;
	width: 60%;
}
#phoneBox {
	display: none;
}
#header #firstText:after {
	width: 230px;
	height: 41px;
	background: url(../images/txt_phone.png) no-repeat 0 0px;
	-webkit-background-size: 230px 41px;
	background-size: 230px 41px;
	position: absolute;
	top: 16px;
	right: 20%;
	content: "";
	z-index: 100;
}
#languageBox {
	position: absolute;
	right: 0px;
	top: 16px;
}
#footLogo {
	width: 20%;
	float: left;
}
#footInquiry {
	width: 35%;
	float: left;
}
#footPanel {
	width: 25%;
	float: left;
}
#footQR {
	padding-top: 40px;
	width: 20%;
	float: left;
}
.gridContainer {
	background-image:;
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100%;
}
#navigation li {
	position: relative;
	padding-left: 30px;
	color:#ccc;
}

/* nav icon */
#nav01:before {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-image: url(../images/ico_m01_about.png);
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	position: absolute;
	top: 10px;
	left: 0px;
	content: "";
	z-index: 100;
}
#nav02:before {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-image: url(../images/ico_m02_business.png);
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	position: absolute;
	top: 10px;
	left: 0px;
	content: "";
	z-index: 100;
}
#nav03:before {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-image: url(../images/ico_m03_company.png);
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	position: absolute;
	top: 10px;
	left: 0px;
	content: "";
	z-index: 100;
}
#nav04:before {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-image: url(../images/ico_m04_recruit.png);
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	position: absolute;
	top: 10px;
	left: 0px;
	content: "";
	z-index: 100;
}
#nav05:before {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-image: url(../images/ico_m05_press.png);
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	position: absolute;
	top: 10px;
	left: 0px;
	content: "";
	z-index: 100;
}
#sv01:before,
#sv02:before,
#sv03:before,
#sv04:before,
#sv05:before,
#sv06:before,
#sv07:before,
#sv08:before,
#sv09:before,
#sv10:before,
#sv11:before,
#sv12:before,
#sv13:before,
#sv14:before

 {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	position: absolute;
	top: 10px;
	left: 0px;
	content: "";
	z-index: 100;
}
#sv01:before {
	background-image: url(../images/ico_s01.png);
}
#sv02:before {
	background-image: url(../images/ico_s02.png);
}
#sv03:before {
	background-image: url(../images/ico_s03.png);
}
#sv04:before {
	background-image: url(../images/ico_s04.png);
}
#sv05:before {
	background-image: url(../images/ico_s05.png);
}
#sv06:before {
	background-image: url(../images/ico_s06.png);
}
#sv07:before {
	background-image: url(../images/ico_s07.png);
}
#sv08:before {
	background-image: url(../images/ico_s08.png);
}
#sv09:before {
	background-image: url(../images/ico_s09.png);
}
#sv10:before {
	background-image: url(../images/ico_s10.png);
}
#sv11:before {
	background-image: url(../images/ico_s11.png);
}
#sv12:before {
	background-image: url(../images/ico_s12.png);
}
#sv13:before {
	background-image: url(../images/ico_s13.png);
}
#sv14:before {
	background-image: url(../images/ico_s14.png);
}

#navigation li a,
#navigation li .nolink {
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #2A2A2A;
	font-size: 12px;
}
#navigation li span.nolink {
	color:#C5C5C5!important;
}

#navigation li a:hover {
	background: none;
	color: #FB0000;
	/*font-weight: bold;*/
}

.contentRow {
	clear: both;
	float: left;
	width: 100%;
}
#inquiryPose {
	width: 24%;
	margin-right: 3%;
	float: left;
}
#inquiryDocument {
	width: 73%;
	float: left;
}
#ootInquiryBody {
	float: left;
	width: 100%;
}
.txt {
}



}
