/*
Theme Name: yu-housing
Description: テンプレートプラン01
Theme URI: テーマの URL
Author: 株式会社WebO
Author URI: http://www.webo.co.jp/
Version: 1.0
License: ライセンス
License URI: ライセンスの URL
*/


@charset "UTF-8";


/* WordPress Native Styles
----------------------------- */

p {
    display: block;
    margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

/* img */

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

/* clearfix */
/*.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: ""
    display: block;
    clear: both;
}*/



/* ページ内共通
----------------------------- */

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}

body {
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",MeiryoVerdana,Verdana,sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    background-color: #FFF;
    text-align:justify;
    text-justify: inter-ideograph;
}

#wrapper {
    min-height:  100%;
    position: relative;
    overflow: hidden;
}

img {
    outline: 0;
    border: none;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;
	max-width:100%;
	height:auto;
}

a {
    text-decoration: none;
    color: #333333;
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

h1 {
    font-size: 12px;
    font-weight: normal;
}

h2{
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-shadow: 2px 6px 6px rgba(0,0,0,0.2),
                 0px -5px 16px rgba(255,255,255,0.3);

}
h3{
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 9px 0 9px 15px;
    border-left: 10px solid #a1cbed;
}


ul {
    list-style: none;
}

/* 色系 */



/* サイズ */

.font10 {font-size: 10px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}
.font15 {font-size: 15px;}
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.text-align_c {text-align: center;}

.float-item{
   padding-bottom: 32767px;
   margin-bottom: -32767px;
}

#contents {
    width: 1000px;
    margin: 0 auto;
}



/* サイドメニュー
----------------------------- */
#sidemenu_wrap {
    position: relative;

}
#sidemenu_wrap p {
    margin: 0 0;
}


#sidemenu_wrap .logo {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 35px;
    text-align: center;
}

#sidemenu_wrap .logo a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}

#sidemenu_wrap ul.menu {
    font-size: 16px;
}

#sidemenu_wrap .menu li,
#sidemenu_wrap .menu li:hover {
    position: relative;
    padding: 5px 0 5px 34px;
    width: 236px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#sidemenu_wrap .menu li:after,
#sidemenu_wrap .menu li:hover:after {
    position: absolute;
    top: 6px;
    left: 14px;
    content: '';
    width: 6px;
    /*height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);*/
    height: 22px;
}

#sidemenu_wrap .menu li:hover {
    background: rgba(161,203,237,1);
}
#sidemenu_wrap .menu li:hover:after {
    background: #000;
}

#sidemenu_wrap .contact {
    width: 246px;
    margin: 0 auto;
    background: rgba(255,255,255,0.5);
    padding: 10px 5px 5px 5px;
    margin-top: 60px;
    margin-bottom: 100px;
}

#sidemenu_wrap .contact .tel {
    position: relative;
    margin-left: 2px;
}

#sidemenu_wrap .contact .tel img {
    position: absolute;
    top: 8px;
}

#sidemenu_wrap .contact .tel p {
    font-size: 26px;
    font-weight: bold;
    padding-left: 32px;
}

#sidemenu_wrap .contact .to_form a {
    display: block;
    text-align: center;
    margin: 5px;
    padding: 5px;
    font-size: 15px;
    background: #004ca0;
    color: #FFF;
    border: none;
}
#sidemenu_wrap .contact .to_form a:hover {
    background: #4d4398;
}


/* メインコンテンツ
----------------------------- */
#main-content {
    height: 100%;
}
#left-content {
    float: left;
    width: 300px;
    height: 100%;
    background: rgba(161,203,237,0.5);
}
#right-content {
    float: right;
    width: 665px;
    height:  100%;
}


/* フッター
----------------------------- */
#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    /*right: 0;*/
}

#footer .copy_wrap {
    width: 1000px;
    padding: 5px;
    margin: 0 auto;
}

#footer .copy {
    width: 300px;
    /*color: #FFF;*/
}

#footer .privacy_wrap {
    width: 1000px;
    margin: 0 auto;
}
#footer .privacy {
    width: 300px;
    font-size: 13px;
    text-align: center;
    padding-bottom: 5px;
    text-decoration: underline;
}

