/*
Theme Name: about
Author: 
Description: GOSHU original theme.
*/

@import url("reset.css");

@charset "UTF-8";

/*---- common ----------------------------------------*/
#about .company table a:hover {
	opacity: .6;
}
#about .company table a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
#about {
	width: 980px;
	margin: 50px auto 120px;
}
#about .main {
	width: 700px;
	float: left;
}
#about .main h2 {
	width: 100%;
}
#about .side {
	float: left;
	margin-left: 40px;
	width: 240px;
	border-top: 1px solid #fa0026;
	border-bottom: 1px solid #fa0026;
}
#about .side li:first-child {
	border-top: none;
}
#about .side li {
	height: 50px;
	width: 100%;
	line-height: 49px;
	border-top: 1px solid #e8e7e4;
	position: relative;
}
#about .side li:after {
	content: '';
	height: 4px;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #fa0026;
}
#about .side li a,
#about .side li span {
	font-size: 14px;
	font-weight: bold;
	padding-left: 16px;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-decoration: none;
}
#about .side li a:hover,
#about .side li span {
	background: #f7f7f7;
}

/*---- top ----------------------------------------*/
#about .top {}
#about .top h3 {
	margin-top: 110px;
	margin-bottom: 40px;
	text-align: center;
}
/*#about .top .creed ul {
	margin-top: 36px;
}
#about .top ul {
	margin-top: 36px;
}
 */
#about .top .creed ul li {
	width: 220px;
	float: left;
	margin-left: 20px;
	text-align: center;
}
#about .top ul li dt {
}
#about .top ul li:first-child {
	margin-left: 0;
}

#about .top ul li dt figure {
	margin: 0 0 30px;
}
#about .top ul li.gr dt .circle { border: 1px solid #9bd86e;}
#about .top ul li.ye dt .circle {
	border: 1px solid #fccd5d;
	width: 212px;
	height: 212px;
	margin: 0 auto;
}
#about .top ul li.pi dt .circle { border: 1px solid #fda2c4;}
#about .top ul li dt .circle h4 img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#about .top ul li dd {
	font-size: 14px;
	color: #000;
	margin-top: 20px;
	line-height: 1.7;
}

/*---- greetings ----------------------------------------*/
#about .greetings .img {
	margin-top: 40px;
}
#about .greetings p {
	margin-top: 26px;
	font-size: 14px;
	line-height: 1.8;
}
#about .greetings p span {
	text-align: right;
	display: inline-block;
	width: 100%;
	line-height: 38px;
	vertical-align: middle;
	margin-top: 10px;
}

/*---- company ----------------------------------------*/
#about .creed {
	margin-bottom: 120px;
	text-align: center
}
#about .creed div > p{
	margin-bottom: 80px;
	padding-top: 20px;
}
#about .profile h2 {
	margin-bottom: 25px;
}
#about .History h2 {
	margin-bottom: 25px;
}
#about .visual img {
	float: left;
	margin-left: 2px;
}
#about .visual img:first-child {
	margin-left: 0;
}
#about .company h2 {
	/* margin-top: 36px;*/
}
#about .company table {
	margin: 36px 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.7;
}
#about .company table tr:nth-child(2n) {
	background: #f7f7f7;
}
#about .company table th,
#about .company table td {
	padding: 10px 0;
	vertical-align: top;
}
#about .company table th {
	padding-left: 20px;
	width: 130px;
}
#about .company table td dt {
	font-weight: normal;
	float: left;
	width: 202px;
	padding-right: 6px;
}
#about .company table td dt:after {
	content: ':';
	float: right;
}
#about .company table a {
	font-size: 12px;
	margin-bottom: 10px;
	display: inline-block;
}
#about .company table a:before {
	content: '';
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #fa0026;
	height: 0;
	width: 0;
	display: inline-block;
	margin: 2px 4px 0 0;
}
#about .company table a:after {
	content: '';
	background: url(../img/common/icon_break.png);
	width: 12px;
	height: 10px;
	display: inline-block;
	margin-left: 4px;
}

/*---- business ----------------------------------------*/
#about .business .s-nav {
	width: 100%;
	display: table;
	border-bottom: 1px solid #ccc;
}
#about .business .s-nav li {
	width: 140px;
	display: table-cell;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #6e6e6e;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#about .business .s-nav li:hover {
	color: #fa0026;
	background: #f7f7f7;
}
#about .business .s-nav li:after {
	content: '';
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	width: 10px;
	margin: 0 auto;
	border-top: 7px solid #fa0026;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
#about .business .s-nav li:before {
	content: '';
	position: absolute;
	bottom: 12px;
	top: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	margin: auto 0;
	border-left: 1px solid #ccc;
}
#about .business .s-nav li:first-child:before {
	content: '';
	border-left: none;
}
#about .business .s-nav li a {
	display: block;
	padding: 16px 0 28px 0;
	text-decoration: none !important;
}
#about .business .business-container {
	margin-top: 2px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
#about .business .business-container .box {
	padding-top: 20px;
	padding-bottom: 40px;
}
#about .business .business-container .box .img {
	margin-top: 32px;
}
#about .business .business-container .box .leftbox {
	width: 300px;
	float: left;
}
#about .business .business-container .box .leftbox {
	width: 330px;
	float: left;
}
#about .business .business-container .box .leftbox h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 30px;
	background: none !important;
	padding: 0 !important;
}
#about .business .business-container .box .leftbox p {
	font-size: 14px;
	margin-top: 30px;
	line-height: 1.8;
}
#about .business .business-container .box .rightbox {
	float: right;
	width: 350px;
	background: #f7f7f7;
	padding: 10px;
	margin-top: 30px;
}
#about .business .business-container .box .rightbox h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 !important;
}
#about .business .business-container .box .rightbox h6 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
}

#about .business .business-container .box .rightbox p {
	font-size: 12px;
	line-height: 1.7;
	margin-top: 4px;
}
#about .business .business-container .box ul li {
	margin-top: 32px;
}
#about .business .business-container .box ul li .limg {
	float: left;
}
#about .business .business-container .box ul li dl {
	float: left;
	width: 590px;
	margin-left: 20px;
}
#about .business .business-container .box ul li dl dt {
	font-size: 16px;
}
#about .business .business-container .box ul li dl dd {
	font-size: 14px;
	margin-top: 10px;
	line-height:1.8;
}
#about .business .business-container .box ul li dl dd span {
	vertical-align: middle;
}
#about .business .business-container .box ul li dl dd a {
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 6px;
	display: inline-block;
	position: relative;
	padding-left: 12px;
}
#about .business .business-container .box ul li dl dd a:before {
	content: '';
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #fa0026;
}
#about .business .business-container .box .inner-box:first-child {
	margin-top: 30px;
}
#about .business .business-container .box .inner-box {
	margin-top: 20px;
}
#about .business .business-container .box .inbo1 .textbox {
	height: 293px;
}
#about .business .business-container .box .inbo2 .textbox {
	height: 206px;
}
#about .business .business-container .box .textbox {
	width: 380px;
	padding: 0 30px;
	float: left;
	background: #f7f7f7;
}
#about .business .business-container .box .textbox h4 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 34px;
}
#about .business .business-container .box .textbox p {
	font-size: 14px;
	margin-top: 18px;
	line-height: 1.6;
}
#about .business .business-container .box .business-btn {
	margin-top: 22px;
}
#about .business .business-container .box .imgbox {
	width: 320px;
	float: left;
}
#about .business .business-container .box .business-textlink {
	margin-top: 6px;
}
#about .business .business-container .box .business-textlink a {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 6px;
	display: inline-block;
	position: relative;
	padding-left: 12px;
}
#about .business .business-container .box .business-textlink a:before {
	content: '';
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #fa0026;
}
#about .business .business-container .line1 {
	font-size: 14px;
	margin-top: 30px;
}
/*---- deepwater ----------------------------------------*/

#about .water .page-nav {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
}
#about .water ul {
	overflow: hidden;
	background: #fff;
	font-size: 14px;
}
#about .water ul li {
	float: left;
	width: 50%;
	text-align: center;
	position: relative;
}
#about .water ul li:first-child:after {
	content: '';
	position: absolute;
	top: 12px;
	height: 14px;
	width: 1px;
	right: 0;
	background: #ccc;
	z-index: 1;
}
#about .water ul li a {
	text-decoration: none;
	padding: 12px 0;
	display: block;
}
#about .water ul li.water_block a:hover {
	border-bottom: 2px solid #00a2ff;
	opacity: 1;
}
#about .water ul li.product_block a:hover {
	border-bottom: 2px solid #FA0026;
	opacity: 1;
}
#about .water ul li.water_block a.active {
	border-bottom: 2px solid #2664d7;
}
#about .water ul li.product_block a.active {
	border-bottom: 2px solid #FA0026;
}
#about .water h3 {
	margin-top: 40px;
}
#about .water .visual {
	margin: 17px 0 0;
}
#about .water p {
	font-size: 14px;
	text-align: justify;
	margin-top: 12px;
	line-height: 23px;
}
#about .water h4 {
	font-weight: bold;
	font-size: 18px;
	background: #efefef;
	padding: 10px 22px;
	margin:  35px 0 0;
}
#about .water h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 0; 
}
#about .water .rb {
	width: 490px;
	float: left;
	margin-top: 10px;
}
#about .water .rb span {
	font-size: 12px;
	display: block;
	text-align: right;
}
#about .water .lb {
	width: 170px;
	float: left;
	margin-left: 38px;
	margin-top: 26px;
}
#about .water .lb p {
	font-size: 12px;
	margin-top: 15px;
	line-height: 14px;
}













