@charset "UTF-8";
/* CSS Document */

h2 {
	margin-top: 20px;
}
/*
#contents dl {
	margin-bottom: 20px;
	margin-top: 20px;
}
#contents dl dt {
	color: #FFF;
	background-color: #FF8296;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 80px;
	text-align: center;
}
#contents dl dd {
	background-color: #FAFAF5;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	color: #4B4B4B;
	width: 865px;
}
*/
#home #wrap #contents table {
	margin-bottom: 20px;
	margin-top: 20px;
	border-collapse: collapse;/*テーブルの隙間を消す*/
  border-spacing: 0;
}

#home #wrap #contents table tr th {
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	background-color: #FF8296;
}
#home #wrap #contents table tr td {
	line-height: 1.9em;
	padding-left: 1em;
	background-color: #FAFAF5;
	color: #4B4B4B;

}


/*スライド２*/
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 240px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 960px;
    height: 240px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 240px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 240px;
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/*スライドバナー*/
/*
#slide_banner {
	clear: both;
	width: 100%;
	height: 240px;
	overflow: hidden;
	position: relative;
	margin: 0px auto 0px;
	text-align: left;
}
#slide_banner ul {
	float: left;
	height: 240px;
	overflow: hidden;
	display: inline;
}
#slide_banner ul li {
	height: 240px;
	display: inline;
	float: left;
	overflow: hidden;
}
*/
/*
#contents ul {
	clear: both;
	font-size:0;liの画像横に隙間ができないための設定
}
#contents ul li {
	display: inline;
	font-size:100%;liの画像横に隙間ができないための設定

}
*/

#contents .welcome {
	color: #9FA0A0;
	text-align: center;
	margin-top: 40px;
	letter-spacing: 1.5em;
	margin-bottom: 40px;
}

#contents h2 {
	color: #4B4B4B;
	text-align: center;
	font-size: 187.5%;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 30px;
}
#contents p {
	text-align: center;
}
#contents h2 .bold {
	font-family: "mplus-1p-heavy", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#contents h2 .pink {
	color: #FF8296;
	font-family: "mplus-1p-heavy", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#contents .white {
	color: #FFF;
	background-color: #A5CD00;
	width: 960px;
	line-height: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 60px;
	margin-bottom: 40px;
	margin-top: 10px;
}
#contents .white .bold {
	font-size: 150%;
	font-family: "mplus-1p-bold", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#contents #concept {
	line-height: 2em;
	margin-bottom: 35px;
}
#contents #go_to_design {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

#wrap #contents {
	margin-top: 20px;
}

@media screen and (max-width: 1000px) {
		#contents #concept,
		.welcome,
		#contents dl,
		.white,
		table {
			font-size: 187.5%;
		}
		#contents .white{
			padding-left: 40px;
			padding-right: 40px;
			width: 880px;
			}
		.white.bold{
			font-size: 200%;
			
			}
	#contents h2{
			font-size: 250%;	
		}
	.loopSliderWrap,
	.loopSlider ul,
	.loopSlider ul li {
    width: 300px;
    height: 300px;
}

	.loopSlider img,
	.loopSlider {
		width: 100%;
		    height: 300px;
		}
    #home #go_to_design img{
		width: 80%;
		    height: auto;
		}

	}
