@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 1.5em;
}

a
{
	color: #000;
	text-decoration: underline;
}

#contactLink,
#navi li a,
a:hover
{
	text-decoration: none;
}

.center
{
	text-align: center;
}

img
{
	max-width: 100%;
	height: auto;
}

#logo
{
	font-size: 1em;
}

#head
{
	border-top: 10px solid #000;
}

#navi li
{
	list-style-type: none;
}

#pageTitle,
#mainVisual
{
	background-color: #097C25;
}
#mainVisual
{
	background-image:url(../img/logo2.png);
	background-position: center;
	background-repeat: no-repeat;
}

h2.headLine
{
	border-left: 10px solid #097C25;
	background-color: #000;
	color: #fff;
	padding: .5em;
}

#foot
{
	border-top: 1px solid #000;
}

#navi a
{
	font-weight: bold;
}

#pageTitle
{
	text-align: center;
	color: #fff;
	line-height: 1em;
}

#contactLink
{
	background-color: #F90;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 1em 3em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#contactLink:hover
{
	 background-color: #F60;
}

#companyTable
{
	width: 100%;
	border-top: 1px solid #ccc;
}
#companyTable th,
#companyTable td
{
	border-bottom: 1px solid #ccc;
	padding: 1em;
}

/*
#cs
{
	color: #ccc;
	padding: 5em 0;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
*/

@media screen and (min-width: 768px) {

	#foot
	{
		text-align: center;
	}
	
	#navi
	{
		display: block;
	}
	
	.pcNo,
	#menu
	{
		display: none;
	}

	.pcw100
	{
		width: 900px;
		margin: 0 auto;
	}
	
	#logo
	{
		width: 250px;
	}

	#navi
	{
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		background-color: #000;
	}
	#navi ul
	{
		overflow: hidden;
		text-align: center;
		padding: .5em 0;
	}
	#navi li
	{
		width: 20%;
		float: left;
	}
	#navi a
	{
		display: block;
		border-right: 1px solid #666;
		color: #fff;
	}
	#navi li:nth-child(1) a
	{
		border-left: 1px solid #666;
	}
	
	.pcpbt4em
	{
		padding: 4em 0;
	}
	.pcpbt2em,
	#feed,
	#foot
	{
		padding: 2em 0;
	}
	#copy
	{
		padding-top: 1em;
	}
	
	#pageTitle,
	.pcpbt1em
	{
		padding: 1em 0;
	}
	
	#mainVisual
	{
		height: 400px;
	}

	#pageTitle
	{
		font-size: 2em;
	}
	h2.headLine
	{
		font-size: 1.3em;
	}
	#contactLink
	{
		font-size: 1.1em;
	}
	#copy
	{
		font-size: .8em;
	}
	
}

@media screen and (max-width: 768px) {
	
	#foot,
	#logo,
	#navi
	{
		text-align: center;
	}
	
	.spNo,
	#navi
	{
		display: none;
	}
	
	#pageTitle
	{
		font-size: 2em;
	}
	h2.headLine
	{
		font-size: 1.3em;
	}

	.spplr1em
	{
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	#pageTitle
	{
		padding: .7em 0;
	}
	#foot,
	#feed,
	#logo
	{
		padding: 1em 0;
	}
	.sppbt2em
	{
		padding: 2em 0;
	}
	#copy
	{
		padding-top: 1em;
	}
	
	#logo img
	{
		width: 250px;
	}
	
	#menu
	{
		background-color: #000;
		padding: .3em 0;
	}
	#menu span
	{
		display: block;
		border-top: 2px solid #fff;
		margin: .5em auto;
		width: 30px;
	}
	
	#navi
	{
		background-color: #333;
	}
	#navi a
	{
		border-bottom: 1px solid #444;
		color: #fff;
		display: block;
		padding: .7em 0;
	}

	#mainVisual
	{
		background-size: 300px;
		height: 200px;
	}
	
	#copy
	{
		font-size: .8em;
	}

	#companyTable th
	{
		width: 65px;
	}

	
}