@charset "shift_jis";


/*----------------------------------*/
/*          スタイル初期化          */
/*----------------------------------*/

body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
	font-family:Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

body{
	line-height:1;
	color:#333333;
}

a img,img{
	border:0;
}

ul,ul li{
	list-style:none;
}

table{
    border-collapse:collapse; 
    border-spacing:0;
}

caption,
th {
    text-align:left;
}

a{
	text-decoration:none;
	color: #005871;
}

a:hover{
	text-decoration:underline;
}

address{
	font-style:normal;
}


/*----------------------------------*/
/*          clearfix決定版          */
/*----------------------------------*/

.clearfix{
	/zoom:1;
}

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


/*----------------------------------*/
/*          汎用スタイル            */
/*----------------------------------*/

body{
	font-size:12px;
	background-color:#FFF;
}

#wrapper{
	border-top:6px solid #000;
}

h1,
#head_upper,
#head,
#menu,
#main,
#foot_upper,
#copy{
	width:980px;
	margin:0 auto;
}


#foot_upper,
#foot div,
#copy{
	width:auto;
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=80);
}


/* head_upper */
#head_upper{
	margin:0px auto 23px;
	padding-top:13px;
}

#head_upper h1{
	font-size:12px;
	font-weight:normal;
	color:#555;
	float:left;
	width:650px;
}

#head_upper ul{
	float:right;
}

#head_upper ul li{
	line-height:1.1;
	float:left;
	margin-left:7px;
}

#head_upper ul li+li{
	background:url(img/slash.gif) no-repeat top left;
	padding-left:13px;
}


/* head */

#head{
	margin:20px auto;
}

#head div{
	float:left;
	width:318px;
}

#head ul{
	float:right;
	width:500px;
	text-align:right;
	padding-top:5px;
}

#head ul li{
	display:inline;
	padding-left:2px;
}

#menu{
	margin-bottom:3px;
	_margin-bottom:0px;
}

#menu li{
	float:left;
	height:47px;
}


/* main */
#main{
	margin-top:15px;
}




/* left */
#left{
	float:left;
	width:720px;
}

/* right */
#right{
	width:240px;
	float:right;
}

#right .side p{
	margin-bottom:7px;
}


/* foot_upper */
#foot_upper{
	margin:0 auto;
	margin-top:40px;
	width:980px;
}

#foot_upper .sns{
	float:left;
	width:300px;
}

#foot_upper .pagetop{
	float:right;
	width:100px;
}

.pagetop{
	text-align:right;
	margin-top:10px;
}

.pagetop a{
	color:#333;
	background:url(img/pageup.gif) no-repeat right 2px;
	padding-right:8px;
	font-weight:normal!important;
}



/* foot */
#foot{
	padding:20px 0;
	margin-top:20px;
	font-size:12px;
	line-height:1.7;
	color:#EEE;
	background:#333;
}
	
#foot div{
	width:980px;
	margin:0 auto;
}
	
#foot p{
	margin:0 0 10px;
	text-align:center;
	font-size:12px;
	color:rgba(255,255,255,0.5);
}

#foot ul{
}
	
#foot ul li{
	display: inline-block;
}

#foot ul li a{
	color:rgba(255,255,255,0.7);
	display:block;
	padding:5px;
}

#foot ul li a:hover{
	color:rgba(255,255,255,1);
	background:rgba(255,255,255,0.05);
}

/* copy */
#copy{
	text-align:center;
	padding:20px 0;
	font-size:11px;
	color:rgba(255,255,255,0.5);
	background:#252525;
}

#copy strong{
	font-weight:normal;
}

#copy span{
	padding-left:10px;
}

#copy a{
	color:rgba(255,255,255,0.7);
}


/*----------------------------------*/
/*      トップページスタイル        */
/*----------------------------------*/


/* トップ画像 */
#topimg{
	padding:10px 0;
}

#topimg #slider{
	width:980px;
	height:306px;
	margin:0 auto;
}

#topimg #slider .img1{
	background:url(img/topimg01.jpg) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
}

#topimg #slider .img2{
	background:url(img/topimg02.jpg) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
}

#topimg .jquery-slider{
	overflow:hidden;
	position:relative;
}

#topimg .jquery-slider-element {
	overflow:hidden;
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#topimg .jquery-slider-control{
	overflow:hidden;
	position:absolute;
	text-align:center;
	width:17px;
	height:21px;
	line-height:21px;
	padding:0;
	margin:0;
	opacity:0.6;
	cursor:pointer;
	text-indent:-9999px;
}

#topimg .jquery-slider-control:hover{
	opacity:1;
}

#topimg .jquery-slider-control-prev{
	background:url(img/slide_back.gif) no-repeat left top;
	left:15px;
	top:150px;
}

#topimg .jquery-slider-control-next{
	background:url(img/slide_next.gif) no-repeat left top;
	right:15px;
	top:150px;
}

/* トップコンテンツ */
.index #left .top .case_bana{
	margin-bottom:15px;
}

.index #left .top ul{
	margin:0 -15px 0 0;
	/margin-bottom:20px;
	padding:0;
}

.index #left .top ul li{
	width:347px;
	height:183px;
	float:left;
	margin:0 18px 18px 0;
	padding:0;
	border:1px solid #d3d3d3;
}

.index #left .top ul li:hover{
}

.index #left .top ul li.box01{
	background:url(img/box_back01.gif) no-repeat left top;
}

.index #left .top ul li.box02{
	background:url(img/box_back02.gif) no-repeat left top;
}

.index #left .top ul li.box03{
	background:url(img/box_back03.gif) no-repeat left top;
}

.index #left .top ul li.box04{
	background:url(img/box_back04.gif) no-repeat left top;
}

.index #left .top ul li h2{
	padding:18px 0 0 24px;
}

.index #left .top ul li p{
	padding:10px 25px 0 105px;
	font-size:12px;
	line-height:1.7;
	margin:0;
}


/* bana */
.index #left .bana{
	margin-top:20px;
}



/* 新着お知らせ */
.index #left .news{
	padding-top:15px;
}

.index #left .news h2{
	font-size:15px;
	margin:0;
	padding-bottom:10px;
	border-bottom:1px solid #b7b7b7;
}

.index #left .news h2 span{
	padding-left:10px;
	position:relative;
	top:-1px;
}

.index #left .news ul{
	margin:13px 0;
}

.index #left .news ul li{
	line-height:150%;
	margin-bottom:10px;
	background:none;
	padding-left:0;
	/zoom:1;
}

.index #left .news ul li:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.index #left .news ul li span{
	float:left;
	display:block;
	width:80px;
	font-weight:bold;
}

.index #left .news ul li p{
	float:right;
	width:630px;
	margin:0;
}


/*----------------------------------*/
/*      下層ページ共通スタイル      */
/*----------------------------------*/

/* ぱんくずリスト */
.pankuzu{
	padding:20px 0 0;
	font-size:11px;
}

.pankuzu li{
	float:left;
	background:url(img/pankuzu.gif) no-repeat right 1px;
	padding-right:15px;
	margin-right:10px;
	line-height:110%;
}

/* ページタイトル */
#main h2{
	margin-bottom:20px;
}


/* 枠組み */
#left .contents{
}

#left .contents .zero{
	margin-top:0;
}

#left .contents .contents_body{
	padding:0 0 30px 20px;
	border-bottom:1px dashed #CCC;
}

/* 見出し */

#left .contents h2{
	margin:0;
}

#left .contents h3{
	margin:30px 0 20px 0;
	padding:5px 5px 5px 15px;
	font-size:18px;
	line-height:1.5;
	border-left:5px solid #0479a3;
}

#left .contents h3 span{
	font-weight:normal;
	padding-left:5px;
	font-size:16px;
}

#left .contents h4{
	margin:35px 0 10px;
	font-size:15px;
}

#left .contents h5{
	margin:20px 0 7px;
	padding:10px;
	color:#000;
	font-size:13px;
	border:1px dashed #BBB;
	font-weight:normal;
}


/* コンテンツ */
#left .contents p{
	line-height:1.6;
	margin:0px 0 10px;
}

#left .contents .notes{
	color:#555;
	padding:10px 20px;
	margin:15px 0 20px;
	background:#F7F7F7;
}

#left .contents .notes p{
	background:url(img/notes_back.gif) no-repeat left 3px;
	padding-left:20px;
	margin:5px 0;
}

#left .contents p.attention{
	border:1px solid #ffc1d3;
	color:#cb063f;
	padding:8px 10px;
}

#left .contents p.button{
	text-align:center;
}

#left .contents p.button a{
	padding:0 5px;
}

#left .contents p.img{
	border-bottom:1px dashed #BBB;
	border-top:1px dashed #BBB;
	padding:10px 0;
}

#left .contents a{
	font-weight:bold;
}

#left ul{
	margin:10px 10px 15px 10px;
}

#left ul li{
	margin-bottom:8px;
	background:url(img/list_icon.gif) no-repeat left 3px;
	padding-left:18px;
	line-height:1.5;
}

#left ul li span{
	font-weight:bold;
}

#left ul.supple{
	font-size:11px;
	margin:0 0 15px;
	padding:10px;
	color:#666;
	background:#F9F9F9;
	border-top:1px solid #EEE;
}

#left ul.supple li{
	margin:0;
}

#left ol{
	margin:15px 10px 15px 30px;
}

#left ol li{
	margin-bottom:8px;
	line-height:1.5;
}


#left .list ul{
	margin:15px 0;
}

#left .list li{
	background:none;
	padding:0;
	margin:0 6px 6px 0;
	float:left;
}

#left .list li img{
	display:block;
}



/* table */
#left table{
	width:100%;
	line-height:1.6;
}

#left table th{
	border:1px solid #DDD;
	padding:10px 15px;
	text-align:left;
	vertical-align:top;
	color:#444;
	background:rgba(0,0,0,0.05);
}

#left table th span{
	color:#da265a;
	display:block;
}

#left table td{
	border:1px solid #DDD;
	padding:10px 15px;
}

#left table td dt{
	font-weight:bold;
	background:url(img/list_icon03.gif) no-repeat left 4px;
	padding-left:13px;
}

#left table td dt span{
	color:#C81B4D;
	padding-left:2px;
}

#left table td dd{
	margin-bottom:10px;
}

#left table td ul{
	margin:5px 0 15px;
}

#left table td li{
	background:url(img/list_icon02.gif) no-repeat 5px 7px;
	padding-left:15px;
	margin-bottom:5px;
}

#left table td li p{
	margin-left:10px;
}


/*----------------------------------*/
/*     制作・導入実績のスタイル     */
/*----------------------------------*/
#left .portfolio{
	border-bottom:1px dashed #BBB;
}

#left .portfolio .case{
	border-top:1px dashed #BBB;
	padding:25px 0;
}

#left .portfolio .case img{
	display:block;
	float:left;
	padding-right:10px;
	background-color:#FFF;
}

#left .portfolio .case a img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}

#left .portfolio .case div{
	width:500px;
	float:right;
}

#left .portfolio .case div h3{
	background:none;
	margin:0px 0 10px;
	padding:0px;
	border:0;
}

#left .portfolio .case div h3 a{
	background:url(img/window.gif) no-repeat right 2px;
	padding-right:20px;
}

#left .portfolio .case div p{
	margin:0;
}

#left .portfolio .case div dl{
	margin:10px 0 0;
}

#left .portfolio .case div dt{
	float:left;
	width:100px;
}
#left .portfolio .case div dd{
	float:right;
	width:390px;
	padding-top:1px;
	line-height:160%;
}

/*----------------------------------*/
/*  制作・導入実績のスタイル(new)   */
/*----------------------------------*/
#left .pf_new{
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
}

#left .pf_new .pf_row{
	display: table-row;
}

#left .pf_new .pf_list_wrap{
	display: table-cell;
	vertical-align: top;
	width: 33%;
	padding: 10px;
	border: 1px solid #DDD;
}

#left .pf_new .pf_list_body{
}

#left .pf_new .pf_list_body .pf_list_photo{
	margin: 0 0 5px;
}

#left .pf_new .pf_list_body .pf_list_photo a{
}

#left .pf_new .pf_list_body .pf_list_photo img{
	border: 1px solid #EEE;
}

#left .pf_new .pf_list_body h3{
	line-height: 1.3;
	margin: 0 0 5px;
	color: #666;
	background: linear-gradient(#FFF 50%, #F5F5F5 0%);
}

#left .pf_new .pf_list_body .pf_list_main{
	line-height: 1.3;
	margin: 0 0 10px;
	color: #666;
}

#left .pf_new .pf_list_foot{
	font-size: 11px;
	color: #AAA;
	text-align: right;
}

/*----------------------------------*/
/*      jobcubeとはのスタイル       */
/*----------------------------------*/
#left .about .kakin table{
}

#left .about .kakin th,
#left .about .kakin td{
	border:1px solid #CCC;
	padding:5px;
	vertical-align:middle;
	font-size:12px;
}
#left .about .kakin .c1{
	background-color:#F9F9F9;
}

#left .about .kakin .c3{
	border-right:2px dashed #999;
}

#left .about .kakin table tr th{
	font-size:10px;
	text-align:center;
	background-color:#EEE;
}

#left .about .kakin th span{
	display:block;
	font-weight:normal;
	color:#555;
}

#left .about .kakin td+td{
	text-align:center;
	font-size:10px;
	background-position:center;
	background-repeat:no-repeat;
}

#left .about .kakin td.free{
	background-image:url(img/kakin_free.png);
	text-indent:-9999px;
	overflow:hidden;
}

#left .about .kakin td.required{
	background-image:url(img/kakin_required.png);
	text-indent:-9999px;
	overflow:hidden;
}

#left .about .kakin td.plural{
	background-image:url(img/kakin_plural.png);
	text-indent:-9999px;
	overflow:hidden;
}

#left .about .kakin ul{
	border:1px solid #CCC;
	margin:10px 0;
	padding:15px;
}

#left .about .kakin li{
	padding-left:25px;
	float:left;
	margin:0 30px 0 0;
}

#left .about .kakin li.plural{
	background:url(img/kakin_plural.png) no-repeat left;
}

#left .about .kakin li.required{
	background:url(img/kakin_required.png) no-repeat left;
}

#left .about .kakin li.free{
	background:url(img/kakin_free.png) no-repeat left;
}

#left .about .kakin p{
	margin-bottom:25px;
}



/*----------------------------------*/
/*          特長のスタイル          */
/*----------------------------------*/

#left .point .box01{
	padding-right:170px;
	background:url(img/point_back01.gif) no-repeat right 0;
}

#left .point .box02{
	padding-left:170px;
	background:url(img/point_back02.gif) no-repeat left 0;
}

#left .point .box03{
	padding-right:170px;
	background:url(img/point_back03.gif) no-repeat right 0;
}

#left .point .box04{
	padding-left:170px;
	background:url(img/point_back04.gif) no-repeat left 0;
}

#left .point .box05{
	padding-right:170px;
	background:url(img/point_back05.gif) no-repeat right 0;
}



/*----------------------------------*/
/*        機能一覧のスタイル        */
/*----------------------------------*/

#left .function table{
	margin:5px 0;
}

#left .function table td{
	padding-bottom:0;
}



/*----------------------------------*/
/*       ご提供価格のスタイル       */
/*----------------------------------*/

#left .price .price{
	margin:15px 0 10px;
}

#left .price .price p{
	background:url(img/notes_back.gif) no-repeat 20px 20px #F7F7F7;
	margin:5px 0;
	font-size:15px;
	font-weight:bold;
	padding:15px 30px 15px 40px;
}

#left .price .price p span,
#left .price h5 span{
	color:#c81b4d;
	padding-left:3px;
}

#left .price .price p span.supple{
	font-weight:normal;
	font-size: 12px;
}





/*----------------------------------*/
/*     よくあるご質問のスタイル     */
/*----------------------------------*/

#left .faq dl{
	border-top:1px dashed #BBB;
	margin-bottom:5px;
}

#left .faq dt{
	background:url(img/faq_q.gif) no-repeat left 22px;
	padding:30px 0 8px 40px;
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
}

#left .faq dd{
	background:url(img/faq_a.gif) no-repeat left top;
	padding:7px 0 20px 40px;
	border-bottom:1px dashed #BBB;
}

#inquiry_link_list{
	margin:10px;
	background-color:#f5f5f5;
	padding:30px;
	border:3px solid #ccc;
}

#faqSearch table{
	margin:10px;
}

#faqSearch table th{
	width:140px;
	vertical-align:middle;
}

#faqSearch td input{
	border:2px solid #999;
	padding:5px;
	font-size:12pt;
	width:350px;
}

#faqSearch .button input{
	width:100px;
	background-color:#444;
	border:2px outset #333;
	color:#fff;
}

#vote .button{
	margin:20px;
	text-align:center;
}

#vote .button input{
	width:150px;
	height:30px;
}

#listback{
	text-align:center;
	margin-left:5px;
	border-top:1px dashed #ccc;
	padding:20px;
}

#unsolved{
	margin:10px;
}

/*----------------------------------*/
/*      お問い合わせのスタイル      */
/*----------------------------------*/
#left div.inquiry .before ul li{
	line-height:1;
	background-position:left 1px;
}

#left div.inquiry .before ul li strong{
	font-weight:normal;
}

#left div.inquiry .before form{
	margin:0 10px;
}

#left div.inquiry .before form .search_form{
	padding:10px;
	border:1px solid #DDD;
	text-align:center;
	margin:-5px 0 5px;
	background-color:#FAFAFA;
}

#left div.inquiry .before form .search_form label{
	background:url(img/faq_search_icon.png) no-repeat left top;
	text-indent:-9999px;
	display:inline-block;
	width:30px;
	height:26px;
	vertical-align:top;
}

#left div.inquiry .before form input[type="text"]{
	padding:6px;
	border:1px solid #BBB;
	margin-left:10px;
	width:320px;
}

#left div.inquiry .before form input[type="submit"]{
	background:url(img/faq_search_btn.png) no-repeat left top;
	width:57px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	border:0;
	cursor:pointer;
}

#left iframe.inquiry{
	width:700px;
	height:1150px;
	border-bottom:1px dashed #BBB;
	border-top:1px dashed #BBB;
	padding:10px 0;
}


/*----------------------------------*/
/*        製品のデモのスタイル      */
/*----------------------------------*/

#left iframe.password{
	width:680px;
	height:210px;
	margin:0 auto;
	display:block;
	padding:10px;
	background:rgba(0,0,0,0.05);
	border:1px solid rgba(0,0,0,0.1);
}

#left iframe.password:hover{
	background:rgba(0,0,0,0.1);
	border:1px solid rgba(0,0,0,0.3);
}


#left .demosite .qr{
	border:1px dashed #BBB;
	margin:15px 0;
}

#left .demosite .qr img{
	display:block;
	float:left;
}

#left .demosite .qr h4{
	margin-top:12px;
}


/*----------------------------------*/
/*      テンプレートのスタイル      */
/*----------------------------------*/

#left .template ul.clearfix{
	margin:20px -20px 0 0px;
	
}

#left .template ul.clearfix li{
	background:none #FFF;
	vertical-align:top;
	width:210px;
	margin:0 15px 15px 0;
	border:1px solid #BBB;
	padding:10px 5px;
	text-align:center;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5〜7*/
    /zoom: 1; /*for ie5〜7*/
}

#left .template ul.clearfix li.standard{
	width:617px;
	/width:608px;
	display:block;
}

#left .template ul.clearfix li p{
	margin:0 auto;
}

#left .template ul.clearfix li p span{
	font-size:11px;
	color:#666;
	line-height:120%;
}





/*----------------------------------*/
/*         ご注文のスタイル         */
/*----------------------------------*/

#left iframe.kiyaku{
	width:700px;
	height:210px;
	border-bottom:1px dashed #BBB;
	border-top:1px dashed #BBB;
	padding:10px 0;
}

#left iframe.order{
	width:700px;
	height:1050px;
	border-bottom:1px dashed #BBB;
	border-top:1px dashed #BBB;
	padding:10px 0;
}


/*----------------------------------*/
/*    おまかせデザインのスタイル    */
/*----------------------------------*/

#left iframe.design_order{
	width:700px;
	height:1400px;
	border-bottom:1px dashed #BBB;
	border-top:1px dashed #BBB;
	padding:10px 0;
}


/*----------------------------------*/
/*   カスタマイズご相談のスタイル   */
/*----------------------------------*/

#left iframe.customize{
	width:700px;
	height:950px;
	border-bottom:1px dashed #BBB;
	border-top:1px dashed #BBB;
	padding:10px 0;
}


div.partner_wrap{
	margin:20px 0 0;
	border:1px solid #DDD;
	border-radius:3px;
}

div.partner_inner{
	padding:20px 20px 15px;
	border:2px solid #EEE;
	border-radius:3px;
}

div.partner_head{
	position:relative;
	padding:0 0 0 60px;
	min-height:50px;
}

div#left div.contents div.partner_head h3{
	font-size:18px;
	line-height:28px;
	border:0 none;
	padding:0;
	margin:0;
}

div.partner_head h3 a{
	background:url(img/window.gif) no-repeat right 6px;
	padding-right:20px;
}

div.partner_head h3 a:hover{
}

div.partner_head div.pt_icon{
	position:absolute;
	left:0;
	top:0;
	width:48px;
	height:48px;
	border:1px dashed #DDD;
}

div.partner_inner div.ws_comment{
	padding:10px 10px 10px 0;
	border-bottom:1px dashed #DDD;
}

div#left div.partner_inner div.ws_comment p{
	line-height:16px;
	margin:0 0 6px;
	letter-spacing:1px;
}

div#left div.partner_inner div.ws_comment p:last-child{
	margin:0;
}

div.partner_inner div.pt_works{
	padding:10px 0 0 0;
}

div#left div.partner_inner div.pt_works h4{
	margin:0 0 10px;
	padding:0;
	font-size:12px;
}

div#left div.partner_inner div.pt_works ul{
	margin:0;
}

div#left div.partner_inner div.pt_works ul li{
	background:none;
	padding:0 0 5px 0;
	margin:0 5px 5px 0;
	float:left;
}

div#left div.partner_inner div.pt_works ul li span{
	display:block;
	float:left;
	background:#F5F5F5;
	border:1px solid #DDD;
	font-weight:normal;
	font-size:12px;
	padding:3px;
	border-radius:3px;
}

/*
----------------------------------------*/

.indexCopy{
	background:rgba(0,0,0,0.7);
	color:rgba(255,255,255,1);
}

.indexCopy div{
	display:flex;
	width: 980px;
	margin: 0 auto;
}

.indexCopy p{
	width:50%;
	text-align:center;
	font-size:28px;
	padding:30px 0;
}

.indexCopy h1,
.indexCopy h2{
	font-size:28px;
	font-weight:normal;
	padding:30px 0;
}

.pankuzu{
	padding:0 0 10px;
}

.contents h3.title__2over {
	margin-top: 40px;
}

.contents.about .bqstyle {
	padding: 20px 40px 1px;
	margin-bottom: 20px;
	background: #F5F5F5;
	border: 1px solid #EEE;
	border-radius: 3px;
	position: relative;
}

.contents.about .bqstyle > p {
	font-weight: bold;
}

.contents.about .bqstyle:before,
.contents.about .bqstyle:after {
	color: #BBB;
	font-size: 60px;
	height: 30px;	
	font-family: Arial;
}

.contents.about .bqstyle:before {
	content: "\201C";
	position: absolute;
	top: 5px;
	left: 5px;
}

.contents.about .bqstyle:after {
	content: "\201D";
	position: absolute;
	bottom: 0;
	right: 5px;
}

#left .contents.about ul.common {
	margin:20px 0;
	padding:1em 1.6em;
	border:1px solid #DDD;
	border-radius:3px;
}

#left .contents.about ul.common li{
	background:none;
	list-style:disc inside;
	font-size:14px;
	line-height:1.6em;
	padding:0;
	margin:0;
}

.aboutPick {
	display:flex;
	flex-wrap: wrap;
}

.aboutPick__List {
	width:50%;
	box-sizing:border-box;
	padding:10px;
}

.aboutPick__List dt {
	font-size:16px;
	text-align:center;
	padding:20px 0;
	background:#666;
	color:#FFF;
	border-bottom:2px solid #DDD;
}

.aboutPick__List dd {
	font-size:13px;
	line-height:1.6;
	padding:10px;
}

#left .pickLists {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin:0;
}

#left .pickLists li {
	margin:0;
	padding:10px;
	box-sizing:border-box;
	width:33%;
	background:none;
	font-size:13px;
}

#left .pickLists li span {
	display:block;
	padding:10px 0;
	text-align:center;
	font-weight:normal;
	border:1px solid #DDD;
	border-bottom:2px solid #DDD;
}

#menuS{}

#menuS ul{
	display:table;
	width:980px;
	margin:0 auto;
	justify-content:space-around;
}

#menuS ul li{
	display:table-cell;
}

#menuS ul li a{
	display:block;
	text-align:center;
	padding:20px 0;
	background:rgba(255,255,255,1);
	color:rgba(0,0,0,0.6);
	font-size:16px;
	letter-spacing:1px;
	border-left:1px solid #999;
}

#menuS ul li a:hover{
	background:rgba(0,0,0,0.7);
	color:rgba(255,255,255,0.9);
	text-decoration:none;
}

#left .contents h3{
	border-left:none;
	border-bottom:5px solid rgba(0,0,0,0.1);
	padding:10px 0;
	margin:30px 0 15px;
	font-size:20px;
	font-weight:normal;
}

#left .contents h4{
	padding:10px 0;
	margin:20px 0;
	font-size:18px;
	font-weight:normal;
}

#left .contents h5{
	padding:10px;
	margin:20px 0;
	font-size:14px;
	font-weight:normal;
	border:none;
	border-bottom:1px solid rgba(0,0,0,0.25);
	box-shadow:0 4px rgba(0,0,0,0.025);
}

#left .contents p{
	font-size:14px;
	line-height:1.8;
	margin-bottom:20px;
}

#left table.psHikaku{
	border:none;
	margin:20px 0;
}

#left table.psHikaku th{
	border:none;
	background:transparent;
}

#left table.psHikaku td{
	border:none;
}

#left table.psHikaku thead th{
	font-size:16px;
	font-weight:bold;
	border:1px solid #FFF;
	border-bottom:1px solid rgba(0,0,0,0.15);
}

#left table.psHikaku tbody th{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#left table.psHikaku tbody td,
#left table.psHikaku tbody th{
	font-size:13px;
	padding:10px;
	border-bottom:1px solid rgba(0,0,0,0.15);
}

#left table.psHikaku .colspan--1{}

#left table.psHikaku .colspan--2{
	background:rgba(0,0,0,0.05);
}

#left table.psHikaku .colspan--3{}

#left table.psHikaku .colspan--4{
	border:2px solid rgba(0,88,113,0.5);
	background:rgba(0,88,113,0.025);
}

#left .contents.price h4{
	text-align:center;
	padding:20px;
	margin:40px 0 20px;
	background:rgba(0,0,0,0.7);
	color:rgba(255,2552,255,1);
}


#left .contents .ppInfo{
	display:table;
	width:100%;
	margin:0 0 20px;
}

#left .contents .ppInfo dd,
#left .contents .ppInfo dt{
	display:table-cell;
	vertical-align:top;
}

#left .contents .ppInfo dt{
	width:315px;
	padding:15px;
	background:rgba(0,0,0,0.05);
	box-sizing:border-box;
}

#left .contents .ppInfo dd{
}

#left .contents .ppInfo__icon{
	display:inline-block;
	background:rgba(255,255,255,1);
	border-radius:50%;
	padding:15px;
	vertical-align:top;
}

#left .contents .ppInfo__icon i{
	font-size:30px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
}

#left .contents .ppInfo__icon i.fa-mobile-size{
	font-size:36px;
}

#left .contents .ppInfo__name{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	margin:0;
	padding:0 0 0 5px;
}

#left .contents .ppInfo__name span{
	font-size:18px;
	font-weight:normal;
	display:block;
}

#left .contents .ppInfo__name span small{
	font-size:12px;
	padding:0 5px;
}

#left .contents .ppInfo__name span.ppInfo__nameS{
	font-size:12px;
	color:#555;
}

#left .contents .ppInfo__desc{
	font-size:13px;
	line-height:1.5;
	margin:0;
	padding:15px;
}

#left .contents .ppInfo__notice{
	margin:0 0 40px;
	padding:0 0 0 1em;
}

#left .contents .ppInfo__notice li{
	background:none;
	margin:0;
	padding:0;
	text-indent:-1em;
}

#left .ppFAQ{
	border-top:none;
	margin:0;
}

	#left .customize .ppFAQ,
	#left .system .ppFAQ,
	#left .demosite .ppFAQ{
		margin:0 10px;
	}

#left .ppFAQ dt{
	background:url(img/faq_q.gif) no-repeat left 22px;
	padding:30px 0 8px 40px;
	font-size:16px;
	font-weight:normal;
	margin-bottom:3px;
}

#left .ppFAQ dd{
	background:url(img/faq_a.gif) no-repeat left top;
	padding:7px 0 10px 40px;
	border-bottom:1px dashed #BBB;
}

#left .ppFAQ dd p{
	font-size:12px;
	line-height:1.6;
	margin:0 0 0.8em;
}

#left .ppFAQ dd p a{
	text-decoration:underline;
}

#left .ppFAQ dd p a:hover{
	text-decoration:none;
}

#left .ppOrder{
	margin:0 0 40px;
}

#left .ppOrder li{
	position:relative;
	margin:0;
	padding:20px 10px 20px 20px;
	list-style:none;
	counter-increment:orderstep;
	box-shadow:0 4px rgba(0,0,0,0.03);
	border-bottom:1px solid rgba(0,0,0,0.15);
}

#left .ppOrder li:before{
	content: "STEP."counter(orderstep);
	font-size:14px;
	font-weight:bold;
	position:absolute;
	top:20px;
	left:20px;
}

#left .ppOrder li:not(:first-child):after{
	content:"";
	position:absolute;
	top:0;
	left:35px;
	border-top:10px solid rgba(0,0,0,0.3);
	border-right:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid transparent;
}

#left .ppOrder li p{
	margin:0 0 1em 80px;
	font-size:14px;
}

#left .ppOrder li p.ppOrder__notice{
	background:rgba(0,0,0,0.05);
	box-shadow:3px 3px rgba(0,0,0,0.1);
	border-radius:3px;
	font-size:12px;
	padding:10px 15px;
	margin:-0.5em 0 0 80px;
}

#left table.ppInfo__opplan{
	margin:20px 0;
}

#left table.ppInfo__opplan thead th{
	text-align:center;
}

#left table.ppInfo__opplan th{
	border:none;
}

#left table.ppInfo__opplan td{
	border:none;
}

#left table.ppInfo__opplan thead th{
	background:transparent;
}

#left table.ppInfo__opplan thead td{
	background:transparent;
	border:none;
	text-align:center;
	padding:3px 0;
}

#left table.ppInfo__opplan tbody td,
#left table.ppInfo__opplan tbody th{
	border-bottom:1px solid #DDD;
	padding:3px 10px;
	vertical-align:middle;
}

#left table.ppInfo__opplan tbody th{
	background:transparent;
	text-align:right;
	font-weight:normal;
	font-size:12px;
}

#left table.ppInfo__opplan tbody td{
	text-align:center;
}

#left table.ppInfo__opplan .colspan{
}

#left table.ppInfo__opplan .colspan--1{
}

#left table.ppInfo__opplan .colspan--2{
	background:#F5F5F5;
}

#left table.ppInfo__opplan .colspan--3{
}

#left table.ppInfo__opplan .colspan--4{
	background:#F5F5F5;
}

#left table.ppInfo__opplan .colspan--5{
}

#left table.ppInfo__opplan .colspan--6{
	background:#F5F5F5;
}

#left table.ppInfo__opplan tfoot td,
#left table.ppInfo__opplan tfoot th{
	text-align:right;
}

#left table.ppInfo__opplan tfoot th{
	background:transparent;
}

#left table.ppInfo__opplan--demo{
	table-layout:fixed;
}

.demoLinks{
	display:block;
	color:#333;
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:3px 3px rgba(0,0,0,0.1);
	border-radius:2px;
	font-size:14px;
	text-align:center;
	padding:10px 0;
	margin:10px;
}

.demoLinks:hover{
	box-shadow:3px 3px rgba(0,0,0,0.2);
}

#left .contents .aboutImgImg{
	display:flex;
}

#left .contents .aboutImgImg a{
	font-weight:normal;
	font-size:11px;
	color:#999;
}

#left .contents .aboutImgImg p{
}

.topImage{
	background:#FFF;
	position:relative;
}

.topImage::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.topImageBg{
	position:relative;
	padding:50px 0 60px;
	margin:0 auto;
	width:980px;
}

.topImageBg--success {
	background: url(img/jobcube1_packageabout.png) no-repeat right;
}

.aboutPackage {
	padding: 20px 0;
}

.aboutPackage__title{
	font-weight:normal;
	font-size:22px;
	line-height:1.5;
	margin:0 auto 20px;
}

.aboutPackage__name{
	font-weight:normal;
	font-size:34px;
	margin:0 20px;
}

.aboutPackage__name span{
	display:block;
	font-size:13px;
	margin:5px 0 0;
}

.aboutPackage__fit{
	margin:30px 0 0;
}

.aboutPackage__fit li{
	display: inline-block;
	font-size: 12px;
	padding: 1em 1.4em;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	box-shadow: 2px 2px rgba(0,0,0,0);
	border-radius: 2px;
}

.aboutPackage__success {
	overflow: hidden;
}

.aboutPackage__success__title {
	position: relative;
	float: left;
	background: #0479a3;
	color: #FFF;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	padding: 0 10px 0 20px;
	margin: 0 54px 0 0;
}

.aboutPackage__success__title::after {
	content: "";
	position: absolute;
	top: 0;
	right: -54px;
	width: 0;
	height: 0;
	border: 27px solid transparent;
	border-left: 27px solid #0479a3;
}

.aboutPackage__success__dl {
	position: relative;
	float: left;
	text-align: center;
}

.aboutPackage__success__dl + .aboutPackage__success__dl {
	margin: 0 0 0 54px;
}

.aboutPackage__success__dl + .aboutPackage__success__dl::before {
	content: "+";
	position: absolute;
	width: 54px;
	left: -54px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: bold;
	color: #0479a3;
}

.aboutPackage__success__dl dt {
	text-align: left;
	font-size: 14px;
	height: 20px;
}

.aboutPackage__success__dl dd {
	font-size: 28px;
	height: 34px;
}

.aboutPackage__success__dl dd span {
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	color: #666;
}

/* コンテンツ
----------------------------------------------- */

.mainArticle {
	margin: 0 0 40px;
}

.mainArticle__title {
	line-height: 1.5;
}

.mainArticle__title--lv2 {
	font-size: 22px;
	font-weight: normal;
	padding: 10px 0;
	margin: 0 0 20px;
	border-bottom: 5px solid rgba(0,0,0,0.1);
}

.mainArticle__title--lv3 {
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 20px 0;
}

.mainArticle__title--lv4 {
	font-size: 16px;
	margin: 30px 0 20px 0;
}

.mainArticle__title--bg {
	text-align:center;
	padding:20px;
	margin:40px 0 20px;
	background:rgba(0,0,0,0.7);
	color:rgba(255,2552,255,1);
}

.mainArticle__title span {
	font-size: 80%;
	margin: 0 0 0 1em;
}

.mainArticle p {
	line-height: 1.6;
	font-size: 14px;
}

.mainArticle p + p {
	margin: 1em 0 0;
}

.commonList {
	margin:20px 0;
	padding:1em 1.6em;
	border:1px solid #DDD;
	border-radius:3px;
}

.commonList li{
	background:none;
	list-style:disc inside;
	font-size:14px;
	line-height:1.6em;
	padding:0;
	margin:0;
}

.pickLists {
	display: flex;
	flex-wrap: wrap;
}

.pickLists li {
	list-style: none;
	padding:10px;
	width:33%;
	background:none;
	font-size:13px;
}

.pickLists li span {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-weight: normal;
	border: 1px solid #DDD;
	border-bottom: 2px solid #DDD;
}

.aboutPick {
	display: flex;
	flex-wrap: wrap;
}

.aboutPick__List {
	width: 50%;
	padding: 10px;
}

.aboutPick__List dt {
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	background: #666;
	color: #FFF;
	border-bottom: 2px solid #DDD;
}

.aboutPick__List dd {
	font-size: 13px;
	line-height: 1.5;
	padding: 10px;
}

.supContents * {
	box-sizing: border-box;
}

.supContents {
	display: flex;
	flex-wrap: wrap;
}

.supContents__part {
	width: 50%;
	padding: 1px;
}

.supContents__part a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 20px 20px 20px 80px;
	transition: 0.3s;
	border: 1px solid rgba(0,0,0,0.1);
	color: #666;
}

.supContents--demos .supContents__part__title {
	text-decoration: underline;
}

.supContents__part a:before,
.supContents__part a:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: 0.3s;
}

.supContents__part a:before {
	border-top: 2px solid rgba(0,0,0,0.3);
	border-bottom: 2px solid rgba(0,0,0,0.3);
	transform: scale(0, 1);
}

.supContents__part a:after {
	border-right: 2px solid rgba(0,0,0,0.3);
	border-left: 2px solid rgba(0,0,0,0.3);
	transform: scale(1, 0);
}

.supContents__part a:hover {
}

.supContents__part a:hover:after,
.supContents__part a:hover:before {
	transform: scale(1);
}

.supContents__part p {
	font-size: 12px;
}

.supContents__part__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	text-align: center;
	color: rgba(0,0,0,0.2);
}

.supContents__part__icon i {
	line-height: 80px;
	animation: spinOpen 1s ease-in-out;
}

	@keyframes spinOpen {
		100% { transform: rotateY(720deg); }
	}

.supContents__part__title {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
}

#jobcube {
	background: #0479a3;
	color: #FFF;
}

#jobcube a {
	display: block;
	padding: 30px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
	line-height: 1.4em;
	font-size: 16px;
}

#jobcube a:hover {
	opacity: 0.7;
}


