@charset "UTF-8";
/*
--------------------------------------
	down header area
--------------------------------------
*/
#down_header_back {
	background: url(../images/common/down_header_bg.png) repeat;
}
#down_header_wrap {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0;
}
#down_header {
	color: #ffffff;
	text-shadow: 1px 1px rgba(17,17,17,0.5);
}
#down_header .contents_title li {
	display: block;
	float: left;
	padding-right: 20px;
}
#down_header .contents_title li span {
	display: block;
	margin-top: 15px;
	letter-spacing: 0.7em;
}
/*
--------------------------------------
	contents area
--------------------------------------
*/
#contents_back {
	background: url(../images/common/contents_bg.png) repeat;
}
#contents_wrap {
	background: url(../images/common/down_header_arrow.png) no-repeat top center;
	width: 940px;
	margin: 0 auto;
	padding: 40px 0 0;
}
.red {
	color: #bd1a21;
}
#contents {
	color: #333333;
	text-shadow: 1px 1px rgba(255,255,255,1);
	padding-bottom: 30px;
	font-size: 12px;
}
#contents a {
	color: #bd1a21;
	font-weight: bold;
}
#contents a:hover {
	color: #333333;
}
/*
--------------------------------------
	contents area---concept
--------------------------------------
*/
#concept {
	width: 100%;
	padding-bottom: 30px;
}
#concept ul li.concept_img {
	display: block;
	float: left;
	width: 280px;
	text-align: center;
}
#concept li.concept_text {
	display: block;
	float: left;
	width: 645px;
	padding-left: 15px;
}
#concept li.concept_text {
	display: block;
	float: left;
	width: 645px;
	padding-left: 15px;
	padding-bottom: 30px;
	background: url(../images/about/sign.png) no-repeat bottom right;
}
#concept li.concept_text .management_concept {
	font-size: 24px;
	font-weight: bold;
}
#concept li.concept_text h3 {
	margin-top: 50px;
}
#concept li.concept_text .name {
	font-size: 14px;
	font-weight: bold;
}
#concept li.concept_text p {
	margin: 10px 0;
}
.link {
	width: 190px;
	margin: 0 auto;
}
.link li {
	margin: 7px 0;
	padding: 7px;
	background: #bd1a21;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(17,17,17,0.5), 1px 1px 1px rgba(255,255,255,.7);
	-moz-box-shadow: inset 1px 1px 1px rgba(17,17,17,0.5), 1px 1px 1px rgba(255,255,255,.7);
	box-shadow: inset 1px 1px 1px rgba(17,17,17,0.5), 1px 1px 1px rgba(255,255,255,.7);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	behavior: url(../PIE.htc);
	color: #ffffff;
	text-shadow: 1px 1px rgba(17,17,17,1);
	text-align: center;
}
.link li:hover {
	background: #333333;
}
/*
--------------------------------------
	contents area---profile
--------------------------------------
*/
#profile_wrap {
	width: 940px;
	margin: 50px 0;
}
#profile_wrap h3 {
	padding: 7px 0;
	margin-bottom: 10px;
	background: url(../images/common/contents_line.png) repeat-x bottom;
}
#profile {
	width: 445px;
	float: left;
}
#profile table {
	width: 445px;
	background: rgba(0, 0, 0,.03);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	-moz-box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	behavior: url(../PIE.htc);
}
#profile table td {
	padding: 15px;
	background: url(../images/common/contents_line.png) repeat-x bottom;
}
#profile table .border_none {
	background: none;
}
/*
--------------------------------------
	contents area---location
--------------------------------------
*/
#location {
	width: 445px;
	float: right;
}
#map_area {
	width: 425px;
	height: 400px;
	border: 10px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.07);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.07);
	box-shadow: 1px 1px 2px rgba(0,0,0,.07);
	behavior: url(../PIE.htc);
}
/*
--------------------------------------
	contents area---contact
--------------------------------------
*/
#contact_mini input[type=text], textarea {
	margin-bottom: 5px;
	padding: 7px 0 7px 7px;
	background: #fafafa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	-moz-box-shadow: inset 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	box-shadow: inset 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	behavior: url(../PIE.htc);
	border: 1px solid #ddd;
}
#contact_mini textarea {
	width: 98%;
}
#contact_mini .form_bt {
	border: 0;
	width: 86px;
	height: 33px;
	background: #bd1a21;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(17,17,17,0.5), 1px 1px 1px rgba(255,255,255,.7);
	-moz-box-shadow: inset 1px 1px 1px rgba(17,17,17,0.5), 1px 1px 1px rgba(255,255,255,.7);
	box-shadow: inset 1px 1px 1px rgba(17,17,17,0.5), 1px 1px 1px rgba(255,255,255,.7);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	behavior: url(../PIE.htc);
	color: #ffffff;
	text-shadow: 1px 1px rgba(17,17,17,1);
	text-align: center;
	margin-right: 10px;
}
#contact_mini .form_bt:hover {
	border: 0;
	width: 86px;
	height: 33px;
	background: #333333;
}
/*
--------------------------------------
	contents area---works
--------------------------------------
*/
#contents .wapper {
	width: 940px;
}
.side_nav_wrap {
	width: 190px;
	float: left;
}
#side_nav {
	padding: 0 10px;
	background: rgba(0, 0, 0,.03);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	-moz-box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	behavior: url(../PIE.htc);
}
#side_nav li {
	font-size: 14px;
	padding: 10px 0;
	background: url(../images/common/contents_line.png) repeat-x bottom;
}
#side_nav li:last-child {
	background: none;
}
.works_img_list {
	margin-bottom: 50px;
	padding: 0 20px;
}
.works_img_list img {
	margin: 15px;
}
.works_img_list a {
	opacity: 0.7;
}
.works_img_list a:hover {
	opacity: 1;
}
.works_title {
	background: url(../images/common/contents_line.png) repeat-x center;
	text-align: center;
}
.works_title span {
	background: url(../images/common/contents_bg.png) repeat;
	padding: 0 20px;
	font-size: 24px;
	font-style: italic;
}
#thumb_list1 {
	width: 700px;
	float: right;
}
#thumb_list2 {
	width: 700px;
	float: right;
}
#thumb_list3 {
	width: 700px;
	float: right;
}
#thumb_list4 {
	width: 700px;
	float: right;
}
.motion {
	width: 700px;
	display: none;
}
/*
--------------------------------------
	contents area---project info
--------------------------------------
*/
#project_info {
	width: 270px;
	margin-right: 50px;
	float: left;
	padding: 15px;
	background: rgba(0, 0, 0,.03);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	-moz-box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	behavior: url(../PIE.htc);
}
#project_info img {
	width: 250px;
	border: solid 10px #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.07);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.07);
	box-shadow: 1px 1px 2px rgba(0,0,0,.07);
	behavior: url(../PIE.htc);
}
#project_info .title {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	text-align: center;
}
#project_info dl {
	text-align: left;
	background: url(../images/common/contents_line.png) repeat-x top center;
	font-size: 11px;
	padding-top: 5px;
}
#project_info dt {
	float: left;
	width: 7em;
	padding-top: 5px;
}
#project_info dd {
	margin-left: 7em;
	padding: 5px 0;
}
#project_image {
	width: 590px;
	float: right;
	text-align: center;
	margin-bottom: 200px;
}
#project_image img {
	margin-bottom: 20px;
}
/*
--------------------------------------
	contents area---flow chart
--------------------------------------
*/
#flow1 {
	width: 700px;
	float: right;
	display: block;
}
#flow2 {
	width: 700px;
	float: right;
}
#flow3 {
	width: 700px;
	float: right;
}
.flow_chart .headline {
	background: url(../images/common/contents_line.png) repeat-x center;
	text-align: center;
}
.flow_chart .headline span {
	background: url(../images/common/contents_bg.png) repeat;
	padding: 0 20px;
	font-size: 26px;
	font-style: italic;
}
.flow_chart ul {
	width: 600px;
	margin: 40px auto;
}
.flow_chart .talk {
	padding: 20px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.07);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.07);
	box-shadow: 1px 1px 2px rgba(0,0,0,.07);
	behavior: url(../PIE.htc);
}
.flow_chart .talk .title {
	font-size: 20px;
	font-weight: bold;
}
.flow_chart .talk .title img {
	margin-right: 5px;
	float: left;
}
.flow_chart .talk p {
	font-size: 14px;
	margin: 5px 0;
}
.flow_chart .talk_arrow {
	height: 20px;
	text-align: center;
}
.flow_chart .first {
	width: 700px;
	background: url(../images/common/contents_line.png) repeat-x bottom;
	padding: 20px 0;
}
.flow_chart .first p {
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	width: 600px;
}
.motion2 {
	width: 700px;
	display: none;
}
.price_wrap {
	width: 500px;
	margin: 0 auto;
}
.flow_chart .talk .title2 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px;
	background: url(../images/common/contents_line.png) repeat-x bottom;
}
.flow_chart .talk .title2 span {
	color: #bd1a21;
}
.flow_chart .talk .title2 .price {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	vertical-align: middle;
	padding-left: 7px;
}
.price_list {
	display: block;
	float: left;
	width: 200px;
	margin: 20px 10px 10px;
	text-align: center;
	line-height: 18px;
}
.price_list span {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}
.flow_chart .talk .point {
	font-weight: bold;
	margin: 20px 0;
}
.talk .cyuui {
	font-size: 11px;
	margin: 10px;
}
.hp_price {
	margin: 20px 10px 20px;
	padding: 0 20px;
	line-height: 18px;
	width: 300px;
}
.hp_price span {
	font-size: 11px;
}
/*
--------------------------------------
	contact form
--------------------------------------
*/
#contact_text {
	width: 100%;
	background: url(../images/common/contents_line.png) repeat-x bottom;
}
#contact_text p {
	width: 550px;
	border-left: 10px solid #333333;
	padding: 0 5px 5px;
}
.contact_form {
	width: 500px;
	margin-right: 50px;
	margin-top: 30px;
	float: left;
}
.contact_form table td {
	padding: 5px;
}
#contact_mini input[type=text], textarea {
	margin-bottom: 5px;
	padding: 7px 0 7px 7px;
	background: #fafafa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	-moz-box-shadow: inset 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	box-shadow: inset 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	behavior: url(../PIE.htc);
	border: 1px solid #ddd;
}
#contact_mini textarea {
	width: 98%;
}
.tel_fax {
	width: 270px;
	background: #333333;
	float: right;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(17,17,17,.7), 1px 1px 1px rgba(255,255,255,.7);
	-moz-box-shadow: inset 1px 1px 1px rgba(17,17,17,.7), 1px 1px 1px rgba(255,255,255,.7);
	box-shadow: inset 1px 1px 1px rgba(17,17,17,.7), 1px 1px 1px rgba(255,255,255,.7);
	behavior: url(../PIE.htc);
}
.tel_fax ul {
	padding: 10px;
}
.tel_fax ul li {
	color: #ffffff;
	text-shadow: 1px 1px rgba(17,17,17,1);
	padding: 5px;
}
.tel_fax ul li .tel, .fax {
	font-size: 16px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
}
.tel_fax ul li p {
	font-size: 9px;
}
/*
--------------------------------------
	site map
--------------------------------------
*/
#contents #sitemap {
	width: 100%;
	margin-bottom: 80px;
	font-size: 14px;
}
#contents #sitemap .contents_link {
	padding-top: 10px;
}
#contents #sitemap ol {
	margin-left: 1em;
	font-size: 11px;
}
/*
---------------------------------------------------------------------
	contents area---information
---------------------------------------------------------------------
*/
.info {
	width: 300px;
	background: rgba(0, 0, 0,.03);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	-moz-box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	-ms-box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	-o-box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	box-shadow: inset 1px 1px 1px rgba(204,204,204,.7), 1px 1px 1px rgba(255,255,255,.7);
	behavior: url(../PIE.htc);
}
.info td {
	padding: 5px 0 0 10px;
}
.info td:last-child {
	padding-bottom: 15px;
}
.info tr .company {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
}
.info td.info_border {
	background: url(../images/common/contents_line.png) repeat-x bottom;
}