@charset "utf-8";

/*
 * @namespace "cm"
 */

/*-------------------------------------------------------------------------------
 PROPERTY GENERAL CLASSES
 -------------------------------------------------------------------------------*/
 /*anchor*/
 a:hover {
 	opacity: 0.7;
	filter:alpha(opacity=70);
 }
 /*clearfix*/
.cm-cf:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}


/*-------------------------------------------------------------------------------
 MODULE FORM
 -------------------------------------------------------------------------------*/

select,
input[type="text"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	/*reset*/
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*original*/
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #DCDCDC;
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: border .4s ease;
	-moz-transition: border .4s ease;
	-ms-transition: border .4s ease;
	-o-transition: border .4s ease;
	transition: border .4s ease;
}
input[type="text"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
	min-height: 25px;
}
/* input hover */
select:hover,
input[type="text"]:hover,
input[type="search"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
textarea:hover {
	border: 1px solid #464646;
}
/* input focus */
select.focus,
input[type="text"].focus,
input[type="search"].focus,
input[type="email"].focus,
input[type="url"].focus,
input[type="tel"].focus,
input[type="number"].focus,
input[type="password"].focus,
textarea.focus {
	-webkit-box-shadow: 0 0 0 1px #e3a18e;
	-moz-box-shadow: 0 0 0 1px #e3a18e;
	box-shadow: 0 0 0 1px #e3a18e;
	border: 1px solid #e3a18e;
}
/*error*/
select.error,
input[type="text"].error,
input[type="search"].error,
input[type="email"].error,
input[type="url"].error,
input[type="tel"].error,
input[type="number"].error,
input[type="password"].error,
textarea.error {
	border: 1px solid #D00022 !important;
	-webkit-box-shadow: 0 0 0 1px #D00022;
	-moz-box-shadow: 0 0 0 1px #D00022;
	box-shadow: 0 0 0 1px #D00022;
}
/* pull down */
select {
}

/* checkbox radio */
input[type="checkbox"],
input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

input[type="checkbox"] + label:before {
	position: relative;
	display: inline-block;
	content:" ";
	margin-right: 5px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #DCDCDC;
}

input[type="checkbox"]:checked + label::after {
	position: absolute;
	top:  2px;
	left: 13px;
	text-decoration: inherit;
	text-transform: none;
	word-wrap: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	font-family: 'iconfont';
	line-height: 1;
	speak: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type="checkbox"]:checked + label::after {
	content: "\f108";
}

input[type="radio"] + label {
	border: 1px solid #DCDCDC;
	display: block;
	text-align: center;
	padding: 10px 5px;
}
input[type="radio"]:checked + label {
	position: relative;
	background-color: #DCDCDC !important;
}

/*-------------------------------------------------------------------------------
 STRUCTURE WRAPPER
 -------------------------------------------------------------------------------*/
.cm-wrapper {
	width: 100%;
	min-width: 990px;
	margin: 0 auto;
	position: relative;
}
/*-------------------------------------------------------------------------------
 STRUCTURE HEADER
 -------------------------------------------------------------------------------*/
.cm-headall {
	position: relative;
}
.cm-head-bg {
	background-color: #F7F7F7;
	border-bottom: 1px solid #E7E7E7;
}
.cm-head-social-block {
	width: 980px;
	margin: 0 auto;
}
.cm-head-social-list {
	float: right;
}
.cm-head-social-list li {
	float: left;
	position: relative;
}
.cm-head-inner {
	margin: 0 auto;
}
.cm-head-logo-block {
	width: 980px;
	overflow: hidden;
	padding: 17px 0 13px;
	margin: 0 auto;
}
.cm-head-logo-block h1 {
	float: left;
	margin-left: 17px;
	margin-top: 0;
	padding: 0px 24px 0px 0;
	border-right: 1px solid #b5b5b5;
}
.cm-subtitle {
	float: left;
	margin-top: -4px;
	margin-left: 5px;
	/*position: relative;*/
	/*top: -7px;*/
}
.cm-formBox {
	float: right;
	border-bottom: 1px solid #cccccc;
	width: 202px;
	margin-top: 10px;
}
.cm-search {
	float: left;
	border: 0 !important;
	font-size: 18px !important;
	width: 170px;
	padding-left: 0 !important;
	text-indent: 0 !important;
	height: 26px;
}
.cm-searchicon {
	border: 0;
	background: 0;
    float: right;
	background: url(../img/cm-header-search-icon-grass.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 22px;
	height: 22px;
	margin-right: 3px;
	margin-top: 0px;
}
.cm-head-global-nav {
	width: 100%;
	background-image: url(../img/top_corporate_bg.png);
	background-repeat: repeat-x;
	overflow: hidden;	
}
.cm-global-list {
	width: 1000px;
	text-indent: -9999px;
	margin: 0 auto;
	position: relative;
}
.cm-btncorporate {
	float: left;
	width: 114px;
	height: 46px;
	background-image: url(../img/top_corporate_nav01.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.cm-btncorporate:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.cm-btnoutline {
	float: left;
	width: 108px;
	height: 46px;
	background-image: url(../img/top_corporate_nav02.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.cm-btnoutline:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.cm-btnnews {
	float: left;
	width: 150px;
	height: 46px;
	background-image: url(../img/top_corporate_nav03.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.cm-btnnews:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.cm-btnenvironment {
	float: left;
	width: 184px;
	height: 46px;
	background-image: url(../img/top_corporate_nav04.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.cm-btnenvironment:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.cm-btninvestor {
	float: left;
	width: 147px;
	height: 46px;
	background-image: url(../img/top_corporate_nav05.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.cm-btninvestor:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.cm-btnrecruit {
	float: left;
	width: 111px;
	height: 46px;
	background-image: url(../img/top_corporate_nav06.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.cm-btnrecruit:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.cm-btnsupport {
	float: left;
	width: 130px;
	height: 46px;
	background-image: url(../img/top_corporate_nav06.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.cm-btnsupport:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.cm-btnproduct {
	float: left;
	width: 180px;
	height: 46px;
	background-image: url(../img/top_corporate_nav07.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.cm-btnproduct:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.cm-head-dropdownlist {
	margin: 0;
	padding-top: 0;
	position: absolute;
	top: 33px;
	right: 0px;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #CCCCCC; 
	z-index: 100;
	font-size: 12px;
	display: none;
}
.cm-head-dropdownlist li {
	width: 150px;
	height: 36px;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #CCCCCC;
}
#cm-overWorld:hover {
	left: 0;
}
.cm-head-dropdownlist a {
	text-decoration: none;
	color: #444444;
}
.cm-head-dropdownlist a:hover {
	color: #000000;
	text-decoration: underline;
}
.cm-head-dropdownlist li:first-child > a {
	border-radius: 5px 5px 0 0;
}
.cm-head-dropdownlist li:first-child > a:after {
	content: '';
	position: absolute;
	right: 12px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #CCC;
}
.cm-head-dropdownlist li a {
	padding:8px;
	width: 134px;
	height: auto;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.jp a {
	background: url(../img/ico_jp.png) no-repeat 120px center;
}
.jp a:hover {
	background: url(../img/ico_jp_o.png) no-repeat 120px center #E5E5E5;
}
.usa a {
	background: url(../img/ico_usa.png) no-repeat 120px center;
}
.usa a:hover {
	background: url(../img/ico_usa_o.png) no-repeat 120px center #E5E5E5;
}
.uk a {
	background: url(../img/ico_uk.png) no-repeat 120px center;
}
.uk a:hover {
	background: url(../img/ico_uk_o.png) no-repeat 120px center #E5E5E5;
}
.aust a {
	background: url(../img/ico_aust.png) no-repeat 120px center;
}
.aust a:hover {
	background: url(../img/ico_aust_o.png) no-repeat 120px center #E5E5E5;
}
.fra a {
	background: url(../img/ico_fra.png) no-repeat 120px center;
}
.fra a:hover {
	background: url(../img/ico_fra_o.png) no-repeat 120px center #E5E5E5;
}
.deu a {
	background: url(../img/ico_deu.png) no-repeat 120px center;
}
.deu a:hover {
	background: url(../img/ico_deu_o.png) no-repeat 120px center #E5E5E5;
}
.esp a {
	background: url(../img/ico_esp.png) no-repeat 120px center;
}
.esp a:hover {
	background: url(../img/ico_esp_o.png) no-repeat 120px center #E5E5E5;
}
.ita a {
	background: url(../img/ico_ita.png) no-repeat 120px center;
}
.ita a:hover {
	background: url(../img/ico_ita_o.png) no-repeat 120px center #E5E5E5;
}
.ned a {
	background: url(../img/ico_ned.png) no-repeat 120px center;
}
.ned a:hover {
	background: url(../img/ico_ned_o.png) no-repeat 120px center #E5E5E5;
}
/*-------------------------------------------------------------------------------
 STRUCTURE NAV
 -------------------------------------------------------------------------------*/
.cm-nav {
}
/*-------------------------------------------------------------------------------
  STRUCTURE MAIN
 -------------------------------------------------------------------------------*/
.container {
}
/*-------------------------------------------------------------------------------
 STRUCTURE FOOTER
 -------------------------------------------------------------------------------*/
.cm-footerhead {
	width: 100%;
	background-color: #333333;
	overflow: hidden;
	padding: 20px 0px 0px 0px;
	position: relative;
}
.cm-footinnerbox {
	width: 980px;
	margin: 0 auto;
}
.cm-footerlist {
	width: 140px;
	float: left;
	border-right: 1px solid #444444;
	padding-left: 22px;
	min-height: 186px;
	margin-bottom: 50px;
	margin-top: 10px;
}
.cm-footerlist a {
	text-decoration: none;
}
.cm-footerlist h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8;
}
.cm-footerlist h2 a {
	color: #d0d4d5;
}
.cm-footprimary li {
	background-image: url(../img/00_top_corporate_foot_icon.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.cm-footprimary li a {
	color: #FFFFFF;
	font-size: 11px;
}
.cm-footporicy {
	background-color: #222222;
	overflow: hidden;
	padding:20px;
	width: 100%;
	border-top: #E7E7E7;
	line-height: 6;
}
.cm-footporicybox {
	width: 980px;
	margin: 0 auto;
	display: block;
}
.cm-footporicyinner {
	float: left;
	overflow: hidden;
}
.cm-footporicyinner li {
	float: left;
	font-size: 12px;
	padding-right: 25px;
	margin-top: -25px;
}
.cm-footporicyinner li a{
	float: left;
	color: #FFFFFF;
}
.cm-footcampany a {
	text-decoration: none;
}
.cm-copyright {
	font-size: 12px;
	position: relative;
	top: -25px;
	left: 470px;
}
.cm-copyright a {
	text-decoration: none;
	color: #FFFFFF;
}
.cm-topspace {
	padding-top: 15px;
}
.cm-footsubtitle {
	color: #FCFCFC;
	font-size: 13px;
}
/*-------------------------------------------------------------------------------
 MODULE BREADCRUMB
 -------------------------------------------------------------------------------*/

.cm-breadcrumb {
	margin-top: 8px;
}
.cm-breadcrumb + * {
	margin-top: 14px;
}
.cm-breadcrumb > li {
	float: left;
}
.cm-breadcrumb > li + li {
	margin-left: 10px;
}
.cm-breadcrumb > li + li::before {
	content: '>';
	margin-right: 10px;
}
.cm-breadcrumb > li,
.cm-breadcrumb > li a {
	color: #b4b4b4;
	font-size: 11px;
}

/*-------------------------------------------------------------------------------
 MODULE BUTTON
 -------------------------------------------------------------------------------*/

.cm-btn {
}
.cm-btn[type="submit"],
.cm-btn[type="button"],
.cm-btn[type="reset"] {
	width: 100%;
}
.cm-btn-inline {
	display: inline-block;
}
.cm-btn:hover {
	opacity: 0.6;
}
.cm-btn:active {
	-webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .3);
}
.cm-btn-primary {
	background-color: #EF6D50;
	color: #FFF !important;
}
.cm-btn-secondary {
	color: #FFF !important;
	background-color: #E29F8A;
}
.cm-btn-platinum {
	color: #FFF !important;
	background-color: #bfbda7;
}
.cm-btn-disabled {
	background-color: #F0F0F0;
	color: #969696 !important;
}
.cm-btn-disabled:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*-------------------------------------------------------------------------------
 MODULE ICON
 -------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------
 MODULE TABLE
 -------------------------------------------------------------------------------*/

.cm-table th,
.cm-table td {

}
/*-------------------------------------------------------------------------------
 MODULE ERRORS
 -------------------------------------------------------------------------------*/

* + .cm-errors {
	margin-top: 15px;
}
.cm-errors + * {
	margin-top: 15px;
}
.cm-errors ul {
	padding: 10px;
	border: 1px solid #D00022;
	background-color: #F9ECE8;
	color: #D00022;
}
.cm-errors ul > li {
	position: relative;
	padding-left: 20px;
}
.cm-errors ul > li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content:"\f12f";
	text-decoration: inherit;
	text-transform: none;
	word-wrap: normal;
	font-weight: normal;
	font-style: normal;
	font-family: "iconfont" !important;
	line-height: 24px;
	speak: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*-------------------------------------------------------------------------------
 MODULE HEADING
 -------------------------------------------------------------------------------*/

.cm-heading-firstly			{ font-size: 20px; }
.cm-heading-firstly + *		{ margin-top: 14px; }
.cm-heading-secondary		{ font-size: 18px; }
.cm-heading-secondary + *	{ margin-top: 12px; }
.cm-heading-thirdly			{ font-size: 16px; }
.cm-heading-thirdly + *		{ margin-top: 10px; }

/*-------------------------------------------------------------------------------
 MODULE FONT
 -------------------------------------------------------------------------------*/

.cm-font-condition {
	color: #AC6464;
}

.cm-font-large	{ font-size: 20px; }
.cm-font-larger	{ font-size: 16px; }
.cm-font-normal	{ font-size: 14px; }
.cm-font-smaller{ font-size: 13px; }
.cm-font-small	{ font-size: 12px; }
.cm-font-xsmall	{ font-size: 11px; }
.cm-font-xxsmall{ font-size: 10px; }

/*-------------------------------------------------------------------------------
 MODULE ANCHOR
 -------------------------------------------------------------------------------*/

.cm-anchor-primary {
	margin-top: 10px;
	text-align: right;
}

/*-------------------------------------------------------------------------------
 MODULE REQUIRED
 -------------------------------------------------------------------------------*/

.cm-required::after {
	content: "※必須";
	display: inline;
	/*color: #AC6464;TODO:どの色が適切か確認。*/
	color: #B45959;
	font-size: 10px;
	margin-left: 12px;
}

/*-------------------------------------------------------------------------------
 COMMON PARTS
 -------------------------------------------------------------------------------*/
li.cm-li-bold {
	font-weight: bold;
}

li.cm-li-line-left {
	border-left: 1px solid #E7E7E7;
}

li.cm-li-font-rightgray {
	color: #CCC;
}

li.cm-li-font-small {
	font-size: 0.9em;
}

.cm-newsrelease-box {
	width: 980px;
	margin: 0 auto;
}

.cm-newsrelease-left {
	width: 475px;
	border-bottom: 1px solid #E7E7E7;
	padding-top: 20px;
	padding-bottom: 5px;
	overflow: hidden;
	vertical-align: baseline;
	float: left;
}
.cm-newsrelease-right {
	width: 475px;
	border-bottom: 1px solid #E7E7E7;
	padding-top: 20px;
	padding-bottom: 5px;
	overflow: hidden;
	vertical-align: baseline;
	float: right;
}
.cm-newsrelease-body-left {
	width: 475px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	vertical-align: baseline;
	float: left;
}
.cm-newsrelease-body-right {
	width: 475px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	vertical-align: baseline;
	float: right;
}
.cm-newsrelease-inner {
	float: left;
	font-size: 12px;
	padding-top: 20px;
}
.cm-newsrelease-inner li {
	float: left;
	padding: 6px 6px 6px 6px;
}
.cm-newsrelease-select {
	width: 60px;
	height: 25px;
	padding-left: 15px;
	padding-right: 12px;
	margin-top: 25px;
	font-size: 13px;
	font-weight: bold;
	border-left: 1px solid #CCCCCC;
	float: right;
}
.cm-newsrelease-select a {
	text-decoration: none;
	color: #636363;
}
.cm-newsrelease-all-view {
	width: 10px;
	float: right;
	margin-top: 23px;
	position: relative;
	top: 0;
	left: 80px;
}

div.pg-company-content section.cm-newsrelease, 
section.cm-newsrelease {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
	font-size: 9px;
}

section.cm-newsrelease dl {
	width: 95%;
	height: 200px;
	overflow: auto;
}

section.cm-newsrelease dt {
	float: left;
	clear: both;
	margin-bottom: 1px;
	width:14em;
}
section.cm-newsrelease dd {
	margin-bottom: 5px;
	padding: 0 0 5px 14em;
	border-bottom: 1px dotted #CCC;
}
.cm-release-icon {
	margin-top: -2px;
	margin-left:2px;
}

section.cm-newsrelease a {
	color: #0066ff;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
}
section.cm-newsrelease a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #2565f8;
}
.cm-newsrelease-banner {
	min-height: 100px;
	border-bottom: 0;
}

ul.cm-newsrelease-banner {
	padding-top: 20px;
}

ul.cm-newsrelease-banner li{
	float: left;
	margin-left: 5px;
}
