/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 14px;
    line-height: 1.75;
    background: url(../img/bg.png);
    color: #43403f;
    height: 100%;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Meiryo","MS PGothic", sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a img:hover {opacity: 0.7;}
.container {
	width: 960px;
	margin: 0 auto;
	border-top: 10px solid #5b493d;
}
/* header */
header {
	width:960px;
	margin: 0;
}
.headergroup {
	margin: 35px 0 25px;
}
header h1 {
	margin: 0;
}
header h1 img {
	width: 291px;
	height: 41px;
	margin: 0;
}
header .logo, header .info {
	float: left;
}
header .logo {
	width: 480px;
}
header .info {
	width: 480px;
	text-align: right;
	margin-top:-10px;
}
.info .tel {
	color: #5a483c;
	font-size: 24px;
	margin: 0;
	padding: 0 0 10px;
}
.info .link {
	color: #595757;
	font-size: 12px;
	margin: -10px 0 0;
	padding: 0;
}
.info a {
	color: #595757;
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}
.slide {
	box-shadow: 0 0 5px rgba(0,0,0,0.5) !important;
	width: 960px;
	height: 400px;
	margin-bottom: 18px;
}
.slide img {border:none; margin:0;}
nav ul {
	margin: 0;
	padding: 0;
	position: relative;
	width: 960px;
}
nav ul li a {
	padding: 6px 0 2px;
	text-align: center;
	width: 158px;
	margin: 0;
	color: #604c3f;
	float: left;
	font-size: 16px;
	border-left: 1px solid #c8bb9d;
	text-decoration: none;
}
nav ul li img {
	margin: 0 0 4px 0;
}
nav ul li span {
	display: block;
	font-size: 12px;
	font-weight: 100;
	color: #c9bc9c;
	margin-top: -4px;
}
nav ul li a:hover {
	background: #604c3f;
	color: #fefefe;
}
nav ul li ul {
	display: none;
	position: absolute;
	top: 53px;
	left: 477px;
	padding: 0;
	margin: 0;
}

nav ul li ul li a {
	width: 158px;
	margin: 2px 1px;
	float: none;
	padding: 0;
	border: none;
	line-height: 3.3;
	color: #fefefe;
	background: rgba(92,73,60,0.95);
	display: block;
}
/*ie8 hack*/
html>/**/body nav ul li ul li a {
	background /***/: #7f6453\9;
}

nav ul li ul li a:hover {
	background: rgba(125,99,83,0.95);
}
nav a img:hover {opacity:1;}
nav ul li.last a {
	border-right: 1px solid #c8bb9d;
}
/* index */
.notification {
	border-radius: 3px;
	background: #604c3f;
	padding: 5px;
	margin: 13px 0 30px;
	width: 950px;
	height: 30px;
}
.notification img {
	margin: 0 20px 5px 0;
}
.notification .title {
	display: inline-block;
	color: #f7f7f7;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 2px 15px 0 20px;
}
.notification .text {
	display: inline-block;
	background: #fefefe;
	color: #a38b77;
	width: 759px;
	height: 20px;
	padding: 5px 18px;
	font-size: 13px;
	float: right;
	vertical-align: middle;
	overflow: hidden;
}
.ticker {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ticker a {
	color: #a38b77;
	text-decoration: none;
}
.ticker a:hover {
	text-decoration: underline;
}
.border {
	height: 5px;
	background: url(../img/border.png);
}
.border2 {
	height: 10px;
	background: url(../img/border2.png);
	margin: -5px 0 0 -10px;
}
section {
	margin-bottom: 25px;
}
section h2.title, h1.title {
	background: url(../img/circle.png) no-repeat 10px center;
	padding-left: 40px;
	margin: -8px 0 4px 0;
	color: #604c3f;
}
h1.title {font-size:24px;}
h2.title {font-size:20px;}
.borderLine img {
	border: 1px solid #c9bc9c;
	padding: 4px;
	margin: 20px 10px;
	float: left;
}
.quality {
	width: 310px;
	margin: 0 10px 0 0;
	float: left;
	display: block;
}
.effort {
	width: 960px;
	margin: 0;
	float: left;
	display: block;
}
.effort img {
	margin-bottom: 0;
}
.agency {
	margin: 40px 0 0;
	clear: both;
}
.agency span {

	margin: 20px 10px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.content h3 {margin-top: 25px; font-size: 20px;}
.content h3 img {border:none;margin: 0 10px 10px 0;}
.case_box {
	width: 208px;
	background: #fefefe;
	border: 1px solid #c9bc9c;
	margin: 20px 20px 0 0;
	float: left;
	padding: 5px;
}
.case_box h2 {
	font-size: 14px;
	color: #595757;
	padding-left: 5px;
	padding-right: 5px;
	height: 50px;
}
.case_box p {
	font-size: 12px;
	color: #604c3f;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 8px;
}
.case_box a.readmore {
	display: block;
	color: #f7f7f7;
	letter-spacing: 1px;
	background: #aca8a3;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}
.case_box a.readmore:hover {
	background: #604c3f;
}
.case_box img {margin:0; border:none;}
.box3, .box6 {margin-right:-10px !important;}
.gotolist {
	font-size: 13px;
	color: #796a55;
	text-align: right;
	margin-top: 30px;
}
.gotolist a {
	color: #796a55;
	text-decoration: none;
}
.gotolist a:hover {
	text-decoration: underline;
}
.gotolist img {
	border: none;
	margin: 0 7px 3px 0;
}
/* page,single */
article {
	width: 700px;
	margin: 10px;
	float: left;
}
article h1 {
	margin-top: 0;
}
article img {
	max-width: 680px;
	height: auto;
	border: 5px solid #fefefe;
	margin: 10px 0;
}
img.noborder {
	border: none;
	margin: 20px 0 -5px;
}
h1 span.subtitle {
	font-weight: 200;
	font-style: italic;
	font-size: 24px;
	color: #c9bc9c;
	margin-left: 20px;
	font-family: 'Titillium Web', sans-serif;
}
article h3 {
	font-size: 18px;
	color: #604c3f;
	margin: 0 0 0 10px;
}
p.well {
	margin: 25px 0 18px;
	color: #604c3f;
}
p.inquiry {
	margin: -5px 0 30px;
	color: #604c3f;
	font-size:14px;
}
p.inquiry .red {
	font-size:10px;
	color: #c30d22;
}
.font21 {font-size: 21px;}
span.desc {
	font-weight: bold;
	color: #604c3f;
	vertical-align: middle !important;
	margin: -100px 0 0 20px;
}
section.const, section.sall {
	margin: 25px 0 40px;
}
section.const label, section.sall label {
	color: #dfcdac;
	background: #604c3f;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	width: 200px;
	overflow: hidden;
	text-align: left;
	padding: 5px 0 5px 20px;
	display: inline-block;
	white-space: nowrap;
}
label.const1 {letter-spacing:33px;}
label.const2 {letter-spacing: 12px;}
label.const3 {letter-spacing: 20px;}
label.sall1 {letter-spacing: 7px;}
label.sall2 {letter-spacing: 7px;}
label.sall3 {letter-spacing: 59px;}
label.sall4 {letter-spacing: 33px;}
label.sall5 {letter-spacing: 12px;}
label.sall6 {letter-spacing: 33px;}
label.sall7 {letter-spacing: -2px;}
section.const .box {
	width: 220px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: -20px;
}
.sidebar {
	width: 220px;
	margin: 43px 10px;
	float: left;
}
.sidebar img {
	border: 1px solid #c9bc9c;
	padding: 4px;
	margin: 5px 10px;
}
.content {
	padding: 0 0 0 10px;
	clear: both;
}
.shikaku {
	margin: 30px 0;
	line-height: 2.3;
}
.title_single {
	font-size: 18px;
	color: #595757;
	margin: 25px 0 4px 0;
}
.meta {
	margin: 2px 0 20px;
	color: #604c3f;
}
.topics_list {
	margin: 30px 0;
}
.topics_list .meta {
	margin: -15px 0 10px 30px;;
}
.title_topic img {
	border: none;
	margin: 0 10px 3px;
}
.title_topic, .title_topic a {
	font-size: 16px;
	color: #595757;
	text-decoration: none;
}
.title_topic a:hover {
	text-decoration: underline;
}

table.contact {
	width: 100%;
	margin: 15px 0 20px;
	border-top: 20px solid #604c3f;
	box-sizing: border-box;
	display: block;
}
table.contact th {
	width: 190px;
	font-weight: normal;
	text-align: left;
	color: #604c3f;
	background: #eeefef;
	vertical-align: top;
	padding: 8px 15px;
}
table.contact td {
	background: #fefefe;
	color: #3e3a39;
	padding: 8px 15px;
}
table.contact tr {
	border-bottom: 1px solid #dcdcdd;
}
table.contact tr:last-child {border:none;}
table.contact input[type="text"], table.contact input[type="email"], table.contact input[type="tel"], table.contact textarea {
	width:460px;
	margin: 0;
}
table.contact td.radio {padding:8px 15px;}
.contact_submit input {
	width: 190px;
	height: 40px;
	color: #ece8dd;
	background: #604c3f;
	border: none;
	font-size: 18px;
	letter-spacing: 5px;
	box-sizing: border-box;
	display:block;
}
.contact_submit input:hover {background: #7f6453;}
.makers {
	font-size:16px;
	line-height: 2;
}
ul.makers {
	color:#604c3f;
	font-weight: bold;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
ul.makers li {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	width: 50px;
	text-align: center;
	border: 2px solid #604c3f;
	margin-right: 10px;
}
ul.makers li a {
	display: block;
	color:#604c3f;
	text-decoration: none;
}
ul.makers li a:hover {
	color:#f4efe6;
	background: #604c3f;
}


/* footer */
footer {
	margin: 40px 0 0 0;
	background: #604c3f;
	color: #c9bc9c;
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
}
footer a {color:#c9bc9c; text-decoration:none;}
footer a:hover {text-decoration:underline;}
footer .inner {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0 0;
}
footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 10px 0;
    padding: 0;
}
.copy {
	text-align: right;
	padding: 10px 0 20px;
	letter-spacing: 0;
	margin-top: 50px;
}
footer .innerL {
	width: 480px;
	margin: 0;
	padding: 0;
	float: left;
}
footer .innerR {
	width: 460px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
}

/* others */
.breadcrumbs {
	font-size: 14px;
	padding: 5px 15px;
	width: 930px;
	border-top: 10px solid #604d41;
	border-bottom: 1px dashed #c9bc9c;
	margin: 20px 0;
	font-style: italic;
	color: #604c3f;
}
.breadcrumbs a {
	color: #604c3f;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.margin {display:block; height:20px;}
#gmap {
	width: 690px;
	height: 390px;
	border: 5px solid #fefefe;
	margin: 30px 0;
}
a.fb_btn {
	width: 960px;
	height: 40px;
	display: block;
	margin: 130px auto 30px;
	text-align: center;
	background: #3b5998;
	border-radius: 3px;
}
a.fb_btn:hover {background:#4e69a2;}
a.fb_btn img {width:108px; height:22px; margin-top:8px;}
a.fb_btn img:hover {opacity:1;}
a.fb_btn.home1 {margin: 30px auto;}
/*Images*/
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignleft_3 {
	float: left;
	margin: 30px 10px 30px 0;
	display: block;
}
.last {margin-right: 0;}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
.alignnone {
	display: block;
}
/* table */
.company {
	margin: 35px 0;
}
.company th {
	font-weight: normal;
	width: 106px;
	vertical-align: top;
	padding-right: 35px;
	display: block;
	text-align: left;
}
.company td {vertical-align: top;}
.company th, .company td {padding-bottom: 10px;}
th.char5 {letter-spacing: 0.5em;}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}




a.bt_pick_home {
	display: block;
    background: #896b5b;
    color: #fff;
    text-align: center;
    padding: 0.37em;
    border-radius: 3px;
    text-decoration: none;
    margin-bottom: 30px;
    font-size: 16px;
}
a.bt_pick_home:hover {
	opacity: .7;
}