@charset "utf-8";

/* hypertext
-------------------- */
a {
  color: #333;
  text-decoration: none;
}


.contents {
    width: 100%;
	text-align: center;
}


/* MainImage
-------------------- */





.shadow {
	margin-top: 5px;
    	display: inline-block; 
    	box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.5); 
}

#main-img {
	display: inline-block;
	width: 100%;
	max-width: 900px;
	margin: 100px 0px auto;
	border-radius: 5px;
	background-color: #ffffff;
}

#main-left {
	display: block;
	width: 570px;
	margin: 10px 2px 10px 10px;
	position: relative;
	left: 0;
	float: left;
}

#main-left h1{
	position: absolute;
	top: 30px;
	padding: 0 15px;
	font-size: 48px;
	font-family: YuMin-Medium,"Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	color: #FFF;
	text-shadow: 0 1px 6px rgba(0,0,0,.75);
	z-index: 2 

}

#main-left h3{
	position: absolute;
	bottom: 10%;
	padding: 7px 15px;
	border: 0;
	width: 90%;
    	text-align: left;
	font-size: 14px;
	color: #FFF;
	background-color:rgba( 0, 0, 0, 0.3 );
	line-height: 1.5;
	z-index: 2 
}


#main-right{
	display: block;
	width: 300px;
	height: 380px;
	margin: 10px 10px 10px 2px;
	position: relative;
	top: 0;
	float: right;
	background: rgba(100,100,255,1) ;
	z-index: 1;
}

#main-right h2{
	position: relative; top: 30px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
	font-size: 21px;
	font-family: YuMin-Medium,"Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	background: rgba(255,255,255,.15);
	line-height: 1.5;
	z-index: 2;
}

#main-right h3{
	position: relative; top: 30px;
	color: #FFF;
	padding-left: 10px;
	font-size: 14px;
    	text-align: left;
	z-index: 3; 
}


#main-right a:hover {
	text-decoration: none;
}




.main-contents-box {
	display: inline-block;
	width: 900px;
	margin: auto;
	border-radius: 5px;
	background-color: #ffffff;
}

.main-contents {
	display: inline-block;
	width: 210px;
	margin: 10px 0 auto;
}

.main-contents h3{
}




#shintyaku {
	margin: -200px 0px 220px;
}


#blog-contents {
	display: inline-block;
	position:relative; top:200px;
	width: 800px;
    	padding: 20px 30px 20px;
    	border: 4px solid #CCCCCC;
}

.blog-shintyaku li {
	display: inline-block;
	float: left;
    	width: 200px;
	height: 175px;
	overflow:hidden;
    	margin-right: 10px 0 auto;
}

.blog-shintyaku .thumbnail {
	display: block; 
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.blog-shintyaku img {
	overflow: hidden;
	width: 100%;
}




#PCMainImage {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 500px;
	margin-bottom: 36px;
 	margin-top: 100px;
	z-index: 1
}
#MainImage li {
    display:none;
	z-index: 1
}
#MainImage li:first-child {
    display:block;
	z-index: 1
}
#PCMainImageWrap {
	position: relative;
	width: 550px;	
	margin-left: 20px;
	z-index: 1
}
#MainImage {
	height: 500px;
	z-index: 1
}

/* Main
-------------------- */
.contents h2 {
    margin-bottom: 30px;
    line-height: 1;
}
.contents h2 span.main-title1 {
    display: inline-block;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}
.contents h2 span.main-title1:before {
    display: block;
    width: 100px;
    content: '';
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #999999;
}
.contents h2 span.main-title2 {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}
.contents h2 span.sub-title {
    font-size: 14px;
    color: #999999;
}






/* works
-------------------- */
#Works {
    margin-bottom: 70px;
}
#Works h2 {
    margin-bottom: 70px;
    text-align: center;
}
#Works ul {
    margin-bottom: 30px;
}
#Works li {
    float: left;
    width: 274px;
    margin-right: 26px;
}
#Works li:last-child {
    margin-right: 0;
}
#Works li .thumbnail {
    margin-bottom: 15px;
}
#Works li h3 {
    margin-bottom: 20px;
    font-size: 16px;
}
#Works li h3 a {
    font-weight: bold;
}
#Works li p {
    color: #666666;
}
#Works .btn-more {
    text-align: center;
}

/* feed News
-------------------- */
#Feed {
    margin-bottom: 80px;
}

#News {
    width: 560px;
    margin-top: 54px;
}
#News ul {
    margin-bottom: 20px;
}
#News li {
    margin-bottom: 12px;
}
#News li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#News li span.date {
    float: left;
    display: block;
    width: 60px;
    padding: 10px 15px 10px 0;
    color: #666666;
    font-size: 12px;
}
#News li span.title {
    display: block;
    margin-left: 80px;
    margin-bottom: 10px;
    padding: 9px 0;
    padding-left: 25px;
    border-left: 1px solid #CCCCCC;
    font-size: 15px;
}
#News .btn-more {
    text-align: right;
}

/* feed Blog
-------------------- */
#Blog {
    position: relative;
    width: 520px;
    padding: 50px 30px 20px;
    border: 4px solid #CCCCCC;
}
#Blog li {
    float: left;
    width: 250px;
    margin-bottom: 30px;
}
#Blog li:nth-child(odd) {
    margin-right: 20px;
}
#Blog li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#Blog li .thumbnail {
    float: left;
    width: 80px;
    margin-right: 10px;
}
#Blog li h3 a {
    font-size: 15px;
    font-weight: bold;
}
#Blog li .date {
    font-size: 12px;
}
#Blog li p {
    font-size: 13px;
    line-height:1.2;
}
#Blog .btn-more {
    position: absolute;
    right: -4px;
    bottom: -55px;
}

/* About
-------------------- */
#About {
    margin-bottom: 80px;
    padding: 50px 0;
}
#About h2 {
    text-align: center;
}
#About li {
    position: relative;
    float: left;
    width: 372px;
    margin-right: 40px;
}
#About li:last-child {
    margin-right: 0;
}
#About li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#About li .thumbnail img {
    border-radius: 200px;
    border: 14px solid #fff;
}
#About li h3 {
    position: relative;
    top: -50px;
    right: -120px;
    width: 270px;
    padding: 10px;
    background: #000;
    color: #fff;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    text-align: center;
    font-size: 20px;
    /*-webkit-font-smoothing: antialiased;*/
}
#About li p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

