@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*
Theme Name: MediaConte
Description: メディアコンテ　オリジナルテーマ
Author: Shota Uematsu
*/

/* //////////////////////////////////////////////////
 Base
////////////////////////////////////////////////// */

* {
	margin: 0;
	padding: 0;
	font-family: "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Noto Sans Japanese", sans-serif;
	line-height: 1.7;
}

html {
	overflow-y: scroll;
}

hr, legend	{ display: none; }
img		{ border: none; vertical-align: bottom; }
article, aside, details, figure, figcaption, header, footer, hgroup, menu, nav, section			{ display: block; }
div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td, figure, figcaption { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, address, th, caption, em, strong, dfn { font-style: normal; font-weight: normal; }
input, select			{ vertical-align: middle; }
input, select, textarea	{ font-family: inherit; font-weight: inherit; }
sup		{ vertical-align: text-top; font-size: 72%; }
sub		{ vertical-align: text-bottom; font-size: 72%; }
del		{ text-decoration: line-through; }
ol, ul	{ list-style: none; }
table	{ border-collapse: collapse; border-spacing: 0; font-size: inherit; }
caption	{ text-align: left; }
fieldset{ border: 0; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }

body {
	background: #ffffff;
	overflow: auto;
	color: #333333;
	font-size: 0.9rem;
	line-height: 1.6;
}

a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
	text-decoration: underline;
	border-style: none;
	outline: none;
	color: #333333;
}

a:hover {
	color: #b6a782;
}

img {
	vertical-align: top;
	border: none;
}

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

th, td {
	vertical-align: top;
	border: none;
	font-weight: normal;
	text-align: left;
}

caption {
	text-align: left;
}

li {
	list-style: none;
}

header,
section,
article,
nav {
	display: block;
}

/* //////////////////////////////////////////////////
 Layout
////////////////////////////////////////////////// */

/* --------------------------------------------------
 Container
-------------------------------------------------- */

#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
}



/* --------------------------------------------------
 Header
-------------------------------------------------- */

#header {
	overflow: hidden;
	margin: 0 auto 50px;
}

#siteLogo {
	float: left;
}

#headerNav {
	float: right;
	width: 640px;
}

#headerNavInner {
	overflow: hidden;
	height: 70px;
}

#contactBtnWrap {
	float: right;
	margin: 30px 20px 0;
	line-height: 0;
}

#siteSearch {
	margin: 20px 0 0;
	float: right;
	font-size: 0;
	line-height: 0;
}

#siteSearchText {
	background: url(imgs/bg_form.gif) no-repeat left top;
	width: 145px;
	height: 30px;
	border: none;
	padding: 0 10px;
	outline: none;
	line-height: 1.7;
	font-size: 0.9rem;
}

#searchBtn {
	vertical-align:bottom;
	margin-left: 5px;
}


/* --------------------------------------------------
 GlobalNav
-------------------------------------------------- */

#globalNav {
	zoom: 1;
}

#globalNav ul li {
	float: left;
}



/* --------------------------------------------------
 Footer
-------------------------------------------------- */

#footer {
	background: #655e50 url(imgs/common_ft_bg.gif) no-repeat top;
	overflow: hidden;
}

#footerInner {
	overflow: hidden;
}

#footerLogoWrap {
	background: url(imgs/common_ft_dot.gif) repeat-y top right;
	width: 145px;
	height: 125px;
	float: left;
}

#footerLogo {
	margin: 50px auto 0;
	text-align: center;
}

#footerNavWrap {
	width: 400px;
	float: left;
	overflow: hidden;
}

#footerNav {
	margin: 18px 18px 13px;
	overflow: hidden;
}

#footerNav ul {
	float: left;
}

#footerNav li {
	padding: 0 20px;
	margin-bottom: 5px;
    background:url(imgs/common_ft_li.gif) no-repeat center left;
}

#footerNav a,
#footerNav a:link,
#footerNav a:visited,
#footerNav a:focus,
#footerNav a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 93%;
}

#footerNav a:hover {
	color: #b6a782;
	text-decoration: underline;
}


#footerDescriptionWrap {
	width: 415px;
	float: left;
}

#footerDescription {
	background: #979183;
	font-size: 9px;
	color: #ffffff;
	padding: 8px;
	margin: 10px;
}

#footerBottom {
	background: url(imgs/common_ft_dot.gif) repeat-x top;
	overflow: hidden;
}

#copyright {
	margin: 10px 20px;
	font-size: 85%;
	color: #ffffff;
	text-align: right;
}

/* --------------------------------------------------
 Content
-------------------------------------------------- */

#content {

}

#contentInner {
	margin: 0 auto;
}

.secHeader {
	margin: 0 0 20px 0;
	font-size: 0;
}

.secHeader2 {
	margin: 0 0 20px 0;
	font-size: 0;
}

.txtHeader {
	margin: 0 0 15px 0;
}

.txtHeader h1 {
	color: #333333;
	font-size: 24px;
}



/* Content FooterNav
--------------------------------------- */

#pageNav {
	overflow: hidden;
	margin: 70px 5px 15px;
}

#backToTop {
	float: right;
}

#topicPath {
	font-size: 85%;
	overflow: hidden;
	float: left;
}

#topicPath a,
#topicPath span,
#topicPath em {
	display: block;
	float: left;
}

#topicPath a {
	text-decoration: underline;
	color: #666666;
}

#topicPath a:hover {
	color: #b6a782;
}

#topicPath span {
	display: block;
	margin: 0 5px;
}

#topicPath em {
	font-weight: normal;
	font-style: normal;
}


/* SideBar
--------------------------------------- */

#sideBar {
	float: right;
	width: 290px;
}

#sideBar .sideHeader {
	margin: 0 0 15px;
}

#sideBar .sec2 {
	margin: 30px 0 0 0;
}




/* --------------------------------------------------
 Common
-------------------------------------------------- */

. {
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

.radius {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	behavior: url(/test/wp-content/themes/mediaconte/js/border-radius.htc);
}


.linkList {
	background: url(imgs/common_dot2.gif) repeat-x bottom;
	padding-bottom: 1px;
}

.linkList .listItem {
	background: url(imgs/common_dot2.gif) repeat-x top;
	overflow: hidden;
	cursor: pointer;
}

.linkList .listItemInner {
	margin: 10px 0 10px 10px;
	background: url(imgs/common_li.gif) no-repeat center left;
	padding-left: 25px;
	line-height: 1.5;
}

.listItem ul {
	font-size: 0.9rem;
	width: 298px;
	height: 100px;
	padding: 10px;
	justify-content: center;
	align-items: bottom;
}

.linkList .listItemInner span {
	color: #999;
	font-size: 75%;
	line-height: 1;
}

.linkList .itemData {
	display: block;
}



.linkList a {
	text-decoration: none;
}

.linkList .on,
.linkList .abson {
	background-color: #b6a782 !important;
}

.linkList .on .listItemInner,
.linkList .abson .listItemInner {
	background-image: url(imgs/common_li_on.gif);
}

.linkList .on *,
.linkList .abson * {
	color: #ffffff !important;
}

.clearfix:before,
.clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }

.wide {
	width: 100%;
}

.narrow {
	width: 840px;
}


.links li {
	padding: 0 20px;
	margin: 10px 0;
    background:url(imgs/common_li.gif) no-repeat center left;
}

.links a,
.links a:link,
.links a:visited,
.links a:focus,
.links a:active {
	color: #333333;
	text-decoration: underline;
}

.links a:hover {
	color: #b6a782;
	text-decoration: underline;
}

.links .pdf {
	margin: 4px 0 0 2px;
}

.tRight {
	text-align:right;
}

/* //////////////////////////////////////////////////
 Page
////////////////////////////////////////////////// */


/* --------------------------------------------------
 Home
-------------------------------------------------- */

#home #sitePhrase {
	margin-bottom: 50px;
}

#home .column1 {
	float: left;
	width: 290px;
}

#home .column2 {
	float: right;
	width: 650px;
}

#home #description {

}

#home #news {
	margin: 40px 0 0;
}

#home #newsList {
	background: url(imgs/common_dot2.gif) repeat-x bottom;
}

#home #newsList .newsItem {
	background: url(imgs/common_dot2.gif) repeat-x top;
	overflow: hidden;
}

#home #newsList .newsItemInner {
	margin: 10px 0 10px 5px;
	background: url(imgs/common_li.gif) no-repeat center left;
	padding-left: 25px;
}

#home #grid {

}

#home #grid .item {
	margin: 0 0 8px 9px;
}

#home #grid .big {
	font-size: 0;
	line-height: 0;
}

#home #grid .big iframe,
#home #grid .big img {
	width: 380px;
	height: 285px;
}

#home .boxFooter {
	margin: 15px 0 0;
}

#home .boxFooter .boxFootCap {
	float: left;
	width: 535px;
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
}

#home .boxFooter .boxFootBtn {
	float: right;
	width: 110px;
}

#home #viewMore {
	float: right;
}



/* --------------------------------------------------
 Concept
-------------------------------------------------- */

#concept .secHeader {
	margin: 0 0 30px 0;
}

#concept #sec1 {

}

#concept #sec1 .enContent {
}

#concept #sec1 .enContent > * {
	margin: 1em 0 0;
}

#concept #sec2 {
	margin: 40px 0 0;
}

#concept #sec3 {
	margin: 40px 0 0;
}

#concept .subBox {

}

#concept .secImg {
	float: left;
	margin: 0 20px 10px 0;
	display:inline;
}

#concept .contentList {
	width:896px;
	margin:0 0 0 -52px;
}

#concept .contentList li{
	width: 395px;
	margin:0 0 50px 52px;
	float: left;
	display:inline;
}


/* --------------------------------------------------
 Workshop
-------------------------------------------------- */

#workshop #wsContent {
	width: 640px;
	float: left;
}

#workshop .description {
	margin: 0 0 25px 0;
}

#workshop .flow {
	overflow: hidden;
	margin: 0 0 50px 0;
}

#workshop .flow .flowImg {
	float: left;
}

#workshop .flow .flowData {
	float: right;
	width: 410px;
}

#workshop .flow .flowHeader {
	margin: 0 0 15px;
	font-size: 0;
}

#workshop .flow .flowHeader h1 {

}

#workshop #lastMessage {
	background: #eeeeee;
	overflow: hidden;
}

#workshop #lastMessage .inner {
	margin: 13px 15px;
}

#workshop #lastMessage .secHeader {
	margin: 0 0 5px 0;
}

#workshop #lastMessage .secHeader h2 {
	font-size: 14px;
}

#workshop #entry {
	float: left;
	width: 640px;
}

#workshop #entry #entryHeader {
	margin: 0 0 30px 0;
}

#workshop #entry > div > section {
	margin: 25px 0 0;
}

#workshop #entry > div > section:first-child {
	margin: 0;
}

#workshop #entry > div > section > * {
	margin: 10px 0 0;
}

#workshop #entry > div > section > *:first-child {
	margin: 0;
}

#workshop #entry > div > section > br {
	margin: 0;
}

#workshop #entry > div > section > blockquote > * {
	margin: 10px 0 0;
}
#workshop #entry > div > section > blockquote > br {
	margin: 0;
}

#workshop #entry > div > section > blockquote > *:first-child {
	margin: 0;
}

#workshop #entry > div > section > blockquote {
	margin: 20px 0 0;
	padding:20px;
	background:#f5f5f5;
}

#workshop #entry > div > section p strong {
	font-weight:600;
}

#workshop #entry > div > section > blockquote p strong {
	color:#7cb733;
}

/* --------------------------------------------------
 Theatre
-------------------------------------------------- */

#theatre #theatreContent {
	width: 640px;
	float: left;
}

#theatre #theatreContentL {
	width: 650px;
	float: left;
}

#theatre #grid {

}

#theatre #grid .item {
	margin: 0;
}

.item_list {
	width: 650px;
	margin-bottom: 20px;
}

.item_list li {
	display: inline-block;
	justify-content: center;
	align-items: center;
}

.item_list_title {
	margin: 10px;
}

#theatre #theatreWork {
	margin: 0 0 20px 0;
}

#theatre #theatreData {
	overflow: hidden;
}

#theatre #theatreData .column1 {
	float: left;
	width: 380px;
}

#theatre #theatreData .column2 {
	float: right;
	width: 240px;
	background: url(imgs/common_dot.gif) repeat-y top left;
}

#theatre #theatreData #author {
	margin: 0 0 0 20px;
}

#theatre #theatreData #author dt {
	margin: 0 0 5px;
}

.works_tag {
	margin: 20px 0 0 0;
}

#otherList .listItemInner {
	margin: 10px 0 10px 10px;
	background: none;
	padding-left: 0px;
	overflow: hidden;
}

#otherList .listItemInner .wp-post-image {
	float: left;
	margin: 0 10px 0 0;
}

#theatreContent #otherList .listItemInner .data {
	float: left;
    width: 490px;
}

#sideBar #otherList .listItemInner .data {
	float: left;
    width: 145px;
}

#otherList .listItemInner .data dt {
	font-weight: bold;
	margin: 0 0 5px 0;
}

#otherList .listItemInner .data a {
	color: #333333;
}

#otherList .listItemInner .data .author {
	color: #999999;
}

#searchResult {
	margin: 0 0 15px 0;
}

#searchText {
	-webkit-border-radius: 12px;
	-moz-border-radius:12px;
	border-radius: 12px;
	behavior: url(/test/wp-content/themes/mediaconte/js/border-radius.htc);
	background: none repeat scroll 0 0 #eeeeee;
	padding: 5px 9px;
	color: #000;
	position: relative;
	margin-right: 5px;
}


/* --------------------------------------------------
 Link
-------------------------------------------------- */

#link #linkGroup {
	background: url(imgs/common_dot2.gif) repeat-x bottom;
	padding-bottom: 1px;
}

#link #linkGroup .item {
	background: #ffffff url(imgs/common_dot2.gif) repeat-x top;
	overflow: hidden;
}

#link #linkGroup .itemLogo {
	float: left;
	width: 190px;
	text-align: center;
	margin: 20px 0;
}

#link #linkGroup .itemDescription {
	float: left;
	margin: 15px 0;
	width: 640px;
}

#link #sec2 {
	margin: 50px 0 0;
}

#link #literature dl {
	margin: 0 0 15px;
}

#link #literature dt {
	padding-left: 15px;
	background:url(imgs/common_li_dot.gif) no-repeat center left;
}

#link #literature dd {
	padding-left: 15px;
	color: #999999;
}



/* --------------------------------------------------
 Contact
-------------------------------------------------- */

#contact .item {
	margin: 0 0 30px;
	overflow: hidden;
	width: 600px;
}

#contact .item em {
	font-style: normal;
	color: #cc0000;
}

#contact .title {
	float: left;
	width: 170px;
	margin: 10px 0 0;
}

#contact .data {
	float: left;
}

#contact .data span {
	display: block;
}

#contact .data input,
#contact .data textarea {
	background: #eeeeee;
	width: 410px;
	border: none;
	padding: 12px 10px;
	outline: none;
	resize: none;

        -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	behavior: url(/test/wp-content/themes/mediaconte/js/border-radius.htc);
}

#contact .data textarea {
	height: 10em;
}

#contact #submitBtn {
	float: right;
}


/* --------------------------------------------------
 News
-------------------------------------------------- */

#news #newsContent {
	width: 640px;
	float: left;
}

#news #newsBody {
	margin: 40px 0 0 0;
	line-height: 1.7;
}

#news #newsBody p {
	margin: 0 0 20px 0;
}

#news #newsBody a:hover {
	color: #7cb733;
}

#news #newsBody img {
	border: 1px solid #ccc;
}

/* //////////////////////////////////////////////////
 Plugin
////////////////////////////////////////////////// */


/* --------------------------------------------------
 jCaption
-------------------------------------------------- */

#grid div.caption {
	margin: 0;
	padding:0;
	position: relative;
	font-size: 0.9rem;
}

#grid div.caption p {
	position: absolute;
	margin: 0px;
	padding: 2px 5px;
	bottom: 0;
	left: 0;
	right: 0;
	background:black;
	color: white;
	opacity: .7;
}

#grid a {
	text-decoration: none;
}

#grid div.caption img {
	margin: 0; padding: 0;
}



/* --------------------------------------------------
 TagSearch
-------------------------------------------------- */

.tagGroup {
	line-height: 240%;
	padding: 5px;
	font-size: 0.9rem;
}

.tagGroup ul {
	font-size: 0;
	line-height: 3;
}
.tagGroup ul li {
	margin: 0 5px 13px 0;
	display: display;
        float: left;
}

.tagGroup ul li a:link,
.tagGroup ul li a:visited {
	-webkit-border-radius: 12px;
	-moz-border-radius:12px;
	border-radius: 12px;
	background: #eeeeee;
	padding: 5px 9px;
	color: #000000;
	position: relative;
	font-size: 12px;
    text-decoration: none;
}

.tagGroup ul li a:hover {
	background-color: #b6a782;
	color: #ffffff;
	-webkit-border-radius: 12px;
	-moz-border-radius:12px;
	border-radius: 12px;
}


/* --------------------------------------------------
 Tabs
-------------------------------------------------- */

#tabs {

}

#tabs #tabsNav {
	overflow: hidden;
	border-bottom: 3px solid #b6a782;
}

#tabs #tabsNav li {
	float: left;
	width: 50%;
	text-align: center;
}

#tabs #tabs1,
#tabs #tabs2 {
	position: absolute;
	background: #ffffff;
}

.lngList {
	overflow: hidden;
	background: url(imgs/common_dot2.gif) bottom repeat-x;
	padding-bottom: 1px;
	position: relative;
	width: 290px;
}

.lngList .word {
	float: left;
	margin: 20px 0;
}

.lngList .word em {
	font-weight: bold;
	color: #666666;
	font-size: 14px;
	padding: 10px;
	background: #eeeeee;
	font-style: normal;
	line-height:1;
}

.lngList .tagGroup {
	width: 240px;
	float: right;
	margin: 5px 0;
}

.lngList .ft {
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: none;
	background: #ffffff url(imgs/common_dot2.gif) bottom repeat-x;
	overflow: hidden;
}

.lngList .switchBtn {
	margin: 5px 0 0 0;
	cursor: pointer;
}

.grecaptcha-badge { visibility: hidden; }

.post-password-form {
	margin: 100px;
	line-height: 2;
}
