﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif);
@import url(https://fonts.googleapis.com/css?family=Lora);

/* Reset CSS/-----------------------------------------------
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
--------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html,body{
    height: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

---------------------------------------------/ Reset CSS- */



/* 共通設定
------------------------------------------------------------*/

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-size : 14px;
	color : #666;
	background : #fff 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}
h2,h3,nav#mainNav ul li a strong,mainImg_bg_sub h1{
	font-family: Noto Sans Japanese,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	color:#4D3727;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display : block;
}

section{clear:both;}


a{
	text-decoration:none;
	color:#777;

/*
	vertical-align:baseline;
	outline:0;
	background:transparent;
	font-size:100%;
*/

}

a:hover, a:active{
/*
	-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
	outline: none;
*/
}


a img{	border: 0;}
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{
	content:"";
	display: table;
	clear: both;
}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{
	zoom: 1;
}

.clearfix {zoom: 1;} /* For IE 6/7 */

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



.space{	height:15px;}
.space20{height:20px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
	margin:0 auto;
	width : 960px;
}

#header{
	overflow:hidden;
}

#main{
	float:left;
   	width:690px;
	padding : 0;
}

#main-list{
	float:left;
   	width:960px;
	padding : 0;
	margin-bottom:40px;
}

#sidebar{
	float:right;
	width:220px;
	height:100%;
	min-height: 100%;
	margin-top:17px;
	padding:0px 5px 30px 30px;
	border-left:1px solid #ccc;
}


#footer{
	clear:both;
	padding-top:20px;
	background : none 0% 0% / auto auto repeat scroll #f5f5f5;
} 


/* ヘッダー
------------------------------------------------------------*/

/* h1 背景
----------------------------------*/
#header .bg{
	background:#666; 
}


/* h1 文章
----------------------------------*/
#header h1{
	float:left;
	padding:5px 0;
	color: #FFF;
	font-size : 75%;
	font-weight:normal;
}

/* h2 ロゴ 
----------------------------------*/
#header h2{
	clear:both;
	float:left;
	padding : 40px 0 20px 10px;
}

/* h2 連絡先
----------------------------------*/
#header ul{
	padding-top : 40px;
	float:right;
}


/* メインナビゲーション
------------------------------------------------------------*/

nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
}

nav#mainNav ul li{
	float: left;
	position: relative;
	border-left : 4px solid #444;
	min-width:141px;
}

nav#mainNav ul li:first-child{
/*	border-left:2px solid #010200; */
	min-width:95px;
	width:95px;
}

nav#mainNav ul li:last-child{
	border-right:1px solid #010200;
	min-width:130px;
	width:130px;
}

nav#mainNav ul li a{
	display: block;
	text-align:left;
	_float:left;
	height : 50px;
	padding : 8px 0px 5px 7px;
        margin:0 10px 0 0;
}

nav#mainNav ul li a strong{
	display:block;
	font-size : 100%;
	line-height:1;
	color:#4D3727;
	font-weight : 150;
	letter-spacing : 0.2em;
}

nav#mainNav ul li a span{
	font-size:70%;
	line-height:3;
	color : #ccc;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
       color:#331E0F !important;
	background:#e4f1fc;
}

nav#mainNav ul ul{
	width : 100%;
}

nav#mainNav ul li ul{
	display: none;
}

nav div.panel{
	display:block !important;
	float:left;
  }
  
a#menu{
	display:none;
}

/* サイドバー
***********************************************************************************************************/
#sidebar div.index{

	border-bottom:2px dotted #111;
}

#sidebar div.index p{
	margin:0;
	margin-top:10px;
	font-size:16px;
	font-family: Noto Sans Japanese,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#4D3727;
	font-weight : 400;
	text-align: center;
}
#sidebar div.index span{
       display:block;
	margin:5px 0 10px 0;
	font-size:10px;
	font-weight : 200;
	text-align: center;
}

/**********************/

#sidebar ul.index{
	width:215px;
	margin-top:15px;
}
#sidebar ul.index li{
	width:213px;
	height:17px;
	border-left:3px solid #ccc;
	background-color:#fff;
	padding:20px 0 20px 10px;
	margin:5px 0;
}
#sidebar ul.index li a{
	display: block;
	padding-left:20px;
	line-height:20px;
	color:#666;
}

#sidebar ul.index li:hover{
	border-left:3px solid #111;
	background:#f8f8f8;	
}

#sidebar ul.index li a:hover{
	color:#111;
}

#sidebar ul.index li.title{
	width:203px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#ff6600;
	color:#fff;
	padding:10px 0 10px 10px;
}

/**********************/
#sidebar p.area{
	width:193px;
	line-height:1.5em;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	padding:10px
}



/* フッター
------------------------------------------------------------*/
#footer .inner{
	padding-bottom:17px;
}

#footer .inner .left{
	display: inline-block;/display: inline;/* IE用ハック *//zoom: 1;/* IE用ハック */
	width:430px;
	height: 90px;
	padding-top: 5px;
	vertical-align: top;
}

#footer .inner .right{
	display: inline-block;/display: inline;/* IE用ハック *//zoom: 1;/* IE用ハック */
	width:285px;
	height : 125px;
	padding-left: 35px;
	vertical-align: top;
	border-left:10px solid #fff;
}

#footer .inner .right p{
	color:#666666;
	font-size:90%;
	line-height:1.3;
}

#footer .inner .right p span{
	font-size:140%;
	line-height:240%;
}

#footer .inner .rightimage{
	display: inline-block;/display: inline;/* IE用ハック *//zoom: 1;/* IE用ハック */
	width:178px;
	height : 130px;
	padding:0;
        margin-top:-7px;
        margin-left:10px;
	vertical-align: top;
}


/* フッター 箇条書き
----------------------------------*/
#footer ul{
	padding-bottom : 10px;
	font-size:95%; 
}

#footer ul li{
	display:inline-block;
	width:200px;
	vertical-align:text-top;
	text-align:left;
	padding-top:3px;
	padding-left:20px;
	padding-bottom:10px;
	line-height:2;
        background : url(../images/list.png) 0px 8px / auto auto no-repeat scroll padding-box border-box transparent;
}




#footer ul li a{
	display:block;
	padding:0 0 0 12px;
	overflow:hidden;
}

/* フッター コピーライト
----------------------------------*/
#copyright{
	clear:both;
	padding:10px;
	text-align:center;
	font-size:75%;
	zoom:1;
	color:#fff;
	background:#666;
}


/* リスト
*****************************************************/

#main ul.list_m li{
	display:inline-block;
	width:215px;
	margin-left:10px;
	vertical-align:text-top;
	text-align:left;
	padding:5px 0;
	font-size:15px;
	background : url(../images/arrow.html) 0px 12px / auto auto no-repeat scroll padding-box border-box transparent;
}

/* DL DT DD
*****************************************************/
#main dt{
	padding:0 0 10px 60px;
	width:150px;
	float: left;
}
#main dd{
	padding:0 0 10px 210px;
	width:450px;
}



/* トップページ
------------------------------------------------------------*/

/* メイン画像
----------------------------------*/
.mainImg_bg{
	height:450px;
	margin-top:10px;
	background-color:#E5E5E5;
}
#mainImg_box{
	clear:both;
	margin-top:25px;
	width:960px;
	margin:0 auto;
	line-height:0;
	z-index:0;
}
.mainImg1{
	margin: 0 0 0 0;
	overflow:visible;
	line-height:0;
	z-index:0;
	float:left;
}


/* サブページ　h1・メイン画像
----------------------------------*/
/*
.mainImg_bg_sub{
	height:100px;
	margin-top:10px;
	background-color:#faf8e1;
}
.mainImg_bg_sub #mainImg_box{
	clear:both;
	margin-top:25px;
	height:100px;
	width:1160px;
	margin:0 auto;
	line-height:0;
	z-index:0;
	background : url(../images/subpageimage.png);
}

.mainImg_bg_sub h1{
	padding:50px 0 0 110px;
	font-size:27px;
	color:#ff6f00;
	text-shadow: 1px 1px 1px #ffffbd;

}
*/



/* メイン
***********************************************************************************************************/
#main h2,#main-list h2{
	clear:both;
	position: relative;
	margin-top:30px;
	margin-bottom:30px;
	height:1.3em;
	padding-top:0.3em;
	padding-left:1em;
	font-size:150%;
	font-weight:500;
	border-left  :10px solid #444;

}
#main h2:after,#main-list h2:after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width:100%;
	border-bottom: 1px solid #ccc;

}
#main h3{
	line-height:2em;
	padding:0px 0 0 45px;
	font-size:22px;
	background : url(../images/arrow2.html) 10px 10px / auto auto no-repeat scroll padding-box border-box transparent;
       background-color:#faf8e1;
       border-top:1px solid #ddd;
       border-right:2px solid #aaa;
       border-bottom:2px solid #aaa;
       border-left:1px solid #ddd;
	border-radius: 7px;		/* CSS3草案 */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 7px;	/* Firefox用 */
}

#main h3.bgnon{
	background : none;
}

#main p{
     font-size:16px;
	padding:0.5em 20px 10px;
}

#main .bg_blue{
	background-color:#e4f1fc;
	width:665px;
        margin-left:20px;
}


#main .box3 .box{
	float:left;
	width:220px;
	margin:7px;
}
#main .box3 .box img{
	border:1px solid #ddd;
}

/*作品一覧ページ
------------------------------*/

#main-list div.box3{
	float:left;
	width:300px;
	margin-left:20px;
	margin-bottom:30px;
}

#main-list div.last{
	margin-left:0px;
}

#main-list div.box3 h2{
	border-left:3px solid #111;
	padding:10px 0px 7px 10px;
	font-size:15px;
}

#main-list div.box3 img{
	max-width:300px;
	max-height:auto;
}
#main-list div.box3 img.tate{
	max-width:none;
	max-width:auto;
	max-height:300px;
}


#main-list a{
	color:#333;
}
#main-list a:hover{
	color:#666;
}

/*作品詳細ページ
------------------------------*/
#main #subpage dl{
	margin-bottom:15px;
}
#main #subpage .right{
	margin-left:10px;
}

#main #subpage .center{
	float:none;
	clear:both;
	display:block;
	width:320px;
	height:320px;
	margin:0 auto;
}

/*---------------------------*/
.block1{
  widht:100%;
  margin:15px 0;
}

.block2{
  float:left;
  width:320px;
  margin-bottom:20px;
}



#main h2.ltsp1em{
	letter-spacing:0.8em
}

.block1 p,.block2 p{
	padding-top:10px;
	padding:0 0 0 0;
	font-size:15px;
	line-height:1;
	text-align:center;
	letter-spacing:1px
}

#main #competition .block1 p{
	margin:20px 0;
	padding-top:10px;
	padding:0 0 0 0;
	font-size:15px;
	line-height:1.4;
	text-align:left;
	letter-spacing:1px
}


#main #subpage img.large{
	width:650px;
}
#main #subpage img.small{
	width:320px;
}

#main .bg_blue .box2{
	float:left;
	width:330px;
	height:230px;
	margin:13px 0px 13px 13px;
	background-color:#fff;
	border-radius: 5px;
	overflow;hidden;

}



#main .box2 h3{
	margin : 0px 0px 0px 0px;
	padding: 10px 5px 7px 10px;
	font-size : 18px;
	font-weight : 500;
	display:block;
	background-color:#B3896B;
	color:#fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#main .box2 a{
	color:#333;
}
#main .box2 a:hover{
	color:#3d7dbf;
}





/* 赤
*********/
#main .red{
      
	color:red;
	font-size:inherit;
}


/* 表
*****************************************************/

#main table{
	border: 1px #aaa solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:20px 0 10px 20px;
}

#main th,#main td{
	border: 1px #aaa solid;
	border-collapse: collapse;
	border-spacing: 0;
	padding:10px 0 5px 20px;
	line-height:1.5;
}
#main th{ width:150px;0;text-align:left;}
#main td{ width:500px;}

/*
#main table th{
	width:150px;
	padding:20px 10px 7px 5px;
	border: #807825 solid;
	border-width: 0 0 1px 1px;
	font-weight:bold;
	color:#333;
	vertical-align:top;
	background:#FFFBCC;
}

*/

#main div.pdn-l2em{padding-left:2em;}
#main div.mgn-b2em{margin-bottom:2em;}



/* index ページ
*****************************************************/

/* Housing ページ
*****************************************************/
#main .box3{
	width:300px;
	margin-right:30px;
}




/* ideal ページ
*****************************************************/
#ideal p.profile{
	clear:both;
	text-indent:0em;
	padding:1em 2em;
        border:4px dashed #7fc31c;
	border-radius:10px;
}

#ideal span{
	font-size:110%;
	font-weight:bold;
	color:saddlebrown;
}


/* contact ページ
*****************************************************/
/* 地図
**************/
#main iframe{
	margin:20px 0 10px 30px;
}

/* フォーム表
**************/
#main #form table td, #main #form table th{
	border-left:1px solid #888;
	border-bottom:1px solid #888;
	height:20px;
	padding:10px 10px 10px 10px;
	text-align:left;
	vertical-align:middle;	
}
#main #form table tr:first-child th ,#main #form table tr:first-child td{
	border-top:1px solid #888;
}
#main #form table th:last-child,#main #form table td:last-child{
	border-right:1px solid #888;
}
#main #form table th{width:150px;}
#main #form table td{width:450px;}



/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
	vertical-align:middle;
	width:90%;
	line-height:30px;
	height:30px;
	padding:1px 5px;
	border:1px solid #d4d4d7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:100%;
	color:#555;
	background:#fcfcfc;
	text-align:left;
}

textarea{
	height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
	margin-left:250px;
	padding:7px 30px;
	background: #666;
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1.5;
	font-size:100%;
	color:#fff;
}

input:hover[type="submit"],input:hover[type="reset"],input:hover[type="button"]{
	background: #333;
}

*:first-child +html input[type="submit"]{
	padding:3px;
}




/* Point
*****************************************************/
#main div.point p{
	background : url(../images/point_1A.html) 20px 22px / auto auto no-repeat scroll padding-box border-box transparent;
	padding:1em 10px 0px 40px;
}

/* TOPICS
*****************************************************/
#main p.topics{
	padding:0.5em 10px;
}
#main .topics time{
	padding:0 20px;
}

#main .topics a{
       color:#187FC4;
       font-weight:bold;
}

#main .topics a:hover{
       color:#1FA5FF;
}




	





/* トップに戻るボタン
*****************************************************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background-color:rgba(128,64,75,0.4);
    text-decoration: none;
    color: #fff;
    width: 70px;
    height: 70px;
    padding: 0px 0;
    text-align: center;
    line-height:70px;
    vertical-align:middle;
    display: block;
    border-radius: 35px;
    -moz-border-radius:35px;
    -webkit-border-radius: 35px;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(102,51,60,1);
}




/* 印刷
------------------------------------------------------------*/
@media print {

nav#mainNav{
	clear:both;
position:relative;
z-index:200;
/* background:#192940; */
}


nav#mainNav ul li{
	float: left;
position: relative;
border-right : 1px dashed #aaaaaa;
min-width:190px;
}

nav#mainNav ul li:first-child{
	border-left:1px solid #aaa;
}
nav#mainNav ul li:last-child{
	border-right:1px solid #aaa;
}

nav#mainNav ul li a{
	display: block;
       text-align: center;
       _float:left;
      height : 40px;
      padding : 10px 15px 5px 15px;
  }

nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
font-size:90%;
line-height:1.4;
}

nav#mainNav ul li a span{
	font-size:70%;
color : #dce5f2;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
	background:#004166;
}

nav#mainNav #menu{
	display:none;
}

nav div.panel{
	display:block !important;
	float:left;
  }

nav#mainNav ul ul{
	display:none;
}

  pre code{
     page-break-after: always;
}
  @page {
margin-top:0.4cm;
margin: 0.5cm;
}
p a, code, pre{
     word-wrap: break-word;
}

pre a:after[href]{
    content: "";
}
 
 
pre abbr:after[title]{
    content: "";
}
 
pre .ir a:after,
  pre a:after[href^="javascript:"],
  pre a:after[href^="#"]{
    content: "";
}
 
}


}


