@charset "UTF-8";

@import url(reset.css);
@import url(fonts.css);
@import url(grids.css);
@import url(base.css);
@import url(editor.css);



/* common tag */
html {
	color: #333;
	background-color: #fff;
	margin: 0px;
}

body {
	overflow-y: scroll;
	font: 14px/1.385 メイリオ, arial, helvetica, clean, sans-serif;
}

/*IE6スクロールバー対応*/
*html body {
	overflow-y: auto;
}

/*IE7スクロールバー対応*/
*+html body {
	overflow-y: auto;
}

body#home {}


header#header {
	position: fixed;
	width: 100%;
	z-index: 10000;
}

header#header h1 {
	background-color: #09f;
	font-size: 100%;
	text-align: center;
	color: #fff;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: none;
}

header#header .header-content {
	width: 1000px;
	margin: 0 auto;
	height: 50px;
	;
	position: relative;
	background-image: url(../imgs/bg-header.png);
}

header#header .sitelogo {
	line-height: 100%;
	width: 260px;
	position: absolute;
	top: 0;
	left: 0;
}

header#header .address {
	font-size: 11px;
}

header#header .contact-phone {
	position: absolute;
	top: 10px;
	left: 240px;
	line-height: 100%;
	background-image: url(../imgs/icon-phone.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;
	padding: 0 0 0 40px;
}

header#header .large {
	color: #f60;
	font-weight: bold;
	font-size: 18px;
}

header#header .small {
	font-size: 12px;
}

header#header .contact-email {
	position: absolute;
	top: 10px;
	left: 600px;
	background-image: url(../imgs/icon-email.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;
	padding: 0 0 0 40px;
}

header#header .contact-lang {
	position: absolute;
	top: 10px;
	left: 880px;
}

header#header .mainmenu {
	background-image: url(../imgs/bg-navi.png);
	height: 40px;
	margin: 0 auto;
	width: 1000px;
}

header#header .mainmenu ul {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

header#header .mainmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	background: none;
}

header#header .mainmenu ul li.facebook {
	margin: 0;
	float: right;
}


#home .container {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 0;
}

#archive .container {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 0;
}

section.mainimage {
	border-bottom: 10px solid #eee;
	overflow: hidden;
	height: 400px;
}

section.mainimage ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

section.mainimage ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}


section.maincontents {
	margin: 20px 0 0;
}


nav.breadcrumb {
	margin: 10px 0 20px;
	font-size: 12px;
}

nav.breadcrumb-footer {
	margin: 0;
	font-size: 12px;
}

nav.breadcrumb p,
nav.breadcrumb-footer p {
	margin: 0;
}


#home section.maincontents .content-left {
	float: left;
	width: 490px;
}

#home section.maincontents .content-right {
	float: right;
	width: 490px;
}

#home section.maincontents .items {
	margin: 0 0 20px;
}

#home section.maincontents .items h2 {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

#home section.maincontents .items h2.ttl {
	font-weight: bold;
	padding-bottom: 0.4rem;
	border-bottom: 5px solid #06c;
}

#home section.maincontents .items .product-item {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}

#home section.maincontents .items .product-item .photo {
	width: 170px;
	float: left;
}

#home section.maincontents .items .product-item .text {
	width: 320px;
	float: right;
}

#home section.maincontents .items .product-item h3 {
	margin: 0 0 10px;
}

#home section.maincontents .items .thumbnail-item {
	padding: 0 0 10px 10px;
}

#home section.maincontents .items .thumbnail-item .photo {
	float: left;
	margin: 0 0 10px;
	width: 160px;
}

#home section.maincontents .items .other-left {
	width: 320px;
	float: left;
}

#home section.maincontents .items .other-right {
	width: 160px;
	float: right;
}

#home section.maincontents .items .other-left .thumbnail-item {
	padding: 0 0 10px;
	font-size: 13px;
}

/*
#home section.maincontents .items .other-left .thumbnail-item img {
margin:0 0 10px 10px;
}
*/
#home section.maincontents .items .other-right .thumbnail-item {
	padding: 0 0 10px;
}

#home section.maincontents .items dl {
	margin: 0;
	padding: 0;
}

#home section.maincontents .items dl h3 {
	margin: 0;
	font-size: 100%;
}

#home section.maincontents .items dl .date {
	font-weight: normal;
	font-size: 12px;
	color: #06c;
}

#home section.maincontents .items dl dd {
	margin: 0 0 10px;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

#home section.maincontents .items .company-item .photo {
	width: 250px;
	float: left;
}

#home section.maincontents .items .company-item .text {
	width: 240px;
	float: left;
}

#home section.maincontents .items .company-item .text h3 {
	margin: 10px 10px 0;
}

#home section.maincontents .items .company-item .text p {
	margin: 0 10px 10px;
	font-size: 12px;
}

#home .button.blue {
	display: block;
	background-color: #14A3D9;
	color: white;
	padding: 0.5rem;
	text-align: center;
}


#archive section.maincontents {
	margin: 20px 50px 0;
}

#archive section.maincontents .category-title {
	font-size: 18px;
	border-bottom: 5px solid #06c;
	margin: 0 0 30px;
}

#archive section.maincontents .items {
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #eee;
}

#archive section.maincontents .items .category-item-title {
	font-size: 20px;
}

#archive section.maincontents .items .photo {
	width: 260px;
	float: left;
}

#archive section.maincontents .items .text {
	width: 630px;
	float: right;
}

section.maincontents .content {
	margin: 0 0 50px;
}

.entry-content img {
	margin: 10px;
	border: 10px solid #eee;
}

footer.entry-meta {
	font-size: 11px;
	background-image: url("../imgs/bg-meta.png");
	padding: 10px;
	margin: 20px 0;
}

/* メールフォーム */
section.maincontents input.box-s,
section.maincontents textarea.box-s,
section.maincontents input.box-m,
section.maincontents textarea.box-m section.maincontents input.box-l,
section.maincontents textarea.box-l {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 3px 5px;
}

section.maincontents input.box-s,
section.maincontents textarea.box-s {
	width: 10em;
}

section.maincontents input.box-m,
section.maincontents textarea.box-m {
	width: 20em;
}

section.maincontents input.box-l,
section.maincontents textarea.box-l {
	width: 95%;
}

section.maincontents table.contactform {
	width: 100%;
}

section.maincontents table.contactform th {
	width: 20em;
}

section.maincontents table.contactform .required {
	color: #E00B0B;
	font-weight: bold;
}

section.maincontents .contact-form .required {
	color: #E00B0B;
	font-weight: bold;
}



footer.footer {
	text-align: center;
	border-top: 5px solid #ccc;
	padding: 30px 0;
}

footer.footer nav.footermenu ul {
	margin: 0 auto 10px;
}

footer.footer nav.footermenu ul li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: inline-block;
	background: none;
}


.small {
	font-size: 12px;
}


/* USE WP */

.entry-content img.alignleft {
	float: left;
}

.entry-content img.alignright {
	float: right;
}

.entry-content img.aligncenter {
	display: block;
	text-align: center;
	margin: 20px auto;
}


.left-content {
	float: left;
	width: 700px;
}

.sidebar {
	float: right;
	width: 240px;
}



.goto-contact {
	margin: 3rem auto;
	width: 500px;
}
.goto-contact a.btn-contact{
	width: 100%;
	padding: 1rem;
	background-color:#131374;
	text-align: center;
	color: white;
	display: block;
	box-sizing: border-box;
	font-weight: bold;
}
.goto-contact a.btn-contact:hover{
	text-decoration: none;	
}



.wpcf7-list-item-label {
	font-size: 1.2rem;
}