@charset "utf-8";
/*
Theme Name:comodohouse
Theme URI: http://comodohouse.jp/
Description: comodohouse専用テーマ
*/
/* CSS Document */
/*=================================================
 * デフォルトスタイルのリセット
 * ================================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	font-size: 100%;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-left: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul, ol {
	list-style: none;
}
table {
	border-spacing: 0;
	empty-cells: show;
}



/*=================================================
 * イメージロールオーバー
 * ================================================= */
a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
	color:#333333;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*=================================================
 * サイト全体
 * ================================================= */
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	font-family: Meiryo, メイリオ,'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	color:#333333;
	font-size:14px;
    -webkit-text-size-adjust: none;
	letter-spacing:0.05em;
	line-height:30px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear: both;
}
.c-fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.wrap {
	width:960px;
	margin:0 auto;
	position:relative;
}

h3 {
    font-size: 23px;
    letter-spacing: 0.1em;
}

/*=================================================
 * header
 * ================================================= */
header {
	border-top:solid 5px #013861;
	border-bottom:solid 1px #eeeeee;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	width:100%;
	z-index:100;
}
header h1 {
	float:left;
}
#global_nav {
	float: right;
	font-weight:bold;
	margin-top:35px;
}

#global_nav li {
	float:left;
}
#global_nav a {
	background: url(img/menu.png) left top no-repeat;
	display: block;
	width: 50px;
	height: 30px;
	text-indent: -999em;
}
#global_nav li.nav2 a {
	background-position: -50px 0;
	width:83px;
}
#global_nav li.nav2-1 a {
	background-position: -133px 0;
	width:65px;
}
#global_nav li.nav3 a {
	background-position: -198px 0;
	width: 74px;
}
#global_nav li.nav4 a {
	background-position: -272px 0;
	width: 107px;
}
#global_nav li.nav5 a {
	background-position: -379px 0;
	width: 91px;
}
#global_nav li.nav6 a {
	background-position: -470px 0;
	width: 90px;
}


/*=================================================
 * news
 * ================================================= */
#news {
    margin-top: 146px;
}

#news h2 {
    margin-left: 30px;
    margin-top: 60px;
    margin-bottom: 30px;
}

#news h2 .date {
    font-weight: normal;
    margin-right: 20px;
}

#news p {
	margin-left: 30px;
	margin-bottom: 35px;
}

.pager_box {
    margin-bottom: 60px;
}


/*=================================================
 * access
 * ================================================= */
#access {
	margin-bottom: 130px;
}

#access h3 {
	margin-bottom: 25px;
}


/*=================================================
 * concept
 * ================================================= */
#concept {
	padding-bottom:95px;
	margin-bottom:30px;
	border-bottom: solid 1px #eeeeee;
}

#concept h3 {
	margin-bottom: 60px;
}

#concept .left {
	width: 495px;
}

#concept .right img {
    width: 420px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 9px;
}

#concept .marginfix1 {
	margin-top: 60px;
}


/*=================================================
 * company
 * ================================================= */
#company {
	margin-bottom: 130px;
}

#company h3 {
	margin-bottom: 50px;
}

.company_map {
	width:450px;
	height:360px;
	margin-right:50px;
	margin-bottom:20px;
}

#company h4 {
	margin-bottom:20px;
}

#company td {
	padding:8px 10px 8px 0;
}

/*=================================================
 * footer
 * ================================================= */
footer {
	position:relative;
	border-top:solid 1px #e5e5e5;
	overflow:hidden;
}

#footer_text {
	padding:25px 0 40px 0;
	line-height:20px;
}

#copyright {
	position:absolute;
	bottom:15px;
	right:0;
}