@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* 共通
-------------------------------------------------------------------------------------------------------------------------------*/
body {
	font-size: 13px;
	color: #2e3135;
	line-height: 1.5;
	font-family: 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	-webkit-text-size-adjust: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* layout_top
-------------------------------------------------------------------------------------------------------------------------------*/
body {
	background: #5cc2cf;
}

a:link {
	color: #2e3135;
}
a:visited {
	color: #2e3135;
}
a:hover {
	color: #2e3135;
	text-decoration: none;
}

.structure {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/*header*/
#header {
	width: 100%;
	height: 120px;
	border-top: 5px solid #5cc2cf;
	background: url(../images/bg_contents.gif);
}
#header-inner {
	position: relative;
	padding-top: 23px;
	height: 120px;
}
#header-inner h1 {
	text-align: center;
	position: absolute;
	top: 22px;
	left: 390px;
}
#btn-contact {
	position: absolute;
	top: 22px;
	right: 0px;
}


/*main*/
#main {
	border-top: 3px solid #5cc2cf;
	border-bottom: 3px solid #5cc2cf;
	height: 254px;
	width: 100%;
}
#main-image {
	text-align: center;
}


/*wrapper*/
#wrapper {
	width: 100%;
	background: url(../images/bg_contents.gif);
	overflow: hidden;
}

/*global-nav*/
#global-nav ul {
	margin-left: 15px;
}
#global-nav li {
	float: left;
	margin-right: 12px;
}
li#nav-about {
	margin-top: 24px;
}
li#nav-works {
	margin-top: 24px;
}
li#nav-member {
	margin-top: 24px;
}
li#nav-link {
	margin-top: 24px;
}
li#nav-home {
	margin-top: 18px;
	margin-bottom: 30px;
}

/*contents*/

/*top-works*/
#top-left {
	width: 458px;
	float: left;
	margin-left: 12px;
	position: relative;
}
#top-left h2 {
	margin-bottom: 10px;
}
#top-left ul {
	margin-right: -28px;
}
li.works-box {
	width: 191px;
	height: 280px;
	margin-right: 28px;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	background: url(../images/top/bg_works.jpg) no-repeat;
	float: left;
	overflow: hidden;
}
.top-cover {
	clear: both;
	height: 147px;
	margin-top: 15px;
	margin-bottom: 7px;
	text-align: center;
}
.top-cover img {
	border: 1px solid #cecece;
}
#top-left h3 {
	text-align: center;
	height: 42px;
}
.cover-txt {
	text-align: right;
	margin-bottom: 13px;
}
.works-writer {
	text-align: center;
	color: #ffffff;
	margin-bottom: 7px;
}
.works-writer a {
	color: #ffffff;
}
#works-btm {
	clear: both;
	text-align: right;
	margin-bottom: 60px;
}
#works-btm a {
	color: #5cc2cf;
}
#hit-mark {
	position: absolute;
	top: 33px;
	left: 390px;
}
#atsui-mark {
	position: absolute;
	top: 1260px;
	left: 10px;
}
#ten-mark {
	position: absolute;
	top: 970px;
	left: 250px;
}


/*information*/
#top-right {
	width: 394px;
	float: right;
	margin-right: 12px;
	padding: 28px;
	background: #5cc2cf;
	overflow: hidden;
	margin-bottom: 60px;
}
#news {
	background: #f1f0e8;
	padding: 30px;
	min-height: 815px;
}
#top-right h2 {
	margin-top: 10px;
	margin-bottom: 30px;
}
#top-right dt {
	color: #5cc2cf;
	font-weight: bold;
	margin-bottom: 7px;
}
#top-right dd {
	margin-bottom: 18px;;
}


/*footer*/
#footer {
	width: 100%;
	border-top: 5px solid #ffffff;
}

#btm-menu {
	float: left;
	margin-top: 20px;
	margin-bottom: 60px;
	color: #ffffff;
}
#btm-menu a {
	color: #ffffff;
}
address {
	margin-top: 25px;
	margin-bottom: 60px;
	font-size: 75%;
	font-style: normal;
	float: right;
	color: #ffffff;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* layout_contents
-------------------------------------------------------------------------------------------------------------------------------*/
/*main*/
#contents-main {
	border-top: 3px solid #5cc2cf;
	border-bottom: 3px solid #5cc2cf;
	height: 104px;
	width: 100%;
}
#contents-main-image {
	text-align: center;
}

/*contents*/
#page-contents {
	width: 956px;
	margin: 0 auto;
	background: #5cc2cf;
	overflow: hidden;
	margin-bottom: 60px;
}
#contents-inner {
	width: 820px;
	margin: 24px auto;
	padding: 50px;
	background: url(../images/bg_note.jpg);
	overflow: hidden;
}
#contents-inner h2 {
	font-size: 125%;
	color: #5cc2cf;
	margin-bottom: 20px;
	border-left: 5px solid #5cc2cf;
	padding-left: 15px;
	font-weight: bold;
}
#contents-inner h3 {
	font-size: 125%;
	color: #5cc2cf;
	margin-top: 50px;
	margin-bottom: 20px;
	border-left: 5px solid #5cc2cf;
	padding-left: 15px;
	font-weight: bold;
	clear: both;
}
#contents-inner h5 {
	font-size: 120%;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #5cc2cf;
	padding-bottom: 10px;
}
#contents-inner h6 {
	font-size: 120%;
	font-weight: bold;
	color: #5cc2cf;
}
#contents-inner h6 a {
	color: #5cc2cf;
}

/*会社案内*/
#company-table {
	border: 1px solid #5cc2cf;
}
#company-table th {
	padding: 15px;
	border: 1px dotted #5cc2cf;
	color: #5cc2cf;
	background: #ecf7f8;
	font-weight: bold;
}
#company-table td {
	padding: 15px;
	border: 1px dotted #5cc2cf;
}

/*業務内容*/
table.works-table {
	width: 820px;
	border: 1px solid #5cc2cf;
	margin-top: 10px;
}
table.works-table th {
	padding: 10px;
	border: 1px dotted #5cc2cf;
	color: #5cc2cf;
	background: #ecf7f8;
}
table.works-table th a {
	color: #5cc2cf;
}
table.works-table td {
	padding: 10px;
	border: 1px dotted #5cc2cf;
	font-size: 90%;
	text-align: center;
}
td.prprice {
	width: 100px;
}
td.prsign {
	width: 100px;
}
td.prdate {
	width: 110px;
}
ul#honmono-list li {
	margin-bottom: 20px;
}


/*文化人ページ*/
.member-box {
	clear: both;
}
.member-photo {
	width: 160px;
	float: left;
	margin-top: 25px;
	margin-bottom: 30px;
}
.member-txt {
	width: 630px;
	float: right;
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
}
.member-txt h4 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #5cc2cf;
	color: #5cc2cf;
	margin-bottom: 15px;
}
.member-txt h4 a {
	color: #5cc2cf;
}
.member-category {
	border-left: 3px solid #5cc2cf;
	padding-left: 10px;
}
.btn-detail {
	position: absolute;
	top: 165px;
	left: 0px;
}
.member-prof {
	clear: both;
	margin-bottom: 30px;
}

/*文化人詳細ページ*/
.member-detail-photo {
	width: 160px;
	float: left;
	margin-bottom: 20px;
}
.member-detail-txt {
	width: 630px;
	float: right;
	margin-bottom: 20px;
	position: relative;
}
.member-detail-txt h4 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #5cc2cf;
	color: #5cc2cf;
	margin-bottom: 15px;
}
.member-detail-txt h4 a {
	color: #5cc2cf;
}
.member-detail-txt th {
	padding: 2px 15px 2px 2px;
	text-align: right;
	color: #5cc2cf;
	border-right: 3px solid #5cc2cf;
}
.member-detail-txt td {
	padding: 2px 2px 2px 15px;
}
.btn-homepage {
	position: absolute;
	top: 165px;
	left: 0px;
	margin-bottom: 30px;
}
#detail-booklist li {
	clear: both;
}
.detail-bookphoto {
	float: left;
	width: 130px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.detail-bookphoto img {
	border: 1px solid #cecece;
}
.detail-otherbook {
	clear: both;
	font-size: 115%;
	padding-top: 20px;
	margin-bottom: 10px;
}
ul.detail-otherbook-list li {
	font-size: 115%;
	margin-bottom: 5px;
}

#hojo-btm {
	clear: both;
	font-size: 115%;
	font-weight: bold;
	padding-top: 35px;
	border-top: 1px dotted #333333;
}
#hojo-btm-photo {
	margin-left: 10px;
	margin-top: 10px;
}

/*お問合せページ*/
.contact-form {
	width: 100%;
	margin-top: 20px;
	border-bottom: none;
	margin-bottom: 20px;
}
.contact-form dt,
.contact-form dd {
	padding: 20px;
}
.contact-form dt {
	font-size: 12px;
	clear: both;
	float: left;
	width: 150px;
}
.contact-form dd {
	padding-left: 210px;
	border-bottom: 1px solid #ccc;
}
.contact-form .w300 {
	width: 300px;
	height: 24px;
}
.contact-form .w70 {
	width: 70px;
	height: 24px;
}
.dd-address {
	line-height: 2.5;
}
#consent {
	margin-top: 10px;
	text-align: center;
}


/*リンク*/
.link-list li {
	margin-bottom: 15px;
}


/*サイトマップ*/
ul#sitemap-list {
	list-style-type: disc !important;
}
ul#sitemap-list li {
	margin-bottom: 12px;
}
ul#sitemap-minilist {
	list-style-type: disc !important;
	margin-left: 30px;
}
ul#sitemap-minilist li {
	margin-bottom: 12px;
}

/*プライバシーポリシー*/
ul#privacy-list {
	margin-top: 12px;
}
ul#privacy-list li {
	margin-bottom: 7px;
}


