@charset "utf-8";
/* CSS Document */

/**
 * works
 */
h2.works {
	background-image:url(../images/subtitle_works.png);
	background-repeat:no-repeat;
	width:220px;
	height:36px;
	text-indent:-9999px;
}

h3.subcontentscatch {
	color:#2F4FFF;
}

/**
 * service
 */
h2.service {
	background-image:url(../images/subtitle_service.png);
	background-repeat:no-repeat;
	width:220px;
	height:36px;
	text-indent:-9999px;
}

ul.servicemenu {
	list-style:none;
	display:table;
	margin:0px;
	padding:0px;
	margin:0 auto 0 auto;
}

ul.servicemenu li.houjin{
	width:173px;
	height:30px;
	float:left;
}

ul.servicemenu li.kojin{
	width:173px;
	height:30px;
	float:right;
}

ul.servicemenu li.houjin a{
	display:block;
	background-image:url(../images/btn_service.png);
	width:173px;
	height:30px;
}

ul.servicemenu li.kojin a{
	display:block;
	background-image:url(../images/btn_service.png);
	width:173px;
	height:30px;
	background-position:top right;
}

ul.servicemenu li.houjin a:hover {
	background-position:0 -30px;
}

ul.servicemenu li.kojin a:hover {
	background-position:right -30px;
}

ul.servicecontents {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.servicecontents li.block{
	float:left;
	padding-left:3px;
	padding-right:3px;
}

ul.servicecontents li.block h3{
	display:block;
	text-align:right;
	color:#2F4FFF;
	margin:0px;
	margin-top:10px;
	margin-bottom:5px;
}

div#kojin{
	display:none;
}

ul.servicelist {
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.servicelist li.servicelist {
	margin:5px 0 5px 0;
}

ul.servicelist li.servicelist a {
	display:block;
	border-radius: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	color:#333333;
	text-indent:10px;
}

ul.servicelist li.servicelist a:hover {
	color:#FFFFFF;
	background-color:#2F4FFF;
	text-indent:10px;
}

/**
 * online
 */
h2.onlinestore {
	background-image:url(../images/subtitle_onlinestore.png);
	background-repeat:no-repeat;
	width:220px;
	height:36px;
	text-indent:-9999px;
}

a.btnRakuten {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	display:table;
	width:700px;
	margin:0 auto 0 auto;
	background-color:#FF0000;
	height:60px;
	color:#FFFFFF;
	border-radius: 10px;
	margin-top:15px;
	margin-bottom:15px;
}

a.btnRakuten:hover {
	background-color:#FF2A55;
	color:#FFFFFF;
	border-radius: 30px;
}

a.btnRakuten div{
	display:table-cell;
	width:700px;
	text-align:center;
	vertical-align:middle;
	height:60px;
	font-size:20pt;
	font-weight:bold;
}

/**
 * New & Topics
 */
h2.newstopics {
	background-image:url(../images/subtitle_newstopics.png);
	background-repeat:no-repeat;
	width:220px;
	height:36px;
	text-indent:-9999px;
}

div.newsarea {
	background-color:#FFFFFF;
	border-radius: 14px;
	width:710px;
}

div.newsarea table{
	width:690px;
	margin:0 auto 0 auto;
	padding-top:10px;
	padding-bottom:10px;
}

div.newsarea table td{
	padding:5px;
	border-bottom:1px dotted #000000;
}


/**
 * recommend
 */
h2.recommend {
	background-image:url(../images/subtitle_recommend.png);
	background-repeat:no-repeat;
	width:220px;
	height:36px;
	text-indent:-9999px;
}

div.recommendarea ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
