@charset "UTF-8";
/*  
Theme Name: WSC7_sakataosamu
Description: WSC Project, Customized by cruller.
Version: 1.0
Author: cruller
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url(layout.css);


/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul, li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	width: 100%;
}
a {
	outline: none;
}

/*clearfix*/
.cf:before, .cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}

/*style*/
body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	font: 100%/1.4 "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color: #333333;
	background: url(./images/bg.jpg) center top repeat;
}
img {
	border: none;
	height: auto;
}
@media screen and (max-width: 480px) {
img {
	max-width: 100%;
	width /***/: auto;
}
}
a {
	color: #0099FF;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #FF9999;
	text-decoration: underline;
}
a img {
	vertical-align: bottom;
}
.screen-reader-text {
	display: none;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}
hr {
	background-color: #999999;
	border: 0;
	height: 1px;
	clear: both;
	margin: 30px auto;
}
blockquote {
	margin: 0px 0px 20px;
	padding: 10px 15px;
	color: #333333;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
blockquote blockquote {
	margin: 20px 0;
	background-color: #fff;
}
blockquote blockquote blockquote {
	margin: 20px 0;
	background-color: #f4f4f4;
}
blockquote p {
	padding: 0px;
	margin: 0px 0px 0px 0px
}
object, embed {
	width: 100%;
	display: block;
	margin: auto;
}

#container {
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
#container {
	width: 100%;
}
}

/*header*/
#header {
	overflow: hidden;
	height: 330px;
	background-image: url(./images/img_header.png),  url(./images/bg_menu.png);
	background-position: 0 0, 0 235px;
	background-repeat: no-repeat, no-repeat;
}
#header:after {
	color: transparent;
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
#header {
	zoom: 1;
}
@media screen and (max-width: 920px) {
#header {
	overflow: visible;
	height: auto;
	background-image: url(./images/img_header.png);
	background-position: 0 25px;
	background-repeat: no-repeat;
}
}
@media screen and (max-width: 480px) {
#header {
	overflow: visible;
	height: auto;
	background-image: url(./images/img_header.png);
	background-position: 0 25px;
	background-repeat: no-repeat;
	background-size: contain;
}
}
#headerCont h1 {
	padding: 10px 0 5px;
	text-align: right;
	font-size: 75%;
	color: #665743;
}
@media screen and (max-width: 920px) {
#headerCont h1 {
	padding: 5px 0;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(28,25,21,0.7);
}
}
#site-title {
	text-align: right;
}
@media screen and (max-width: 920px) {
#site-title {
	padding: 195px 0 0;
}
}
@media screen and (max-width: 480px) {
#site-title {
	padding: 55px 0 0;
}
}
@media screen and (max-width: 480px) {
#site-title a img {
	width: 30%;
}
}

/*menuHeader*/
#menuHeader {
	float: right;
	width: 1000px;
	margin: 46px 0 14px;
}

#menuHeader:after {
	color: transparent;
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#menuHeader {
	zoom: 1;
}

@media screen and (max-width: 920px) {
#menuHeader {
	margin: 10px 2px 14px;
}
}

@media screen and (max-width: 480px) {
#menuHeader {
	display: none;
}
}

#menuHeader li {
	float: right;
	font-size: 75%;
	list-style-type: none;
}

#menuHeader li.twitter a {
}

#menuHeader li.content a {
	display: block;
	height: 16px;
	margin: 5px 18px 0 0;
	padding: 2px 0 0 20px;
	background: url(./images/leader_menu_header.png) 0 0 no-repeat;
	color: #333333;
	text-decoration: none;
}

#menuHeader li a:hover {
	text-decoration: underline;
}

/*sitenavi(mobile)*/
@media screen and (max-width: 920px) {
#menubtn {
	display: block;
	position: absolute;
	top: 25px;
	left: 15px;
	padding: 6px 12px;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	background-color: #FFFFFF;
	cursor: pointer;
}
#menubtn:hover {
	background-color: #DDDDDD;
}
#menubtn:focus {
	outline: none;
}
#menubtn i {
	color: #888888;
	font-size: 18px;
}
#menubtn span {
	display: inline-block;
	text-indent: -9999px;
}
}
@media screen and (min-width: 921px) {
#menubtn {
	display: none;
}
}

@media screen and (max-width: 920px) {
#mobile-menu {
	display: none;
	padding: 70px 0 0;
	background-color: #2B251D;
}
#mobile-menu .menu li {
	padding: 4px 40px 4px 30px;
	border-top: 1px dashed #877A5F;
/*	background-color: rgba(0,0,0,0.5); */
}
#mobile-menu .menu li.naviHome {
	padding: 4px 40px 4px 27px!important;
	border-top: none!important;
}
#mobile-menu .menu li a {
	display: block;
	padding: 8px 0 8px 18px;
	color: #C1BCB3;
	letter-spacing: 0.1em;
	text-decoration: none;
	background: url(./images/leader_navi.png) left center no-repeat;
}
#mobile-menu .menu li.naviHome a {
	padding: 8px 0 8px 21px!important;
	background: url(./images/leader_navi_home.png) left center no-repeat!important;
}
#mobile-menu .menu li a:hover {
	color: #FFFFFF;
}
}

@media screen and (min-width: 921px) {
#mobile-menu {
	display: none!important;
}
}

/*sitenavi(global)*/
@media screen and (max-width: 920px) {
nav#navi #header-menu {
	display: none;
}
}

@media screen and (min-width: 921px) {
nav#navi #header-menu {
	display: block!important;
}
nav#navi .menu {
	width: 717px;
	height: 55px;
	margin: 0 0 0 283px;
	overflow: hidden;
}
nav#navi .menu li {
	float: left;
	padding: 0 1px 0 0;
	background: url(./images/bar_menu.png) right top no-repeat;
}
nav#navi .menu li.bbs {
	padding: 0!important;
}
nav#navi .menu li a {
	display: block;
	width: 130px;
	height: 55px;
	padding: 0;
	font-size: 50%;
	text-align: center;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(./images/menu_global_current.jpg);
	transition: background-image 0.2s ease-out;

}
nav#navi .menu li a:hover {
	background-image: url(./images/menu_global_over.jpg);
}
nav#navi .menu li.home a {
	width: 62px!important;
	background-position: -283px 0;
}
nav#navi .menu li.profile a {
	background-position: -346px 0;
}
nav#navi .menu li.disco a {
	background-position: -477px 0;
}
nav#navi .menu li.schedule a {
	background-position: -608px 0;
}
nav#navi .menu li.diary a {
	background-position: -739px 0;
}
nav#navi .menu li.bbs a {
	background-position: -870px 0;
}
}


/*main*/
#main {
}
.content-area #container {
	max-width: auto;
	margin: 20px 50px 20px 30px;
	background-color: transparent;
}
#main-wide {
	padding: 20px;
	max-width: 900px;
}
@media screen and (max-width: 920px) {
#main-wide {
	width: 100%;
	padding: 20px 10px;
}
}
#main-liquid {
	width: 100%;
	padding: 20px 0;
}

/*top-image*/
/*
#top-image {
	margin: 0 20px 20px 0;
	padding: 20px;
	background: url(img/frame_topimg.png) center top no-repeat;
}
@media screen and (max-width: 920px) {
#top-image {
	margin: 0 0 20px;
}
}
@media screen and (max-width: 640px) {
#top-image {
	height: auto;
	margin: 0 0 20px;
	padding: 10px;
	background-size: cover;
}
}
#top-image-wrap {
	max-width: 640px;
	margin: auto;
}
#top-image img {
	width: 100%;
	display: block;
}
*/

/*second-image*/
#second-image {
}

/*breadcrumb*/
#breadcrumb {
	clear: both;
	font-size: 12px;
	line-height: 20px;
	padding: 12px 20px;
	margin: auto;
}
#breadcrumb a {
	color: #CCCCCC;
	text-decoration: none;
}

/*content*/
.hentry {
	padding: 0;
	overflow: hidden;
}
.hentry .pageTitle, .hentry .pageTitle a {
	text-decoration: none;
}
.hentry ul {
	margin-left: 25px;
	padding-left: 0px;
}
.hentry ol {
	margin-left: 30px;
	padding-left: 0px;
}
.hentry ul li {
	list-style-type: disc;
}
.hentry ol li {
	list-style-type: decimal;
}
.hentry .postmetadata {
	text-align: right;
	clear: both;
	float: right;
}
.sticky {
	background: #f8f8f8;
	margin: 0 0 30px;
	padding: 20px;
}
.sticky hr {
	display: none;
}

/*navigation*/
.navigation {
	clear: both;
	padding: 0;
	font-size: 11px;
	line-height: 21px;
	text-align: center;
}
.navigation a {
	color: #fff;
	padding: 5px 10px;
	background-color: #999;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.navigation a:hover {
	background-color: #aaa;
}
.navigation div.alignleft {
	float: left;
}
.navigation div.alignright {
	float: right;
}

/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
	padding: 0;
	font-size: 11px;
	line-height: 21px;
	text-align: center;
}
.wp-pagenavi span.extend {
	color: #ccc;
	margin: 2px;
}
.wp-pagenavi span.current {
	background-color: #48e;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 2px;
}
.wp-pagenavi span.pages {
	background-color: #ccc;
	padding: 5px 20px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 2px;
}
.wp-pagenavi a {
	color: #fff;
	padding: 5px 10px;
	background-color: #999;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	margin: 0 2px;
}
.wp-pagenavi a:hover {
	background-color: #aaa;
}

/*image*/
.thumbnail-align img {
	float: left;
	padding: 7px;
	margin: 0 20px 20px 0;
	background-color: #eee;
}
img.alignleft {
	float: left;
	padding: 7px;
	margin: 0 20px 20px 0;
	background-color: #eee;
}
img.alignright {
	float: right;
	padding: 7px;
	margin: 0 0 20px 20px;
	background-color: #eee;
}
.aligncenter {
	clear: both;
	display: block;
	margin: auto;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: center;
	padding: 7px 2px;
}
.wp-caption.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.wp-caption.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.wp-caption img {
	margin: 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
	padding: 0 0 25px;
}
.gallery .gallery-item {
	float: left;
	text-align: center;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0;
}
.gallery br+br {
	display: none;
}
@media screen and (max-width: 480px) {
.hentry img {
	float: none;
	display: block;
	margin: auto auto 15px;
	padding: 0;
	max-width: 100%;
}
}

/*comment*/
#comments {
	max-width: 900px;
	margin: auto;
}
.commentlist {
	margin: 15px 0 0;
	border-top: 1px solid #eee;
}
.commentlist p {
	margin: 10px 0;
	clear: both;
}
.commentlist li {
	clear: both;
}
.commentlist .comment-body {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
	clear: both;
	font-size: 12px;
	line-height: 20px;
	padding: 15px 10px;
}
.commentlist .reply {
	text-align: right;
}
.commentlist .avatar {
	float: left;
	margin: 0 10px 0 0;
}
.comment-author.vcard {
}
#respond {
	padding: 0;
}
#reply-title {
	margin: 0;
	padding: 0;
}
#commentform {
	padding: 10px 0;
}
#commentform p {
	margin: 0 0 5px;
}
#commentform textarea#comment {
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #666;
	padding: 3px;
	width: 98%;
}
#commentform input {
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #666;
	padding: 3px;
	clear: both;
	width: 98%;
}
#commentform .required {
	color: #c00;
}
#commentform label {
}
.commentlist .bypostauthor {
	background-color: #eee;
}
.form-allowed-tags {
	font-size: 11px;
	line-height: 15px;
	color: #999;
}
.form-submit #submit {
	margin: 10px auto;
	width: 218px;
	display: block;
	cursor: pointer;
	padding: 0;
	border: 1px solid #aaa;
	font-size: 13px;
	line-height: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff9d3;
}

/*sideFix*/
#sideFix {
	width: 250px;
}
@media screen and (max-width:920px) {
#sideFix {
	width: auto;
}
}
.fixed {
	position: fixed;
	top: 20px;
}
@media screen and (max-width:920px) {
.fixed {
	position: static;
}
}

/*side*/
#side {
	overflow: hidden;
	padding: 0 0 20px;
	margin: 0 0 0 35px;
	width: 250px;
}
@media screen and (max-width: 920px) {
#side {
	border-top: 1px solid #999999;
	margin: 0 10px;
	width: auto;
}
}
@media screen and (max-width: 480px) {
#side {
	clear: both;
	margin: 0 10px;
}
}
.side-widget {
	padding: 20px 0 0;
	width: 250px;
	overflow: hidden;
}
@media screen and (max-width: 920px) {
.side-widget {
	border-bottom-style: none;
}
}
@media screen and (max-width: 480px) {
.side-widget {
	width: auto;
	display: block;
}
}
.side-widget .widget-title {
	margin: 0;
	font-weight: bold;
}
.side-widget ul {
	margin: 0;
}
.side-widget ul ul {
	margin: 0;
	padding: 0 0 0 10px;
}
.side-widget p {
	margin: 0;
}
.side-widget th, .side-widget td {
	padding: 0;
	text-align: center;
}

/*menuFooter*/
#menuFooter {
	display: none;
}
@media screen and (max-width: 480px) {
#menuFooter {
	display: block;
}
}
#menuFooter li {
	font-size: 75%;
	list-style-type: none;
}
#menuFooter li a {
	display: block;
	height: 16px;
	margin: 5px 18px 0 0;
	padding: 2px 0 0 20px;
	background: url(./images/leader_menu_header.png) 0 0 no-repeat;
	color: #333333;
}

/*footer*/
footer {
	margin: auto;
}
footer p {
	padding: 30px 10px;
	text-align: center;
	font-size: 65%;
	letter-spacing: 0.1em;
	line-height: 100%;
}


/*Contact Form 7*/
.wpcf7-form {
	margin: 0 auto 20px;
	padding: 20px;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.wpcf7-form input {
	margin: 0;
}
.wpcf7-form textarea {
	width: 99%;
	margin: 0 0 10px;
}
.wpcf7-form p {
	margin: 0 0 10px;
}
.wpcf7-not-valid-tip {
	padding: 2px;
	clear: both;
	color: #c00;
}
.wpcf7-display-none {
	display: none;
}
.wpcf7-form img.ajax-loader {
	float: right;
	margin-top: -30px;
}
.wpcf7-response-output {
	margin: 0 0 20px;
	padding: 5px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.wpcf7-mail-sent-ok {
	background-color: #398f14;
	color: #fff;
}
.wpcf7-mail-sent-ng {
	background-color: #ff0000;
	color: #fff;
}
.wpcf7-spam-blocked {
	background-color: #ffa500;
	color: #000;
}
.wpcf7-validation-errors {
	background-color: #f7e700;
	color: #000;
}
input.wpcf7-submit {
	width: 218px;
	display: block;
	cursor: pointer;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #aaa;
	font-size: 13px;
	line-height: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff9d3;
}

/*customized*/
.post {
	margin: 0 0 20px;
	padding: 30px 30px 20px;
	border: 1px solid #4D5440;
}

.post h2.entryTitle {
	padding: 0 0 0 24px;
	font-size: 120%;
	background: url(img/leader_h1.png) 0 0 no-repeat;
}

.recentBox {
	margin: 0 0 20px;
	padding: 10px 20px;
	border: 1px solid #4D5440;
}

.recentPosts .post {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border: none;
	border-bottom: 1px dashed #999999;
}

.recentPosts .title {
	margin: 0 0 0 1em;
}

.postmetadata p {
	font-size: 70%;
	text-align: right;
}

/*contactform7*/
.wpcf7 {
	color: #333333;
}

.wpcf7 h4 {
	margin: 0 0 0.4em;
	color: #772928;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	padding: 3px;
	font-size: 90%;
}

