
/*
Theme Name: MexJP
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 
*/

@media screen and (max-width:640px) {
	header {
		background-size: auto;
	}
}

#ceiling > ul li.news a {
	border-bottom: #5793AF 3px solid;
}
.wrapper {
	width: 960px;
	margin: 70px auto 0;
}
@media screen and (max-width:640px) {
	.wrapper {
		width: 100%;
	}
}
main {
	width: 680px;
	float: left;
}
@media screen and (max-width:640px) {
	main {
		width: 100%;
		float: none;
	}
}
h1 {
	color: #000;
	font-size: 237.5%;
}
header h1 {
	color: #5793AF;
}
h1.the_title {
	margin-bottom:30px;
	line-height:1.2;
}
h2 {
	line-height: 1.2;
	margin: 26px 0 10px;
	text-align: left;
	color: #666;
}
.date + h2 {
	margin-top:10px;
	color: #000;
}
.date + h2 a {
	color: #000;
	text-decoration:none;
}
.date + h2 a:hover {
	text-decoration:underline;
}
@media screen and (max-width:640px) {
	h2 {
		margin-bottom: 20px;
	}
}
h3 {
	margin: 20px 0 10px;
	padding:3px 0 0 12px;
}
header {
	/*background: url(https://www.moldex-press.com/en/common/images/bg_header.png);*/
	background: url(https://www.moldex-press.com/en/common/images/bg_header.png);
	height: 140px;
}
header .inside {
	padding-top: 72px;
}

main > .inside {
	padding-top: 0;
}
@media screen and (max-width:640px) {
	main > .inside {
		padding: 0 10px;
	}
}

aside {
	width: 243px;
	float: right;
}
@media screen and (max-width:640px) {
	aside {
		width: 96%;
		float: none;
		margin:60px auto;
	}
}
aside h2 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #5793AF;
}
main p {
	line-height: 2;
}
.date {
	margin: 0;
	padding: 0 0 0 8px;
	border-left: 4px solid #5793AF;
	line-height: 1.5;
}
.separater {
	clear: both;
	padding-bottom: 0;
	border-top: #D6D6D6 1px dotted;
}
.widget {
	border-top: 4px solid #5793AF;
	margin-bottom: 3em;
	padding-top: 1.75em;
}
.search-form {
	position: relative;
}
input[type="search"] {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}
input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 35px);
	width: calc(100% - 35px);
}
.search-submit {
	border-radius: 0 2px 2px 0;
	border:none;
	bottom: 0;
	background-color:#5793AF;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
}
.search-submit:before {
	margin:0;
	padding:0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
	content: "\f400";
	font-size: 22px;
	left: 1px;
	line-height: 35px;
	position: relative;
	width: 34px;
	color:#FFF;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* pager */
.nav-links {
	padding:10px 0 60px;
	text-align:center;
}
.page-numbers {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	font-weight: bold;
	background-color: #5793AF;
	text-align:center;
	border-radius:3px;
}
.page-numbers.current {
	color: #5793AF;
	background-color: #D0E1E8;
}
.page-numbers,
a.page-numbers {
	color: #FFF;
	text-decoration: none;
}
a.page-numbers:hover {
	background-color: #75A6BD;
}

/* リスト */
main ul,
#tinymce ul {
	margin-bottom:1em;
	padding:7px 0 0;
}
main li,
#tinymce li {
	padding:0 0 0 26px;
	margin:0 0 5px;
}
main li:before,
#tinymce li:before {
	content:'●';
	font-size:8px;
	color:#5793AF;
	vertical-align:middle;
	margin:0 5px 0 -19px;
}

/* detail */
.detail_date {
	margin: 10px 0;
	padding: 10px 0;
	clear: both;
	border-top: #D6D6D6 1px dotted;
	text-align:right;
}

/* TinyMCE */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

/* パンくず */
#breadcrumbsList {
	margin:0 0 10px;
	font-size:81.3%;
	line-height:normal;
	text-align:left;
}
#breadcrumbsList li:last-child:after {
	content:none;
}

#breadcrumbsList a{
	text-decoration:none;
}
#breadcrumbsList a:hover{
	text-decoration:underline;
}

/* アイキャッチ */
.size-thumb200 {
	float: right;
	margin: 0 0 10px 10px;
}
@media screen and (max-width:640px) {
	.size-thumb200 {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 auto 10px;
	}
}

