﻿/*
Template:first
Theme Name: FRENZ 2016 テーマ (First child)
Theme URI: http://frenz.jp/2016/
Description: First 用子テーマ
Author: yama_ko
Version: 1.0
*/

@import url("../first/style.css");


.site {
	background: none;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 960px) {
	.content-area{
		width:70%
	}
	.sidebar-area{
		width:25%
	}
}

@media screen and (min-width: 960px) {
	.site-content,
	.footer-widget {
		max-width: 1220px;
		padding: 0 45px;
	}
	.header-side .site-logo {
		padding-right: 0;
		padding-top: 0;
	}
}
@media screen and (min-width: 783px) {
	.site-top,
	.main-navigation,
	.site-bottom {
		max-width: 1220px;
	}
}
.site-header {
	border-bottom: none;
	margin-bottom: 0;
}

.site-top {
	margin:0;
	padding:0;
}

.site-content {
	margin: 0;
	padding-top: 30px;
	background-color: #111;
	max-width: 1220px;
}
.site-footer {
	border-top: solid 1px #333;
	background-color: #000;
}
body {
	background-color:#000000;
	background: url(images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

/* グローバルナビ ---------------------------------------------- */


.main-navigation {
	max-width: 1220px;
	background-color: #EE3F0D;
	padding: 0;
}

.main-navigation ul.menu {
	padding: 0;
}

@media screen and (min-width: 783px) {
	.menu-toggle {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation li {
		display: block;
		width: 100%;
	}
	.main-navigation ul.menu > li:first-child > a {
		padding-left: 20px;
	}
	.main-navigation a {
		border-top: solid 1px #555;
		border-color: rgba( 255, 255, 255, 0.2 );
		display: block;
	}

}

@media screen and (min-width: 960px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		height: 60px;
	}
	.main-navigation li {
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;

		display: block;
		width: 12.5%;
		border-left: solid 1px #555;
		border-color: rgba( 255, 255, 255, 0.2 );
	}
	.main-navigation ul > li:first-child {
		border-left: none;
	}

	.main-navigation a {
		padding: 0 ;
		font-size: 120%;
		width: 100%;
		border-top:0;
		text-align: center;
	}
	.main-navigation ul.menu > li:first-child > a {
		padding-left: 0;
	}

}
.main-navigation li a{
	background-repeat: no-repeat;
	background-position: left;
}
.main-navigation li:nth-child(1) a{
	background-image: url(images/globalnavi_bg-01.png);
}
.main-navigation li:nth-child(2) a{
	background-image: url(images/globalnavi_bg-02.png);
}
.main-navigation li:nth-child(3) a{
	background-image: url(images/globalnavi_bg-03.png);
}
.main-navigation li:nth-child(4) a{
	background-image: url(images/globalnavi_bg-04.png);
}
.main-navigation li:nth-child(5) a{
	background-image: url(images/globalnavi_bg-05.png);
}
.main-navigation li:nth-child(6) a{
	background-image: url(images/globalnavi_bg-06.png);
}
.main-navigation li:nth-child(7) a{
	background-image: url(images/globalnavi_bg-07.png);
}
.main-navigation li:nth-child(8) a{
	background-image: url(images/globalnavi_bg-08.png);
}

.main-navigation li a:hover {
	background-color: #F90;
}


.site-bar {
	background: none;
}

.main-navigation a {
	font-weight: 700;
}

/* メイン文章まわり ---------------------------------------------- */

.hentry {
	margin:0;
	border: none;
}

.entry-header {
	padding: 0;
}

.entry-title {
	padding: 20px;
	margin: 0;
	background-color:#222;
	border-left: 10px solid #f50;
}
.entry-meta {
	padding: 10px 10px 10px 20px;
	margin: 0;
	background-color:#181818;
	border-left: 10px solid #f90;
}

.entry-content {
	color: #DDD;
}


.entry-content li {
	list-style-type: none;
}

.entry-content li:before {
	content: '';
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 22%;
	background: #F90;
	position: relative;
	left: -8px;
	top: -3px;
}

/* サイドウィジェット ---------------------------------------------- */

.widget{
	margin-bottom: 30px;
}

.widget-title{
	padding: 10px 10px 10px 20px;
	margin: 0;
	background-color:#222;
	border-left: 10px solid #f50;
}
.widget ul li {
	border-top: solid 1px #444;
	line-height: 1.4;
	padding: 8px 10px;
}

/* 汎用リセット系 ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #eee;
}
ul, ol {
	margin: 0 0 0 2em;
	padding: 0;
}



table {
	border: none;
}
table th, table td {
	border-color: #111;
}

/* リンク -----------------------------------------------------*/


.entry-content a, .entry-summary a, .page-content a, .comment-content a, .post-navigation a {
	color: #F50;
	text-decoration: underline;
}
a:hover {
	color: #F90;
}

/* 見出しと強調 ---------------------------------------------------------*/

h2{
	margin: 20px 0 20px;
	padding: 15px 20px;
	background-color: #222;
}
h3{
	margin: 20px 0 20px;
	padding: 10px 20px;
	background-color: #222;
}
strong {
	color: #Fb4;
}
hr {
	background-color: #222;
}

/* 出展者一覧 --------------------------------------------------------- */

table#p_list-1,
table#p_list-2,
table#m_list {
	width: 100%;
	background: none;
	border: none;
}

table#p_list-1 tr td,
table#p_list-2 tr td,
table#m_list tr td {
	vertical-align:top;
}

table#p_list-1 tr td ul,
table#p_list-2 tr td ul,
table#m_list tr td ul {
	margin: 1em, 0, 1em, 30px;
	padding-bottom: 0.5em;
}

table#p_list-1 tr td h3,
table#p_list-2 tr td h3,
table#m_list tr td h3 {
	margin-top:0.5em;
}

table#p_list-1 tr td ul li,
table#p_list-2 tr td ul li,
table#m_list tr td ul li {
	margin-left:0;
}

table#p_list-1 tr th,
table#p_list-2 tr th{
	width:50%;
}

table#m_list tr th {
	width:50%;
}

table.exb_indv {
	width: 100%;
}

th,
td {
	padding: 10px;
	border-collapse: collapse;
}

th {
	text-align:center;
	border-right: none;
	color: #eee;
	background-color: #222;
}

td {
	background-color: #181818;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
}

table.exb_indv th {
	padding-right: 10px;
	padding-left: 10px;
	width: 140px;
	min-width: 70px;
}

table.exb_indv th.exb_icon {
	vertical-align:top;
}

table.exb_indv th.exb_icon img {
	margin: 1em 0;
}

table.exb_indv td {
	vertical-align:top;
}

table.exb_indv td.exb_profile{
	min-width:190px;
}
table.exb_indv td.exb_profile h4 {
	font-size: 167%;
	margin:10px 20px 20px;
}

table.exb_indv td.exb_profile p {
	margin-left: 20px;
	margin-right: 20px;
}

table.exb_indv td.exb_work ul,
table.exb_indv td.exb_link ul {
	margin-left: 36px;
}
