/* CSS Document */
body{
/*	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Osaka','ＭＳ Ｐゴシック',sans-serif;
    position: inherit;
}
#main p, #main li, #main th, #main td {
	font-size: 16px;
	line-height: 1.7;
}
#main label,
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	font-size: 16px;
}


/* 編集モードのクリック位置を修正 */
/**
 * Override Foundation base styles
 */
.page {
    position: relative;
}
/**
 * Fixes broken ccm edit ui
 */
.ccm-ui *, .ccm-ui *:before, .ccm-ui *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.ccm-ui .tabs {
    height: auto;
}
.ccm-ui .tabs li {
    border-top: none;
    margin-top: 0;
}
.ccm-ui .tabs li a {
    font-size: inherit;
    height: auto;
    padding: 8px 12px;
}
.ccm-ui input, .ccm-ui textarea, .ccm-ui keygen, .ccm-ui select, .ccm-ui button,
.ui-dialog input, .ui-dialog textarea, .ui-dialog keygen, .ui-dialog select, .ui-dialog button {
    display: inline-block;
    width: auto;
}
.ccm-ui select, .ui-dialog select {
    width: auto;
}

.ccm-block {
	padding: 0;
}
/* 編集モードのクリック位置を修正　ここまで */



html,
body {
	background-color: #EBF9F9;
}

.row {
	background-color: white;
}


/*  Layout                */
#pageHeader {
	padding: 8px 0;
}
.callnums {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}

.jump-mail a {
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #47C0BB;
	padding-left: 5px;
	font-weight: bold;
}
.jump-mail a i {
	font-size: 22px;
	height: 30px;
	width: auto;
	vertical-align: baseline;
	padding-right: 8px;
}
.jump-mail a:hover {
	color: #FF9900;
}


#main {
	padding: 10px;
}


.description {
	color: #333333;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0 0;
}
footer {
	padding-top: 16px;
}
.address {
	color: black;
	line-height: 1.3;
}
.address strong {
	font-size: 1.3em;
	font-weight: normal;
}
.copyright {
}

a.call-link {
	color: #222222;
}
a.call-link[href] {
	color: #47C0BB;
}


ul.inline-list img {
	vertical-align:bottom;
	*display: inline;
	zoom: 1;
}

/* 会社沿革 ページのテーブル　*/
.history tr td:first-child {
	white-space: nowrap;
}

/* 会社概要 ページのテーブル　*/
.company table {
	border-color: #BBBBBB;
}
.company th,
.company table tbody tr td {
	border-bottom: 1px solid #BBBBBB;
}
.company th {
	border-right: 1px solid #BBBBBB;
	white-space: nowrap;
	padding-left: .5em;
	padding-right: .5em;
}

/* 採用情報 */
.recruite th {
	white-space: nowrap;
	padding-left: .5em;
	padding-right: .5em;
}

.global-nav section {
	background-color: #7AD8D4;
}
#header-nav {
	margin-bottom: 10px;
}
#footer-nav {
	margin-top: 10px;
}
.global-nav ul {
	list-style-type: none;
	background-color: transparent;
	margin: 0 auto;
}
.global-nav li {
	background-color: #7AD8D4;
}
.global-nav li a {
	display: block;
    color: white;
	padding: 1.1em 0;
}
.global-nav#footer-nav li a {
	padding: .4em 0;
}
.global-nav li.nav-selected {
    background-color: #FF9900;
}
.global-nav li:hover:not(.name),
.global-nav li.active:not(.name),
.global-nav li:focus:not(.name) {
    background-color: white;
}
.global-nav li:hover:not(.name) a,
.global-nav li.active:not(.name) a,
.global-nav li:focus:not(.name) a {
    color: #FF9900;
}
.dropdownmenu.global-nav ul {
	display: block;
	width: 100%;
}
.dropdownmenu.global-nav li {
	display: block;
	width: 100%;
	text-align: left;
	border: none;
}
.dropdownmenu.global-nav li a,
.dropdownmenu.global-nav#footer-nav li a {
	padding: .7em .5em;
}
.dropdownmenu.global-nav li:first-child {
	width: auto;
	border: none;
}
.dropdownmenu.global-nav li:last-child {
	border: none;
}
.dropdownmenu.global-nav .title {
	display: block;
	padding: .7em .5em;
	background-color: #7AD8D4;
	color: white;
	font-weight: bold;
	text-align: left;
	border: 1px solid #7AD8D4;
}
.dropdownmenu.global-nav .title:before {
    font-family: FontAwesome;
	content: "\f0c9";
	color: white;
	vertical-align: middle;
	font-size: 1.1em;
	margin-right: 10px;
	border: 1px solid white;
	border-radius: 3px;
	padding: 3px 5px;
}
.dropdownmenu.global-nav .title:hover {
	background-color: white;
	color: #7AD8D4;
	border: 1px solid #7AD8D4;
}
.dropdownmenu.global-nav .title:hover:before {
	color: #7AD8D4;
	border: 1px solid #7AD8D4;
}
.dropdownmenu.global-nav .title:active {
}


img[style*="float"] {
	margin-left: 14px;
	margin-right: 14px;
}
img[style*="display"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 動画関連 */
.move_link {
position:relative;
width:100%;
padding-top:56.25%;
}
.move_link iframe {
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}




/* pagetop-jump */
.pagetop {
	/* ▼最初は非表示にしておく */
	display: none;

	/* ▼表示位置を画面の右下に固定 */
	position: fixed;		/* ←表示場所を固定 */
	bottom: 18px;			/* ←下端からの距離 */
	right: 18px;			/* ←右端からの距離 */
	
	/* ▼配色・配置・文字の装飾など */
	background-color: #FF9900; /* ←背景色 */
	opacity: 0.75;			/* ←透明度 */
	border-radius: 49%;		/* ←角丸の半径 */
	text-align: center;		/* ←文字の位置 */
	font-size: 140%;		/* ←文字サイズ */
	font-weight: bold;		/* ←文字の太さ */
	margin: 0;				/* ←外側の余白 */
	padding: 1.25em 0;		/* ←内側の余白 */
	line-height: 1;
	z-index: 1000;
}
.pagetop a,
.pagetop a:link,
.pagetop a:visited {
	color: white;			/* ←文字色 */
	text-decoration: none;	/* ←下線なし */
	padding: 1.25em;
}

.pagetop a:hover,
.pagetop a:active {
	background-color: #FFAA66; /* ←背景色 */
	border-radius: 49%;		/* ←角丸の半径 */
}



#main h1 {
	background-color: #7AD8D4;
	background-image: url(images/icon-h1.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding: 3px 6px 3px 50px;
	font-size: 31px;
}
#main h1 span {
	color: white;
	font-size: 27px;
}
#main h2 {
	padding: 3px;
	font-size: 28px;
}
#main h2.icon {
	background-image: url(images/icon-h2.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding: 3px 3px 3px 50px;
}
#main h3 {
	border-bottom: 2px solid #7AD8D4;
	padding: 4px;
	font-size: 22px;
}
#main h4 {
	color: #7AD8D4;
	font-size: 18px;
}
#main h5 {
	font-size: 16px;
}

#main ul {
	margin-left: 1.3em;
}




/* form */
.formBlockSurveyTable {
	width: 100%;
}
select {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.75);
}
.descriptio-area {
	padding-top: 5px;
	text-indent: .5em;
}

#item10_input label {
	float: left;
	margin-right: 2em;
}
.addressarea :first-child {
	padding-top: 5px;
}
.buttons,
.msg2 p {
	text-align: center;
}
.buttons input,
.msg2 p input {
	font-size: 18px;
}




@media screen and (max-width: 640px) {
.contact td,
.recruiteorder td,
.product td {
	display: block;
	width: 100% !important;
}

#main h1 span {
	display: block;
}

.description {
	text-align: left;
	font-size: 18px;
}
.header-comment {
	text-align: center;
}
.header-comment span {
	display: block;
}
.home .ccm-layout-row div {
	width: 100% !important;
	float: none;
	margin-left: 0;
	margin-right: 0;
}
.home #ccm-layout-main-5-2 .ccm-layout-col-spacing {
	margin-left: 0;
	margin-right: 0;
	padding: 0 15px;
}

}

@media screen and (max-width: 960px) {
/* google mapのサイズを修正（スマホ） */
    .iframe-content {
        position: relative;
        width: 100%;
        padding: 75% 0 0 0;
    }
    .iframe-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* google mapのサイズを修正　終了 */

}

@media screen and (min-width: 641px) {
.header-comment span {
	padding-right: 1em;
}
.header-comment span+span {
	padding-right: 0;
}
.home .first .ccm-layout-col-spacing h4 {
	margin-left: 80px;
}
.home #main .first .ccm-layout-col-spacing ul {
	margin-left: 100px;

}


.global-nav#footer-nav li a {
	padding: .7em 0;
}
.global-nav .title {
	display: none;
}
.global-nav ul {
	display: table;
}
.global-nav li {
	display: table-cell;
	width: 138px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
	line-height: 1;
}
.global-nav li:first-child {
	border-left-width: 2px;
	width: 132px;
}
.global-nav li:last-child {
	border-right-width: 2px;
}

a.call-link[href] {
	color: #222222;
	cursor: default;
}


}