@charset "utf-8";
/*=========================================================IndexAllCSS*/

/* ***************************************************************************************** reset */
html, body, div, span, applet, object, iframe, embed,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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,
/*=========================================================HTML5*/
article, aside, canvas, datalist, details, footer, header, hgroup,
mark, menu, nav, output, section, source, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	letter-spacing:1px;
}

/*=========================================================HTML-Setting*/
body {
	color: #393939;
	background: url(http://pcmax.jp/image/pcm/img/file/bg-body.png) repeat-x 0px 0px;
	line-height: 1;
	position: relative;
	min-width: 1024px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style-type: none;
	list-style-position: outside;
}

/*=========================================================ID-Setting*/
#touroku {
	width:360px;
	font-size:12px;
	/*border:solid 1px #CCCCCC;*/
	background:#e7eaff;
	overflow:hidden;

	border-radius: 7px;         /* CSS3 */
	box-shadow: 2px 2px 3px #808080;
	-webkit-border-radius: 7px; /* Safari,Chrome */
	-webkit-box-shadow: 2px 2px 3px #808080;
	-moz-border-radius: 7px;    /* Firefox */
	-moz-box-shadow: 2px 2px 3px #808080;

/*
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 1px #C45C00;
*/
}

#image_button42{
	border: 0px;
	width: 150px ;
	height: 35px ;
	background: url(/image/pcm/img/filem/button1.png) -306px -573px;
	font-size:15px;
	font-weight:bold;
}
#image_button42:hover{
	border: 0px;
	width: 150px ;
	height: 35px ;
	background: url(/image/pcm/img/filem/button1.png) -458px -573px;
	font-size:15px;
	font-weight:bold;
}
#image_button{
	border: 0px;
	width: 106px ;
	height: 39px ;
	background: url(/image/pcm/img/filem/top/top_all.png) -250px -92px;
}
#image_button:hover{
	border: 0px;
	width: 106px ;
	height: 39px ;
	background: url(/image/pcm/img/filem/top/top_all.png) -356px -92px;
}
/*=========================================================Class-Setting*/
/*==================================ABC??*/
/*============================A*/
.aff{
	width:315px;
	float:left;
	margin:15px 20px 20px 10px;
}
.aff_t{
	margin:10px;
	font-size: 75%;
	line-height: 1.4em;
}
.aff_b{
	width: 283px;
	text-align:center;
}
/*============================B*/
.boxA {
	margin:0 0 0 10px;
	padding:0;
	width:105px;
	float:left;
	line-height:22px;
}

.boxB {
	margin:0;
	padding:0;
	width:235px;
	float:left;
	line-height:22px;
}

.boxB td {
	font-size:12px;
}
/*============================C*/
#carouselWrap{
	margin:10px auto;
	width:960px;
	height:204px;
	padding:5px;
	position:relative;
}
#carouselPrev{
	position:absolute;
	top:110px;
	left:-8px;
	cursor:pointer;
}
#carouselNext{
	position:absolute;
	top:110px;
	right:-8px;
	cursor:pointer;
}
#carouse{
	width:100%;
	height:100%;
	overflow:hidden;
}
#carouselInner ul.column{
	width:945px;
	height:173px;
	padding:19px 0 15px 15px;
	list-style-type:none;
	float:left;
	overflow:hidden;
}
#carouselInner ul.column li{
	display:block;
	float:left;
	width:125px;
	margin-left:15px;
	margin-right:15px;
	text-align:center;
}
#carouselInner ul.column li img{
	border:none;
}
.carousel-nickname{
	display: block;
	white-space:nowrap;
	width: 120px;
	height: 18px;
	margin: 0 auto 7px;
	padding-top: 11px;
	overflow: hidden;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg.png) no-repeat -507px -440px;
	font-size: 12px;
	text-align: center;
}

.clear {
	clear:both;
}

.clearfix:after{
	content:'';
	clear:both;
	display:block;
	height:0;
	line-height: 0;
}

/*============================D*/
.day {
	width:30px;
}
.deai_bbs{
	width:500px;
}
.deai_bbs_t{
	margin: 10px;
	font-size: 75%;
	line-height: 1.4em;
}
.deai_bbs_c{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #00709d;
	border-radius: 3px;
	text-align:center;
	margin:10px 0px 15px;
	width:120px;
}
.deai_bbs_c a{
	display:block;
	text-decoration:none;
	padding:3px;
}
.deai_bbs_c a:hover{
	text-decoration:none;
	background: #00709d none repeat scroll 0 0;
	color:#ffffff;
}
.deai_bbs_p{
	margin:10px;
	font-weight:bold;
	font-size:16px;
}
.deai_bbs_p img{
	vertical-align:middle;
	margin-right:10px;
}
/*============================E*/
/*============================F*/
.footer{
	position:relative;
	padding-bottom: 15px;
	width: 100%;
	height: 280px;
	text-align: center;
	background-color: #004A66;
	z-index: 0;
}

.footer:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #004A66;
}

.footer:after{
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #40829B;
}

.footer-address{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2.75em;
	line-height: 1.25em;
	color: #FFF;
	font-size: 12px;
	/*font-family: 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	background-color: #191919;
	font-style:normal;
}
.footer-address-a{
	color: #FFF;
	/*font-family: 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",sans-serif;

}
.footer-address-a:hover{
	color: #FFF;
	text-decoration: none;
}

.footer-contents{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/bg-syame.jpg) no-repeat;
	background-position: center top;
}
.footer-contents-01{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-bg1.png) no-repeat;
	background-position: center top;
}
.footer-contents-02{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-bg2.png) no-repeat;
	background-position: center top;
}
.footer-contents-03{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-bg3.png) no-repeat;
	background-position: center top;
}
.footer-contents-04{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-bg4.png) no-repeat;
	background-position: center top;
}
.footer-contents-05{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-bg5.png) no-repeat;
	background-position: center top;
}
.footer-contents-06{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-bg6.png) no-repeat;
	background-position: center top;
}
.footer-contents-07{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-bg7.png) no-repeat;
	background-position: center top;
}
.footer-contents-08{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-bg8.png) no-repeat;
	background-position: center top;
}
.footer-contents-09{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-bg9.png) no-repeat;
	background-position: center top;
}
.footer-contents-10{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-bg10.png) no-repeat;
	background-position: center top;
}
.footer-contents-11{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-bg11.png) no-repeat;
	background-position: center top;
}
.footer-contents-12{
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-bg12.png) no-repeat;
	background-position: center top;
}
.footer-contents-bg {
	width: 100%;
	z-index: 0;
	background: url(/image/pcm/img/file/shame-bg.png) no-repeat;
	background-position: center top;
}
.footer-contents2{
	position:relative;
	width: 100%;
	z-index: 0;
	background: url(http://pcmax.jp/image/pcm/img/file/bg-nikki.png) no-repeat 0px -247px;
}
.contents-title { font-style:italic; position:absolute; top:4px; left:35px; font-size:18px; font-weight:bold; color:#FFFFFF; }

.footer-nav{
	margin: 0 auto;
	padding: 20px 0 20px;
	width: 960px;
	text-align: left;
}
.footer-nav-ul{
	float: left;
	width: 250px;
	font-size: 80%;
}

.footer-nav-ul2{
	float: left;
	width: 220px;
	font-size: 80%;
}
.footer-nav-ul3{
	float: right;
	width: 200px;
}

.footer-nav-li{
	padding-left: 10px;
	height: 1.6em;
	line-height: 1.6em;
	background: url(http://pcmax.jp/image/pcm/img/file/header-bg1110.png) no-repeat 0px -494px;
}

.footer-nav-a{
	color:#FFF;
}

.footer-nav-a:hover{
	color:#FFF;
}

.form200 {
	width:200px;
}
/*============================G*/
/*============================H*/
.header{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	letter-spacing:1px;
	display:block;
	position: relative;
	height: 370px;
}

.header-2{
	position: relative;
	height: 100px;
}

.header-form2{
	position: absolute;
	top: 50px;
	right: 42px;
	width: 315px;
	height: 320px;
}

.header-form-a{
	margin: 0 0px 0.5em 0;
	padding: 0 5px 0 13px;
	font-size: 80%;
	line-height: 1.0em;
	color: #004A66;
	background: url(http://pcmax.jp/image/pcm/img/file/header-bg.png) no-repeat 3px -438px;
}

.header-form-a:hover{
	color: #8F0030;
	text-decoration: none;
	background: url(http://pcmax.jp/image/pcm/img/file/header-bg.png) no-repeat 3px -468px;
}

.header-form-submit{
	display: block;
	width: 70px;
	height: 70px;

	border: 0px solid;
	cursor: pointer;
	background: url(http://pcmax.jp/image/pcm/img/file/header-bg.png) no-repeat 0px -350px;
}

.header-form-submit:hover{
	background: url(http://pcmax.jp/image/pcm/img/file/header-bg.png) no-repeat -100px -350px;
}

.header-form-text1-off {
	padding-left: 5px;
	font-size: 80%;
	width: 225px;
	height: 25px;
	line-height: 25px;
	color:#bbb;
	border: 2px solid #BBB;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
	background: url(http://pcmax.jp/image/pcm/img/file/email_bg.jpg) no-repeat;
}
.header-form-text1-on {
	padding-left: 5px;
	font-size: 80%;
	width: 225px;
	height: 25px;
	line-height: 25px;
	color:#000;
	border: 2px solid #BBB;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
	background-image: none;
}

.header-form-text2-off {
	padding-left: 5px;
	font-size: 80%;
	width: 225px;
	height: 25px;
	line-height: 25px;
	color:#bbb;
	border: 2px solid #BBB;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
	background: url(http://pcmax.jp/image/pcm/img/file/pass_bg.jpg) no-repeat;
}
.header-form-text2-on {
	padding-left: 5px;
	width: 225px;
	height: 25px;
	line-height: 25px;
	color:#000;
	border: 2px solid #BBB;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
	background-image: none;
}

.header-h1{
	position:absolute;
	top: 13px;
	left: 5px;
	width: 110px;
	height: 30px;
}
.header-h1-a{
	display: block;
	width: 216px;
	height: 56px;
	background: url(http://pcmax.jp/image/pcm/img/file/logo.png) no-repeat 0px 0px;

}
.header-h2{

}
.header-label{
	padding: 0 20px 5px 0px;
	height: 1.5em;
	color: #004A66;
	overflow: hidden;
}
.header-label:hover{
	color: #8F0030;
}

.header-label-span{
	padding-left: 3px;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 80%;
}
.header-nav-ul{
	background-color: #004a66;
	position:absolute;
	top: 10px;
	left: 320px;
	width: 655px;
}
.header-nav-li{
	float: left;
	width: 131px;
	height: 31px;
	overflow: hidden;
}
.header-nav-a{
	display: block;
	width: 131px;
	height: 31px;
	letter-spacing: normal;
	padding-top: 12px;
	text-align: center;
	color: #fff7cc;
	background-color:#004a66;
	font-size: 12px;
	background-image: url(http://pcmax.jp/image/pcm/img/file/header-bg1110.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.header-nav-a0{ background-position: 0px 0px; }
.header-nav-a1{ background-position: -280px 0px; }
.header-nav-a2{ background-position: 0px -35px; }
.header-nav-a3{ background-position: 0px -70px; }
.header-nav-a4{ background-position: -280px -35px; }
.header-nav-a5{ background-position: 0px -105px; }
.header-nav-a6{ background-position: -280px -70px; }

.header-nav-a0:hover{
	background-position: -140px 0px;
	color: #004a66;
	letter-spacing: normal;
	text-decoration: none;
}
.header-nav-a1:hover{ background-position: -420px 0px; }
.header-nav-a2:hover{
	background-position: -140px -35px;
	color: #004a66;
	letter-spacing: normal;
	text-decoration: none;
}
.header-nav-a3:hover{
	background-position: -140px -70px;
	color: #004a66;
	letter-spacing: normal;
	text-decoration: none;
}
.header-nav-a4:hover{ background-position: -420px -35px; }
.header-nav-a5:hover{
	background-position: -140px -105px;
	color: #004a66;
	letter-spacing: normal;
	text-decoration: none;
}
.header-nav-a6:hover{
	background-position: -420px -70px;
	color: #004a66;
	letter-spacing: normal;
	text-decoration: none;
}
/*============================I*/
.inline-block{
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1;
	*display: inline;
	*zoom: 1;
}
/*============================J*/
/*============================K*/
#kanren{
	width:960px;
	margin:10px 0px 20px;
}
.kanren_right{
	margin-right:20px;
}
#kanren dl{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d5d5d5;
	box-shadow: 0 0 5px 0 #dddddd;
	float:left;
	width:455px;
	height:120px;
	margin:0px 0px 10px 15px;
}
#kanren dl dt{
	width:120px;
	float:left;
}
#kanren dl dt img{
	width:120px;
	height:120px;
}
#kanren dl dd {
	height: 100px;
	line-height: 1.2em;
	padding: 10px 20px 10px 140px;
	width: 293px;
	font-size:95%;
}
#kanren dl dd .smanone{
	padding-top:10px;
	font-size:85%;
}
#kanren dl dd .smanone p a{
	border: 1px solid #00709d;
	border-radius: 3px;
	font-size: 11px;
	padding: 0px 4px;
	line-height: 2.3em;
}
#kanren dl dd .smanone p a:hover{
	background-color:#00709d;
	color:#ffffff;
	text-decoration: none;
}
/*============================L*/
/*============================M*/
.m3p10pf80l140{
	margin: 3px 10px;
	font-size: 80%;
	line-height: 140%;
}

.m7p15p{
	margin: 7px 15px;
	font-size:19px;
}

.m10-30pf75l140{
	margin: 15px 10px 15px 30px;
	font-size: 75%;
	line-height: 140%;
	float: left;
}

.m15p30pf75l140{
	margin: 15px 30px;
	font-size: 75%;
	line-height: 140%;
}

.month, {
	width:200px;
}
/*============================N*/
.nikki-div{
	position:absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 220px;
	padding: 0px 25px;
	overflow: hidden;
	background: url(http://pcmax.jp/image/pcm/img/test/shame-bg.gif) repeat-x;
}
.nikki-dl{
	left: -25;
	width: 120px;
	height: 220px;
}
.nikki-dt{
	height: 35px;
	overflow: hidden;
	white-space:nowrap;
	font-size: 12px;
	text-align: center;
	background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg.png) no-repeat -500px -440px;
}
.nikki-span-name2{
	display: block;
	width: 106px;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
}

/*============================O*/
/*============================P*/
.partners{
	background:#ffffff none repeat scroll 0px 0px;
	border: 1px solid #d5d5d5;

	box-shadow: 0px 0px 5px 0px #dddddd;
	width: 928px;
	margin: 30px 15px 15px 15px;
}
.partners_btn{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	margin:15px auto 20px;
	width:600px;
}
.partners_btn a{
	width: 600px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.partners_btn a:hover{
	background-color:rgba(255,255,255,0.9);
	border:1px solid rgba(255,255,255,0.0);
	color:#383838;
}
/*============================Q*/
/*============================R*/
.r_ja_r{
	float:left;
	width:280px;
}
.r_ja_t{
	margin: 10px 10px;
	font-size: 75%;
	line-height: 1.4em;
}
.r_ja_p{
	text-align:center;
	float:left;
	width:150px;
}
.recruitment{
	position:relative;
	width:100%;
	background-image:url("http://pcmax.jp/image/pcm/img/partners.png");
	background-size:100%;height:170px;
}
.recruitment_title{
	position:absolute;
	width:928px;
	height:63px;
	padding-top:20px;
	background-image: url("http://pcmax.jp/image/pcm/img/file/contents/contents-splite.png");
	background-repeat: no-repeat;
	background-position: 70px 8px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #ffffff;
}
.recruitment_txt1{
	font-size:13px;
	margin-top:12px;
	font-weight:normal;
}
.recruitment_txt2{
	font-size:13px;
	margin-top:8px;
	font-weight:normal;
}
.r_promo{
	width:563px;
	float:left;
	margin:15px 5px 20px 15px;
}
.r_promo_t{
	margin: 10px;
	font-size: 75%;
	line-height: 1.4em;
}
.r_promo_p{
	text-align:center;
	height:76px;
}
/*============================S*/
.shame-arrow{
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	top: -125px;
	left: -25px;
}
.shame-arrow2{
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	top: -135px;
	left: 885px;
}

.shame-article{
	position:relative;
	top: -20px;
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

.shame-div-wrap{
	position: relative;
	top: 3px;
	left: 0px;
	width: 1920px;
	height: 192px;
}
.shame-dd-male{
	float: left;
	width: 220px;
}

.shame-h1{
	position:absolute;
	top: 1110px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 24px;

}
.shame-h1-focus{ background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg01.png) no-repeat 0px -20px; z-index: 2; }
.shame-h2-focus{ background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg02.png) no-repeat 0px -20px; z-index: 2; }
.shame-h3-focus{ background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg03.png) no-repeat 0px -20px; z-index: 2; }
.shame-h4-focus{ background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg04.png) no-repeat 0px -20px; z-index: 2; }
.shame-h5-focus{ background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg05.png) no-repeat 0px -20px; z-index: 2; }
.shame-h6-focus{ background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg06.png) no-repeat 0px -20px; z-index: 2; }
.shame-h7-focus{ background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg07.png) no-repeat 0px -20px; z-index: 2; }
.shame-h8-focus{ background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg08.png) no-repeat 0px -20px; z-index: 2; }
.shame-h9-focus{ background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg09.png) no-repeat 0px -20px; z-index: 2; }
.shame-h10-focus{ background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg10.png) no-repeat 0px -20px; z-index: 2; }
.shame-h11-focus{ background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg11.png) no-repeat 0px -20px; z-index: 2; }
.shame-h12-focus{ background: url(http://pcmax.jp/image/pcm/img/file/shame-H-bg12.png) no-repeat 0px -20px; z-index: 2; }

.shame-hgroup{
	position:relative;
	height: 42px;
}
.shame-hgroup-1{
	position:relative;
	height: 42px;
}
.shame-span-img{
	display: block;
	position: relative;
	width: 130px;
	height: 130px;
	overflow: hidden;
}
.shame-span-name{
	position: relative;
	display: block;
	width: 125px;
	height: 2em;
	line-height: 2em;
	font-size: 70%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	background: url(http://pcmax.jp/image/pcm/img/file/bg-syame.png) center center;
}

/*============================T*/
/*============================U*/
/*============================V*/
/*============================W*/
.wrap{
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	padding-bottom: 20px;
}
/*============================X*/
/*============================Y*/
.year {
	width:50px;
}
/*============================Z*/
