@charset "utf-8";
/* ===================================================================
	common.css
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/

body,
td,
th,
input,
textarea {
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
	color: #000;
	text-decoration: underline;
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

a:hover {
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

img {
	vertical-align: bottom;
}
.img_ck {
	font-size: 1px;
	line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 only */
.clearfix {
	*zoom: 1;
}
/* old clearfix */
/*
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
*/
/* Hides from IE Mac */
/*
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
*/
/*---------------------------------------------------------------------------*/

/* margin */
.mar_t0 {
	margin-top: 0 !important;
}
.mar_t5 {
	margin-top: 5px !important;
}
.mar_t10 {
	margin-top: 10px !important;
}
.mar_t15 {
	margin-top: 15px !important;
}
.mar_t20 {
	margin-top: 20px !important;
}
.mar_t25 {
	margin-top: 25px !important;
}
.mar_t30 {
	margin-top: 30px !important;
}
.mar_t35 {
	margin-top: 35px !important;
}
.mar_t40 {
	margin-top: 40px !important;
}
.mar_t45 {
	margin-top: 45px !important;
}
.mar_t50 {
	margin-top: 50px !important;
}

.mar_b0 {
	margin-bottom: 0 !important;
}
.mar_b5 {
	margin-bottom: 5px !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}
.mar_b15 {
	margin-bottom: 15px !important;
}
.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b25 {
	margin-bottom: 25px !important;
}
.mar_b30 {
	margin-bottom: 30px !important;
}
.mar_b35 {
	margin-bottom: 35px !important;
}
.mar_b40 {
	margin-bottom: 40px !important;
}
.mar_b45 {
	margin-bottom: 45px !important;
}
.mar_b50 {
	margin-bottom: 50px !important;
}

.mar_l0 {
	margin-left: 0 !important;
}
.mar_l5 {
	margin-left: 5px !important;
}
.mar_l10 {
	margin-left: 10px !important;
}
.mar_l15 {
	margin-left: 15px !important;
}
.mar_l20 {
	margin-left: 20px !important;
}
.mar_l25 {
	margin-left: 25px !important;
}
.mar_l30 {
	margin-left: 30px !important;
}
.mar_l35 {
	margin-left: 35px !important;
}
.mar_l40 {
	margin-left: 40px !important;
}
.mar_l45 {
	margin-left: 45px !important;
}
.mar_l50 {
	margin-left: 50px !important;
}

.mar_r0 {
	margin-right: 0 !important;
}
.mar_r5 {
	margin-right: 5px !important;
}
.mar_r10 {
	margin-right: 10px !important;
}
.mar_r15 {
	margin-right: 15px !important;
}
.mar_r20 {
	margin-right: 20px !important;
}
.mar_r25 {
	margin-right: 25px !important;
}
.mar_r30 {
	margin-right: 30px !important;
}
.mar_r35 {
	margin-right: 35px !important;
}
.mar_r40 {
	margin-right: 40px !important;
}
.mar_r45 {
	margin-right: 45px !important;
}
.mar_r50 {
	margin-right: 50px !important;
}

/* float */
.fl_l {
	float: left !important;
}
.fl_r {
	float: right !important;
}
.fl_n {
	float: none !important;
}

/* font color */
.f_c_red {
	color: #f00 !important;
}
.f_c_yellow {
	color: #ff0 !important;
}
.f_c_blue {
	color: #00f !important;
}
.f_c_gray {
	color: #ccc !important;
}
.f_c_gray_2 {
	color: #999 !important;
}

.t_align_l {
	text-align: left !important;
}
.t_align_c {
	text-align: center !important;
}
.t_align_r {
	text-align: right !important;
}

.f_weight_bold {
	font-weight: bold !important;
}
.f_weight_normal {
	font-weight: normal !important;
}
/*---------------------------------------------------------------------------*/

/* CMS用 */
.file {
	border-top: 1px dotted #ccc;
	margin: 15px 0;
	padding-top: 10px;
	text-align: left;
}
.file .pdf {
	background: url("../images/cms/pdf.gif") left center no-repeat;
	line-height: 30px;
	padding-left: 30px;
	padding-top: 4px;
}
.file .xls, .file .xlsx {
	background: url("../images/cms/xls.gif") left center no-repeat;
	line-height: 30px;
	padding-left: 30px;
	padding-top: 4px;
}
.file .doc, .file .docx {
	background: url("../images/cms/doc.gif") left center no-repeat;
	line-height: 30px;
	padding-left: 30px;
	padding-top: 4px;
}

.top-right {
	float:right;
	margin: 0px 0px 30px 30px;
}

.top-left {
	float:left;
	margin: 0px 30px 30px 0px;
}

.top-center {
	margin: 0px 0px 30px 0px;
	text-align:center;
}

.bottom-right {
	float:right;
	margin: 30px 0px 0px 30px;
}

.bottom-left {
	float:left;
	margin: 30px 30px 0px 0px;
}

.bottom-center {
	margin: 30px 0px 0px 0px;
	text-align:center;
}

.entry-container b {
	font-weight:bold;
}

.entry-container i {
	font-style:italic;
}

/*---------------------------------------------------------------------------*/

#container {
	background:url(../images/stripe.png) repeat-x left top;
	min-width:950px;
	padding-top:14px;
	width:100%;
}

.head_area {
	background:url(../images/main.png) no-repeat center 143px;
	background-color:#d3edfb;
	padding-top:20px;
	min-width:950px;
	width:100%;
}

header {
	margin: 0 auto 30px;
	width: 950px;
}

header h1 {
	float:left;
}

header .tel {
	float:right;
}

/*---------------------------------------------------------------------------*/

.navi_area {
	background-color:#fed900;
	line-height:59px;
	width:100%;
}

nav {
	margin:0 auto;
	width:902px;
}

nav ul.main_navi {
	float:left;
}

nav ul.main_navi li {
	float:left;
	width:264px;
}

nav ul.main_navi li.project {
	position:relative;
}

nav ul .sec_navi_list {
	background-color:#fed900;
	/* box-shadow */
	box-shadow:rgba(140, 109, 8, 0.360784) 0px 16px 15px -18px;
	-webkit-box-shadow:rgba(140, 109, 8, 0.360784) 0px 16px 15px -18px;
	-moz-box-shadow:rgba(140, 109, 8, 0.360784) 0px 16px 15px -18px;
	font-size:13px;
	font-weight:bold;
	display: none;
	position: absolute;
	top: 59px;
	width: 264px;
	text-align:center;
	z-index: 10;
}

nav ul .sec_navi_list li a {
	display:block;
	text-decoration:none;
}

nav ul .sec_navi_list li a:hover {
	background-color:#ffc600;
}

nav ul li a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

nav ul.icon {
	float:right;
}

nav ul.icon li {
	float:left;
	margin-left:10px;
	width:35px;
}

nav ul.icon li img {
	vertical-align:middle;
}

/*---------------------------------------------------------------------------*/

#contents {
	margin:0 auto;
	padding-top:30px;
	padding-bottom:40px;
	width:950px;
}

.main_area {
	float:left;
	width:660px;
}

.side_area {
	float:right;
	width:265px;
}

.side_area ul li {
	margin-bottom:15px;
}

.side_area ul li .company {
	background:url(../images/side_company_bg.png) no-repeat left bottom;
	padding:15px;
}

.side_area ul li .company .logo {
	margin-bottom:15px;
	text-align:center;
}

.side_area ul li .company .team {
	margin-bottom:5px;
	text-align:center;
}

.side_area ul li .company .att {
	border-top:1px #000 dotted;
	padding-top:5px;
	font-size:11px;
	text-indent:-1em;
	padding-left:1em;
}

/*---------------------------------------------------------------------------*/

footer {
	background:url(../images/stripe.png) repeat-x left bottom;
	padding-bottom:14px;
	min-width:950px;
	width:100%;
}

.f_navi_area {
	background-color:#d3edfb;
	min-width:950px;
	width:100%;
}

.f_navi_area .inner {
	overflow:hidden;
	margin:0 auto;
	padding:20px 0;
	width:950px;
}

.f_navi_area ul {
	border-left:1px dotted #000;
	min-height:180px;
	margin-left:-2px;
	float:left;
	width:363px;
}

.f_navi_area ul.last {
	margin-right:-150px;
}

.f_navi_area ul li {
	background:url(../images/icon_arrow.png) no-repeat 40px 12px;
	font-size:13px;
	padding:10px 0 10px 60px;
	width:300px;
}

.f_navi_area ul li a {
	text-decoration:none;
}

.f_navi_area ul li a:hover {
	text-decoration:underline;
}

.copy_area {
	background:url(../images/footer_bg.png) no-repeat center bottom;
	margin:0 auto;
	padding-top:150px;
	padding-bottom:20px;
	text-align:center;
	width:950px;
}

.pagetop {
	display:none;
	position:fixed;
	right:0;
	bottom:50px;
}
