@charset "utf-8";
/*//////////////////////////////////////////////////////////////////////////////////////
       Site Name  :  CLIP STUDIO
       File Name  :  app_detail.css
       Created     :  2012.09.26
       Up Date     :  2012.09.26
       Copyright © CELSYS,Inc. All Rights Reserved.
//////////////////////////////////////////////////////////////////////////////////////*/

/*****************************************************************************************************　layout　*/
body {
	background:#f5f5f5;
}
#wrapper {
}
#header_area {
	width: 980px;
	margin: 0 auto;
	padding:10px 0 10px;/*background:#999;*/
}
#main_container {
	width:980px;
	margin:0 auto;
	min-height:500px;
	background:#f5f5f5;
	border:1px solid #ddd;
	border-width:0 1px 1px 1px;
	border-bottom:1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
 border-radius5px;
	padding-bottom:30px;/*float:right;*/
}
h1 {
	background: #555;
	color: #CCC;
	padding: 8px;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	border: 1px solid #DDD;
}
h2 {
	margin-top:0;
	background: #444;
	color:#fff;
	padding:5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
}
h3 {
	padding:10px;
	background-image:url(../img/common/bg_inner_box.png);
	background-repeat:repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	border-bottom:1px solid #999;
}
h5.border {
	color:#666;
	font-size:100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ccc;
	padding:3px 5px;
	font-weight:bold;
	margin-bottom:15px;
}
.txtblue {
	color:#144C7E;
}
/*****************************************************************************************************　parts　*/
.inner_box {
	padding: 20px 30px;
	border: 1px solid #ddd;
	border-bottom:2px solid #ccc;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:url(../img/common/bg_inner_box.png) repeat-x #fff;/*	background:#444;
	color:#fff;
	width:810px;*/
}
.inner_box h2 {
	margin-top:0;
}
.app_box {
	float:left;
	margin-right:10px;
	width:395px;
	margin-bottom:15px;
}
.app_box img {
	float:left;
	margin-right:10px;
	width:85px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	border-bottom:1px solid #666;
}
.app_box h4 {
	margin-top:5px;
	font-size:120%;
}
.h1_box {
	position:relative;
}
.about_clipstudio {
	position: absolute;
	right: 10px;
	top: 10px;
}
.about_clipstudio a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:6px 10px;
	background:#969696;
	color:#eee;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box_type01 {
	float: none;
	width: auto;
	padding: 10px 15px 5px;
	background: #EEE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
}
.box_type01 img {
	width:70px;
}

.main_img {
	position:relative;
	height:660px;
}
.main_visual {
	position:absolute;
	top:10px;
	right:10px;
}
.notes_box {
	position: absolute;
	bottom: 0;
	left: 55px;
	border: 2px solid #C1d612;
	background: #f5f5f5;
	padding: 10px 15px;
	width: 398px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.notes_box p {
	margin-bottom:0;
}

/*HOVER*/

.about_clipstudio a:hover, .app_box a:hover img {
	filter: alpha(opacity=80) !important;
	-moz-opacity:0.8 !important;
	opacity:0.8 !important;
}
