@charset "utf-8";

/* ----------------------------------------------------------------

	common

---------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	background: url(../images/common/body_bg.gif) repeat-x 0 0;
	font-size: 13px;
	font-family:  'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	color: #333;
}

a {
	color: #058af9;
}

a:hover {
	color: #79c1fe !important;
}

h2 {
	margin: 0 0 30px;
	padding: 16px;
	background: #005ead url(../images/common/h2_bg.jpg) repeat-y 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
}

h3 {
	margin: 0 0 16px;
	padding: 0;
	font-size: 16px;
}

p {
	margin: 0 0 1.8em;
	line-height: 1.8;
}

table {
	margin: 0 0 1.8em;
	border-collapse: collapse;
	width: 100%;
}

tr {
	border-bottom: 1px dotted #ccc;
}

th,
td {
	box-sizing: border-box;
	padding: 12px;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.left { float: left;}
.right { float: right;}

a.arrow {
	padding: 0 0 0 14px;
	background: url(../images/common/arrow.png) no-repeat 0 center;
	text-decoration: none;
}

ul.arrow {
	list-style: none;
}

ul.arrow li {
	padding: 0 0 0 14px;
	background: url(../images/common/arrow.png) no-repeat 0 8px;
	text-decoration: none;
	line-height: 1.8;
}

.verM { vertical-align: middle !important;}


/* ----------------------------------------------------------------

	header

---------------------------------------------------------------- */

#header {
	overflow: hidden;
	color: #fff;
}

#logo {
	float: left;
	width: 280px;
	margin: 30px 0 34px;
}

#hInfo {
	float: right;
	width: 680px;
}

#hInfo p {
	margin: 0;
	padding: 22px 0;
	text-align: right;
	font-size: 11px;
	line-height: 1;
}

#hContact {
	overflow: hidden;
}

#hContact img {
	float: right;
}

#hContact a {
	display: inline;
	float: right;
	margin: 6px 10px 0 0;
}

#header nav {
	clear: both;
	margin: 0 0 50px;
}

#header nav ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	background: url(../images/common/nav_bg.gif) no-repeat right top;
}

#header nav li {
	float: left;
	padding: 0 0 0 1px;
	background: url(../images/common/nav_bg.gif) no-repeat left top;
}

#header nav li a {
	display: block;
}


/* ----------------------------------------------------------------

	contents

---------------------------------------------------------------- */

#contents {
	overflow: hidden;
	width: 964px;
	margin: 0 auto;
}

#main {
	display: inline;
	float: left;
	width: 704px;
	margin: 0;
}

#main section {
	overflow: hidden;
	margin: 0 2px 40px;
}

.box {
	margin: 0 0 60px;
}

h1 {
	box-sizing: border-box;
	height: 106px;
	margin: 0 0 0 2px;
	padding: 10px 0 32px;
	background: url(../images/common/h1_bg.png) no-repeat right top;
}

#path {
	overflow: hidden;
	height: 50px;
	margin: 0 0 22px;
	padding: 0 20px;
	background: url(../images/common/path_bg.png) no-repeat center top;
	font-size: 10px;
}

#path ul {
	overflow: hidden;
	list-style: none;
	padding: 20px 0 0;
}

#path ul li {
	float: left;
	padding: 0;
}

#path ul li:before {
    content: ">";
	padding: 0 5px;
}

#path ul li.first:before {
    content: "";
	padding: 0;
}


/* ----------------------------------------------------------------

	side

---------------------------------------------------------------- */

#side {
	float: right;
	width: 224px;
}

#sNavTop,
#sNavBot {
	overflow: hidden;
	height: 10px;
}

#sNavTop {
	background: url(../images/common/s_nav_top.png) no-repeat center bottom;
}

#sNavBot {
	margin: 0 0 18px;
	background: url(../images/common/s_nav_bot.png) no-repeat center top;
}

#side nav {
	padding: 12px 22px;
	background: url(../images/common/s_nav_bg.png) repeat-y center top;
}

#side nav h4 {
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 3px solid #005ead;
}

#side nav ul {
	list-style: none;
}

#side nav li {
	line-height: 1;
}

#side nav a {
	display: block;
	padding: 14px 0 14px 20px;
	background: url(../images/common/arrow.png) no-repeat 6px 20px;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	color: #333;
	line-height: 1.4;
}

#sBox {
	margin: 0 2px;
}

.bar {
	margin: 0 0 20px;
}

#sContact {
	margin: 0 0 20px;
	padding: 0 0 10px;
	background: #005ead;
	text-align: center;
}

#sContact h5 {
}

#sContact a {
	display: block;
	margin: 0 auto;
}


/* ----------------------------------------------------------------

	footer

---------------------------------------------------------------- */

#fContact {
	margin: 80px 0 0;
	padding: 80px 0 0;
	background-size: contain;
	background: #2e2e2e url(../images/common/fcontact.jpg) no-repeat center bottom;
	text-align: center;
}

#fTeltext {
	margin: 0 0 22px;
}

#fTel {
	margin: 0 0 16px;
}

#buFContact {
	box-sizing: border-box;
	display: block;
	width: 360px;
	height: 152px;
	margin: 0 auto;
	padding: 0 0 80px;
}

#buFContact a {
	display: block;
}

#footer {
	padding: 80px 0 0;
	background: #005ead;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;	
}

#footer nav {
	margin: 0 0 80px;
	text-align: center;
}

#footer nav ul {
	margin: 0 0 26px;
}

#footer nav li {
	display: inline-block;
	padding: 0 18px;
	background: url(../images/common/f_nav.gif) no-repeat center right;
}

#footer nav li:last-child {
	background: none;
}

#fInfo {
	display: table;
	margin: 0 auto;
	padding: 0 0 80px;
}

#fInfo #fLogo,
#fInfo dl {
	display: table-cell;
	padding: 0 24px;
	vertical-align: top;
	line-height: 1.8;
}

#fInfo dt {
	font-weight: bold;
}

#copyright {
	height: 40px;
	margin: 0;
	background: #333;
	color: #fff;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
}


/* ----------------------------------------------------------------

	top

---------------------------------------------------------------- */

#top {
	background: url(../images/top/top_body.jpg) repeat-x 0 0;
}

#topHead {
	padding: 0 0 210px;
	background: url(../images/top/top_head.png) no-repeat center bottom;
}

#top #header nav {
	margin-bottom: 94px;
}

#topHead h1 {
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
}

#upper {
	width: 960px;
	margin: 20px auto 0;
	padding: 0 0 70px;
}

#upper h2.h2Non {
	margin: 0 0 24px;
	padding: 0;
	background: transparent;
}

#upper #reed {
	float: left;
	width: 600px;
}

#reedContact .left {
	position: relative;
	width: 226px;
}

#reedContact .left img {
	position: absolute;
	left: -20px !important;
}

#reedContact .right {
	width: 366px;
	margin: 10px 0 0;
}

#upper #graph {
	position: relative;
	float: right;
	width: 310px;
}

#graph #balloon {
	position: absolute;
	top: -30px;
	right: -10px;
}

#topFeature {
	padding: 60px 0;
	border-top: 1px solid #c8c8c8;
	text-align: center;
}

#topFeature h2 {
	margin: 0 0 24px;
	padding: 0;
	background: transparent;
}

#topFeature h2 + p {
	margin: 0 0 36px;
}

#pickup {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

#pickup ul {
	width: 1005px;
	margin: 0 auto;
	list-style: none;
}

#pickup ul li {
	float: left;
	width: 290px;
	margin: 0 45px 0 0;
	padding: 0;
	text-align: left;
}

#pickup ul h3 {
	margin: 20px 0;
	padding: 0;
	font-size: 16px;
	color: #005ead;
}

#pickup ul p {
	margin: 0;
}


/* ----------------------------------------------------------------

	会社案内

---------------------------------------------------------------- */

#access #mapBox {
	float: left;
	width: 420px;
	margin-right: 30px;
}

#access .text {
	float: left;
	width: 250px;
}

#security #pMark {
	float: left;
	width: 160px;
	margin: 0 30px 0 0;
}

#security .text {
	float: left;
	width: 510px;
}

#security .text dl {
	overflow: hidden;
}

#security .text dt {
	clear: both;
	float: left;
	width: 120px;
	margin-bottom: 1em;
}

#security .text dd {
	float: left;
	width: 390px;
	margin-bottom: 1em;
}


/* ----------------------------------------------------------------

	よくある質問

---------------------------------------------------------------- */

.faqBox dt {
	padding: 2px 0 14px 38px;
	background: url(../images/faq/faq_q.png) no-repeat 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

.faqBox dd {
	margin: 0 0 20px;
	padding: 2px 0 20px 38px;
	border-bottom: 1px dotted #ccc;
	background: url(../images/faq/faq_a.png) no-repeat 0 0;
	line-height: 1.8;
}


/* ----------------------------------------------------------------

	シュリンク包装機

---------------------------------------------------------------- */

.equipmentBox {
	overflow: hidden;
	margin: 0 0 30px;
}

.equipmentBox .photo {
	float: right;
	width: 300px;
}

.equipmentBox .text {
	float: left;
	width: 380px;
}

.equipmentBox tr {
	border-bottom: 1px dotted #fff;
}

.equipmentBox th,
.equipmentBox td {
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #fff;
	padding: 12px;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
}

.equipmentBox th {
	background: #ccc;
	border-bottom: 1px solid #fff;
}

.equipmentBox tbody th {
	background: #eee;
}


/* ----------------------------------------------------------------

	シュリンク包装機

---------------------------------------------------------------- */

.filmBox {
	overflow: hidden;
	margin: 0 0 30px;
}

.filmSec {
	overflow: hidden;
	clear: both;
	margin: 0 0 30px;
}

.filmBox .photo {
	float: right;
	width: 300px;
}

.filmBox .text {
	float: left;
	width: 380px;
}

.filmBox tr {
	border-bottom: 1px dotted #fff;
}

.filmBox th,
.filmBox td {
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #fff;
	padding: 12px;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
}

.filmBox th {
	background: #ccc;
	border-bottom: 1px solid #fff;
}

.filmBox tbody th {
	background: #eee;
}

.filmBox h3 {
	padding: 4px 10px;
	border-left: 4px solid #005ead;
}

.filmBox dl {
	line-height: 1.8;
}

.filmBox dt {
	font-weight: bold;
}

.filmBox dd {
	margin: 0 0 1em;
}


/* ----------------------------------------------------------------

	サンプル包装

---------------------------------------------------------------- */


#flowBox ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#flowBox li {
	box-sizing: border-box;
	overflow: hidden;
	min-height: 200px;
	margin: 0;
	padding: 30px;
	background: url(../images/sample/flow_box.png) no-repeat center top;
}

#flowBox li.last {
	background-image: url(../images/sample/flow_box_last.png);
}

#flowBox li .text {
	float: right;
	width: 460px;
}

#flowBox li .text h3 {
	margin: 0 0 10px;
	padding: 10px 0 10px 36px;
	background: url(../images/sample/step1.png) no-repeat left center;
}

#flowBox li#step2 .text h3 { background-image: url(../images/sample/step2.png);}
#flowBox li#step3 .text h3 { background-image: url(../images/sample/step3.png);}
#flowBox li#step4 .text h3 { background-image: url(../images/sample/step4.png);}
#flowBox li#step5 .text h3 { background-image: url(../images/sample/step5.png);}

#flowBox li .text p {
	margin: 0;
}

#flowBox li .photo {
	float: left;
	width: 150px;
}


/* ----------------------------------------------------------------

	シミュレーション

---------------------------------------------------------------- */

.simulationBox {
	margin: 0 0 40px;
	padding: 26px;
	border: 4px solid #eee;
}

.simulationBox h4 {
	margin: 0 0 24px;
	padding: 2px 0 2px 10px;
	border-left: 6px solid #005ead;
	font-size: 16px;
}

.simulationBox img {
	margin: 0 auto;
}


/* ----------------------------------------------------------------

	当社の特徴

---------------------------------------------------------------- */

.featureBox .photo {
	float: left;
	width: 290px;
	margin: 0 20px 0 0;
}

.featureBox .text {
	float: left;
	width: 390px;
}


/* ----------------------------------------------------------------

	お問い合わせ

---------------------------------------------------------------- */

.telNum {
	margin: 0;
	font-size: 32px;
	font-weight: bold;
}

form table {
	border-top: 1px dotted #ccc;
}

form th {
	width: 200px;
}

form td ul {
	list-style: none;
}

input[type="text"],
textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 100%;
}

textarea {
	height: 8em;
	line-height: 1.6;
}

.buBox {
	text-align: center;
}

input[type="submit"],
input[type="button"] {
	margin: 0 40px;
	padding: 12px 36px;
	background: #e0004d;
	border: none;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	letter-spacing: 2px;
	cursor: pointer;
	-webkit-appearance: none;
}

input[type="submit"]:hover {
	background: #fc256f;
}

input[type="button"] {
	background: #818282;
}

input[type="button"]:hover {
	background: #acacac;
}

.errorBox {
	margin: 30px 0;
	padding: 20px;
	border: 3px solid #eee;
	color: #ff0000;
}

.errorBox p {
	margin: 0;
}


/* ----------------------------------------------------------------

	cf

---------------------------------------------------------------- */

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}