@charset "UTF-8";

/*　準備中
@media screen and (min-width: 960px){ 
*/

/* ====================================== */
/* 共通 */

body {
	width: 960px;
	margin: 0px auto;
	font-size: 13px;
	background-image: url(img/body_Background.jpg);
	background-position: 50% 0%;
	background-size: cover;
	background-attachment: fixed;
}

p {
	margin: auto;
	line-height: 1.75em;
}

a:link,
a:visited {
	color: #023897;
}

h2 {
	margin: 0px;
	padding: 20px 10px 10px 10px;
	color: #023897;
	background-color: rgba(255,255,255,0.3);
	font-size: 1.5em;
}

/*ドロップシャドウ*/
#upSide,
header,
#enquiryBox,
#globalMenu,
#topix,
#downSide,
.service_Image
 {
	-webkit-box-shadow: 5px 0px 2px rgba(127,193,255,0.3);
	box-shadow: 5px 0px 2px rgba(127,193,255,0.2);
}

/*上セクション*/
#upSide {
	width: 940px;
	height: auto;
	padding: 0px 10px;
	padding-bottom: 10px;
	clear: both;
	background-color: rgba(255,255,255,0.60);
}

/*ヘッダー*/
header {
	width: 400px;
	height: 80px;
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
	float: left;
	clear: both;
	background-image: -webkit-linear-gradient(270deg, rgba(3,160,222,1.0) 0%, rgba(2,56,151,1.0) 70%);
	background-image: -moz-linear-gradient(270deg, rgba(3,160,222,1.0) 0%, rgba(2,56,151,1.0) 70%);
	background-image: -o-linear-gradient(270deg, rgba(3,160,222,1.0) 0%, rgba(2,56,151,1.0) 70%);
	background-image: linear-gradient(180deg, rgba(3,160,222,1.0) 0%, rgba(2,56,151,1.0) 70%);
}

h1 {
	color: #ECECFB;
	font-weight: bold;
	font-size: 1.75em;
	line-height: 2.5em;
	text-align: center;
}

#header_Logo {
	margin-right: 10px;
}

/*お問い合わせ*/
#enquiryBox {
	width: auto;
	height: 40px;
	margin: 10px 0px 10px 10px;
	padding: 8px 20px 8px 20px;
	float: right;
	background-color: rgba(255,255,255,0.30);
}

#enquiryTitle {
	color: #023897;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 0%;
}

#enquiry_Icon {
	margin-right: 5px;
	margin-top: -5px;
}

#enquiryNummer {
	line-height: 100%;
}

.text_Blue {
	color: #023897;
}

.text_Bold {
	font-weight: bold;	
}

/*メニュー*/
#globalMenu {
	width: 940px;
	height: 40px;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(157,230,250,1.00) 0%,rgba(133,198,253,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(157,230,250,1.00) 0%,rgba(133,198,253,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(157,230,250,1.00) 0%,rgba(133,198,253,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(157,230,250,1.00) 0%,rgba(133,198,253,1.00) 100%);
	border: 1px solid rgba(133,198,253,0.5);
}

#globalMenu ul {
	margin: 0px;
	padding: 0px;
}

#globalMenu li {
	height: 40px;
	line-height: 2.7em;
	list-style: none outside;
	display: block;
	border-left: 1px solid rgba(133,198,253,0.5);	
	border-right: 1px solid rgba(133,198,253,0.5);		
}

#menuHome,
#menuAboutus,
#menuService,
#menuEmployment,
#menuAccess {
	display: block;	
	height: 40px;
	float: left;
}

#menuHome a:link,
#menuAboutus a:link,
#menuService a:link,
#menuEmployment a:link,
#menuAccess a:link
{
	display: block;
	padding: 0px 10px 0px 30px;
	text-decoration: none;
	background-attachment: scroll;	
	color: #023897;
}

#menuSitemap a:link {
	display: block;
	padding: 0px 30px 0px 10px;
	text-decoration: none;
	background-attachment; scroll;
}

#menuHome a:link {
	background-image: url(img/menu_homeA.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#menuAboutus a:link {
	background-image: url(img/menu_aboutusA.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#menuService a:link {
	background-image: url(img/menu_serviceA.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#menuEmployment a:link {
	background-image: url(img/menu_employmentA.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#menuAccess a:link {
	background-image: url(img/menu_accessA.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#menuHome a:hover {
	color: #ECECFB;
	background-image: url(img/menu_homeR.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: rgba(70,83,162,0.8);
}

#menuAboutus a:hover {
	color: #ECECFB;
	background-image: url(img/menu_aboutusR.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: rgba(25,141,201,0.8);
}

#menuService a:hover {
	color: #ECECFB;
	background-image: url(img/menu_serviceR.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: rgba(25,141,201,0.8);
}

#menuEmployment a:hover {
	color: #ECECFB;
	background-image: url(img/menu_employmentR.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: rgba(25,141,201,0.8);
}

#menuAccess a:hover {
	color: #ECECFB;
	background-image: url(img/menu_accessR.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: rgba(25,141,201,0.8);
}

#menuSitemap {
	float: right;
	display: block;
	height: 40px;
}

#menuSitemap a:link {
	background-image: url(img/menu_sitemapA.png);
	background-repeat: no-repeat;
	background-position: 50%;	
}

#menuSitemap a:hover {
	background-image: url(img/menu_sitemapR.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: rgba(119,181,47,0.6);
}

/*下セクション*/
#downSide {
	margin: 0px;
	clear: both;
	background-color: rgba(255,255,255,0.30);
}

/*各項目共通*/
#aboutus_Compliment,
#aboutus_Outline,
#aboutus_Organization,
#aboutus_Deal,
#aboutus_Supply,
#service_Outline,
#aboutus_Achievement,
#service_Contents,
#service_Feature,
#service_Support,
#employment_Summary,
#employment_Offer,
#employment_Recruit,
#access_Routemap
 {
	margin: 0px;
	clear: both;
	background-color: rgba(255,255,255,0.3);
}

/*最上位項目*/
#aboutus_Compliment,
#employment_Summary,
#access_Routemap
 {
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

/*以下項目*/
#outline,
#aboutus_Achievement,
#aboutus_Outline,
#aboutus_Organization,
#aboutus_Deal,
#aboutus_Supply,
#service_Outline,
#service_Feature,
#employment_Offer,
#employment_Recruit
 {
	padding: 10px;
}

#service_Contents {
	padding: 0px 10px 10px 10px;
}

#service_Support {
	padding: 10px 10px 20px 10px;
}

/*最下位項目*/
#achievement,
#recruit
  {
	padding-bottom: 20px;
}

h3 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

.p_article {
	padding: 5px 0px 10px 0px;
	width: auto;
	height: 40px;
}

/*箇条書きリスト*/
.ul_Normal {
	margin: 0px;
	padding-left: 20px;
}

.li_Normal {
	list-style: outside;
	line-height: 2em;
}

/*箇条項目*/
.ul_outlineHead,
.ul_outlineText {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	line-height: 100%;
}

.li_outlineHead,
.service_li_outlineHead_Sakura,
.service_li_outlineHead_Sumire,
.service_li_outlineHead_Botan,
.service_li_outlineHead_Himawari,
.li_outlineText {
	list-style: none outside;
	display: block;
	line-height: 1.75em;	
}

.li_outlineHead {
	width: 8em;
	margin:0px;
	padding: 0px 5px;
	color: #ECECFB;
	font-weight: bold;
	background-color: rgba(58,58,58,0.8);
	border-radius: 2px;
	text-align: left;
}

.li_outlineText {
	padding-top: 5px;
	padding-bottom: 0px;
}

/*フッター*/
footer {
	padding: 10px 10px 30px 10px;
}

address {
	float: left;
	clear: both;
	font-size: 0.9em;
	font-style: normal;	
}

.footer_Name {
	padding-bottom: 15px;
}

.footer_Privacy {
	float: right;
	font-size: 0.9em;	
}

/* ====================================== */
/* ［ホーム］index.html */

/* トピックス */
#topix {
	padding: 20px 0px;
}

#topixImage {
	height: 400px;
	background-image: url(img/home_topix.jpg);
}

#topixBox {
	padding: 10px;
	background-image: -webkit-linear-gradient(0deg, rgba(2,81,227,0.60) 0%, rgba(82,165,227,0.60) 50%, rgba(255,163,255,0.60) 75%);
	background-image: -moz-linear-gradient(0deg, rgba(2,81,227,0.60) 0%, rgba(82,165,227,0.60) 50%, rgba(255,163,255,0.60) 75%);
	background-image: -o-linear-gradient(0deg, rgba(2,81,227,0.60) 0%, rgba(82,165,227,0.60) 50%, rgba(255,163,255,0.60) 75%);
	background-image: linear-gradient(90deg, rgba(2,81,227,0.60) 0%, rgba(82,165,227,0.60) 50%, rgba(255,163,255,0.60) 75%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.topixText {
	color: #023897;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 100%;
}

/* ====================================== */
/* ［ピーズカンパニーについて］aboutus.html */

/*社内組織（非公開）*/
#aboutus_Organization {
	display: none;	
}

.aboutus_Supplement {
	padding-top: 5px;
	color: #696969;	
	font-size: 0.9em;
}

/* ====================================== */
/* ［製品について］service.html */

h4 {
	margin: 0px;
	padding: 10px 0px;
	color: #023897;
	font-size: 1.4em;
}

.service_li_outlineHead_Sakura,
.service_li_outlineHead_Sumire,
.service_li_outlineHead_Botan,
.service_li_outlineHead_Himawari
 {
	width: auto;
	margin: 0px;
	padding: 0px 5px;
	color: #3A3A3A;
	font-weight: bold;
	border-radius: 2px;
	text-align: left;
}

.service_li_outlineHead_Sakura {
	background-color: rgba(235,164,182,0.4);
}

.service_li_outlineHead_Sumire {
	background-color: rgba(150,28,89,0.4);
}

.service_li_outlineHead_Botan {
	background-color: rgba(18,126,59,0.4);
}

.service_li_outlineHead_Himawari {
	background-color: rgba(245,208,33,0.4);
}

.Service_Summary {
	width: 875px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
	border-collapse: collapse;	
}

/* ====================================== */
/* ［採用について］employment.html */

.employment_Offer1 {
	width: 900px;
	margin-top: 10px;
	padding: 10px;
	border-collapse: collapse;	
}

td {
	padding: 5px;
	font-size: 0.9em;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border-width: 1px;
	border-style: solid;
}

.tdHead {
	width: 100px;
	text-align: center;
	background-color: #B0C4DE;
}

.tdol {
	padding-left: -5px;
}

.offer_Supplement {
	padding-top: 5px;
	color: #696969;
	font-size: 0.9em;
	text-align: right;
}

/* ====================================== */
/* ［当社へのアクセス］access.html */

#gmap {
	width: auto;
	height: 450px;
	margin-bottom: 10px;
}



/* ====================================== */
/* ［個人情報保護方針］pii.html */
p.pii-layout1 {
	text-indent:1em;
}

p.pii-layout2 {
	text-indent:4em;
}

p.pii-layout3 {
	text-indent:7em;
}

p.pii-layout4 {
	text-indent:10em;
}
