/*
 * main.css for すみのえ
 */

body {
	color: #222; background: #fff;
	font: 100%/1.5 Meiryo, "lucida grande", verdana, "Hiragino Kaku Gothic Pro", Sans-Serif;
}
::-moz-selection { color: #fff; background: #ccc; text-shadow: none; }
::selection { color: #fff; background: #ccc; text-shadow: none; }
hr { display: block; height: 0; margin: 1em 0; padding: 0; border: 0; }
img { vertical-align: middle; }
fieldset { margin: 0; padding: 0; border: 0; }
textarea { resize: vertical; }
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
a { color: #326f97; }
a:hover { text-decoration: none; }

a.right img { -webkit-transition: -webkit-filter .3s; }
a.right:hover img { -webkit-filter: brightness(120%); }


/* ------------------------------
		common
 ------------------------------ */
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrapper {
	overflow: hidden;
	background: url(../img/bg.png) 0 0 fixed;
}
#wrapper,
header,
footer,
#container {
	width: 100%;
	min-width: 940px;
}
#container {
	margin: 140px 0 80px;
}
header .inner,
footer .inner,
header nav ul,
.contents .inner {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

/* circle arrow */
.csstransforms .arrow,
.csstransforms #slideshow .camera_prev span,
.csstransforms #slideshow .camera_next span {
	display: block;
	width: 36px;
	height: 36px;
	border: 2px #fff solid;
	background: rgba(34,136,204,.5);
	border-radius: 20px;
	transition: opacity .5s, transform .3s;
	-webkit-transition: opacity .5s, -webkit-transform .3s;
}
.csstransforms .arrow:after,
.csstransforms #slideshow .camera_prev span:after,
.csstransforms #slideshow .camera_next span:after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	margin: 10px 0 10px 7px;
	border-top: 3px #fff solid;
	border-right: 3px #fff solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.csstransforms #slideshow .camera_prev span:after {
	margin: 10px 0 10px 13px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.no-csstransforms .arrow,
.no-csstransforms #slideshow .camera_prev span,
.no-csstransforms #slideshow .camera_next span {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/parts.png) -50px 0 no-repeat;
}
.no-csstransforms #slideshow .camera_prev span {
	background-position: 0 0;
}

/* mini arrow */
.csstransforms footer ul li a:before {
	content: "";
	display: inline-block;
	width: .5em;
	height: .5em;
	margin: 0 .5em 0 -.1em;
	border-top: .1em #fff solid;
	border-right: .1em #fff solid;
	vertical-align: .1em;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.no-csstransforms footer ul li a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/parts.png) 0 -50px no-repeat;
}


/* ------------------------------
		header
 ------------------------------ */
header {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	padding-bottom: 8px;
	background: #fff;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
}
header .inner {
	height: 88px;
}

header.fixed {
	position: fixed;
	top: -88px;
	opacity: .8;
}
header.fixed:hover {
	opacity: 1;
}

header #logo,
header #group {
	float: left;
	margin: 0;
	padding: 20px;
}
header #logo {
	padding: 15px 20px 0;
	color: #28c;
}
header #logo a {
	color: #28c;
	text-decoration: none;
}

header #group {
	float: right;
}

/* :::::: nav :::::: */
header nav {
	background: #28c;
}
header nav ul {
	padding: 0;
}
header nav ul li {
	float: left;
	width: 20%;
	margin-right: -1px;
	border-right: 1px rgba(255,255,255,.3) solid;
	white-space: nowrap;
}
header nav ul li.company {
	margin-left: -1px;
	border-left: 1px rgba(255,255,255,.3) solid;
}
.no-rgba header nav ul li {
	border-right: 1px #65acdb solid;
}
.no-rgba header nav ul li.company {
	border-left: 1px #65acdb solid;
}

header nav ul li a {
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: background .3s;
	-webkit-transition: background .3s;
}
header nav ul li a:hover,
#company_page header nav ul li.company a,
#business_page header nav ul li.business a,
#iso_page header nav ul li.iso a,
#recruit_page header nav ul li.recruit a,
#contact_page header nav ul li.contact a {
	background: rgba(255,255,255,.15);
}
.no-rgba header nav ul li a:hover,
.no-rgba #company_page header nav ul li.company a,
.no-rgba #business_page header nav ul li.business a,
.no-rgba #iso_page header nav ul li.iso a,
.no-rgba #recruit_page header nav ul li.recruit a,
.no-rgba #contact_page header nav ul li.contact a {
	background: #3994d1;
}


/* ------------------------------
		slideshow
 ------------------------------ */
#slideshow {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 30px;
	padding: 8px 0;
	background: #28c;
	text-align: center;
}
#slideshow .camera_wrap {
	position: relative;
	left: 50%;
	width: 1200px;
	height: 400px;
	margin: 0 0 0 -600px;
}
.no-generatedcontent #slideshow {
	height: 400px;
}
.no-generatedcontent #slideshow .camera_wrap {
	position: absolute;
}

/* :::::: tabs :::::: */
#slideshow .camera_pag {
	position: absolute;
	width: 100%;
	bottom: 18px;
	line-height: 0;
	z-index: 10;
}
#slideshow .camera_pag ul {
	display: inline;
}
#slideshow .camera_pag ul li {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}
#slideshow .camera_pag ul li > span {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.borderradius #slideshow .camera_pag ul li > span {
	width: 10px;
	height: 10px;
	border: 1px #ccc solid;
	background: #fff;
	border-radius: 5px;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
}
.borderradius #slideshow .camera_pag ul li:hover > span,
.borderradius #slideshow .camera_pag ul li.cameracurrent > span {
	background: #28c;
}
.no-borderradius #slideshow .camera_pag ul li > span {
	width: 12px;
	height: 12px;
	background: url(../img/parts.png) -20px -50px no-repeat;
}
.no-borderradius #slideshow .camera_pag ul li:hover > span,
.no-borderradius #slideshow .camera_pag ul li.cameracurrent > span {
	background-position: -40px -50px;
}

/* :::::: arrow :::::: */
#slideshow .camera_prev,
#slideshow .camera_next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin: -18px 0 0;
	z-index: 10;
}
#slideshow .camera_prev { left: 20px; }
#slideshow .camera_next { right: 20px; }
#slideshow .camera_prev span,
#slideshow .camera_next span {
	opacity: .3;
	filter: alpha(opacity=30);
}
#slideshow .camera_prev span:hover,
#slideshow .camera_next span:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}


/* ------------------------------
		contents
 ------------------------------ */
.contents {
	margin-bottom: 100px;
}
footer.contents {
	margin-bottom: 0;
}
.contents .inner {
	margin: 0 auto;
}

.contents p {
	padding: 0 5px;
	text-align: justify;
}
.contents p.alignR {
	text-align: right;
}

.contents img {
	width: 100%;
	height: auto;
}
.contents .L img,
.contents .R img,
.contents .imgL img {
	width: auto;
}

/* :::::: title :::::: */
.contents .title {
	position: relative;
	margin-bottom: 8px;
	color: #fff;
	background: #28c;
}
.contents .title .inner {
	overflow: hidden;
	height: 120px;
	background: #28c url(../img/bg_title.png) right top repeat-y;
}
.contents .title h1,
.contents .title p {
	margin: 0;
}
.contents .title h1 {
	padding: 20px 10px 15px;
	font-size: 150%;
	line-height: 1;
	letter-spacing: .1em;
}
.contents .title h1 .sub {
	font-size: 60%;
	font-weight: normal;
	padding: 0 .5em;
}
.contents .title p {
	padding: 0 10px;
}

/* pagetop */
.contents .pagetop {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -100px;
	line-height: 1;
}
.contents .title .pagetop {
	margin-left: -100px;
	padding: 0;
}
.contents .pagetop a {
	display: block;
	width: 0;
	height: 0;
	margin-top: -24px;
	border: 100px transparent solid;
	border-bottom-color: #28c;
	border-top-width: 0;
	border-bottom-width: 25px;
	color: #fff;
	text-decoration: none;
	transition: margin .3s, border .3s;
	-webkit-transition: margin .3s, border .3s;
}
.contents .pagetop a:hover {
	margin-top: -34px;
	border-bottom-width: 35px;
}

/* :::::: section :::::: */
.contents section {
	margin: 30px;
}
.contents section h2,
.contents section h3,
.contents section p,
.contents section ul,
.contents section dl,
.contents section .img {
	margin: 8px 0 10px;
}
.contents section h2 {
	color: #28c;
	font-size: 130%;
	line-height: 1;
}
.contents section p {
	padding: 0;
	font-size: 90%;
}

/* :::::: layout :::::: */
.contents .clearfix .L {
	float: left;
	margin-right: 10px;
}
.contents .clearfix .R {
	float: right;
}
.contents .clearfix .L:last-child {
	margin-right: 0;
}

.contents section .imgL .img {
	float: left;
	margin: 0 20px 0 0;
}
.contents section .imgL .txt {
	overflow: hidden;
}

.contents section .column4 li {
	position: relative;
	float: left;
	width: 24.4%;
	margin-right: 0.8%;
}
.contents section .column4 li:last-child {
	margin-right: 0;
}

/* image caption */
.contents p.img,
.contents ul.img li {
	position: relative;
}
.contents .img .cap {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 6px 1px;
	color: #fff;
	background: rgba(51,51,51,.8);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorstr="#cc333333", EndColorstr="#cc333333");
	font-size: 80%;
}


/* ------------------------------
		top contents
 ------------------------------ */
#top .column3 .col {
	position: relative;
	float: left;
	width: 300px;
	height: 220px;
	margin: 0 20px 0 0;
}
#top .column3 .col:last-child {
	margin: 0;
}

#top .cover,
#top img,
#top h2,
#top .txt {
	position: absolute;
	left: 0;
	margin: 0;
}
#top img,
#top h2 {
	top: 0;
}
#top .cover,
#top .txt {
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

/* cover */
#top .cover {
	z-index: 1;
	width: 100%;
	height: 82%;
	background: #28c;
}
#top a:hover .cover {
	opacity: .8;
	filter: alpha(opacity=80);
}

/* text */
#top h2,
#top .txt,
#top .arrow {
	z-index: 2;
	margin: 0;
}
#top h2 {
	width: 88%;
	height: 18%;
	padding: 0 6%;
	color: #fff;
	background: rgba(34,136,204,.8);
	font-size: 100%;
	line-height: 40px;
	white-space: nowrap;
}
.no-rgba #top h2 {
	background: #28c;
}
#top .txt {
	bottom: 0;
	padding: 10px 1em;
	color: #fff;
	font-size: 90%;
}
#top a:hover .txt {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* arrow */
#top .arrow {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -18px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(3,3);
	-webkit-transform: scale(3,3);
}
#top a:hover .arrow {
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
#top a:hover .arrow {
	opacity: .8;
	filter: alpha(opacity=80);
}


/* ------------------------------
		company
 ------------------------------ */
#company h1 {
	padding-top: 46px;
}

#company .L {
	width: 47%;
}
#company .R {
	width: 50%;
}

/* data table */
#company .data {
	position: relative;
	z-index: 1;
	margin: 0;
}
#company .data dt,
#company .data dd {
	font-size: 90%;
	line-height: 1.6;
}
#company .data dt {
	padding: .35em 0 0 .5em;
}
#company .data dt:first-child {
	border-top: 1px #eee solid;
}
#company .data dd {
	margin: -1.6em 0 0 0;
	padding: 0 0 .25em 7em;
	border-bottom: 1px #eee solid;
}
#company .data dd .sub {
	font-size: 80%;
}

#company .data ul .L,
#company .data ul .R {
	width: 201px;
	margin: 1em 0 0;
}
#company .data ul .L p,
#company .data ul .R p {
	margin: 3px 0 0;
	font-size: 70%;
	line-height: 1.4;
	text-align: right;
}

/* history */
#company dl.history {
	width: 100%;
	height: auto;
	padding: 0;
	background: transparent;
}
#company dl.history dd {
	padding-left: 8em;
}

#company .alignR {
	margin-top: .3em;
}

/* google map */
#company #map {
	width: 100%;
	height: 560px;
}
#company #map #infoWindow {
	width: 360px;
	padding: 20px;
}
#company #map #infoWindow p.img {
	width: 150px;
}
#company #map #infoWindow p.img img {
	width: 100%;
}

#company #map #infoWindow h1 {
	margin: 0 0 10px;
	color: #28c;
	font-size: 140%;
	line-height: 1;
}
#company #map #infoWindow p.txt {
	margin: 0 0 3px;
	font-size: 100%;
}


/* ------------------------------
		iso
 ------------------------------ */
ul.numbering li {
	padding: .2em 0;
}
ul.numbering li .num {
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin-right: .5em;
	border: 1px #999 solid;
	background: #fff;
	text-align: center;
	border-radius: 50%;
}


/* ------------------------------
		recruit
 ------------------------------ */
#recruit section table {
	margin-bottom: 30px;
	border-top: 1px #eee solid;
}
#recruit section table th,
#recruit section table td {
	padding: 10px 15px;
	border-bottom: 1px #eee solid;
	font-size: 90%;
	line-height: 1.4;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#recruit section table th {
	width: 15%;
	background: #f4f4f4;
}
#recruit section table td {
	width: 28%;
	border-left: 1px #eee solid;
}
#recruit section table td[colspan="3"] {
	width: 84%;
}
#recruit section table td.alignC {
	text-align: center;
}
#recruit section table .type td,
#recruit section table .salary td,
#recruit section table .form td {
	font-size: 100%;
}

#recruit section table em {
	font-size: 110%;
	font-style: normal;
	line-height: 1;
}

#recruit section table .sub {
	font-size: 90%;
	line-height: 1;
}

#recruit section table ul {
	margin: 0;
	padding-left: 1em;
}
#recruit section table ul li {
	text-indent: -1em;
}
#recruit section table ul li:before {
	content: "・";
}

#recruit section ul.contact li {
	margin-right: 1em;
	padding: .5em 1em;
	color: #28c;
	font-size: 20px;
	background: #eee;
}

#recruit section p b {
	font-size: 120%;
	font-weight: normal;
	margin-left: .3em;
}


/* ------------------------------
		contact
 ------------------------------ */
#contact i {
	display: inline-block;
	margin-right: 3px;
	background: url(../img/parts.png) no-repeat;
}
#contact i.ico_phone {
	width: 21px;
	height: 19px;
	background-position: 0 -70px;
}
#contact i.ico_mail {
	width: 18px;
	height: 14px;
	background-position: -30px -70px;
	vertical-align: -.15em;
}
#contact .submit i.ico_mail {
	margin-right: 5px;
	background-position: -60px -70px;
}

/*.svg #contact i {
	background-position: 0 0;
}
.svg #contact i.ico_phone {
	background-image: url(../img/ico_phone.svg);
}
.svg #contact i.ico_mail {
	background-image: url(../img/ico_mail_b.svg);
}
.svg #contact .submit i.ico_mail {
	background-image: url(../img/ico_mail_w.svg);
}*/

/* :::::: phone :::::: */
#contact section.phone {
	width: 300px;
	margin-right: 0;
}
#contact section.phone p {
	padding: 30px;
	color: #28c;
	background: #eee;
	font-size: 160%;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
#contact section.phone p sub {
	color: #333;
	font-size: 60%;
	font-weight: normal;
}

/* :::::: mailform :::::: */
#contact section.mail h2 a {
	padding-top: .3em;
	color: #28c;
	font-size: 70%;
}

#contact section.mail {
	width: 550px;
	margin-left: 0;
}
#contact section.mail .formset {
	padding: 15px 30px 17px;
	background: #eee;
}

#contact section.mail form p {
	margin: 0 0 10px;
}
#contact section.mail form p.name,
#contact section.mail form p.email {
	width: 49%;
}

#contact section.mail form label {
	display: block;
	margin-bottom: 3px;
	font-size: 80%;
	line-height: 1;
}

#contact section.mail form input,
#contact section.mail form textarea {
	width: 96%;
	width: calc(96% - 2px);
	width: -webkit-calc(96% - 2px);
	padding: .3em 2%;
	border: 1px #eee solid;
}

#contact section.mail form p.submit {
	width: 200px;
	margin: 0 auto;
	background: #28c;
}
#contact section.mail form button {
	width: 100%;
	padding: .6em 0;
	border: 0;
	color: #fff;
	background: transparent;
	transition: background .3s;
	-webkit-transition: background .3s;
}
#contact section.mail form button:hover {
	background: rgba(255,255,255,.15);
}
.no-rgba #contact section.mail form button:hover {
	background: #3994d1;
}


/* ------------------------------
		footer
 ------------------------------ */
footer {
	background: #444;
	text-align: center;
}
footer .inner {
	position: relative;
	padding: 10px 0;
}

/* pagetop */
footer .inner .pagetop a {
	border-bottom-color: #444;
}

/* footer link */
footer ul {
	max-width: 600px;
	margin: 0 auto;
	padding: 25px 0 5px;
}
footer ul li {
	float: left;
	width: 20%;
	font-size: 80%;
	line-height: 1;
	white-space: nowrap;
}
footer ul li a {
	display: block;
	padding: 6px 0 5px;
	color: #fff;
	text-decoration: none;
	transition: background .3s;
	-webkit-transition: background .3s;
}
footer ul li a:hover {
	background: rgba(255,255,255,.15);
}
.no-rgba footer ul li a:hover {
	background: #7c7c7c;
}

/* copyright */
footer #copyright {
	background: #333;
}
footer #copyright p {
	margin: 0;
	text-align: center;
}
footer #copyright p {
	padding: 12px 0;
	color: #fff;
}


/* ------------------------------
		helper
 ------------------------------ */
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }

/* :::::: clearfix :::::: */
.clearfix:before, .clearfix:after,
header .inner:before, header .inner:after,
header nav ul:before, header nav ul:after,
.contents .column3:before, .contents .column3:after,
.contents .column4:before, .contents .column4:after,
.contents .imgL:before, .contents .imgL:after,
footer ul:before, footer ul:after {
	content: " ";
	display: table;
}

.clearfix:after,
header .inner:after,
header nav ul:after,
.contents .column3:after,
.contents .column4:after,
.contents .imgL:after,
footer ul:after {
	clear: both;
}

.clearfix,
header .inner,
header nav ul,
.contents .column3,
.contents .column4,
.contents .imgL,
footer ul {
	*zoom: 1;
}

.clear {
	clear: both;
}
