@charset "UTF-8";

/*
Theme Name: 
Description:
Author: Taku Saito
Author URI: http://takou.jp/
Tags: blue, custom header, fixed width, two columns, widgets
*/


/*=======================================================
	RESET
=======================================================*/

body,div,pre,p,blockquote,form,
fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {margin: 0;padding: 0;vertical-align: baseline;}
h1,h2,h3,h4,h5,h6 {font-style: normal; line-height:1; font-weight: normal;font-size: 1.0em;}
/*table {border-spacing:0;}*/
* html table {border-collapse:collapse;}/*隣接するセルのボーダーを重ねて表示*/
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ol,ul {list-style:none;}
ol li,ul li {list-style: none;}
fieldset,img {border: none;}
hr,legend,caption {display:none;}
address {font-style:normal;}
em { font-style:normal;font-weight:bold;}

/*=======================================================
	フォント設定
=======================================================*/

body {
	font-size: 62.5%; /*ブラウザデフォルト16pxを基準 62.5％＝10px */
	font-family:"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック";
	line-height:1.8;
	color:#111;
}

*+html body { font-size:64.5%;}

h1 { font-size: 2em; /* 20px */ }
p { font-size:1.25em; line-height: ; text-align:left; }

/* --- general --- */

h2 { font-size:2em ; line-height: ; font-weight:bold; margin-bottom: 10px; }
h3 { font-size:1.5em ; line-height: ; font-weight:bold; margin-bottom: ; }
h4 { font-size:1.3em ; line-height: ; font-weight:bold; }
h5 { font-size: ; line-height: ; margin-bottom: ; }
h6 { font-size: ; line-height: ; margin-bottom: ; }

ul li, ol li {font-size:1.25em; }

/*=======================================================
	リンク設定
=======================================================*/

a{text-decoration:none;}
a:link {color:#08181d;}
a:visited {color:#08181d;}
a:hover {color: #08181d;text-decoration:underline;}
a:active {text-decoration:none;}

/*=======================================================
	画像基本設定
=======================================================*/

img.borderG5 {
	border:#e9e9eb solid 5px;
}

img.pict01 {
border:3px solid #e9e9eb;
margin:5px;
}

/*=======================================================
	ページ基本構造設定
=======================================================*/

body {
	background:url(/guild/wp-content/themes/guild/images/bgTop.png) #000 repeat-y left top;
}

body.single,
body.page-template-news-php {
	background:url(/guild/wp-content/themes/guild/images/bgNews.png) #000 repeat-y left top;
}

body.page-template-past-php {
	background:url(/guild/wp-content/themes/guild/images/bgContact.png) #000 repeat-y left top;
}

body.page-template-contact-php {
	background:url(/guild/wp-content/themes/guild/images/bgLive.png) #000 repeat-y left top;
}


body div#page {
	margin-left:160px;
	background:url(/guild/wp-content/themes/guild/images/bgPageHeader.gif) #fff repeat-x left top;
}


/*=======================================================
	header
=======================================================*/

div#page div#header {
	padding-bottom:29px;
	width:740px;
	border-bottom:none;
}

body#top div#page div#header {
	padding-bottom:29px;
	width:740px;
	border-bottom:#eae9e9 solid 1px;
}

div#page div#header p, 
div#page div#header h1 {
	display:block;
	float:left;
	width:170px;
	padding:30px 0 0 40px;
}

div#page div#header ul#navi {
	float:right;
	margin-top:85px;
	width:390px;
}

div#page div#header ul#navi li {
	position:relative;
	float:left;
	display:inline;
	margin:0 20px 0 0 ;
}


div#page div#header ul#navi li a {
	display:block;
	height:25px;
	overflow:hidden;
}

div#page div#header ul#navi li a span {
	display:block;
	position:absolute;
	background:url(/guild/wp-content/themes/guild/images/navi.gif);
	height:25px;
	top:0;
	left:0;
	z-index:100;
	overflow:hidden;
}

div#page div#header ul#navi li#naviHome {width:36px;}
div#page div#header ul#navi li#naviHome a span {width:36px;background-position:0 0;}
div#page div#header ul#navi li#naviHome a:hover span {background-position:0 25px;}

div#page div#header ul#navi li#naviNews {width:53px;}
div#page div#header ul#navi li#naviNews a span {width:53px;background-position:-56px 0;}
div#page div#header ul#navi li#naviNews a:hover span {background-position:-56px 25px;}

div#page div#header ul#navi li#naviPast {width:80px;}
div#page div#header ul#navi li#naviPast a span {width:80px;background-position:-129px 0;}
div#page div#header ul#navi li#naviPast a:hover span {background-position:-129px 25px;}

div#page div#header ul#navi li#naviReserve {width:50px;}
div#page div#header ul#navi li#naviReserve a span {width:50px;background-position:-229px 0;}
div#page div#header ul#navi li#naviReserve a:hover span {background-position:-229px 25px;}

div#page div#header ul#navi li#naviContact {width:80px;margin:0 10px 0 0 ;}
div#page div#header ul#navi li#naviContact a span {width:80px;background-position:-299px 0;}
div#page div#header ul#navi li#naviContact a:hover span {background-position:-299px 25px;}

div#page div#header ul#navi li#naviHome a span.current {background-position:0 25px;}
div#page div#header ul#navi li#naviNews a span.current {background-position:-56px 25px;}
div#page div#header ul#navi li#naviPast a span.current {background-position:-129px 25px;}
div#page div#header ul#navi li#naviReserve a span.current {background-position:-229px 25px;}
div#page div#header ul#navi li#naviContact a span.current {background-position:-299px 25px;}


/*=======================================================
	main
=======================================================*/

/*top*/

div#page div#content {
	
}

div#page div#content h1 {
	margin-bottom:50px;	
}

div#page div#content h2 {
	display:block;
	margin:40px 0 30px 230px;
}

div#page div#content div.post {
	position:relative;
	margin:0 0 80px 40px;
	width:700px;
}

div#page div#content div.post div#pictMain {
	margin:0 0 35px 190px;
}

div#page div#content div.post p {
	margin-left: 190px;
	padding-top:4px;
	line-height:1.9;
	letter-spacing:0.2em;
	/*background-color:#006666;*/
}

div#page div#content div.post p.place {
	line-height:1.55;
}

div#page div#content div.post p.sign {
	margin:35px 0 35px 520px;
}

div#page div#content div.post p.edit {
	margin:5px 0 0 520px;
}

div#page div#content div.post h3{
	float:left;
}

div#page div#content div.post ul.pict3 {
	margin-left:190px;
	padding-top:20px;
}

div#page div#content div.post ul.pict3 li {
	float:left;
	margin-right:20px;
}

div#page div#content div.post ul.copywriter {
	margin-left:190px;
	padding-top:5px;
}

div#page div#content div.post ul.copywriter li {
	float:left;
}
div#page div#content div.navigation {
	margin-left:230px;
}

/*news*/

body.single div#page div#content div.post div.entry,
body.page-template-news-php div#page div#content div.post div.entry {
	border-bottom:10px solid #ECEBEB;
	margin-left:190px;
	padding-bottom:40px;
	width:510px;
}
body.single div#page div#content div.post div.entry p,
body.page-template-news-php div#page div#content div.post div.entry p {
	margin-left: 0;
}

body.single div#page div#content div.post h2,
body.page-template-news-php div#page div#content div.post h2 {
	display:block;
	margin:40px 0 30px 190px;
	padding-left:10px;
	width:500px;
	height:26px;
	overflow:hidden;
	font-size:1.6em;
	line-height:26px;
	background-color:#01111b;
}
body.single div#page div#content div.post h2{
	color:#FFFFFF;
}

body.page-template-news-php div#page div#content div.post h2 a {
	color:#FFFFFF;
}
body.single div#page div#content div.post h2 span a:hover,
body.page-template-news-php div#page div#content div.post h2 a:hover {
	color:#ccc;
	text-decoration:none;
}
body.single div#page div#content div.post h2 span,
body.page-template-news-php div#page div#content div.post h2 span {
	float:right;
	display:block;
	margin-right:0px;
	width:30px;
	text-align:center;
	background:url(images/bgComment.gif) center no-repeat;
}
body.single div#page div#content div.post h2 span a,
body.page-template-news-php div#page div#content div.post h2 span a {
	display:block;
	width:30px;
	color:#01111b;
	font-size:0.7em;
	font-weight:bold;
}
div#page div#content div.post p.date {
	position:absolute;
	display:block;
	float:left;
	top:0;
	left:0;
	margin-left:0px;
	padding-left:5px;
	width:165px;
	color:#666;
	border-top:#000000 solid 1px;
}

div#page div#content div.post div.entry p {
	margin-left:0;
}
div#page div#content div.post p.postmetadata {
	float:right;
	position:relative;
	top:-30px;
	letter-spacing:0.1em;
	font-size:1em;
}

/*single*/
body.single div#page div#content h3#comments {
	display:block;
	padding:2px 0 0 180px;
	margin-bottom:30px;
	width:30px;
	height:28px;
	line-height:30px;
	background:url(/guild/wp-content/themes/guild/images/title_comments.gif) no-repeat center;
}
body.single div#page div#content h3#comments a {
	color:#292a2a;
}

body.single div#page div#content div#communication {
	margin-left:230px;
}

/*comments*/
body.single div#page div#content div#communication ol.commentlist {
	width:510px;
	padding-bottom:10px;
	/*border-bottom:#ECEBEB solid 3px;*/
}
body.single div#page div#content div#communication ol.commentlist li {
	margin-bottom:25px;
}
body.single div#page div#content div#communication ol.commentlist li div.comment-body {
	width:510px;
}
body.single div#page div#content div#communication ol.commentlist li div.comment-body p {
	margin-left:20px;
	font-size:1.1em;
	letter-spacing:0.1em;
}
body.single div#page div#content div#communication ol.commentlist li div.comment-body div.comment-author {
	margin-bottom:10px;
	line-height:1.4;
	border-bottom:#999 dotted 1px;
}
body.single div#page div#content div#communication ol.commentlist li div.comment-body div.commentmetadata {
	float:right;
	position:relative;
	top:-27px;
	font-size:0.8em;
}
body.single div#page div#content div#communication ol.commentlist li div.comment-body div.commentmetadata a {
	padding-right:5px;
	color:#666;
}

body.single div#page div#content div#communication ol.commentlist li div.comment-body div.comment-author img.avatar {
	width:0;
	height:0;
	visibility:hidden;
}

body.single div#page div#content div#communication div#respond {
	margin-top:30px;
}
body.single div#page div#content div#communication div#respond h3 {
	margin-bottom:10px;
}
body.single div#page div#content div#communication div#respond form#commentform p {
	margin-bottom:8px;
}
body.single div#page div#content div#communication div#respond form#commentform p label small {
	font-size:0.95em;
}
body.single div#page div#content div#communication div#respond form#commentform p textarea#comment {
	margin-bottom:10px;
}

/*past*/
body.page-template-past-php div#page div#content h2 {
	display:block;
	margin:0 0 30px 230px;
	padding:5px 5px;
	color:#FFFFFF;
}
body.page-template-past-php div#page div#content div.post div.main_pict {
	margin:0 0 60px 190px;
	border:#e9e9eb solid 5px;
	
}
body.page-template-past-php div#page div#content div.post ul.flyer1 {
	margin:0 0 60px 360px;
	width:150px;
}
body.page-template-past-php div#page div#content div.post ul.flyer {
	margin:0 0 60px 240px;
	width:390px;
}
body.page-template-past-php div#page div#content div.post ul.flyer li {
	float:left;
	padding:0 20px;
}
body.page-template-past-php div#page div#content div.post ul.flyer li img {
	border-top:#eee solid 1px;
	border-left:#eee solid 1px;
	border-right:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
}
body.page-template-past-php div#page div#content div.post div.text {
	margin-left:190px;
}
body.page-template-past-php div#page div#content div.post div.text p {
	margin-left:0;
}
body.page-template-past-php div#page div#content div.post div.text p.sign {
	margin:20px 0 35px 350px;
}
body.page-template-past-php div#page div#content div.post h3 {
	float:left;
}
body.page-template-past-php div#page div#content div.post dl,
body#top div#page div#content div.post dl {
	margin:0 0 0 190px;
	width:510px;
}
body.page-template-past-php div#page div#content div.post dl dt,
body#top div#page div#content div.post dl dt{
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.015em;
}
body.page-template-past-php div#page div#content div.post dl dd,
body#top div#page div#content div.post dl dd{
	font-size:1.2em;
	letter-spacing:0.015em;
}
body.page-template-past-php div#page div#content div.post dl dd span,
body#top div#page div#content div.post dl dd span {
	color:#333;
	font-weight:bold;
}
body.page-template-past-php div#page div#content div.post dl dd a{
	color:#4D1F43;
}
body#top div#page div#content div.post dl dd a{
	color:#08181D;
}
body.page-template-past-php div#page div#content div.post span.click,
body#top div#page div#content div.post span.click {
	display:block;
	margin:10px 0 20px 190px;
}






body.page-template-past-php div#page div#content div.post ul.live_pict,
body#top div#page div#content div.post ul.live_pict {
	margin-left:190px;
}
body.page-template-past-php div#page div#content div.post ul.live_pict li,
body#top div#page div#content div.post ul.live_pict li {
	display:inline;
	float:left;
}

body.page-template-past-php div#page div#content ul#link {
	position:absolute;
	top:300px;
	left:180px;
	padding:10px 5px 10px 10px;
	width:170px;
	/*border:#181020 solid 1px;*/
}
body.page-template-past-php div#page div#content ul#link li {
	font-size:1.1em;
	margin-bottom:7px;
	
	
}
body.page-template-past-php div#page div#content ul#link li a {
	color:#fff;
	background:#181020;
	padding: 3px 10px;
}
body.page-template-past-php div#page div#content ul#link li a:hover {
	color:#181020;
	text-decoration:none;
	background:#ddd;
}

/*contact*/
body div#page div#content div.post div.wpcf7 {
	margin-top:35px;
}

/*見つかりませんでした*/
body.page-template-news-php div#page div#content p,
body.page-template-news-php div#page div#content form  {
	margin-left: 230px;
	line-height:1.5;
	letter-spacing:0.15em;
	/*background-color:#006666;*/
}


/*=======================================================
	side
=======================================================*/

div#page div#side {
	position:absolute;
	top:152px;
	left:79px;
	background-color:#000;
}

div#page div#side ul {
	width:73px;
	border:#000000 solid 8px;
	border-right:none;
}

div#page div#side ul li {
	position:relative;
	margin-bottom:8px;
	width:73px;
	height:73px;
	overflow:hidden;

}

div#page div#side ul li a {
	display:block;
	width:73px;
	height:73px;
	overflow:hidden;
}

div#page div#side ul li a span {
	display:block;
	position:absolute;
	background:url(/guild/wp-content/themes/guild/images/link.jpg);
	width:73px;
	height:73px;
	top:0;
	left:0;
	z-index:100;
	overflow:hidden;
}

div#page div#side ul li#link_rdo {width:73px;}
div#page div#side ul li#link_rdo a span {width:73px;background-position:0 0;}
div#page div#side ul li#link_rdo a:hover span {background-position:-73px 0;}

div#page div#side ul li#link_pocket {width:73px;}
div#page div#side ul li#link_pocket a span {width:73px;background-position:0 -74px;}
div#page div#side ul li#link_pocket a:hover span {background-position:-73px -74px;}

div#page div#side ul li#link_vision {width:73px;}
div#page div#side ul li#link_vision a span {width:73px;background-position:0 -147px;}
div#page div#side ul li#link_vision a:hover span {background-position:-73px -147px;}

div#page div#side ul li#link_TCS {width:73px;}
div#page div#side ul li#link_TCS a span {width:73px;background-position:0 -220px;}
div#page div#side ul li#link_TCS a:hover span {background-position:-73px -220px;}

div#page div#side ul li#link_ookawa {width:73px;}
div#page div#side ul li#link_ookawa a span {width:73px;background-position:0 -294px;}
div#page div#side ul li#link_ookawa a:hover span {background-position:-73px -294px;}

div#page div#side ul li#link_bando {width:73px;}
div#page div#side ul li#link_bando a span {width:73px;background-position:0 -367px;}
div#page div#side ul li#link_bando a:hover span {background-position:-73px -367px;}

div#page div#side ul li#link_nakayama {width:73px; margin-bottom:0;}
div#page div#side ul li#link_nakayama a span {width:73px;background-position:0 -441px;}
div#page div#side ul li#link_nakayama a:hover span {background-position:-73px -441px;}

/*div#page div#side ul li#link_rdo a span.current {background-position:0 25px;}
div#page div#side ul li#link_pocket a span.current {background-position:-100px 25px;}
div#page div#side ul li#link_vision a span.current {background-position:-220px 25px;}
div#page div#side ul li#link_TCS a span.current {background-position:-370px 25px;}
div#page div#side ul li#link_ookawa a span.current {background-position:-370px 25px;}
div#page div#side ul li#link_bando a span.current {background-position:-370px 25px;}
div#page div#side ul li#link_nakayama a span.current {background-position:-370px 25px;}*/

/*=======================================================
	footer
=======================================================*/

div#page div#footer {
	position:relative;
	margin-top:150px;
	height:120px;
	background-color:#000000;
}

div#page div#footer div#guild_kun {
	position:absolute;
	bottom:120px;
	right:50px;
}

div#page div#footer p#copyright{
	position:absolute;
	bottom:5px;
	right:10px;
	color:#666666;
	font-size:1em;
	text-align:center;
}

/*#to_top
=======================================================*/



/*・汎用クラス設定
=======================================================*/
.openLine {margin-bottom:12px;}


/*パンくずリスト
=======================================================*/



/*pageNaviの設定
=======================================================*/



/*=======================================================
	フロート設定の子要素を持つ親要素の高さを復活する設定
=======================================================*/

.clearfix:after {
content:".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height:1%;
}
/*Mac IE に適用させないための設定*/
*html .clearfix {/*セレクタの前に「*htm」1がつくとIE6以前のみに適用される*/
height: 1%;
}
.clearfix {
display:block;
}
