@charset "UTF-8";

/* ////////// index ///////// */

/* ------- idx base layout ------- */

body.idx #content #main div{
	margin-left:0;
	margin-right:0;
}
body.idx #main{
	padding-top:18px !important;
	width:100%;
	background: #fff url(../images/topicpath_bg.jpg) top left no-repeat !important;
}
body.idx #main p#topicpath{
	display:none;
}
body.idx #main h2{
	margin-top:0;
}

div#leftClm{
	margin: 0!important;
	padding:0 !important;
	width:32%;
	float:left;
}
div#centerClm {
	display:inline;
	margin: 0 !important;
	padding:0 !important;
	width:65%;
	float:right;
	overflow: hidden;
}

body.idx #main div#centerClm h2,
body.idx #main div#centerClm h3{
	margin:0 0 0.5em !important;
}
body.idx #main p{
	margin:0 0 1em !important;
}
body.idx #content #main h3{
	border-bottom:none;
}
body.idx #main h3 a{
	color:#cc0000;
}
body.idx #main h3 a:hover{
	color:#ff0000;
}

body.idx #main p#topicpath{
	margin:0 0 10px !important;
}




body.idx #content #main{
	width: auto;
}
body.idx #content #main h2,
body.idx #content #main h3,
body.idx #content #main ul{
	margin:0 0 1em;
}
body.idx #content #main h2 a,
body.idx #content #main h3 a{
	color: #333;
}
body.idx #content #main h2 a:hover,
body.idx #content #main h3 a:hover{
	color: #f00;
}


/* ------- #solution ------- */

#idx_solution{
	overflow:hidden;
	margin: 0 0 20px;
}

#content #main #idx_solution p{
	margin: 0 15px 1em;
}
#content #main #idx_solution h3{
	margin: 0;
	padding: 10px;
	overflow:hidden;
	line-height: 1;
}
#content #main #idx_solution h3 strong{
	font-family: Garamond, "Times New Roman", serif ;
	font-size: 250%;
	float:left;
}
#content #main #idx_solution h3 em{
	font-family: UD Shin Go DemiBold;
	font-style: normal;
	text-align:right;
	margin-top: 15px;
	padding-bottom: 5px;
	display:block;
	border-bottom: 1px solid #ccc;
}
#content #main #idx_solution h4,
#content #main #idx_solution .lead{
/*	font-family: UD Shin Go DemiBold;*/
}

#idx_solution #movabletype{
	float:left;
	margin-right: 15px;
	width: 600px;
	min-height:450px;
	border:1px solid #999;
	border-radius: 10px;
	background :url(../images/idx_mt_bg.jpg) repeat-x;
}
#idx_solution #movabletype h3 strong{
	color:#77BCEA;
}
#content #main #idx_solution #movabletype h3 em{
	color:#3366CC;
	border-color: #77BCEA;
}
#idx_solution #movabletype h5{
	font-size: 110%;
	text-align: center;
	margin: 0;
	padding: 10px;
}
#idx_solution #movabletype p{
	padding: 0 15px;
}

#idx_solution #movabletype .lead{
	color: #060;
	font-size: 130%;
	font-weight:normal;
	margin: 0 0 10px;
	padding: 0 15px;
}

#idx_solution #movabletype figure{
	width: 200px;
	margin:10px auto;
}
#idx_solution #movabletype figcaption{
	color: #666;
	font-size: 80%;
	font-family: default;
}

#content #main #idx_solution #movabletype ul{
	overflow:hidden;
	list-style:none;
	margin: 0 0 0 10px;
	display:table;
}
#content #main #idx_solution #movabletype ul li{
	float:left;
	margin: 0 8px 15px;
	list-style:none;
}

#idx_solution #zencart{
	float: right;
	width: 330px;
	min-height:450px;
	border:1px solid #999;
	border-radius: 10px;
	background :url(../images/idx_zenc_bg.jpg) repeat-x;
	cursor: pointer;
}
#idx_solution #zencart h3 strong{
	color:#CC6600;
}
#content #main #idx_solution #zencart h3 em{
	color:#fff;
	border-color: #CC6600;
}
#idx_solution #zencart .leed{
	font-size: 110%;
	color: #930;
	margin: 0 10px 10px !important;
}
#content #main #idx_solution #zencart p{
	margin: 0 10px 1em !important;
}

#content #main #idx_solution #zencart ul.bnr{
	overflow:hidden;
	list-style: none;
	margin: 0 auto;
	display:table;
}
#content #main #idx_solution #zencart ul.bnr li{
	margin: 0 0 8px;
	list-style:none;
}
#content #main #idx_solution #zencart h4{
	margin: 0 15px 5px;
	padding: 2px 5px;
	background: #f3f3f3;
	text-align: center;
}
#content #main #idx_solution ul.checkbox{
	margin: 0 15px;
	overflow:hidden;
	list-style: none;
	font-size: 90%;
}
#content #main #idx_solution ul.checkbox li{
	margin: 0;
	min-height:25px;
	line-height: 2.3em;
	padding-left:30px;
	list-style:none;
	background: url(../images/ico_chkbox.gif) 0 50% no-repeat;
}
#content #main #idx_solution  p.more {
	margin-right: 10px !important;
}

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

	#idx_solution {
		display: grid;
		grid-template-columns: 630px 1fr;
	}
	#idx_solution #movabletype{
		grid-row: 1 / 3;
		grid-column: 1;
	}
	#idx_solution #zencart{
		grid-row: 1;
		grid-column: 2;
		margin-bottom: 20px;
	}
	#idx_solution #shopify{
		grid-row: 2;
		grid-column: 2;
	}

	#idx_solution #movabletype figure{
		float: left;
		width: 200px;
		margin:0 15px 20px;
	}
}


/* ------- #case ------- */

#content #main ul#idx_case{
	margin: 0 -10px 0 0;
	list-style: none;
	overflow: hidden;
}
#content #main ul#idx_case li{
	width: 232px;
	margin: 0 10px 0 0;
	list-style: none;
	float:left;
}
#content #main ul#idx_case li dl{
	margin: 0;
}

ul#idx_case li dt a{
	display:block;
	margin-bottom: 5px;
	color: #333;
}
ul#idx_case li dt a:hover{
	color: #c00;
}

ul#idx_case li dt a img{
	width: 220px;
	height: 100px;
	display:block;
	margin-bottom: 5px;
	border: 5px solid #ccc;
}
ul#idx_case li dt a:hover img{
	border-color: #f00;
}
ul#idx_case li dt a span{
	padding-left: 15px;
	background: url(../images/arw.gif) 5px 0.5em no-repeat;
}
ul#idx_case li dd.tag span{
	font-size: 76%;
	padding: 2px 5px;
	background: #eee;
	border-radius: 10px;
	display:inline-block;
}
#main p.more{
	text-align: right;
}
#main p.more a{
	padding-left: 15px;
	background: url(../images/arw.gif) 5px 0.5em no-repeat;
}


/* ------- #about ------- */
body.idx #content #main #about{
	width: auto; 
}

body.idx #content #main #about .primary{
	width: 660px;
	float:left;
	overflow:hidden;
}
body.idx #content #main #about .secondary{
	width: 280px;
	float:right;
	overflow:hidden;
	margin-left: 20px;
}

body.idx #main #about #feeds{
	margin-bottom: 20px;
}
body.idx #main #about #feeds h3{
	font-size: 100%;
}
body.idx #main #about #feeds ul{
	margin: 0;
	border-bottom: 1px solid #ccc;
}
body.idx #main #about #feeds ul li{
	margin: 0;
}

body.idx #main #about #feeds.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
}
body.idx #main #about #feeds.ui-tabs .ui-tabs-hide {
	display: none !important;
}
body.idx #main #about #feeds.ui-tabs .ui-tabs-nav li{
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border:1px solid #ccc;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
	background: #f4f4f4;
}
body.idx #main #about #feeds.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
	background: #ffffff;
}

body.idx #main #about #feeds.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
	color: #999;
}
body.idx #main #about #feeds.ui-tabs .ui-tabs-nav li a:hover {
	color: #f00;
}
body.idx #main #about #feeds.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
	color: #333;
}

body.idx #main #about #feeds.ui-tabs .ui-tabs-panel {
	display: block;
	border: 1px solid #ccc;
	border-top-width: 0;
	background: none;
	clear: both;
}
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */

.ui-corner-top {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

body.idx #main #about #feeds .feedBlog{
	padding: 10px;
}
body.idx #main #about #feeds .feedBlog h3{
	padding: 3px 10px;
	background: #f3f3f3;
}
body.idx #main #about #feeds .feedBlog dl{
	margin: 0 0 1em;
}
body.idx #main #about #feeds .feedBlog dl dt a{
	padding-left: 15px;
	background: url(../images/arw.gif) 5px 50% no-repeat;
}
body.idx #main #about #feeds .feedBlog dl dd{
	margin: 0;
}
body.idx #main #about #feeds .feedBlog dl dd a{
	color: #333;
	font-weight: normal;
}
body.idx #main #about #feeds .feedBlog .date,
body.idx #main #about #feeds .feedBlog .author{
	color: #999;
	font-size: 90%;
	display:inline-block;
	margin-right: 1em;
}



body.idx #content #main #about #resources{
	width: 220px;
	float:left;
	margin: 0 25px 20px 0;
	padding: 10px 10px 0;
	border: 5px solid #ccc;
	border-radius: 10px;
}
body.idx #content #main #about #resources h3{
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 3px dotted #ccc;
}
body.idx #content #main #about #resources p{
	margin: 0;
}


body.idx #content #main #about dl.contribution{
	font-size: 90%;
	overflow: hidden;
	margin: 0;
}
body.idx #content #main #about dl.contribution dt a{
	color: #333;
	font-size: 110%;
	padding-left: 12px;
	background: url(../images/arw.gif) 0 50% no-repeat;
}
body.idx #content #main #about dl.contribution dt a:hover{
	color: #f00;
}



/* ------- not use ------- */


/* ------- idx News left Column ------- */

body.idx #content #main #leftClm p{
	font-size:90%;
}
body.idx #main div#idxNews div.newsArticle{
	margin: 0 0 20px;
}

div#idxNews{
	border-right:1px dotted #ccc;
	margin-left:15px !important;
	padding-bottom:20px;
	font-size:90% !important;
	background :url(../images/news_bg.jpg) 100% 0 repeat-y ;
}

div#idxNews h2{
	margin:0 !important;
}
div#idxNews p.date{
	color:#cc0000;
	height:26px;
	overflow:display;
	border-bottom:1px dotted #e0e0e0;
}
div#idxNews h3,
div#idxNews p{
	padding:0 0.5em !important;
}
div#idxNews h3 a{
	color:#333333 !important;
}
div#idxNews h3 a:hover{
	color:#f00 !important;
}
div#idxNews p a{
	color:#666 !important;
	font-size:90%;
	margin-bottom: 3em !important ;
	line-height:1.5;
}
div#idxNews a{
	text-decoration:none;
}
div#idxNews p a:hover {
	text-decoration:underline;
}

div#resources{
	border-right:1px dotted #ccc;
	padding-bottom:25px !important;
}
div#resources img{
	margin:5px auto;
}
div#resources ul{
	margin:5px 0 10px 20px !important;
	line-height:1.3;
}
div#resources ul li em{
	font-size:90%;
	font-style:normal;
}
div#resources p{
	font-size:90%;
	line-height:1.3;
}
#content div#resources table{
	width: 200px;
	margin: 0 10px 15px;
}
#content div#resources table td{
	width: 33%;
	text-align: center;
	vertical-align: top;
}
#content div#resources table dl{
	margin:0;
}
#content div#resources table dl dt{
	font-weight: normal;
	font-size: 80%;
	white-space: nowrap;
	line-height: 1.3;
}
#content div#resources table dl dd{
	margin-bottom: 5px;
}

div#book{
	border-right:1px dotted #ccc;
	padding: 0 0 25px 0;
	text-align: center;
}
div#book h2{
	text-align: left;
}
div#book .bookDetails{
	margin:0px 0px 0px 0px;
	padding:5px 10px 20px 0px;
	background:#FFFFFF url(../images/hdr_book_bg.jpg) 0 0 repeat-x;
	border-bottom:solid 1px #ccc;
}
div#book h3{
	font-size:90%!important;
	text-align:left;
	padding-left:15px;
	background :url(../images/arw.gif) 5px 0.5em no-repeat ;
}
div#book h3 a{
	text-decoration:none;
}
div#book h3 a:hover{
	text-decoration:underline;
}
#content #main div#book .bookDetails p{
	line-height:1.3;
	text-align: left;
	padding-left:10px;
}

div#book img{
	margin: 10px auto;
	padding: 3px ;
	border:1px solid #ccc;
}
div#book a:hover img{
	border-color: #f00;
}


div.bnrArea{
	margin: 0 0 20px;
	padding:10px;
	background:#f3f3f3;
}
div.bnrArea p{
	font-size:70%;
	color:#999;
}
div.bnrArea p a{
	color:#999;
	text-decoration:none;
}
div.bnrArea p a:hover{
	text-decoration:underline;
}

.idx #content #main #leftClm ul.bnrs{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.idx #content #main #leftClm #ev ul.bnrs{
	margin: 10px 0 0;
}


div#sslArea{
	margin-top: 25px;
	background:#fff;
}

/* ------- idx Main Column ------- */


div#idxSolution,
div#idxService,
div#idxCase{
	background:#fff;
	padding:10px;
}
div#idxSolution{
	margin-top:-10px;
}
div#idxSolution p,
div#idxService p{
	margin:0 10px !important;
}
div#idxSolution h2,
div#idxService h2,
div#idxCase h2{
	margin:0 0 10px !important;
}

div#idxSolution div.aform{
	margin:0 0 1.5em !important;
}
div#idxSolution div.zencart{
	margin:0 0 1.5em !important;
	background :url(../../common/bnr_zencart.gif) 0 15px no-repeat ;
	padding-left:165px;
}
div#idxSolution div.movabletype{
	margin:0 0 1.5em !important;
	background :url(../../common/bnr_mt4s.jpg) 0px 5px no-repeat ;
	padding-left:165px;
}
div#idxSolution div.rails{
	min-height:80px;
	margin:0 0 1.5em !important;
	background :url(../../common/bnr_rails.png) 35px 5px no-repeat ;
	padding-left:165px;
}
*html div#idxSolution div.rails{
	height:80px;
}
div#idxSolution div.ajax{
	margin:0 0 1.5em !important;
	background :url(../../common/bnr_ajax.gif) 0 0 no-repeat ;
	padding-left:165px;
}

div#idxService,
div#idxCase{
	margin-top:15px !important;
}

div#idxCase{
	clear:both;
}
div#idxCase div.capture{
	margin:5px 0 !important;
	padding: 10px 12px;
}
div#idxCase div.capture h3,
div#idxCase div.capture p{
	text-align:left;
	margin-bottom: 0.5em !important;
	padding: 0 !important;
}
div#idxCase div.capture p.image{

	overflow: hidden;
}
/*
div#idxCase div.capture img{
	width:100px !important;
	float:left;
}
div#idxCase div.capture div.detail{
	margin:0 !important;
	width:60% !important;
	text-align:left;
	float:left;
}*/

div#idxCsr div#csr{
	margin: 10px 0 2.5em 0 !important;
	background :url(../../common/bnr_csrS.gif)  2px center no-repeat ;
	padding-left:170px;
}

div#idxProject div.ecotter{
	margin: 10px 0 2.5em 0 !important;
	background :url(../../common/bnr_eco.gif)  2px center no-repeat ;
	padding-left:170px;
}
div#idxProject div.necotter{
	margin: 10px 0 2.5em 0 !important;
	background :url(../../common/bnr_neco.gif) 2px center no-repeat ;
	padding-left:170px;
}
div#idxProject div.miqqle{
	margin: 10px 0 2.5em 0 !important;
	background :url(../../common/bnr_miqqle.gif) 2px center no-repeat ;
	padding-left:170px;
}

/* //////////////////////////// */

/* ------- idx right Column ------- */

#content #subContent div.zenbox{
	height:210px;
	margin-bottom: 20px;
	background :url(../images/home_zen-box_bg.gif) no-repeat ;
}
#content #subContent div.zenbox img{
	vertical-align:middle;
}
#content #subContent div.zenbox h2{
	margin:0 0 2px;
	padding: 0;
	background : none;
	border: none;
}
#content #subContent div.zenbox ul{
	margin:0 10px;
	padding: 0;
	list-style:none;
}
#content #subContent div.zenbox ul li{
	margin:0 0 7px;
	padding: 0;
	list-style:none;
}
#content #subContent div.zenbox p{
	margin:0 auto;
	text-align: center;
}
*html #content #subContent div.zenbox p{
	margin-top:5px;
}
*+html #content #subContent div.zenbox p{
	margin-top:5px;
}


#content #subContent div.bnrArea{
	margin:15px 15px 10px 15px !important;
}

#content #subContent div.feedBlog span.date{
	margin:0 5px;
/*	border-top:1px solid #cccccc;*/
}
#content #subContent div.feedBlog h2 a{
	color: #000;
}
#content #subContent div.feedBlog h3{
	padding:5px 5px 5px 15px;
/*	border-top:1px solid #cccccc;*/
	background :url(../images/arw.gif) 5px 15px no-repeat ;
}
#content #subContent div.feedBlog h3 a{
	color:#990000;
}
#content #subContent div.feedBlog a:hover{
	color:#ff0000;
}
#content #subContent div.feedBlog p a{
	text-decoration:none;
	color:#333333;
}
#content #subContent div.feedBlog p.author{
	color:#666666;
	text-align:right;
}
#content #subContent div.feedBtn:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#content #subContent div.feedBtn{
	border:none;
	margin:20px 0 0 0;
	padding:0px;
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html #content #subContent div.feedBtn {height: 1%;}
#content #subContent div.feedBtn {display: block;}
/* End hide from IE-mac */

#content #subContent div.feedBtn ul{
	margin:0px 0px 0px 0px;
	padding:0px;
}
#content #subContent div.feedBtn ul li{
	width:115px;
	float:left;
	padding-left:0px;
	list-style:none;
	background-image:none;
}
#content #subContent div.feedBtn ul li a{
	color:#333;
}
#content #subContent div.feedBtn ul li a:hover{
	color:#f00;
}
#content #subContent div.feedBtn ul li img{
	padding-right:35px;
}
#content #subContent div.feedBtn ul li#feedBtn_twitter{
	margin-right:5px;
}
#content #subContent div.feedBtn ul li#feedBtn_ff{
	margin-left:5px;
}
#content #subContent div.feedBtn ul li#feedBtn_ff{
	margin-left:5px;
}

.bnr-amsubs a{
	display: block;
	text-align: center;
	padding: 20px;
	margin: 20px 5px 20px;
	background: #F2F1EC;
	font-size: 16px;
	/* border: 1px solid #BCE789; */
	color: #000;
}
.bnr-amsubs strong{
	font-size: 20px;
	font-weight: 600;
	color: #cc0000;
}