@charset "euc-jp";

body,
html {
	height: 100%;
}

body {
	/*background-image: url(../img/common/back.jpg);*/
	/*background:repeating-linear-gradient(90deg, #e79901 0, #e79901 5px, #e2e7eb px, #e2e7eb 20px);*/
	background-color:#EEE;
	font-size: 100%;
}

#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#wrap {
	padding-bottom: 10px;
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url(../img/common/back_center.jpg);*/
	background-color:#FFF;
	background-repeat: repeat-y;
}

#footer {
	margin: 0 auto;
	/*height: 80px;*/
	color: white;
	/*position: absolute;*/
	/*bottom: 0;*/
	width: 1030px;
	background-color: #333;
	/*background-image: url(../img/common/footer_back.jpg);*/
	background-repeat: repeat-y;
}
#footer .inner {
	width: 990px;
	margin: 0 auto;
}
#footer .inner #footer_site_id {
	float: left;
	width: 102px;
	height: 24px;
	margin-top: 10px;
	margin-right: 10px;
}
#footer .inner #footer_links {
	margin-top: 10px;
	float: left;
}
#footer .inner #footer_links p {
	font-size: 75%;
	margin-left: 20px;
	line-height: 150%;
}
#footer .inner #footer_links p a {
	color: #FFF;
	text-decoration: none;
}
#footer .inner #footer_links p a:hover {
	text-decoration: underline;
}
#footer .inner #social {
	float: right;
}
#footer .inner #social li {
	float: left;
	width: 58px;
	margin-top: 10px;
	margin-right: 10px;
	height: 40px;
}
#footer .inner #web_site {
	clear: both;
	width: 990px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
#footer .inner #web_site p {
	width: 970px;
	font-size: 75%;
	margin: 0 0 5px 0;
	color: #FFF;
	padding: 2px 5px;
	border-left: 10px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#footer .inner #web_site ul {}
#footer .inner #web_site ul li {
	width: 194px;
	height: 70px;
	float: left;
}
#footer .inner #web_site ul li.right5 {
	margin-right: 5px;
}
#footer .inner #web_site img {
	width: 194px;
	height: 70px;
	margin-bottom: 5px;
}
#footer .inner #web_site img.right5 {
	margin-right: 5px;
}


h1 {
	font-size: 75%;
	font-weight: normal;
	padding: 10px;	/*margin-top: 5px;*/
	padding-left:20px;
	margin: 0 auto;
	//width: 990px;
	color:#FFF;
	background-color: #333;
}
h1 a {
	color: #09F;
}

/***** #header */
#header {
	//background-image: url(../img/common/header_back.gif);
	background-repeat: no-repeat;
	//width: 990px;
	height: 90px;
	background-position: top;
	margin-top: 5px;
	margin: 5px auto 0 auto;
}

/*#header #site_id {
	background-image: url(../img/common/site_id.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 280px;
	height: 50px;
	float: left;
	text-indent: -9999px;
	margin-top: 13px;
	margin-left: 20px;
}
#header #site_id a {
	width: 280px;
	height: 50px;
	display: block;
}*/

#header #site_id {
	//background-image: url(../img/common/site_id_haru1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 300px;
	height: 67px;
	float: left;
	//text-indent: -9999px;
	margin-top: 20px;
	margin-left: 20px;
}
#header #site_id a {
	width: 197px;
	height: 67px;
	display: block;
}

#header #site_id_haru {
	width: 392px;
	height: 67px;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
}

#header #siryo {
	width: 250px;
	height: 54px;
	float: left;
	margin-top: 10px;
	margin-left: 70px;
}


#header #header_right {
	float: right;
	width: 420px;
	margin-top: 10px;
	margin-right: 10px;
}
#header #header_right #tel_no {
	text-align: right;
}
#header #header_right #primary_navi li {
	//float: left;
	float: right;
	margin-top: 5px;
}
#header #header_right #primary_navi li#home a,
#header #header_right #primary_navi li#company a,
#header #header_right #primary_navi li#topics a,
#header #header_right #primary_navi li#inquiry a,
#header #header_right #primary_navi li#login a
{
	height: 30px;
	background-image: url(../img/common/subnavi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#header #header_right #primary_navi li#home a {
	background-position: 0 0;
	width: 60px;
}
#header #header_right #primary_navi li#company a {
	background-position: -60px 0;
	width: 70px;
}
#header #header_right #primary_navi li#topics a {
	background-position: -130px 0;
	width: 70px;
}
#header #header_right #primary_navi li#inquiry a {
	background-position: -200px 0;
	width: 84px;
}
#header #header_right #primary_navi li#login a {
	background-position: -284px 0;
	width: 136px;
}
/* on */
#header #header_right #primary_navi li#home a:hover {
	background-position: 0 -30px;
}
#header #header_right #primary_navi li#company a:hover {
	background-position: -60px -30px;
}
#header #header_right #primary_navi li#topics a:hover {
	background-position: -130px -30px;
}
#header #header_right #primary_navi li#inquiry a:hover {
	background-position: -200px -30px;
}
#header #header_right #primary_navi li#login a:hover {
	background-position: -284px -30px;
}
#header #header_right #primary_navi li#topics
{
	background-position: -130px 0;
	width: 70px;
	height: 30px;
	background-image: url(../img/common/subnavi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}

/***** #visual */
#visual {
	width: 990px;
	margin: 15px auto 0 auto;
}
#visual #pms_image {
	width: 282px;
	height: 225px;
	float: left;
}
#visual #pms_merit {
	width: 525px;
	height: 225px;
	float: left;
}
#visual #pms_bn_free {
	width: 183px;
	height: 225px;
	float: right;
}
/* 2012.05.25 */
#visual #special_bn {
	width: 990px;
	height: 223px;
	margin-top: 10px;
}
/**/


/***** pankuzu */
#pankuzu {
	font-size: 12px;
	width: 966px;
	margin: 20px auto 0 auto;
	height: 20px;
	padding-top: 10px;
	color: #000;
}
#pankuzu a {
	color: #666;
	text-decoration: none;
}
#pankuzu a:hover {
	text-decoration: underline;
}


/***** #topics_ticker */
#topics_ticker {
	width: 966px;
	height: 30px;
	background-image: url(../img/home/topics_back.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 20px auto 0 auto;
}
#topics_ticker ul#news {
	font-size: 75%;
	margin: 0 0 0 80px;
	padding-top: 10px;
}
#topics_ticker ul#news li a {
	color: #F00;
}
#topics_ticker ul#news li a:hover {
	color: #F00;
}


/***** #contents */
#contents {
	width: 990px;
	margin: 15px auto 0 auto;
	padding-bottom: 30px;
}

/***** #side */
#contents #side {
	width: 250px;
	float: left;
}
/* データ入稿ボタン */
#contents #side #sidemenu #printing_btn {
	width: 226px;
	margin: 0 auto;
}
#contents #side #sidemenu #printing_btn img {
	margin-top: 10px;
}
/* sidemenu */
#contents #side #sidemenu {
	//background-image: url(../img/common/side_back.gif);
	padding: 10px 5px;
	background-repeat: no-repeat;
	background-position: top;
	box-shadow: 3px 3px 0px 0px rgba(234, 234, 234, 0.75);
	background-color:rgba(238, 238, 238,0.2);
	/*margin-bottom: 10px;*/
}
#contents #side #sidemenu p {
	width: 226px;
	margin: 0 auto;
	/*height: 49px;*/
}
#contents #side #sidemenu ul {
	margin: 10px 0 20px 0;
}
#contents #side #sidemenu ul li {
	margin: 5px auto;
	width: 226px;
}
#contents #side #sidemenu ul.side_inner {
	margin: 0;

}
#contents #side #sidemenu ul.side_inner li {
	margin: 0 auto;
	width: 209px;
	background-color: #CCC;
	border-bottom: solid 1px #999999;
	padding: 5px 5px 5px 10px;
	font-size: 75%;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	background-image: url(none);
}
#contents #side #sidemenu ul.side_inner li a {
	color: #333;
	text-decoration: none;
}
#contents #side #sidemenu ul.side_inner li a:hover {
	text-decoration: underline;
}


/* service */
#contents #side #service_bn {
	background-image: url(../img/common/side_back.gif);
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: top;
}

#uchiwa_links {
	width: 226px;
	margin: 10px auto 0 auto;
	padding-bottom: 10px;
	background-image: url(../img/common/bn_uchiwa_bg.gif);
	border-bottom: 2px solid #000000;
}
#uchiwa_links #bana {

}
#uchiwa_links #bana img {


}
#uchiwa_links ul {
	width: 216px;
	display: block;
	margin: 0 auto;
	font-size: 75%;
	border-top: dotted 1px #333333;
}
#uchiwa_links ul li a {
	text-decoration: none;
	color: #09F;
	margin-left: 5px;
}
#uchiwa_links ul li a:hover {
	text-decoration: underline;
}

#contents #side #service_bn #uchiwa_links {
	width: 226px;
	margin: 10px auto 0 auto;
	padding-bottom: 10px;
	background-image: url(../img/common/bn_uchiwa_bg.gif);
	border-bottom: 2px solid #000000;
}
#contents #side #service_bn #uchiwa_links #bana {

}
#contents #side #service_bn #uchiwa_links #bana img {


}
#contents #side #service_bn #uchiwa_links ul {
	width: 216px;
	display: block;
	margin: 0 auto;
	font-size: 75%;
	border-top: dotted 1px #333333;
}
#contents #side #service_bn #uchiwa_links ul li a {
	text-decoration: none;
	color: #09F;
	margin-left: 5px;
}
#contents #side #service_bn #uchiwa_links ul li a:hover {
	text-decoration: underline;
}


#contents #side #service_bn p {
	width: 226px;
	margin: 20px auto 0 auto;
	height: 33px;
}
#contents #side #service_bn ul li {
	margin: 10px auto 0 auto;
	width: 226px;
}

#service_top {
	width: 696px;
	margin: 10px auto 0 auto;
}


/* social */
#contents #side #social_bn {
	background-image: url(../img/common/side_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#contents #side #social_bn ul {
	padding-top: 20px;
}
#contents #side #social_bn ul li {
	margin: 0 auto 10px auto;
	width: 226px;
}

/* etc_bn */
#contents #side #etc_bn {
	width: 226px;
	margin: 0 auto;
	text-align: center;
}

/***** #main */
#contents #main {
	width: 720px;
	float: right;
}

/**/
#contents #main .campaign {
	width: 720px;
	margin-bottom: 20px;
	font-size: 75%;
	text-align: center;
	line-height: 150%;
}
#contents #main .campaign a {
	text-decoration: none;
}
#contents #main .campaign a:hover {
	text-decoration: underline;
}

#contents #main .campaign #printfes {
	width: 718px;
	padding: 0 2px 5px 0;
	background-color: #993300;
}
#contents #main .campaign #uchiwa {
	width: 718px;
	padding: 0 2px 5px 0;
	background-color: #000;
}
#contents #main .campaign #printfes img,
#contents #main .campaign #uchiwa img {
	width: 234px;
	height: 35px;
	margin: 2px 0px 0 2px;
}



#contents #main #top_copy {
	width: 700px;
	margin-bottom: 20px;
}
#contents #main #top_copy h2 {
	width: 700px;
	background-color: #333;
	padding: 10px;
	color: #FFF;
	font-size: 100%;
	text-align: center;
}
#contents #main #top_copy p {
	width: 700px;
	font-size: 75%;
	line-height: 150%;
	margin-top: 5px;
}


#contents #main #spice_bn {
	width: 720px;
	margin-bottom: 20px;
	font-size: 75%;
	text-align: center;
	line-height: 150%;
}
#contents #main #spice_bn a {
	text-decoration: none;
}
#contents #main #spice_bn a:hover {
	text-decoration: underline;
}

#contents #main #manga_bn {
	width: 720px;
	margin-bottom: 20px;
	font-size: 75%;
	text-align: center;
	line-height: 150%;
}
#contents #main #manga_bn a {
	text-decoration: none;
}
#contents #main #manga_bn a:hover {
	text-decoration: underline;
}

#contents #main #area {
	background-image: url(../img/common/main_back.gif);
	background-repeat: repeat-y;
}
#contents #main #area .item_title {
	width: 696px;
	margin: 10px auto 0 auto;
	height: 33px;
}
#contents #main #area ul#item_uchiwa {
	width: 660px;
	margin: 0 auto;
}
#contents #main #area ul#item_uchiwa li {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	width: 310px;
	height: 190px;
	font-size: 75%;
	text-align: center;
	line-height: 150%;
}
#contents #main #area ul#item_uchiwa li a {
	text-decoration: none;
}
#contents #main #area ul#item_uchiwa li a:hover {
	text-decoration: none;
}

#contents #main #area ul#item_ranking li {
	float: left;
	margin: 10px 0 30px 15px;
	width: 215px;
	//height: 190px;
	font-size: 75%;
	text-align: center;
	line-height: 150%;
}
#contents #main #area ul#item_ranking li a {
	text-decoration: none;
}
#contents #main #area ul#item_ranking li a:hover {
	text-decoration: none;
}

#contents #main #area ul#item_focus {

}
#contents #main #area ul#item_focus li {
	float: left;
	margin: 10px 0 0 30px;
	width: 140px;
	height: 140px;
}

#contents #main #area #btn {
	clear: both;
	width: 710px;
	height: 45px;
	text-align: right;
	background-image: url(../img/common/main_btn_back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 10px;
}

/* Find job! */
#contents #main #recruit {
	margin-top: 50px;
}
#contents #main #recruit p.top_copy {
	margin-bottom: 10px;
}


#contents #main #area #inquery_btn,
#contents #main #area #trial_btn {
	clear: both;
	width: 630px;
	height: 100px;
	margin: 50px auto;
}
#contents #main #area #trial_btn_spice {
	clear: both;
	width: 630px;
	height: 169px;
	margin: 50px auto;
}
#contents #main #area #trial_btn_toranomaki {
	clear: both;
	width: 630px;
	height: 169px;
	margin: 10px auto 50px auto;
}
#contents #main #area #trial_btn_pmoba {
	clear: both;
	width: 630px;
	height: 155px;
	margin: 50px auto;
}
#contents #main #area #trader_plan_btn {
	clear: both;
	width: 622px;
	height: 69px;
	margin: 50px auto;
}
#contents #main #area #trial_btn_nigaoe {
	clear: both;
	width: 540px;
	height: 120px;
	margin: 50px auto;
}
#contents #main #area #trial_btn_nigaoe p {
	font-size: 85%;
	text-align: center;
	color: #F00;
	margin-top: 5px;
}



#contents #bn_inq_support {
	width: 992px;
	height: 110px;
	margin: 40px 0 0 0;
}


/***** .pagetop */
#contents .pagetop {
	width: 990px;
	text-align: right;
	clear: both;
	padding-top: 30px;
}
#contents .page_top {
	width: 696px;
	text-align: right;
	clear: both;
	padding-top: 30px;
	margin: 0 auto;
}


/**/
#submit_btn {
	margin-bottom: 20px;
}

p.akamoji {
	color: #F00;
	font-size: 120%;
}

#attention {
	font-size: 90%;
	line-height: 200%;
	width: 620px;
	margin: 10px auto 0 auto;
}
#attention span {
	color: #F00;
	font-weight: bold;
}

/* アナウンス */
#announce {
	width: 604px;
	border: solid #FF0000 3px;
	padding: 0px;
	margin: 0 0 10px 0;
	text-align: center;
}
#announce h2 {
	color: #FF0;
	background-color: #FF0000;
	margin: 0;
	padding: 5px;
	font-size: 100%;
	/*width: 600px;*/
}
#announce p {
	color: #333;
	font-size: 80%;
	line-height: 140%;
	margin: 5px 10px;
	padding: 0;
}
#announce p span {
	color: #F00;
	font-weight: bold;
	font-size: 120%;
}
/* アナウンス */

.bn img:hover {
	opacity: 0.5;
}

/* ヘッダーナビ */
#primary_navi .blurry-menu {  
	font-family: 'Lato', helvetica, arial, sans-serif;
	height: 50px;
	//margin: 40px 0;
	padding: 20px 0;
	text-align: center;
	
}

#primary_navi ul {  
	display: inline-block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	
	background: -webkit-linear-gradient(#fafafa, #f1f1f1);
	background: -moz-linear-gradient(#fafafa, #f1f1f1);
	background: -ms-linear-gradient(#fafafa, #f1f1f1);
	background: -o-linear-gradient(#fafafa, #f1f1f1);      
	background: linear-gradient(#fafafa, #f1f1f1);
	
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
	-moz-box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
	box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
}

#primary_navi ul:after {  
	content: '';
	height: 46px;
	left: -50px;
	position: absolute;
	top: -32px;
	width: 120%;
	z-index: 1;
	background: -webkit-linear-gradient(left top, rgba(255,255,255,.1), rgba(255,255,255,.7));
	background: -moz-linear-gradient(left top, rgba(255,255,255,.1), rgba(255,255,255,.7));
	background: -ms-linear-gradient(left top, rgba(255,255,255,.1), rgba(255,255,255,.7));
	background: -o-linear-gradient(left top, rgba(255,255,255,.1), rgba(255,255,255,.7));       
	background: linear-gradient(left top, rgba(255,255,255,.1), rgba(255,255,255,.7));
	-webkit-transform: rotate(-2.4deg);
	-moz-transform: rotate(-2.4deg);
	-ms-transform: rotate(-2.4deg);
	-o-transform: rotate(-2.4deg);       
	transform: rotate(-2.4deg);
}

#primary_navi li {float: left;}

#primary_navi a {
	border-left: 1px solid #fff;
	border-right: 1px solid #eee;
	color: #888;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;  
	z-index: 2;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;    
	transition: all 150ms linear;
}

#primary_navi a:focus {
	outline: 0;
}

#primary_navi li:first-child a {
	border-left: none;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

#primary_navi li:last-child a {
	border-right: none;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

#primary_navi ul:hover a {
	color: transparent;
	text-shadow: 0 0 5px #ccc;
}

#primary_navi ul:hover a:hover {
	background: #fafafa;
	color: #444;
	line-height: 43px;
	text-shadow: 0 1px 0 #fff;  
}

#primary_navi ul:hover a:active {
	border-left-color: #f0f0f0; 
	color: #999;
	line-height: 47px;
	-webkit-box-shadow: inset 0 0 22px #e9e9e9;
	-moz-box-shadow: inset 0 0 22px #e9e9e9;
	box-shadow: inset 0 0 22px #e9e9e9;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;    
	transition: none;
}

/* サイドメニュー */
#sidemenu nav{
	margin-top:150px;
}
#sidemenu ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	-webkit-backface-visibility: hidden; backface-visibility: hidden;  
}
#sidemenu .var_nav
{
	position:relative;
	background:#ccc; 
	width:300px;
	height:70px;
	margin-bottom:5px;
}
#sidemenu .link_bg
{
	//width:3px;
	height:70px;
	position:absolute;
	background:#000;
	color:#fff;
	z-index:2;
}
#sidemenu .link_bg i
{
	position:relative;
}
#sidemenu .link_title
{
	position:absolute;
	width:100%;
	z-index:3;
	color:#fff;
}
#sidemenu .link_title:hover .icon
{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);  
}
#sidemenu .var_nav:hover .link_bg
{
	width:100%;
	background:#000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;  
}
#sidemenu .var_nav:hover a
{
	font-weight:bold;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out; 
	-o-transition:all .5s ease-in-out; 
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;  
}
#sidemenu .icon
{
	position:relative;
	width:70px;
	height:70px;
	text-align:center;
	color:#fff;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out; 
	-o-transition:all .5s ease-in-out; 
	-ms-transition:all .5s ease-in-out;   
	float:left;
	transition:all .5s ease-in-out;   
	float:left;  
}
#sidemenu .icon i{top:22px;position:relative;}
#sidemenu a{
	display:block;
	position:absolute;
	float:left;
	font-family:arial;
	color:#fff;
	text-decoration:none;
	width:100%;
	height:70px;
	text-align:center;
}
#sidemenu span
{
	font-size:0.8em;
	line-height:1.6em;
	margin-top:1.8em;
	display:block;
}