/*
 Theme Name:   MAG Child
 Theme URI:
 Description:  MAG Child Child Theme
 Author:       Design Plus
 Author URI:   URI:http://design-plus1.com/tcd-w/
 Template:     mag_tcd036
 Version:3.1
*/

#header{
	padding: 30px 0;
}

#mail_contens{
	background-color: #f8f8f8;
}

#mono_logo{
	position: fixed;
	top: 50px;
	width: 100%;
	background-image: url("https://mono-set.jp/wp-content/uploads/2018/01/mono-set-1-790x480.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

.post_list .image.image_type1 img.base{
	position: fixed;
	top: 50px;
	z-index: -1;
	opacity: 1;
}

.post_list .image.image_type1 img.trans{
	position: relative;
	opacity: 1;
}

#main_contents { width:1125px; margin:0 auto; padding:0 0 50px; position:relative; }

#login_icon{
	position: absolute;
	display: inline-block;
	width: 32px;
	right: 0;
	bottom: 30px;
}

#login_icon img:hover{
	opacity: 0.5;
}

hr.shikiri{
	margin-top: 0px;
}

p.archimap-tag{
	margin: 0;
}

#article .no_image .date{
	margin-left: 0;
}

div.terms{
	margin-left: 50px;
}

.label{
	margin-right: 5px;
	padding: 3px 3px 0;
	font-size: 0.8em;
	line-height: 1.2;
	color: #ffffff;
}

.architect-domestic,
.type-common,
.work-design{
	background: #4267A9;
}

.architect-overseas,
.type-maker,
.work-investigation{
	background: #3A88C3;
}

.type-archi,
.work-consultant{
	background: #B31316;
}

.type-largefarm,
.work-program{
	background: #ADA910;
}

.architect-common,
.type-archi,
.work-homepage{
	background: #22A917;
}

.type-largefarm,
.work-otherwise{
	background: #DE9E38;
}


#sitemap_list a{
	color: black;
	font-size: 13px;
}

.post_list p.main_title{
	display: block;
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	margin-top: 12px;
	margin-right: 6px;
	font-size: 11px;
	color: #333333;
}

#logo_text,
#site_description {
	font-family: 'Quicksand', sans-serif;
}

.pc #logo_text h1 {
	font-size: 35px;
}

.pc #site_description {
	font-size: 18px;
	padding: 0;
}

#mail-form table{
	width: 700px;
	margin: 0 auto;
}

#mail-form th{
	font-weight: bold;
	text-align: left;
	width: 240px;
	background: #f8f8f8;
	vertical-align: top;
}

#mail-form th,
#mail-form td{
	border: 1px solid #ccc;
	padding: 0.5em 0.5em;
	font-size: 80%;
}

#mail-form th span{
	color: #fff;
	padding: 0.1em 0.8em;
	margin-right: 0.5em;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
}

#mail-form th span.required{
	background: black;
}

#mail-form th span.notrequired{
	background: #888888;
}

#main-form tr:last-child td{
	text-align: center;
	border: none;
	border-top: 1px solid #ccc;
}

#mail-form input[type="text"],
#mail-form input[type="email"],
#mail-form textarea{
	width: 100%;
	border: 1px solid #ccc;
	padding: 0.2em 0.5em;
	font-family: inherit;
}

#mail-form td span.mwform-tel-field input{
	display: inline-block;
	width: 30%;
}

#mail-form textarea{
	min-height: 100px;
}

#mail-form input[type="submit"],
#mail-form input[type="button"],
#mail-form input[type="reset"]{
	width: 150px;
	background: black;
	border: none;
	color: #fff;
	padding: 0.2em 0.5em;
	margin-top: 20px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	font-family: inherit;
}

/* mono-set message */
#mono_message {
	position:fixed; left:0px; bottom:0px; z-index:10;
	width: 100%;
	height: 60px;
	background:rgba(0,0,0,0.4);
}

#mono_message:hover {
	background:rgba(0,0,0,0.5);
}

#mono_message p{
	color: white;
	font-size: 80%;
	line-height: 1em;
	text-align: center;
	padding: 20px;
}

#mono_message a{
	text-decoration: none;
	color: white;
}

/* movile_menu */
#movile_menu{
	position: fixed; left:0; bottom:0; z-index:10;
	display: none;
	padding: 0;
	margin: 0;
	width: 180px;
	height: 60px;
	background:rgba(0,0,0,0.3);
}

#movile_menu a{
	padding: 0;
	margin: 0;
}

#movile_menu img{
	display: inline;
	padding: 14px 14px;
	margin: 0;
	width: 32px;
	height: 32px;
}

#movile_menu img.red{
	background-color: red;
}

@media only screen and (max-width:767px){
	#mail-form table{
		width: 100%;
	}

	#mail-form th,
	#mail-form td{
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-bottom: none;
	}

	#mail-form tr:last-child td{
		border-top: 1px solid #ccc;
	}

	#login_icon{
		display: none;
	}
}
