@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:14px;
	vertical-align: baseline;
	text-align:left;
	color:#333;
}
body{
	text-align:center;
}
p{
	line-height:135%;
}
a{
	color:blue;
	text-decoration:none;
}
a:hover{
	color:orange;
}
img{
	border:none;
}

#wrapper{
	margin:0 auto;
	width:900px;
}
#header{
	width:900px;
	padding:10px 0 5px 0;
	border-bottom:1px solid #ccc;
}
#content{
	width:900px;
	padding:18px 0 5px 0;
}
#footer{
	width:900px;
	padding:5px 0 10px 0;
	border-top:1px solid #ccc;
}
#footer p{
	font-size:12px;
	text-align:center;
}
#footer a{
	font-size:12px;
}
#footer span{
	color:#808080;
	font-size:12px;
}

.pagetop{
	margin-top:7px;
	text-align:right;
}
.pagetop a{
	font-size:12px;
}

.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
* html .clearfix{
	height:1%;
}



#header_left{
	float:left;
	width:200px;
	padding-top:12px;
}
#header_right{
	float:right;
	width:600px;
	text-align:right;
}
#header h1 {
	font-weight:normal;
	font-size:12px;
	color:#666;
	text-align:right;
	padding:0 14px;
}
#menu{
	width:auto;
}
#menu ul{
	padding:7px 0 0 7px;
	text-align:right;
}
#menu li{
	list-style-type:none;
	display:inline;
	padding:0 14px;
	line-height:18px;
	height:18px;
}
#menu a, #bottom_navigation a{
	font-size:12px;
}



.company_name{
	font-family:"Times New Roman", Times, serif;
	color:#996600;
	font-style: italic;
	font-size:120%;
}
.company_name_kana{
	font-size:80%;
	color:#999999;
}






/* app */
.itunes_link{
	text-align:center;
}
.app_info{
	margin:20px 0;
}
.app_info h2{
	margin-bottom:1em;
}
.app_info p{
	margin-bottom:1em;
	font-size:12px;
}
.app_info p.catch{
	font-size:14px;
	color:#ff6666;
}


/* media */
.media_table{
	width:100%;
}
.media_table td{
	vertical-align:top;
}
.media_info{
	width:240px;
	margin:15px auto;
}
.media_info h2{
	text-align:center;
}
.media_info p{
	font-size:12px;
	margin:0.6em 0;
}

/* company */
.corporate_catch{
	color:#000000;
}
.company_info_div{
	padding:10px 0;
	margin-bottom:10px;
}
.company_info_div h2{
	margin:20px 0 25px;
}
.company_info_div div {
	margin:10px 0;
}
.company_info_div p{
	line-height:150%;
}
#company_info_table{
	width: 100%;
	border: 1px solid #9ab;
	border-collapse: collapse;
}
#company_info_table th{
	padding: 7px;
	font-weight:100;
	text-align:center;
	vertical-align:middle;
	color: #000000;
	width:150px;
	background-color:#f5f5f5;
	border:solid 1px #9ab;
}
#company_info_table td{
	color: #333;
	background-color:#ffffff;
	padding: 7px;
	border:solid 1px #9ab;
}
#company_info_table p{
	margin:10px 0;
	font-size:12px;
}
#media_info h3{
	text-align:center;
}
#media_info p{
	margin:7px 0;
	font-size:12px;
}


/* top page */
#top_services{
	margin-top:10px;
}
#top_services div {
	float:left;
	width:223px;
	height:230px;
	text-align:center;
	border:1px solid #ccc;
}
#top_services a{
	text-decoration:none;
	color:#333;
}
#top_services h3{
	margin-top:10px;
	text-align:center;
}
#top_services p{
	margin:10px;
	font-size:12px;
}
#top_services p.image{
	text-align:center;
}

#top_showcase {
	text-align:center;
}
.roundabout-holder{
	list-style:none;
	width:700px;
	height:300px;
	margin:0px auto;
}
.roundabout-moveable-item{
	font-size:12px!important;
	/*
	width:600px;
	height:300px;
	*/
	width:400px;
	height:250px;
	cursor:pointer;
	padding:5px;
	border:1px solid #aaaaaa;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#f9f9f9;
}
.roundabout-moveable-item img {
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	margin:0;
}
.roundabout-in-focus {
	cursor:auto;
}
.roundabout-in-focus:hover{
	-webkit-box-shadow:0px 0px 20px #787878;
	-moz-box-shadow:0px 0px 20px #787878;
	background:#f9f9f9;
}
.roundabout-holder span{
	display:none;
	font-size:12px;
}
.roundabout-in-focus:hover span{
	display:inline;
	position:absolute;
	bottom:5px; right:5px;
	padding:8px 20px;
	background:#f9f9f9;
	color:#000000;
	z-index:999;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topLeft: 5px;
	font-size : 12px;
	border-left:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
}
.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited{
	outline:none;
	text-decoration:none;
}
.roundabout li{
	margin:0
}


