@charset "utf-8";
/* CSS Document */



body {
  font-family: Verdana, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	margin:0;
	padding:0;
	color:#696868;
	height:100%;
}

#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

/* ヘッダーCSS */

#header {
	width:100%;
	height:106px;
	background-color:#ffffff;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.header_line {
	width:100%;
	height:10px;
	background-color:#535353;
}

.header_waku {
	width:1000px;
	height:106px;
	position:relative;
	top:0;
	left:0;	
}

.header_logo {
	width:181px;
	height:96px;
	position:absolute;
	top:0;
	left:0;
}

.header_logo a {
	width:181px;
	height:96px;
	display:block;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/ccrest_logo.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 181px 96px;	
}

.header_menu {
	width:550px;
	height:96px;
	position:absolute;
	top:0;
	left:450px;
}

ul,li {
    list-style:none;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

ul#jMenu {
	position:relative;
	z-index:998;
	float:left;
}

ul#jMenu li {
    display:block;
	overflow:hidden;
	float:left;
}


ul.hover-anims li a.button,
ul.hover-anims li span {
    display:block;
	width:110px;
	height:96px;
	background:url(http://www.ccrest.net/wp-content/themes/test/images/main_menu.gif) no-repeat;
}

ul.hover-anims li.aboutus a.button {
	position:relative;
}

ul.hover-anims li.aboutus span {
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

ul.hover-anims li.works a.button {
	position:relative;
}

ul.hover-anims li.works span {
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

ul.hover-anims li.staff a.button {
	position:relative;
}

ul.hover-anims li.staff span {
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}


ul.hover-anims li.blog a.button {
	position:relative;
}

ul.hover-anims li.blog span {
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

ul.hover-anims li.contact a.button {
	position:relative;
}

ul.hover-anims li.contact span {
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

ul.hover-anims li.aboutus a.button {
	background-position:0 0px;
	text-indent:-99999px;
}

ul.hover-anims li.aboutus span {
	background-position:0 -96px;
	text-indent:-99999px;
}


ul.hover-anims li.works a.button {
	background-position:-110px 0;
	text-indent:-99999px;
} 

ul.hover-anims li.works span {
	background-position:-110px -96px;
	text-indent:-99999px;
}


ul.hover-anims li.staff a.button {
	background-position:-220px 0;
	text-indent:-99999px;
} 

ul.hover-anims li.staff span {
	background-position:-220px -96px;
	text-indent:-99999px;
}


ul.hover-anims li.blog a.button {
	background-position:-330px 0;
	text-indent:-99999px;
} 

ul.hover-anims li.blog span {
	background-position:-330px -96px;
	text-indent:-99999px;
}


ul.hover-anims li.contact a.button {
	background-position:-440px 0;
	text-indent:-99999px;
} 

ul.hover-anims li.contact span {
	background-position:-440px -96px;
	text-indent:-99999px;
}


.jMenu li ul {
	display:none;
}

a.aboutus_list {
	font-size:11px;
	display:block;
	width:110px;
	height:55px;
	line-height:55px;
	background-color:#85cce7;
	color:#ffffff;
	z-index:999;
	text-decoration:none;
	border-top:solid 1px #ffffff;
	background-position:-1000px -1000px;
}

a.aboutus_list:hover {
	font-size:11px;
	display:block;
	width:110px;
	height:55px;
	line-height:55px;
	background-color:#a4dff5;
	color:#ffffff;
	z-index:999;
	text-decoration:none;
	border-top:solid 1px #ffffff;
	background-position:-1000px -1000px;
}

a.works_list {
	font-size:11px;
	display:block;
	width:110px;
	height:55px;
	line-height:55px;
	background-color:#8cbf77;
	color:#ffffff;
	z-index:999;
	text-decoration:none;
	border-top:solid 1px #ffffff;
	background-position:-1000px -1000px;
}

a.works_list:hover {
	font-size:11px;
	display:block;
	width:110px;
	height:55px;
	line-height:55px;
	background-color:#a2cf8f;
	color:#ffffff;
	z-index:999;
	text-decoration:none;
	border-top:solid 1px #ffffff;
	background-position:-1000px -1000px;
}

/* トップCSS */

#contents {
	width:100%;
	z-index:0;
	padding-bottom:200px; /*フッターの高さと同じ*/
}

.contents_space {
	width:100%;
	height:106px;
}

.top_images_waku {
	width:1000px;
	height:490px;
	position:relative;

}

.img_slider {
    width: 100%;
	margin:0;
	padding:0;
}

.bx-prev,.bx-next {
    position: absolute;
}

.bx-prev {
    left: -40px;
    top: 45%;
}

.bx-next {
    right: -40px;
    top: 45%;
}

.images01 {
    width: 1000px;
    height:490px;
	margin:0;
	padding:0;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/main_img01.jpg");
	background-size: 1000px 490px;
	background-position: center center;	
	background-repeat: no-repeat;
	z-index:1;	
}

a.top_link {
display:block;
    width: 1000px;
    height:490px;
	position:absolute; top:0; left:0;
	text-indent:-99999px;	
}

a:hover.top_link {
display:block;
    width: 1000px;
    height:490px;
	position:absolute; top:0; left:0;
	text-indent:-99999px;	
	filter:alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
	background-color:#ffffff;
}

.images02 {
    width: 1000px;
    height:490px;
	margin:0;
	padding:0;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/main_sample.jpg");
	background-size: 1000px 490px;
	background-position: center center;	
	background-repeat: no-repeat;	
	z-index:1;
}

.images03 {
    width: 1000px;
    height:490px;
	margin:0;
	padding:0;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/main_sample.jpg");
	background-size: 1000px 490px;
	background-position: center center;	
	background-repeat: no-repeat;	
	z-index:1;
}

.top_images_kazari {
	width:357px;
	height:133px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/main_kazari-en.png");
	background-size: 357px 133px;
	background-position: center center;	
	background-repeat: no-repeat;
	position:absolute; top:25px; left:-130px;
}

.top_images_gallery_button {
	width:281px;
	height:47px;
	position:absolute; top:410px; left:760px;
}

.top_images_gallery_button div {
	width:281px;
	height:47px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/main_gallery_button_kanno_en.png");
	background-size: 281px 47px;
	background-position: center center;	
	background-repeat: no-repeat;
	display:block;
}

.contents_corp {
	width:100%;
	height:565px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/top_back_blue.gif");
	background-size: 16px 16px;	
	background-repeat: repeat;
}

.contents_corp_kazari {
	width:100%;
	height:565px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/top_back_blue_kazari_en.png");
	background-size: 2006px 656px;
	background-position: center top;	
	background-repeat: no-repeat;
}

.corp_cat_waku {
	width:1000px;
	height:565px;
	position:relative;
	margin:0;
	padding:0;
}

.corp_main_copy01 {
width:240px; height:90px; position:absolute; top:110px; left:192px; 
}

.corp_main_copy01 span {
	font-size:13px;
	line-height:24px;
	color:#ffffff;
}

.corp_main_copy02 {
width:240px; height:90px; position:absolute; top:110px; left:565px; 
}

.corp_main_copy02 span {
	font-size:13px;
	line-height:24px;
	color:#ffffff;
}

.corp_cat_button01 {
	position:absolute; top:178px; left:60px;
}

.corp_cat_button02 {
	position:absolute; top:178px; left:366px;
}

.corp_cat_button03 {
	position:absolute; top:178px; left:678px;
}

a.corp_cat_a01 {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:268px;
	height:255px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corp_cat_a.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 268px 255px;
	text-decoration: none;
	color:#696868;	
	font-size:13px;
}

a:hover.corp_cat_a01 {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:268px;
	height:255px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corp_cat_a_mov.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 268px 255px;
	text-decoration: none;
	color:#ffffff;	
	font-size:13px;
}

a.corp_cat_a02 {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:268px;
	height:255px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corp_cat_a.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 268px 255px;
	text-decoration: none;
	color:#696868;	
	font-size:13px;
}

a:hover.corp_cat_a02 {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:268px;
	height:255px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corp_cat_a_mov.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 268px 255px;
	text-decoration: none;
	color:#ffffff;	
	font-size:13px;
}

a.corp_cat_a03 {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:268px;
	height:255px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corp_cat_a.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 268px 255px;
	text-decoration: none;
	color:#696868;	
	font-size:13px;
}

a:hover.corp_cat_a03 {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:268px;
	height:255px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corp_cat_a_mov.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 268px 255px;
	text-decoration: none;
	color:#ffffff;	
	font-size:13px;
}

a.corp_cat_a01 span {
	display:block;
	position:absolute; top:200px; left:197px; 
}

a.corp_cat_a02 span {
	display:block;
	position:absolute; top:200px; left:197px; 
}

a.corp_cat_a03 span {
	display:block;
	position:absolute; top:200px; left:197px; 
}

.contents_corp_text01 {
	width:270px;
	height:75px;
	position:absolute; top:460px; left:60px;
	text-align:left;
}

.contents_corp_text01 span {
	font-size:11px;
	color:#ffffff;
}

.contents_corp_text02 {
	width:270px;
	height:75px;
	position:absolute; top:460px; left:380px;
	text-align:left;
}

.contents_corp_text02 span {
	font-size:11px;
	color:#ffffff;
}

.contents_corp_text03 {
	width:270px;
	height:75px;
	position:absolute; top:460px; left:690px;
	text-align:left;
}

.contents_corp_text03 span {
	font-size:11px;
	color:#ffffff;
}

.contents_new {
	width:100%;
	height:460px;
	background-color:#ffffbe;
	padding:45px 0px 0px 0px;
}

.contents_new_title {
	width:785px;
	height:31px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/top_whatsnew_title.gif");
	background-size: 286px 31px;
	background-position: 5px center;	
	background-repeat: no-repeat;
	text-align:left;
	padding:0px 0px 0px 215px;
}

.contents_new_title span {
	font-size:17px;
	line-height:31px;
}

.slider
{
	width: 100%;
	margin:20px 0px 0px 0px;
}

.slide
{
	width: 240px;
	height: 320px;
	padding:0px 5px 0px 5px;
}

.slide_link
{
display:block; text-decoration:none;
}

.contents_images_back
{
	width: 230px;
	height: 230px;
	background-color:#ff8800;
	position:relative; top:0px; left:0px;
}

.contents_images
{
	width: 216px;
	height: 216px;
	position:absolute; top:7px; left:7px;
	overflow:hidden;
}

.contents_images img
{
	height: 100%;
}

.contents_new_shutter
{
	width: 230px;
	height: 230px;
	position:absolute; top:0px; left:0px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/contents_new_shutter.png");
	background-size: 230px 230px;
	background-position: center center;	
	background-repeat: no-repeat;
}

.contents_title
{
	width: 230px;
	height: 45px;
	background-color:#ff8800;
	margin:10px 0px 0px 0px;
}

.contents_title div
{
	width: 220px;
	height: 35px;
	padding:5px 5px 5px 5px;
	text-align:left;
}

.contents_title span
{
	font-size:11px;
	line-height:15px;
	color:#ffffff;
}

.contents_bikou
{
	width: 230px;
	height: 25px;
	background-color:#ffffff;
	margin:10px 0px 0px 0px;
}

.contents_bikou_waku
{
	width: 220px;
	height: 15px;
	padding:5px 5px 5px 5px;
	text-align:left;
	font-size:11px;
	color:#696868;
}

.contents_bikou_cat
{
	width: 120px;
	height: 15px;
	float:left;
}

.contents_bikou_date
{
	width: 100px;
	height: 15px;
	float:left;
	text-align:right;
}

.bx-prev,.bx-next
{
	position: absolute;
}

.bx-prev
{
	left: -40px;
	top: 50%;
}

.bx-next
{
	right: -40px;
	top: 50%;
}

#staff_list {

}

.contents_staff {
	width:100%;
	height:804px;
	background-color:#eb6896;
}

.contents_staff_naiyou_back {
	width:100%;
	height:804px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/top_back_pink.png");
	background-size: 1666px 834px;
	background-position: center center;	
	background-repeat: no-repeat;
}

.contents_staff_naiyou_waku {
	width:1000px;
	height:804px;
	text-align:left;
	padding:144px 0px 0px 0px;
}

.contents_staff_kojin_kanno {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/kanno.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_aihara {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aihara.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_tsukidate {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/tsukidate.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_kumagai {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/kumagai.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_aono {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aono.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_endo {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/endo.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_tateno {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/tateno.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}


.contents_staff_kojin_matsuura {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/matsuura.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_ysai {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/ysai.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_pon {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/pon.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_robert {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/robert.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_ryan {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/ryan.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_rocky {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/rocky.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_nagasawa {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/nagasawa.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_kojin_sato {
	width:330px;
	height:90px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/sato.gif");
	background-size: 80px 80px;
	background-position: left center;	
	background-repeat: no-repeat;
	position:relative;
	float:left;
	margin:0px 0px 35px 0px;
}

.contents_staff_name {
	width:230px;
	height:20px;
	position:absolute; top:0px; left:95px;
}

.contents_staff_name span {
 	font-size:13px;
 	font-weight:bold;
 	color:#ffffff;
}

.contents_staff_katagaki01 {
	width:230px;
	height:20px;
	position:absolute; top:18px; left:95px;
}

.contents_staff_katagaki01 span {
 	font-size:10px;
 	color:#ffffff;
}

.contents_staff_katagaki02 {
	width:230px;
	height:20px;
	position:absolute; top:38px; left:95px;
}

.contents_staff_katagaki02 span {
 	font-size:10px;
 	color:#ffffff;
}

.contents_staff_icon01 {
	width:53px;
	height:18px;
	position:absolute; top:67px; left:95px;
}

.contents_staff_icon01 a {
	width:53px;
	height:18px;
	display:block;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/work_icon.gif");
	background-size: 53px 18px;
	background-position: center center;	
	background-repeat: no-repeat;
}

.contents_staff_icon01 a:hover{
	width:53px;
	height:18px;
	display:block;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/work_icon_ov.gif");
	background-size: 53px 18px;
	background-position: center center;	
	background-repeat: no-repeat;
}

.contents_staff_icon02 {
	width:53px;
	height:18px;
	position:absolute; top:67px; left:95px;
}

.contents_staff_icon02 a {
	width:53px;
	height:18px;
	display:block;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/blog_icon.gif");
	background-size: 53px 18px;
	background-position: center center;	
	background-repeat: no-repeat;
}

.contents_staff_icon02 a:hover{
	width:53px;
	height:18px;
	display:block;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/blog_icon_ov.gif");
	background-size: 53px 18px;
	background-position: center center;	
	background-repeat: no-repeat;
}

/* フッターCSS */

#footer {
	width:100%;
	height:200px;
	background-color:#ffffff;
     position:absolute;
     bottom:0;
}

.footer_waku {
	width:1000px;
	height:200px;
	background-color:#ffffff;
	text-align:left;
}

.footer_banner {
	width:300px;
	height:170px;
	float:left;
	margin:15px 0px 0px 0px;
}

.footer_banner a {
	width:300px;
	height:170px;
	display:block;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/banner_3d_en.gif");
	background-size: 300px 170px;
	background-position: center center;	
	background-repeat: no-repeat;
}

.footer_banner02 {
	width:300px;
	height:170px;
	float:left;
	margin:15px 0px 0px 50px;
}

.footer_banner02 a {
	width:300px;
	height:170px;
	display:block;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/banner_ar_en.gif");
	background-size: 300px 170px;
	background-position: center center;	
	background-repeat: no-repeat;
}

.footer_banner03 {
	width:300px;
	height:170px;
	float:left;
	margin:15px 0px 0px 50px;
}

.footer_banner03 a {
	width:300px;
	height:170px;
	display:block;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/banner_shopcast_en.gif");
	background-size: 300px 170px;
	background-position: center center;	
	background-repeat: no-repeat;
}

.footer_line {
	width:100%;
	height:40px;
	background-color:#f1f1f1;
}

.footer_credit {
	width:1000px;
	height:40px;
	text-align:right;
}

.footer_credit span {
 	font-size:11px;
 	color:#696868;
 	line-height:40px;
}

#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/* 会社情報CSS */

.aboutus_title{
	width:1000px;
	height:67px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_title.gif");
	background-size: 215px 67px;
	background-position: left center;	
	background-repeat: no-repeat;
	margin:25px 0px 0px 0px;		
}

.aboutus_main01{
	width:100%;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_img_04.gif");
	background-size: 1674px 439px;
	background-position: center top;	
	background-repeat: no-repeat;
	margin:125px 0px 125px 0px;	
}

.aboutus_main02{
	width:100%;
	margin:125px 0px 125px 0px;
}

.aboutus_main03{
	width:100%;
	background-color:#ffffcd;
}

.aboutus_waku01{
	width:1000px;
	background-color:#ffffff;
	padding:0px 0px 100px 0px;
}

.aboutus_image01{
	width:1000px;
	height:157px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_img_02.gif");
	background-size: 350px 157px;
	background-position: center center;	
	background-repeat: no-repeat;
	margin:50px 0px 0px 0px;	
}

.aboutus_image02{
	width:1000px;
	height:147px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_img_03.gif");
	background-size: 253px 147px;
	background-position: center center;	
	background-repeat: no-repeat;
	margin:50px 0px 0px 0px;	
}

.aboutus_image03{
	width:1000px;
	height:632px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_img_05_en.gif");
	background-size: 971px 632px;
	background-position: center center;	
	background-repeat: no-repeat;
	margin:50px 0px 0px 0px;
	position:relative;	
}

.aboutus_image04{
	width:1000px;
	height:632px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_img_06.png");
	background-size: 971px 632px;
	background-position: center center;	
	background-repeat: no-repeat;
	position:absolute; top:0px; left:0px;
}

.aboutus_image05{
	width:1000px;
	height:632px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_img_07.png");
	background-size: 971px 632px;
	background-position: center center;	
	background-repeat: no-repeat;
	position:absolute; top:0px; left:0px;
}

.aboutus_image06{
	width:1000px;
	height:632px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_img_08.png");
	background-size: 971px 632px;
	background-position: center center;	
	background-repeat: no-repeat;
	position:absolute; top:0px; left:0px;
}

.aboutus_image07{
	width:1000px;
	height:632px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_img_09.png");
	background-size: 971px 632px;
	background-position: center center;	
	background-repeat: no-repeat;
	position:absolute; top:0px; left:0px;
}

.aboutus_image08{
	width:1000px;
	height:632px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_img_10.png");
	background-size: 971px 632px;
	background-position: center center;	
	background-repeat: no-repeat;
	position:absolute; top:0px; left:0px;
}

.aboutus_image09{
	width:122px;
	height:228px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_img_11.png");
	background-size: 122px 228px;
	background-position: center center;	
	background-repeat: no-repeat;
	position:absolute; top:404px; left:439px;
}

.aboutus_image10{
	width:1000px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_sample_img_en.gif");
	background-size: 213px 141px;
	background-position: center bottom;	
	background-repeat: no-repeat;
}

.aboutus_image11{
	width:1000px;
	height:62px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_nayami_title_en.gif");
	background-size: 280px 62px;
	background-position: center center;	
	background-repeat: no-repeat;
	margin:35px 0px 0px 0px;
}

.aboutus_image12{
	width:1000px;
	height:44px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_img_12.gif");
	background-size: 79px 44px;
	background-position: center center;	
	background-repeat: no-repeat;
	margin:25px 0px 25px 0px;
}

.aboutus_image13{
	width:1000px;
	height:234px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/flow.gif");
	background-size: 726px 234px;
	background-position: left center;	
	background-repeat: no-repeat;
	margin:0px 0px 25px 50px;
}

.aboutus_text01{
	width:1000px;
	margin:25px 0px 0px 0px;		
}

.aboutus_text01 span{
	font-size:26px;
	line-height:39px;
	font-weight:bold;
}

.aboutus_text02{
	width:900px;
	margin:35px 0px 0px 0px;		
}

.aboutus_text02 span{
	font-size:16px;
	line-height:26px;
}

.aboutus_text03{
	width:1000px;
	margin:25px 0px 0px 0px;		
}

.aboutus_text03 span{
	font-size:26px;
	line-height:39px;
	font-weight:bold;
	color:#50c7e7;
}

.aboutus_text04{
	width:175px;
	position:absolute; top:130px; left:80px;
	text-align:center;
}

.aboutus_text04 span{
	font-size:13px;
	line-height:28px;
	color:#ffffff;
}

.aboutus_text05{
	width:175px;
	position:absolute; top:130px; left:745px;
	text-align:center;
}

.aboutus_text05 span{
	font-size:13px;
	line-height:28px;
	color:#ffffff;
}

.aboutus_text06{
	width:1000px;
	margin:10px 0px 0px 0px;
}

.aboutus_text06 span{
	font-size:16px;
	line-height:26px;
}

.aboutus_text06_sp{
	color:#50c7e7;
}

.aboutus_text07{
	width:250px;
	position:absolute; top:169px; left:18px;
	text-align:left;	
}

.aboutus_text07 span{
	font-size:11px;
	line-height:16px;
}

.aboutus_text08{
	width:1000px;
	margin:70px 0px 0px 0px;
}

.aboutus_text08 span{
	font-size:16px;
	line-height:24px;
}

.aboutus_text09{
	width:1000px;
	margin:0px 0px 80px 0px;
}

.aboutus_text09 span{
	font-size:16px;
	line-height:24px;
}

.aboutus_text10{
	width:1000px;
	margin:70px 0px 0px 0px;
}

.aboutus_text10 span{
	font-size:16px;
	line-height:24px;
	color:#ff99cc;
}

.aboutus_text11{
	width:1000px;
	margin:0px 0px 0px 0px;
}

.aboutus_text11 span{
	font-size:24px;
	line-height:48px;
	color:#ff99cc;
}

.aboutus_teian_title{
	width:890px;
	text-align:left;
	padding:25px 0px 0px 0px;
}

.aboutus_teian_icon{
	width:89px;
	height:29px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_theme.gif");
	background-size: 89px 29px;
	background-position: center center;	
	background-repeat: no-repeat;
	margin:0px 0px 0px 25px;
}

.aboutus_teian_title_text{
	border-top:solid 3px #080404;
	border-bottom:solid 3px #080404;
	text-align:center;		
}

.aboutus_teian_title_text span{
	font-size:26px;
	line-height:52px;
	font-weight:bold;	
}

.aboutus_case_title{
	width:615px;
	text-align:center;
	border:solid 1px #50c7e7;
	margin:60px 0px 0px 0px;
}

.aboutus_case_icon{
	width:115px;
	height:44px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_case_01.png");
	background-size: 67px 16px;
	background-position: center center;	
	background-repeat: no-repeat;
	background-color:#50c7e7;
	float:left;
}

.aboutus_case_title_text{
	width:500px;
	height:44px;
	text-align:center;	
	background-color:#ffffff;	
	float:left;
}

.aboutus_case_title_text span{
	font-size:22px;
	line-height:44px;
	color:#50c7e7;
}


.aboutus_mondai_waku{
	width:900px;
	height:629px;
	margin:35px 0px 0px 0px;
}

.aboutus_mondai01{
	width:308px;
	height:628px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_kadai_bg01_en.gif");
	background-size: 283px 628px;
	background-position: left center;	
	background-repeat: no-repeat;
	float:left;
	position:relative;
	
}

.aboutus_mondai02{
	width:308px;
	height:628px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_kadai_bg02_en.gif");
	background-size: 283px 628px;
	background-position: left center;	
	background-repeat: no-repeat;
	float:left;
	position:relative;
}

.aboutus_mondai03{
	width:283px;
	height:628px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aboutus_kadai_bg03_en.gif");
	background-size: 283px 628px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	position:relative;
}

.aboutus_mondai_title{
	width:230px;
	height:60px;
	position:absolute; top:58px; left:28px;
	text-align:center;
}

.aboutus_mondai_title span{
	font-size:18px;
	line-height:24px;
	color:#ffffff;
}


.aboutus_check_title{
	width:220px;
	height:45px;
	position:absolute; top:318px; left:30px;
	text-align:center;
}

.aboutus_check_title span{
	font-size:13px;
	line-height:20px;
	color:#f08fc6;
}

.aboutus_check_list01{
	width:195px;
	position:absolute; top:372px; left:54px;
	text-align:left;
}

.aboutus_check_list01 span{
	font-size:11px;
}

.aboutus_check_list02{
	width:195px;
	position:absolute; top:390px; left:54px;
	text-align:left;
}

.aboutus_check_list02 span{
	font-size:11px;
}

.aboutus_check_list03{
	width:195px;
	position:absolute; top:408px; left:54px;
	text-align:left;
}

.aboutus_check_list03 span{
	font-size:11px;
}

.aboutus_an_list01{
	position:absolute; top:490px; left:10px;
	text-align:center;
	padding:0px 20px 0px 20px;
	background-color:#f08fc6;
}

.aboutus_an_list01 span{
	font-size:13px;
	line-height:30px;
	color:#ffffff;
}

.aboutus_an_list02{
	position:absolute; top:530px; left:35px;
	text-align:center;
	padding:0px 20px 0px 20px;
	background-color:#f08fc6;
}

.aboutus_an_list02 span{
	font-size:13px;
	line-height:30px;
	color:#ffffff;
}

.aboutus_an_list03{
	position:absolute; top:570px; left:128px;
	text-align:center;
	padding:0px 20px 0px 20px;
	background-color:#f08fc6;
}

.aboutus_an_list03 span{
	font-size:13px;
	line-height:30px;
	color:#ffffff;
}

.aboutus_an_list04{
	position:absolute; top:490px; left:10px;
	text-align:center;
	padding:0px 20px 0px 20px;
	background-color:#f08fc6;
}

.aboutus_an_list04 span{
	font-size:13px;
	line-height:30px;
	color:#ffffff;
}

.aboutus_an_list05{
	position:absolute; top:530px; left:60px;
	text-align:center;
	padding:0px 20px 0px 20px;
	background-color:#f08fc6;
}

.aboutus_an_list05 span{
	font-size:13px;
	line-height:30px;
	color:#ffffff;
}

.aboutus_an_list06{
	position:absolute; top:570px; left:95px;
	text-align:center;
	padding:0px 20px 0px 20px;
	background-color:#f08fc6;
}

.aboutus_an_list06 span{
	font-size:13px;
	line-height:30px;
	color:#ffffff;
}

.aboutus_an_list07{
	position:absolute; top:490px; left:10px;
	text-align:center;
	padding:0px 20px 0px 20px;
	background-color:#f08fc6;
}

.aboutus_an_list07 span{
	font-size:13px;
	line-height:30px;
	color:#ffffff;
}

.aboutus_an_list08{
	position:absolute; top:530px; left:85px;
	text-align:center;
	padding:0px 20px 0px 20px;
	background-color:#f08fc6;
}

.aboutus_an_list08 span{
	font-size:13px;
	line-height:30px;
	color:#ffffff;
}

.aboutus_an_list09{
	position:absolute; top:570px; left:95px;
	text-align:center;
	padding:0px 20px 0px 20px;
	background-color:#f08fc6;
}

.aboutus_an_list09 span{
	font-size:13px;
	line-height:30px;
	color:#ffffff;
}

.aboutus_line{
	width:100%;
	height:3px;
	background-color:#50c7e7;
}

.corporate_main01{
	width:100%;
	height:1150px;
}

.corporate_philosophy_waku{
	width:100%;
	height:400px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corporate_img_01.gif");
	background-size: 1630px 364px;
	background-position: center top;	
	background-repeat: no-repeat;
	margin:75px 0px 0px 0px;
}

.corporate_philosophy_naiyou{
	width:1000px;
	height:400px;
}

.corporate_philosophy_title{
	width:1000px;
	height:22px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corporate_title_01_en.gif");
	background-size: 99px 22px;
	background-position: left center;	
	background-repeat: no-repeat;
}

.corporate_philosophy_main_text{
	width:1000px;
	text-align:left;
	margin:30px 0px 0px 0px;
}

.corporate_philosophy_main_text span{
	font-size:26px;
	line-height:39px;
	font-weight:bold;
}

.corporate_philosophy_honbun_text{
	width:1000px;
	text-align:left;
	margin:20px 0px 0px 0px;
}

.corporate_philosophy_honbun_text span{
	font-size:16px;
	line-height:26px;
}

.corporate_profile_naiyou{
	width:1000px;
	height:500px;
	margin:60px 0px 0px 0px;
}

.corporate_profile_title{
	width:1000px;
	height:22px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corporate_title_02_en.gif");
	background-size: 99px 22px;
	background-position: left center;	
	background-repeat: no-repeat;
}

.corporate_profile_text_waku01{
	margin:30px 0px 0px 0px;
}

.corporate_profile_text_waku02{
	margin:30px 0px 0px 0px;
}

.corporate_profile_text01{
	width:120px;
	text-align:left;
	float:left;
}

.corporate_profile_text01 span{
	font-size:14px;
	line-height:26px;
}

.corporate_profile_text02{
	margin:0px 0px 0px 25px;
	text-align:left;
	float:left;
}

.corporate_profile_text02 span{
	font-size:14px;
	line-height:26px;
}

.corporate_profile_text03{
	width:500px;
	height:26px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corporate_yaji.gif");
	background-size: 12px 12px;
	background-position: left center;	
	background-repeat: no-repeat;
	padding:0px 0px 0px 15px;
}

.corporate_profile_text03 span{
	font-size:14px;
	line-height:26px;
	color:#6ec8e8;
}

.corporate_profile_text04{
	margin:0px 0px 25px 0px;
}

.corporate_profile_text04 span{
	font-size:12px;
	line-height:26px;
}

.corporate_main02{
	width:100%;
	height:1300px;
	background-color:#ffffcd;

}

.corporate_faq_waku{
	width:100%;
	height:1300px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corporate_img_02.png");
	background-size: 1866px 423px;
	background-position: center top;	
	background-repeat: no-repeat;
	position:relative; top:-228px; left:0px;
}

.corporate_faq_naiyou{
	width:1000px;
	height:1300px;
	position:absolute; top:228px; left:50%;
	margin:0px 0px 0px -500px;
}

.corporate_faq_title{
	width:950px;
	height:72px;
	border-bottom:solid 1px #333333;
	margin:35px 0px 0px 0px;
	padding:0px 0px 0px 50px;
	text-align:left;
}

.corporate_faq_title span{
	font-size:24px;
	line-height:72px;
	font-weight:bold;
}

.accordion{
	margin:0;
	padding:0;
}

.corporate_faq_q_waku{
	width:1000px;
	height:55px;
	text-align:left;
	border-bottom:solid 1px #333333;
	display:block;
	cursor:pointer;
	margin:0;
	padding:0;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corporate_under_yaji.png");
	background-size: 32px 32px;
	background-position: right center;	
	background-repeat: no-repeat;
}

.corporate_faq_q_waku.open{
	width:1000px;
	height:55px;
	text-align:left;
	border-bottom:solid 1px #333333;
	display:block;
	cursor:pointer;
	margin:0;
	padding:0;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corporate_back_yaji.png");
	background-size: 32px 32px;
	background-position: right center;	
	background-repeat: no-repeat;
}

.corporate_faq_q_icon{
	width:14px;
	height:55px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corporate_q.png");
	background-size: 14px 27px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.corporate_faq_q_text{
	width:944px;
	height:55px;
	font-size:13px;
	line-height:55px;
	margin:0px 0px 0px 10px;
	float:left;
}

.corporate_faq_a_waku{
	width:1000px;
	height:auto;
	text-align:left;
	border-bottom:solid 1px #333333;
	background-color:#ffffff;
	display:none;
	margin:0;
	padding:0;
}

.corporate_faq_a_icon{
	width:13px;
	height:25px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corporate_a.png");
	background-size: 13px 25px;
	background-position: center center;	
	background-repeat: no-repeat;
	margin:20px 0px 20px 0px;
	float:left;
}

.corporate_faq_a_text{
	width:924px;
	height:auto;
	font-size:13px;
	line-height:25px;
	margin:20px 0px 20px 10px;
	float:left;
}

.corporate_faq_a_space01{
	width:29px;
	height:25px;
	float:left;
}

.corporate_faq_a_staff_yaji{
	display:block;
	width:167px;
	height:26px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corporate_staff_yaji_en.png");
	background-size: 167px 26px;
	background-position: center center;	
	background-repeat: no-repeat;
	margin:0px 0px 25px 53px;
}

.corporate_faq_a_seisaku_yaji{
	display:block;
	width:191px;
	height:26px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corporate_seisaku_yaji_en.png");
	background-size: 191px 26px;
	background-position: center center;	
	background-repeat: no-repeat;
	margin:0px 0px 25px 53px;
}

.corporate_faq__text01{
	width:1000px;
	margin:70px 0px 0px 0px;
}

.corporate_faq__text01 span{
	font-size:16px;
	line-height:40px;
}

.corporate_faq__text02{
	width:1000px;
}

.corporate_faq__text02 span{
	font-size:16px;
	line-height:40px;
}

.corporate_faq_image01{
	width:786px;
	height:66px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/corporate_pdca_en.gif");
	background-size: 786px 66px;
	background-position: center center;	
	background-repeat: no-repeat;
	margin:30px 0px 30px 0px;
}

/* 実績CSS */

.works_title{
	width:215px;
	height:67px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_title.gif");
	background-size: 215px 67px;
	background-position: left center;	
	background-repeat: no-repeat;
	margin:25px 0px 0px 0px;
	float:left;		
}

.works_menu{
	width:auto;
	height:23px;
	margin:69px 0px 0px 340px;
}

.works_menu_design{
	width:420px;
	height:23px;
	margin-top:10px;
	margin-left:363px;
}

.works_menu_web{
	width:263px;
	height:23px;
	margin-top:10px;
	margin-left:520px;
}

.works_menu_app{
	width:365px;
	height:23px;
	margin-top:10px;
	margin-left:420px;
}



.works_big_cat_waku{
	width:auto;
	height:23px;
}

.works_big_cat01{
	width:90px;
	height:23px;
	float:left;
}

.works_big_cat01 a{
	display:block;
	width:90px;
	height:23px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_big_cat01.gif");
	background-size: 90px 23px;
	background-position: center center;	
	background-repeat: no-repeat;
	text-indent:-99999px;
}

.works_big_cat02{
	width:59px;
	height:23px;
	margin:0px 0px 0px 20px;
	float:left;
}

.works_big_cat02 a{
	display:block;
	width:59px;
	height:23px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_big_cat02.gif");
	background-size: 59px 23px;
	background-position: center center;	
	background-repeat: no-repeat;
	text-indent:-99999px;
}

.works_big_cat03{
	width:144px;
	height:23px;
	margin:0px 0px 0px 20px;
	float:left;
}

.works_big_cat03 a{
	display:block;
	width:144px;
	height:23px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_big_cat03.gif");
	background-size: 144px 23px;
	background-position: center center;	
	background-repeat: no-repeat;
	text-indent:-99999px;
}

.works_big_cat04{
	width:82px;
	height:23px;
	margin:0px 0px 0px 20px;
	float:left;
}

.works_big_cat04 a{
	display:block;
	width:82px;
	height:23px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_big_cat04.gif");
	background-size: 82px 23px;
	background-position: center center;	
	background-repeat: no-repeat;
	text-indent:-99999px;
}

.works_small_cat_waku{
	width:435px;
	height:24px;
	margin-top:20px;
	margin-left:0px;
	text-align:right;
}

.works_small_cat{
	float:left;
	margin:0px 10px 0px 0px;
}

.works_small_cat a{
	display:block;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_cat_bg01.gif");
	background-position: center center;	
	background-repeat: no-repeat;
	font-size:11px;
	line-height:23px;
	color:#ffffff;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}

.works_small_cat a:hover{
	display:block;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_cat_bg02.gif");
	background-position: center center;	
	background-repeat: no-repeat;
	font-size:11px;
	line-height:23px;
	color:#ffffff;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}

.works_main01{
	width:100%;
	height:auto;
}

.works_waku_design{
	width:100%;
	height:auto;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_image01_en.gif");
	background-size: 1882px 422px;
	background-position: center 115px;	
	background-repeat: no-repeat;
}

.works_waku_web{
	width:100%;
	height:auto;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_image03_en.gif");
	background-size: 1882px 422px;
	background-position: center 115px;	
	background-repeat: no-repeat;
}

.works_waku_app{
	width:100%;
	height:auto;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_image04_en.gif");
	background-size: 1882px 422px;
	background-position: center 115px;	
	background-repeat: no-repeat;
}

.works_waku_other{
	width:100%;
	height:auto;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_image11_en.gif");
	background-size: 1882px 422px;
	background-position: center 115px;	
	background-repeat: no-repeat;
}

.works_naiyou{
	width:1000px;
	height:auto;
}

.works_list_waku{
	width:1000px;
	margin:10px 0px 0px 0px;
}

.works_jisseki_list{
	width:310px;
	height:290px;
	float:left;
	border-top:solid 4px #b2e7b3;
	margin:0px 0px 60px 0px;
}

.works_list_img{
	width:310px;
	height:235px;
	overflow:hidden;
	margin:15px 0px 0px 0px;
}

.works_list_img img {
	width: 95%;
	}

.works_list_title{
	width:310px;
	height:30px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_list_yaji.gif");
	background-size: 15px 14px;
	background-position: left center;	
	background-repeat: no-repeat;
	padding:0px 0px 0px 20px;
	text-align:left;
	margin:0px 0px 0px 0px;
}

.works_list_title span{
	font-size:11px;
	line-height:30px;
}

.works_list_cat{
	width:310px;
	height:15px;
}

.works_list_cat div{
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_cat_bg01.gif");
	background-position: center center;	
	background-repeat: no-repeat;
	padding:0px 10px 0px 10px;
	margin:0px 10px 7px 0px;
	font-size:10px;
	line-height:15px;
	color:#ffffff;
	float:left;
}

.works_space {
	width:35px;
	height:35px;
	float:left;
	}

.works_main02{
	width:100%;
	height:2000px;
	background-color:#ffffcd;
	margin:50px 0px 0px 0px;
}

.works_blog_waku_design{
	width:100%;
	height:2000px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_image02_en.png");
	background-size: 1487px 232px;
	background-position: center top;	
	background-repeat: no-repeat;
	position:relative; top:-25px; left:0px;
}

.works_blog_waku_web{
	width:100%;
	height:2000px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_image05_en.png");
	background-size: 1487px 232px;
	background-position: center top;	
	background-repeat: no-repeat;
	position:relative; top:-25px; left:0px;
}

.works_blog_waku_app{
	width:100%;
	height:2000px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_image06_en.png");
	background-size: 1487px 232px;
	background-position: center top;	
	background-repeat: no-repeat;
	position:relative; top:-25px; left:0px;
}

.works_blog_waku_other{
	width:100%;
	height:2000px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_image07_en.png");
	background-size: 1487px 232px;
	background-position: center top;	
	background-repeat: no-repeat;
	position:relative; top:-25px; left:0px;
}

.works_blog_naiyou{
	width:1000px;
	height:2000px;
	position:absolute; top:25px; left:50%;
	margin:0px 0px 0px -500px;
}

.works_blog_list_waku{
	margin:115px 0px 0px 0px;
}

.works_blog_list{
	width:1000px;
	height:200px;
	background-color:#ffffff;
	border:solid 4px #b2e7b3;
	text-align:left;
	margin:0px 0px 35px 0px;	
}

.works_blog_img{
	width:295px;
	height:200px;
	background-color:#cccccc;
	overflow:hidden;
	float:left;
}

.works_blog_img img{
	width:100%;
}

.works_blog_text{
	width:700px;
	float:left;
	position:relative;
	top:0;
	left:0;	
}

.works_blog_title{
	width:675px;
	position:absolute;
	top:15px;
	left:8px;
}

.works_blog_title span{
	font-size:18px;
	color:#80b969;
}

.works_blog_date{
	width:675px;
	position:absolute;
	top:40px;
	left:20px;
}

.works_blog_date span{
	font-size:11px;
}

.works_blog_honbun{
	width:675px;
	position:absolute;
	top:65px;
	left:20px;
}

.works_blog_honbun span{
	font-size:11px;
	line-height:18px;
}

.works_blog_more{
	width:91px;
	height:16px;
	position:absolute;
	top:165px;
	left:20px;
}

.works_blog_more a{
	display:block;
	width:91px;
	height:16px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_blog_more.gif");
	background-position: center center;	
	background-repeat: no-repeat;
	text-indent:-99999px;
}


.works_pre_waku{
	width:890px;
	height:440px;
	margin:30px 0px 0px 20px;
}

.works_pre_title01{
	width:890px;
	height:48px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_pre_design_title.gif");
	background-position: left center;	
	background-repeat: no-repeat;
}


.works_pre_title02{
	width:890px;
	height:48px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_pre_design_title.gif");
	background-position: left center;	
	background-repeat: no-repeat;
}


.works_pre_title03{
	width:890px;
	height:48px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_pre_design_title.gif");
	background-position: left center;	
	background-repeat: no-repeat;
}

.works_pre_title04{
	width:890px;
	height:48px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_pre_other_title.gif");
	background-position: left center;	
	background-repeat: no-repeat;
}




.works_pre_naiyou{
	width:890px;
	height:370px;
	margin:20px 0px 0px 0px;
}

.works_pre_img{
	width:480px;
	height:370px;
	float:left;
	background-color:#696868;
}

.works_pre_img div{
	width:480px;
	height:370px;
}

.works_pre_img img{
	width:100%;
	height:auto;
}

.works_pre_text{
	width:370px;
	height:370px;
	float:left;
	margin:0px 0px 0px 35px;
}

.works_pre_img_title{
	width:370px;
	height:40px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_list_yaji.gif");
	background-size: 15px 14px;
	background-position: left center;	
	background-repeat: no-repeat;
	padding:0px 0px 0px 20px;
	text-align:left;
	border-bottom:solid 1px #333333;
}

.works_pre_img_title span{
	font-size:18px;
	line-height:40px;
}

.works_pre_img_client{
	width:370px;
	height:40px;
}

.works_pre_img_client span{
	font-size:13px;
	line-height:40px;
}

.works_pre_img_icon{
	width:370px;
	height:15px;
}

.works_pre_img_icon div{
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_cat_bg01.gif");
	background-position: center center;	
	background-repeat: no-repeat;
	padding:0px 10px 0px 10px;
	margin:0px 10px 0px 0px;
	font-size:10px;
	line-height:15px;
	color:#ffffff;
	float:left;
}

.works_pre_blog_title{
	width:370px;
	margin:35px 0px 0px 0px;
}

.works_pre_blog_title span{
	font-size:18px;
	line-height:24px;
	color:#80b969;
}

.works_pre_blog_honbun{
	width:370px;
	height:145px;
	margin:15px 0px 0px 0px;
	overflow-y:auto;
	overflow-x:hidden;
}

.works_pre_blog_honbun span{
	font-size:11px;
	line-height:18px;
}

.works_pre_blog_tantou{
	width:370px;
	height:30px;
	margin:15px 0px 0px 0px;
}

.works_pre_blog_tantou div{
	float:left;
	margin:0px 10px 0px 0px;
}

.works_pre_blog_tantou div span{
	font-size:11px;
	line-height:18px;
}

/* ブログCSS */

.blog_main01{
	width:100%;
	height:auto;
}

.blog_waku{
	width:100%;
	height:auto;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/blog_img01.gif");
	background-size: 1838px 423px;
	background-position: center 550px;	
	background-repeat: no-repeat;
}

.blog_naiyou{
	width:1000px;
	height:auto;
}

.blog_list_title{
	width:1000px;
	height:67px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/blog_title.gif");
	background-size: 154px 67px;
	background-position: left center;	
	background-repeat: no-repeat;
	margin:25px 0px 65px 0px;
	float:left;		
}

.blog_list_waku{
	width:630px;
	height:auto;
	float:left;
}

.blog_list{
	width:630px;
	height:150px;
	background-color:#ffffff;
	border:solid 4px #b76db8;
	text-align:left;
	margin:0px 0px 35px 0px;	
}

.blog_img{
	width:210px;
	height:150px;
	background-color:#cccccc;
	overflow:hidden;
	float:left;
}

.blog_img img{
	width:100%;
}

.blog_text{
	width:385px;
	float:left;
	position:relative;
	top:0;
	left:0;	
}

.blog_title{
	width:385px;
	position:absolute;
	top:15px;
	left:8px;
}

.blog_title span{
	font-size:18px;
	color:#b76db8;
}

.blog_date{
	width:385px;
	position:absolute;
	top:40px;
	left:20px;
}

.blog_date span{
	font-size:11px;
}

.blog_honbun{
	width:385px;
	position:absolute;
	top:65px;
	left:20px;
}

.blog_honbun span{
	font-size:11px;
	line-height:18px;
}

.blog_more{
	width:91px;
	height:16px;
	position:absolute;
	top:120px;
	left:20px;
}

.blog_more a{
	display:block;
	width:91px;
	height:16px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_blog_more.gif");
	background-position: center center;	
	background-repeat: no-repeat;
	text-indent:-99999px;
}

.blog_cat_list_waku{
	width:300px;
	height:auto;
	float:left;
	margin:0px 0px 0px 70px;	
}

.blog_cat_list_title{
	width:300px;
	height:22px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/blog_cat_title.gif");
	background-size: 287px 22px;
	background-position: left center;	
	background-repeat: no-repeat;
}

.blog_cat_list_title_text{
	width:300px;
	height:20px;
	margin:10px 0px 0px 0px;
	text-align:left;
}

.blog_cat_list_title_text span{
	font-size:13px;
	line-height:20px;
	color:#b76db8;
}

.blog_cat_sort_title{
	width:290px;
	height:24px;
	margin:10px 0px 5px 0px;
	background-color:#535353;
	text-align:left;
	padding:0px 0px 0px 10px;
}

.blog_cat_sort_title span{
	font-size:11px;
	line-height:24px;
	color:#ffffff;
}


.blog_cat_sort_list{
	width:300px;
	height:25px;
	text-align:left;
}

.blog_cat_sort_list a{
	font-size:11px;
	line-height:25px;
	text-decoration:none;
	color:#696868;
}


/* スタッフCSS */

.staff_main01{
	width:100%;
	height:auto;
}

.staff_waku{
	width:100%;
	height:auto;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/staff_img01.gif");
	background-size: 1878px 761px;
	background-position: center 60px;	
	background-repeat: no-repeat;
}

.staff_naiyou{
	width:1000px;
	height:auto;
}

.staff_list_title{
	width:1000px;
	height:67px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/staff_title.gif");
	background-size: 198px 67px;
	background-position: left center;	
	background-repeat: no-repeat;
	margin:25px 0px 65px 0px;
	float:left;		
}

.staff_list_waku{
	width:630px;
	height:auto;
	float:left;
}

.staff_list{
	width:630px;
	height:150px;
	background-color:#ffffff;
	border:solid 4px #ffab36;
	text-align:left;
	margin:0px 0px 35px 0px;	
}

.staff_img{
	width:210px;
	height:150px;
	background-color:#cccccc;
	overflow:hidden;
	float:left;
}

.staff_img img{
	width:100%;
	height:auto;
}

.staff_text{
	width:385px;
	float:left;
	position:relative;
	top:0;
	left:0;	
}

.staff_title{
	width:385px;
	position:absolute;
	top:15px;
	left:8px;
}

.staff_title span{
	font-size:18px;
	color:#ffab36;
}

.staff_date{
	width:385px;
	position:absolute;
	top:40px;
	left:20px;
}

.staff_date span{
	font-size:11px;
}

.staff_honbun{
	width:385px;
	position:absolute;
	top:65px;
	left:20px;
}

.staff_honbun span{
	font-size:11px;
	line-height:18px;
}

.staff_more{
	width:91px;
	height:16px;
	position:absolute;
	top:120px;
	left:20px;
}

.staff_more a{
	display:block;
	width:91px;
	height:16px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/works_blog_more.gif");
	background-position: center center;	
	background-repeat: no-repeat;
	text-indent:-99999px;
}

.staff_list_all_waku{
	width:300px;
	height:auto;
	float:left;
	margin:0px 0px 0px 70px;	
}

.staff_prof_waku{
	width:630px;
	height:auto;
	text-align:left;
}

.staff_prof_img_kanno{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/kanno_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_aihara{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aihara_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_tsukidate{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/tsukidate_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_kumagai{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/kumagai_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_aono{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aono_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_endo{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/endo_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_matsuura{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/matsuura_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_ysai{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/ysai_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_pong{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/pong_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_radz{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/radz_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_robert{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/robert_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_rocky{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/rocky_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_nagasawa{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/nagasawa_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_img_sato{
	width:146px;
	height:146px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/sato_big.gif");
	background-size: 146px 146px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
	border:solid 4px #594f57;
}

.staff_prof_text{
	width:462px;
	height:146px;
	float:left;
	margin:0px 0px 0px 14px;
}

.staff_prof_name{
	width:450px;
	height:25px;
	margin:0px 0px 0px 12px;
}

.staff_prof_name span{
 	font-size:20px;
 	line-height:25px;
 	font-weight:bold;
 	color:#696868;
}

.staff_prof_name_ja{
	width:450px;
	height:25px;
	margin:0px 0px 0px 12px;
}

.staff_prof_name_ja span{
 	font-size:13px;
 	line-height:25px;
 	color:#696868;
}

.staff_prof_comment{
	width:462px;
	height:88px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/staff_comment_waku.gif");
	background-size: 462px 88px;
	background-position: left center;	
	background-repeat: no-repeat;
	margin:17px 0px 0px 0px;
	position:relative;
	top:0;
	left:0;
}

.staff_prof_comment div{
	width:410px;
	height:68px;
	position:absolute;
	top:11px;
	left:30px;
}

.staff_prof_comment div span{
 	font-size:11px;
 	line-height:20px;
 	color:#696868;
}

.staff_prof_works_title{
	width:630px;
	height:14px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/staff_works_small_title.gif");
	background-size: 50px 14px;
	background-position: left center;	
	background-repeat: no-repeat;
	margin:40px 0px 15px 0px;
}

.staff_prof_works_waku{
	width:630px;
	height:auto;
}

.staff_prof_works01{
	width:196px;
	height:137px;
	background-color:#696868;
	float:left;
	margin:0px 21px 0px 0px;
}

.staff_prof_works01 img{
	width:100%;
	height:auto;
}

.staff_prof_works02{
	width:196px;
	height:137px;
	background-color:#696868;
	float:left;
	margin:0px 21px 0px 0px;
}

.staff_prof_works02 img{
	width:100%;
	height:auto;
}

.staff_prof_works03{
	width:196px;
	height:137px;
	background-color:#696868;
	float:left;
}

.staff_prof_works03 img{
	width:100%;
	height:auto;
}

.staff_blog__small_title{
	width:630px;
	height:15px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/staff_blog_small_title.gif");
	background-size: 41px 15px;
	background-position: left center;	
	background-repeat: no-repeat;
	margin:40px 0px 15px 0px;
}

.staff_list_ind_waku{
	width:300px;
	height:60px;
	margin:0px 0px 35px 0px;	
	text-align:left;
	position:relative;
	top:0;
	left:0;
}


.staff_list_ind_img_kanno{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/kanno_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_img_aihara{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aihara_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_img_tsukidate{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/tsukidate_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_img_kumagai{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/kumagai_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_img_aono{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/aono_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_img_endo{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/endo_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_img_matsuura{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/matsuura_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_img_ysai{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/ysai_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_img_pong{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/pong_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_img_robert{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/robert_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_img_radz{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/radz_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_img_rocky{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/rocky_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_img_nagasawa{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/nagasawa_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}


.staff_list_ind_img_sato{
	width:60px;
	height:60px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/sato_big.gif");
	background-size: 60px 60px;
	background-position: center center;	
	background-repeat: no-repeat;
	float:left;
}

.staff_list_ind_text{
	width:220px;
	height:60px;
	float:left;
	margin:0px 0px 0px 15px;
}

.staff_list_ind_name{
	width:220px;
	height:20px;
	margin:0px 0px 0px 0px;
}

.staff_list_ind_name span{
 	font-size:13px;
 	line-height:20px;
 	font-weight:bold;
 	color:#696868;
}

.staff_list_ind_name_ja{
	width:220px;
	height:20px;
	margin:0px 0px 0px 0px;
}

.staff_list_ind_name_ja span{
 	font-size:10px;
 	line-height:10px;
 	color:#696868;
}

.staff_list_all_button{
	display:block;
	width:300px;
	height:60px;
	position:absolute;
	top:0;
	left:0;
}

/* ブランディングCSS */

.works_branding_bg {
width:100%;
height:70px;
background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/branding_back.png");
background-size: 963px 36px;
background-position: center center;
background-repeat: no-repeat;
text-align:left;
margin:20px 0px 0px 30px;
display:block;
cursor:pointer;
}

.works_branding_bg.open{
width:100%;
height:70px;
background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/branding_back02.png");
background-size: 963px 36px;
background-position: center center;
background-repeat: no-repeat;
text-align:left;
margin:20px 0px 0px 30px;
display:block;
cursor:pointer;
}

.works_branding_img01 {
width:85px;
height:91px;
background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/branding_img01.gif");
background-size: 85px 91px;
background-position: center center;
background-repeat: no-repeat;
float:left;
}

.works_branding_img02 {
width:255px;
height:235px;
background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/branding_img02_en.gif");
background-size: 255px 235px;
background-position: center center;
background-repeat: no-repeat;
margin:40px 0px 0px 0px;
}

.works_branding_img03 {
width:600px;
height:233px;
background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/branding_img03_en.gif");
background-size: 600px 233px;
background-position: center center;
background-repeat: no-repeat;
margin:40px 0px 0px 0px;
}

.works_branding_img04 {
width:114px;
height:44px;
background-color:#52b2ce;
background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/branding_img04_en.gif");
background-size: 95px 18px;
background-position: center center;
background-repeat: no-repeat;
float:left;
border:solid 2px #52b2ce;
margin:40px 0px 0px 130px;
}

.works_branding_button {
width:100%;
height:70px;
}

.works_branding_text {
font-size:16px;
line-height:70px;
padding:0px 0px 0px 50px;
}

.works_branding_naiyou_waku {
width:100%;
height:1600px;
display:none;
margin:0;
padding:0;
}

.works_branding_naiyou_title {
margin:75px 0px 0px 0px;
width:100%;
height:50px;
}

.works_branding_naiyou_title span {
font-size:20px;
line-height:50px;
}

.works_branding_naiyou_text01 {
height:44px;
float:left;
border:solid 2px #55b1cd;
margin:40px 0px 0px 0px;
}

.works_branding_naiyou_text01 span {
font-size:18px;
line-height:44px;
color:#52b2ce;
margin:0px 30px 0px 30px;
}

.works_branding_naiyou_text02 {
margin:50px 0px 0px 145px;
}

.works_branding_naiyou_text03 {
float:left;
width:650px;
height:90px;
text-align:left;
margin:0px 0px 0px 35px;
}

.works_branding_naiyou_text03 span {
font-size:12px;
line-height:24px;
color:#666666;
}

.works_branding_naiyou_text04 {
margin:60px 0px 0px 0px;
}

.works_branding_naiyou_text04_no {
font-size:18px; line-height:30px; color:#666666;
}

.works_branding_naiyou_text04_sp {
font-size:20px; color:#55b1cd;
}

.works_branding_naiyou_text05 {
margin:25px 0px 0px 0px;
}

.works_branding_naiyou_text05 span {
font-size:12px;
line-height:24px;
color:#666666;
}

.works_branding_naiyou_text06 {
margin:70px 0px 0px 0px;
}

.works_branding_naiyou_text06 span {
font-size:20px; color:#55b1cd;
}

.works_branding_naiyou_text07 {
margin:25px 0px 0px 0px;
}

.works_branding_naiyou_text07 span {
font-size:13px; line-height:30px; color:#666666;
}





/* コンタクトCSS */

.contact_main01{
	width:100%;
	height:auto;
}

.contact_waku{
	width:100%;
	height:auto;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/contact_img01.gif");
	background-size: 1787px 522px;
	background-position: center 375px;	
	background-repeat: no-repeat;
}

.contact_naiyou{
	width:1000px;
	height:auto;
}

.contact_title{
	width:1000px;
	height:67px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/contact_title.gif");
	background-size: 207px 67px;
	background-position: left center;	
	background-repeat: no-repeat;
	margin:25px 0px 65px 0px;
	float:left;		
}

.contact_corp_info_waku{
	width:455px;
	height:auto;
	text-align:left;
	float:left;
}

.contact_corp_info_name{
	width:455px;
	height:25px;
}

.contact_corp_info_name span{
 	font-size:13px;
 	line-height:25px;
 	color:#0a297b;
}

.contact_corp_info_text01{
	width:455px;
	height:25px;
	margin:15px 0px 0px 0px;
}

.contact_corp_info_text01 span{
 	font-size:11px;
 	line-height:25px;
}

.contact_corp_cebu_rogo{
	width:455px;
	height:53px;
	margin:15px 0px 0px 0px;
	background-image: url("http://www.ccrest.sakura.ne.jp/wp/wp-content/themes/test/images/cebu_rogo");
	background-size: 350px 53px;
	background-position: left center;	
	background-repeat: no-repeat;
}

.contact_corp_info_text02{
	width:455px;
	height:auto;
	margin:15px 0px 0px 0px;
}

.contact_corp_info_text02 span{
 	font-size:11px;
 	line-height:18px;
}

.contact_corp_map{
	width:455px;
	height:250px;
	margin:15px 0px 35px 0px;
}

.contact_form_waku{
	width:475px;
	height:1375px;
	text-align:left;
	margin:0px 0px 0px 65px;
	float:left;
}

.contact_form_tel_title{
	width:475px;
	height:30px;
	border-bottom:solid 1px #999999;
}

.contact_form_tel_title span{
	font-size:16px;
	line-height:30px;
}

.contact_form_tel_title_sub{
	width:230px;
	height:16px;
	margin:10px 0px 0px 0px;
}

.contact_form_tel_title_sub span{
	font-size:11px;
	line-height:16px;
}

.contact_form_tel_nomber{
	width:230px;
	height:40px;
}

.contact_form_tel_nomber span{
	font-size:24px;
	line-height:40px;
}

.contact_form_mail_title{
	width:475px;
	height:30px;
	border-bottom:solid 1px #999999;
	margin:20px 0px 0px 0px;
}

span.wpcf7-list-item { display: block; }

 /* テキストフォームの設定 */
.wpcf7-text{
   padding: 3px;
   width: 475px;
   color: #636063;
   font-family: "Myriad Pro", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
   font-size: 14px;
   }

 /* テキストエリアの設定 */
.wpcf7-textarea{
   padding: 3px;
   width: 475px;
   color: #636063;
   font-family: "Myriad Pro", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
   font-size: 14px;
   }

/* 送信ボタンの設定 */
.wpcf7-form-control.wpcf7-submit{
   display: block;
   width: 180px;
   height: 40px;
   border: none;
   background-color: #cac8c8;
   font-size:18px;
   color:#ffffff;
   }
 
 /* 送信ボタンのフォーカス時の設定 */
.wpcf7-form-control.wpcf7-submit:hover{
   filter: alpha(opacity=80);
   opacity: .6;
   -moz-transition: all 0.7s ease;
   -webkit-transition: all 0.7s ease;
   }

.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    .wpcf7 .wpcf7-validation-errors {
        color: #B94A48;
        background-color: #F2DEDE;
        border: 1px solid #EED3D7;
    }
    .wpcf7 .wpcf7-mail-sent-ok {
        color: #3A87AD;
        background-color: #D9EDF7;
        border: 1px solid #BCE8F1;
    }

.contact_form_mail_naiyou{

}

.contact_form_mail_naiyou span{
	font-size:11px;
}

.contact_form_policy{
	margin:20px 0px 0px 0px;
}

.contact_form_policy span{
	font-size:10px;
}

.contact_form_policy_title{

}

.contact_form_policy_title span{
	font-size:13px;
}

.contact_form_policy_naiyou{
	width:100%;
	height:200px;
	overflow:auto;
}


.blog_full_list{
	width:630px;
	height:auto;
	background-color:#ffffff;
	border:solid 4px #b76db8;
	text-align:left;
	margin:0px 0px 35px 0px;	
}


.blog_full_text{
	width:580px;
	margin:25px 25px 25px 25px;
}

.blog_full_title{
	width:580px;
	margin:0px 0px 5px 0px;
}

.blog_full_title span{
	font-size:18px;
	line-height:32px;
	color:#b76db8;
	text-decoration:none;
}

.blog_full_date{
	width:580px;
	margin:0px 0px 25px 0px;
}

.blog_full_date span{
	font-size:11px;
	line-height:13px;
}

.blog_full_img{
	width:470px;
	margin:0px 0px 20px 55px;
}

.blog_full_img img{
	width:100%;
	height:auto;
}

.blog_full_honbun{
	width:580px;
}

.blog_full_honbun span{
	font-size:11px;
	line-height:26px;
}




























