﻿@charset "utf-8";

*{
	font-size: 12px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
	color: #333;
	line-height: 1.3em;
}

p {
	font-size: 0.9em;
}

a{
	color: #6495ed;
}

a:hover{
	text-decoration: none;
}

strong {
	font-weight: bold;
}

#header {
	height: 540px;
	background: url(images/head_bg.png) repeat-x;
	text-align: center;
}

#header h1 {
	padding-top: 130px;
}

/* greeting */
#greeting {
	width: 1000px;
	margin:0 auto;
	margin-top: 20px;
	font-size: 0.9em;
}

#greeting h2 {
	margin-bottom: 10px;
}

#greeting div img {
	margin: 0 0 10px 5px;
}

#greeting p.author {
	margin-top: 10px;
	text-align: right;
}

/* project */
#project {
	width: 1010px;
	margin: 0 auto;
	margin-top: 20px;
}

#project h2 {
	padding-left: 10px;
}

#project ul li {
	float: left;
	margin: 0;
	padding:0;
	height: 206px;
}

#project ul li.under {
	height: 201px;
}

.projects {
	width: 1011px;
	margin:0 auto;
}

.projects div {
	padding:0 5px;
}


/* READYFOR? */
#project3 ul li {
	float: left;
	margin-right: 0.9em;
	font-size: 0.9em;
}

#project3 ul {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-bottom: 0.9em;

}

#project3 ul li {
	text-align: center;
}	

/* footer */
#footer {
	border-top:3px solid #F90;
	padding:5px 0;
	margin-top: 50px;
}

#footer div {
	width: 1000px;
	margin:0 auto;	
}

#footer p {
	margin-top: 15px;
	font-size: 0.9em;
	color: #666;
}

/* Social Button */
#socialbuttons {
	float: right;
	padding: 5px;
}
#socialbuttons div {
	float: left;
}

/* PAGE TOP */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #F60;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #F90;
}

/* general */

.fl_l{float: left;}
.fl_r{float: right;}

.ctr {
	text-align: center;
}

.clear {
	clear:both;
}
.clearfix {
	/zoom:1;
}

.clearfix:after {
	content:'';
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}


.mt10 {
	margin-top:10px;
}

.mt50 {
	margin-top: 50px;
}


table.company {
    margin: 0 auto;
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-size: 0.9em;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #FF6600;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FF6600;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    padding-left: 20px;
    border:1px solid #DDD;
}

/* 関連リンク */
div.relation h3 {
	font-weight: bold;
}

div.relation {
	margin-top: 30px;
	padding: 25px 30px;
	border: solid 1px #f2d7d8 !important;
	background: #f7eeee;
}

div.relation ul {
	margin-top: 10px;
}

div.relation ul.links li {
	padding: 5px 0 0 20px;
	font-size: 0.9em;
	background: url(images/icon_link.png) left no-repeat;

}

