@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------
 リセット
----------------------------------------------------*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { overflow-y: scroll; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
margin: 0;
padding: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

a:focus { outline: none; }

img { vertical-align: middle; }

img { height: auto; }
 @media screen and (max-width:575px) {

img { max-width: 100%; }
}
/*----------------------------------------------------
 共通
----------------------------------------------------*/

@media screen and (min-width:768px) {

html { min-width: 1024px; }
}

body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #242424;
	-webkit-text-size-adjust : 100%;
}

a {
	color: #242424;
	text-decoration: none;
	text-decoration: underline;
}

a:hover { color: #FF2900; }

.right { text-align: right; }

.left { text-align: left; }

.center { text-align: center; }

/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/



header {
	width: 980px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.4;
}

header .logo_box {
	width: 610px;
	height: 105px;
	display: table-cell;
	background: url(../img/line_logo.jpg) 0 0 repeat-x;
}

.logo_box img, .logo_box h1, .logo_box h2 {
	position: relative;
	top: -10px;
}

.logo_box img { top: 35px; }

.logo_box h1, .logo_box h2 {
	left: 190px;
	width: 420px;
}
@media screen and (min-width:481px) and (max-width:768px) {

.logo_box h1, .logo_box h2 { width: 50%; }
}
 @media screen and (max-width:480px) {

.logo_box h1, .logo_box h2 { width: 30%; }
}

.logo_box h1 {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dashed #000;
}

.logo_box h2 { margin-top: 10px; }

ul.btn_box {
	display: table-cell;
	padding-left: 60px;
	vertical-align: top;
}
@media screen and (max-width:774px) {

ul.btn_box { padding-left: 0; }
}

ul.btn_box li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	width: 34px;
}
@media screen and (min-width:640px) {

ul.btn_box img { max-width: 100%; }
}

ul.btn_box li:last-child { width: 200px; }

.other_box { margin-bottom: 10px; }

.other_box ul {
	text-align: right;
	width: 400px !important;
}
.other_box ul li {
	display: inline-block;
	margin-right: 20px;
}

.other_box p {
	display: table-cell;
	width: 710px;
}

.other_box ul {
	display: table-cell;
	text-align: right;
}

.other_box ul li img {
	vertical-align: bottom;
	margin-right: 5px;
}
@media screen and (max-width:768px) {

header { width: 100%; }

header .logo_box {
	width: 100%;
	display: block;
	height: auto;
	background: url(../img/line_logo.jpg) 0 0 repeat-x;
	border-bottom: 1px solid #ccc;
}

ul.btn_box {
	display: block;
	margin: 20px auto;
	text-align: center;
}

ul.btn_box li {
	margin-right: 20px;
	width: 50px;
}

ul.btn_box li img { width: 100%; }

ul.btn_box li:last-child img { display: none; }

ul.btn_box li:last-child{
	width:150px;
}

ul.btn_box li:last-child a {
	padding: 10px 0;
	vertical-align: middle;
	display: block;
	margin: 10px auto;
	border-radius: 4px;
	background: #000;
	color: #fff;
	text-decoration: none;
	background: #999;
	font-size: 16px;
	font-weight: bold;
}

ul.btn_box li:last-child a:before { content: "採用情報"; }

.btn_box img { width: 100%; }

.other_box p {
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
}

.other_box ul { display: none; }
.visible-xs { margin-left: 20px; }
}

/*----------------------------------------------------
 コンテンツ大枠
----------------------------------------------------*/


#content { background: #F7F7F7; }

/*----------------------------------------------------
 home/お知らせ
----------------------------------------------------*/


ul.news {
	width: 100%;
	padding: 20px 0;
	margin: 30px 0;
}

.news li {
	border-bottom: 1px dashed #929292;
	padding-bottom: 10px;
	font-size: 15px;
}
@media screen and (max-width:640px) {

ul.news {
	width: 98%;
	margin: 0 auto;
}

.news li { line-height: 1.6; }
}

.news li:before {
	content: url(../img/icon_news.png);
	position: relative;
	top: 5px;
	margin-right: 10px;
}

/*----------------------------------------------------
 白枠
----------------------------------------------------*/

a.box { text-decoration: none; }

.row, .row_02, .row_04, .row_05, .row_06, .row_07, .row_08, .row_09 {
	width: 49%;
	height: 210px;
	float: left;
	padding: 20px;
	margin: 0 2% 20px 0;
	/*min-height: 210px;*/
	min-height: 250px !important;
	position: relative;
	box-shadow: 1px 1px 3px #000;
	/* Firefox v3.6+ */
	background-image: -moz-linear-gradient(rgb(255,255,255) 0%, rgb(255,255,255) 68%, rgb(221,221,221) 99%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image: -webkit-gradient(linear, color-stop(0, rgb(255,255,255)), color-stop(0.68, rgb(255,255,255)), color-stop(0.99, rgb(221,221,221)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image: -webkit-linear-gradient(rgb(255,255,255) 0%, rgb(255,255,255) 68%, rgb(221,221,221) 99%);
	/* Opera v11.10+ */
	background-image: -o-linear-gradient(rgb(255,255,255) 0%, rgb(255,255,255) 68%, rgb(221,221,221) 99%);
	/* IE v10+ */
	background-image: -ms-linear-gradient(rgb(255,255,255) 0%, rgb(255,255,255) 68%, rgb(221,221,221) 99%);
	background-image: linear-gradient(rgb(255,255,255) 0%, rgb(255,255,255) 68%, rgb(221,221,221) 99%);
	border-color: rgb(255,255,255);
	border-width: 1px;
	border-style: solid;
	/* Firefox v3.5+ */
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.35);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.35);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: 0px 0px 4px rgba(0,0,0,0.35);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffdddddd)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color=#59000000, Positive=true)";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffdddddd) progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color=#59000000, Positive=true);
}
.row_02, .row_05 {
	width: 23.5%;
	height: auto;
	text-align: center;
}
@media screen and (max-width:480px) {

.row_02, .row_05 { width: 100%; }
}
 @media screen and (min-width:980px) {

.row_02 { 
	/*height: 420px;*/
	height: 450px; }
}

.row_04 { padding: 40px; }

.row_04, .row_06, .row_07, .row_08, .row_09 {
	width: 100%;
	height: auto;
}

.row_06, .row_07, .row_08, .row_09 {
	border-top: 5px solid #FF5328;
	padding: 40px;
	height: auto;
}

.row_02, .row_05 {
	font-size: 13px;
	line-height: 1.4;
}
 @media screen and (max-width:640px) {

.row_04, .row_06, .row_07, .row_08, .row_09 { padding: 20px; }

.row_06, .row_08, .row_09 { text-align: center; }

.row_08 { padding: 20px 15px; }
}

.row_05 {
	/*min-height: 150px;*/
	min-height: 200px;
	}

.last { margin: 0 0 20px 0; }
 @media screen and (max-width:980px) {

.row, .row_02 {
	width: 100%;
	display: block;
	margin-right: 0;
	text-align: center;
}
}
@media screen and (max-width:640px) {

.row, .row_02 {
	height: auto;
	border-top: 5px solid #FF5328;
	padding: 20px;
}
}

.row, .row_02, .row_04, .row_05, .row_06, .row_07, .row_08, .row_09 {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.row:before, .row:after, .row_02:before, .row_02:after, .row_04:before, .row_04:after, .row_05:before, .row_05:after, .row_06:before, .row_06:after, .row_07:before, .row_07:after, .row_08:before, .row_08:after, .row_09:before, .row_09:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}

.row:after, .row_02:after, .row_04:after, .row_05:after, .row_06:after, .row_07:after, .row_08:after, .row_09:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

.row span, .row_02 span {
	position: absolute;
	width: 20px;
	height: 208px;
	top: 0;
	right: 0;
	background: #fe4d00; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZTRkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZTcxMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fe4d00 50%, #fe7133 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fe4d00), color-stop(50%, #fe7133)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fe4d00 50%, #fe7133 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fe4d00 50%, #fe7133 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fe4d00 50%, #fe7133 50%); /* IE10+ */
	background: linear-gradient(to bottom, #fe4d00 50%, #fe7133 50%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4d00', endColorstr='#fe7133', GradientType=0 ); /* IE6-8 */
}
 @media screen and (min-width:640px) {

.row_02 span {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	background: url(../img/bg_product.png) 0 0 no-repeat;
}
}
 @media screen and (max-width:640px) {

.row span, .row_02 span {
	background: none;
	width: 0;
}
}

.row img, .row_02 img { margin-right: 20px; }
 @media screen and (min-width:641px) {

.row_02 img { margin: 0; }
}
@media screen and (max-width:640px) {

.row img, .row_02 img { margin-right: 0; }
}
 @media screen and (max-width:989px) {

.row_02 img { margin-right: 20px; }
}

.row dl, .row_02 dl, .row_04 dl, .row_05 dl, .row_06 dl, .row_07 dl, .row_08 dl, .row_09 dl { text-align: left; }

.row dl, .row_02 dl {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 20px;
}

.row dl { 
	width: 58%;
}

.row dl dd, .row_02 dl dd {
	/*font-size: 13px;*/
	font-size: 12px;
	margin-bottom: 10px;
}
 @media screen and (max-width:760px) {

.row dl, .row_02 dl { width: 60%; }
}
 @media screen and (max-width:638px) {

.row dl, .row_02 dl {
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
}
}
 @media screen and (min-width:981px) {

.row_02 dl { width: 100%; }
}
 @media screen and (max-width:988px) {

.row dl dd, .row_02 dl dd { margin-bottom: 10px; }
}
@media screen and (max-width:640px) {

.row dl dd a.btn_bg, .row_02 dl a.btn_bg {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
}

.row_06 dd.first img {
	float: left;
	vertical-align: top;
	margin-right: 20px;
}

.row_06 img { margin-right: 20px; }
 @media screen and (max-width:480px) {

.row_06 img {
	margin-right: 0;
	width: 100%;
}

.row_06 dd.first img {
	float: none;
	margin-bottom: 20px;
	display: block;
	margin: 0 auto 20px;
}
}

.row_06 dl { clear: both; }
 @media screen and (max-width:480px) {

.row_06 dl {
	padding-left: 0;
	text-align: left;
	width: 100%;
	margin-left: 0;
}
}

dl.long { width: 100%; }

.row dt, .row_02 dt, .row_04 dt, .row_05 dt, .row_06 dt, .row_08 dt {
	border-left: 5px solid #FF5328;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #FF5328;
}

.row_04 dt, .row_06 dt, .row_08 dt {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
 @media screen and (max-width:640px) {

.row dt, .row_02 dt, .row_04 dt, .row_05 dt, .row_06 dt, .row_08 dt { font-size: 16px; }
}

.row_04 dd, .row_06 dd { line-height: 1.8; }

.row_04 dd, .row_06 dd, .row_08 dd { margin-bottom: 10px; }

.row dd.first, .row_02 dd.first {
	border-top: 1px solid #CDCDCD;
	padding-top: 10px;
}

.row_04 dd.first, .row_05 dd.first, .row_06 dd.first, .row_08 dd.first {
	border-top: 1px dashed #929292;
	padding-top: 10px;
}

.row_06 dd.first { padding-top: 30px; }
@media screen and (max-width:640px) {

.row_06 dd.first { padding-top: 20px; }
}

dd.first ul li { margin-bottom: 5px; }
 @media screen and (max-width:640px) {

dd.first ul li { margin-bottom: 10px; }
}

dd.first ul li:before {
	content: url(../img/btn_icon.png);
	margin-right: 5px;
}
 @media screen and (max-width:780px) {

.row_05 { width: 48%; }
}

.row_05 dd { text-align: left; }

.row_05 dd p {
	width: 85%;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
@media screen and (max-width:520px) {

.row_05 dd p { width: 80%; }
}
 @media screen and (max-width:640px) {

.row img {
	margin: 0 auto;
	text-align: center;
}
}

a.all {
	display: block;
	width: 200px;
	padding: 10px;
	background: url(../img/bg_black.gif) 0 0 repeat;
	color: #fff;
	text-align: center;
	float: right;
	margin-bottom: 20px;
}
@media screen and (min-width:641px) and (max-width:860px) {

a.all { padding: 20px 10px; }
}
@media screen and (max-width:640px) {

a.all {
	float: none;
	margin: 0 auto 40px;
	clear: both;
	padding: 20px;
	width: 100%;
}
}

/*----------------------------------------------------
 会社案内
----------------------------------------------------*/


h3, h4 {
	background: url(../img/bg_black.gif) repeat;
	padding: 20px 30px 0;
	color: #fff;
	font-size: 17px;
	margin: 40px auto;
	width: 220px;
	text-align: center;
}

.text_s { width: 180px; }

.text_m { width: 230px; }

.text_m2 { width: 45%; }
@media screen and (min-width:650px) and (max-width:780px) {

.text_m2 { width: 60%; }
}
 @media screen and (max-width:640px) {

.text_m2 { width: 100%; }
}

.text_l { width: 70%; }

.text_max { width: 100%; }
 @media screen and (max-width:800px) {

.text_l { width: 100%; }
}

h3 img {
	vertical-align: middle;
	margin-right: 10px;
}

h3:after {
	position: relative;
	content: url(../img/triangle.gif);
	padding-bottom: 5px;
	top: 24px;
	display: block;
}
 @media screen and (max-width:784px) {

h3:after {
	display: block;
	top: 23px;
}
}

h4 {
	background: url(../img/bg_title02.gif) repeat;
	margin: 0 auto 30px;
	padding: 10px 30px;
}
@media screen and (max-width:640px) {

h4 {
	margin: 0 auto 20px;
	line-height: 1.4;
}
}

p.list {
	text-align: center;
	margin: 30px 0;
}

p.list a {
	margin-right: 20px;
	font-size: 16px;
}

p.list span {
	margin-right: 20px;
	font-size: 16px;
	background: url(../img/bg_title02.gif) repeat;
	color: #fff;
	padding: 2px 5px;
}
@media screen and (max-width:640px) {

p.list {
	text-align: left;
	margin: 30px 0 30px 20px;
}

p.list a, p.list span {
	line-height: 2;
	display: block;
}

p.list span {
	width: 60%;
	text-align: center;
}
}

p.list a:before {
	content: url(../img/btn_icon.png);
	margin-right: 10px;
}

.row_07 dl {
	width: 60%;
	margin: 0 auto;
	border-top: 1px dashed #929292;
	padding: 10px 0;
}

.row_07 dl.line { border-bottom: 1px dashe #929292; }
@media screen and (max-width:768px) {

.row_07 dl { width: 100%; }
}
@media screen and (max-width:640px) {

.row_07 dl {
	width: 100%;
	border-top: none;
}

.row_07 dl.line { border-bottom: none; }
}

.row_07 dt {
	width: 30%;
	padding: 5px;
	background: url(../img/bg_black.gif) repeat;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	border-radius: 2px;
	vertical-align: top;
	margin-right: 20px;
}
@media screen and (max-width:640px) {

.row_07 dt {
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
}
}

.row_07 dd {
	width: 65%;
	display: inline-block;
}
@media screen and (max-width:640px) {

.row_07 dd {
	width: 100%;
	display: block;
}
}

.row_07 dd article { margin-bottom: 10px; }

.row_07 dd p {
	background: #DDDDDD;
	text-align: center;
	padding: 5px;
	border-radius: 2px;
	margin-bottom: 5px;
}

.row_07 dd img {
	vertical-align: middle;
	margin-right: 10px;
}

.map_box {
	width: 60%;
	height: 280px;
	margin: 20px auto;
	padding: 0;
	text-align: center;
	border: 1px solid #9D9D9D;
}
@media screen and (max-width:800px) {

.map_box { width: 100%; }
}

.map_box .map {
	width: 100%;
	height: 100%;
}

/*----------------------------------------------------
 開発コンセプト
----------------------------------------------------*/

.img_box {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}
@media screen and (max-width:783px) {

.img_box { margin: 0 auto; }
}

.img_box img {
	text-align: center;
	width: 100%;
}

/*----------------------------------------------------
 お知らせ
----------------------------------------------------*/

.row_08 dl { text-align: left; }

.row_08 dt {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: normal;
}

.row_08 dd { line-height: 1.6; }

.pdf li {
	margin-right: 10px;
	display: inline;
}

.pdf li:before {
	content: url(../img/pdf_icon.gif);
	margin-right: 5px;
	position: relative;
	top: 5px;
}

.pdf li a {
	color: #242424;
	background: none;
}

.pdf li a:hover {
	background: none;
	color: #FF2900;
	text-decoration: underline;
}

.row_08 dd.first p {
	text-align: center;
	margin: 20px auto;
}

/*----------------------------------------------------
 個人情報保護方針
----------------------------------------------------*/

.row_08 dt.font_m { font-size: 16px; }

.row_08 dd { margin-bottom: 20px; }

.row_08 dd ol { margin: 10px 0; }

p.read {
	margin-bottom: 20px;
	text-align: left;
}

/*----------------------------------------------------
 サイトマップ
----------------------------------------------------*/

.row_09 ul {
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width:788px) {

.row_09 ul { width: 100%; }

.row_09 ul li { width: 100%; }
}

.row_09 ul li {
	width: 23%;
	margin-bottom: 10px;
	display: inline-block;
}
.row_09 ul li a {
	font-size: 12px !important;
}
.row_09 ul li small {
	font-size: 11px !important;
	letter-spacing: -0.5px;
}
.row_09 ul li img {
	width: 25px !important;
}

@media screen and (max-width:788px) {

.row_09 ul li { width: 40%; }
}
@media screen and (max-width:640px) {

.row_09 ul li {
	width: 100%;
	text-align: left;
}
}

.row_09 li img {
	vertical-align: middle;
	margin-right: 10px;
}

.row_09 li.long_box {
	width: 100%;
	margin-top: 40px;
}

.row_09 li.long_box dl {
	width: 45%;
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width:788px) {

.row_09 li.long_box dl {
	width: 100%;
	margin: 0 0 20px 0;
	display: block;
}
}

.row_09 li.long_box dt {
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

.row_09 li.long_box dt:after {
	content: "";
	border-bottom: 1px solid #929292;
	display: block;
	margin-top: 10px;
}

.row_09 li.long_box dd {
	margin-bottom: 5px;
	line-height: 2;
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.row_09 li.long_box dd:before {
	content: url(../img/btn_icon.png);
	margin: 0 10px 10px 0;
}

/*----------------------------------------------------
 製品詳細
----------------------------------------------------*/

.row_08 p { text-align: left; }
.row_08 h5 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.row_08 p.text { margin-bottom: 20px; }

.row_08 p.title_03 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #FF5328;
	padding: 2px 5px;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
}

.row_08 dd strong {
	color: #fff;
	background: url(../img/bg_black.gif) repeat;
	padding: 5px 10px;
	display: block;
	margin: 10px 0;
}

.row_08 ol.text, .row_08 ol.list {
	padding: 10px;
	text-align: left;
}

.row_08 ol.text li { margin-bottom: 5px; }

.row_08 ol.list {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	margin-bottom: 20px;
	padding: 10px;
}

ul.flame_01 {
	width: 100%;
	margin: 0 auto 20px;
}

ul.flame_01 li {
	display: inline-block;
	border-radius: 2px;
	margin-bottom: 10px;
	padding: 5px 0 5px 20px;
	vertical-align: top;
}

ul.flame_01 li { background: #D4D4D4; }

ul.flame_01 li.title, ul.flame_01 li.title_02 {
	background: url(../img/bg_black.gif) repeat;
	color: #fff;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

ul.flame_01 li.title_02 {
	background: url(../img/bg_title02.gif) repeat;
	font-weight: bold;
}

p.spec_title {
	background: url(../img/bg_title02.gif) repeat;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

dl.flame_01 {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

@media screen and (min-width:641px) {
dl.flame_01 dt {
	color: #fff;
	text-align: center;
	clear: both;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	width: 25%;
	float: left;
	margin-right: 5px;
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #494949;
	font-size: 14px;
	font-weight: normal;
}

dl.flame_01 .dline {
	padding-top: 28px;
	padding-bottom: 28px;
}
dl.flame_01 .tline {
	padding-top: 48px;
	padding-bottom: 48px;
}
dl.flame_01 .fline {
	padding-top: 70px;
	padding-bottom: 70px;
}
dl.flame_01 .sline {
	padding-top: 112px;
	padding-bottom: 112px;
}
dl.flame_01 dd {
	border-radius: 2px;
	background: #D4D4D4;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
}
dl.flame_01 dd.left {
	margin-bottom: 10px;
	vertical-align: top;
	float: left;
		width: 37%;
}
dl.flame_01 dd.right {
	margin-bottom: 10px;
	vertical-align: top;
	float: right;
		width: 37%;
}
dl.flame_01 dd.all {
	width: 99.0%;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 10px;
}
}

@media screen and (max-width:640px) {
dl.flame_01 dt {
	color: #fff;
	text-align: center;
	clear: both;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	width: 100%;
	margin-right: 5px;
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #494949;
	font-size: 14px;
	font-weight: normal;
}

dl.flame_01 .dline {
	padding-top: 6px;
	padding-bottom: 6px;
}
dl.flame_01 .tline {
	padding-top: 6px;
	padding-bottom: 6px;
}
dl.flame_01 .fline {
	padding-top: 6px;
	padding-bottom: 6px;
}
dl.flame_01 .sline {
	padding-top: 6px;
	padding-bottom: 6px;
}
dl.flame_01 dd {
	border-radius: 2px;
	background: #D4D4D4;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
dl.flame_01 dd.left {
	margin-bottom: 10px;
	vertical-align: top;
	float: left;
	width: 100%;
}
dl.flame_01 dd.right {
	margin-bottom: 10px;
	vertical-align: top;
	width: 100%;
}
dl.flame_01 dd.all {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
}

dd.pro_box img {
	float: left;
	margin: 0 30px 20px 0;
}

@media screen and (max-width:780px) {

dd.pro_box img {
	float: none;
	margin: 0 auto 20px;
	display: block;
	text-align: center;
}
}

dd.pro_box ul {
	float: left;
	width: 50%;
}
@media screen and (max-width:780px) {

dd.pro_box ul {
	clear: both;
	width: 100%;
	margin: 0 auto;
}
}

dd.pro_box ul li:first-child {
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

dd.pro_box ul li:first-child:before {
	content: url(../img/btn_icon.png);
	margin-right: 10px;
}

dd.pro_box ul li:last-child { margin-top: 20px; }

.box_01 {
	width: 25%;
	margin-right: 5px;
}

.box_02 { width: 73.9%; }

.box_03 { width: 100%; }


@media screen and (min-width:641px) and (max-width:768px) {

.box_02 { width: 73%; }
}
 @media screen and (max-width:640px) {

.box_01, .box_02 { width: 100%; }
}

/*----------------------------------------------------
 検査装置 導入の手引き
----------------------------------------------------*/

ul.list {
	margin: 40px auto;
	text-align: left;
	width: 640px;
}
@media screen and (max-width:770px) {

ul.list {
	width: 100%;
	text-align: center;
}
}

ul.list li {
	display: inline-block;
	margin: 0 30px 40px 0;
	width: 190px;
	vertical-align: top;
	text-align: center;
}

ul.list li:nth-of-type(3), ul.list li:nth-of-type(5) { margin-right: 0; }
@media screen and (max-width:770px) {

ul.list li:nth-of-type(3), ul.list li:nth-of-type(5) { margin-right: 30px; }

ul.list li:nth-child(2n) { margin-right: 0; }
}
@media screen and (max-width:500px) {

ul.list {
	text-align: center;
	margin: 40px auto;
	padding: 0;
}

ul.list li {
	display: block;
	margin: 0 auto 50px;
	width: 100%;
	padding: 0;
}

ul.list li a {
	width: 80%;
	display: block;
}

ul.list li a.btn_bg { padding: 10px 0; }
}

ul.list li a { margin: 0 auto 20px; }

ul.list li p {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 10px 0;
	margin-bottom: 20px;
	font-weight: bold;
}

a.pdf:before {
	content: url(../img/pdf_icon.gif);
	margin-right: 5px;
	position: relative;
	top: 5px;
}

/*----------------------------------------------------
 ボタン、イメージ枠、強調
----------------------------------------------------*/



/* イメージ枠 */

img.waku {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	border: 5px solid #fff;
	margin-bottom: 20px;
}

img.waku_02 { margin-bottom: 20px; }
@media screen and (max-width:640px) {

img.waku_02 { width: 100%; }
}

/* 赤枠白字 */

.row dd.first p, h3 span {
	background: #F00F14;
	color: #fff;
	font-size: 13px;
	/*padding: 2px 0;*/
	margin-bottom: 5px;
	/*width: 110px;*/
	width: 150px;
	text-align: center;
	padding: 2px;
}

h3 span {
	padding: 5px;
	border-radius: 2px;
	margin-left: 10px;
	vertical-align: middle;
}
@media screen and (max-width:788px) {

h3 span {
	display: block;
	margin: 5px auto 0;
}
}

/* ボタン黒背景白字 */

a.btn_bg {
	display: inline-block;
	padding: 5px 10px;
	background: url(../img/bg_black.gif) repeat;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	border-radius: 2px;
}

a.btn_bg:hover {
	background: #FF5328;
	text-decoration: none;
}

a.all:hover {
	background: #FF5226;
	text-decoration: none;
}

/* 強調 */


dd span { background: #FF0; }

/*----------------------------------------------------
 戻るボタン
----------------------------------------------------*/


.pagetop {
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 999;
}

.pagetop a {
	display: block;
	opacity: 0.5;
}

.pagetop a:hover { opacity: 1; }

.pagetop a:hover img { opacity: 0; }

.pagetop a:hover { background: url(../img/pagetop_on.png) 0 0 no-repeat; }

/*----------------------------------------------------
 フッター
----------------------------------------------------*/


footer {
	width: 100%;
	min-height: 280px;
	margin: 0 auto;
	padding:0 0 20px 0;
	background: url(../img/bg_foot.jpg) 0 0 repeat;
	text-align: center;
}


footer ul {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: left;
}

@media screen and (max-width:800px) {

footer ul {
	width: 90%;

}
}

footer ul li {
	margin-bottom:5px;
	font-size: 14px;
	text-align:left;
	color:#fff;
	vertical-align:top;
}
@media screen and (max-width:800px) {
footer ul li { margin: 0 auto 10px;}
}
footer ul li.foot_nav{
	width:48%;
	float:left;
}

@media screen and (max-width:800px) {
footer ul li.foot_nav{
	width:48%;
	float: none;
}
}
footer ul li.foot_nav p{ 
	/*width:150px;*/
	width:48%;
	margin-bottom:5px;
	display: inline-block;
	color:#fff;

 }
footer ul li.foot_nav a { 
	color: #fff;
 }

footer ul li.foot_nav a:hover { color: #242424; }

footer ul li.fb_box{
	float:left;
	width:500px;
}

@media screen and (max-width:800px) {
footer ul li.fb_box{
	float:none;
	display:block;
	margin-bottom:20px;
	width:100%;
}
}

footer ul li.last{
	clear:both;
	margin: 0 auto;
	padding-top:20px;
	text-align: center;
	display:block;
}


/*----------------------------------------------------
 facebook
----------------------------------------------------*/

.fb_hidden { z-index: 500; }

.fb_dialog { z-index: 501; }

iframe, fb-page fb_iframe_widget { width: 100% !important; }


footer div.fb-page {
	width:100%;
	margin: 0 auto;
	text-align:center;
}


/*----------------------------------------------------
 clearfix
----------------------------------------------------*/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { min-height: 1px; }

* html .clearfix { height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/ }

@media screen and (max-width:768px)  {
.sphd {
	display: none;
}
}

@media screen and (min-width:641px)  {

.pchd {
	display: none;
}

.sphd table {
	padding: 0px;
	width: 90%;
	border-collapse:collapse;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.sphd table th {
	margin: 0px;
	padding: 10px;
	width: 20%;
	border: 1px solid #CCC;
	text-align: center;
	color: #FFF;
	background-color: #666;
	font-weight: bold;
}
.row_07 .sphd table tr td {
	margin: 0px;
	padding: 10px;
	text-align: center;
	width: 40%;
	border: 1px solid #999;
}
.row_07 .sphd table tr .td1 {
	background-color: #BED7ED;
}
.row_07 .sphd table tr .td2 {
	background-color: #FEE59D;
}

}
.row_07 .sphd h5 {
	font-size: 18px;
	font-weight: bold;
	color: #FC5433;
	width: 90%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row_07 .pchd h5 {
	font-weight: bold;
	color: #FC5433;
	font-size: 18px;
	margin-top: 30px;
}
/*=================
=================*/
@media screen and (min-width:641px) {
.pc_only {
}
nav .sp_only {
	display: none !important;
}
}
@media screen and (max-width:640px) {
.pc_only {
	display: none !important;
}
.sp_only {
}
}