@charset "UTF-8";

/*
	Theme Name: TMGW
*/

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}

/* classes for WordPress */

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}
.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}
img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}
img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

.clearfix{
	zoom: 1;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/* Original CSS */

body{
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	background: #f5f5f5;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

a:link,
a:visited{
	color: #37648d;
    text-decoration: none;
}
a:hover,
a:active{
	color: #3b87af;
}
a:hover img{
	opacity: 0.6;
}


h1,h2,h3,h4,h5,h6,strong{
}

.en{
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	font-weight: bold;
	font-style: italic;
}

.container{
	max-width: 1000px;
	margin: 0 auto;
}

.tb{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.tr{
	display: table-row;
}
.tc{
	display: table-cell;
}

#header{
	position: fixed;
	top: 0;
	left: 0;
	background: url(images/header-bg.png) repeat 0 0 #333;
	background: url(images/header-bg.png) repeat 0 0 rgba( 0, 0, 0, 0.8 );
	color: #fff;
	width: 100%;
	z-index: 1000;
}
.admin-bar #header{
	top: 32px;
}
@media screen and (max-width: 782px){
	.admin-bar #header{
		top: 46px;
	}
}
#header a{
	color: #fff;
}
#header .logo{
	width: 200px;
	float: left;
	padding: 20px 0;
}
#header .logo a{
	display: block;
}
#header .logo img{
	display: block;
	width: 100%;
	height: auto;
}
#gnavi{
	float: right;
	font-size: 20px;
	line-height: 1.25;
	padding: 20px 0;
}
#gnavi ul,
#gnavi ul li{
	display: inline-block;
}
#gnavi ul li a:hover{
	color: #f9ff3e;
}
#gnavi ul li:first-child a{
	color: #f9ff3e;
}
#gnavi ul li:first-child a:hover{
	color: #b4b926;
}
#gnavi .icon{
	display: inline-block;
	margin: 0 0 0 10px;
	width: 25px;
	vertical-align: middle;
	line-height: 1;
}
#gnavi .icon img{
	width: 100%;
	height: auto;
}

#header-title{
	background: url(images/ink.png) no-repeat top center #114668;
	background: url(images/ink.png) no-repeat top center , linear-gradient(to bottom, #114668 0%,#422364 100%);
	color: #fff;
	text-shadow: 0 0 10px #000;
	padding: 100px 0 40px;
	text-align: center;
}
#header-title .shoulder{
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
}
#header-title h1{
	font-size: 30px;
	line-height: 1.5;
}

.breadcrumb{
	font-size: 10px;
	line-height: 10px;
	background: url(images/breadcrumb-bg.png) repeat 0 0 #005394;
	color: #a0c3de;
	padding: 10px 0;
}
.breadcrumb a{
	color: #a0c3de;
}

#footer{
	background: #114668;
	color: #fff;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #f9ff3e;
}
#footer .wrap{
	display: table;
	width: 100%;
}
#footer .content,
#footer .logo{
	display: table-cell;
	vertical-align: bottom;
}
#footer .logo a{
	display: block;
	max-width: 200px;
	padding: 20px 0;
}
#footer .logo img{
	width: 100%;
	height: auto;
}
#footer .content{
	text-align: right;
	padding: 20px 0;
}
#footer .icons{
}
#footer .icons .icon{
	display: inline-block;
	width: 25px;
	vertical-align: middle;
	margin-left: 10px;
}
#footer .icons .icon img{
	width: 100%;
	height: auto;
}
#footer nav{
	margin: 0 0 5px;
}
#footer nav li{
	display: inline-block;
}
#footer nav li:after{
	content: ' / ';
	display: inline-block;
	margin: 0 5px 0 9px;
}
#footer nav li:last-child:after{
	display: none;
}
#footer .copyright{
	line-height: 1.2;
	margin-top: 5px;
}


#mainvisual{
	background: url(images/ink.png) no-repeat top center #114668;
	background: url(images/ink.png) no-repeat top center , linear-gradient(to bottom, #114668 0%,#422364 100%);
	text-align: center;
	min-height: 900px;
	padding-top: 50px;
	position: relative;
}
#mainvisual .newitem{
	position: absolute;
	bottom: -110px;
	height: 220px;
	padding: 35px 0 0;
	text-align: left;
	overflow: hidden;
	width: 100%;
	background: url(images/new-bg.png) no-repeat top center;
}
#mainvisual .newitem{
}
#mainvisual .newitem .shoulder{
	font-size: 20px;
	line-height: 1;
	color: #f9ff3e;
	margin: 0 0 5px;
}
#mainvisual .newitem .title{
	font-size: 30px;
	line-height: 1.5;
	color: #fff;
	text-shadow: 3px 3px 0 #119991;
	margin: 0 0 5px;
}
#mainvisual .newitem .powerpress_player{
	margin: 0 0 10px;
}
.powerpress_links{
	display: none;
}
#mainvisual .newitem .more{
	text-align: right;
	font-size: 16px;
	line-height: 20px;
}
#mainvisual .newitem .more a{
	color: #fff;
}
#mainvisual .newitem .arrow{
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-left: 10px;
	position: relative;
	top: 3px;
}
#mainvisual .newitem .arrow:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	left: 2px;
	right: 0;
	bottom: 0;
	margin: auto;
}

#frontpage-about{
	padding: 160px 0 100px;
	background: url(images/about-bg.jpg) no-repeat center center;
	background-size: cover;
}
#frontpage-about h2{
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0 0 8px #fff;
	margin: 0 0 40px;
}
#frontpage-about h2 span{
	display: inline-block;
}
#frontpage-about h2 strong{
	color: #005394;
	display: inline-block;
	position: relative;
	padding: 0 5px;
}
#frontpage-about h2 strong:before{
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: #ffef1f;
	position: absolute;
	bottom: 8px;
	left: 0;
}
#frontpage-about h2 strong span{
	position: relative;
}

#frontpage-about .artwork{
	float: right;
	width: 400px;
}
#frontpage-about .artwork img{
	display: block;
	width: 100%;
	height: auto;
}
#frontpage-about .text{
	margin-right: 450px;
}
#frontpage-about .text p{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8;
	margin: 0 0 10px;
	text-shadow: 0 0 8px #fff;
}
.btn-subscribe{
	margin: 20px 0 0;
}
.btn-subscribe a{
	display: inline-block;
	background: #f99325;
	border-radius: 4px;
	box-shadow: 0 2px 0 #aa5d0a;
	text-shadow: 0 2px 0 #aa5d0a;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	padding: 10px 30px 10px 20px;
	font-weight: bold;
}
.btn-subscribe a:hover{
	background: #f18511;
	position: relative;
	bottom: -2px;
}
.btn-subscribe a .icon{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(images/icon-rss.png) no-repeat center center;
	background-size: contain;
	position: relative;
	bottom: -5px;
	margin-right: 10px;
}
.text-subscribe{
	font-size: 12px;
	margin: 10px 0 20px;
}
.text-subscribe a{
	color: #000;
	text-decoration: underline;
}

#frontpage-contact{
}
.contact{
}
.contact-description{
	text-align: center;
	margin: 0 0 40px;
}
.contact-description .title{
}
.contact-form{
	padding: 60px 0;
}
.contact-form p{
	margin: 0 0 20px;
}
.contact-form .name{
	display: none;
}
.contact-form .mw_wp_form_preview .name{
	display: block;
	font-size: 12px;
	background: #eee;
	padding: 5px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea{
	display: block;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 10px;
	width: 100%;
	padding: 5px 10px;
}
.contact-form input[type="text"]:hover,
.contact-form input[type="email"]:hover,
.contact-form select:hover,
.contact-form textarea:hover{
	background: #f1f1f1;
}
.contact-form select{
	cursor: pointer;
	padding-right: 30px;
}
.mw_wp_form_input .select-wrap{
	position: relative;
	display: block;
}
.mw_wp_form_input .select-wrap:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #999 transparent transparent transparent;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.contact-form input[type="submit"]{
	display: block;
	margin: 0 auto;
	width: 200px;
	background: #0069aa;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	box-shadow: 0 2px 0 #114668;
	text-shadow: 0 2px 0 #114668;
	position: relative;
}
.contact-form input[type="submit"]:hover{
	bottom: -2px;
	background: #114668;
	box-shadow: 0 2px 0 #052940;
	text-shadow: 0 2px 0 #052940;
}

#frontpage-bottom{
	background: #222;
	padding: 20px 0 30px;
	color: #fff;
}
#frontpage-bottom .tc{
}
#frontpage-bottom .tc:nth-child(1){
	padding: 0 10px 0 0;
}
#frontpage-bottom .tc:nth-child(2){
	padding: 0 5px;
}
#frontpage-bottom .tc:nth-child(3){
	padding: 0 0 0 10px;
}
#frontpage-bottom h2{
	font-size: 18px;
	margin: 0 0 10px;
	color: #f9ff3e;
}
#frontpage-bottom .more{
}
#frontpage-bottom .more a{
	display: block;
	background: #333;
	color: #aaa;
	text-align: center;
	border-radius: 4px;
	padding: 5px 0;
	transition: ease 0.3s;
}
#frontpage-bottom .more a:hover{
	background: #444;
}
#frontpage-bottom .articles{
}
.articles{
}
.articles .item{
	border-left: 4px solid #000;
	margin: 0 0 10px;
	line-height: 1.2;
}
#frontpage-bottom .articles .item{
	border-color: #fff;
	padding: 0 0 0 10px;
}
.articles .item a{
	display: block;
	color: #fff;
	transition: ease 0.3s;
}
#frontpage-bottom .articles .item a:hover{
	color: #f9ff3e;
}
.articles .item .title{
	font-size: 14px;
}
.articles .item .date{
	font-size: 12px;
	color: #bbb;
}
#frontpage-bottom .twitter{
}


#content-wrap{
	display: table;
	width: 100%;
	margin: 30px 0;
}
#main{
	display: table-cell;
	width: 65%;
	vertical-align: top;
}
#side{
	display: table-cell;
	width: 35%;
	padding-left: 5%;
	vertical-align: top;
}

.post-article{
	margin: 0 0 40px;
}
.post-title{
	font-size: 18px;
	line-height: 1.2;
	background: url(images/breadcrumb-bg.png) repeat 0 0 #005394;
    color: #fff;
    padding: 10px;
	margin: 0;
}
.post-title a{
	color: #fff;
}

.author{
	display: table;
	width: 100%;
	margin: 0 0 10px;
}
.author .photo{
	display: table-cell;
	width: 50px;
	vertical-align: middle;
}
.author .photo img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.author .text{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.author .text .shoulder{
	font-size: 10px;
	line-height: 1.5;
	color: #666;
}
.author .text .name{
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}
.page-content{
}
.page-content img{
	max-width: 100%;
	height: auto;
}
.page-content a{
	color: #333;
	border-bottom: 1px dashed #333;
}
.page-content a:hover{
	color: #999;
}
.page-content strong{
	color: #da0a7a;
}
.page-content hr{
	display: block;
	margin: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
.page-content p{
	margin: 0 0 20px;
}
.page-content h2{
	font-size: 22px;
	border: solid #000;
	border-width: 4px 0;
	padding: 5px 0;
	margin: 0 0 20px;
	clear: both;
}
.page-content h3{
	font-size: 18px;
	border-bottom: 2px dotted #000;
	padding: 0 0 5px;
	margin: 0 0 20px;
	clear: both;
}
.page-content ul,
.page-content ol{
	margin: 0 0 20px 2em;
}
.page-content ol li{
	margin: 0 0 5px;
}
.page-content table{
	margin: 0 0 20px;
	border: solid #000;
	border-width: 2px 0;
}
.page-content table th,
.page-content table td{
	padding: 5px 10px;
	border-bottom: 1px dotted #000;
	text-align: left;
}
.page-content table tr:last-child th,
.page-content table tr:last-child td{
	border-bottom: none;
}
.page-content table th{
	background: #eee;
}
.page-content .post-eyecatch{
	float: right;
	margin: 0 0 20px 20px;
}
.page-content .post-eyecatch a{
	display: block;
	border-bottom: none;
}
.page-content .post-eyecatch img{
	display: block;
	max-width: 150px;
	height: auto;
	transition: ease .2s;
}
.page-content .column-eyecatch{
	margin: 0 0 20px;
}
.page-content .column-eyecatch a{
	display: block;
	border-bottom: none;
}
.page-content .column-eyecatch img{
	display: block;
	transition: ease .2s;
}
.page-content .youtube {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.page-content .youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.page-content .wp-embedded-content{
	max-width: 100%;
}
.page-content .is-provider-soundcloud iframe{
	width: 100%;
	height: auto;
}

.buttons{
	margin: 20px 0;
	text-align: center;
}
.buttons .button{
	display: inline-block;
	background: #000;
	color: #fff;
	border-radius: 4px;
	padding: 5px 20px;
	font-weight: bold;
}
.related{
	border: 2px solid #005394;
	margin: 20px 0;
}
.related h2{
	font-size: 18px;
	line-height: 20px;
	background: url(images/breadcrumb-bg.png) repeat 0 0 #005394;
    color: #fff;
	padding: 5px 10px;
}
.related ol{
	display: block;
}
.related ol li{
	display: block;
	border-bottom: 1px solid #ddd;
}
.related ol li:last-child{
	border-bottom: none;
}
.related ol li a{
	display: block;
	padding: 15px;
	color: #000;
	background: #fff;
	transition: ease 0.3s;
}
.related ol li a:hover{
	background: #f7f7f7;
}
.related ol h3{
	font-size: 16px;
	line-height: 1.2;
}
.related ol p{
	font-size: 12px;
	line-height: 1.4;
	color: #666;
	font-weight: normal;
}

.meta{
	background: #eee;
	padding: 5px 10px;
}
.meta .item{
}
.meta .item h3{
	float: left;
	font-size: 12px;
	width: 70px;
	text-align: right;
}
.meta .item .links{
	margin-left: 80px;
	font-size: 12px;
}
.meta .item .links a{
	color: #000;
}

.pager{
	font-size: 12px;
	margin: 20px 0;
}
.pager ul{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.pager ul li{
	display: table-cell;
	width: 50%;
}
.pager ul li.prev{
	text-align: left;
}
.pager ul li.next{
	text-align: right;
}
.pager ul li a{
	display: inline-block;
	color: #000;
	border-bottom: 4px solid #000;
	padding: 0 4px;
}
.pager ul li.prev a:before,
.pager ul li.next a:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	display: inline-block;
}
.pager ul li.prev a:before{
	border-width: 4px 6px 4px 0;
	border-color: transparent #000000 transparent transparent;
	margin-right: 5px;
}
.pager ul li.next a:after{
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #000000;
	margin-left: 5px;
}

#side .widget{
}
#main .date,
#side .widgettitle{
	display: block;
	font-size: 14px;
	background: url(images/header-bg.png) repeat 0 0 #333;
	color: #fff;
	padding: 0 5px;
}
#main .date{
	margin: 0 0 10px;
}
#side .widget li{
	display: block;
	line-height: 1.2;
	border-bottom: 1px solid #ddd;
}
#side .widget li:last-child{
	border: none;
}
#side .widget li a{
	display: block;
	color: #000;
	padding: 15px 10px;
	background: #fff;
	transition: ease 0.3s;
}
#side .widget li a:hover{
	background: #f7f7f7;
}
#side .widget.widget_categories,
#side .widget.widget_archive{
	position: relative;
	background: #fff;
}
#side .widget.widget_categories:after,
#side .widget.widget_archive:after{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: solid #999;
	border-width: 2px 2px 0 0;
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	bottom: 22px;
	z-index: 1;
}
#side .widget.widget_categories label,
#side .widget.widget_archive label{
	display: none;
}
#side .widget.widget_categories select,
#side .widget.widget_archive select{
	display: block;
	width: 100%;
	padding: 11px 10px;
	background: transparent;
	cursor: pointer;
	position: relative;
	z-index: 2;
}


@media screen and (max-width: 1040px) {
	.container{
		padding: 0 4%;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	#header .logo{
		width: 150px;
		padding: 10px 0;
	}
	#gnavi{
		font-size: 18px;
		line-height: 20px;
		padding: 10px 0;
	}
	#header-title{
		padding: 60px 0 20px;
	}

	.breadcrumb{
		overflow-x: auto;
		white-space: nowrap;
	}
	.breadcrumb .container{
	}

	#mainvisual{
		min-height: 0;
		background-size: cover;
		padding-top: 40px;
	}
	#mainvisual .newitem{
		background: #10c3b8;
		background: rgba( 16, 195, 184, 0.9 );
		background-image: none;
		position: relative;
		bottom: 0;
		overflow: visible;
		height: auto;
		padding: 20px 0;
	}
	#mainvisual .newitem .shoulder{
		font-size: 14px;
	}
	#mainvisual .newitem .title{
		font-size: 20px;
	}

	#frontpage-about{
		padding: 40px 0;
	}
	#frontpage-about h2{
		font-size: 28px;
	}
	#frontpage-about .artwork{
		float: none;
		width: 60%;
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	#frontpage-about .text{
		margin: 40px 0 0;
	}
	.btn-subscribe{
		text-align: center;
	}
	.text-subscribe{
		text-align: center;
	}

	#content-wrap,
	#main,
	#side{
		display: table;
		width: auto;
		display: block;
		width: auto;
	}
	#main{
		margin: 0 0 40px;
	}
	#side{
		padding-left: 0;
	}

}


@media screen and (max-width: 600px) {
	.admin-bar #header{
		top: 0;
	}
	#footer .logo a{
		max-width: 100px;
	}
	#footer .content{
		font-size: 14px;
	}
	#header-title .shoulder{
		font-size: 15px;
	}
	#header-title h1{
		font-size: 24px;
	}
	#frontpage-bottom .tc{
		display: block;
	}
	#frontpage-bottom .tc{
		display: block;
	}
	#frontpage-bottom .tc:nth-child(1),
	#frontpage-bottom .tc:nth-child(2){
		padding: 0 0 10px;
	}
	#frontpage-bottom .tc:nth-child(3){
		padding: 0;
	}
}
@media screen and (max-width: 374px) {
	#footer .wrap{
		display: block;
	}
	#footer .logo{
		display: block;
	}
	#footer .logo a{
		margin: 0 auto;
	}
	#footer .content{
		display: block;
		text-align: center;
		padding: 0 0 20px;
	}
	#header .logo{
		width: 120px;
		padding: 12px 0;
	}
	#gnavi{
		font-size: 14px;
	}
	#gnavi .icon{
		width: 20px;
		margin: 0 0 0 5px;
	}
	#frontpage-about h2{
		font-size: 22px;
	}
	#frontpage-about .text p{
		font-size: 16px;
	}
	.meta .item h3{
		float: none;
		width: auto;
		text-align: left;
	}
	.meta .item .links{
		margin-left: 0;
	}

	.page-content .post-eyecatch{
		float: none;
		margin: 0 0 20px;
	}
	.page-content .post-eyecatch img{
		margin: 0 auto;
	}

}


.post-password-form input[name=post_password]{
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
}
.post-password-form input[name=Submit]{
	background: #000;
	color: #fff;
	border-radius: 4px;
	padding: 5px 20px;
}

.powerpress_player{
	margin: 0 0 20px;	
}