@charset "utf-8";

/*

Theme Name: SunMoonTheme
Theme URI: http://sun-moon.ne.jp/
Description: Elegant and simple. Theme is a CSS-only theme, has a widgetized sidebar, support for gravatars, and works nicely with WordPress 2.5+. 
Version: 1.0
Tags: 
Author: sun-moon
Author URI: http://sun-moon.ne.jp/

*/


/* ---------------------------------------------
   TOC:
   00 browser style clear
   01 HTML element
   02 clearfix
   --------------------------------------------- */


/* 00 browser style clear
   --------------------------------------------- */			
html { overflow-y:scroll; margin-bottom:1px; height:100%; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; z-index: 2; }
table { border-collapse: separate; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
code { font:120% "Courier New", "Lucida Console", Arial; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; line-height: 1.2; font-weight: normal; margin-bottom: 0.5em; }
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 { font-family:"メイリオ", "Meiryo",; }
q:before, q:after { content: ''; }
blockquote { background:#EFF8FB; border:1px solid #ccc; margin:10px 0; padding:5px 15px; }
.smallfont { font-size: 90%; line-height: 1.35; }
* + .smallfont { font-size: 88%;/*IE7*/ }
* .smallfont { font-size: 90%;/*IE6-5*/ }
.xsmallfont { font-size: 80%; }
* + .xsmallfont { font-size: 79%;/*IE7*/ }
* .xsmallfont { font-size: 79%;/*IE6-5*/ }
.smallfont, .xsmallfont { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif; }
* + .smallfont, * .smallfont, * + .xsmallfont, * .xsmallfont { font-family:"メイリオ", "Meiryo" }
/* 01 element,class
   --------------------------------------------- */			
body { color:#999; background: #1e51a2; font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif; font-size: 85%; line-height: 1.8; }
a { color: #ECD61E; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; background-color:#ECD61E; color: #000; }
a:active { text-decoration: underline; }
img { border: 0; }
img, input { vertical-align: bottom; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
/* テキスト隠し */
.vsHidden { position: absolute; overflow: hidden; top: -9999px; left: 0; }
/* 回り込み解除 */
.fClear { clear: both; height: 1px; }
em { color: #ECD61E; font-weight: normal; font-style: normal; }
sup, sub { font-size: 83%; line-height: 1; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input { border:1px solid #CCC; font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS; padding:3px; }
input:hover { border:1px solid #262626; }
input:focus { border:1px solid #262626; color:#333; }
hr { padding: 0px; border-style: none; height: 1px; color: #1E51A2; }
/* 02 clearfix
   --------------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { overflow: hidden; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; overflow: visible; }
/* End hide from IE-mac */


/*--------------------------------------------------- */
/* 	STRUCTURE																																									*/
/*--------------------------------------------------- */

div#header { margin-bottom: 5em; }
div#wrapper { margin: 0 auto; min-width: 600px; z-index: 1; padding-right: 20px; padding-left: 20px; }
div#line { background: url(/common/img/line_h.gif) repeat-y 260px; overflow: hidden; }
div#sidebar { width: 260px; z-index: 20; float: left; position: relative; }
div#content { font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", serif; font-size:15px; line-height:2; text-align: justify; padding-bottom: 1em; margin-left: 340px; color: #FFF; z-index: 30; position: relative; }
#toppage #content { text-align: left; }
* + div#content { font-family:"メイリオ", "Meiryo",; z-index: 30; }
div#contentContainer { width: 600px; margin-right: auto; margin-left: auto; clear: right; z-index: 10; }
#topContainer { margin-right: auto; clear: right; z-index: 10; left: 0px; margin-left: 0px; position: relative; }
div#contentWorks { margin-left: 270px; color: #FFF; line-height:2.5; }
div#archiveContainer { clear: right; }
.contentPage { padding-left: -400px; }
div#page { margin-left: 420px; color: #CCC; }
div#container { float: left; width: 100%; margin-left: -380px; min-width: 600px; overflow: hidden; }
/* background
--------------------------------------------------*/
#background { position:fixed; left:0; top:0; width:100%; height:100%; z-index:1 }
*+html #background {/*IE7*/ position:fixed; left:0; top:0; width:100%; height:100%; z-index:1 }
/* navigation
--------------------------------------------------*/
#nav { border-bottom:1px solid #4070bb; margin-bottom: 2em; height: 15px; padding-bottom: 1em; font-size: 10px; padding-top: 1em; display: block; overflow: hidden; clear: both; }
#nav ul { }
#nav li { float:left; list-style:none; padding:0 15px 0 0; display: block; margin-bottom: 1.5em; z-index: 5; }
#nav li a { color:#999; font-weight:400; text-decoration:none; display:block; margin:1px 2px 0 0; font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS"; font-size: 0.8em; }
#nav li a:hover { text-decoration:none; }
#nav li a.active { background-color:#eee; color:#444; text-decoration:none; }
#nav #breadcrumbs strong { color: #ECD61E; }
/* sidebar
--------------------------------------------------*/
#sidebar h1 { display: block; width: 95px; line-height: 1; }
#sidebar h1 a:hover { text-decoration:none; color: #000; }
a, #sidebar li a { color: #FFF; }
#subNavigation { width: 130px; float: right; z-index: 10; position: relative; margin-top: -6px; }
#subNavigation h2 { letter-spacing:1px; font-size:1.6em; color:#333; padding:0 0 3px; }
#subNavigation ul { list-style:none; margin:0 0 4em; color: #CCCCCC; }
#subNavigation li { list-style:none; font-size: 14px; line-height: 1; display: block; padding-left: 0.3em; padding-top: 0.8em; padding-bottom: 0.8em; }
#subNavigation li.current_page_item, #subNavigation li.current_page_parent{ background: url(/common/img/menu_active.png) no-repeat right center; }
#subNavigation li.current_page_item a, #subNavigation li.current_page_parent a { color: #FFF; }
#subNavigation li a:hover { color:#000000; background-color:#ECD61E; }
#subNavigation input { width:126px; background:#1C1C1C; color:#444; border:1px solid #333; font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS; padding: 1px; }
#subNavigation input:focus { background:#AFAFAF; border:1px solid #eee; }
/* sidebar Setting*/
#subNavigation li.page-item-6 { margin-bottom: 1.5em; }
#subNavigation li.page-item-7, #subNavigation li.page-item-8 { font-size: 12px; }
#subNavigation li.page-item-1168 { display: none; }
#subNavigation li.page-item-1476 { font-size: 12px; }
#subNavigation li.page-item-1355 { display: none; }
/* sidebar2
--------------------------------------------------*/
#subNavigation2 { color: #FFF; padding-left: 15px; margin-top: -3px; border-style: none; float: left; }
#subNavigation2 h2 { letter-spacing:1px; font-size:1.6em; color:#333; padding:0 0 3px; }
#subNavigation2 ul { list-style:none; margin:0 0 2em; color: #696462; width: 135px; padding-bottom: -3em; }
#subNavigation2 li { list-style:none; font-size: 14px; line-height: 1.8; display: block; }
#subNavigation2 li.current-cat { }
#subNavigation2 li.current-cat-parent { background: url(/common/img/menu_active.png) no-repeat right 0.1em; }
#subNavigation2 ul.children { }
#subNavigation2 ul.children li { font-size: 11px; padding-top: 0.2em; padding-bottom: 0.2em; }
#subNavigation2 li.current-cat { color: #ECD61E; }
#subNavigation2 li.current-cat a { color: #ECD61E; }
#subNavigation2 li a:hover { background-color:#ECD61E; color: #000; }
/* footer 
--------------------------------------------------*/
div#footer { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif; color: #FFF; position: relative; padding-bottom: 3em; padding-top: 2em; bottom: 0px; width: 100%; clear: both; }
#footer a:hover { text-decoration:none; color: #000; }
#footer .separation { border-style: none; margin: 0px; }

/*--------------------------------------------------- */
/* 	DESIGN 																																											*/
/*--------------------------------------------------- */

/* Common
--------------------------------------------------*/
div.section { margin-bottom: 3em; text-align: justify; }
div.section .section { margin-bottom: 3em; }
.separation { border-style: none; margin: 2em 0px 5em; }
.separation1 { margin-top: 4em; margin-bottom: 4em; border-top: 1px solid #3A3A3A; border-right: #3A3A3A; border-bottom: #3A3A3A; border-left: #3A3A3A; }
.separation2 { border-style: none; margin: 1em 0px 3em; }
.separation3 { border-style: none; margin: 0em 0px 3em; clear: right; }
.separation4 { margin: 1em 0px 4em; clear: both; border-bottom: 1px dotted #4070bb; border-top-style: none; border-right-style: none; border-left-style: none; }
.separationFooter { clear: both; }
.more-link { padding-top: 1em; float: left; line-height: 1; font-size: 0.7em; }
.post_link { text-align: right; line-height: 1; width: 100%; display: block; height: 1.5em; position: relative; top: -2em; font-size: 0.8em; z-index: 10; }
.backpage { font-size: 1em; text-align: center; line-height: 1; display: block; float: left; clear: right; padding-top: 1em; border-top: 1px solid #4070bb; width: 100%; margin-top: 1em; }
.pagetop { text-align: right; font-size: 0.5em; width: 550px; line-height: 1; margin-bottom: 3em; display: block; float: right; clear: right; }
/* TxtColor
--------------------------------------------------*/
.txtGray { color: #999; }
/* Anchor
--------------------------------------------------*/
.underline { border-bottom: 1px solid #ECD61E; padding-bottom: 1px; }
#content a, .post a { color: #ECD61E; }
#content a:hover, .post a:hover { color: #000; }
.category_access_protected_post { margin-bottom: 5em; }
a img { color: #fff; }
a:hover img { background-color:transparent; }
/* H Style
--------------------------------------------------*/
h2 a { text-decoration:none; border:none; color: #FFF; }
h2.title, h3.title { font-size:30px; font-weight:400; line-height:30px; margin:0px auto 15px; padding:0px 0 5px; display: block; border-style: none; margin-bottom: 0.5em; }
h2.pagetitle { font-size:30px; font-weight:400; line-height:30px; margin:0px auto 15px; padding:0px 0 5px; font-style: italic; display: block; color: #FFF; border-style: none; margin-bottom: 2em; }
h2.pagetitle span { font-size: 12px; font-style: normal; font-weight: normal; }
h3.CatchCopy { margin-bottom: 1em; font-size: 1.9em; }
h3.titleBox { font-size: 1.4em; display: block; margin-bottom: 0.8em; border-bottom: 1px solid #4070bb; padding-bottom: 0.2em; color: #FFF; }
/* content
--------------------------------------------------*/
#content p { margin-bottom: 1.5em; }
#content .pagetop { width: 600px; margin-bottom: 0em; }
/* リスト
   --------------------------------------------- */
ul ul { font-size: 0.9em; margin-left: 2em; margin-bottom: 1em; }
ul.list { margin-bottom: 1em; list-style-type: disc; list-style-position: outside; line-height: 1.35; font-size: 95%; }
ul.list li { margin: 0 0 0.5em 1.5em; }
ol.list { margin-bottom: 1em; list-style-type: decimal; list-style-position: outside; line-height: 1.35; font-size: 95%; margin-left: 0.5em; }
ol.list li { margin: 0 0 0.5em 1.5em; }
/* metadata under post
--------------------------------------------------*/
#archiveContainer h2.pagetitle { margin-bottom: 0em; }
.post { margin-left: 150px; padding-left: 40px; }
.post .section { clear: right; padding-top: 1.5em; margin-bottom: 1.5em; }
.post .pagetop { width: 100%; padding-top: 1.8em; clear: both; float: none; margin-bottom: 0px; }
.post .info { border-bottom:1px solid #666; border-top:1px solid #666; color:#CCC; padding:0.8em 1em 0.8em 0.3em; margin: 2em 0 1em; line-height: 1; display: block; height: 1.2em; }
.post .info2 { line-height: 1.8; display: block; float: left; color: #FFF; width: 50%; }
.post .info2 h3 { margin-bottom: 1.5em; font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 1.1em; }
.post .info2 h3 { margin-bottom: 1.5em; font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 1.1em; }
* + .post .info2 h3, * .post .info2 h3 { font-family: "メイリオ", Meiryo,; }
.post .info2 h3 a { color: #FFF; }
.post .info2 h3 a:hover { color: #000; }
.post .date { margin: 0 0 15px 0; }
.post small { margin-top:25px; line-height: 2em; }
.post .entry p { line-height: 2; margin-bottom: 2em; font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
ul.post-categories li a { color: #666; }
.post-meta, dl.post-metaCate { clear: both; display: block; overflow: hidden; font-size: 10px; line-height: 1.2; margin-bottom: 0.5em; }
.post-meta li { clear: both; display: block; white-space: nowrap; line-height: 1; }
dl.post-metaCate dt { float:left; display: block; text-align: left; color: #C4D6F7; margin-bottom: 0.5em; margin-right: 0.5em; }
.post-meta-key { display: block; float: left; text-align: left; padding-right: 0.5em; color: #C4D6F7; margin-bottom: 0.5em; }
dl.post-metaCate dd { display: block; float: left; }
/* pagenavi
--------------------------------------------------*/
.wp-pagenavi { font:80%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif, "ＭＳ Ｐゴシック"; text-align: center; display: block; clear: both; padding-top: 1em; }
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited { padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #4070bb; color: #CCC; background-color: #4070bb; }
.wp-pagenavi a:active, .wp-pagenavi a:hover, .wp-pagenavi span.current { padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; border: 1px solid #ECD61E; color: #000; background-color: #ECD61E; }
.wp-pagenavi span.pages { padding: 2px 4px 2px 4px; margin: 2px 2px 2px 2px; color: #FFF; border: 1px solid #000000; }
.wp-pagenavi span.extend { padding: 2px 4px 2px 4px; margin: 2px; border: 1px solid #000000; color: #000000; background-color: #FFFFFF; }

/*--------------------------------------------------- */
/* 	HEADER																																												*/
/*--------------------------------------------------- */
#headerLine { background: #ECD61E url(/common/img/hdr_line.jpg) no-repeat 0px 0px; height: 13px; text-align: right; margin-right: auto; margin-left: auto; margin-bottom: 3em; position: relative; z-index: 2; font-size: 9px; line-height: 1; color: #1E51A2; font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック"; }
.description { margin-bottom: 3em; line-height: 1; display: block; text-align: right; color: #BFD0EA; z-index: 2; position: relative; }
/* header h1 (blogtitle)
--------------------------------------------------*/
#wrapper h1 { font-family:"Times New Roman", Times, serif; font-size:2em; font-style: italic; font-weight: 300; float: left; line-height: 1; }
#wrapper h1 a { text-decoration:none; color:#FFF; }

/* Search 
--------------------------------------------------*/
.cse-branding-bottom { margin-bottom: 1.5em; width: 300px; float: right; position: absolute; right: 0px; }
.cse-branding-bottom form input { background: #1e51a2; color: #CCC; border-style: none; font-size: 10px; }
.cse-branding-form { text-align: right; }
.cse-branding-bottom form input { background: #4070bb; color: #CCC; }
.cse-branding-bottom form input.txtbox { height: 16px; }

/*--------------------------------------------------- */
/* 	FOOTER 																																											*/
/*--------------------------------------------------- */

#footer .copyright { font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif; line-height: 1; }
#footer .logo { width: 153px; float: right; margin-top: -1.2em; }
#footer a.linkYellow { color: #ECD61E; }
#footera.linkYellow:visited { color: #ECD61E; }

/*--------------------------------------------------- */
/* 	PageDESIGN 																																							*/
/*--------------------------------------------------- */

/* Common
--------------------------------------------------*/
.boxLeft, .boxRight { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif; font-size: 11px; line-height: 2; width: 44%; color: #BFD0EA; }
.boxLeft { float: left; }
.boxRight { float: right; }
/*　inquiryBox　*/
.inquiryBox { clear: both; background: #4070bb; margin-bottom: 5em; padding: 1.5em; text-align: center; font-size: 0.9em; }

/* top
--------------------------------------------------- */
#toppage #line { background: url(none); }
#toppage #bnr { width: 180px; float: right; height: 113px; margin-bottom: 0px; margin-right: 30px; }
#toppage h2 { display: none; }
#toppage a.aktt_tweet_time { font-size: 0.5em; margin-left: 1em; }
#toppage .aktt_more_updates { font-size: 0.5em; color: #999; }

/* our-information{}
--------------------------------------------------- */
#our-information #content { padding-bottom: 3em; }

/* Voice
--------------------------------------------------- */
.name { text-align: right; display: block; line-height: 1.2; color: #FFF; padding-top: 1em; }
.name span { font-size: 0.8em; }
#about .pagetop { margin-bottom: 0em; padding-top: 1em; }
#message h2.pagetitleCategory { font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif, "ＭＳ Ｐゴシック"; color: #FFF; font-size: 12px; margin-bottom: 4em; }

/* Works 
--------------------------------------------------- */
#contentWorks .post { background: url(/common/img/line_h.gif) repeat-y 0px; margin-left: 150px; padding-left: 40px; }
.thumbnail { margin-bottom: 70px; float: left; display: block; margin-right: 60px; margin-left: 0px; }
humbnailInclude { height: 180px; display: block; }
#archive .thumbnailInclude { display: block; text-align: center; float: right; width: 48%; }
#archive .thumbnailInclude img{ }
.toolTip { background: transparent url(/common/img/icon_plus_def.gif) no-repeat left bottom; display: block; }
.toolTip span { display: block; text-decoration: none; visibility: hidden; height: 20px; cursor: hand; }
.toolTip:hover, .toolTip:hover span { background: transparent url(/common/img/icon_plus.gif) no-repeat left bottom; visibility: visible; z-index: 500; }
/* Works single　*/
#single { width: 500px; margin-right: auto; margin-left: auto; }
#single h2 { margin-bottom: 0em; font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 18px; font-weight: normal; color: #FFF; font-style: normal; z-index: 1; }
* + #single h2, * #single h2 { font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: bold; }
#single .entry { margin-bottom: 2em; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo; }
#single .size-thumbnail { display: none; }
#single .size-medium { display: none; }
#single .size-full, #single .size-large { margin-bottom: 1em; }
#single .line { border: 1px solid #333; }
#single .info2 { float: left; }
#single .info2 .post-meta, #single .info2 dl.post-metaCate { color: #FFF; font-size: 11px; >margin-bottom: 0.5em; }
#single .pagetop { width: 100%; margin-bottom: 0px; padding-top: 3em; }
/* playBtn */
.playBtn { clear: both; margin-bottom: 3em; }
.playBtn a { line-height: 1; background: url(/common/img/btn_play.gif) 0px -11px; width: 43px; display: block; height: 11px; }
.playBtn a:hover { background: url(/common/img/btn_play.gif) 0px 0px; }
.playBtn a span { display:none; }
	
/*Service 
--------------------------------------------------- */
#service { }
#service .boxLeft .section { margin-bottom: 5em; }
#service h4 { font-size: 1.6em; color: #FFF; margin-bottom: 1em; border-bottom: 1px solid #4070bb; padding-bottom: 0.3em; font-weight: bold; }
#service h5 { font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif; font-size: 1.2em; color: #FFF; font-weight: bold; margin-bottom: 0.2em; }


/* Company 
--------------------------------------------------- */
#company h3.title { margin-bottom: 2em; font-size: 2em; }
#company h3.title span { font-size:14px; }
#company .box { font-size:14px; margin-bottom: 5em; padding-left: 0em; }
#company .box h4, #graphicdesignoffice_map .box h4, #websiteoffice_map .box h4 { font-size:1em; margin-bottom: 0.1em; font-weight: bold; }
#company ul.gyomu { margin-bottom: 1em; }
#company ul.gyomu li { display: block; width: 12em; border-right: 1px solid #4070bb; }
#company ul.gyomu ul li { display: block; width: 20em; border-style: none; }
#company ul.gyomu ul { margin-left: 15em; margin-top: -2em; }

/* Recruit
--------------------------------------------------- */
#recruit { }
#recruit .box { font-size:14px; margin-bottom: 5em; padding-left: 0em; }

/* contact
--------------------------------------------------- */
#contact #content { padding-bottom: 3em; }
#contact .inquiryBox { margin-bottom: 1em; }
#contact .inquiryBox h3 { font-size: 1.3em; margin-bottom: 1em; padding-bottom: 1em; }
#contact .inquiryBox h5 { font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; }

/* search
--------------------------------------------------- */
#search #contentContainer { width: 100%; margin-right: auto; margin-left: auto; }
